@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/MaterialIcons/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/MaterialIcons/MaterialIcons-Regular.woff) format("woff"), url(fonts/MaterialIcons/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* # Dividers
---------------------------------------------------------------------------------------------------- */
/*** Individual section styles and separators ***/
section {
  position: relative; }
  section::before, section::after {
    position: absolute;
    content: '';
    pointer-events: none; }

/* Common style for pseudo-elements */
/* Triangles */
.ss-style-triangles::before, .ss-style-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }
.ss-style-triangles::before {
  top: -50px;
  background: #2980b9; }
.ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
  background: inherit; }

/* Double Diagonal line */
.ss-style-doublediagonal {
  z-index: 1;
  padding-top: 6em;
  background: #2072a7; }
  .ss-style-doublediagonal::before, .ss-style-doublediagonal::after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .ss-style-doublediagonal::before {
    height: 50%;
    background: #116094;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0; }

/* Half Circle */
.ss-style-halfcircle::before, .ss-style-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.ss-style-halfcircle::before {
  top: -50px; }
.ss-style-halfcircle::after {
  bottom: -50px; }

/* Big Triangle */
svg#bigTriangleColor {
  pointer-events: none; }

#bigTriangleColor path {
  fill: #3498db;
  stroke: #3498db;
  stroke-width: 2; }

/* Curves */
#curveUpColor path,
#curveDownColor path {
  fill: #3498db;
  stroke: #3498db; }

/* Multiple Triangles */
.ss-style-multitriangles::before, .ss-style-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }
.ss-style-multitriangles::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }
.ss-style-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }

/* Rounded corners */
.ss-style-roundedcorners::before {
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  border-radius: 0 0 60px 60px;
  background: inherit; }

/* Rounded center split and bottom rounded */
.ss-style-roundedsplit {
  margin-top: 60px; }
  .ss-style-roundedsplit::before, .ss-style-roundedsplit::after {
    top: -60px;
    left: 0;
    z-index: 10;
    width: 50%;
    height: 60px;
    background: inherit; }
  .ss-style-roundedsplit::before {
    border-radius: 0 80px 0 0; }
  .ss-style-roundedsplit::after {
    left: 50%;
    border-radius: 80px 0 0 0; }

/* Inverted rounded corners */
.ss-style-invertedrounded {
  margin-bottom: 90px;
  padding: 13em 10% 10em;
  border-radius: 0 0 0 90px; }
  .ss-style-invertedrounded::before, .ss-style-invertedrounded::after {
    left: 0;
    z-index: -1;
    height: 90px;
    background: #3498db;
    background: #fff; }
  .ss-style-invertedrounded::before {
    top: 100%;
    width: 100%;
    border-radius: 0 90px 0 0; }
  .ss-style-invertedrounded::after {
    bottom: 0;
    z-index: -1;
    width: 50%; }

/* Boxes */
.ss-style-boxes {
  padding-top: 4em;
  padding-bottom: 13em; }
  .ss-style-boxes::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
    background-image: linear-gradient(to right, #3498db 50%, #2980b9 50%);
    -webkit-background-size: 130px 100%;
    background-size: 130px 100%; }

/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::before, .ss-style-zigzag::after {
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 90px;
  background-size: 50px 100%; }
.ss-style-zigzag::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
  background-image: linear-gradient(315deg, #3093d5 25%, transparent 25%), linear-gradient(45deg, #3498db 25%, transparent 25%);
  background-position: 50%; }
.ss-style-zigzag::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, #2980b9));
  background-image: linear-gradient(135deg, #3498db 25%, transparent 25%), linear-gradient(225deg, #3498db 25%, transparent 25%);
  background-position: 50%; }

/* Edges */
.ss-style-roundedges {
  padding-bottom: 16em; }
  .ss-style-roundedges::before, .ss-style-roundedges::after {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #2980b9;
    top: -100px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ss-style-roundedges::before {
    left: -100px; }
  .ss-style-roundedges::after {
    right: -100px; }

/* Slit */
.ss-style-slit {
  padding-top: 5em; }
  .ss-style-slit::before, .ss-style-slit::after {
    width: 50.5%;
    width: -webkit-calc(50% + 10px);
    width: -moz-calc(50% + 10px);
    width: calc(50% + 10px);
    height: 160px;
    background: #2980b9;
    top: -160px; }
  .ss-style-slit::before {
    left: -20px;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    box-shadow: -10px -20px #3192d3; }
  .ss-style-slit::after {
    right: -20px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    box-shadow: 10px -20px #3192d3; }

/* Big half circle */
#bigHalfCircle path {
  fill: #3498db;
  stroke: #3498db; }

/* Big triangle with shadow */
#trianglePath1 {
  fill: #3498db;
  stroke: #3498db; }

#trianglePath2 {
  fill: #2072a7;
  stroke: #2072a7; }

/* Inclined Zig Zag */
.ss-style-inczigzag::before,
.ss-style-inczigzag::after {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 100px 100%; }

.ss-style-inczigzag::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #2980b9), color-stop(0.5, #3498db));
  background-image: linear-gradient(15deg, #3498db 50%, #2980b9 50%); }

.ss-style-inczigzag::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
  background-image: linear-gradient(15deg, #2980b9 50%, #3498db 50%); }

/* Castle */
.ss-style-castle::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #3498db 50%, #2980b9 50%);
  background-image: linear-gradient(40deg, #3498db 50%, #2980b9 50%); }

/* Alternative slit with inner shadow */
#slitPath1 {
  fill: #3498db;
  stroke: red;
  stroke-width: 0; }

#slitPath2, #slitPath3 {
  fill: #2072a7; }

/* Folded corner */
.ss-style-foldedcorner::before,
.ss-style-foldedcorner::after {
  bottom: 0;
  width: 100px;
  height: 100px; }

.ss-style-foldedcorner::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #37a2ea 50%, #3498db 50%);
  background-image: linear-gradient(315deg, #3498db 50%, #37a2ea 50%); }

.ss-style-foldedcorner::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #236fa1 50%);
  background-image: linear-gradient(315deg, #236fa1 50%, transparent 50%); }

/* Dots */
.ss-style-dots::before {
  bottom: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2072a7;
  box-shadow: 30px 0 #2072a7, -30px 0 #2072a7; }

/* Double Line */
.ss-style-doubleline::before {
  bottom: 30px;
  width: 140px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2072a7;
  box-shadow: 0 30px 0 #2072a7; }

/* Cross */
.ss-style-cross {
  padding-bottom: 15em; }

.ss-style-cross::before,
.ss-style-cross::after {
  background: #2072a7;
  bottom: 70px;
  width: 200px;
  height: 2px;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.ss-style-cross::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.ss-style-cross::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg); }

/* # Shadows
---------------------------------------------------------------------------------------------------- */
.ycard, .page-donate .section-donate-info .bank-info .bank-info--card {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }

.no-touchevents .ycard-link-wrapper .ycard:hover, .no-touchevents .archive .entry:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); }

/* # Animate
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
---------------------------------------------------------------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # Defaults
---------------------------------------------------------------------------------------------------- */
html {
  font-size: 100%; }

body {
  background-color: #F5F7F8;
  color: #212121;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Fira Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.618;
  margin: 0; }
  body > div {
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 992px) {
      body > div {
        font-size: 18px;
        font-size: 1.13rem;
        line-height: 1.618; } }

/* ## Typographical Elements
--------------------------------------------- */
a, button,
input:focus, input[type="button"], input[type="reset"], input[type="submit"],
textarea:focus, .button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a {
  color: #c62828;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    color: #b71c1c;
    text-decoration: underline;
    outline: none; }
  a:active {
    outline: none; }
  a.block-link {
    display: block; }

p {
  margin: 0 0 24px;
  padding: 0; }

ol, ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0; }

b, strong {
  font-weight: 700; }

blockquote, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 40px; }
  blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px; }

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  margin: 0 0 1rem;
  color: #000; }

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.07rem;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: normal; }
  @media only screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 48px;
      font-size: 3rem;
      margin-bottom: 24px; } }

h2, .h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15385em; }
  @media only screen and (min-width: 800px) {
    h2, .h2 {
      font-size: 30px;
      font-size: 1.88rem;
      line-height: 1.1667;
      letter-spacing: -.012em; } }

h3, .h3 {
  font-size: 22px;
  font-size: 1.38rem;
  line-height: 1.27;
  margin-top: 40px;
  margin-bottom: 16px; }
  @media only screen and (min-width: 800px) {
    h3, .h3 {
      font-size: 26px;
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 800px) {
    h4, .h4 {
      font-size: 18px;
      font-size: 1.125rem; } }

h5, .h5 {
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 800px) {
    h5, .h5 {
      font-size: 16px;
      font-size: 1rem; } }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 800px) {
    h6, .h6 {
      font-size: 16px;
      font-size: 1rem; } }

/* ## Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%; }

object, embed {
  outline: 0; }

img {
  height: auto; }

figure {
  margin: 0 0 1.5em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999; }

/* ## Forms
--------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #212121;
  font-size: 15px;
  font-size: 0.94rem;
  font-weight: 400;
  padding: 8px;
  width: 100%; }

textarea {
  height: 300px; }

input:focus,
textarea:focus {
  border: 1px solid #e2e2e2;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  opacity: 0.5; }

::-webkit-input-placeholder {
  opacity: 0.5; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  font-size: 0.9em;
  font-weight: 500;
  background-color: #c62828;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 16px;
  text-align: center; }
  @media (min-width: 992px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
      height: 42px;
      line-height: 42px;
      font-size: 1em;
      padding: 0 24px; } }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #b71c1c;
  color: #fff;
  text-decoration: none; }

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff; }

.button.raised {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38); }
  .button.raised:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.38);
    transition-delay: 0s; }
  .button.raised:active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38);
    transition-delay: 0s; }
.button.full {
  width: 100%; }
.button.red {
  background-color: #c62828;
  color: #fff !important; }
  .button.red:hover {
    background-color: #d32f2f;
    color: #fff; }
  .button.red:active {
    background-color: #c62828; }
.button.green {
  background-color: #2e7d32;
  color: #fff; }
  .button.green:hover {
    background-color: #388e3c;
    color: #fff; }
  .button.green:active {
    background-color: #2e7d32; }

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
  height: 48px;
  line-height: 48px;
  font-size: 1em;
  padding: 0 24px; }
  @media (min-width: 992px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    input[type="reset"].large,
    input[type="submit"].large {
      height: 54px;
      line-height: 54px;
      font-size: 1.2em;
      padding: 0 32px; } }

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 0px 16px;
  height: 32px;
  line-height: 32px; }
  @media (min-width: 992px) {
    a.button.small,
    button.small,
    input[type="button"].small,
    input[type="reset"].small,
    input[type="submit"].small {
      height: 36px;
      line-height: 36px;
      font-size: 0.9em;
      padding: 0 24px; } }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #eee;
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

/* ## Bootstrap
--------------------------------------------- */
.alert {
  margin-bottom: 24px; }
  .alert .alert-heading {
    margin: 12px 0 12px; }
  .alert > *:last-child {
    margin-bottom: 0; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 0px;
  width: 0px;
  border: 0;
  overflow: hidden;
  margin: 0; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/* ## Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
body {
  padding-top: 56px;
  position: relative;
  /*
  		&:before {
  		  content: '';
  		  -webkit-transform: skew(0, -10deg);
  		  transform: skew(0, -10deg);
  		  position: fixed;
  		  z-index: -1;
  		  left: 0;
  		  right: 0;
  		  bottom: 0;
  		  width: 100%;
  		  height: 50%;
  		  background: $body-bg;
  		  box-shadow: 0px -120px 150px rgba(214, 222, 228, 0.48);
  		  -webkit-box-shadow: 0px -120px 150px rgba(214, 222, 228, 0.48);
  		  -moz-box-shadow: 0px -120px 150px rgba(214, 222, 228, 0.48);
  		}
  */ }

/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto; }

.site-inner {
  clear: both;
  word-wrap: break-word; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar {
  /*
  		.content-sidebar-wrap {
  			@include clearfix();			
  			.content {
  				max-width: 700px;
  				margin: 0px auto 16px;
  				@media only screen and (min-width: 768px) {
  					margin: 24px auto;
  				}
  				@media only screen and (min-width: 992px) {
  					max-width: 960px;
  					margin: 32px auto;
  				}
  			}
  		}
  */ }

.content-sidebar-wrap:after {
  content: "";
  display: table;
  clear: both; }
.content-sidebar-wrap .content {
  max-width: 700px;
  margin: 0px auto 16px; }
  @media only screen and (min-width: 768px) {
    .content-sidebar-wrap .content {
      margin: 24px auto 32px; } }
  @media only screen and (min-width: 992px) {
    .content-sidebar-wrap .content {
      max-width: 960px;
      margin: 32px auto 48px; } }

/* ### Main Content */
.full-width-content .content-sidebar-wrap:after {
  content: "";
  display: table;
  clear: both; }
.full-width-content .content-sidebar-wrap .content {
  width: 100%;
  max-width: none;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .full-width-content .content-sidebar-wrap .content {
      margin: 24px auto 32px;
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .full-width-content .content-sidebar-wrap .content {
      max-width: none;
      margin: 0; } }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Overlay
--------------------------------------------- */
.overlay {
  display: none;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.64);
  overflow: hidden;
  transition: all 0.5s ease-in-out; }
  .overlay .overlay-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    padding: 0;
    color: #212121;
    height: 48px;
    width: 48px;
    font-size: 0px; }
    .overlay .overlay-close > .material-icons {
      font-size: 36px; }

/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  padding: 12px 16px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e2e2e2;
  border: none;
  margin-bottom: 0px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 2;
  color: #616161;
  font-size: 13px; }
  .breadcrumb .separator {
    margin: 0 1px; }

.bread-home {
  color: #616161;
  text-decoration: none; }
  .bread-home .material-icons {
    vertical-align: top;
    font-size: 20px; }
  .bread-home:hover, .bread-home:focus {
    color: #b71c1c; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin: 0 auto;
  width: 50%; }

.entry-content .search-form {
  margin-bottom: 16px;
  width: 100%; }
  .entry-content .search-form input[type="search"] {
    max-width: 600px; }
  .entry-content .search-form input[type="submit"] {
    padding: 8px 16px; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 16px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px auto;
  color: #616161;
  text-align: center; }

/* # Cards
---------------------------------------------------------------------------------------------------- */
.ycard-link-wrapper {
  display: block;
  height: 100%;
  padding-bottom: 15px; }
  .ycard-link-wrapper:hover, .ycard-link-wrapper:focus {
    text-decoration: none;
    color: #616161; }
  @media (min-width: 768px) {
    .ycard-link-wrapper {
      padding-bottom: 30px; } }

.ycard {
  position: relative;
  height: 100%;
  display: block;
  background: #fff;
  color: #616161;
  padding-bottom: 40px;
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
  .ycard:hover, .ycard:focus, .ycard a:hover, .ycard a:focus {
    text-decoration: none;
    color: #616161; }
  .ycard .ycard-body {
    padding: 20px; }
  .ycard .ycard-hero {
    display: block;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 250px; }
  .ycard .ycard-data {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .ycard .ycard-data > .row > .col:nth-child(2),
    .ycard .ycard-data > .row > [class*="col-"]:nth-child(2) {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .ycard .ycard-data .ycard-data-body {
      padding: 8px 20px; }
    .ycard .ycard-data .ycard-data-label {
      display: block;
      font-size: 11px;
      text-transform: uppercase; }
    .ycard .ycard-data .ycard-data-content {
      display: block;
      font-size: 14px;
      font-weight: bold; }
  .ycard .ycard-footer {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 20px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #c62828; }
  .ycard .ycard-author {
    margin-bottom: 12px; }
    .ycard .ycard-author:after {
      content: "";
      display: table;
      clear: both; }
    .ycard .ycard-author .author-avatar {
      float: left;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      overflow: hidden; }
    .ycard .ycard-author .author-name {
      padding-top: 8px;
      margin-left: 60px;
      margin-bottom: 0px;
      font-size: 1rem; }
  .ycard .ycard-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
    color: #212121; }
  .ycard .ycard-subtitle {
    display: block;
    font-size: 13px;
    color: #616161;
    line-height: 1.5; }
  .ycard .ycard-description {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .ycard .ycard-description p {
      margin-bottom: 0; }
  .ycard.ycard--article .ycard-hero {
    background-size: cover;
    background-position: center;
    overflow: hidden; }
  .ycard.ycard--nofooter {
    padding-bottom: 0px; }

.no-touchevents .ycard-link-wrapper .ycard:hover {
  transform: translate(0, -5px);
  transition-delay: 0s !important; }

.masonry-item {
  margin-bottom: 30px; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word; }

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0; }

.featured-content .entry:last-of-type {
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Plugins & Scripts
---------------------------------------------------------------------------------------------------- */
/* ## Owl Carousel
--------------------------------------------- */
.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 30px; }

/* ## LightSlider
--------------------------------------------- */
.lSSlideOuter .lSPager.lSGallery {
  background: white;
  background: black; }

.lSSlideOuter .lSPager.lSGallery li {
  background: white;
  background: black; }
  .lSSlideOuter .lSPager.lSGallery li img {
    opacity: 0.65; }

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0px; }

.lSSlideOuter .lSPager.lSGallery li.active {
  box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0.75);
  background: black;
  background: white; }
  .lSSlideOuter .lSPager.lSGallery li.active img {
    opacity: 0.65; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* ## Gravity Forms
--------------------------------------------- */
.gform_anchor {
  position: absolute;
  top: -200px; }

.gform_wrapper,
.gform_confirmation_wrapper {
  margin: 0;
  color: #212121;
  border: none;
  border-radius: 0 0 0.25rem 0.25rem;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden; }

.gform_confirmation_wrapper {
  padding: 24px; }

.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 24px 24px;
  border-bottom: 1px dotted #e2e2e2; }
  .gform_wrapper .gform_heading + .gf_progressbar_wrapper {
    padding-top: 0px; }
  @media screen and (min-width: 992px) {
    .gform_wrapper .gform_heading {
      padding: 30px 32px; } }
.gform_wrapper h3.gform_title {
  margin: 0;
  font-size: 24px;
  line-height: 1.35; }
.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: -1px 0 0 0;
  padding: 24px;
  border-bottom: 1px dotted #e2e2e2;
  background: #fff; }
  .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: .813em;
    line-height: 1 !important;
    margin: 0 0 8px 8px !important;
    padding: 0 !important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6; }
  @media screen and (min-width: 992px) {
    .gform_wrapper .gf_progressbar_wrapper {
      padding: 24px 32px; } }
.gform_wrapper .gf_progressbar {
  padding: 4px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper .gf_progressbar {
      width: 100%; } }
  .gform_wrapper .gf_progressbar:after {
    display: block;
    width: 100%;
    z-index: 990;
    height: 16px;
    margin-top: -16px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 20px; }
.gform_wrapper .gf_progressbar_percentage {
  height: 16px;
  text-align: right;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.75em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-radius: 20px 4px 4px 20px; }
  .gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-radius: 20px; }
  .gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 17px; }
.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF; }
.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 2.5rem 0;
  padding: 0;
  border-bottom: none;
  border-bottom: 1px solid #eeeeee; }
.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: .875em;
  height: 14px;
  height: auto;
  line-height: 1.25 !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  font-family: inherit;
  width: auto;
  width: 33.33%;
  display: inline-block;
  margin: 16px 32px 16px 0;
  margin: 0;
  padding: 16px 24px 28px;
  border-right: 1px solid #fff;
  text-align: center;
  background: #e0e0e0;
  position: relative; }
  .gform_wrapper .gf_step.gf_step_last {
    border-right: none; }
  .gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial,sans-serif;
    margin-right: 4px;
    margin: 0 auto;
    position: absolute;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background: #eeeeee;
    color: #9e9e9e;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    bottom: -18px;
    margin-left: -18px;
    left: 50%; }
  .gform_wrapper .gf_step span.gf_step_label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #9e9e9e; }
  .gform_wrapper .gf_step.gf_step_active {
    background: #fff; }
    .gform_wrapper .gf_step.gf_step_active span.gf_step_number {
      background: #f44336;
      color: white; }
    .gform_wrapper .gf_step.gf_step_active span.gf_step_label {
      color: #424242; }
  .gform_wrapper .gf_step.gf_step_completed {
    background: #66bb6a; }
    .gform_wrapper .gf_step.gf_step_completed span.gf_step_label {
      color: white; }
    .gform_wrapper .gf_step.gf_step_completed span.gf_step_number {
      background: #4caf50;
      color: white; }
.gform_wrapper .gf_step_clear {
  height: 0px; }
.gform_wrapper .gsection {
  margin-right: 0px;
  margin-bottom: 24px !important;
  border-bottom: 3px solid #212121;
  padding: 0 16px 8px 0; }
.gform_wrapper form li, .gform_wrapper li {
  margin-left: 0 !important;
  list-style: none !important;
  overflow: visible; }
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 0; }
  .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    margin: 0px;
    min-height: 24px;
    padding: 0.5em 0.5em 0.5em 0 !important; }
    .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
      font-size: 16px;
      margin: 6px 0 0 5px;
      margin: 0 0 0 0.75em; }
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin: 0px; }
  .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: 700; }
.gform_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-top: 0; }
  .gform_wrapper ul li.gfield.gfield_html {
    font-size: 80%; }
    .gform_wrapper ul li.gfield.gfield_html p {
      margin-bottom: 16px; }
    .gform_wrapper ul li.gfield.gfield_html ul {
      margin-top: 0 !important; }
      .gform_wrapper ul li.gfield.gfield_html ul li {
        margin-bottom: 0; }
.gform_wrapper ul.gform_fields {
  padding: 1rem 0 1.5rem !important; }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px; }
.gform_wrapper ul li.field_description_below div.ginput_container_checkbox, .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0px;
  margin-bottom: 0; }
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
  height: 32px;
  padding: 8px 0 8px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  margin: 6px 0 0; }
.gform_wrapper label.gfield_label {
  font-weight: 500;
  font-size: inherit;
  margin-bottom: 0; }
.gform_wrapper .top_label .gfield_label {
  clear: none;
  line-height: 1.35;
  display: block;
  font-size: 18px; }
.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
  width: 100%; }
.gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
  position: relative;
  padding: 0.5em 0 0; }
.gform_wrapper .top_label .ginput_container_fileupload input.medium {
  width: 100%; }
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 10px; }
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 10px; }
  .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: calc(100% - 30px); } }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    /*
    				border-bottom: 2px solid $clr-link;
    				padding-bottom: 3px;
    */ }
.gform_wrapper textarea {
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.gform_wrapper .prepend-input {
  font-size: inherit;
  font-family: inherit;
  line-height: 1.618;
  padding: 4px 0px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 38px; }
  .gform_wrapper .prepend-input + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding-left: 30px; }
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-size: .813em;
  font-size: .75rem;
  letter-spacing: .5pt;
  white-space: nowrap;
  letter-spacing: normal;
  color: #616161;
  line-height: 1.3; }
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0 0 5px;
  padding: 5px 0 0; }
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: .813em;
  font-size: .75rem;
  line-height: inherit;
  line-height: 1.35;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  color: #616161;
  padding: 0; }
.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 48px !important; }
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 6px; }
.gform_wrapper .description_above .gfield_description {
  padding: 8px 0 0;
  font-style: italic;
  line-height: 1.3; }
.gform_wrapper .gform_body {
  padding: 0;
  padding: 24px; }
  @media screen and (min-width: 992px) {
    .gform_wrapper .gform_body {
      padding: 24px 32px; } }
.gform_wrapper .gform_footer {
  background: #fafafa;
  border-top: 1px solid #e2e2e2;
  padding: 24px 24px;
  margin: 0;
  clear: both;
  width: 100%; }
.gform_wrapper .gform_page_fields {
  padding: 0; }
.gform_wrapper .gform_page_footer {
  margin: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  clear: both;
  background: #fafafa;
  border-top: 1px solid #e2e2e2;
  padding: 24px 24px;
  width: auto;
  margin: 0 -24px -24px; }
  .gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px; }
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    background: #eeeeee;
    color: #9e9e9e; }
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 14px;
  font-weight: bold;
  width: auto;
  margin: 0 10px 10px 0; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
      margin-bottom: 0px; } }
.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 0.8em;
  display: block;
  text-align: left;
  margin-left: 0px;
  color: #757575; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper .gform_footer a.gform_save_link,
    .gform_wrapper .gform_page_footer a.gform_save_link {
      font-size: 0.8em;
      margin-left: 16px;
      display: inline-block; } }
  .gform_wrapper .gform_footer a.gform_save_link:hover,
  .gform_wrapper .gform_page_footer a.gform_save_link:hover {
    color: #b71c1c;
    text-decoration: underline; }
.gform_wrapper .gfield_required {
  color: #d32f2f; }
.gform_wrapper div.validation_error {
  color: #721c24;
  background: #f8d7da;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #f5c6cb;
  border-radius: 3px;
  padding: 16px;
  margin: 24px 24px 0px;
  clear: both;
  width: auto;
  text-align: center; }
.gform_wrapper .gfield_error .gfield_label {
  color: inherit; }
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: inherit; }
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  background: none;
  margin-bottom: 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  border: none;
  padding-bottom: 16px;
  padding-top: 16px;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 1.5rem !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: inherit;
  max-width: 100%;
  padding-right: 0px; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message {
  color: #e53935; }
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 2px solid #e53935;
  margin-bottom: 0px;
  padding-bottom: 3px; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px; }
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 16px) !important;
  max-width: none !important; }
.gform_wrapper .boxed-html {
  border: 1px solid #eeeeee;
  padding: 16px !important;
  background: #fafafa; }

.gfield_visibility_hidden {
  display: none; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 0px 0 16px 28px !important;
  padding-left: 0; }
  body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    margin-bottom: 0px; }

.gform-container {
  border: none; }

.gform_wrapper .donate-form ul.gfield_checkbox, .gform_wrapper .donate-form ul.gfield_radio {
  margin: 6px 0;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .gform_wrapper .donate-form ul.gfield_checkbox li, .gform_wrapper .donate-form ul.gfield_radio li {
    padding: 0 !important;
    overflow: hidden;
    margin: 0 8px 8px;
    margin: 8px 8px 0;
    font-size: 1.13rem;
    line-height: 1.3;
    display: inline-block; }
    .gform_wrapper .donate-form ul.gfield_checkbox li input[type=radio], .gform_wrapper .donate-form ul.gfield_radio li input[type=radio] {
      display: none; }
    .gform_wrapper .donate-form ul.gfield_checkbox li label, .gform_wrapper .donate-form ul.gfield_radio li label {
      white-space: nowrap;
      display: block;
      margin: 0;
      max-width: none !important;
      width: 100% !important;
      padding: 8px 16px !important;
      border: 2px solid rgba(0, 0, 0, 0.12);
      border-radius: 500px; }
    .gform_wrapper .donate-form ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper .donate-form ul.gfield_checkbox li input[type=radio]:checked + label, .gform_wrapper .donate-form ul.gfield_radio li input[type=checkbox]:checked + label, .gform_wrapper .donate-form ul.gfield_radio li input[type=radio]:checked + label {
      font-weight: 400;
      color: #2e7d32;
      border: 2px solid #4caf50;
      padding: 8px 16px !important; }

.ui-datepicker {
  margin-top: 0px !important; }

.ui-datepicker-title select {
  width: auto;
  margin-left: 3px;
  margin-right: 3px; }

/* ## Magnific Popup
--------------------------------------------- */
@media (max-width: 900px) {
  .mfp-container {
    padding-left: 12px;
    padding-right: 12px; } }

.popup-header img {
  display: block; }
.popup-header .author-avatar {
  display: inline-block;
  margin-right: 5px; }
.popup-header .author-name {
  display: inline-block; }
.popup-header .person-name {
  margin: 0; }
.popup-header .person-title {
  color: #616161;
  margin-bottom: 0;
  margin-top: 6px; }

.popup-hero {
  margin-bottom: 1rem;
  height: 300px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.popup-data {
  background: rgba(0, 0, 0, 0.15);
  margin-left: -1px;
  margin-right: -1px; }
  .popup-data .popup-data-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #616161; }
  .popup-data .popup-data-content {
    display: block;
    font-size: 14px;
    font-weight: bold; }
  .popup-data > .row > .col,
  .popup-data > .row > [class*="col-"] {
    padding: 10px 20px;
    border-top: 2px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white; }

.popup-content {
  padding-top: 20px; }
  .popup-content ul {
    margin-left: 1.5em;
    margin-bottom: 1rem; }
  .popup-content ul, .popup-content li {
    list-style: disc; }

button.mfp-close {
  background: transparent;
  border-radius: 0; }
  button.mfp-close:hover {
    background: transparent; }

.mfp-white-popup {
  position: relative;
  background: #FFF;
  padding: 24px;
  width: auto;
  max-width: 640px;
  margin: 24px auto;
  font-size: 16px; }
  @media (min-width: 768px) {
    .mfp-white-popup {
      padding: 36px; } }

/* ====== 3d unfold ====== */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/* ====== Move-horizontal effect ====== */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/* ## Polylang
--------------------------------------------- */
/* ## Embed Any Document
--------------------------------------------- */
/* # Site Header
--------------------------------------------- */
.site-header {
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  width: 100%;
  position: fixed;
  height: auto;
  top: 0;
  z-index: 100; }
  .site-header > .wrap {
    max-width: none !important;
    padding: 0 !important; }

/* ## Headroom
--------------------------------------------- */
.headroom {
  -webkit-transition: transform 350ms ease-in-out;
  -moz-transition: transform 350ms ease-in-out;
  -o-transition: transform 350ms ease-in-out;
  -ms-transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out; }
  .headroom--pinned {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  .headroom--unpinned {
    -webkit-transform: translate(0, -56px);
    -moz-transform: translate(0, -56px);
    -ms-transform: translate(0, -56px);
    -o-transform: translate(0, -56px);
    transform: translate(0, -56px); }

/* ## Top Header
--------------------------------------------- */
.top-header {
  height: 56px;
  width: 100%;
  background: #fff;
  overflow: hidden; }
  .top-header:after {
    content: "";
    display: table;
    clear: both; }

/* ## Secondary Header
--------------------------------------------- */
#menu-posts-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #fff;
  border-top: 1px solid #f5f5f5; }
  #menu-posts-menu > li {
    list-style: none;
    flex: 0 0 auto;
    border-bottom: 2px solid transparent; }
    #menu-posts-menu > li a {
      border: none;
      color: #607d8b;
      font-size: 13px;
      font-weight: 700;
      margin: 0;
      padding: 0px 15px;
      text-transform: uppercase;
      line-height: 24px;
      padding-top: 12px;
      padding-bottom: 9px;
      display: block; }
      #menu-posts-menu > li a:hover {
        color: #b71c1c;
        text-decoration: none; }
    #menu-posts-menu > li.current-post-parent, #menu-posts-menu > li.current-post-ancestor, #menu-posts-menu > li.current-menu-item {
      border-bottom: 2px solid transparent; }
  @media screen and (min-width: 992px) {
    #menu-posts-menu {
      display: block;
      text-align: center; }
      #menu-posts-menu > li {
        display: inline-block; } }

/* ## Title Area
--------------------------------------------- */
.title-area {
  padding: 10px 16px;
  width: auto;
  float: left; }

.site-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0; }
  .site-title > a {
    background-image: url("../images/logo-ycab-wide.png");
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 36px;
    width: 200px;
    display: block;
    text-indent: -9999px; }
  .site-title a, .site-title a:hover, .site-title a:focus {
    color: #333;
    text-decoration: none; }

.site-description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  display: block;
  text-indent: -9999px;
  height: 0; }

/* ## Widget Area
--------------------------------------------- */
.header-widget-area {
  float: right; }
  .header-widget-area .header-buttons {
    float: left;
    padding: 10px 16px; }
    .header-widget-area .header-buttons .button {
      height: 36px;
      line-height: 36px;
      font-size: 0.9em;
      padding: 0 16px; }
  .header-widget-area .header-cta-buttons > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
  .header-widget-area .header-cta-buttons .button-red > a, .header-widget-area .header-cta-buttons .button-green > a {
    border: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    font-size: 0.9em;
    font-weight: 500;
    background-color: #c62828;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 16px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38); }
    .header-widget-area .header-cta-buttons .button-red > a:hover, .header-widget-area .header-cta-buttons .button-green > a:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.38);
      transition-delay: 0s;
      color: #fff;
      text-decoration: none; }
    .header-widget-area .header-cta-buttons .button-red > a:focus, .header-widget-area .header-cta-buttons .button-green > a:focus {
      text-decoration: none; }
    .header-widget-area .header-cta-buttons .button-red > a:active, .header-widget-area .header-cta-buttons .button-green > a:active {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38);
      transition-delay: 0s;
      text-decoration: none; }
  .header-widget-area .header-cta-buttons .button-red > a {
    background-color: #c62828;
    color: #fff !important; }
    .header-widget-area .header-cta-buttons .button-red > a:hover {
      background-color: #d32f2f;
      color: #fff; }
    .header-widget-area .header-cta-buttons .button-red > a:active {
      background-color: #c62828; }
  .header-widget-area .header-cta-buttons .button-green > a {
    background-color: #2e7d32;
    color: #fff; }
    .header-widget-area .header-cta-buttons .button-green > a:hover {
      background-color: #388e3c;
      color: #fff; }
    .header-widget-area .header-cta-buttons .button-green > a:active {
      background-color: #2e7d32; }
  .header-widget-area .search-button {
    float: left;
    padding: 10px 10px;
    position: relative; }
    .header-widget-area .search-button:after {
      content: "";
      display: table;
      clear: both; }
    .header-widget-area .search-button .button-search {
      display: block;
      height: 36px;
      width: 36px;
      padding: 6px;
      font-size: 0.9em;
      color: #9e9e9e;
      float: left; }
      .header-widget-area .search-button .button-search:hover {
        color: #616161;
        text-decoration: none; }
    .header-widget-area .search-button .form-search {
      float: left;
      width: 0;
      overflow: hidden; }
      .header-widget-area .search-button .form-search .search-form {
        float: none;
        width: 100%;
        margin: 0; }
        .header-widget-area .search-button .form-search .search-form input[type="search"] {
          height: 36px;
          width: 100%;
          padding-top: 5px;
          padding-bottom: 5px;
          border: none; }
        .header-widget-area .search-button .form-search .search-form input[type="submit"] {
          margin: 0;
          width: 0px;
          display: none;
          float: left; }
  .header-widget-area .language-switcher {
    float: left;
    padding: 10px 16px;
    height: 56px; }
    .header-widget-area .language-switcher select {
      border: none;
      font-size: 1rem;
      height: 36px; }
      .header-widget-area .language-switcher select:focus {
        border: none;
        outline: none; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary {
  display: none;
  background-color: #fff;
  border-top: 1px solid #e2e2e2; }

.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left; }
  .genesis-nav-menu a {
    color: #616161;
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 16px 12px 13px;
    margin-right: 4px;
    border-bottom: 3px solid transparent; }
  .genesis-nav-menu > li > a:hover, .genesis-nav-menu > li > a:focus {
    color: #212121;
    border-bottom: 3px solid #c62828; }
  .genesis-nav-menu > li.current-menu-ancestor > a,
  .genesis-nav-menu > li.current-menu-item > a {
    color: #212121;
    text-decoration: none;
    border-bottom: 3px solid #c62828;
    padding-bottom: 13px; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99; }
    .genesis-nav-menu .sub-menu a {
      background-color: #fff;
      border: 1px solid #eee;
      border-top: 0;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 16px;
      position: relative;
      width: 200px;
      margin-right: 0;
      word-wrap: break-word; }
      .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu a:focus {
        color: #b71c1c;
        text-decoration: underline; }
    .genesis-nav-menu .sub-menu .sub-menu {
      margin: -56px 0 0 199px; }
  .genesis-nav-menu .menu-item:hover {
    position: static; }
    .genesis-nav-menu .menu-item:hover > .sub-menu {
      left: auto;
      opacity: 1; }
  .genesis-nav-menu > .first > a {
    padding-left: 0; }
  .genesis-nav-menu > .last > a {
    padding-right: 0; }
  .genesis-nav-menu > .right {
    float: right; }

/* ## Main Menu
--------------------------------------------- */
.main-menu-button {
  float: left;
  padding: 16px;
  height: 56px;
  width: 56px;
  background: #c62828;
  color: white;
  border-radius: 0; }
  .main-menu-button:hover {
    background: #b71c1c;
    color: white; }
  @media (min-width: 992px) {
    .main-menu-button {
      height: 56px;
      width: 56px;
      padding: 16px;
      line-height: 36px; } }

.main-menu-drawer {
  background: white;
  width: 300px;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  transition: all 0.5s ease-in-out; }

.main-menu-inner {
  padding-bottom: 120px;
  overflow-y: auto;
  height: 100%; }

.main-menu-header {
  padding-top: 16px;
  border-bottom: 1px solid #e2e2e2;
  background: #fff; }

.main-menu-logo-wrapper {
  margin-bottom: 6px;
  padding-right: 12px; }
  .main-menu-logo-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.main-menu-logo {
  float: left;
  display: block;
  background-image: url("../images/logo-ycab-dark.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  width: 160px;
  margin: 0px 16px;
  text-indent: -9999px; }

.main-menu-close {
  float: right;
  line-height: 36px;
  height: 36px;
  width: 36px;
  padding: 6px;
  background: transparent;
  color: #212121; }
  .main-menu-close:hover, .main-menu-close:focus, .main-menu-close:active {
    color: #212121;
    background: transparent; }

.main-menu-search {
  height: 44px;
  padding: 10px 16px; }
  .main-menu-search:after {
    content: "";
    display: table;
    clear: both; }
  .main-menu-search > .material-icons {
    float: left;
    color: #bdbdbd; }
  .main-menu-search .search-form {
    float: none;
    height: 24px;
    margin-left: 44px;
    margin-top: -3px; }
    .main-menu-search .search-form input[type="search"] {
      border: none;
      font-size: 15px;
      padding: 0;
      line-height: 24px; }
    .main-menu-search .search-form input[type="submit"] {
      display: none;
      margin: 0; }

.main-menu-links-container {
  padding: 8px 0;
  overflow-y: auto; }

.main-menu-links li {
  padding: 12px 20px 11px 16px;
  line-height: 24px;
  font-size: 14px;
  font-size: 0.88rem;
  letter-spacing: -0.025rem; }
  .main-menu-links li a {
    color: #212121;
    font-weight: 600;
    display: block; }
    .main-menu-links li a:hover {
      color: #c62828;
      text-decoration: none; }
    .main-menu-links li a .material-icons, .main-menu-links li a span {
      display: inline-block;
      vertical-align: middle;
      line-height: 24px; }
    .main-menu-links li a .material-icons {
      margin-right: 24px;
      font-size: 20px;
      color: #616161;
      color: #9e9e9e; }
.main-menu-links .menu-item img._before {
  margin-right: 24px; }
.main-menu-links .menu-item ._svg {
  width: 20px;
  fill: #9e9e9e;
  color: #9e9e9e; }
.main-menu-links .menu-item i._mi,
.main-menu-links .menu-item img._mi {
  display: inline-block;
  vertical-align: middle; }
.main-menu-links .menu-item i._mi {
  color: #9e9e9e;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  width: 20px;
  text-align: center; }
.main-menu-links .menu-item i._before,
.main-menu-links .rtl .menu-item i._after {
  margin-right: 24px; }
.main-menu-links .sub-menu {
  padding-top: 11px;
  padding-left: 44px;
  overflow: hidden;
  display: none; }
  .main-menu-links .sub-menu li {
    padding: 8px 16px 8px 0; }
  .main-menu-links .sub-menu a {
    font-weight: 400; }
.main-menu-links .menu-toggle > a {
  position: relative;
  padding-right: 24px; }
  .main-menu-links .menu-toggle > a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #616161;
    position: absolute;
    top: 9px;
    right: 0px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform; }
  .main-menu-links .menu-toggle > a.open:after {
    transform: rotate(-180deg); }

.main-menu-footer {
  background: #f5f5f5;
  padding: 4px 16px;
  border-top: 1px solid #e2e2e2;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .main-menu-footer p {
    margin-bottom: 1rem; }

.main-menu-cta-buttons > li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }
.main-menu-cta-buttons .button-red > a, .main-menu-cta-buttons .button-green > a {
  border: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  font-size: 0.9em;
  font-weight: 500;
  background-color: #c62828;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  width: 100%; }
  @media (min-width: 992px) {
    .main-menu-cta-buttons .button-red > a, .main-menu-cta-buttons .button-green > a {
      height: 42px;
      line-height: 42px;
      font-size: 1em;
      padding: 0 24px; } }
  .main-menu-cta-buttons .button-red > a:hover, .main-menu-cta-buttons .button-green > a:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.38);
    transition-delay: 0s;
    color: #fff;
    text-decoration: none; }
  .main-menu-cta-buttons .button-red > a:active, .main-menu-cta-buttons .button-green > a:active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38);
    transition-delay: 0s; }
.main-menu-cta-buttons .button-red > a {
  background-color: #c62828;
  color: #fff !important; }
  .main-menu-cta-buttons .button-red > a:hover {
    background-color: #d32f2f;
    color: #fff; }
  .main-menu-cta-buttons .button-red > a:active {
    background-color: #c62828; }
.main-menu-cta-buttons .button-green > a {
  background-color: #2e7d32;
  color: #fff; }
  .main-menu-cta-buttons .button-green > a:hover {
    background-color: #388e3c;
    color: #fff; }
  .main-menu-cta-buttons .button-green > a:active {
    background-color: #2e7d32; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.sub-menu-menu-toggle,
.menu-menu-toggle {
  display: none;
  visibility: hidden; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## After Header Navigation
--------------------------------------------- */
.nav-mobile {
  background-color: #fff;
  border-top: 1px solid #e2e2e2; }
  .nav-mobile .mobile-main-menu {
    margin: 0;
    padding: 0; }
    .nav-mobile .mobile-main-menu:after {
      content: "";
      display: table;
      clear: both; }
    .nav-mobile .mobile-main-menu > li {
      list-style: none;
      display: block;
      float: left;
      width: 33.33%; }
      .nav-mobile .mobile-main-menu > li a {
        padding: 12px 8px;
        line-height: 24px;
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #616161;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        text-decoration: none; }
        .nav-mobile .mobile-main-menu > li a:hover {
          color: #b71c1c; }
      .nav-mobile .mobile-main-menu > li > a {
        padding: 12px 8px 9px;
        border-bottom: 3px solid transparent;
        font-weight: 700; }
        .nav-mobile .mobile-main-menu > li > a:hover, .nav-mobile .mobile-main-menu > li > a:focus {
          color: #212121;
          border-bottom: 3px solid #c62828; }
      .nav-mobile .mobile-main-menu > li.current-menu-ancestor > a, .nav-mobile .mobile-main-menu > li.current-menu-item > a {
        color: #212121;
        text-decoration: none;
        border-bottom: 3px solid #c62828;
        padding-bottom: 9px; }
      .nav-mobile .mobile-main-menu > li.menu-item-has-children {
        position: relative; }
        .nav-mobile .mobile-main-menu > li.menu-item-has-children > a:after {
          display: inline-block;
          line-height: 1;
          vertical-align: middle;
          margin-left: 6px;
          margin-bottom: 3px;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 5px 0 5px;
          border-color: #616161 transparent transparent transparent; }
        .nav-mobile .mobile-main-menu > li.menu-item-has-children > a:hover:after {
          border-color: #212121 transparent transparent transparent; }
      .nav-mobile .mobile-main-menu > li .sub-menu {
        display: none;
        position: absolute;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        right: 0;
        left: 50%;
        width: 150px;
        margin-left: -75px;
        z-index: 99; }
        .nav-mobile .mobile-main-menu > li .sub-menu > li {
          border-bottom: 1px solid #e2e2e2; }
          .nav-mobile .mobile-main-menu > li .sub-menu > li > a {
            text-align: left;
            padding: 14px 16px;
            line-height: 20px; }
            .nav-mobile .mobile-main-menu > li .sub-menu > li > a:hover, .nav-mobile .mobile-main-menu > li .sub-menu > li > a:focus {
              background: #f5f5f5; }
          .nav-mobile .mobile-main-menu > li .sub-menu > li:last-child {
            border-bottom: none; }

/* ## Footer Navigation
--------------------------------------------- */
.site-footer {
  color: #616161; }
  .site-footer .genesis-nav-menu {
    padding: 8px 0px 16px; }
    .site-footer .genesis-nav-menu a {
      padding: 8px 16px;
      color: #616161; }
      .site-footer .genesis-nav-menu a:hover, .site-footer .genesis-nav-menu a:focus {
        color: #b71c1c; }
    .site-footer .genesis-nav-menu .current-menu-item > a {
      color: #616161;
      text-decoration: none; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background: #fff;
  padding: 40px 24px;
  box-shadow: 0px 7px 50px 0px rgba(38, 50, 56, 0.07); }
  @media only screen and (min-width: 768px) {
    .entry {
      padding: 48px 36px;
      border-radius: 3px; } }
  @media only screen and (min-width: 992px) {
    .entry {
      padding: 80px 160px; } }

.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 30px; }
.entry-content ol > li {
  list-style-type: unset;
  line-height: 1.4;
  margin-bottom: 10px; }
.entry-content ul > li {
  list-style-type: disc;
  line-height: 1.4;
  margin-bottom: 10px; }
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }
.entry-content code {
  background-color: #333;
  color: #eee; }
.entry-content > *:last-child {
  margin-bottom: 0; }
.entry-content figure {
  margin-bottom: 24px; }
.entry-content p.wp-caption-text {
  margin-bottom: 0; }
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 28px; }

/* ## Entry Header
--------------------------------------------- */
/* ## Featured Image
--------------------------------------------- */
.featured-image {
  border: none;
  display: block;
  height: 250px;
  overflow: hidden;
  margin: -40px -24px 24px;
  text-align: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .featured-image img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  @media only screen and (min-width: 768px) {
    .featured-image {
      margin: -48px -36px 24px;
      height: 300px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; } }
  @media only screen and (min-width: 992px) {
    .featured-image {
      margin: -80px -160px 48px;
      height: 400px; } }
  .featured-image.featured-image-full-height {
    height: auto; }
  .featured-image.turq-gradient, .featured-image.red-gradient {
    position: relative; }
    .featured-image.turq-gradient:after, .featured-image.red-gradient:after {
      opacity: 0.6;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .featured-image.turq-gradient:after {
    background: #0066cc;
    background: -moz-linear-gradient(45deg, #0f8fba 0%, #0066cc 100%);
    background: -webkit-linear-gradient(45deg, #0f8fba 0%, #0066cc 100%);
    background: linear-gradient(45deg, #0f8fba 0%, #0066cc 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8fba', endColorstr='#0066cc',GradientType=1 )"; }
  .featured-image.red-gradient:after {
    background: #d32f2f;
    background: -moz-linear-gradient(45deg, #ef9a9a 0%, #d32f2f 100%);
    background: -webkit-linear-gradient(45deg, #ef9a9a 0%, #d32f2f 100%);
    background: linear-gradient(45deg, #ef9a9a 0%, #d32f2f 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9a9a', endColorstr='#d32f2f',GradientType=1 )"; }

.single .featured-image {
  height: 200px; }
  @media screen and (min-width: 992px) {
    .single .featured-image {
      height: 300px;
      margin: -80px -160px 40px; } }

.page-full-width .featured-image {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
.page-full-width .entry-title, .page-full-width .entry-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

/* ## Titles
--------------------------------------------- */
.entry-title a,
.sidebar .widget-title a {
  color: #212121;
  text-decoration: none; }

.entry-title a:hover,
.entry-title a:focus {
  color: #b71c1c; }

.widget-title {
  margin-bottom: 20px; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 15px;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 12px;
  color: #616161; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Page Navigations
--------------------------------------------- */
.page-navigation > .container {
  margin: 16px auto;
  background: #fff;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 7px 50px 0px rgba(38, 50, 56, 0.07);
  -moz-box-shadow: 0px 7px 50px 0px rgba(38, 50, 56, 0.07);
  box-shadow: 0px 7px 50px 0px rgba(38, 50, 56, 0.07);
  max-width: 960px; }
.page-navigation .previous-page, .page-navigation .next-page {
  padding: 16px; }
.page-navigation .next-page {
  text-align: right; }
.page-navigation .previous-page + .next-page {
  border-left: 2px solid #F5F7F8; }
.page-navigation .nav-label {
  color: #616161;
  font-size: 13px;
  font-style: italic;
  display: block; }
.page-navigation .nav-title {
  color: #212121;
  font-weight: bold;
  font-size: 14px;
  display: block;
  line-height: 1.2; }
.page-navigation a {
  display: block; }
  .page-navigation a:hover, .page-navigation a:focus {
    text-decoration: none; }
    .page-navigation a:hover .nav-label, .page-navigation a:hover .nav-title, .page-navigation a:focus .nav-label, .page-navigation a:focus .nav-title {
      color: #b71c1c; }
@media only screen and (min-width: 768px) {
  .page-navigation .previous-page, .page-navigation .next-page {
    padding: 16px 24px; }
  .page-navigation .nav-label {
    font-size: 14px;
    line-height: 1.4; }
  .page-navigation .nav-title {
    font-size: 16px;
    line-height: 1.3; } }
@media only screen and (min-width: 992px) {
  .page-navigation {
    margin: 24px auto; }
    .page-navigation .previous-page, .page-navigation .next-page {
      padding: 24px; } }

/* ## Posts
--------------------------------------------- */
.single-post .entry-header {
  margin-bottom: 24px; }
  .single-post .entry-header .entry-meta {
    text-align: center;
    font-size: 13px; }
  .single-post .entry-header .entry-categories {
    text-transform: uppercase;
    font-weight: bold; }
  .single-post .entry-header:after {
    content: '';
    text-align: center;
    display: block;
    margin: 20px auto 24px;
    width: 20px;
    height: 2px;
    background: #e2e2e2; }
.single-post .entry-title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold; }
@media screen and (min-width: 768px) {
  .single-post .entry-header .entry-meta {
    font-size: 14px; } }
@media screen and (min-width: 992px) {
  .single-post .entry-header .entry-meta {
    font-size: 15px; } }

/* ## Beneficiaries
--------------------------------------------- */
.single.single-beneficiaries .back-button {
  margin-bottom: 24px; }
  .single.single-beneficiaries .back-button > a {
    display: inline-block; }
    .single.single-beneficiaries .back-button > a:hover {
      text-decoration: underline; }
  .single.single-beneficiaries .back-button .material-icons {
    vertical-align: middle; }
  .single.single-beneficiaries .back-button .button-text {
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 2px; }
.single.single-beneficiaries .beneficiaries-profile {
  margin-bottom: 24px;
  display: flex; }
  .single.single-beneficiaries .beneficiaries-profile:after {
    content: "";
    display: table;
    clear: both; }
.single.single-beneficiaries .profile-picture {
  max-width: 64px;
  max-height: 64px;
  border-radius: 50%;
  overflow: hidden; }
.single.single-beneficiaries h1.profile-name {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  align-self: center;
  margin-left: 16px; }
@media only screen and (min-width: 992px) {
  .single.single-beneficiaries .profile-picture {
    max-width: 80px;
    max-height: 80px; }
  .single.single-beneficiaries h1.profile-name {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    align-self: center;
    margin-left: 16px; } }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 60px 60px 32px; }

.entry-comments {
  padding: 60px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

/* # Archive
---------------------------------------------------------------------------------------------------- */
.archive-title {
  color: #212121;
  text-align: center;
  font-weight: bold; }

.archive-description {
  padding: 20px 16px; }
  @media screen and (min-width: 768px) {
    .archive-description {
      padding-top: 16px;
      padding-bottom: 32px; } }
  @media screen and (min-width: 992px) {
    .archive-description {
      padding-bottom: 40px; } }

.archive-description *:last-child {
  margin-bottom: 0; }

.archive .entry {
  padding: 1rem;
  height: 100%;
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
.archive .entry-image-link {
  display: block;
  margin-bottom: 1rem; }
  .archive .entry-image-link img {
    margin: 0 auto; }
.archive .entry-meta {
  margin-bottom: 0;
  font-size: 13px;
  text-align: center; }
  .archive .entry-meta .entry-categories {
    text-transform: uppercase;
    font-size: 12px; }
.archive .entry-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px; }
.archive .entry-content {
  display: none; }
.archive .entry-footer {
  margin-top: 1rem;
  border-top: 1px solid #f5f5f5;
  padding: 10px 1rem 12px;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem; }
.archive .content > .row {
  margin-left: 0;
  margin-right: 0; }
  .archive .content > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem; }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .archive .content > .row {
    margin-left: -8px;
    margin-right: -8px; }
    .archive .content > .row > [class*="col-"] {
      padding-left: 8px;
      padding-right: 8px; } }
@media screen and (min-width: 992px) {
  .archive .content > .row {
    margin-left: -15px;
    margin-right: -15px; }
    .archive .content > .row > [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; } }

.no-touchevents .archive .entry:hover {
  transform: translate(0, -5px);
  transition-delay: 0s !important; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: .5rem 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .pagination {
      margin-top: 1rem; } }

.archive-pagination ul {
  margin: 0 auto; }
.archive-pagination li {
  display: inline; }
.archive-pagination a {
  background-color: #fff;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 12px;
  min-width: 36px;
  text-align: center;
  text-decoration: none; }
.archive-pagination a:focus, .archive-pagination a:hover, .archive-pagination .active a {
  background-color: #c62828;
  color: #fff; }

/* # Responsive Youtube Video
---------------------------------------------------------------------------------------------------- */
.entry-video {
  display: block;
  background-color: #000;
  text-align: center;
  margin: 0 -16px 20px; }
  @media only screen and (min-width: 768px) {
    .entry-video {
      margin-left: 0px;
      margin-right: 0px; } }

.video-wrapper {
  background-color: #000;
  width: 100%;
  position: relative;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 56.25% !important;
  overflow: hidden;
  cursor: pointer; }
  .video-wrapper p {
    display: none;
    margin: 0; }
  .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-wrapper img {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7; }
  .video-wrapper .play-button {
    width: 68px;
    height: 48px;
    background-color: #fc1d00;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 1;
    border-radius: 8px;
    cursor: pointer; }
    .video-wrapper .play-button:before {
      content: "";
      border-style: solid;
      border-width: 10px 0 10px 20.0px;
      border-color: transparent transparent transparent #fff; }
  .video-wrapper img, .video-wrapper iframe,
  .video-wrapper .play-button, .video-wrapper .play-button:before {
    position: absolute; }
  .video-wrapper .play-button, .video-wrapper .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #212121;
  color: white;
  font-size: 15px;
  padding: 0;
  text-align: center;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08); }
  .site-footer a {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500; }
    .site-footer a:hover {
      color: white; }
  .site-footer .widget-title {
    text-align: center;
    font-size: 18px;
    color: white;
    margin-top: 0; }
  .site-footer .copyright {
    padding: 1rem 0;
    font-size: 12px;
    font-size: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .site-footer .copyright p {
      margin-bottom: 0; }

#section-partners {
  background: #fff;
  color: #212121;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }
  #section-partners > .container {
    padding-left: 0;
    padding-right: 0; }
  #section-partners .col-associates {
    padding: 24px 16px 36px; }
    @media (min-width: 768px) {
      #section-partners .col-associates {
        padding: 24px 24px 36px; } }
    @media only screen and (min-width: 992px) {
      #section-partners .col-associates {
        padding-right: 32px; } }
    @media only screen and (min-width: 1200px) {
      #section-partners .col-associates {
        padding-bottom: 24px; } }
  #section-partners .col-partners {
    padding: 24px 16px 36px;
    border-left: 1px solid rgba(0, 0, 0, 0.12); }
    @media (min-width: 768px) {
      #section-partners .col-partners {
        padding: 24px 24px 36px; } }
    @media only screen and (min-width: 992px) {
      #section-partners .col-partners {
        padding-left: 32px; } }
    @media only screen and (min-width: 1200px) {
      #section-partners .col-partners {
        padding-bottom: 24px; } }
  #section-partners .section-title {
    color: #616161;
    text-transform: none;
    font-size: 13px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      #section-partners .section-title {
        font-size: 20px; } }
  #section-partners .owl-carousel .owl-item img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto; }
  #section-partners .owl-carousel.owl-theme .owl-dots {
    margin-bottom: 0px;
    bottom: -20px; }

.footer-widgets {
  padding: 32px 0 0; }
  .footer-widgets .widget {
    margin-bottom: 32px;
    margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .footer-widgets {
      padding: 48px 0 0px; } }
  @media (min-width: 992px) {
    .footer-widgets .container {
      max-width: 1097px; } }

.footer-links, .footer-social-media {
  text-align: center; }
  .footer-links li, .footer-social-media li {
    display: inline-block;
    margin-bottom: 0px !important;
    padding: 10px 16px; }

.footer-social-media li {
  padding: 0 6px; }
  .footer-social-media li > a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-repeat: no-repeat; }
.footer-social-media .twitter {
  background-image: url("../images/twitter.svg"); }
.footer-social-media .facebook {
  background-image: url("../images/facebook.svg"); }
.footer-social-media .instagram {
  background-image: url("../images/instagram.svg"); }
.footer-social-media .youtube {
  background-image: url("../images/youtube.svg"); }
.footer-social-media .linkedin {
  background-image: url("../images/linkedin.svg"); }

.footer-subscribe-form .form-row {
  margin-left: 0px;
  margin-right: 0px; }
  .footer-subscribe-form .form-row.no-gutters > .col, .footer-subscribe-form .form-row.no-gutters > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px; }
.footer-subscribe-form .form-control {
  border-radius: 0.25rem 0px 0px 0.25rem;
  border: none;
  height: 36px; }
.footer-subscribe-form .btn {
  border-radius: 0 0.25rem 0.25rem 0;
  display: block;
  height: 36px;
  border: none; }

/* # Z-Index
---------------------------------------------------------------------------------------------------- */
.overlay {
  z-index: 110; }

.main-menu-drawer {
  z-index: 200; }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content,
  .content-sidebar {
    width: 100%; }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }

  .title-area {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }

  .author-box {
    margin-bottom: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote,
  pre,
  table {
    page-break-inside: avoid; }

  dl,
  ol,
  ul {
    page-break-before: avoid; } }
/* # Site Templates
---------------------------------------------------------------------------------------------------- */
.hero .hero-image {
  background-color: #f2f2f2; }
.hero .hero-buttons {
  margin: 1.5rem auto 0.5rem;
  text-align: center; }
  .hero .hero-buttons a.button {
    display: inline-block;
    margin-bottom: 1rem;
    margin-left: 10px;
    margin-right: 10px; }
@media screen and (min-width: 768px) {
  .hero .hero-buttons {
    margin: 1.5rem auto 0; }
    .hero .hero-buttons a.button {
      margin-bottom: 1.5rem; } }

/* ## Elements
--------------------------------------------- */
/* ### Section Elements
--------------------------------------------- */
.section-title {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 0; }
  @media (min-width: 576px) {
    .section-title {
      font-size: 28px;
      margin-bottom: 12px; } }
  .section-title + .section-subtitle {
    margin-top: -12px; }

.section-subtitle {
  color: #616161;
  margin-bottom: 20px; }

/* ### Card Elements
--------------------------------------------- */
.card-shadowed {
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08); }

.card-colored {
  padding: 16px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .card-colored.card-blue {
    background-color: #2196f3; }
  .card-colored.card-amber {
    background-color: #ffa000; }
  .card-colored.card-light-green {
    background-color: #8bc34a; }

.card-link {
  display: block;
  height: 100%; }
  .card-link > .card-colored {
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
    .card-link > .card-colored:hover {
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
      transform: translate(0, -8px);
      transition-delay: 0s !important;
      text-decoration: none; }
  .card-link:hover {
    text-decoration: none; }

/* ### Grid List Elements
--------------------------------------------- */
.grid-list .grid-list-item {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: -1px;
  height: 100%; }
.grid-list .entry-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Fira Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.grid-list .post-meta {
  color: #616161;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 1;
  position: absolute;
  bottom: 0px;
  left: 16px; }
.grid-list .post-image {
  display: block; }
@media (min-width: 768px) {
  .grid-list > .row > .col:nth-child(even),
  .grid-list > .row > [class*="col-"]:nth-child(even) {
    margin-left: -1px; } }
@media (min-width: 992px) {
  .grid-list .grid-list-item {
    padding-top: 16px;
    padding-bottom: 16px; }
  .grid-list .entry-title {
    font-size: 16px;
    line-height: 1.33;
    height: 64px;
    margin-bottom: 12px; }
  .grid-list .post-meta {
    font-size: 14px; } }
@media (min-width: 1200px) {
  .grid-list .grid-list-item {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px; }
  .grid-list .entry-title {
    font-size: 18px;
    line-height: 1.33;
    height: 72px;
    margin-bottom: 16px; }
  .grid-list .post-meta {
    font-size: 14px; } }

.page-id-14961 .page-navigation, .page-id-14964 .page-navigation, .page-id-123 .page-navigation {
  display: none; }

/* # Landing Page
---------------------------------------------------------------------------------------------------- */
.landing-page .featured-image {
  margin-bottom: 0; }
.landing-page.full-width-content .entry {
  padding-bottom: 0; }
.landing-page .content-sidebar-wrap:after {
  content: "";
  display: table;
  clear: both; }
.landing-page .content-sidebar-wrap .content {
  width: 100%;
  max-width: none;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .landing-page .content-sidebar-wrap .content {
      margin: 24px auto 32px;
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .landing-page .content-sidebar-wrap .content {
      max-width: none;
      margin: 0; } }

/* ## Page Annual Reports
--------------------------------------------- */
.page-annual-reports .section-annual-reports {
  margin: 24px 0; }
  .page-annual-reports .section-annual-reports > .table-row {
    margin-bottom: 0;
    margin-left: -24px;
    margin-right: -24px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 24px; }
  .page-annual-reports .section-annual-reports .thumbnail {
    padding: 0 20px 0 0;
    margin-bottom: 1rem;
    margin-bottom: 0;
    text-align: center; }
    .page-annual-reports .section-annual-reports .thumbnail img {
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }
  .page-annual-reports .section-annual-reports h4 {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left; }
  .page-annual-reports .section-annual-reports p {
    margin-bottom: 5px;
    font-size: 13px;
    text-align: left; }
    .page-annual-reports .section-annual-reports p img {
      vertical-align: baseline; }
  .page-annual-reports .section-annual-reports .button {
    display: inline-block;
    font-size: 12px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px; }
  @media screen and (min-width: 576px) {
    .page-annual-reports .section-annual-reports .thumbnail {
      margin-bottom: 0px; }
    .page-annual-reports .section-annual-reports h4 {
      font-size: 20px;
      margin-bottom: 8px; }
    .page-annual-reports .section-annual-reports p {
      margin-bottom: 8px;
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .page-annual-reports .section-annual-reports {
      margin: 32px 0; }
      .page-annual-reports .section-annual-reports > .table-row {
        margin-left: 0px;
        margin-right: 0px;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2; }
      .page-annual-reports .section-annual-reports .thumbnail {
        padding: 0 30px 0 0; }
      .page-annual-reports .section-annual-reports .button {
        font-size: 14px;
        padding: 0 24px;
        height: 36px;
        line-height: 36px; } }

/* ## Beneficiaries
--------------------------------------------- */
.page-beneficiaries .content {
  padding-top: 32px;
  padding-bottom: 32px; }
.page-beneficiaries .page-intro {
  margin-bottom: 1rem; }
@media (min-width: 992px) {
  .page-beneficiaries .content {
    padding-top: 60px;
    padding-bottom: 60px; }
  .page-beneficiaries .page-intro {
    margin-bottom: 30px; } }

/* ## International Footprints
--------------------------------------------- */
.page-international .page-intro {
  background: #fff; }
  .page-international .page-intro .hero {
    background-color: #e3f2fd;
    background-image: url(../images/map-dots.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 1rem;
    height: 100%;
    width: 100%;
    display: table; }
  .page-international .page-intro .hero-content {
    display: table-cell;
    vertical-align: middle; }
  .page-international .page-intro .hero-subtitle {
    margin-bottom: 0; }
  .page-international .page-intro .intro-text {
    padding: 24px 1rem; }
    .page-international .page-intro .intro-text > *:last-child {
      margin-bottom: 0px; }
    .page-international .page-intro .intro-text p {
      font-size: 1rem; }
.page-international .international-program {
  padding: 24px 0; }
  .page-international .international-program .section-title {
    margin-bottom: 1rem; }
@media (min-width: 992px) {
  .page-international .page-intro .hero {
    padding: 50px; }
  .page-international .page-intro .intro-text {
    padding: 50px; }
  .page-international .international-program {
    padding: 60px 0 40px; }
    .page-international .international-program .section-title {
      margin-bottom: 30px; } }

/* ## Center of Change
--------------------------------------------- */
.page-center-of-change .coc-programs {
  margin-top: 40px;
  margin-left: -24px;
  margin-right: -24px;
  border-top: 2px solid #f5f5f5;
  padding-top: 40px;
  padding-left: 9px;
  padding-right: 9px; }
  .page-center-of-change .coc-programs .section-title {
    margin-bottom: 24px; }
@media screen and (min-width: 768px) {
  .page-center-of-change .coc-programs {
    margin-left: -36px;
    margin-right: -36px;
    padding-left: 21px;
    padding-right: 21px; } }
@media screen and (min-width: 992px) {
  .page-center-of-change .entry {
    padding-bottom: 50px; }
  .page-center-of-change .coc-programs {
    margin-top: 60px;
    margin-left: -160px;
    margin-right: -160px;
    padding-top: 60px;
    padding-left: 65px;
    padding-right: 65px; } }

/* ## Page Donate
--------------------------------------------- */
.page-donate .hero {
  background-image: url("../images/hero-image_donate.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 150px;
  color: white;
  position: relative; }
  .page-donate .hero .hero-title {
    color: white;
    margin-bottom: 1rem;
    font-weight: bold; }
  .page-donate .hero:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
.page-donate .payment-logo {
  max-width: 350px;
  padding: 8px 24px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 50px; }
.page-donate .section-donate-info {
  padding: 36px 0 40px;
  font-size: 14px;
  background: #eeeeee;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .page-donate .section-donate-info .section-title {
    margin-bottom: 20px; }
  .page-donate .section-donate-info .ggv-status {
    padding: 1rem 1.5rem;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #fafafa; }
    .page-donate .section-donate-info .ggv-status:after {
      content: "";
      display: table;
      clear: both; }
  .page-donate .section-donate-info .ggv-status-logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 86px;
    height: 86px;
    background: url("../images/Global-giving-vetted-NGO-status.png") center center no-repeat;
    background-size: 86px; }
  .page-donate .section-donate-info .ggv-status-text {
    padding-top: 10px;
    text-align: center;
    font-size: 13px; }
  .page-donate .section-donate-info .bank-info {
    margin-bottom: 1rem; }
    .page-donate .section-donate-info .bank-info .bank-info--card {
      padding: 1.5rem 1.25rem;
      background: #fff;
      margin-bottom: 1.5rem; }
      .page-donate .section-donate-info .bank-info .bank-info--card > *:last-child {
        margin-bottom: 0px; }
    .page-donate .section-donate-info .bank-info h3 {
      font-size: 24px;
      margin-top: 0px;
      margin-bottom: 16px; }
    .page-donate .section-donate-info .bank-info h4 {
      font-size: 18px;
      margin-bottom: 15px;
      font-weight: bold;
      text-decoration: underline; }
    .page-donate .section-donate-info .bank-info h5 {
      font-size: 12px;
      margin-bottom: 0px;
      line-height: 1.75em;
      text-transform: uppercase;
      font-weight: bold;
      color: #616161; }
    .page-donate .section-donate-info .bank-info p {
      margin-bottom: 12px;
      line-height: 1.3; }
.page-donate .section-donate-through-partner, .page-donate .section-shop-to-donate {
  padding: 32px 0 24px; }
  .page-donate .section-donate-through-partner .section-title, .page-donate .section-shop-to-donate .section-title {
    margin-bottom: 30px; }
  .page-donate .section-donate-through-partner .section-title + .section-subtitle, .page-donate .section-shop-to-donate .section-title + .section-subtitle {
    margin-top: -15px;
    margin-bottom: 30px;
    line-height: 1.25em; }
  .page-donate .section-donate-through-partner .card-title, .page-donate .section-shop-to-donate .card-title {
    margin-bottom: 1rem; }
  .page-donate .section-donate-through-partner .card-description ul li, .page-donate .section-shop-to-donate .card-description ul li {
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 5px; }
    .page-donate .section-donate-through-partner .card-description ul li:last-child, .page-donate .section-shop-to-donate .card-description ul li:last-child {
      margin-bottom: 0px; }
  @media (min-width: 992px) {
    .page-donate .section-donate-through-partner, .page-donate .section-shop-to-donate {
      padding: 60px 0; }
      .page-donate .section-donate-through-partner .section-subtitle, .page-donate .section-shop-to-donate .section-subtitle {
        width: 50%;
        margin-right: auto;
        margin-left: auto; } }
.page-donate .section-shop-to-donate {
  background-color: #fff; }
@media (min-width: 768px) {
  .page-donate .section-donate-info {
    padding: 40px 0 40px; }
    .page-donate .section-donate-info .ggv-status {
      margin-bottom: 0px; }
    .page-donate .section-donate-info .ggv-status-logo {
      float: none;
      margin-right: auto;
      margin-left: auto;
      width: 100px;
      height: 100px;
      background-size: 100px; }
    .page-donate .section-donate-info .ggv-status-text {
      text-align: center;
      padding-top: 16px; } }
@media (min-width: 992px) {
  .page-donate .hero {
    padding: 160px 0 100px; }
  .page-donate .section-donate-info .ggv-status-logo {
    width: 100px;
    height: 100px;
    background-size: 100px;
    float: left;
    margin-right: 16px;
    margin-left: 0px; }
  .page-donate .section-donate-info .ggv-status-text {
    text-align: left;
    font-size: 14px; }
  .page-donate .section-donate-info .bank-info .bank-info--card {
    padding: 2rem;
    margin: 0;
    height: 100%; } }

.page-donation-form .hero {
  background-image: url("../images/hero-image-donate.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  color: white; }
  .page-donation-form .hero:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .page-donation-form .hero .hero-title {
    color: white;
    margin-bottom: 1rem;
    font-weight: bold; }
  @media (min-width: 641px) {
    .page-donation-form .hero {
      height: 250px; } }
  @media (min-width: 992px) {
    .page-donation-form .hero {
      height: 300px; } }
  @media (min-width: 1200px) {
    .page-donation-form .hero {
      height: 400px; } }
.page-donation-form .donate-form-wrapper {
  margin-top: -50px; }
  @media (min-width: 641px) {
    .page-donation-form .donate-form-wrapper {
      margin-top: -100px; } }
  @media (min-width: 992px) {
    .page-donation-form .donate-form-wrapper {
      margin-top: -120px; } }
  @media (min-width: 1200px) {
    .page-donation-form .donate-form-wrapper {
      margin-top: -150px; } }
  .page-donation-form .donate-form-wrapper .gform_wrapper {
    border-top: 8px solid #d32f2f; }

/* # Donate Form
---------------------------------------------------------------------------------------------------- */
#donate-form {
  margin-bottom: 40px; }
  #donate-form > .container {
    padding-left: 8px;
    padding-right: 8px; }
  #donate-form .gform_wrapper .gform_heading {
    padding: 20px 16px 16px; }
  #donate-form .gform_wrapper span.gform_description {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0px; }
  #donate-form .gform_wrapper .gform_body {
    padding: 16px; }
  #donate-form .gform_wrapper ul.gform_fields {
    padding: 0 !important; }
  #donate-form .gform_wrapper .top_label .gfield_label {
    font-size: 1rem; }
  #donate-form .gform_wrapper li.gfield {
    margin-top: 16px;
    margin-bottom: 1.5rem; }
    #donate-form .gform_wrapper li.gfield.invisible {
      height: 1px;
      margin: 0 !important; }
  #donate-form .gform_wrapper .gsection {
    margin-right: 0px;
    margin-bottom: 24px !important;
    border-bottom: 2px solid #212121;
    padding: 0 16px 8px 0; }
  #donate-form .gform_wrapper h2.gsection_title {
    font-weight: 700;
    font-size: 1em;
    color: #212121; }
  #donate-form .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
  #donate-form .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0px; }
  #donate-form .gform_wrapper ul.gfield_checkbox li,
  #donate-form .gform_wrapper ul.gfield_radio li {
    margin: 0px;
    min-height: 24px;
    padding: 4px 4px 4px 1.5rem !important;
    position: relative;
    display: block;
    min-height: 1.5rem; }
    #donate-form .gform_wrapper ul.gfield_checkbox li label,
    #donate-form .gform_wrapper ul.gfield_radio li label {
      display: inline-block;
      letter-spacing: inherit;
      vertical-align: middle;
      font-size: 16px;
      margin: 0px; }
      #donate-form .gform_wrapper ul.gfield_checkbox li label:before,
      #donate-form .gform_wrapper ul.gfield_radio li label:before {
        position: absolute;
        top: 8px;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
        border-radius: 50%; }
      #donate-form .gform_wrapper ul.gfield_checkbox li label:after,
      #donate-form .gform_wrapper ul.gfield_radio li label:after {
        position: absolute;
        top: 8px;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%; }
  #donate-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
  #donate-form .gform_wrapper ul.gfield_radio li input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0; }
    #donate-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked ~ label::before,
    #donate-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked ~ label::before {
      color: #fff;
      background-color: #c62828; }
    #donate-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked ~ label::after,
    #donate-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked ~ label::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  #donate-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px; }
  #donate-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    #donate-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  #donate-form .gform_wrapper ul.gform_fields li.gfield span.name_first,
  #donate-form .gform_wrapper ul.gform_fields li.gfield span.name_last,
  #donate-form .gform_wrapper ul.gform_fields li.gfield span.name_middle {
    padding-top: 0px; }
  #donate-form .gform_wrapper .prepend-input {
    font-size: inherit;
    font-family: inherit;
    line-height: 24px;
    padding: 6px 3px;
    color: #495057;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    margin-bottom: 0px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    #donate-form .gform_wrapper .prepend-input + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding-left: 52px; }
  #donate-form .gform_wrapper .gfield.summary-usd,
  #donate-form .gform_wrapper .gfield.summary-idr {
    background: #aed581;
    text-align: left;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); }
    #donate-form .gform_wrapper .gfield.summary-usd .prepend-input,
    #donate-form .gform_wrapper .gfield.summary-idr .prepend-input {
      background-color: #dcedc8;
      border-color: #aed581; }
    #donate-form .gform_wrapper .gfield.summary-usd input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    #donate-form .gform_wrapper .gfield.summary-idr input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      background-color: #dcedc8;
      border-color: #aed581; }
  #donate-form .gform_wrapper ul li.gfield.gfield_html {
    font-size: 13px;
    line-height: 1.5; }
  #donate-form .gform_wrapper .gform_footer {
    background: #fafafa;
    border-top: 1px solid #e2e2e2;
    padding: 16px;
    margin: 0;
    clear: both;
    width: 100%; }
    #donate-form .gform_wrapper .gform_footer input.button, #donate-form .gform_wrapper .gform_footer input[type=submit] {
      font-size: 16px;
      font-weight: bold;
      width: 100%;
      margin: 0;
      height: 48px; }
  @media (max-width: 641px) {
    #donate-form li.field_sublabel_below .ginput_complex {
      margin-top: 0px !important; } }
  @media (min-width: 768px) {
    #donate-form > .container {
      padding-left: 15px;
      padding-right: 15px; }
    #donate-form .gform_wrapper .gform_heading {
      padding: 30px 24px 24px; }
    #donate-form .gform_wrapper .gform_body {
      padding: 24px; }
    #donate-form .gform_wrapper .gform_footer {
      padding: 16px 24px; } }
  @media (min-width: 992px) {
    #donate-form {
      margin-bottom: 60px; }
      #donate-form .gform_wrapper .gform_heading {
        padding: 30px 32px 24px; }
      #donate-form .gform_wrapper .gform_body {
        padding: 24px 32px; }
      #donate-form .gform_wrapper .gform_footer {
        padding: 16px 32px; } }

/* ## Homepage
--------------------------------------------- */
#section-hero-slider {
  position: relative;
  background: #333; }
  #section-hero-slider .hero-slide-container {
    height: 500px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    position: relative; }
    #section-hero-slider .hero-slide-container:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1; }
    #section-hero-slider .hero-slide-container:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  #section-hero-slider .hero-slide-content {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center; }
  #section-hero-slider .hero-slide-headline {
    color: #fff;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Fira Sans", "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 1.33em;
    margin-bottom: 1rem; }
  #section-hero-slider .hero-slide-excerpt {
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 1.4em; }
  #section-hero-slider .hero-slide-buttons {
    margin-top: 24px; }
    #section-hero-slider .hero-slide-buttons .button {
      margin: 0 auto 1rem auto;
      display: table; }
    @media (min-width: 576px) {
      #section-hero-slider .hero-slide-buttons .button {
        display: inline-block;
        margin: 0 1rem 1rem 0; } }
  #section-hero-slider .scroll-down {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99; }
    #section-hero-slider .scroll-down > a {
      color: rgba(255, 255, 255, 0.5); }
      #section-hero-slider .scroll-down > a .material-icons {
        font-size: 40px; }
  @media (min-width: 576px) {
    #section-hero-slider .hero-slide-container {
      height: 500px;
      width: 100%; }
    #section-hero-slider .hero-slide-headline {
      font-size: 30px; }
    #section-hero-slider .hero-slide-excerpt {
      font-size: 16px; } }
  @media (min-width: 768px) {
    #section-hero-slider .hero-slide-container {
      height: 700px; }
    #section-hero-slider .hero-slide-headline {
      font-size: 36px; } }
  @media (min-width: 992px) {
    #section-hero-slider .hero-slide-container {
      height: 800px; }
    #section-hero-slider .hero-slide-headline {
      font-size: 44px;
      line-height: 1.15em; }
    #section-hero-slider .hero-slide-excerpt {
      font-size: 17px; } }

#section-about-ycab {
  background: white; }
  #section-about-ycab .grid-img-area {
    position: relative; }
    #section-about-ycab .grid-img-area img {
      display: block; }
    #section-about-ycab .grid-img-area.arrow-left::after, #section-about-ycab .grid-img-area.arrow-right::after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      z-index: 2; }
    #section-about-ycab .grid-img-area.arrow-left::after {
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-right: 16px solid white;
      right: 0; }
    #section-about-ycab .grid-img-area.arrow-right::after {
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 16px solid white;
      left: 0; }
  #section-about-ycab .grid-text-area {
    padding: 12px;
    font-size: 12px;
    line-height: 1.25; }
    #section-about-ycab .grid-text-area p {
      margin-bottom: 10px; }
    #section-about-ycab .grid-text-area h4 {
      font-size: 15px;
      margin-bottom: 10px; }
    #section-about-ycab .grid-text-area .link {
      font-weight: 500; }
  #section-about-ycab #col-about-ycab > .row, #section-about-ycab #col-premise-of-change > .row {
    background: white; }
  @media (min-width: 576px) {
    #section-about-ycab .grid-text-area {
      padding: 24px;
      font-size: 14px;
      line-height: 1.5; }
      #section-about-ycab .grid-text-area p {
        margin-bottom: 1rem; }
      #section-about-ycab .grid-text-area h4 {
        font-size: 18px;
        margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    #section-about-ycab .grid-text-area {
      padding: 32px;
      font-size: 16px;
      line-height: 1.5; }
      #section-about-ycab .grid-text-area p {
        margin-bottom: 1rem; }
      #section-about-ycab .grid-text-area h4 {
        font-size: 22px;
        margin-bottom: 1rem; } }
  @media (min-width: 992px) {
    #section-about-ycab {
      padding: 64px 0; }
      #section-about-ycab > .row {
        max-width: 960px;
        margin-right: auto !important;
        margin-left: auto !important; }
      #section-about-ycab #col-about-ycab, #section-about-ycab #col-premise-of-change {
        padding-left: 16px;
        padding-right: 16px; }
        #section-about-ycab #col-about-ycab > .row, #section-about-ycab #col-premise-of-change > .row {
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
      #section-about-ycab .grid-text-area {
        padding: 20px;
        font-size: 14px;
        line-height: 1.33; }
        #section-about-ycab .grid-text-area p {
          margin-bottom: 1rem; }
        #section-about-ycab .grid-text-area h4 {
          font-size: 18px;
          margin-bottom: 1rem; } }
  @media (min-width: 1200px) {
    #section-about-ycab > .row {
      max-width: 1140px; } }

#section-social-impact {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 20px;
  box-shadow: inset 0px 2px 40px 0px rgba(0, 0, 0, 0.1); }
  #section-social-impact .card-colored {
    height: 100%; }
    #section-social-impact .card-colored .card-title {
      font-size: 14px;
      margin-bottom: 8px;
      line-height: 1;
      color: #616161; }
    #section-social-impact .card-colored .card-number {
      font-size: 24px;
      line-height: 1;
      font-weight: 900;
      margin-bottom: 8px;
      color: white; }
    #section-social-impact .card-colored .card-subtitle {
      font-size: 12px;
      line-height: 1.2;
      margin-bottom: 0px;
      color: #616161; }
  #section-social-impact .impact-box {
    overflow: hidden;
    margin-bottom: 30px; }
    #section-social-impact .impact-box .data-box {
      padding: 20px 16px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: white; }
      #section-social-impact .impact-box .data-box .data-title {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1;
        color: #616161; }
      #section-social-impact .impact-box .data-box .data-number {
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
        margin-bottom: 8px;
        color: #212121; }
        #section-social-impact .impact-box .data-box .data-number.data-color-orange {
          color: orange; }
        #section-social-impact .impact-box .data-box .data-number.data-color-green {
          color: green; }
      #section-social-impact .impact-box .data-box .data-subtitle {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 0px;
        color: #616161; }
      #section-social-impact .impact-box .data-box.data-box-red {
        background-color: #d32f2f; }
        #section-social-impact .impact-box .data-box.data-box-red .data-title {
          color: rgba(255, 255, 255, 0.95); }
        #section-social-impact .impact-box .data-box.data-box-red .data-number {
          color: white; }
        #section-social-impact .impact-box .data-box.data-box-red .data-subtitle {
          color: rgba(255, 255, 255, 0.95); }
      #section-social-impact .impact-box .data-box.data-box-black {
        background-color: #424242; }
        #section-social-impact .impact-box .data-box.data-box-black .data-title {
          color: rgba(255, 255, 255, 0.95); }
        #section-social-impact .impact-box .data-box.data-box-black .data-number {
          color: white; }
        #section-social-impact .impact-box .data-box.data-box-black .data-subtitle {
          color: rgba(255, 255, 255, 0.95); }
      #section-social-impact .impact-box .data-box.data-box-left-shadow {
        box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.08); }
  @media (min-width: 576px) {
    #section-social-impact {
      padding-top: 64px;
      padding-bottom: 24px; }
      #section-social-impact .card-colored {
        padding: 20px; }
        #section-social-impact .card-colored .card-title {
          font-size: 16px; }
        #section-social-impact .card-colored .card-number {
          font-size: 28px; }
        #section-social-impact .card-colored .card-subtitle {
          font-size: 13px; }
      #section-social-impact .impact-box .data-box {
        padding: 20px; }
        #section-social-impact .impact-box .data-box .data-title {
          font-size: 16px; }
        #section-social-impact .impact-box .data-box .data-number {
          font-size: 28px; }
        #section-social-impact .impact-box .data-box .data-subtitle {
          font-size: 13px; } }
  @media (min-width: 768px) {
    #section-social-impact {
      padding-top: 80px;
      padding-bottom: 60px; }
      #section-social-impact .card-colored {
        padding: 24px; }
        #section-social-impact .card-colored .card-title {
          font-size: 18px;
          margin-bottom: 10px; }
        #section-social-impact .card-colored .card-number {
          font-size: 32px;
          margin-bottom: 10px; }
        #section-social-impact .card-colored .card-subtitle {
          font-size: 14px; }
      #section-social-impact .impact-box .data-box {
        padding: 24px; }
        #section-social-impact .impact-box .data-box .data-title {
          font-size: 18px;
          margin-bottom: 10px; }
        #section-social-impact .impact-box .data-box .data-number {
          font-size: 32px;
          margin-bottom: 10px; }
        #section-social-impact .impact-box .data-box .data-subtitle {
          font-size: 14px; } }
  @media (min-width: 992px) {
    #section-social-impact > .container {
      max-width: 700px; } }
  @media (min-width: 1200px) {
    #section-social-impact > .container {
      max-width: 800px; } }

#section-how-to-help {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url("../images/bg-4.jpg") center center no-repeat;
  background-size: cover; }
  @media (min-width: 576px) {
    #section-how-to-help {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 768px) {
    #section-how-to-help {
      padding-top: 80px;
      padding-bottom: 80px; } }

#section-latest-news {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #F5F7F8; }
  @media (min-width: 576px) {
    #section-latest-news {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 768px) {
    #section-latest-news {
      padding-top: 80px;
      padding-bottom: 80px; } }

/* ## International Footprints
--------------------------------------------- */
.page-international .page-intro {
  background: #fff; }
  .page-international .page-intro .hero {
    background-color: #e3f2fd;
    background-image: url(../images/map-dots.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 1rem;
    height: 100%;
    width: 100%;
    display: table; }
  .page-international .page-intro .hero-content {
    display: table-cell;
    vertical-align: middle; }
  .page-international .page-intro .hero-subtitle {
    margin-bottom: 0; }
  .page-international .page-intro .intro-text {
    padding: 24px 1rem; }
    .page-international .page-intro .intro-text > *:last-child {
      margin-bottom: 0px; }
    .page-international .page-intro .intro-text p {
      font-size: 1rem; }
.page-international .international-program {
  padding: 24px 0; }
  .page-international .international-program .section-title {
    margin-bottom: 1rem; }
@media (min-width: 992px) {
  .page-international .page-intro .hero {
    padding: 50px; }
  .page-international .page-intro .intro-text {
    padding: 50px; }
  .page-international .international-program {
    padding: 60px 0 40px; }
    .page-international .international-program .section-title {
      margin-bottom: 30px; } }

/* ## Page Jobs
--------------------------------------------- */
.page-jobs .content {
  padding-top: 32px;
  padding-bottom: 32px; }
.page-jobs .section-jobs .section-title + .section-subtitle {
  margin-bottom: 30px; }
.page-jobs .section-jobs .card-title {
  margin-bottom: 1rem; }
.page-jobs .section-jobs .card-description ul li {
  border-bottom: 1px dotted #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 5px; }
  .page-jobs .section-jobs .card-description ul li:last-child {
    margin-bottom: 0px; }
@media (min-width: 992px) {
  .page-jobs .content {
    padding-top: 60px;
    padding-bottom: 60px; } }

/* ## Page Donate
--------------------------------------------- */
.page-donate .hero {
  background-image: url("../images/hero-image_donate.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 150px;
  color: white;
  position: relative; }
  .page-donate .hero .hero-title {
    color: white;
    margin-bottom: 1rem;
    font-weight: bold; }
  .page-donate .hero:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
.page-donate .payment-logo {
  max-width: 350px;
  padding: 8px 24px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 50px; }
.page-donate .section-donate-info {
  padding: 36px 0 40px;
  font-size: 14px;
  background: #eeeeee;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .page-donate .section-donate-info .section-title {
    margin-bottom: 20px; }
  .page-donate .section-donate-info .ggv-status {
    padding: 1rem 1.5rem;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #fafafa; }
    .page-donate .section-donate-info .ggv-status:after {
      content: "";
      display: table;
      clear: both; }
  .page-donate .section-donate-info .ggv-status-logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 86px;
    height: 86px;
    background: url("../images/Global-giving-vetted-NGO-status.png") center center no-repeat;
    background-size: 86px; }
  .page-donate .section-donate-info .ggv-status-text {
    padding-top: 10px;
    text-align: center;
    font-size: 13px; }
  .page-donate .section-donate-info .bank-info {
    margin-bottom: 1rem; }
    .page-donate .section-donate-info .bank-info .bank-info--card {
      padding: 1.5rem 1.25rem;
      background: #fff;
      margin-bottom: 1.5rem; }
      .page-donate .section-donate-info .bank-info .bank-info--card > *:last-child {
        margin-bottom: 0px; }
    .page-donate .section-donate-info .bank-info h3 {
      font-size: 24px;
      margin-top: 0px;
      margin-bottom: 16px; }
    .page-donate .section-donate-info .bank-info h4 {
      font-size: 18px;
      margin-bottom: 15px;
      font-weight: bold;
      text-decoration: underline; }
    .page-donate .section-donate-info .bank-info h5 {
      font-size: 12px;
      margin-bottom: 0px;
      line-height: 1.75em;
      text-transform: uppercase;
      font-weight: bold;
      color: #616161; }
    .page-donate .section-donate-info .bank-info p {
      margin-bottom: 12px;
      line-height: 1.3; }
.page-donate .section-donate-through-partner, .page-donate .section-shop-to-donate {
  padding: 32px 0 24px; }
  .page-donate .section-donate-through-partner .section-title, .page-donate .section-shop-to-donate .section-title {
    margin-bottom: 30px; }
  .page-donate .section-donate-through-partner .section-title + .section-subtitle, .page-donate .section-shop-to-donate .section-title + .section-subtitle {
    margin-top: -15px;
    margin-bottom: 30px;
    line-height: 1.25em; }
  .page-donate .section-donate-through-partner .card-title, .page-donate .section-shop-to-donate .card-title {
    margin-bottom: 1rem; }
  .page-donate .section-donate-through-partner .card-description ul li, .page-donate .section-shop-to-donate .card-description ul li {
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 5px; }
    .page-donate .section-donate-through-partner .card-description ul li:last-child, .page-donate .section-shop-to-donate .card-description ul li:last-child {
      margin-bottom: 0px; }
  @media (min-width: 992px) {
    .page-donate .section-donate-through-partner, .page-donate .section-shop-to-donate {
      padding: 60px 0; }
      .page-donate .section-donate-through-partner .section-subtitle, .page-donate .section-shop-to-donate .section-subtitle {
        width: 50%;
        margin-right: auto;
        margin-left: auto; } }
.page-donate .section-shop-to-donate {
  background-color: #fff; }
@media (min-width: 768px) {
  .page-donate .section-donate-info {
    padding: 40px 0 40px; }
    .page-donate .section-donate-info .ggv-status {
      margin-bottom: 0px; }
    .page-donate .section-donate-info .ggv-status-logo {
      float: none;
      margin-right: auto;
      margin-left: auto;
      width: 100px;
      height: 100px;
      background-size: 100px; }
    .page-donate .section-donate-info .ggv-status-text {
      text-align: center;
      padding-top: 16px; } }
@media (min-width: 992px) {
  .page-donate .hero {
    padding: 160px 0 100px; }
  .page-donate .section-donate-info .ggv-status-logo {
    width: 100px;
    height: 100px;
    background-size: 100px;
    float: left;
    margin-right: 16px;
    margin-left: 0px; }
  .page-donate .section-donate-info .ggv-status-text {
    text-align: left;
    font-size: 14px; }
  .page-donate .section-donate-info .bank-info .bank-info--card {
    padding: 2rem;
    margin: 0;
    height: 100%; } }

.page-donation-form .hero {
  background-image: url("../images/hero-image-donate.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  color: white; }
  .page-donation-form .hero:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .page-donation-form .hero .hero-title {
    color: white;
    margin-bottom: 1rem;
    font-weight: bold; }
  @media (min-width: 641px) {
    .page-donation-form .hero {
      height: 250px; } }
  @media (min-width: 992px) {
    .page-donation-form .hero {
      height: 300px; } }
  @media (min-width: 1200px) {
    .page-donation-form .hero {
      height: 400px; } }
.page-donation-form .donate-form-wrapper {
  margin-top: -50px; }
  @media (min-width: 641px) {
    .page-donation-form .donate-form-wrapper {
      margin-top: -100px; } }
  @media (min-width: 992px) {
    .page-donation-form .donate-form-wrapper {
      margin-top: -120px; } }
  @media (min-width: 1200px) {
    .page-donation-form .donate-form-wrapper {
      margin-top: -150px; } }
  .page-donation-form .donate-form-wrapper .gform_wrapper {
    border-top: 8px solid #d32f2f; }

/* ## Meet Our Team
--------------------------------------------- */
.page-meet-our-team .content section > .container {
  max-width: 1000px; }
.page-meet-our-team #section-page-intro {
  padding: 48px 0 24px;
  font-size: 14px;
  background: #F5F7F8; }
  .page-meet-our-team #section-page-intro > .container {
    max-width: 700px;
    padding-right: 16px;
    padding-left: 16px; }
  @media (min-width: 768px) {
    .page-meet-our-team #section-page-intro {
      padding: 64px 0 48px; } }
.page-meet-our-team .section-team-members {
  background: #fff;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .page-meet-our-team .section-team-members {
      padding: 30px 0 24px; } }
  .page-meet-our-team .section-team-members .team-members-row {
    padding: 12px 0; }
    .page-meet-our-team .section-team-members .team-members-row .row {
      margin-left: -8px;
      margin-right: -8px; }
    .page-meet-our-team .section-team-members .team-members-row [class*='col-'] {
      padding-right: 8px;
      padding-left: 8px; }
    .page-meet-our-team .section-team-members .team-members-row .img-grid {
      margin-bottom: 16px; }
    @media (min-width: 768px) {
      .page-meet-our-team .section-team-members .team-members-row {
        padding: 16px 0; } }
.page-meet-our-team #section-ceo {
  padding-top: 10px; }
  .page-meet-our-team #section-ceo .ceo-photo {
    margin-bottom: 16px; }
  .page-meet-our-team #section-ceo .ceo-name {
    margin-top: 20px;
    margin-bottom: 0px; }
  .page-meet-our-team #section-ceo .ceo-title {
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.54); }
  .page-meet-our-team #section-ceo .ceo-short-bio {
    font-size: 16px;
    line-height: 1.4; }
  @media (min-width: 768px) {
    .page-meet-our-team #section-ceo .ceo-name {
      margin-top: 10px; } }
.page-meet-our-team .section-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold; }
  @media (min-width: 992px) {
    .page-meet-our-team .section-title {
      font-size: 24px;
      margin-bottom: 20px; } }
.page-meet-our-team .img-grid a {
  display: block;
  position: relative; }
  .page-meet-our-team .img-grid a img {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
  @media (min-width: 992px) {
    .page-meet-our-team .img-grid a {
      -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
      -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
      transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
      .page-meet-our-team .img-grid a img {
        -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
        -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
      .page-meet-our-team .img-grid a:hover {
        transform: translate(0, -3px);
        transition-delay: 0s !important; }
        .page-meet-our-team .img-grid a:hover img {
          -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); } }
.page-meet-our-team .img-grid .img-grid-image img {
  display: block; }
.page-meet-our-team .img-grid .img-grid-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 8px 6px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }
  .page-meet-our-team .img-grid .img-grid-text .person-name {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px; }
  .page-meet-our-team .img-grid .img-grid-text .person-title {
    color: #fff;
    font-size: 11px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 2px 0 0; }
  @media (min-width: 992px) {
    .page-meet-our-team .img-grid .img-grid-text {
      padding: 20px 12px 8px; } }

/* ## Page Partners
--------------------------------------------- */
.page-partners .partners-list > .row {
  margin-left: -5px;
  margin-right: -5px; }
  .page-partners .partners-list > .row > .col,
  .page-partners .partners-list > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
    .page-partners .partners-list > .row > .col .logo-container,
    .page-partners .partners-list > .row > [class*="col-"] .logo-container {
      display: block;
      border: 1px solid #e2e2e2; }
    .page-partners .partners-list > .row > .col a,
    .page-partners .partners-list > .row > [class*="col-"] a {
      display: block; }
.page-partners .partners-list p {
  font-size: 0.88em; }

/* ## Page Volunteer & Volunteer Form
--------------------------------------------- */
.page-volunteer .hero {
  background: #616161;
  background: -webkit-linear-gradient(30deg, #212121, #757575);
  background: linear-gradient(30deg, #212121, #757575);
  padding: 40px 0 0px;
  color: white; }
  .page-volunteer .hero .hero-title {
    color: white;
    margin-bottom: 1rem;
    font-weight: bold; }
  .page-volunteer .hero .video-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    background: #000; }
  .page-volunteer .hero .volunteer-gallery {
    margin-left: -15px;
    margin-right: -15px; }
  @media (min-width: 768px) {
    .page-volunteer .hero {
      padding: 60px 0 30px; }
      .page-volunteer .hero .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .page-volunteer .hero {
      padding: 60px 0 30px; }
      .page-volunteer .hero .hero-title {
        font-size: 2.5rem;
        margin-bottom: 2rem; } }
.page-volunteer .volunteer-gallery {
  background: #000;
  padding: 10px; }
  .page-volunteer .volunteer-gallery .lSAction {
    display: none !important; }
  .page-volunteer .volunteer-gallery .lSSlideOuter .lightSlider > * {
    position: relative; }
    .page-volunteer .volunteer-gallery .lSSlideOuter .lightSlider > *:after {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%; }
  @media (min-width: 768px) {
    .page-volunteer .volunteer-gallery {
      padding: 10px; }
      .page-volunteer .volunteer-gallery .lSSlideOuter .lightSlider > * {
        position: relative; }
        .page-volunteer .volunteer-gallery .lSSlideOuter .lightSlider > *:after {
          box-shadow: inset -5px 0px 15px 0px rgba(0, 0, 0, 0.75); }
      .page-volunteer .volunteer-gallery .lSAction {
        display: block !important; }
        .page-volunteer .volunteer-gallery .lSAction > .lSPrev {
          left: 5px; }
        .page-volunteer .volunteer-gallery .lSAction > .lSNext {
          right: 5px; } }
  @media (min-width: 992px) {
    .page-volunteer .volunteer-gallery {
      padding: 20px; }
      .page-volunteer .volunteer-gallery .lSSlideOuter .lightSlider > * {
        position: relative; }
        .page-volunteer .volunteer-gallery .lSSlideOuter .lightSlider > *:after {
          box-shadow: inset -10px 0px 20px 0px rgba(0, 0, 0, 0.75); } }
.page-volunteer .section-volunteer {
  padding: 32px 0 32px;
  background: #fff; }
  .page-volunteer .section-volunteer .internship-card {
    padding-right: 8px; }
  .page-volunteer .section-volunteer .volunteer-card {
    padding-left: 8px; }
  .page-volunteer .section-volunteer .volunteer-select-card {
    display: block;
    text-align: center;
    padding: 20px;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    border-radius: 6px;
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
    .page-volunteer .section-volunteer .volunteer-select-card:hover {
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
      transform: translate(0, -8px);
      transition-delay: 0s !important;
      text-decoration: none; }
    .page-volunteer .section-volunteer .volunteer-select-card h4 {
      margin: 0;
      font-weight: bold; }
  @media (min-width: 768px) {
    .page-volunteer .section-volunteer {
      padding: 32px 0 60px; }
      .page-volunteer .section-volunteer .internship-card {
        padding-right: 12px; }
      .page-volunteer .section-volunteer .volunteer-card {
        padding-left: 12px; }
      .page-volunteer .section-volunteer .volunteer-select-card {
        padding: 30px; } }
  @media (min-width: 992px) {
    .page-volunteer .section-volunteer {
      padding: 50px 0 70px; } }
.page-volunteer .section-report {
  padding: 32px 0;
  border-top: 1px solid #e2e2e2; }
  .page-volunteer .section-report .ead-preview {
    margin-left: -16px;
    margin-right: -16px; }
  .page-volunteer .section-report .ead-document {
    position: relative;
    padding-top: 62.5% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .page-volunteer .section-report .ead-document iframe, .page-volunteer .section-report .ead-document object, .page-volunteer .section-report .ead-document embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .page-volunteer .section-report .embed_download {
    margin: 10px 0; }
  @media (min-width: 768px) {
    .page-volunteer .section-report {
      padding: 60px 0; }
      .page-volunteer .section-report .ead-preview {
        margin-left: 0px;
        margin-right: 0px; } }
  @media (min-width: 992px) {
    .page-volunteer .section-report {
      padding: 80px 0 80px; } }

.page-volunteer-form .hero {
  background: #bdc3c7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(30deg, #2c3e50, #bdc3c7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(30deg, #2c3e50, #bdc3c7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 150px;
  color: white; }
  .page-volunteer-form .hero .hero-title {
    color: white;
    margin-bottom: 1rem;
    font-weight: bold; }
  @media (min-width: 641px) {
    .page-volunteer-form .hero {
      height: 250px; } }
  @media (min-width: 992px) {
    .page-volunteer-form .hero {
      height: 300px;
      padding: 100px 0 100px; } }
.page-volunteer-form .volunteer-form-wrapper {
  margin-top: -50px; }
  @media (min-width: 641px) {
    .page-volunteer-form .volunteer-form-wrapper {
      margin-top: -100px; } }
  @media (min-width: 992px) {
    .page-volunteer-form .volunteer-form-wrapper {
      margin-top: -120px; } }
  .page-volunteer-form .volunteer-form-wrapper .gform_wrapper {
    border-top: 8px solid #d32f2f; }

/*# sourceMappingURL=theme.css.map */
