@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

div, nav, header, footer, aside {
  display: block;
}

body {
  background: #FFFFFF;
  text-align: center;
  font-family: soleil, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #41414A;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  body {
    font-size: 16px;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#site-wrapper {
  overflow: hidden;
}

.container {
  display: block;
  margin: auto;
  text-align: left;
  width: 1248px;
  position: relative;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
a {
  color: #D0112A;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #41414A;
}

.clearfix {
  display: block;
  clear: both;
}

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

.page-block {
  position: relative;
}

.spacer {
  height: 64px;
}
.spacer.spacer-extra-small {
  height: 24px;
}
.spacer.spacer-small {
  height: 32px;
}
.spacer.spacer-large {
  height: 96px;
}
.spacer.spacer-extra-large {
  height: 128px;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media all and (max-width: 1023px) {
  .spacer {
    height: 48px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

#wt-cli-privacy-save-btn {
  background: #D0112A;
  margin-right: 5px;
}
#wt-cli-privacy-save-btn:before {
  background: #BB1026;
}
#wt-cli-privacy-save-btn:hover, #wt-cli-privacy-save-btn:active, #wt-cli-privacy-save-btn:focus {
  color: #FFF;
  opacity: 1;
}

body #cookie-law-info-bar {
  position: relative;
  box-shadow: none !important;
  overflow: visible !important;
  background: transparent !important;
  width: auto !important;
  max-width: 690px !important;
}
body #cookie-law-info-bar .cli-wrapper {
  position: relative;
  z-index: 10;
  padding: 44px 64px 24px 64px;
  color: #000;
}
body #cookie-law-info-bar .cli-wrapper h5 {
  font-size: 32px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
  margin: 0 0 6px 0;
}
body #cookie-law-info-bar .cli-wrapper .cli-bar-message {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 32px 0;
  width: auto;
}
body #cookie-law-info-bar .cli-wrapper .cli-bar-message a {
  color: #000;
  text-decoration: underline;
}
body #cookie-law-info-bar .cli-wrapper .cli-bar-message a:hover, body #cookie-law-info-bar .cli-wrapper .cli-bar-message a:active, body #cookie-law-info-bar .cli-wrapper .cli-bar-message a:focus {
  color: #D0112A;
}
body #cookie-law-info-bar .button {
  margin: 0 20px 10px 0;
}
body #cookie-law-info-bar .button span {
  vertical-align: top;
}
body #cookie-law-info-bar .cli-bar-container {
  display: block;
  width: auto;
}

@media all and (min-width: 1024px) {
  body #cookie-law-info-bar {
    width: 828px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  body #cookie-law-info-bar:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: skew(-9deg);
    background: #D0112A;
    background: #FCDA46;
    content: "";
    display: block;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  body #cookie-law-info-bar .cli-wrapper {
    padding: 44px 32px 24px 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  body #cookie-law-info-bar {
    background: #D0112A !important;
    background: #FCDA46 !important;
    width: 100% !important;
    top: auto !important;
    bottom: 0px !important;
    left: 0px !important;
    max-width: none !important;
    transform: none !important;
    padding: 0px;
  }
  body #cookie-law-info-bar .cli-wrapper {
    padding: 20px 0 0 0;
  }
  body #cookie-law-info-bar .cli-wrapper h5 {
    font-size: 18px;
    line-height: 24px;
  }
  body #cookie-law-info-bar .cli-wrapper .cli-bar-message {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 16px 0;
  }
}
.pp-back:after {
  content: "NEED TO REMOVE";
  color: red;
  font-size: 100px;
  text-align: center;
}

/* Animate.css at top, added CSS at bottom */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
/*!
 * 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: 1.5s;
  animation-duration: 1.5s;
  -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, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 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;
}

/* Added animation */
.animate {
  opacity: 0;
}

.animated-delay-100 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animated-delay-200 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animated-delay-300 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animated-delay-400 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated-delay-500 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animated-delay-600 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.animated-delay-700 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.animated-delay-800 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.animated-delay-900 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

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

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

.animated-delay-1200 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #000000;
}

article h1 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 19px;
  /* padding-top: 46px;*/
}

article h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 23px;
  /*padding-top: 46px;*/
}

article h3 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 26px;
  /*padding-top: 60px;*/
}

article h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
  /*padding-top: 34px;*/
}

article h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 18px;
  /*padding-top: 30px;*/
}

article h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
  /*padding-top: 20px;*/
}

article table {
  width: 100%;
}
article table tr td,
article table tr th {
  text-align: left;
  padding: 10px 5px;
  line-height: 28px;
  border-bottom: 1px solid #CCC;
}

article .first-heading {
  padding-top: 0px;
}

article p {
  line-height: 28px;
  margin: 0 0 28px 0;
}
article p a {
  text-decoration: underline;
}

article .button {
  margin: 10px 8px 0 0;
}

article .wp-caption {
  max-width: 100%;
  margin-bottom: 28px;
}
article .wp-caption p {
  font-size: 12px;
  line-height: 28px;
  margin: 0px;
  padding: 1px 0 0 0;
}

article ul {
  margin: 0 0 11px 0;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 30px;
  line-height: 28px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}
article ul li a {
  text-decoration: underline;
}

article p + ul {
  margin-top: -11px;
}

article ol {
  margin: 0 0 11px 30px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}

article p + ol {
  margin-top: -11px;
}

article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 14px;
  line-height: 24px;
}

article blockquote {
  position: relative;
  padding: 24px 0 11px 38px;
  margin: 0 0 28px 0;
}
article blockquote:before {
  width: 4.5px;
  height: 100%;
  display: block;
  content: "";
  background: #FCDA46;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: skew(-8deg);
}
article blockquote p {
  font-size: 18px;
  line-height: 27px;
  font-style: italic;
  margin: 0 0 13px 0;
}
article blockquote cite {
  display: block;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 13px 0;
}

strong {
  font-weight: 700;
}

@media all and (max-width: 1023px) {
  article h1 {
    font-size: 36px;
    line-height: 60px;
  }

  article h2 {
    font-size: 32px;
    line-height: 48px;
  }

  article h3 {
    font-size: 28px;
    line-height: 36px;
  }

  article h4 {
    font-size: 24px;
    line-height: 32px;
  }

  article h5 {
    font-size: 20px;
    line-height: 28px;
  }

  article h6 {
    font-size: 18px;
    line-height: 26px;
  }

  article p {
    line-height: 26px;
    margin: 0 0 26px 0;
  }

  article ul {
    margin: 0 0 11px 0;
    font-size: 16px;
  }

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }

  article blockquote {
    padding: 0 0 0 32px;
  }
  article blockquote:before {
    width: 3px;
  }
  article blockquote p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 12px 0;
  }
  article blockquote p:last-child {
    margin: 0px;
  }
}
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: soleil, Helvetica, Arial, sans-serif;
  border-radius: 0px;
  background: #D0112A;
  padding: 8px 24px 8px 24px;
  line-height: 36px;
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  transform: skew(-8deg);
}
.button:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #BB1026;
}
.button svg {
  position: relative;
  top: 0px;
}
.button svg {
  margin: 0 0 0 8px;
}
.button.button-download svg {
  margin: 0 8px 0 0;
  top: 4px;
}
.button.button-video svg {
  margin: 0 8px 0 0;
  top: 2px;
}
.button span {
  position: relative;
  z-index: 1;
  display: inline-block;
  transform: skew(8deg);
}
.button:hover {
  color: #FFF;
}
.button:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.button:active, .button:focus {
  color: #FFF;
  background: #BB1026;
}
.button:active:before, .button:focus:before {
  display: none;
}
.button.button-grey {
  background: #EEEEEE;
  color: #D0112A;
}
.button.button-grey:hover {
  color: #FFF;
}
.button.button-grey:active, .button.button-grey:focus {
  color: #FFF;
}
.button.button-text-button {
  background: transparent;
  margin: 0 24px 0 -24px;
  color: #D0112A;
}
.button.button-text-button:before {
  background: #EEEEEE;
}
.button.button-text-button:hover {
  color: #D0112A;
}
.button.button-text-button:active, .button.button-text-button:focus {
  color: #BB1026;
}
.button.button-bordered {
  background: transparent;
  border: 2px solid #D0112A;
  line-height: 32px;
  color: #D0112A;
  padding: 8px 22px 8px 22px;
}
.button.button-bordered:before {
  background: #D0112A;
}
.button.button-bordered:hover {
  color: #FFF;
  border-color: #D0112A;
}
.button.button-bordered:active, .button.button-bordered:focus {
  background: #D0112A;
  border-color: #D0112A;
  color: #FFF;
}
.button.button-bordered.button-download svg {
  margin: 0 8px 0 0;
  top: 4px;
}
.button.button-bordered.button-video svg {
  margin: 0 8px 0 0;
  top: 2px;
}
.button.button-white-fill {
  background: #FFF;
  color: #D0112A;
}
.button.button-white-fill:before {
  background: #FCDA46;
}
.button.button-white-fill:active, .button.button-white-fill:focus {
  background: #FCDA46;
  border-color: #FCDA46;
  color: #D0112A;
}
.button.button-bordered-white {
  border-color: #FFF;
  color: #FFF;
}
.button.button-bordered-white:before {
  background: #FFF;
}
.button.button-bordered-white:hover {
  color: #D0112A;
  border-color: #FFF;
}
.button.button-bordered-white:active, .button.button-bordered-white:focus {
  background: #FFF;
  border-color: #FFF;
  color: #D0112A;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .button {
    height: 48px;
    line-height: 32px;
    font-size: 16px;
  }
  .button:before {
    display: none;
  }
  .button.button-bordered {
    line-height: 28px;
  }
  .button.button-bordered:hover, .button.button-bordered:active, .button.button-bordered:focus {
    background: #D0112A;
    color: #FFF;
  }
  .button.button-bordered:hover span, .button.button-bordered:active span, .button.button-bordered:focus span {
    color: #FFF;
  }
}
a .link-arrow {
  position: absolute;
  width: 33px;
  height: 32px;
  display: block;
  transition: 0.3s ease-in-out;
}
a .link-arrow .link-arrow-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  margin: -4px 0 0 -13px;
}
a .link-arrow .arrow-icon {
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
  vertical-align: middle;
}
a .link-arrow .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

@media all and (min-width: 1024px) {
  a.arrow-link:hover .link-arrow .link-arrow-arrow, a.arrow-link:active .link-arrow .link-arrow-arrow, a.arrow-link:focus .link-arrow .link-arrow-arrow {
    transform: translate3d(4px, 0, 0);
    margin-left: -11px;
  }
  a.arrow-link:hover .link-arrow .arrow-icon--circle, a.arrow-link:active .link-arrow .arrow-icon--circle, a.arrow-link:focus .link-arrow .arrow-icon--circle {
    stroke-dashoffset: 0;
  }
}
.arrow-link {
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  font-weight: bold;
  padding: 0 40px 0 0;
  position: relative;
  text-decoration: none !important;
}
.arrow-link .link-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}
.arrow-link:hover, .arrow-link:active, .arrow-link:focus {
  color: #BB1026;
}

.underline-link {
  font-size: 18px;
  line-height: 36px;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
.underline-link:before {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: #D0112A;
  content: "";
  display: block;
}
.underline-link:hover {
  color: #D0112A;
}
.underline-link:hover:before {
  width: 100%;
}
.underline-link:active, .underline-link:focus {
  color: #D0112A;
}
.underline-link:active:before, .underline-link:focus:before {
  background: #D0112A;
  width: 100%;
}

.icon-link {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #D0112A;
  display: inline-block;
  font-weight: 600;
}
.icon-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.icon-link:hover {
  color: #BB1026;
}

textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
  width: 100%;
  height: 52px;
  font-family: soleil, Helvetica, Arial, sans-serif;
  color: #41414A;
  padding: 12px 20px;
  line-height: 28px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}
textarea:focus,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border: 1px solid #259992;
}

body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
  height: 100px;
  padding: 13px 20px;
  line-height: 28px;
  font-size: 18px;
}

body .gfield_error textarea,
body .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #D0112A;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 48px;
    line-height: 22px;
    font-size: 16px;
    padding: 11px 17px 14px 17px;
  }

  body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
    height: 105px;
    padding: 11px 17px 14px 17px;
    line-height: 22px;
    font-size: 16px;
  }
}
.gform_wrapper.gravity-theme .ginput_container_select,
.select-field {
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
  width: 100%;
  overflow: hidden;
  height: 52px;
}
.gform_wrapper.gravity-theme .ginput_container_select:before,
.select-field:before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 8px;
  margin: -4px 0 0 0;
  background: url(../images/icon-select.svg) no-repeat;
  content: "";
}
.gform_wrapper.gravity-theme .ginput_container_select select,
.gform_wrapper.gravity-theme .ginput_container_select select.medium,
.select-field select,
.select-field select.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: soleil, Helvetica, Arial, sans-serif;
  color: #41414A;
  height: 52px;
  padding: 9px 84px 13px 18px;
  line-height: 28px;
  font-size: 18px;
  background: none transparent;
  width: 100%;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}
.gform_wrapper.gravity-theme .ginput_container_select:focus-within,
.select-field:focus-within {
  border: 1px solid #259992;
}

.gform_wrapper.gravity-theme .gfield_error .ginput_container_select,
.gform_wrapper.gravity-theme .gfield_error .select-field {
  border-color: #D0112A;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .gform_wrapper.gravity-theme .ginput_container_select,
.select-field {
    height: 48px;
  }
  .gform_wrapper.gravity-theme .ginput_container_select select,
.gform_wrapper.gravity-theme .ginput_container_select select.medium,
.select-field select,
.select-field select.medium {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
  }
}
.gfield p {
  font-size: 12px;
  line-height: 22px;
}
.gfield p a {
  color: #41414A;
  text-decoration: underline;
}
.gfield p a:hover, .gfield p a:active, .gfield p a:focus {
  color: #D0112A;
}

body .gform_wrapper.gravity-theme:has(.gform_body) {
  margin: 0 0 64px 0;
  background: #FFFFFF;
  padding: 0 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
body .gform_wrapper.gravity-theme:has(.gform_body) .gform_heading {
  padding: 25px 40px 22px 40px;
  border-bottom: 1px solid #EEEEEE;
  width: 100%;
  display: block;
}
body .gform_wrapper.gravity-theme:has(.gform_body) .gform_heading h2 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
  margin: 0px;
}
body .gform_wrapper.gravity-theme:has(.gform_body) .gform_heading p {
  margin: 0px;
}
body .gform_wrapper.gravity-theme:has(.gform_body) form .gform_body {
  padding: 40px 40px;
}
body .gform_wrapper.gravity-theme:has(.gform_body) form .gform_footer {
  background: #FFFFFF;
  margin: 0 0 0 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #EEE;
  padding: 20px 40px;
}
body .gform_wrapper.gravity-theme:has(.gform_body) form .gform_footer .gform_button {
  position: relative;
  left: auto;
  transform: none;
  margin: 0px;
}
body .gform_wrapper.gravity-theme:has(.gform_body) form .gform_footer .gform_button:hover {
  background: #BB1026;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 10px 0;
  padding: 0px;
}
body .gform_wrapper.gravity-theme .gfield_description {
  padding: 3px 0 0 0;
  line-height: 22px;
  font-size: 12px;
}
body .gform_wrapper.gravity-theme .gfield--type-html {
  padding: 3px 0 0 0;
  line-height: 28px;
  font-size: 14px;
}
body .gform_wrapper.gravity-theme .ginput_container_consent,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input {
  position: absolute;
  left: -9999px;
}
body .gform_wrapper.gravity-theme .ginput_container_consent label,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  padding: 0px 0 0px 28px;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  display: block;
  position: relative;
  border: none;
  font-weight: 500;
  break-inside: avoid;
}
body .gform_wrapper.gravity-theme .ginput_container_consent label:before,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:before,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #D0112A;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  border-radius: 0px;
}
body .gform_wrapper.gravity-theme .ginput_container_consent label:after,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:after,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:after {
  width: 12px;
  height: 12px;
  border-radius: 0px;
  background: #D0112A;
  content: "";
  display: none;
  position: absolute;
  top: 7px;
  left: 4px;
}
body .gform_wrapper.gravity-theme .ginput_container_consent label a,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label a,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label a {
  text-decoration: underline;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input:focus + label,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:focus + label,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:focus + label {
  outline: 1px dotted #D0112A !important;
  outline-offset: 3px !important;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:checked + label:after,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked + label:after {
  display: block;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:before {
  border-radius: 100%;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:after {
  border-radius: 100%;
}
body .gform_wrapper.gravity-theme .inline-checkboxes .gfield_checkbox,
body .gform_wrapper.gravity-theme .inline-radios .gfield_radio {
  display: flex;
  column-gap: 28px;
}
body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio {
  overflow: hidden;
  margin: 0 -5px 0 0;
  display: block;
}
body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio .gchoice {
  position: relative;
  float: left;
  margin: 0 0 0 -2px;
}
body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox .gchoice input,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio .gchoice input,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox .gchoice input,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio .gchoice input,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox .gchoice input,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio .gchoice input,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox .gchoice input,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio .gchoice input {
  position: absolute;
  left: -9999px;
}
body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio .gchoice label,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio .gchoice label,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio .gchoice label,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio .gchoice label {
  border: 2px solid #676974;
  cursor: pointer;
  padding: 10px 19px;
  color: #676974;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  display: block;
  position: relative;
  margin: 0px;
  transition: 0.3s ease-in-out;
}
body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox .gchoice label:before, body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox .gchoice label:after,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio .gchoice label:before,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio .gchoice label:after,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox .gchoice label:before,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox .gchoice label:after,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio .gchoice label:before,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio .gchoice label:after,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox .gchoice label:before,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox .gchoice label:after,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio .gchoice label:before,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio .gchoice label:after,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox .gchoice label:before,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox .gchoice label:after,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio .gchoice label:before,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio .gchoice label:after {
  display: none !important;
}
body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox .gchoice label:hover,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio .gchoice label:hover,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox .gchoice label:hover,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio .gchoice label:hover,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox .gchoice label:hover,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio .gchoice label:hover,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox .gchoice label:hover,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio .gchoice label:hover {
  background: #BB1026;
  color: #FFF;
  border-color: #BB1026;
}
body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox .gchoice input:checked + label,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio .gchoice input:checked + label,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox .gchoice input:checked + label,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio .gchoice input:checked + label,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox .gchoice input:checked + label,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio .gchoice input:checked + label,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox .gchoice input:checked + label,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio .gchoice input:checked + label {
  background: #D0112A;
  border-color: #D0112A;
  color: #FFF;
  z-index: 10;
}
body .gform_wrapper.gravity-theme .button-radios .gfield_checkbox .gchoice:first-of-type,
body .gform_wrapper.gravity-theme .button-radios .gfield_radio .gchoice:first-of-type,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_checkbox .gchoice:first-of-type,
body .gform_wrapper.gravity-theme .button-checkboxes .gfield_radio .gchoice:first-of-type,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_checkbox .gchoice:first-of-type,
body .gform_wrapper.gravity-theme .button-radios-spaced .gfield_radio .gchoice:first-of-type,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_checkbox .gchoice:first-of-type,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced .gfield_radio .gchoice:first-of-type {
  margin-left: 0px;
}
body .gform_wrapper.gravity-theme .button-radios.button-radios-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-radios.button-radios-spaced .gfield_radio .gchoice, body .gform_wrapper.gravity-theme .button-radios.button-checkboxes-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-radios.button-checkboxes-spaced .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes.button-radios-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes.button-radios-spaced .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes.button-checkboxes-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes.button-checkboxes-spaced .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-radios-spaced.button-radios-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-radios-spaced.button-radios-spaced .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-radios-spaced.button-checkboxes-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-radios-spaced.button-checkboxes-spaced .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced.button-radios-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced.button-radios-spaced .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced.button-checkboxes-spaced .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .button-checkboxes-spaced.button-checkboxes-spaced .gfield_radio .gchoice {
  margin: 0 6px 4px 0;
}

body .donate-box .gform_wrapper.gravity-theme {
  box-shadow: none;
}
body .donate-box .gform_wrapper.gravity-theme:has(.gform_body) form .gform_body {
  padding: 0px;
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
  color: #D0112A;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border: none;
  margin: 0px;
  background: transparent;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 26px;
  grid-column-gap: 32px;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
    line-height: 22px;
  }

  body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 26px;
    grid-column-gap: 0px;
  }
}
body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

body .gform_wrapper.gravity-theme .gfield {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield:before {
  position: absolute;
  right: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  content: "Optional";
  top: 5px;
  display: block;
}

body .gform_wrapper.gravity-theme fieldset.gfield:before {
  top: -32px;
}

body .gform_wrapper.gravity-theme .gfield.gfield_contains_required:before,
body .gform_wrapper.gravity-theme .gfield.gfield--type-html:before,
body .gform_wrapper.gravity-theme .gfield.hidden_label:before {
  display: none;
}

body .gform_wrapper .gform_validation_errors {
  padding: 0px;
  margin: 0px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: none !important;
}

.gform_confirmation_wrapper {
  padding: 0 0 96px 0;
}

.modal-content-wrapper .gform_confirmation_wrapper {
  padding: 24px;
  margin: 0 0 96px 0;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}

.display-error {
  background: rgba(208, 17, 42, 0.05);
  padding: 12px 53px;
  border-left: 2px solid #D0112A;
  position: relative;
  margin: 0 0 32px 0;
}
.display-error svg {
  position: absolute;
  top: 16px;
  left: 20px;
}
.display-error strong {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.gform_footer .button-holder {
  display: inline-block;
  margin: 0 20px 0 0;
}
.gform_footer .gform_ajax_spinner {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.gform_footer .gform_button {
  position: absolute;
  left: -9999px;
}

@media (max-width: 767px) and (min-width: 0px) {
  body .gform_wrapper.gravity-theme:has(.gform_heading) .gform_heading {
    padding: 25px 20px 22px 20px;
  }

  body .gform_wrapper.gravity-theme:has(.gform_body) form .gform_body {
    padding: 20px;
  }

  body .gform_wrapper.gravity-theme:has(.gform_body) form .gform_footer {
    padding: 20px;
  }
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow:not(.button) {
  position: absolute;
  bottom: -7px;
  left: 0px;
  width: 24px;
  height: 24px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  z-index: 110;
  color: #D0112A;
}
.slick-slider .slick-arrow:not(.button) .button-text {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.slick-slider .slick-arrow:not(.button) .button-circle {
  display: none !important;
}
.slick-slider .slick-arrow:not(.button):hover, .slick-slider .slick-arrow:not(.button):active, .slick-slider .slick-arrow:not(.button):focus {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #D0112A !important;
}
.slick-slider .slick-arrow:not(.button):hover .button-text, .slick-slider .slick-arrow:not(.button):active .button-text, .slick-slider .slick-arrow:not(.button):focus .button-text {
  color: #D0112A !important;
}
.slick-slider .slick-arrow:not(.button) svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.slick-slider .slick-arrow:not(.button).slick-next {
  left: auto;
  right: 20px;
}
.slick-slider .slick-arrow:not(.button).slick-next svg {
  left: auto;
  right: 0px;
}
.slick-slider .slick-dots {
  bottom: -8px;
  left: 0px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  height: 24px;
  line-height: 24px;
}
.slick-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: relative;
  border: 1px solid #FFBFBD;
  background: transparent;
  position: relative;
  top: -3px;
}
.slick-slider .slick-dots li.slick-active button {
  border: 1px solid #D0112A;
  background: #D0112A;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mfp-container:before, .mfp-content {
  display: inline-block;
  vertical-align: middle;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  height: 100%;
}

.mfp-align-top .mfp-container:before, .mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-gallery .mfp-image-holder .mfp-figure, .mfp-zoom {
  cursor: pointer;
}

.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-close, .mfp-preloader a:hover {
  color: #fff;
}

.mfp-preloader a {
  color: #ccc;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-arrow:focus, .mfp-arrow:hover, .mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  content: "";
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty, .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#site-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
#site-header .container {
  width: auto;
  margin: 0 32px;
}
#site-header .site-header-inner .logo {
  float: left;
  padding: 16px 0;
  width: 95px;
}
#site-header .site-header-inner .logo img {
  display: block;
}
#site-header .site-header-inner .logo .logo-primary {
  display: none;
}
#site-header .site-header-inner .logo:hover, #site-header .site-header-inner .logo:focus, #site-header .site-header-inner .logo:active {
  opacity: 0.6;
}
#site-header .site-header-inner .header-right {
  float: right;
  padding: 0px;
  margin: 0 -10px 0 0;
}
#site-header .site-header-inner .header-right .button {
  float: left;
  display: block;
  margin: 20px 14px 20px 0;
}
#site-header .site-header-inner .header-right .button.button-toggle-search {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  width: 52px;
  padding: 0px;
}
#site-header .site-header-inner .header-right .button.button-toggle-search svg {
  top: 12px;
  left: -2px;
  margin: 0px;
}
#site-header .site-header-inner .header-right .button.button-toggle-search:hover {
  color: #FFF;
}
#site-header .site-header-inner .header-right .button.button-toggle-search:active, #site-header .site-header-inner .header-right .button.button-toggle-search:focus {
  background: #D0112A;
  color: #FFF;
}
#site-header .site-header-inner .header-right .button.button-bordered {
  padding-left: 19px;
  padding-right: 20px;
}
#site-header .site-header-inner .header-right .button.button-toggle-nav {
  background: #FFF;
  color: #D0112A;
  padding-left: 20px;
  padding-right: 22px;
  display: none;
}
#site-header .site-header-inner .header-right .button.button-toggle-nav:hover {
  color: #FFF;
}
#site-header .site-header-inner .header-right .button.button-toggle-nav:active, #site-header .site-header-inner .header-right .button.button-toggle-nav:focus {
  background: #D0112A;
  color: #FFF;
}
#site-header .site-header-inner .header-right .button.button-toggle-nav svg {
  margin: 0 6px 0 0;
  top: 1px;
}
#site-header .site-header-inner .header-right nav {
  float: left;
  padding: 0 5px 0 0;
}
#site-header .site-header-inner .header-right nav li {
  float: left;
  display: block;
  padding: 0 32px 0 0;
  position: relative;
}
#site-header .site-header-inner .header-right nav li a {
  padding: 28px 0 28px 0;
  line-height: 36px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
#site-header .site-header-inner .header-right nav li a:before {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0px;
  left: -16px;
  width: calc(100% + 32px);
  height: 3px;
  background: #FFF;
  content: "";
  display: block;
  opacity: 0;
}
#site-header .site-header-inner .header-right nav li a:hover:before, #site-header .site-header-inner .header-right nav li a:active:before, #site-header .site-header-inner .header-right nav li a:focus:before {
  opacity: 1;
}
#site-header .site-header-inner .header-right nav li.menu-item-has-children > a {
  padding-right: 22px;
}
#site-header .site-header-inner .header-right nav li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0px;
  width: 15px;
  height: 8px;
  background: url(../images/dropdown-nav-down.svg) no-repeat;
  display: block;
  content: "";
}
#site-header .site-header-inner .header-right nav li.menu-item-has-children:hover a:before, #site-header .site-header-inner .header-right nav li.menu-item-has-children:focus-within a:before {
  opacity: 1;
}
#site-header .site-header-inner .header-right nav li.menu-item-has-children:hover a:after, #site-header .site-header-inner .header-right nav li.menu-item-has-children:focus-within a:after {
  background: url(../images/dropdown-nav-up.svg) no-repeat;
}
#site-header .site-header-inner .header-right nav li ul {
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(../images/dropdown-nav-back-reduced.png) no-repeat center top;
  background-size: 779px auto;
  width: 779px;
  height: 352px;
  visibility: hidden;
  opacity: 0;
  padding: 65px 80px 32px 377px;
  margin-left: -78px;
}
#site-header .site-header-inner .header-right nav li ul li {
  position: static;
  display: block;
  float: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#site-header .site-header-inner .header-right nav li ul li a {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  padding: 6px 0;
}
#site-header .site-header-inner .header-right nav li ul li a:before {
  background: #D0112A;
  bottom: 6px;
  left: 0px;
  top: auto;
  height: 2px;
  width: 0px;
}
#site-header .site-header-inner .header-right nav li ul li a:hover, #site-header .site-header-inner .header-right nav li ul li a:active, #site-header .site-header-inner .header-right nav li ul li a:focus {
  color: #D0112A;
}
#site-header .site-header-inner .header-right nav li ul li a:hover:before, #site-header .site-header-inner .header-right nav li ul li a:active:before, #site-header .site-header-inner .header-right nav li ul li a:focus:before {
  width: 100%;
}
#site-header .site-header-inner .header-right nav li ul li.nav-sub-first a {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
#site-header .site-header-inner .header-right nav li.nav-play-your-part ul:before, #site-header .site-header-inner .header-right nav li.nav-about ul:before {
  position: absolute;
  top: 45px;
  left: 43px;
  width: 282px;
  height: 264px;
  background: none no-repeat left top;
  background-size: 282px auto;
  content: "";
  display: block;
}
#site-header .site-header-inner .header-right nav li.nav-play-your-part ul:before {
  background-image: url(../images/playt-reduced.png);
}
#site-header .site-header-inner .header-right nav li.nav-about ul:before {
  background-image: url(../images/about-reduced.png);
}
#site-header .site-header-inner .header-right nav li.nav-about li {
  width: 50%;
  float: left;
}
#site-header .site-header-inner .header-right nav li.nav-about li.nav-sub-first {
  float: none;
  width: auto;
}
#site-header .site-header-inner .header-right nav li:hover ul, #site-header .site-header-inner .header-right nav li:active ul, #site-header .site-header-inner .header-right nav li:focus ul {
  visibility: visible;
  opacity: 1;
}

body.fixed-header #site-header {
  position: fixed;
}

body.fixed-header #site-header {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
body.fixed-header #site-header .logo .logo-white {
  display: none;
}
body.fixed-header #site-header .logo .logo-primary {
  display: block;
}
body.fixed-header #site-header .header-right nav li a {
  color: #D0112A;
}
body.fixed-header #site-header .header-right nav li a:before {
  background: #D0112A;
}
body.fixed-header #site-header .header-right nav li.menu-item-has-children > a:after {
  background-image: url(../images/dropdown-nav-down-red.svg);
}
body.fixed-header #site-header .header-right nav li.menu-item-has-children:hover > a:after,
body.fixed-header #site-header .header-right nav li.menu-item-has-children:focus-within > a:after {
  background-image: url(../images/dropdown-nav-up-red.svg);
}
body.fixed-header #site-header .header-right .button.button-toggle-search {
  background: #EEE;
  color: #D0112A;
}
body.fixed-header #site-header .header-right .button.button-donate {
  background-color: #D0112A;
  color: #FFF;
}
body.fixed-header #site-header .header-right .button.button-donate:before {
  background-color: #BB1026;
}
body.fixed-header #site-header .header-right .button.button-donate:hover {
  color: #FFF;
}
body.fixed-header #site-header .header-right .button.button-donate:active, body.fixed-header #site-header .header-right .button.button-donate:focus {
  color: #FFF;
  background: #D0112A;
}
body.fixed-header #site-header .header-right .button.button-toggle-nav {
  background: #D0112A;
  color: #FFF;
}
body.fixed-header #site-header .header-right .button.button-toggle-nav:active, body.fixed-header #site-header .header-right .button.button-toggle-nav:focus {
  background: #BB1026;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  #site-header .site-header-inner .header-right nav li.nav-play-your-part ul {
    background-image: url(../images/dropdown-nav-back-play-your-part-small-desktop.png);
    margin-left: -18px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header .container {
    margin: 0 20px;
  }
  #site-header .container .logo {
    width: 69px;
    padding: 16px 0;
  }
  #site-header .container .header-right {
    padding: 16px 0;
    margin-right: 3px;
  }
  #site-header .container .header-right .button {
    height: 44px;
    line-height: 28px;
    margin: 0 0 0 7px;
  }
  #site-header .container .header-right .button.button-bordered {
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  #site-header .container .header-right .button.button-donate {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
  }
  #site-header .container .header-right .button.button-toggle-nav {
    display: block;
    padding-left: 12px;
    padding-right: 13px;
  }
  #site-header .container .header-right .button.button-toggle-search {
    width: 44px;
  }
  #site-header .container .header-right nav {
    display: none;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  #site-header .container {
    margin: 0 10px;
  }
  #site-header .container .header-right {
    margin-right: 0px;
  }
  #site-header .container .header-right .button {
    margin-left: 2px;
  }
  #site-header .container .header-right .button.button-toggle-search {
    width: 40px;
  }
  #site-header .container .header-right .button.button-donate {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@keyframes hideHoverHelperElement {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes hideHoverHelperElement {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
#site-nav {
  background: #D0112A;
  padding: 109px 0 220px 0;
  padding: 109px 0 93px 0;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  left: -9999px;
  opacity: 0;
  transition: 0.3s opacity;
}
#site-nav .graphic-a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 109px;
  height: 87px;
  background: url(../images/site-nav-graphic-a.png) no-repeat;
}
#site-nav .graphic-b {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 131px;
  height: 140px;
  background: url(../images/site-nav-graphic-b.png) no-repeat right bottom;
}
#site-nav .container {
  z-index: 1001;
}
#site-nav header {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
}
#site-nav header .container {
  width: auto;
  margin: 0 32px;
}
#site-nav header .mobile-back {
  font-size: 16px;
  line-height: 25px;
  color: #FFF;
  background: url(../images/back-link.svg) no-repeat left 7px;
  padding: 0 0 0 18px;
  font-weight: bold;
  position: absolute;
  top: 24px;
  left: 0px;
  display: none;
}
#site-nav header .button {
  float: right;
  margin: 20px 3px 0 0;
  padding-right: 18px;
  padding-left: 17px;
}
#site-nav header .button svg {
  margin: 0 6px 0 0;
}
#site-nav nav .container {
  min-height: calc(100vh - 115px - 93px);
}
@media all and (min-width: 1024px) {
  #site-nav nav .container {
    min-height: calc(100vh - 115px - 93px);
    overflow: auto;
    overflow-x: hidden;
  }
}
#site-nav nav .container ul li {
  padding: 7px 0;
  width: 34%;
}
#site-nav nav .container ul li a {
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
  display: block;
  color: #FFF;
}
#site-nav nav .container ul li.menu-item-has-children > a {
  position: relative;
}
#site-nav nav .container ul li.menu-item-has-children > a .hover-helper-element {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
}
#site-nav nav .container ul li.menu-item-has-children > a:hover {
  z-index: 100;
}
#site-nav nav .container ul li.menu-item-has-children > a:hover .hover-helper-element {
  display: block;
  -moz-animation: hideHoverHelperElement 0s ease-in 1s forwards;
  /* Firefox */
  -webkit-animation: hideHoverHelperElement 0s ease-in 1s forwards;
  /* Safari and Chrome */
  -o-animation: hideHoverHelperElement 0s ease-in 1s forwards;
  /* Opera */
  animation: hideHoverHelperElement 0s ease-in 1s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#site-nav nav .container ul li.menu-item-has-children > a:after {
  background: url(../images/nav-arrow.svg) no-repeat center center;
  width: 14px;
  height: 12px;
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  top: 22px;
  vertical-align: top;
}
@media all and (min-width: 1024px) {
  #site-nav nav .container ul li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #site-nav nav .container ul li.menu-item-has-children:hover ul li ul {
    visibility: hidden;
    opacity: 0;
  }
  #site-nav nav .container ul li.menu-item-has-children:hover ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #site-nav nav .container ul li.menu-item-has-children:focus-within ul {
    visibility: visible;
    opacity: 1;
  }
  #site-nav nav .container ul li.menu-item-has-children:focus-within ul li ul {
    visibility: hidden;
    opacity: 0;
  }
  #site-nav nav .container ul li.menu-item-has-children:focus-within ul li:focus-within ul {
    visibility: visible;
    opacity: 1;
  }
  #site-nav nav .container ul li.menu-item-has-children:focus-within ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
}
#site-nav nav .container ul li ul {
  position: absolute;
  left: 34%;
  width: 100%;
  top: 6px;
  opacity: 0;
  transition: 0.3s opacity;
  visibility: hidden;
  padding-left: 30px;
  margin-left: -30px;
}
@media all and (min-width: 1024px) {
  #site-nav nav .container ul li ul:hover li a {
    opacity: 0.5 !important;
  }
  #site-nav nav .container ul li ul:hover li:hover a {
    opacity: 1 !important;
  }
}
#site-nav nav .container ul li ul li {
  padding: 0 0 1px 0;
  width: 34%;
}
#site-nav nav .container ul li ul li a {
  font-size: 32px;
  line-height: 54px;
}
#site-nav nav .container ul li ul li.menu-item-has-children > a:after {
  top: 22px;
}
#site-nav nav .container ul li ul li:first-child a {
  font-size: 20px;
}
#site-nav nav .container ul li ul li ul {
  left: 34%;
  top: 7px;
  padding-left: 64px;
}
#site-nav nav .container ul li ul li ul li {
  padding: 0 0 4px 0;
}
#site-nav nav .container ul li ul li ul li a {
  font-size: 24px;
  line-height: 45px;
}
#site-nav nav .container ul li ul li ul li:first-child {
  padding: 0 0 3px 0;
}
#site-nav nav .container ul li ul li ul li:first-child a {
  font-size: 20px;
}
@media all and (min-width: 1024px) {
  #site-nav nav .container ul li ul li ul:hover li a {
    opacity: 0.5 !important;
    color: rgba(255, 255, 255, 0.5);
  }
  #site-nav nav .container ul li ul li ul:hover li:hover a {
    opacity: 1 !important;
    color: #FFF;
  }
}
#site-nav .site-nav-callout {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#site-nav .site-nav-callout .graphic-d {
  position: absolute;
  bottom: 0px;
  left: 454px;
  width: 214px;
  height: 87px;
  background: url(../images/site-nav-graphic-d.png) no-repeat;
}
#site-nav .site-nav-callout .site-nav-callout-box {
  background: #FCDA46;
  transform: skew(-8deg);
  width: 592px;
  height: 220px;
  position: relative;
}
#site-nav .site-nav-callout .site-nav-callout-box .graphic-c {
  position: absolute;
  top: -36px;
  left: -50px;
  width: 137px;
  height: 112px;
  background: url(../images/site-nav-graphic-c.png) no-repeat;
}
#site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner {
  transform: skew(8deg);
  padding: 40px 0 34px 104px;
}
#site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner .site-nav-callout-sub-heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 1px 0;
  display: block;
  color: #000;
}
#site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner .site-nav-callout-heading {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  margin: 0 0 17px 0;
  display: block;
  color: #000;
}
#site-nav .site-nav-callout {
  width: 100%;
}
#site-nav .site-nav-callout .graphic-c {
  display: none;
}
#site-nav .site-nav-callout .graphic-d {
  display: none;
}
#site-nav .site-nav-callout .container {
  margin: 0px;
  width: 100%;
}
#site-nav .site-nav-callout .site-nav-callout-box {
  transform: none;
  height: auto;
  width: auto;
}
#site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner {
  transform: none;
  padding: 20px 148px 17px 20px;
}
#site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner .site-nav-callout-sub-heading {
  font-size: 18px;
  line-height: 16px;
  margin: 0 0 4px 0;
}
#site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner .site-nav-callout-heading {
  font-size: 24px;
  line-height: 36px;
  margin: 0px;
}
#site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner .button {
  position: absolute;
  top: 21px;
  right: 20px;
  margin: 0px;
}

body.site-nav-active #site-wrapper {
  height: 100vh;
  overflow: hidden;
}
body.site-nav-active #site-nav {
  visibility: visible;
  left: 0px;
  opacity: 1;
  height: calc(100%);
}

@media all and (min-width: 1024px) {
  #site-nav nav .container ul:hover li a {
    opacity: 0.5;
  }
  #site-nav nav .container ul:hover li:hover a {
    opacity: 1;
  }
  #site-nav nav .container ul:focus-within li a {
    opacity: 0.5;
  }
  #site-nav nav .container ul:focus-within li a:focus,
#site-nav nav .container ul:focus-within li a:active {
    opacity: 1;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  #site-nav nav .container ul li a {
    font-size: 32px;
    line-height: 54px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-nav {
    padding: 93px 0 89px 0;
  }
  #site-nav .graphic-a {
    width: 70px;
    height: 80px;
    background-size: 100% auto;
  }
  #site-nav .graphic-b {
    background-image: url(../images/mobile-site-nav-graphic-b.png);
    width: 90px;
    height: 143px;
    left: 0px;
    bottom: 15px;
    right: auto;
  }
  #site-nav header .container {
    margin: 0 20px;
  }
  #site-nav header .button {
    margin-top: 12px;
  }
  #site-nav header .button svg {
    top: 1px;
  }
  #site-nav nav {
    overflow: auto;
    height: calc(100vh - 93px - 89px);
  }
  #site-nav nav .container {
    overflow: hidden;
    margin: 0px;
    min-height: 0px;
  }
  #site-nav nav .container div.menu {
    width: 300%;
    position: relative;
    left: 0px;
    transition: 0.3s ease-in-out;
  }
  #site-nav nav .container ul li {
    padding: 1px 0;
    width: 33.33%;
  }
  #site-nav nav .container ul li a {
    font-size: 32px;
    line-height: 54px;
    padding-left: 20px;
  }
  #site-nav nav .container ul li ul {
    width: 33.33%;
    left: 33.33%;
  }
  #site-nav nav .container ul li ul li {
    width: 100%;
    left: auto;
  }
  #site-nav nav .container ul li ul li a {
    font-size: 32px;
    line-height: 54px;
    padding-left: 20px;
  }
  #site-nav nav .container ul li ul li ul {
    width: 100%;
    left: 100%;
  }
  #site-nav nav .container ul li ul li ul li {
    padding: 8px 0;
  }
  #site-nav nav .container ul li ul li ul li a {
    font-size: 24px;
    line-height: 32px;
    padding-left: 20px;
  }
  #site-nav nav .container ul li.active ul {
    visibility: visible;
    opacity: 1;
  }

  #site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner .site-nav-callout-sub-heading {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px 0;
  }

  #site-nav .site-nav-callout .site-nav-callout-box .site-nav-callout-box-inner .site-nav-callout-heading {
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
  }
}
.info-modal-back {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  left: -9999px;
  top: -9999px;
  transition: 0.3s opacity;
}

.info-modal-window {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: -9999px;
  top: -9999px;
  z-index: 10001;
  transition: 0.3s opacity;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  max-width: 607px;
  background: #FFF;
  text-align: left;
  width: calc(100% - 40px);
  padding: 32px 40px 24px 40px;
}
.info-modal-window.not-centred {
  position: absolute;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow: auto;
}
.info-modal-window .info-modal-close {
  position: absolute;
  top: 38px;
  right: 38px;
  width: 24px;
  display: block;
  height: 24px;
  line-height: 24px;
  color: #D0112A;
}
.info-modal-window .info-modal-close span {
  display: none;
}
.info-modal-window .info-modal-close:hover, .info-modal-window .info-modal-close:active, .info-modal-window .info-modal-close:focus {
  color: #000;
}
.info-modal-window h2,
.info-modal-window h3,
.info-modal-window h4,
.info-modal-window h5 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin: 0 40px 16px 0;
  padding: 0px;
}
.info-modal-window p {
  font-size: 16px;
  line-height: 28px;
  color: #41414A;
  margin: 0 0 8px 0;
}
.info-modal-window small {
  font-size: 16px;
  line-height: 28px;
  color: #676974;
  margin: 0 0 8px 0;
}

.info-modal-active .info-modal-back {
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 0px;
}
.info-modal-active .info-modal-window {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .info-modal-window {
    width: 100%;
    height: 100%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 40px 20px;
    overflow: auto;
    max-width: none;
  }
  .info-modal-window .info-modal-close {
    top: 12px;
    right: 12px;
  }
  .info-modal-window p {
    line-height: 24px;
  }

  .info-modal-active .info-modal-window {
    top: 0px;
    left: 0px;
  }
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #D0112A;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  left: -9999px;
  top: -9999px;
  transition: 0.3s opacity;
}
.modal .modal-graphic-bottom-left {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 138px;
  height: 117px;
  display: block;
  background: url(../images/modal-graphic-bottom-left.png) no-repeat;
}
.modal .modal-graphic-middle-right {
  position: fixed;
  top: 100vh;
  margin-top: -223px;
  right: 0px;
  width: 121px;
  height: 173px;
  display: block;
  background: url(../images/modal-graphic-middle-right.png) no-repeat;
}
.modal header {
  position: absolute;
  z-index: 10001;
  padding: 20px 32px 0 0;
  width: 100%;
}
.modal header .button {
  float: right;
}
.modal header .button svg {
  margin: 0 8px 0 0;
  top: 1px;
}
.modal .modal-content-wrapper {
  position: relative;
  z-index: 1;
}
.modal .modal-content-wrapper .container .modal-content,
.modal .modal-content-wrapper .container .modal-fa-form-content {
  height: 100vh;
  padding: 0 0 32px 0;
}
.modal .modal-content-wrapper .container .modal-content article h1,
.modal .modal-content-wrapper .container .modal-content article h2,
.modal .modal-content-wrapper .container .modal-content article h3,
.modal .modal-content-wrapper .container .modal-content article h4,
.modal .modal-content-wrapper .container .modal-content article h5,
.modal .modal-content-wrapper .container .modal-content article h6,
.modal .modal-content-wrapper .container .modal-content article p,
.modal .modal-content-wrapper .container .modal-content article ul,
.modal .modal-content-wrapper .container .modal-content article ol,
.modal .modal-content-wrapper .container .modal-fa-form-content article h1,
.modal .modal-content-wrapper .container .modal-fa-form-content article h2,
.modal .modal-content-wrapper .container .modal-fa-form-content article h3,
.modal .modal-content-wrapper .container .modal-fa-form-content article h4,
.modal .modal-content-wrapper .container .modal-fa-form-content article h5,
.modal .modal-content-wrapper .container .modal-fa-form-content article h6,
.modal .modal-content-wrapper .container .modal-fa-form-content article p,
.modal .modal-content-wrapper .container .modal-fa-form-content article ul,
.modal .modal-content-wrapper .container .modal-fa-form-content article ol {
  color: #FFF;
}
.modal .modal-content-wrapper .container .modal-content article h1 a,
.modal .modal-content-wrapper .container .modal-content article h2 a,
.modal .modal-content-wrapper .container .modal-content article h3 a,
.modal .modal-content-wrapper .container .modal-content article h4 a,
.modal .modal-content-wrapper .container .modal-content article h5 a,
.modal .modal-content-wrapper .container .modal-content article h6 a,
.modal .modal-content-wrapper .container .modal-content article p a,
.modal .modal-content-wrapper .container .modal-content article ul a,
.modal .modal-content-wrapper .container .modal-content article ol a,
.modal .modal-content-wrapper .container .modal-fa-form-content article h1 a,
.modal .modal-content-wrapper .container .modal-fa-form-content article h2 a,
.modal .modal-content-wrapper .container .modal-fa-form-content article h3 a,
.modal .modal-content-wrapper .container .modal-fa-form-content article h4 a,
.modal .modal-content-wrapper .container .modal-fa-form-content article h5 a,
.modal .modal-content-wrapper .container .modal-fa-form-content article h6 a,
.modal .modal-content-wrapper .container .modal-fa-form-content article p a,
.modal .modal-content-wrapper .container .modal-fa-form-content article ul a,
.modal .modal-content-wrapper .container .modal-fa-form-content article ol a {
  color: #FFF;
}
.modal .modal-content-wrapper .container .modal-content article .modal-box,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
.modal .modal-content-wrapper .container .modal-content article .modal-box h1,
.modal .modal-content-wrapper .container .modal-content article .modal-box h2,
.modal .modal-content-wrapper .container .modal-content article .modal-box h3,
.modal .modal-content-wrapper .container .modal-content article .modal-box h4,
.modal .modal-content-wrapper .container .modal-content article .modal-box h5,
.modal .modal-content-wrapper .container .modal-content article .modal-box h6,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box h1,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box h2,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box h3,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box h4,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box h5,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box h6 {
  color: #000;
}
.modal .modal-content-wrapper .container .modal-content article .modal-box p,
.modal .modal-content-wrapper .container .modal-content article .modal-box ul,
.modal .modal-content-wrapper .container .modal-content article .modal-box ol,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box p,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box ul,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box ol {
  color: #41414A;
}
.modal .modal-content-wrapper .container .modal-content article .modal-box p a,
.modal .modal-content-wrapper .container .modal-content article .modal-box ul a,
.modal .modal-content-wrapper .container .modal-content article .modal-box ol a,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box p a,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box ul a,
.modal .modal-content-wrapper .container .modal-fa-form-content article .modal-box ol a {
  color: #D0112A;
}
.modal .modal-content-wrapper .container .modal-content .modal-centre-content,
.modal .modal-content-wrapper .container .modal-fa-form-content .modal-centre-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -46px;
  padding: 72px 0;
}
.modal .modal-content-wrapper .container .modal-content .modal-centre-content.disabled,
.modal .modal-content-wrapper .container .modal-fa-form-content .modal-centre-content.disabled {
  top: auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  margin-top: 0px;
}

body.modal-is-form .modal .modal-content-wrapper .container .modal-fa-form-content {
  display: block;
}
body.modal-is-form .modal .modal-content-wrapper .container .modal-content {
  display: none;
}

body.modal-is-role .modal .modal-content-wrapper .container .modal-fa-form-content {
  display: none;
}
body.modal-is-role .modal .modal-content-wrapper .container .modal-content {
  display: block;
}

.this-modal-content {
  display: none !important;
}

.modal-active {
  height: 100vh;
  overflow: hidden;
}
.modal-active .modal {
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 0px;
}

.modal-is-person .modal:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 97px;
  height: 84px;
  content: "";
  display: block;
  background: url(../images/bio-modal-graphic-a.png) no-repeat;
}

.modal-form {
  display: flex;
  align-items: top;
}
.modal-form .modal-form-intro {
  position: relative;
  z-index: 1;
  width: 43%;
  padding: 124px 32px 0 0;
}
@media all and (min-width: 1024px) {
  .modal-form .modal-form-intro {
    position: sticky;
    top: 0;
    overflow: auto;
    height: 100vh;
  }
}
.modal-form .modal-form-intro h5 {
  background: #FCDA46;
  padding: 5px 12px;
  font-size: 20px;
  line-height: 28px;
  color: #000 !important;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 22px 0;
}
.modal-form .modal-form-intro h3, .modal-form .modal-form-intro h2, .modal-form .modal-form-intro h1 {
  font-size: 40px;
  line-height: 48px;
  color: #FFF;
  margin: 0 0 21px 0;
}
.modal-form .modal-form-intro p {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  margin: 0 0 36px 0;
}
.modal-form .modal-form-intro small {
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  display: block;
  margin: -10px 0 0 0;
}
.modal-form .modal-form-intro small a {
  color: #FFF;
  text-decoration: underline;
}
.modal-form .modal-form-intro .button {
  margin-left: 5px;
}
.modal-form .modal-form-intro .donation-quote {
  position: relative;
  text-align: center;
  margin: 0 20px;
  max-width: 352px;
}
.modal-form .modal-form-intro .donation-quote img {
  position: relative;
  z-index: 4;
  margin: 0 auto;
}
.modal-form .modal-form-intro .donation-quote:before {
  position: absolute;
  top: 91px;
  left: 25px;
  width: 140px;
  height: 113px;
  background: url(../images/donation-quote-graphic-a.png) no-repeat;
  content: "";
  display: block;
  z-index: 2;
}
.modal-form .modal-form-intro .donation-quote:after {
  position: absolute;
  top: 54px;
  left: 50%;
  width: 91px;
  height: 81px;
  background: url(../images/donation-quote-graphic-b.png) no-repeat;
  content: "";
  display: block;
  z-index: 2;
}
.modal-form .modal-form-intro .donation-quote blockquote {
  margin: -76px 0 0 0;
  z-index: 1;
  position: relative;
  background: #BB1026;
  transform: skew(-9deg);
  padding: 93px 50px 35px 50px;
}
.modal-form .modal-form-intro .donation-quote blockquote p {
  transform: skew(9deg);
  font-size: 18px;
  line-height: 27px;
  color: #FFF;
  margin: 0 0 19px 0;
  font-style: italic;
}
.modal-form .modal-form-intro .donation-quote blockquote p:last-of-type {
  font-weight: 500;
  margin: 0px;
}
.modal-form .modal-form-holder {
  width: 57%;
  padding: 124px 107px 64px 0;
  position: relative;
}
.modal-form .modal-form-holder h1, .modal-form .modal-form-holder h2, .modal-form .modal-form-holder h3, .modal-form .modal-form-holder h4, .modal-form .modal-form-holder h5, .modal-form .modal-form-holder h6 {
  padding-top: 0px;
}
.modal-form .modal-form-holder:before {
  background: url(../images/role-modal-graphic-a.png) no-repeat;
  width: 191px;
  height: 156px;
  content: "";
  display: block;
  top: -65px;
  left: -84px;
  position: absolute;
}
.modal-form .modal-form-holder .modal-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  z-index: 1;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .modal-form .modal-form-holder {
    padding: 124px 0 64px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .modal-form {
    display: block;
  }
  .modal-form .modal-form-intro {
    padding: 128px 0 40px 0;
    width: auto;
  }
  .modal-form .modal-form-holder {
    width: auto;
    padding: 0 0 64px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .role-content .role-intro h5 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .role-content .role-intro h3, .role-content .role-intro h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 8px 0;
  }
  .role-content .role-intro p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 28px 0;
  }
  .role-content article {
    width: auto;
    padding: 0 0 64px 0;
  }
  .role-content article .role-modal-box {
    padding: 20px 20px 1px 20px;
  }
  .role-content article .role-modal-box .wp-caption {
    margin: 0 -20px 28px -20px;
    width: calc(100% + 40px) !important;
    max-width: none;
  }
  .role-content article .role-modal-box .wp-caption p {
    padding-left: 20px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .modal header {
    padding: 20px 20px 0 0;
  }
  .modal .modal-graphic-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 54px;
    height: 70px;
    display: block;
    background-image: url(../images/mobile-modal-graphic-bottom-left.png);
  }
  .modal .modal-graphic-middle-right {
    position: absolute;
    top: auto;
    bottom: 0px;
    margin: 0px;
    right: 0px;
    width: 54px;
    height: 53px;
    display: block;
    background: url(../images/mobile-modal-graphic-middle-right.png) no-repeat;
  }
  .modal .modal-content-wrapper .container .modal-content {
    padding: 88px 0 48px 0;
  }
  .modal .modal-content-wrapper .container .modal-content .modal-centre-content {
    padding: 0px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin-top: 0px;
  }

  .modal-is-person .modal:before {
    display: none;
  }
}
.banner-text {
  position: relative;
}
.banner-text .banner-caption {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 5px 12px;
  background: #FCDA46;
  margin: 0 0 26px 0;
  display: block;
  float: left;
}
.banner-text .banner-heading {
  font-size: 56px;
  line-height: 54px;
  color: #FFF;
  font-weight: bold;
  margin: 0px;
}
.banner-text p {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  padding: 29px 0 0 0;
}
.banner-text .buttons {
  padding: 56px 0 0 0;
}
.banner-text .buttons .button {
  margin: 0 15px 0 0;
}
.banner-text .manage-communication-preferences-link {
  margin: 22px 0 0 0;
  color: #FFF;
  text-decoration: underline;
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
}
.banner-text .manage-communication-preferences-link:hover, .banner-text .manage-communication-preferences-link:active, .banner-text .manage-communication-preferences-link:focus {
  color: #FCDA46;
}

#page-banner-no-image {
  background: #D0112A;
  padding: 168px 0 102px 0;
  position: relative;
}
#page-banner-no-image .graphic-a {
  background: url(../images/page-banner-no-image-graphic-a.png) no-repeat;
  left: 0px;
  bottom: 0px;
  position: absolute;
  display: block;
  width: 108px;
  height: 113px;
}
#page-banner-no-image .graphic-b {
  background: url(../images/page-banner-no-image-graphic-b.png) no-repeat;
  right: 0px;
  bottom: 0px;
  position: absolute;
  display: block;
  width: 113px;
  height: 103px;
}
#page-banner-no-image .banner-text {
  padding: 0 200px;
  text-align: center;
}
#page-banner-no-image .banner-text .banner-caption {
  display: inline-block;
  float: none;
  margin: 0 auto 26px auto;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner-no-image {
    padding: 128px 0 102px 0;
  }
  #page-banner-no-image .graphic-a {
    background: url(../images/mobile-page-banner-no-image-graphic-a.png) no-repeat;
    width: 40px;
    height: 74px;
  }
  #page-banner-no-image .graphic-b {
    background: url(../images/mobile-page-banner-no-image-graphic-b.png) no-repeat;
    width: 66px;
    height: 65px;
  }
}
#page-banner {
  background: #D0112A;
  padding: 92px 0 0 0;
  position: relative;
}
#page-banner .graphic-a {
  position: absolute;
  display: block;
  top: 34px;
  left: 50%;
  width: 181px;
  height: 148px;
  margin-left: -193px;
  background: url(../images/banner-graphic-a.png) no-repeat;
}
#page-banner .graphic-b {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 50%;
  width: 182px;
  height: 99px;
  margin-left: -272px;
  background: url(../images/banner-graphic-b.png) no-repeat;
}
#page-banner .page-banner-image {
  position: absolute;
  top: 92px;
  left: 0px;
  width: 100%;
  height: calc(100% - 92px);
  display: block;
  z-index: 1;
}
#page-banner .page-banner-image .page-banner-video {
  overflow: hidden;
  position: relative;
  width: calc(50% + 200px);
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  -ms-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}
#page-banner .page-banner-image .page-banner-video video {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-banner .page-banner-image .page-banner-video .video-overlay {
  width: 296px;
  height: 100%;
  content: "";
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 0px;
}
#page-banner .page-banner-image .page-banner-image-mask {
  width: calc(50% + 200px);
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  -ms-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  background: none no-repeat center center;
  background-size: cover;
  box-shadow: 0 3px 8px rgba(112, 120, 135, 0.24);
}
#page-banner .page-banner-image .page-banner-image-mask:before {
  width: 296px;
  height: 100%;
  content: "";
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  display: block;
  position: absolute;
  top: 0px;
  line-height: 0px;
}
#page-banner .container {
  z-index: 10;
  height: 616px;
}
#page-banner .container .button-watch-video {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin: 0 0 0 -150px;
  background: rgba(0, 0, 0, 0.2);
}
#page-banner .container .button-watch-video:before {
  background: #FFF;
}
#page-banner .container .button-watch-video:hover {
  color: #D0112A;
}
#page-banner .container .button-watch-video:active, #page-banner .container .button-watch-video:focus {
  background: #FFF;
  color: #D0112A;
}
#page-banner .container .button-watch-video svg {
  margin: 0 8px 0 0;
  top: 1px;
}
@media all and (min-width: 1024px) {
  #page-banner .container .banner-text {
    max-width: 616px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .banner-text .banner-caption {
    font-size: 16px;
    line-height: 28px;
    padding: 4px 12px;
    margin: 0 0 16px 0;
  }
  .banner-text .banner-heading {
    font-size: 36px;
    line-height: 44px;
  }
  .banner-text .buttons {
    padding: 36px 0 0 0;
  }

  #page-banner-no-image .banner-text {
    padding: 0px;
  }
  #page-banner-no-image .banner-text .banner-caption {
    margin: 0 auto 16px auto;
  }

  #page-banner .graphic-a {
    margin-left: -93px;
  }
  #page-banner .graphic-b {
    margin-left: -172px;
  }
  #page-banner .page-banner-image .page-banner-image-mask {
    width: calc(50% + 100px);
  }
  #page-banner .page-banner-image .page-banner-video {
    width: calc(50% + 100px);
  }
  #page-banner .container {
    height: 480px;
  }
  #page-banner .container .button-watch-video {
    margin-left: -50px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner {
    padding: 127px 0 0 0;
  }
  #page-banner .graphic-a {
    width: 68px;
    height: 73px;
    right: 0px;
    top: auto;
    left: auto;
    margin: 0px;
    bottom: 220px;
    background-image: url(../images/mobile-banner-graphic-a.png);
  }
  #page-banner .graphic-b {
    width: 61px;
    height: 45px;
    bottom: 122px;
    left: 6px;
    margin: 0px;
    top: auto;
    background-image: url(../images/mobile-banner-graphic-b.png);
  }
  #page-banner .page-banner-image {
    height: 238px;
    top: auto;
    bottom: 0px;
    left: 0px;
  }
  #page-banner .page-banner-image .page-banner-image-mask {
    width: calc(100% - 20px);
    max-width: 355px;
  }
  #page-banner .page-banner-image .page-banner-video {
    width: calc(100% - 20px);
    max-width: 355px;
  }
  #page-banner .container {
    height: auto;
    padding: 0 0 32px 0;
  }
  #page-banner .container .banner-text {
    width: calc(100% - 335px);
  }
  #page-banner .container .button-watch-video {
    margin: 0px;
    left: auto;
    right: 166px;
    bottom: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #page-banner:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background: #FFF;
    display: block;
    width: 100%;
    height: 122px;
  }
  #page-banner .page-banner-image {
    bottom: 0px;
  }
  #page-banner .page-banner-image .page-banner-image-mask:before {
    display: none;
  }
  #page-banner .container {
    padding: 0 0 287px 0;
  }
  #page-banner .container .banner-text {
    width: auto;
  }
}
#breadcrumb {
  padding: 24px 0 66px 0;
}
#breadcrumb p {
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 0;
  position: relative;
}
#breadcrumb p a {
  vertical-align: top;
  line-height: 28px;
  color: #676974;
  text-decoration: underline;
}
#breadcrumb p a:hover, #breadcrumb p a:active, #breadcrumb p a:focus {
  color: #D0112A;
}
#breadcrumb p .breadcrumb-arrow {
  display: inline-block;
  width: 20px;
  height: 28px;
  vertical-align: top;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center;
}

.page-block-content article {
  padding: 0 214px;
  margin-bottom: -28px;
}
.page-block-content article > .button {
  margin-bottom: 28px;
}
.page-block-content article .wp-caption {
  position: relative;
  margin: 0 0 54px 0;
  max-width: 100%;
}
.page-block-content article .wp-caption img {
  display: block;
}
.page-block-content article .wp-caption p {
  position: absolute;
  bottom: 18px;
  left: 26px;
  background: #FFF;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 20px;
  color: #41414A;
  margin: 0px;
}
.page-block-content.background-grey {
  padding: 96px 0;
  background: #EEEEEE;
}
.page-block-content.background-orange {
  padding: 96px 0;
  background: #EE7D21;
}
.page-block-content.background-yellow {
  padding: 96px 0;
  background: #FCDA46;
}
.page-block-content.background-red {
  padding: 96px 0;
  background: #D0112A;
}
.page-block-content.background-red article h1,
.page-block-content.background-red article h2,
.page-block-content.background-red article h3,
.page-block-content.background-red article h4,
.page-block-content.background-red article h5,
.page-block-content.background-red article h6,
.page-block-content.background-red article p,
.page-block-content.background-red article ul,
.page-block-content.background-red article ol {
  color: #FFF;
}
.page-block-content.background-red article h1 a,
.page-block-content.background-red article h2 a,
.page-block-content.background-red article h3 a,
.page-block-content.background-red article h4 a,
.page-block-content.background-red article h5 a,
.page-block-content.background-red article h6 a,
.page-block-content.background-red article p a,
.page-block-content.background-red article ul a,
.page-block-content.background-red article ol a {
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-content article {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content article {
    padding: 0;
  }
}
.page-block-columns .columns-heading {
  margin: 0 0 44px 0;
  position: relative;
}
.page-block-columns .columns-heading h2 {
  margin: 0;
  max-width: 821px;
}
.page-block-columns .columns-heading p {
  padding: 23px 0 0 0;
  max-width: 821px;
}
.page-block-columns .columns {
  margin: 0 -16px;
}
.page-block-columns .columns section {
  padding: 0 16px;
  float: left;
}
.page-block-columns .columns section article {
  margin-bottom: -28px;
}
.page-block-columns .columns section article h2,
.page-block-columns .columns section article h3,
.page-block-columns .columns section article h4 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 12px 0;
}
.page-block-columns .columns.columns-2 section {
  width: 50%;
}
.page-block-columns .columns.columns-3 section {
  width: 33.33%;
}
.page-block-columns .columns.columns-4 section {
  width: 25%;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-columns .columns section article h2,
.page-block-columns .columns section article h3,
.page-block-columns .columns section article h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 18px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-columns .columns {
    margin: 0px;
  }
  .page-block-columns .columns section {
    padding: 0 0 33px 0;
    float: none;
    width: auto !important;
  }
}
.page-block-content-image-and-text .content-image-and-text {
  display: flex;
  align-items: center;
  padding: 0 214px;
}
.page-block-content-image-and-text .content-image-and-text article {
  width: 65%;
  padding: 0 0 0 56px;
}
.page-block-content-image-and-text .content-image-and-text .image-holder {
  width: 35%;
  position: relative;
  padding: 0 0 0 0;
}
.page-block-content-image-and-text .content-image-and-text .image-holder img {
  width: 100%;
  display: block;
}
.page-block-content-image-and-text .content-image-and-text .image-holder .image-caption {
  font-size: 14px;
  line-height: 28px;
  padding: 13px 0 0 0;
  display: block;
  color: #41414A;
}
.page-block-content-image-and-text.page-block-image-on-right .content-image-and-text {
  flex-direction: row-reverse;
}
.page-block-content-image-and-text.page-block-image-on-right .content-image-and-text article {
  padding: 0 56px 0 0;
}
.page-block-content-image-and-text.page-block-image-on-right .content-image-and-text .image-holder {
  padding: 0 0 0 0;
}
.page-block-content-image-and-text.page-block-image-size-half article {
  width: 50%;
}
.page-block-content-image-and-text.page-block-image-size-half .image-holder {
  width: 50%;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-content-image-and-text .content-image-and-text {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content-image-and-text .content-image-and-text {
    padding: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-content-image-and-text .content-image-and-text {
    display: block;
  }
  .page-block-content-image-and-text .content-image-and-text article {
    width: auto;
    padding: 0px;
  }
  .page-block-content-image-and-text .content-image-and-text .image-holder {
    width: auto;
    padding: 0 0 24px 0;
  }
  .page-block-content-image-and-text.page-block-image-on-right .content-image-and-text article {
    padding: 0px;
  }
  .page-block-content-image-and-text.page-block-image-on-right .content-image-and-text .image-holder {
    padding: 0 0 24px 0;
  }
}
.page-block-image-and-content {
  position: relative;
  padding: 96px 0;
}
.page-block-image-and-content .image-and-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.page-block-image-and-content .image-and-content article {
  width: 50%;
  padding: 0 96px 0 0;
}
.page-block-image-and-content .image-and-content article h1, .page-block-image-and-content .image-and-content article h2, .page-block-image-and-content .image-and-content article h3, .page-block-image-and-content .image-and-content article h4, .page-block-image-and-content .image-and-content article h5, .page-block-image-and-content .image-and-content article h6 {
  padding-top: 0px;
}
.page-block-image-and-content .image-and-content article .caption {
  background: #FCDA46;
  padding: 5px 12px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 34px 0;
}
.page-block-image-and-content .image-and-content article h2 {
  margin: 0 0 34px 0;
}
.page-block-image-and-content .image-and-content article blockquote {
  margin: 0 0 32px 0;
}
.page-block-image-and-content .image-and-content article blockquote p {
  margin: 0 0 10px 0;
}
.page-block-image-and-content .image-and-content article .buttons {
  padding: 12px 0 0 0;
}
.page-block-image-and-content .image-and-content article .buttons .button {
  margin: 0 8px 0 0;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: 50%;
  position: relative;
  padding: 0 0 0 0;
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: 100%;
  display: block;
}
.page-block-image-and-content.page-block-image-on-align-left .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-align-left .image-and-content article {
  padding: 0 0 0 96px;
}
.page-block-image-and-content.page-block-image-on-align-left .image-and-content .image-holder {
  padding: 0 0 0 0;
}
.page-block-image-and-content.page-block-image-on-back-left .image-and-content-back-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.page-block-image-and-content.page-block-image-on-back-left .image-and-content-back-image .image-mask {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  overflow: hidden;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-image-and-content.page-block-image-on-back-left .image-and-content .image-holder {
  min-height: 480px;
}
.page-block-image-and-content.page-block-image-on-back-left .image-and-content article {
  padding: 54px 0 68px 96px;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content-back-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content-back-image .image-mask {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  -ms-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content article {
  padding: 54px 96px 68px 0;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content .image-holder {
  padding: 0 0 0 0;
  min-height: 480px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content article .caption {
    font-size: 16px;
    line-height: 28px;
    padding: 4px 12px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-and-content {
    padding: 48px 0;
  }
  .page-block-image-and-content .image-and-content article {
    z-index: 10;
    padding: 0 0 0 32px;
  }
  .page-block-image-and-content .image-and-content article .caption {
    font-size: 14px;
    padding: 1px 11px;
    margin: 0 0 24px 0;
  }
  .page-block-image-and-content .image-and-content article h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 24px 0;
  }
  .page-block-image-and-content .image-and-content article .buttons {
    padding: 0px;
  }
  .page-block-image-and-content.page-block-image-on-align-right .image-and-content article {
    padding: 0 32px 0 0;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content article {
    padding: 32px 0 32px 32px;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content article {
    padding: 32px 32px 32px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content {
    display: block;
  }
  .page-block-image-and-content .image-and-content article {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content.page-block-image-on-align-left .image-and-content article {
    width: auto;
    padding: 0px;
    z-index: 10;
    position: relative;
  }
  .page-block-image-and-content.page-block-image-on-align-left .image-and-content .image-holder {
    width: auto;
    padding: 0px;
    max-width: 50%;
    margin-top: -54px;
    margin-top: -24px;
    margin-top: 0px;
    float: right;
    z-index: 9;
  }
  .page-block-image-and-content.page-block-image-on-align-right .image-and-content article {
    width: auto;
    padding: 0px;
    z-index: 10;
    position: relative;
  }
  .page-block-image-and-content.page-block-image-on-align-right .image-and-content .image-holder {
    width: auto;
    padding: 0px;
    max-width: 50%;
    margin-top: -52px;
    margin-top: -24px;
    margin-top: 0px;
    float: right;
    z-index: 9;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content-back-image {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 60%;
    height: 0px;
    margin: 0 0 32px 0;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content-back-image .image-mask {
    width: calc(100% - 20px);
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content article {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content .image-holder {
    width: auto;
    padding: 0px;
    min-height: 0px;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content-back-image {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 60%;
    height: 0px;
    margin: 0 0 32px 20px;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content-back-image .image-mask {
    width: 100%;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content article {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content .image-holder {
    width: auto;
    padding: 0px;
    min-height: 0px;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-image-and-content.page-block-image-on-align-right .image-and-content .image-holder,
.page-block-image-and-content.page-block-image-on-align-left .image-and-content .image-holder {
    width: 100%;
    text-align: center;
    padding: 32px 0 0 0;
    max-width: none;
    float: none;
  }
  .page-block-image-and-content.page-block-image-on-align-right .image-and-content .image-holder img,
.page-block-image-and-content.page-block-image-on-align-left .image-and-content .image-holder img {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
}
.blog-meta {
  position: relative;
  padding: 0 0 86px 0;
  z-index: 101;
}
.blog-meta .container {
  padding: 24px 46px;
}
.blog-meta .container:before {
  background: #D0112A;
  transform: skew(-9deg);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
}
.blog-meta .blog-author {
  color: #FFF;
  line-height: 36px;
  font-size: 18px;
}
.blog-meta .blog-date {
  color: #FFF;
  line-height: 36px;
  font-size: 18px;
}
@media all and (min-width: 1024px) {
  .blog-meta .blog-author {
    position: relative;
    z-index: 1;
    float: left;
  }
  .blog-meta .blog-date {
    position: relative;
    z-index: 1;
    position: absolute;
    left: 50%;
    width: 200px;
    text-align: center;
    margin: 0 0 0 -100px;
  }
}
.blog-meta .blog-share {
  position: relative;
  z-index: 1;
  float: right;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .blog-meta {
    background: #D0112A;
    padding: 0px;
  }
  .blog-meta .container {
    padding: 20px 100px 20px 0;
  }
  .blog-meta .container:before {
    display: none;
  }
  .blog-meta .container .blog-author,
.blog-meta .container .blog-date {
    font-size: 14px;
    line-height: 19px;
  }
  .blog-meta .container .blog-author {
    padding: 0 0 7px 0;
  }
  .blog-meta .container .blog-share {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -16px;
  }
}
.share-item {
  position: relative;
  float: right;
}
.share-item .share-item-link {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  display: block;
  color: #FFF;
  position: relative;
}
.share-item .share-item-link svg {
  position: relative;
  top: 4px;
  margin: 0 8px 0 0;
}
.share-item .share-item-link:hover, .share-item .share-item-link:active, .share-item .share-item-link:focus {
  color: #FCDA46;
}
.share-item .share-item-list {
  display: none;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 170px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 6px 0;
}
.share-item .share-item-list li a {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.share-item.share-item-active .share-item-link {
  color: #FCDA46;
}
.share-item.share-item-active .share-item-list {
  display: block;
}

.load-more {
  text-align: center;
  padding: 32px 0 0 0;
}

.page-block-full-width-background-and-content {
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-full-width-background-and-content:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
}
.page-block-full-width-background-and-content:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 65%;
  height: 100%;
  background-image: linear-gradient(259deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
}
.page-block-full-width-background-and-content .container {
  z-index: 1;
  height: 652px;
}
.page-block-full-width-background-and-content .container article {
  position: relative;
  width: 50%;
}
.page-block-full-width-background-and-content .container article h1,
.page-block-full-width-background-and-content .container article h2,
.page-block-full-width-background-and-content .container article h3 {
  font-size: 48px;
  line-height: 48px;
  color: #FFF;
  margin: 0 0 32px 0;
}
.page-block-full-width-background-and-content .container article h4,
.page-block-full-width-background-and-content .container article h5,
.page-block-full-width-background-and-content .container article h6 {
  color: #FFF;
}
.page-block-full-width-background-and-content .container article p {
  color: #FFF;
}
.page-block-full-width-background-and-content .container article .buttons {
  padding: 12px 0 0 0;
}
.page-block-full-width-background-and-content .container article .buttons .button {
  margin: 0 8px 8px 0;
}
.page-block-full-width-background-and-content .container article blockquote {
  padding: 0px;
}
.page-block-full-width-background-and-content .container article blockquote:before {
  display: none;
}
.page-block-full-width-background-and-content .container article blockquote p {
  font-size: 48px;
  line-height: 48px;
  font-style: normal;
  color: #FFF;
  margin: 0 0 38px 0;
  font-weight: bold;
}
.page-block-full-width-background-and-content .container article blockquote p:last-child {
  font-size: 20px;
  line-height: 20px;
}
@media all and (min-width: 1024px) {
  .page-block-full-width-background-and-content .container article {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.page-block-full-width-background-and-content.page-block-content-on-right:after {
  right: 0px;
  left: auto;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-block-full-width-background-and-content.page-block-content-on-right .container article {
  float: right;
  text-align: right;
}
.page-block-full-width-background-and-content .mobile-backup-image {
  display: none;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-full-width-background-and-content .container article {
    width: 70%;
  }
  .page-block-full-width-background-and-content.has-backup-mobile-image .container article {
    width: 50%;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-full-width-background-and-content {
    padding: 103px 0 109px 0;
  }
  .page-block-full-width-background-and-content:before {
    background: rgba(0, 0, 0, 0.44);
  }
  .page-block-full-width-background-and-content:after {
    display: none;
  }
  .page-block-full-width-background-and-content.has-backup-mobile-image {
    padding: 48px 0;
    background-color: #D0112A;
    background-image: none !important;
  }
  .page-block-full-width-background-and-content.has-backup-mobile-image:before, .page-block-full-width-background-and-content.has-backup-mobile-image:after {
    display: none;
  }
  .page-block-full-width-background-and-content .container {
    height: auto;
  }
  .page-block-full-width-background-and-content .container article {
    width: auto !important;
    float: none !important;
    text-align: left !important;
  }
  .page-block-full-width-background-and-content .container article h1,
.page-block-full-width-background-and-content .container article h2,
.page-block-full-width-background-and-content .container article h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 18px 0;
  }
  .page-block-full-width-background-and-content .container article blockquote p {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 18px 0;
  }
  .page-block-full-width-background-and-content .container article blockquote p:last-child {
    font-size: 16px;
    line-height: 24px;
  }
  .page-block-full-width-background-and-content .container .mobile-backup-image {
    display: block;
    max-width: 480px;
  }
}
@media all and (min-width: 1024px) {
  .page-block-stories-slider .stories-slider .slick-nav {
    position: absolute;
    bottom: 96px;
    left: 0px;
    width: 100%;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-nav-inner {
    width: auto;
    position: relative;
    float: right;
    padding: 0 26px 0 26px;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-nav-inner .slick-arrow {
    color: #FFF;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-nav-inner .slick-arrow.slick-prev {
    left: 0px;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-nav-inner .slick-arrow.slick-next {
    right: 0px;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-nav-inner .slick-dots {
    position: relative;
    width: auto;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-nav-inner .slick-dots li button {
    width: 8px;
    border-color: #FFF;
    height: 8px;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-nav-inner .slick-dots li.slick-active button {
    background: #FFF;
    border-color: #FFF;
  }
}
.page-block-stories-slider .stories-slider section {
  background: none no-repeat center center;
  background-size: cover;
  float: left;
  display: block;
  position: relative;
}
.page-block-stories-slider .stories-slider section .container {
  height: 652px;
}
.page-block-stories-slider .stories-slider section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
}
.page-block-stories-slider .stories-slider section:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
}
.page-block-stories-slider .stories-slider section .story-inner {
  z-index: 1;
  position: relative;
}
.page-block-stories-slider .stories-slider section .story-inner h3 {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  margin: 0 0 26px 0;
}
.page-block-stories-slider .stories-slider section .story-inner h3.story-heading-overwritten {
  font-size: 40px;
  line-height: 48px;
}
.page-block-stories-slider .stories-slider section .story-inner p {
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  font-style: italic;
}
.page-block-stories-slider .stories-slider section .story-inner .buttons {
  padding: 40px 0 0 0;
}
.page-block-stories-slider .stories-slider section .story-inner .buttons .button {
  margin: 0 0 10px 8px;
}
.page-block-stories-slider .stories-slider section .story-inner.prayer-inner h3 {
  font-size: 32px;
  line-height: 54px;
  margin: 0 0 19px 0;
}
.page-block-stories-slider .stories-slider section .story-inner.prayer-inner blockquote p {
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  margin: 0 0 28px 0;
}
.page-block-stories-slider .stories-slider section .story-inner.prayer-inner blockquote cite {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #FFF;
}
@media all and (min-width: 768px) {
  .page-block-stories-slider .stories-slider section .story-inner {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 50%;
    float: right;
    text-align: right;
  }
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-stories-slider {
    margin: 0 0 20px 0;
  }
  .page-block-stories-slider .stories-slider section {
    padding: 0px;
    margin: 0 0 29px 0;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-next {
    right: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-stories-slider .stories-slider section:before {
    background: rgba(0, 0, 0, 0.45);
  }
  .page-block-stories-slider .stories-slider section:after {
    display: none;
  }
  .page-block-stories-slider .stories-slider section .container {
    height: auto;
    padding: 152px 0 152px 0;
  }
  .page-block-stories-slider .stories-slider section .story-inner h3 {
    margin: 0 0 15px 0;
  }
  .page-block-stories-slider .stories-slider section .story-inner.prayer-inner h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .page-block-stories-slider .stories-slider section .story-inner.prayer-inner blockquote p {
    font-size: 20px;
    margin: 0 0 22px 0;
  }
  .page-block-stories-slider .stories-slider section .story-inner.prayer-inner blockquote cite {
    font-size: 18px;
  }
  .page-block-stories-slider .stories-slider .slick-nav .slick-next {
    right: 0px;
  }
}
.page-block-expectations-slider {
  overflow: hidden;
}
.page-block-expectations-slider .expectations-slider-buttons {
  height: 1px;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.page-block-expectations-slider .expectations-slider-buttons .button {
  float: right;
  display: block;
  margin: 0 0 0 8px;
}
.page-block-expectations-slider .expectations-slider-buttons .button svg {
  margin: 0px;
}
@media all and (min-width: 1024px) {
  .page-block-expectations-slider .expectations-slider .slick-nav {
    display: none;
    position: absolute;
    bottom: 96px;
    left: 0px;
    width: 100%;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-nav-inner {
    width: auto;
    position: relative;
    float: right;
    padding: 0 26px 0 26px;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-nav-inner .slick-arrow {
    color: #FFF;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-nav-inner .slick-arrow.slick-prev {
    left: 0px;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-nav-inner .slick-arrow.slick-next {
    right: 0px;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-nav-inner .slick-dots {
    position: relative;
    width: auto;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-nav-inner .slick-dots li button {
    width: 8px;
    border-color: #FFF;
    height: 8px;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-nav-inner .slick-dots li.slick-active button {
    background: #FFF;
    border-color: #FFF;
  }
}
.page-block-expectations-slider .expectations-slider section {
  background: none no-repeat center center;
  background-size: cover;
  float: left;
  display: block;
  position: relative;
}
.page-block-expectations-slider .expectations-slider section .container {
  height: 652px;
}
.page-block-expectations-slider .expectations-slider section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
}
.page-block-expectations-slider .expectations-slider section:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
}
.page-block-expectations-slider .expectations-slider section .expectation-inner {
  z-index: 1;
  position: relative;
}
.page-block-expectations-slider .expectations-slider section .expectation-inner h4 {
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
  margin: 0 0 12px 0;
}
.page-block-expectations-slider .expectations-slider section .expectation-inner h3 {
  font-size: 48px;
  line-height: 56px;
  color: #FFF;
  margin: 0 0 37px 0;
}
.page-block-expectations-slider .expectations-slider section .expectation-inner .slider-buttons-placeholder {
  height: 1px;
}
@media all and (min-width: 768px) {
  .page-block-expectations-slider .expectations-slider section .expectation-inner {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 50%;
    float: right;
    text-align: right;
  }
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-expectations-slider {
    margin: 0 0 20px 0;
  }
  .page-block-expectations-slider .expectations-slider-buttons {
    display: none;
  }
  .page-block-expectations-slider .expectations-slider section {
    padding: 0px;
    margin: 0 0 29px 0;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav {
    display: block;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-next {
    right: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-expectations-slider .expectations-slider section:before {
    background: rgba(0, 0, 0, 0.45);
  }
  .page-block-expectations-slider .expectations-slider section:after {
    display: none;
  }
  .page-block-expectations-slider .expectations-slider section .container {
    height: 306px;
  }
  .page-block-expectations-slider .expectations-slider section .expectation-inner {
    position: absolute;
    bottom: 32px;
    left: 0px;
  }
  .page-block-expectations-slider .expectations-slider section .expectation-inner h4 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 2px 0;
  }
  .page-block-expectations-slider .expectations-slider section .expectation-inner h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0px;
  }
  .page-block-expectations-slider .expectations-slider .slick-nav .slick-next {
    right: 0px;
  }
}
.page-block-reasons-why.background-grey {
  padding: 128px 0 118px 0;
  background: #EEEEEE;
}
.page-block-reasons-why.background-grey p {
  color: #000000;
}
.page-block-reasons-why.background-orange {
  padding: 128px 0 118px 0;
  background: #EE7D21;
}
.page-block-reasons-why.background-orange p {
  color: #000000;
}
.page-block-reasons-why.background-yellow {
  padding: 128px 0 118px 0;
  background: #FCDA46;
}
.page-block-reasons-why.background-yellow p {
  color: #000000;
}
.page-block-reasons-why.background-red {
  padding: 128px 0 118px 0;
  background: #D0112A;
}
.page-block-reasons-why.background-red h2,
.page-block-reasons-why.background-red h3,
.page-block-reasons-why.background-red h4 {
  color: #FFF;
}
.page-block-reasons-why.background-red p {
  color: #FFF;
}
.page-block-reasons-why .container {
  text-align: center;
}
.page-block-reasons-why .caption {
  margin: 0 auto 29px auto;
  font-size: 18px;
  background: #FCDA46;
  line-height: 28px;
  color: #000;
  padding: 5px 12px;
  display: inline-block;
}
.page-block-reasons-why h2 {
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 52px 0;
}
.page-block-reasons-why .reasons-why {
  margin: 0 -16px;
}
.page-block-reasons-why .reasons-why section {
  padding: 0 16px;
  display: inline-block;
  vertical-align: top;
}
.page-block-reasons-why .reasons-why section img {
  margin: 0 auto 16px auto;
}
.page-block-reasons-why .reasons-why section h2,
.page-block-reasons-why .reasons-why section h3,
.page-block-reasons-why .reasons-why section h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 7px 0;
}
.page-block-reasons-why .reasons-why section p {
  font-size: 16px;
  line-height: 28px;
}
.page-block-reasons-why .reasons-why.reasons-why-2 section {
  width: 50%;
}
.page-block-reasons-why .reasons-why.reasons-why-3 section {
  width: 33.33%;
}
.page-block-reasons-why .reasons-why.reasons-why-4 section {
  width: 25%;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-reasons-why.background-grey {
    padding: 64px 0 64px 0;
  }
  .page-block-reasons-why.background-orange {
    padding: 64px 0 64px 0;
  }
  .page-block-reasons-why.background-yellow {
    padding: 64px 0 64px 0;
  }
  .page-block-reasons-why.background-red {
    padding: 64px 0 64px 0;
  }
  .page-block-reasons-why .caption {
    margin: 0 0 9px 0;
  }
  .page-block-reasons-why .container {
    text-align: left;
  }
  .page-block-reasons-why h2 {
    font-size: 32px;
    line-height: 54px;
    margin: 0 0 24px 0;
  }
  .page-block-reasons-why .reasons-why {
    margin: 0 0 -55px 0;
  }
  .page-block-reasons-why .reasons-why section {
    float: none !important;
    width: auto !important;
    padding: 0 0 55px 0;
  }
  .page-block-reasons-why .reasons-why section img {
    margin: 0 0 15px 0;
  }
}
.page-block-sign-posts .sign-posts section {
  float: left;
  width: 50%;
  position: relative;
}
.page-block-sign-posts .sign-posts section a {
  display: block;
  position: relative;
  height: 433px;
}
.page-block-sign-posts .sign-posts section a .sign-post-back-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.page-block-sign-posts .sign-posts section a .sign-post-back-image .image-mask {
  width: 118%;
  height: 100%;
  position: absolute;
  left: -9%;
  top: 0px;
  display: block;
  overflow: hidden;
  background: none no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.page-block-sign-posts .sign-posts section a .sign-post-back-image .image-mask:before {
  transition: 0.3s opacity;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 80%;
  background-image: linear-gradient(259deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  z-index: 3;
}
.page-block-sign-posts .sign-posts section a .sign-post-back-image .image-mask:after {
  transition: 0.3s opacity;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #D0112A;
  content: "";
  display: block;
  z-index: 3;
}
.page-block-sign-posts .sign-posts section a .sign-post-content {
  z-index: 10;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: left;
  display: block;
  padding: 0 0 0 96px;
  transition: 0.3s ease-in-out;
}
.page-block-sign-posts .sign-posts section a .sign-post-content h4 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 15px 0;
  max-width: 443px;
}
.page-block-sign-posts .sign-posts section a .sign-post-content .sign-post-text {
  display: block;
  font-size: 18px;
  line-height: 28px;
  max-width: 443px;
  color: #FFF;
}
.page-block-sign-posts .sign-posts section a .sign-post-content .sign-post-link {
  padding: 25px 25px 0 0;
  background: url(../images/learn-more-arrow.svg) no-repeat right 34px;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  bottom: -53px;
  left: auto;
  margin-top: -53px;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1024px) {
  .page-block-sign-posts .sign-posts section a:hover .sign-post-back-image .image-mask:before, .page-block-sign-posts .sign-posts section a:active .sign-post-back-image .image-mask:before, .page-block-sign-posts .sign-posts section a:focus .sign-post-back-image .image-mask:before {
    opacity: 0;
  }
  .page-block-sign-posts .sign-posts section a:hover .sign-post-back-image .image-mask:after, .page-block-sign-posts .sign-posts section a:active .sign-post-back-image .image-mask:after, .page-block-sign-posts .sign-posts section a:focus .sign-post-back-image .image-mask:after {
    opacity: 0.6;
  }
  .page-block-sign-posts .sign-posts section a:hover .sign-post-content, .page-block-sign-posts .sign-posts section a:active .sign-post-content, .page-block-sign-posts .sign-posts section a:focus .sign-post-content {
    padding-bottom: 53px !important;
  }
  .page-block-sign-posts .sign-posts section a:hover .sign-post-content .sign-post-link, .page-block-sign-posts .sign-posts section a:active .sign-post-content .sign-post-link, .page-block-sign-posts .sign-posts section a:focus .sign-post-content .sign-post-link {
    opacity: 1;
    bottom: 0px;
  }
}
.page-block-sign-posts .sign-posts section.link-1 a .sign-post-content {
  float: right;
  padding: 0 182px 0 0;
}
.page-block-sign-posts .sign-posts section.link-2 a .sign-post-back-image .image-mask {
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
  -ms-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-sign-posts .sign-posts section a .sign-post-content {
    padding: 0 20px 0 20px;
  }

  .page-block-sign-posts .sign-posts section.link-1 a .sign-post-content {
    float: none;
    padding: 0 96px 0 20px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-sign-posts .sign-posts section {
    width: auto;
    float: none;
  }
  .page-block-sign-posts .sign-posts section a {
    height: auto;
  }
  .page-block-sign-posts .sign-posts section a .sign-post-back-image .image-mask:before {
    width: 100%;
    background: rgba(0, 0, 0, 0.44);
  }
  .page-block-sign-posts .sign-posts section a .sign-post-content {
    padding: 82px 20px 93px 20px !important;
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .page-block-sign-posts .sign-posts section a .sign-post-content h4 {
    font-size: 32px;
    line-height: 40px;
  }
  .page-block-sign-posts .sign-posts section a .sign-post-content .sign-post-link {
    opacity: 1;
    position: relative;
    bottom: auto;
    margin: 0px;
  }
  .page-block-sign-posts .sign-posts section.link-2 a .sign-post-back-image .image-mask {
    clip-path: none;
    -ms-clip-path: none;
  }
}
.page-block-sign-posts-alt {
  background: #FCDA46;
  padding: 120px 0 50px 0;
}
.page-block-sign-posts-alt h3 {
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 45px 0;
}
.page-block-sign-posts-alt .graphic-a {
  background: url(../images/sign-posts-graphic-a.png) no-repeat;
  width: 176px;
  height: 174px;
  bottom: 57px;
  left: -66px;
  display: block;
  position: absolute;
}
.page-block-sign-posts-alt .graphic-b {
  background: url(../images/sign-posts-graphic-b.png) no-repeat;
  width: 198px;
  height: 206px;
  top: 52px;
  left: 50%;
  margin-left: -80px;
  display: block;
  position: absolute;
}
.page-block-sign-posts-alt .graphic-c {
  background: url(../images/sign-posts-graphic-c.png) no-repeat;
  width: 249px;
  height: 149px;
  bottom: -12px;
  right: -55px;
  display: block;
  position: absolute;
}
.page-block-sign-posts-alt .sign-posts {
  margin: 0 -16px 0 -16px;
  position: relative;
  z-index: 1;
}
.page-block-sign-posts-alt .sign-posts section {
  padding: 0 16px 66px 16px;
  float: left;
  width: 50%;
  position: relative;
}
.page-block-sign-posts-alt .sign-posts section a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-block-sign-posts-alt .sign-posts section a .sign-post-back-image {
  position: relative;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  height: 433px;
  height: 0px;
  padding-top: 71%;
  clip-path: polygon(0% 0, 100% 0, 94% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0, 100% 0, 94% 100%, 0% 100%);
}
.page-block-sign-posts-alt .sign-posts section a .sign-post-back-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-sign-posts-alt .sign-posts section a .sign-post-back-image:after {
  background: #D0112A;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.page-block-sign-posts-alt .sign-posts section a .sign-post-content {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: left;
  display: block;
  padding: 0 94px 0 74px;
  transition: 0.3s ease-in-out;
}
.page-block-sign-posts-alt .sign-posts section a .sign-post-content h4 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 15px 0;
}
.page-block-sign-posts-alt .sign-posts section a .sign-post-content .sign-post-text {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
}
.page-block-sign-posts-alt .sign-posts section a .sign-post-content .sign-post-link {
  padding: 25px 25px 0 0;
  background: url(../images/learn-more-arrow.svg) no-repeat right 34px;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  bottom: -53px;
  left: auto;
  margin-top: -53px;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1024px) {
  .page-block-sign-posts-alt .sign-posts section a:hover .sign-post-back-image:before, .page-block-sign-posts-alt .sign-posts section a:active .sign-post-back-image:before, .page-block-sign-posts-alt .sign-posts section a:focus .sign-post-back-image:before {
    opacity: 0;
  }
  .page-block-sign-posts-alt .sign-posts section a:hover .sign-post-back-image:after, .page-block-sign-posts-alt .sign-posts section a:active .sign-post-back-image:after, .page-block-sign-posts-alt .sign-posts section a:focus .sign-post-back-image:after {
    opacity: 0.6;
  }
  .page-block-sign-posts-alt .sign-posts section a:hover .sign-post-content, .page-block-sign-posts-alt .sign-posts section a:active .sign-post-content, .page-block-sign-posts-alt .sign-posts section a:focus .sign-post-content {
    padding-bottom: 53px !important;
  }
  .page-block-sign-posts-alt .sign-posts section a:hover .sign-post-content .sign-post-link, .page-block-sign-posts-alt .sign-posts section a:active .sign-post-content .sign-post-link, .page-block-sign-posts-alt .sign-posts section a:focus .sign-post-content .sign-post-link {
    opacity: 1;
    bottom: 0px;
  }
}
.page-block-sign-posts-alt .sign-posts section.sign-post-card-alt {
  padding-top: 66px;
}
.page-block-sign-posts-alt .sign-posts section.sign-post-card-alt a .sign-post-back-image {
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}
.page-block-sign-posts-alt .sign-posts section.sign-post-card-alt a .sign-post-content {
  padding: 0 74px 0 94px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-sign-posts-alt .sign-posts section a .sign-post-content {
    padding: 0 52px 0 32px;
  }

  .page-block-sign-posts-alt .sign-posts section.sign-post-card-alt a .sign-post-content {
    padding: 0 32px 0 52px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-sign-posts-alt {
    padding: 42px 0 0 0;
  }
  .page-block-sign-posts-alt h3 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .page-block-sign-posts-alt .graphic-a,
.page-block-sign-posts-alt .graphic-b,
.page-block-sign-posts-alt .graphic-c {
    display: none;
  }
  .page-block-sign-posts-alt .sign-posts {
    margin: 0 -20px;
  }
  .page-block-sign-posts-alt .sign-posts section {
    float: none;
    width: auto;
    padding: 0px !important;
  }
  .page-block-sign-posts-alt .sign-posts section a {
    padding: 98px 0 77px 0;
  }
  .page-block-sign-posts-alt .sign-posts section a .sign-post-back-image {
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    clip-path: none !important;
    -ms-clip-path: none !important;
  }
  .page-block-sign-posts-alt .sign-posts section a .sign-post-back-image:before {
    background: rgba(0, 0, 0, 0.44);
  }
  .page-block-sign-posts-alt .sign-posts section a .sign-post-content {
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 0 20px !important;
  }
  .page-block-sign-posts-alt .sign-posts section a .sign-post-content h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 15px 0;
  }
  .page-block-sign-posts-alt .sign-posts section a .sign-post-content .sign-post-text {
    margin: 0 0 25px 0;
  }
  .page-block-sign-posts-alt .sign-posts section a .sign-post-content .sign-post-link {
    opacity: 1;
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
  }
}
.page-block-call-to-action .call-to-action {
  position: relative;
}
.page-block-call-to-action .call-to-action article {
  text-align: center;
  padding: 0 216px;
}
.page-block-call-to-action .call-to-action article h3 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 15px 0;
}
.page-block-call-to-action .call-to-action article .buttons {
  padding: 6px 0 0 0;
  margin-bottom: -8px;
}
.page-block-call-to-action .call-to-action article .buttons .button {
  margin: 0 8px 8px 0;
}
.page-block-call-to-action.background-red .call-to-action, .page-block-call-to-action.background-yellow .call-to-action {
  background: #FCDA46;
}
.page-block-call-to-action.background-red .call-to-action article, .page-block-call-to-action.background-yellow .call-to-action article {
  padding: 64px 216px;
}
.page-block-call-to-action.background-red .call-to-action article h3, .page-block-call-to-action.background-yellow .call-to-action article h3 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 13px 0;
  color: #000;
}
.page-block-call-to-action.background-red .call-to-action article p, .page-block-call-to-action.background-yellow .call-to-action article p {
  color: #000;
}
.page-block-call-to-action.background-red .call-to-action article .buttons, .page-block-call-to-action.background-yellow .call-to-action article .buttons {
  padding: 0px;
}
.page-block-call-to-action.background-yellow .call-to-action .graphic-a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 74px;
  height: 87px;
  display: block;
  background: url(../images/yellow-cta-graphic-a.png) no-repeat left top;
}
.page-block-call-to-action.background-yellow .call-to-action .graphic-b {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 94px;
  height: 86px;
  display: block;
  background: url(../images/yellow-cta-graphic-b.png) no-repeat right bottom;
}
.page-block-call-to-action.background-red .call-to-action {
  background: #D0112A;
}
.page-block-call-to-action.background-red .call-to-action .graphic-a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 74px;
  height: 87px;
  display: block;
  background: url(../images/red-cta-graphic-a.png) no-repeat left top;
}
.page-block-call-to-action.background-red .call-to-action .graphic-b {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 94px;
  height: 86px;
  display: block;
  background: url(../images/red-cta-graphic-b.png) no-repeat right bottom;
}
.page-block-call-to-action.background-red .call-to-action article h3 {
  color: #FFF;
}
.page-block-call-to-action.background-red .call-to-action article p {
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-call-to-action .call-to-action article {
    padding: 0 100px;
  }
  .page-block-call-to-action.page-block-call-to-action.background-red .call-to-action article, .page-block-call-to-action.page-block-call-to-action.background-yellow .call-to-action article {
    padding: 64px 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-call-to-action .container {
    margin: 0px;
  }
  .page-block-call-to-action .call-to-action article {
    padding: 0 20px;
  }
  .page-block-call-to-action .call-to-action article h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 12px 0;
  }
  .page-block-call-to-action .call-to-action article p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0;
  }
  .page-block-call-to-action .call-to-action article .buttons {
    padding: 6px 0 0 0;
    margin-bottom: -16px;
  }
  .page-block-call-to-action .call-to-action article .buttons .button {
    margin-bottom: 16px;
  }
  .page-block-call-to-action.page-block-call-to-action.background-red .call-to-action .graphic-a {
    width: 51px;
    height: 59px;
    background-image: url(../images/mobile-red-cta-graphic-a.png);
  }
  .page-block-call-to-action.page-block-call-to-action.background-red .call-to-action .graphic-b {
    width: 49px;
    height: 60px;
    background-image: url(../images/mobile-red-cta-graphic-b.png);
  }
  .page-block-call-to-action.page-block-call-to-action.background-yellow .call-to-action .graphic-a {
    width: 51px;
    height: 77px;
    background-image: url(../images/mobile-yellow-cta-graphic-a.png);
  }
  .page-block-call-to-action.page-block-call-to-action.background-yellow .call-to-action .graphic-b {
    width: 48px;
    height: 60px;
    background-image: url(../images/mobile-yellow-cta-graphic-b.png);
  }
  .page-block-call-to-action.page-block-call-to-action.background-red .call-to-action article, .page-block-call-to-action.page-block-call-to-action.background-yellow .call-to-action article {
    padding: 64px 20px;
  }
  .page-block-call-to-action.page-block-call-to-action.background-red .call-to-action article h3, .page-block-call-to-action.page-block-call-to-action.background-yellow .call-to-action article h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 12px 0;
  }
}
.subscribe-form {
  padding: 0 26px 0 0;
  position: relative;
}
.subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  height: 60px;
  border-radius: 0px;
  width: 100%;
  background: #FFF;
  border: none;
  padding: 18px 128px 18px 22px;
  font-size: 16px;
  line-height: 24px;
}
.subscribe-form .submit-wrapper {
  z-index: 1;
  position: absolute;
  top: 4px;
  right: 0px;
}
.subscribe-form .submit-wrapper .button {
  display: block;
}
.subscribe-form.submitting .submit-wrapper:before {
  position: absolute;
  top: 0px;
  left: -56px;
  width: 48px;
  height: 100%;
  content: "";
  display: block;
  z-index: 100;
  background: url(../images/ajax-loader.gif) no-repeat center center;
}

.page-block-subscribe-newsletter .call-to-action article p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 28px 0;
}
.page-block-subscribe-newsletter .call-to-action article .subscribe-form {
  max-width: 395px;
  margin: 6px auto 0 auto;
}
.page-block-subscribe-newsletter .call-to-action article .subscribe-form .button {
  margin: 0px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-subscribe-newsletter .call-to-action article p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 28px 0;
  }

  .subscribe-form {
    max-width: 395px;
    margin: 6px auto 0 auto;
  }
  .subscribe-form .button {
    margin: 0px;
  }
  .subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 56px;
    line-height: 20px;
  }
}
.page-block-link-cards {
  padding: 96px 0;
}
.page-block-link-cards header {
  margin: 0 0 35px 0;
  position: relative;
}
.page-block-link-cards header h2 {
  font-size: 48px;
  line-height: 54px;
  text-align: center;
}
.page-block-link-cards header .button {
  position: absolute;
  top: 0px;
  right: 0px;
}
.page-block-link-cards.page-block-link-cards-has-button header h2 {
  text-align: left;
}
.page-block-link-cards.page-block-link-cards-remove-top-spacing {
  padding-top: 0px;
}
.page-block-link-cards.page-block-link-cards-remove-top-spacing .graphic-a {
  display: none !important;
}
.page-block-link-cards.page-block-link-cards-remove-bottom-spacing {
  padding-bottom: 0px;
}
.page-block-link-cards.page-block-link-cards-remove-bottom-spacing .graphic-b {
  display: none !important;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-link-cards {
    padding: 48px 0;
  }
}
.link-cards {
  margin: 0 22px;
}
.link-cards section {
  padding: 0 6px 12px 6px;
  float: left;
}
.link-cards.link-cards-count-1 section {
  width: 33.33%;
}
.link-cards.link-cards-count-1 section .link-card {
  padding-top: 87%;
}
.link-cards.link-cards-count-2 section {
  width: 50%;
}
.link-cards.link-cards-count-2 section .link-card {
  padding-top: 59%;
}
.link-cards.link-cards-count-3 section {
  width: 33.33%;
}
.link-cards.link-cards-count-3 section .link-card {
  padding-top: 87%;
}
.link-cards.link-cards-count-4 section {
  width: 25%;
}
.link-cards.link-cards-count-4 section .link-card {
  padding-top: 106%;
}
.link-cards.link-cards-count-5 section {
  width: 20%;
}
.link-cards.link-cards-count-5 section .link-card {
  padding-top: 134%;
}

.page-block-link-cards .link-cards-wrapper {
  position: relative;
}
.page-block-link-cards .link-cards-wrapper .graphic-a {
  width: 172px;
  height: 153px;
  background: url(../images/link-cards-slider-graphic-a.png) no-repeat;
  position: absolute;
  top: -17px;
  left: -32px;
  display: block;
}
.page-block-link-cards .link-cards-wrapper .graphic-b {
  width: 116px;
  height: 137px;
  background: url(../images/link-cards-slider-graphic-b.png) no-repeat;
  position: absolute;
  right: -19px;
  bottom: -46px;
  display: block;
}
.page-block-link-cards .link-cards-wrapper .link-cards {
  z-index: 1;
}

@media all and (min-width: 1024px) {
  .page-block-link-cards-has-slider.page-block-link-cards-has-button header {
    padding: 0 200px 0 0;
  }
  .page-block-link-cards-has-slider.page-block-link-cards-has-button .button {
    right: 134px;
  }
  .page-block-link-cards-has-slider.page-block-link-cards-has-button.page-block-link-cards-count-4 .button, .page-block-link-cards-has-slider.page-block-link-cards-has-button.page-block-link-cards-count-2 .button, .page-block-link-cards-has-slider.page-block-link-cards-has-button.page-block-link-cards-count-3 .button, .page-block-link-cards-has-slider.page-block-link-cards-has-button.page-block-link-cards-count-1 .button {
    right: 0px;
  }
  .page-block-link-cards-has-slider .button.slick-prev {
    display: block;
    position: absolute;
    top: -89px;
    right: 46px;
    padding: 8px 18px;
  }
  .page-block-link-cards-has-slider .button.slick-prev svg {
    margin: 0px;
  }
  .page-block-link-cards-has-slider .button.slick-next {
    display: block;
    position: absolute;
    top: -89px;
    right: -20px;
    padding: 8px 18px;
  }
  .page-block-link-cards-has-slider .button.slick-next svg {
    margin: 0px;
  }
  .page-block-link-cards-has-slider .slick-dots {
    display: none !important;
  }
}
.link-card {
  display: block;
  position: relative;
  display: block;
  height: 0px;
  padding-top: 136%;
  transform: skew(-9deg);
  overflow: hidden;
}
.link-card .link-card-image {
  position: absolute;
  top: 0px;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transform: skew(9deg);
  width: 130%;
  height: 100%;
  left: -15%;
}
.link-card .link-card-image:before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 100%);
  height: 60%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
}
.link-card .link-card-image:after {
  background: #D0112A;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1024px) {
  .link-card:hover .link-card-image:before, .link-card:active .link-card-image:before, .link-card:focus .link-card-image:before {
    opacity: 0;
  }
  .link-card:hover .link-card-image:after, .link-card:active .link-card-image:after, .link-card:focus .link-card-image:after {
    opacity: 0.6;
  }
}
.link-card .link-card-heading {
  transform: skew(9deg);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0 20px 36px 20px;
  font-size: 40px;
  line-height: 36px;
  color: #FFF;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .link-card .link-card-heading {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 26px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .link-card .link-card-image:before {
    background: rgba(0, 0, 0, 0.39);
    height: 100%;
  }
  .link-card .link-card-heading {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 26px;
  }

  .page-block-link-cards header {
    margin: 0 0 28px 0;
  }
  .page-block-link-cards header h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .page-block-link-cards-no-slider .link-cards.link-cards-count-5 section {
    width: 33.33%;
  }
  .page-block-link-cards-no-slider .link-cards.link-cards-count-5 section .link-card {
    padding-top: 87%;
  }
  .page-block-link-cards-no-slider .link-cards.link-cards-count-5 section:nth-child(4n), .page-block-link-cards-no-slider .link-cards.link-cards-count-5 section:nth-child(5n) {
    width: 50%;
  }
  .page-block-link-cards-no-slider .link-cards.link-cards-count-5 section:nth-child(4n) .link-card, .page-block-link-cards-no-slider .link-cards.link-cards-count-5 section:nth-child(5n) .link-card {
    padding-top: 59%;
  }
  .page-block-link-cards-no-slider .link-cards.link-cards-count-4 section {
    width: 50%;
  }
  .page-block-link-cards-no-slider .link-cards.link-cards-count-4 section .link-card {
    padding-top: 59%;
  }
  .page-block-link-cards-no-slider .link-cards section .link-card:before {
    width: 40px;
    height: 40px;
    background: url(../images/link-card-arrow.svg) no-repeat center center rgba(255, 255, 255, 0.14);
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    display: block;
    z-index: 5;
  }

  .page-block-link-cards-has-slider .link-cards {
    margin: 0 4.5%;
  }
  .page-block-link-cards-has-slider .link-cards section {
    padding-bottom: 32px !important;
  }
  .page-block-link-cards-has-slider .link-cards .slick-prev {
    left: -20px;
  }
  .page-block-link-cards-has-slider .link-cards .slick-next {
    right: -20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-link-cards header {
    margin: 0 0 28px 0;
    padding: 0px;
    position: static;
  }
  .page-block-link-cards header h2 {
    text-align: center !important;
  }
  .page-block-link-cards.page-block-link-cards-has-slider .link-cards-wrapper .graphic-a {
    width: 85px;
    height: 76px;
    background-size: 100% auto;
    top: -16px;
    left: 0px;
  }
  .page-block-link-cards.page-block-link-cards-has-slider .link-cards-wrapper .graphic-b {
    display: none;
  }
  .page-block-link-cards.page-block-link-cards-has-button .container {
    padding-bottom: 80px;
  }
  .page-block-link-cards.page-block-link-cards-has-button .container .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
  }

  .page-block-link-cards-no-slider .link-cards.link-cards-count-5, .page-block-link-cards-no-slider .link-cards.link-cards-count-4, .page-block-link-cards-no-slider .link-cards.link-cards-count-3, .page-block-link-cards-no-slider .link-cards.link-cards-count-2, .page-block-link-cards-no-slider .link-cards.link-cards-count-1 {
    margin: 0 4.2%;
  }
  .page-block-link-cards-no-slider .link-cards.link-cards-count-5 section, .page-block-link-cards-no-slider .link-cards.link-cards-count-4 section, .page-block-link-cards-no-slider .link-cards.link-cards-count-3 section, .page-block-link-cards-no-slider .link-cards.link-cards-count-2 section, .page-block-link-cards-no-slider .link-cards.link-cards-count-1 section {
    width: 100% !important;
    float: none;
    padding: 0 0 20px 0 !important;
  }
  .page-block-link-cards-no-slider .link-cards.link-cards-count-5 section .link-card, .page-block-link-cards-no-slider .link-cards.link-cards-count-4 section .link-card, .page-block-link-cards-no-slider .link-cards.link-cards-count-3 section .link-card, .page-block-link-cards-no-slider .link-cards.link-cards-count-2 section .link-card, .page-block-link-cards-no-slider .link-cards.link-cards-count-1 section .link-card {
    padding-top: 57% !important;
    height: 0 !important;
  }
}
.page-block-statistic-callout .container .statistic-callout {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.page-block-statistic-callout .container .statistic-callout h3 {
  width: 50%;
  font-size: 48px;
  line-height: 48px;
}
.page-block-statistic-callout .container .statistic-callout h3 span {
  color: #D0112A;
}
.page-block-statistic-callout .container .statistic-callout .image-holder {
  width: 50%;
  padding: 64px 64px 0 0;
}
.page-block-statistic-callout .container .statistic-callout .image-holder img {
  float: right;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-statistic-callout .container {
    margin: 0 20px;
  }
  .page-block-statistic-callout .container .statistic-callout h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-statistic-callout .container {
    margin: 0 20px;
  }
  .page-block-statistic-callout .container .statistic-callout {
    padding: 55px 0;
    text-align: center;
    display: block;
  }
  .page-block-statistic-callout .container .statistic-callout .image-holder {
    width: auto;
    padding: 0 0 25px 0;
    display: block;
  }
  .page-block-statistic-callout .container .statistic-callout .image-holder img {
    margin: 0 auto;
    max-width: 168px;
    float: none;
  }
  .page-block-statistic-callout .container .statistic-callout h3 {
    width: auto;
    font-size: 32px;
    line-height: 40px;
  }
}
@media all and (min-width: 1024px) {
  .page-block-in-content-quote .container .page-block-quote .container {
    width: auto !important;
    padding: 65px 312px 70px 74px;
  }
  .page-block-in-content-quote .container .page-block-quote .container .quote-graphic {
    width: 240px;
    right: 47px;
  }
  .page-block-in-content-quote .container .page-block-quote .graphic-a {
    background-size: 60px auto;
  }
  .page-block-in-content-quote .container .page-block-quote .graphic-b {
    background-size: auto 60px;
    background-position: right bottom;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-in-content-quote .container {
    margin: 0px;
  }
  .page-block-in-content-quote .container .container {
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-in-content-quote .container {
    margin: 0px;
  }
  .page-block-in-content-quote .container .container {
    margin: 0 16px;
  }
}
.page-block-quote {
  background: #FCDA46;
  position: relative;
}
.page-block-quote .graphic-a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 79px;
  height: 122px;
  background: url(../images/quote-graphic-a.png) no-repeat;
}
.page-block-quote .graphic-b {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 120px;
  background: url(../images/quote-graphic-b.png) no-repeat;
}
.page-block-quote .container {
  padding: 72px 500px 78px 108px;
}
@media all and (min-width: 1024px) {
  .page-block-quote .container .quote-graphic {
    position: absolute;
    right: 109px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.page-block-quote .container blockquote {
  padding: 0px;
  position: relative;
  z-index: 10;
}
.page-block-quote .container blockquote:before {
  display: none;
}
.page-block-quote .container blockquote p {
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  color: #000;
  margin: 0 0 18px 0;
}
.page-block-quote .container blockquote cite {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: bold;
  font-style: normal;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-quote .graphic-a,
.page-block-quote .graphic-b {
    display: none;
  }
  .page-block-quote .container {
    padding: 81px 0 74px 0;
  }
  .page-block-quote .container .quote-graphic {
    width: 105px;
    margin: 0 0 24px 0;
  }
  .page-block-quote .container blockquote p {
    line-height: 32px;
    margin: 0 0 21px 0;
  }
}
.page-block-process .container {
  text-align: center;
  padding: 0 48px;
}
.page-block-process .container header {
  margin: 0 0 53px 0;
}
.page-block-process .container .caption {
  font-size: 18px;
  line-height: 28px;
  padding: 5px 12px;
  background: #FCDA46;
  display: inline-block;
  margin: 0 auto 23px auto;
}
.page-block-process .container h2 {
  font-size: 48px;
  line-height: 54px;
}
.page-block-process .container p {
  padding: 14px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  max-width: 645px;
  margin: 0 auto;
}
.page-block-process .container .steps {
  margin: 0 -48px;
}
.page-block-process .container .steps section {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 48px;
}
.page-block-process .container .steps section img {
  margin: 0 auto 23px auto;
  height: 60px;
}
.page-block-process .container .steps section p {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #000;
  padding: 0px;
}
.page-block-process .container .steps section .button {
  margin: 42px auto 0 auto;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-process .container {
    padding: 0px;
  }
  .page-block-process .container .steps {
    margin: 0 -24px;
  }
  .page-block-process .container .steps section {
    padding: 0 24px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-process .container {
    text-align: left;
  }
  .page-block-process .container header {
    margin: 0 0 16px 0;
  }
  .page-block-process .container header .caption {
    font-size: 14px;
    padding: 1px 11px;
    margin: 0 0 16px 0;
  }
  .page-block-process .container header h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .page-block-process .container header p {
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-process .container .steps {
    margin: 0px;
  }
  .page-block-process .container .steps section {
    display: block;
    width: auto;
    padding: 0 0 28px 0;
  }
  .page-block-process .container .steps section img {
    height: 34px;
    margin: 0 auto 14px auto;
  }
  .page-block-process .container .steps section p {
    max-width: none;
    font-size: 20px;
    line-height: 29px;
  }
  .page-block-process .container .steps section p br {
    display: none;
  }
  .page-block-process .container .steps section .button {
    margin: 16px auto 0 auto;
  }
}
.page-block-magazine-ad {
  background: #EE7D21;
  padding: 80px 0;
}
.page-block-magazine-ad .magazine-ad {
  display: flex;
  align-items: center;
}
.page-block-magazine-ad .magazine-ad .image-holder {
  position: relative;
  width: 38%;
}
.page-block-magazine-ad .magazine-ad .image-holder .graphic-a {
  position: absolute;
  top: -42px;
  left: -28px;
  width: 114px;
  height: 134px;
  background: url(../images/wfl-graphic-a.png) no-repeat;
  display: block;
}
.page-block-magazine-ad .magazine-ad .image-holder .graphic-b {
  position: absolute;
  bottom: -36px;
  right: -29px;
  width: 230px;
  height: 122px;
  background: url(../images/wfl-graphic-b.png) no-repeat;
  display: block;
}
.page-block-magazine-ad .magazine-ad .image-holder img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.page-block-magazine-ad .magazine-ad article {
  width: 62%;
  padding: 0 108px 0 124px;
}
.page-block-magazine-ad .magazine-ad article h3 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 23px 0;
}
.page-block-magazine-ad .magazine-ad article p {
  color: #000;
  margin: 0 0 40px 0;
}
.page-block-magazine-ad .magazine-ad article .buttons a {
  vertical-align: middle;
  display: inline-block;
}
.page-block-magazine-ad .magazine-ad article .buttons .button {
  margin: 0 28px 0 0;
}
.page-block-magazine-ad .magazine-ad article .buttons .manage-subscription-link {
  vertical-align: middle;
  font-size: 12px;
  line-height: 36px;
  text-decoration: underline;
  color: #000;
}
.page-block-magazine-ad .magazine-ad article .buttons .manage-subscription-link:hover, .page-block-magazine-ad .magazine-ad article .buttons .manage-subscription-link:active, .page-block-magazine-ad .magazine-ad article .buttons .manage-subscription-link:focus {
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-magazine-ad .magazine-ad article {
    padding: 0 0 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-magazine-ad {
    padding: 77px 0 62px 0;
  }
  .page-block-magazine-ad .magazine-ad {
    display: block;
    text-align: center;
  }
  .page-block-magazine-ad .magazine-ad .image-holder {
    width: auto;
    max-width: 226px;
    margin: 0 auto;
  }
  .page-block-magazine-ad .magazine-ad .image-holder .graphic-a {
    width: 67px;
    background-size: 67px auto;
    top: -32px;
    left: -24px;
  }
  .page-block-magazine-ad .magazine-ad .image-holder .graphic-b {
    width: 120px;
    background-size: 120px auto;
    height: 64px;
    right: -26px;
    bottom: -15px;
  }
  .page-block-magazine-ad .magazine-ad article {
    width: auto;
    padding: 32px 0 0 0;
  }
  .page-block-magazine-ad .magazine-ad article h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 18px 0;
  }
  .page-block-magazine-ad .magazine-ad article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 480px) and (min-width: 0px) {
  .page-block-magazine-ad .magazine-ad article .buttons .button {
    margin: 0 auto 14px auto;
  }

  .page-block-magazine-ad .magazine-ad article .buttons .manage-subscription-link {
    clear: both;
    margin: 0 auto 0 auto;
    display: block;
  }
}
.page-block-download-report {
  background: #EE7D21;
  padding: 70px 0;
}
.page-block-download-report .download-report {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.page-block-download-report .download-report .image-holder {
  position: relative;
  text-align: center;
  width: 45%;
}
.page-block-download-report .download-report .image-holder .image-holder-image {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.page-block-download-report .download-report .image-holder .image-holder-image .graphic-a {
  position: absolute;
  top: -29px;
  left: -25px;
  width: 90px;
  height: 106px;
  background: url(../images/download-report-graphic-a.png) no-repeat;
  display: block;
}
.page-block-download-report .download-report .image-holder .image-holder-image .graphic-b {
  position: absolute;
  bottom: -24px;
  right: -39px;
  width: 162px;
  height: 86px;
  background: url(../images/download-report-graphic-b.png) no-repeat;
  display: block;
}
.page-block-download-report .download-report .image-holder .image-holder-image img {
  position: relative;
  z-index: 1;
}
.page-block-download-report .download-report article {
  width: 65%;
  padding: 0 24px 0 106px;
}
.page-block-download-report .download-report article h3 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 23px 0;
}
.page-block-download-report .download-report article p {
  color: #000;
  margin: 0 0 40px 0;
}
.page-block-download-report .download-report article .buttons .button svg {
  margin: 0 8px 0 0;
  top: 3px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-download-report .download-report article {
    padding: 0 32px 0 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-download-report .download-report {
    display: block;
  }
  .page-block-download-report .download-report .image-holder {
    width: auto;
  }
  .page-block-download-report .download-report .image-holder .image-holder-image .graphic-a {
    width: 67px;
    background-size: 67px auto;
    top: -32px;
    left: -24px;
  }
  .page-block-download-report .download-report .image-holder .image-holder-image .graphic-b {
    width: 120px;
    background-size: 120px auto;
    height: 64px;
    right: -26px;
    bottom: -15px;
  }
  .page-block-download-report .download-report article {
    width: auto;
    text-align: center;
    padding: 32px 0 0 0;
  }
  .page-block-download-report .download-report article h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 18px 0;
  }
  .page-block-download-report .download-report article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
}
.page-block-intro .intro-text h2,
.page-block-intro .intro-text h3,
.page-block-intro .intro-text h4,
.page-block-intro .intro-text h5 {
  font-size: 32px;
  line-height: 44px;
  margin: 0px;
  padding: 0px;
}
.page-block-intro .intro-text p {
  padding: 19px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}
.page-block-intro .intro-text.intro-text-centre {
  padding: 0 198px;
  text-align: center;
}
.page-block-intro .intro-text.intro-text-left {
  max-width: 854px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-intro .intro-text.intro-text-centre {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-intro .intro-text h2,
.page-block-intro .intro-text h3,
.page-block-intro .intro-text h4,
.page-block-intro .intro-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .page-block-intro .intro-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-intro .intro-text.intro-text-centre {
    padding: 0px;
  }
  .page-block-intro .intro-text.intro-text-left {
    max-width: none;
  }
}
.page-block-stats-bar {
  background: #FCDA46;
  padding: 96px 0;
}
.page-block-stats-bar .graphic-a {
  width: 87px;
  height: 91px;
  background: url(../images/stats-graphic-a.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.page-block-stats-bar .graphic-b {
  width: 79px;
  height: 92px;
  background: url(../images/stats-graphic-b.png) no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
}
.page-block-stats-bar .stats {
  position: relative;
  z-index: 1;
  margin: 0 -16px -32px -16px;
}
.page-block-stats-bar .stats section {
  float: left;
  padding: 0 16px 32px 16px;
  width: 25%;
}
.page-block-stats-bar .stats section .stat-inner {
  display: flex;
  align-items: center;
}
.page-block-stats-bar .stats section .stat-inner .stat-number {
  font-size: 80px;
  line-height: 60px;
  color: #FCDA46;
  padding: 0 25px 0 0;
  font-weight: bold;
}
@supports (-webkit-text-stroke: 1px black) {
  .page-block-stats-bar .stats section .stat-inner .stat-number {
    -webkit-text-stroke: 1px #EE7D21;
    -webkit-text-fill-color: #FCDA46;
  }
}
.page-block-stats-bar .stats section .stat-inner .stat-label {
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: bold;
  max-width: 212px;
}
.page-block-stats-bar .stats.stats-count-2 {
  padding: 0 136px;
}
.page-block-stats-bar .stats.stats-count-2 section {
  width: 50%;
}
.page-block-stats-bar .stats.stats-count-3 section {
  width: 33.33%;
}

.page-block-stats-bar .stats section {
  text-align: center;
}
.page-block-stats-bar .stats section .stat-inner {
  display: block;
}
.page-block-stats-bar .stats section .stat-inner .stat-number {
  padding: 0 0 16px 0;
  display: block;
}
.page-block-stats-bar .stats section .stat-inner .stat-label {
  display: block;
  max-width: none;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-stats-bar .stats section {
    text-align: center;
  }
  .page-block-stats-bar .stats section .stat-inner {
    display: block;
  }
  .page-block-stats-bar .stats section .stat-inner .stat-number {
    font-size: 60px;
    margin: 0px;
    display: block;
    padding: 0px;
  }
  .page-block-stats-bar .stats section .stat-inner .stat-label {
    max-width: none;
    font-size: 20px;
    line-height: 29px;
    display: block;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-stats-bar {
    padding: 40px 0 20px;
  }
  .page-block-stats-bar .graphic-a {
    left: auto;
    right: 0px;
    background: url(../images/mobile-stats-graphic-a.png) no-repeat right top;
  }
  .page-block-stats-bar .graphic-b {
    display: none;
  }
  .page-block-stats-bar .stats {
    margin: 0px;
    padding: 0px !important;
  }
  .page-block-stats-bar .stats section {
    padding: 0 0 26px 0;
    float: none !important;
    width: auto !important;
  }
}
.more-videos {
  background: #EEE;
  padding: 46px 220px 40px 220px;
  text-align: center;
  margin: 64px 0 32px 0;
}
.more-videos h4 {
  font-size: 32px;
  line-height: 28px;
  margin: 0 0 14px 0;
}
.more-videos p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.more-videos p a {
  color: #000000;
  text-decoration: underline;
}
.more-videos p a:hover, .more-videos p a:active, .more-videos p a:focus {
  color: #D0112A;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .more-videos {
    padding: 36px 20px 36px 20px;
  }
  .more-videos h4 {
    font-size: 24px;
  }
  .more-videos p {
    font-size: 16px;
    line-height: 26px;
  }
}
.video-grid {
  margin: 0 -16px;
}
.video-grid section {
  float: left;
  width: 50%;
  padding: 0 16px 32px 16px;
}
.video-grid section:nth-child(2n+1) {
  clear: left;
}

.video-card a {
  display: block;
  overflow: hidden;
  margin: 0 0 36px 0;
  position: relative;
}
.video-card a .video-image {
  position: relative;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  height: 303px;
  height: 0px;
  padding-top: 50%;
  clip-path: polygon(0% 0, 100% 0, 94% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0, 100% 0, 94% 100%, 0% 100%);
}
.video-card a .button {
  position: absolute;
  bottom: 20px;
  right: 45px;
  background: rgba(0, 0, 0, 0.2);
}
.video-card a .button:before {
  background: #FFF;
}
.video-card a .button svg {
  margin: 0 8px 0 0;
  top: 1px;
}
.video-card a:hover .button {
  color: #D0112A;
}
.video-card a:hover .button:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.video-card a:active .button, .video-card a:focus .button {
  background: #FFF;
  color: #D0112A;
}
.video-card h4 {
  font-size: 32px;
  line-height: 44px;
}
.video-card p {
  padding: 14px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .video-card a .video-image {
    height: 0px;
    padding-top: 67%;
  }
  .video-card a .button {
    bottom: 0px;
    right: 16px;
  }
  .video-card h4 {
    font-size: 28px;
    line-height: 40px;
  }
  .video-card p {
    padding: 12px 0 0 0;
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .video-grid {
    margin: 0px;
  }
  .video-grid section {
    float: none;
    width: auto;
    padding: 0 0 70px 0;
  }

  .video-card a {
    margin: 0 0 24px -20px;
  }
}
.page-block-accordion {
  padding: 64px 0;
}
.page-block-accordion header {
  padding: 0 200px 0 0;
  position: relative;
}
.page-block-accordion header h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 26px 0;
}
.page-block-accordion header .button {
  position: absolute;
  top: 2px;
  right: 0px;
}
.page-block-accordion.page-block-accordion-columns-1 .container {
  padding: 0 214px;
}
.page-block-accordion.page-block-accordion-columns-1 header h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 19px 0;
}
.page-block-accordion .accordion-columns {
  margin: 0 -16px;
}
.page-block-accordion .accordion-columns .accordion-column {
  float: left;
  width: 50%;
  padding: 0 16px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-accordion {
    padding: 48px 0;
  }
}
.accordion section {
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}
.accordion section header {
  border-top: 1px solid #EFEFEF;
  position: relative;
  margin-top: -1px;
}
.accordion section header h4 {
  padding: 15px 60px 15px 0;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  display: block;
  cursor: pointer;
  z-index: 1;
}
.accordion section header .open-accordion-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.accordion section header:focus-within h4 {
  color: #D0112A;
}
.accordion section header:hover h4 {
  color: #D0112A;
}
.accordion section header:before {
  width: 32px;
  height: 32px;
  background: url(../images/accordion-plus.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -16px 0 0 0;
  content: "";
  display: block;
}
.accordion section.active {
  z-index: 1;
  border-bottom: 1px solid #D0112A;
}
.accordion section.active header {
  border-top: 1px solid #D0112A;
}
.accordion section.active header:before {
  background-image: url(../images/accordion-minus.svg);
}
.accordion section.active header h4 {
  color: #D0112A;
}
.accordion section article {
  display: none;
  padding: 0 0 1px 0;
}
.accordion section article p,
.accordion section article ul li {
  font-size: 16px;
  line-height: 28px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-accordion.page-block-accordion-columns-1 .container {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-accordion.page-block-accordion-has-button .container {
    padding: 0 0 64px 0;
  }
  .page-block-accordion.page-block-accordion-has-button .container .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: auto;
    right: auto;
  }
  .page-block-accordion header {
    position: static;
    padding: 0px;
  }
  .page-block-accordion header h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 22px 0;
  }
  .page-block-accordion .accordion-columns .accordion-column {
    float: none;
    width: auto;
  }

  .page-block-accordion.page-block-accordion-columns-1 .container {
    padding: 0;
  }

  .accordion section header h4 {
    font-size: 18px;
    line-height: 32px;
    padding: 14px 60px 12px 0;
  }
  .accordion section header:before {
    right: 8px;
  }
}
.page-block-related-content {
  position: relative;
  padding: 83px 0 30px 0;
}
.page-block-related-content:before {
  height: 369px;
  content: "";
  display: block;
  background: #FCDA46;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.page-block-related-content .container {
  z-index: 1;
}
.page-block-related-content h3 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 40px 0;
}
.page-block-related-content .back-link {
  position: absolute;
  bottom: 8px;
  bottom: 74px;
  left: 0px;
  padding: 0 0 0 18px;
  font-weight: bold;
  color: #41414A;
  font-size: 14px;
  line-height: 22px;
  display: block;
  background: url(../images/back-link-red.svg) no-repeat left 6px;
}
.page-block-related-content .back-link:hover, .page-block-related-content .back-link:active, .page-block-related-content .back-link:focus {
  color: #D0112A;
}
.page-block-related-content .related-content-cards {
  margin: 0 -16px 0 -16px;
}
.page-block-related-content .related-content-cards section {
  padding: 0 16px 66px 16px;
  float: left;
  width: 50%;
  position: relative;
}
.page-block-related-content .related-content-cards section .graphic-a {
  width: 248px;
  height: 220px;
  background: url(../images/related-content-graphic-a.png) no-repeat;
  bottom: -16px;
  right: -40px;
  display: block;
  position: absolute;
}
.page-block-related-content .related-content-cards section .graphic-b {
  width: 197px;
  height: 206px;
  background: url(../images/related-content-graphic-b.png) no-repeat;
  top: -20px;
  right: -40px;
  display: block;
  position: absolute;
}
.page-block-related-content .related-content-cards section a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-block-related-content .related-content-cards section a .related-content-card-image {
  position: relative;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  height: 303px;
  height: 0px;
  padding-top: 50%;
  clip-path: polygon(0% 0, 100% 0, 94% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0, 100% 0, 94% 100%, 0% 100%);
}
.page-block-related-content .related-content-cards section a .related-content-card-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-related-content .related-content-cards section a .related-content-card-image:after {
  background: #D0112A;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.page-block-related-content .related-content-cards section a .related-content-card-heading {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0 76px 46px 56px;
  font-size: 40px;
  line-height: 48px;
  color: #FFF;
  font-weight: bold;
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-related-content .related-content-cards section a .related-content-card-link {
  padding: 23px 25px 0 0;
  background: url(../images/learn-more-arrow.svg) no-repeat right 32px;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 56px;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1024px) {
  .page-block-related-content .related-content-cards section a:hover .related-content-card-image:before, .page-block-related-content .related-content-cards section a:active .related-content-card-image:before, .page-block-related-content .related-content-cards section a:focus .related-content-card-image:before {
    opacity: 0;
  }
  .page-block-related-content .related-content-cards section a:hover .related-content-card-image:after, .page-block-related-content .related-content-cards section a:active .related-content-card-image:after, .page-block-related-content .related-content-cards section a:focus .related-content-card-image:after {
    opacity: 0.6;
  }
  .page-block-related-content .related-content-cards section a:hover .related-content-card-heading, .page-block-related-content .related-content-cards section a:active .related-content-card-heading, .page-block-related-content .related-content-cards section a:focus .related-content-card-heading {
    bottom: 48px;
  }
  .page-block-related-content .related-content-cards section a:hover .related-content-card-link, .page-block-related-content .related-content-cards section a:active .related-content-card-link, .page-block-related-content .related-content-cards section a:focus .related-content-card-link {
    bottom: 48px;
    opacity: 1;
  }
}
.page-block-related-content .related-content-cards section.related-content-card-alt {
  padding-top: 66px;
}
.page-block-related-content .related-content-cards section.related-content-card-alt a .related-content-card-image {
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}
.page-block-related-content .related-content-cards section.related-content-card-alt a .related-content-card-image:before {
  background-image: linear-gradient(-270deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.5) 100%);
  left: auto;
  right: 0px;
}
.page-block-related-content .related-content-cards section.related-content-card-alt a .related-content-card-heading {
  text-align: right;
  padding: 0 56px 46px 76px;
}
.page-block-related-content .related-content-cards section.related-content-card-alt a .related-content-card-link {
  right: 56px;
  left: auto;
}
.page-block-related-content .related-content-cards section:nth-child(2n+1) {
  clear: both;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-related-content .related-content-cards section a .related-content-card-heading {
    font-size: 32px;
    line-height: 40px;
    padding: 0 56px 32px 36px;
  }
  .page-block-related-content .related-content-cards section a .related-content-card-link {
    left: 36px;
  }

  .page-block-related-content .related-content-cards section.related-content-card-alt a .related-content-card-heading {
    padding: 0 36px 32px 56px;
  }
  .page-block-related-content .related-content-cards section.related-content-card-alt a .related-content-card-link {
    left: auto;
    right: 36px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-related-content {
    padding: 56px 0 0 0;
  }
  .page-block-related-content .container {
    margin: 0px;
  }
  .page-block-related-content .container h3 {
    padding-left: 20px;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 40px 0;
  }
  .page-block-related-content .container .back-link {
    left: 20px;
    bottom: 48px;
  }
  .page-block-related-content .related-content-cards {
    margin: 0 -10px;
  }
  .page-block-related-content .related-content-cards section {
    padding: 0 10px 48px 10px;
  }
  .page-block-related-content .related-content-cards section .graphic-a {
    width: 115px;
    height: 102px;
    background: url(../images/mobile-related-content-graphic-a.png) no-repeat;
    right: -27px;
    bottom: auto;
    top: -42px;
  }
  .page-block-related-content .related-content-cards section .graphic-b {
    width: 96px;
    height: 119px;
    background: url(../images/mobile-related-content-graphic-b.png) no-repeat;
    right: 0px;
    bottom: auto;
    top: -20px;
  }
  .page-block-related-content .related-content-cards section a .related-content-card-image:before {
    background: rgba(0, 0, 0, 0.44);
    width: 100%;
  }
  .page-block-related-content .related-content-cards section a .related-content-card-heading {
    font-size: 24px;
    line-height: 30px;
    padding: 0 40px 77px 20px;
  }
  .page-block-related-content .related-content-cards section a .related-content-card-link {
    left: 20px;
    bottom: 32px;
    opacity: 1;
  }

  .page-block-related-content .related-content-cards section.related-content-card-alt {
    padding-top: 48px;
  }
  .page-block-related-content .related-content-cards section.related-content-card-alt a .related-content-card-heading {
    padding: 0 20px 77px 40px;
  }
  .page-block-related-content .related-content-cards section.related-content-card-alt a .related-content-card-link {
    left: auto;
    right: 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-related-content:before {
    height: calc(100% - 184px);
  }
  .page-block-related-content .back-link {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 26px 0 0 0;
  }
  .page-block-related-content .related-content-cards {
    margin: 0px;
  }
  .page-block-related-content .related-content-cards section {
    float: none;
    width: auto;
    margin: 0 20px 0 0;
    padding: 0 0 48px 0;
  }
  .page-block-related-content .related-content-cards section .graphic-b {
    top: -68px;
  }
  .page-block-related-content .related-content-cards section.related-content-card-alt {
    margin: 0 0 0 20px;
    padding: 0 0 48px 0;
  }
  .page-block-related-content .related-content-cards section a .related-content-card-image {
    padding-top: 70%;
  }
}
.page-block-socials-bar .socials-bar {
  padding: 0 106px;
}
.page-block-socials-bar .socials-bar h4 {
  padding: 52px 0;
  font-size: 32px;
  line-height: 48px;
  float: left;
  width: calc(100% - 350px);
}
.page-block-socials-bar .socials-bar .socials {
  float: right;
  margin: 24px 0 0 0;
  height: 128px;
  padding: 55px 30px 0 30px;
  text-align: center;
  position: relative;
}
.page-block-socials-bar .socials-bar .socials .skew-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #D0112A;
  transform: skew(-9deg);
  z-index: 2;
}
.page-block-socials-bar .socials-bar .socials a {
  display: inline-block;
  margin: 0 15px;
  line-height: 28px;
  z-index: 3;
  position: relative;
  color: #FFF;
}
.page-block-socials-bar .socials-bar .socials a:hover, .page-block-socials-bar .socials-bar .socials a:active, .page-block-socials-bar .socials-bar .socials a:focus {
  color: #FCDA46;
}
.page-block-socials-bar.background-yellow {
  background: #FCDA46;
}
.page-block-socials-bar.background-yellow .socials .graphic-a {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 326px;
  height: 82px;
  margin: 0 0 0 -163px;
  z-index: 1;
  background: url(../images/socials-graphic-a.png) no-repeat;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-socials-bar .socials-bar {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-socials-bar {
    padding: 35px 0 0 0;
  }
  .page-block-socials-bar .socials-bar {
    text-align: center;
  }
  .page-block-socials-bar .socials-bar h4 {
    width: auto;
    padding: 0px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    float: none;
    margin: 0 0 32px 0;
  }
  .page-block-socials-bar .socials-bar .socials {
    display: inline-block;
    margin: 0 auto;
    float: none;
    height: 90px;
    padding: 32px 15px 0 15px;
  }
}
.page-block-company-logos .container {
  text-align: center;
}
.page-block-company-logos h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 38px 0;
}
.page-block-company-logos .company-logos {
  margin: 0 -16px -32px -16px;
}
.page-block-company-logos .company-logos section {
  display: inline-block;
  padding: 0 16px 32px 16px;
  width: 25%;
}
.page-block-company-logos .company-logos section .company-logo {
  display: block;
  border: 1px solid #EEEEEE;
  height: 126px;
  padding: 24px;
  text-align: center;
  line-height: 72px;
}
.page-block-company-logos .company-logos section .company-logo img {
  max-width: 100%;
  max-height: 72px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.page-block-company-logos .company-logos section a:hover, .page-block-company-logos .company-logos section a:active, .page-block-company-logos .company-logos section a:focus {
  border-color: #D0112A;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-company-logos h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .page-block-company-logos .company-logos {
    margin: 0 -8px -16px -8px;
  }
  .page-block-company-logos .company-logos section {
    width: 50%;
    padding: 0 8px 16px 8px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-company-logos .company-logos section .company-logo {
    height: 98px;
    padding: 18px;
    line-height: 62px;
  }
  .page-block-company-logos .company-logos section .company-logo img {
    max-height: 62px;
  }
}
.page-block-featured-projects-map {
  position: relative;
}
.page-block-featured-projects-map h3 {
  font-size: 40px;
  line-height: 48px;
  padding: 0 0 30px 0;
  color: #000;
}
.page-block-featured-projects-map #featured-projects-map {
  height: 734px;
  /*style the box which holds the text of the information window*/
  /*style the paragraph tag*/
  /*style the annoying little arrow at the bottom*/
  /*style the link*/
}
.page-block-featured-projects-map #featured-projects-map .gm-style .gm-style-iw {
  background-color: #D0112A !important;
  top: 0 !important;
  left: 0 !important;
  width: 253px !important;
  height: auto !important;
  min-height: 120px !important;
  padding: 0px;
  display: block !important;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
.page-block-featured-projects-map #featured-projects-map .gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}
.page-block-featured-projects-map #featured-projects-map .gm-style .gm-style-iw-t::after {
  background: #D0112A;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
.page-block-featured-projects-map #featured-projects-map .gm-style div div div div div div div div {
  background-color: transparent !important;
  margin: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  overflow: hidden !important;
  text-align: left;
}
.page-block-featured-projects-map #featured-projects-map .gm-style div div div div div div div div:after {
  background-color: #D0112A !important;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
.page-block-featured-projects-map #featured-projects-map .gm-style-iw-d div {
  padding: 30px 30px 30px 30px;
}
.page-block-featured-projects-map #featured-projects-map .gm-style-iw-d div h5 {
  font-size: 20px;
  line-height: 36px;
  color: #FFF;
  margin: 0 0 5px 0;
}
.page-block-featured-projects-map #featured-projects-map .gm-style-iw-d div p {
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  margin: 0 0 17px 0;
}
.page-block-featured-projects-map #featured-projects-map .gm-style-iw-d div a {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
}
.page-block-featured-projects-map #featured-projects-map .gm-style div div div div div div div div a {
  color: #f1f1f1;
  font-weight: bold;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-featured-projects-map h3 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    padding: 0px;
    margin: 32px 20px 32px 20px;
  }
  .page-block-featured-projects-map article {
    padding: 0px 20px;
  }
  .page-block-featured-projects-map article p {
    text-align: left;
  }
  .page-block-featured-projects-map #featured-projects-map {
    height: 536px;
  }
}
.modal .modal-content-wrapper .container .modal-content article .modal-box .other-projects {
  background: #BB1026;
  padding: 32px 40px 32px 40px;
  position: relative;
  margin: 0 -40px -12px -40px;
}
.modal .modal-content-wrapper .container .modal-content article .modal-box .other-projects p {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
  font-weight: bold;
}
.modal .modal-content-wrapper .container .modal-content article .modal-box .other-projects .button {
  margin: 10px 0 0 0;
}
@media all and (min-width: 768px) {
  .modal .modal-content-wrapper .container .modal-content article .modal-box .other-projects {
    padding-right: 280px;
  }
  .modal .modal-content-wrapper .container .modal-content article .modal-box .other-projects .button-holder {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .modal .modal-content-wrapper .container .modal-content article .modal-box .other-projects .button {
    margin: 0px;
  }
}
@media all and (max-width: 767px) {
  .modal .modal-content-wrapper .container .modal-content article .modal-box .other-projects {
    padding: 32px 20px 32px 20px;
    margin: 0 -20px -64px -20px;
  }
}

.page-block-image .container {
  padding: 0 214px;
  text-align: center;
}
.page-block-image .container .image-holder {
  display: block;
  position: relative;
}
.page-block-image .container .image-holder img {
  width: 100%;
  height: auto;
}
.page-block-image .container .image-holder .caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  max-width: calc(100% - 26px - 26px);
  background: #FFF;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  z-index: 1;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image .container {
    margin: 0px;
    padding: 0px;
  }
  .page-block-image .container .image-holder .caption {
    left: 20px;
    bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 9px;
    max-width: calc(100% - 40px);
  }
}
.page-block-image-slider .image-slider section {
  float: left;
  position: relative;
}
.page-block-image-slider .image-slider section img {
  width: 100%;
  height: auto;
  display: block;
}
.page-block-image-slider .image-slider section .image-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0 0 32px 0;
  z-index: 1;
}
.page-block-image-slider .image-slider section .image-caption .container {
  padding: 0 0 0 134px;
}
.page-block-image-slider .image-slider section .image-caption .container span {
  display: block;
  background: #FFF;
  padding: 15px 22px;
  font-size: 16px;
  line-height: 22px;
  float: left;
  color: #41414A;
}
.page-block-image-slider .image-slider .slick-dots {
  display: none !important;
}
.page-block-image-slider .image-slider .slick-arrow.button {
  z-index: 10;
  position: absolute;
  bottom: 32px;
  left: 0px;
  width: 56px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-block-image-slider .image-slider .slick-arrow.button svg {
  margin: 0px;
}
.page-block-image-slider .image-slider .slick-arrow.button.slick-next {
  left: 64px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-slider .image-slider section {
    padding: 0 0 28px 0;
  }
  .page-block-image-slider .image-slider section .image-caption {
    padding: 0 0 38px 0;
  }
  .page-block-image-slider .image-slider section .image-caption .container {
    padding: 0px;
  }
  .page-block-image-slider .image-slider section .image-caption .container span {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 10px;
  }
  .page-block-image-slider .image-slider .slick-dots {
    display: block !important;
  }
}
.content-card {
  display: block;
}
.content-card .content-card-image {
  position: relative;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  height: 303px;
  height: 0px;
  padding-top: 50%;
  clip-path: polygon(0% 0, 100% 0, 94% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0, 100% 0, 94% 100%, 0% 100%);
  margin: 0 0 22px 0;
}
.content-card .content-card-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
}
.content-card .content-card-image:after {
  background: #D0112A;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.content-card .content-card-image span.view-link {
  font-size: 20px;
  line-height: 26px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../images/view-link-arrow.svg) no-repeat right 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1024px) {
  .content-card:hover .content-card-image:before, .content-card:active .content-card-image:before, .content-card:focus .content-card-image:before {
    opacity: 0;
  }
  .content-card:hover .content-card-image:after, .content-card:active .content-card-image:after, .content-card:focus .content-card-image:after {
    opacity: 0.6;
  }
  .content-card:hover .content-card-image span.view-link, .content-card:active .content-card-image span.view-link, .content-card:focus .content-card-image span.view-link {
    opacity: 1;
  }
}
.content-card .content-card-caption {
  z-index: 3;
  background: #FCDA46;
  clip-path: polygon(0% 0, 100% 0, 98% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0, 100% 0, 98% 100%, 0% 100%);
  position: relative;
  margin: -42px 0 15px 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  float: left;
  font-weight: 500;
  display: block;
  padding: 8px 18px 8px 12px;
  max-width: calc(100% - 40px);
}
.content-card .content-card-text {
  clear: both;
  display: block;
}
.content-card .content-card-text h4 {
  font-size: 24px;
  line-height: 36px;
}
.content-card .content-card-text .content-card-excerpt {
  font-size: 16px;
  line-height: 26px;
  color: #41414A;
  display: block;
  padding: 4px 0 0 0;
}
.content-card .content-card-text .content-card-text-link {
  display: none;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .content-card .content-card-image {
    padding-top: 59%;
  }
  .content-card .content-card-caption {
    font-size: 14px;
  }
  .content-card .content-card-text .content-card-excerpt {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 14px 0;
  }
  .content-card .content-card-text span.content-card-text-link {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px 0 0;
    background: url(../images/view-link-arrow-red.svg) no-repeat right 9px;
  }
  .content-card:hover .content-card-text span.content-card-text-link {
    color: #D0112A;
  }
}
.load-more {
  padding: 0 0 82px 0;
}
.load-more .disabled-link {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.category-filter {
  padding: 60px 0 32px 0;
}
.category-filter .category-filter-form {
  float: right;
  width: 314px;
}
.category-filter .category-filter-form label {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  display: block;
  margin: 0 0 4px 0;
}

@media all and (max-width: 480px) and (min-width: 0px) {
  .category-filter .category-filter-form {
    width: auto;
    float: none;
  }
}
.back-to-previous-page {
  padding: 20px 0 78px 0;
}
.back-to-previous-page .back-link {
  left: 0px;
  padding: 0 0 0 18px;
  font-weight: 500;
  color: #41414A;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  background: url(../images/back-link-red.svg) no-repeat left 6px;
}
.back-to-previous-page .back-link:hover, .back-to-previous-page .back-link:active, .back-to-previous-page .back-link:focus {
  color: #D0112A;
}

.story-grid {
  margin: 0 -16px;
}
.story-grid section {
  float: left;
  padding: 0 16px 64px 16px;
  width: 33.33%;
}
.story-grid section .content-card .content-card-text .content-card-excerpt {
  font-style: italic;
}
.story-grid section:nth-child(3n+1) {
  clear: left;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .story-grid section {
    width: 50%;
  }
  .story-grid section:nth-child(3n+1) {
    clear: none;
  }
  .story-grid section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .story-grid {
    margin: 0px;
  }
  .story-grid section {
    width: auto;
    float: none;
    padding: 0 0 32px 0;
  }
}
.related-posts {
  position: relative;
  z-index: 1;
  padding: 0 0 151px 0;
}
.related-posts:before {
  position: absolute;
  top: -128px;
  left: 0px;
  height: 391px;
  width: 100%;
  content: "";
  display: block;
  background: url(../images/related-posts-graphic-a.png) no-repeat left bottom #FCDA46;
}
.related-posts .container {
  z-index: 2;
}
.related-posts .container .graphic-b {
  background: url(../images/related-posts-graphic-b.png) no-repeat;
  width: 137px;
  height: 143px;
  display: block;
  position: absolute;
  top: 0px;
  right: -20px;
}
.related-posts .container header {
  position: relative;
  z-index: 1;
}
.related-posts .container header h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 36px 0;
}
.related-posts .container .related-cards {
  margin: 0 -16px;
}
.related-posts .container .related-cards section {
  float: left;
  width: 33.33%;
  padding: 0 16px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .related-posts:before {
    height: 350px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .related-posts {
    padding: 40px 0 96px 0;
  }
  .related-posts:before {
    top: 0px;
    height: 272px;
  }
  .related-posts .container header h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 23px 0;
  }
  .related-posts .container .related-cards {
    margin: 0 -20px 0 0;
  }
  .related-posts .container .related-cards section {
    padding: 0 20px 36px 0;
  }
  .related-posts .container .related-cards .slick-arrow-left {
    left: 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .related-posts {
    padding: 40px 0 40px 0;
  }
}
.page-block-resources-slider {
  position: relative;
  z-index: 1;
  padding: 96px 0 152px 0;
}
.page-block-resources-slider:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 381px;
  width: 100%;
  content: "";
  display: block;
  background: url(../images/resources-slider-graphic-a.png) no-repeat left bottom #FCDA46;
}
.page-block-resources-slider .graphic-b {
  background: url(../images/resources-slider-graphic-b.png) no-repeat;
  width: 293px;
  height: 94px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -146px;
}
.page-block-resources-slider .container {
  z-index: 2;
}
.page-block-resources-slider .container header {
  position: relative;
  z-index: 1;
  padding: 0 200px 0 0;
  margin: 0 0 34px 0;
}
.page-block-resources-slider .container header h3 {
  font-size: 48px;
  line-height: 54px;
}
.page-block-resources-slider .container header .button {
  position: absolute;
  top: 0px;
  right: 129px;
}
.page-block-resources-slider .container .resources-slider {
  margin: 0 -16px;
}
.page-block-resources-slider .container .resources-slider section {
  float: left;
  width: 33.33%;
  padding: 0 16px;
}

@media all and (min-width: 1024px) {
  .page-block-resources-slider .button.slick-prev {
    display: block;
    position: absolute;
    top: -88px;
    right: 82px;
    z-index: 10;
    width: 52px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-block-resources-slider .button.slick-prev svg {
    margin: 0px;
  }
  .page-block-resources-slider .button.slick-next {
    display: block;
    position: absolute;
    top: -88px;
    right: 20px;
    z-index: 10;
    width: 52px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-block-resources-slider .button.slick-next svg {
    margin: 0px;
  }
  .page-block-resources-slider .slick-dots {
    display: none !important;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-resources-slider:before {
    height: 321px;
  }
  .page-block-resources-slider .container .resources-slider {
    margin: 0 -10px;
  }
  .page-block-resources-slider .container .resources-slider section {
    float: left;
    width: 33.33%;
    padding: 0 10px;
  }
  .page-block-resources-slider .button.slick-prev {
    right: 74px;
  }
  .page-block-resources-slider .button.slick-next {
    right: 10px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-resources-slider {
    padding: 40px 0;
  }
  .page-block-resources-slider:before {
    height: 232px;
  }
  .page-block-resources-slider .graphic-b {
    display: none;
  }
  .page-block-resources-slider .container header h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .page-block-resources-slider .container header .button {
    right: 0px;
  }
  .page-block-resources-slider .container .resources-slider {
    margin: 0 -20px 0 0;
  }
  .page-block-resources-slider .container .resources-slider section {
    padding: 0 20px 36px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-resources-slider .container {
    padding-bottom: 74px;
  }
  .page-block-resources-slider .container header {
    margin: 0 0 23px 0;
    padding: 0px;
    position: static;
  }
  .page-block-resources-slider .container header .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: auto;
    display: block;
  }
}
.page-block-people-slider header {
  margin: 0 0 37px 0;
}
.page-block-people-slider header h3 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 10px 0;
}
.page-block-people-slider header p {
  font-size: 18px;
  line-height: 28px;
}
.page-block-people-slider .people-slider {
  margin: 0 -16px;
}
.page-block-people-slider .people-slider section {
  float: left;
  width: 33.33%;
  padding: 0 16px;
}

.person-card .content-card-image:before {
  display: none;
}

@media all and (min-width: 1024px) {
  .page-block-people-slider .button.slick-prev {
    display: block;
    position: absolute;
    top: -88px;
    right: 82px;
    z-index: 10;
    width: 52px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-block-people-slider .button.slick-next {
    display: block;
    position: absolute;
    top: -88px;
    right: 20px;
    z-index: 10;
    width: 52px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-block-people-slider .slick-dots {
    display: none !important;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-people-slider .container .people-slider {
    margin: 0 -10px;
  }
  .page-block-people-slider .container .people-slider section {
    float: left;
    width: 33.33%;
    padding: 0 10px;
  }
  .page-block-people-slider .button.slick-prev {
    right: 74px;
  }
  .page-block-people-slider .button.slick-next {
    right: 10px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-people-slider .container header {
    margin: 0 0 32px 0;
  }
  .page-block-people-slider .container header h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 5px 0;
  }
  .page-block-people-slider .container header p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-people-slider .container .people-slider {
    margin: 0 -20px 0 0;
  }
  .page-block-people-slider .container .people-slider section {
    padding: 0 20px 36px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-resources-slider .container header {
    margin: 0 0 23px 0;
  }
}
.team-grid {
  margin: 0 -16px;
}
.team-grid section {
  float: left;
  padding: 0 16px 64px 16px;
  width: 33.33%;
}
.team-grid section:nth-child(3n+1) {
  clear: left;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .team-grid section {
    width: 50%;
  }
  .team-grid section:nth-child(3n+1) {
    clear: none;
  }
  .team-grid section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .team-grid {
    margin: 0px;
  }
  .team-grid section {
    width: auto;
    float: none;
    padding: 0 0 32px 0;
  }
}
.filter-buttons {
  margin: -18px 0 0 0;
  padding: 0 0 32px 0;
}
.filter-buttons .button {
  float: left;
  margin: 0 0 0 -2px;
  transform: none;
}
.filter-buttons .button span {
  transform: none;
}
.filter-buttons .button.button-first {
  margin-left: 0px;
}

.team-bio {
  display: flex;
  padding-top: 32px;
}
.team-bio .image-holder {
  width: 48.5%;
}
.team-bio .image-holder img {
  width: 100%;
  display: block;
}
.team-bio article {
  width: 51.5%;
  padding: 0 67px 0 106px;
}
.team-bio article h1, .team-bio article h2, .team-bio article h3, .team-bio article h4, .team-bio article h5, .team-bio article h6 {
  padding-top: 0px;
}
.team-bio article h5 {
  background: #FCDA46;
  padding: 5px 12px;
  font-size: 20px;
  line-height: 28px;
  color: #000 !important;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 22px 0;
}
.team-bio article h3, .team-bio article h1 {
  font-size: 40px;
  line-height: 48px;
  color: #FFF;
  margin: 0 0 21px 0;
}
.team-bio article p {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  margin: 0px;
}

.page-block-team-bio {
  background: #D0112A;
  padding: 92px 0 210px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .team-bio .image-holder {
    width: 45%;
  }
  .team-bio article {
    width: 65%;
    padding: 0 0 0 64px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-team-bio {
    padding: 92px 0 32px 0;
  }

  .team-bio {
    padding-top: 0px;
    display: block;
  }
  .team-bio .image-holder {
    width: auto;
    margin: 0 -20px;
  }
  .team-bio article {
    width: auto;
    padding: 22px 0 0 0;
  }
  .team-bio article h5 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .team-bio article h3, .team-bio article h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 8px 0;
  }
  .team-bio article p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .filter-buttons {
    margin: -32px 0 0 0;
    padding: 0 0 22px 0;
  }
  .filter-buttons .button {
    margin: 0 10px 10px 0;
  }
}
.page-block-roles header {
  padding: 0 200px 0 0;
  position: relative;
}
.page-block-roles header .button {
  position: absolute;
  top: 0px;
  right: 0px;
}
.page-block-roles header h3 {
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 32px 0;
}

.role-grid {
  margin: 0 -16px;
}
.role-grid section {
  float: left;
  padding: 0 16px 64px 16px;
  width: 33.33%;
}
.role-grid section:nth-child(3n+1) {
  clear: left;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .role-grid section {
    width: 50%;
  }
  .role-grid section:nth-child(3n+1) {
    clear: none;
  }
  .role-grid section:nth-child(2n+1) {
    clear: left;
  }

  .page-block-roles header h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .role-grid {
    margin: 0px;
  }
  .role-grid section {
    width: auto;
    float: none;
    padding: 0 0 32px 0;
  }

  .page-block-roles .container {
    padding: 0 0 54px 0;
  }
  .page-block-roles header {
    position: static;
    padding: 0px;
  }
  .page-block-roles header .button {
    top: auto;
    left: 0px;
    right: auto;
    bottom: 0px;
    display: block;
  }
}
.page-block-role {
  background: #D0112A;
  padding: 210px 0 210px 0;
}

.role-content {
  display: flex;
  align-items: top;
}
.role-content .role-intro {
  position: relative;
  z-index: 1;
  width: 43%;
  padding: 124px 66px 0 0;
}
.role-content .role-intro h5 {
  background: #FCDA46;
  padding: 5px 12px;
  font-size: 20px;
  line-height: 28px;
  color: #000 !important;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 22px 0;
}
.role-content .role-intro h3, .role-content .role-intro h1 {
  font-size: 40px;
  line-height: 48px;
  color: #FFF;
  margin: 0 0 21px 0;
}
.role-content .role-intro p {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  margin: 0 0 36px 0;
}
.role-content article {
  width: 57%;
  padding: 124px 107px 64px 0;
  position: relative;
}
.role-content article h1, .role-content article h2, .role-content article h3, .role-content article h4, .role-content article h5, .role-content article h6 {
  padding-top: 0px;
}
.role-content article:before {
  background: url(../images/role-modal-graphic-a.png) no-repeat;
  width: 191px;
  height: 156px;
  content: "";
  display: block;
  top: -65px;
  left: -84px;
  position: absolute;
}
.role-content article .role-modal-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  z-index: 1;
  padding: 32px 40px 12px 40px;
}
.role-content article .role-modal-box img {
  width: 100%;
  height: auto;
}
.role-content article .role-modal-box h2,
.role-content article .role-modal-box h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 22px 0;
}
.role-content article .role-modal-box h4 {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 6px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .role-content article {
    padding: 120px 0 64px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-role {
    padding: 92px 0 32px 0;
  }

  .role-content {
    display: block;
  }
  .role-content .role-intro {
    padding: 124px 0 40px 0;
    padding: 0 0 40px 0;
    width: auto;
  }
  .role-content article {
    width: auto;
    padding: 0 0 64px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .role-content .role-intro {
    padding: 0 0 40px 0;
  }
  .role-content .role-intro h5 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .role-content .role-intro h3, .role-content .role-intro h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 8px 0;
  }
  .role-content .role-intro p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 28px 0;
  }
  .role-content article {
    width: auto;
    padding: 0 0 64px 0;
  }
  .role-content article .role-modal-box {
    padding: 20px 20px 1px 20px;
  }
  .role-content article .role-modal-box .wp-caption {
    margin: 0 -20px 28px -20px;
    width: calc(100% + 40px) !important;
    max-width: none;
  }
  .role-content article .role-modal-box .wp-caption p {
    padding-left: 20px;
  }
}
.page-block-jobs {
  padding-bottom: 44px;
}
.page-block-jobs .jobs-wrapper {
  display: flex;
}
.page-block-jobs .jobs-wrapper .jobs-content {
  width: 68%;
  padding: 0 140px 0 0;
}
.page-block-jobs .jobs-wrapper .jobs-content .no-jobs svg {
  margin: 0 0 28px 0;
}
.page-block-jobs .jobs-wrapper .jobs-content .no-jobs h3 {
  font-size: 24px;
  line-height: 42px;
  margin: 0;
}
.page-block-jobs .jobs-wrapper .jobs-content .no-jobs p {
  font-size: 18px;
  line-height: 28px;
}
.page-block-jobs .jobs-wrapper .jobs-content .no-jobs p a {
  color: #41414A;
  text-decoration: underline;
}
.page-block-jobs .jobs-wrapper .jobs-content .no-jobs p a:hover, .page-block-jobs .jobs-wrapper .jobs-content .no-jobs p a:active, .page-block-jobs .jobs-wrapper .jobs-content .no-jobs p a:focus {
  color: #D0112A;
}
.page-block-jobs .jobs-wrapper .jobs-content .no-jobs .buttons {
  padding: 42px 0 0 0;
}
.page-block-jobs .jobs-wrapper .jobs-content .no-jobs .buttons .button {
  margin: 0 10px 0 0;
}
.page-block-jobs .jobs-wrapper .jobs-content section {
  border-bottom: 1px solid #EEEEEE;
  padding: 24px 0 32px 0;
}
.page-block-jobs .jobs-wrapper .jobs-content section:first-child {
  border-top: 1px solid #EEEEEE;
}
.page-block-jobs .jobs-wrapper .jobs-content section h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 14px 0;
}
.page-block-jobs .jobs-wrapper .jobs-content section .jobs-meta {
  margin: 0 0 18px 0;
}
.page-block-jobs .jobs-wrapper .jobs-content section .jobs-meta .job-meta {
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.page-block-jobs .jobs-wrapper .jobs-content section .jobs-meta .job-meta svg {
  position: relative;
  top: 6px;
  margin: 0 12px 0 0;
}
.page-block-jobs .jobs-wrapper .jobs-content section p {
  font-size: 16px;
  line-height: 28px;
}
.page-block-jobs .jobs-wrapper .jobs-content section .buttons {
  padding: 32px 0 0 0;
}
.page-block-jobs .jobs-wrapper .jobs-content section .buttons .button {
  margin: 0 10px 0 0;
}
.page-block-jobs .jobs-wrapper .jobs-sidebar {
  width: 32%;
}
.page-block-jobs .jobs-wrapper .jobs-sidebar aside {
  background: #EEE;
  padding: 64px 48px;
  text-align: center;
}
.page-block-jobs .jobs-wrapper .jobs-sidebar aside h5 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 11px 0;
}
.page-block-jobs .jobs-wrapper .jobs-sidebar aside p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.page-block-jobs .jobs-wrapper .jobs-sidebar aside p a {
  color: #000;
  text-decoration: underline;
}
.page-block-jobs .jobs-wrapper .jobs-sidebar aside p a:hover, .page-block-jobs .jobs-wrapper .jobs-sidebar aside p a:active, .page-block-jobs .jobs-wrapper .jobs-sidebar aside p a:focus {
  color: #D0112A;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-jobs .jobs-wrapper .jobs-content {
    padding: 0 32px 0 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-sidebar aside {
    padding: 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-jobs .jobs-wrapper {
    display: block;
  }
  .page-block-jobs .jobs-wrapper .jobs-content {
    width: auto;
    padding: 0 0 58px 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-content .no-jobs {
    text-align: center;
  }
  .page-block-jobs .jobs-wrapper .jobs-content .no-jobs svg {
    margin: 0 auto 22px auto;
  }
  .page-block-jobs .jobs-wrapper .jobs-content .no-jobs h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 9px 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-content .no-jobs p {
    font-size: 16px;
  }
  .page-block-jobs .jobs-wrapper .jobs-content .no-jobs .buttons {
    padding: 23px 0 0 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-content section {
    padding: 23px 0 32px 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-content section h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 14px 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-content section .jobs-meta {
    margin: 0 -24px 10px 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-content section .jobs-meta .jobs-meta {
    margin: 0 24px 8px 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-content section p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-jobs .jobs-wrapper .jobs-content section .buttons {
    padding: 24px 0 0 0;
  }
  .page-block-jobs .jobs-wrapper .jobs-sidebar {
    width: auto;
    margin: 0 -20px;
  }
  .page-block-jobs .jobs-wrapper .jobs-sidebar aside {
    padding: 60px 20px 56px 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-jobs .jobs-wrapper .jobs-content .no-jobs .buttons .button {
    display: block;
    margin: 0 0 16px 0;
  }
}
.page-block-offices header {
  margin: 0 0 26px 0;
}
.page-block-offices header h3 {
  font-size: 40px;
  line-height: 48px;
}
.page-block-offices .offices {
  margin: 0 -16px;
}
.page-block-offices .offices section {
  width: 25%;
  float: left;
  padding: 0 16px;
}
.page-block-offices .offices section .office-card {
  padding: 27px 0 0 0;
  border-top: 2px solid #D0112A;
}
.page-block-offices .offices section .office-card h4 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 15px 0;
}
.page-block-offices .offices section .office-card .contact-detail {
  display: block;
  font-size: 16px;
  padding: 9px 0 9px 30px;
  line-height: 24px;
  color: #41414A;
  position: relative;
}
.page-block-offices .offices section .office-card .contact-detail svg {
  position: absolute;
  top: 8px;
  left: 0px;
}
.page-block-offices .offices section .office-card a.contact-detail:hover, .page-block-offices .offices section .office-card a.contact-detail:active, .page-block-offices .offices section .office-card a.contact-detail:focus {
  color: #D0112A;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-offices .offices section {
    width: 50%;
    padding: 0 16px 24px 16px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-offices header {
    margin: 0 0 32px 0;
  }
  .page-block-offices header h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .page-block-offices .offices {
    margin: 0 -16px;
  }
  .page-block-offices .offices section {
    width: auto;
    float: none;
  }
  .page-block-offices .offices section .office-card {
    padding: 23px 0 0 0;
  }
  .page-block-offices .offices section .office-card h4 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 4px 0;
  }
}
.page-block-contact-form {
  background: url(../images/contact-form-graphic-a.png) no-repeat left bottom #D0112A;
  padding: 138px 0 64px 0;
}
.page-block-contact-form .graphic-b {
  background: url(../images/contact-form-graphic-b.png) no-repeat;
  width: 98px;
  height: 95px;
  content: "";
  display: block;
  bottom: 0px;
  right: 0px;
  position: absolute;
}
.page-block-contact-form .container {
  z-index: 1;
}
.page-block-contact-form .contact-form {
  display: flex;
}
.page-block-contact-form .contact-form .contact-form-intro {
  width: 47%;
  padding: 58px 106px 64px 0;
}
.page-block-contact-form .contact-form .contact-form-intro .banner-caption {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 5px 12px;
  background: #FCDA46;
  margin: 0 0 26px 0;
  display: block;
  float: left;
}
.page-block-contact-form .contact-form .contact-form-intro .banner-heading {
  font-size: 56px;
  line-height: 54px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 35px 0;
}
.page-block-contact-form .contact-form .contact-form-intro .contact-details {
  display: block;
  overflow: hidden;
}
.page-block-contact-form .contact-form .contact-form-intro .contact-details .contact-detail {
  display: block;
  padding: 0 0 0 32px;
  position: relative;
  color: #FFF;
  float: left;
  clear: both;
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.page-block-contact-form .contact-form .contact-form-intro .contact-details .contact-detail svg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-contact-form .contact-form .contact-form-intro .contact-details .contact-detail:hover, .page-block-contact-form .contact-form .contact-form-intro .contact-details .contact-detail:active, .page-block-contact-form .contact-form .contact-form-intro .contact-details .contact-detail:focus {
  color: #FCDA46;
}
.page-block-contact-form .contact-form .contact-form-intro .follow-social {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.page-block-contact-form .contact-form .contact-form-intro .follow-social h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #FFF;
  margin: 0 0 13px 0px;
}
.page-block-contact-form .contact-form .contact-form-intro .follow-social a {
  display: inline-block;
  color: #FFF;
  vertical-align: middle;
  margin: 0 14px 0 0;
}
.page-block-contact-form .contact-form .contact-form-intro .follow-social a:hover, .page-block-contact-form .contact-form .contact-form-intro .follow-social a:active, .page-block-contact-form .contact-form .contact-form-intro .follow-social a:focus {
  color: #FCDA46;
}
.page-block-contact-form .contact-form .contact-form-holder {
  width: 53%;
  padding: 0 0 0 32px;
}
.page-block-contact-form .contact-form .contact-form-holder div.section {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  padding: 40px 0 0 0;
}
.page-block-contact-form .contact-form .contact-form-holder .contact-form-box {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  padding: 40px 40px 0 40px;
}
@media (min-width: 641px) {
  .page-block-contact-form .contact-form .contact-form-holder .contact-form-box #field_1_1,
.page-block-contact-form .contact-form .contact-form-holder .contact-form-box #field_1_3,
.page-block-contact-form .contact-form .contact-form-holder .contact-form-box #field_1_4,
.page-block-contact-form .contact-form .contact-form-holder .contact-form-box #field_1_5 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.page-block-contact-form .contact-form .contact-form-holder .contact-form-box .gfield.privacy-notice {
  margin: -10px 0 18px 0;
}
.page-block-contact-form .contact-form .contact-form-holder .contact-form-box .gform_footer {
  margin: 0 -40px;
  padding: 20px 40px;
  border-top: 1px solid #EEEEEE;
}
.page-block-contact-form .contact-form .contact-form-holder .contact-form-success {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  text-align: center;
  padding: 155px 74px;
}
.page-block-contact-form .contact-form .contact-form-holder .contact-form-success h5 {
  font-size: 24px;
  line-height: 28px;
  color: #259992;
  margin: 0 0 11px 0p;
}
.page-block-contact-form .contact-form .contact-form-holder .contact-form-success h4 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 16px 0;
}
.page-block-contact-form .contact-form .contact-form-holder .contact-form-success p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0 0 32px 0;
}
.page-block-contact-form .contact-form .contact-form-holder .contact-form-success .buttons a {
  margin: 0 10px 10px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-contact-form .contact-form .contact-form-intro {
    width: 40%;
    padding: 0px;
  }
  .page-block-contact-form .contact-form .contact-form-holder {
    width: 60%;
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-contact-form {
    padding: 108px 0 37px 0;
  }
  .page-block-contact-form .container {
    padding: 0 0 91px 0;
  }
  .page-block-contact-form .contact-form {
    display: block;
  }
  .page-block-contact-form .contact-form .contact-form-intro {
    width: auto;
    padding: 0 0 23px 0;
  }
  .page-block-contact-form .contact-form .contact-form-intro .banner-caption {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  .page-block-contact-form .contact-form .contact-form-intro .banner-heading {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 30px 0;
  }
  .page-block-contact-form .contact-form .contact-form-intro .contact-detail {
    margin: 0 0 20px 0;
  }
  .page-block-contact-form .contact-form .contact-form-intro .follow-social {
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  .page-block-contact-form .contact-form .contact-form-intro .follow-social h6 {
    margin: 0 0 9px 0;
  }
  .page-block-contact-form .contact-form .contact-form-holder {
    width: auto;
  }
  .page-block-contact-form .contact-form .contact-form-holder div.section {
    padding: 20px 0 0 0;
  }
  .page-block-contact-form .contact-form .contact-form-holder .contact-form-box {
    padding: 24px 20px;
  }
  .page-block-contact-form .contact-form .contact-form-holder .contact-form-box .gform_footer {
    margin: 0 -20px;
    padding: 20px 20px;
  }
  .page-block-contact-form .contact-form .contact-form-holder .contact-form-success {
    padding: 48px 32px;
  }
}
.page-block-four-oh-four {
  background: url(../images/404-back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.page-block-four-oh-four:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
}
.page-block-four-oh-four .container {
  height: 100vh;
}
.page-block-four-oh-four .container .four-oh-four {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page-block-four-oh-four .container .four-oh-four .four-oh-four-content {
  max-width: 630px;
}
.page-block-four-oh-four .container .four-oh-four .four-oh-four-content h1 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 5px 12px;
  background: #FCDA46;
  margin: 0 0 32px 0;
  display: block;
  float: left;
}
.page-block-four-oh-four .container .four-oh-four .four-oh-four-content h2 {
  font-size: 56px;
  line-height: 57px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.page-block-four-oh-four .container .four-oh-four .four-oh-four-content p {
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
  margin: 0px;
}
.page-block-four-oh-four .container .four-oh-four .four-oh-four-content .buttons {
  padding: 56px 0 0 0;
}
.page-block-four-oh-four .container .four-oh-four .four-oh-four-content .buttons .button {
  margin: 0 10px 0 0;
}
.page-block-four-oh-four .container .four-oh-four .four-oh-four-content .buttons .button.button-bordered {
  padding-left: 16px;
  padding-right: 16px;
}
.page-block-four-oh-four .container .four-oh-four .four-oh-four-content .buttons .button svg {
  top: 4px;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-four-oh-four .container .four-oh-four .four-oh-four-content h1 {
    font-size: 16px;
  }
  .page-block-four-oh-four .container .four-oh-four .four-oh-four-content h2 {
    font-size: 48px;
    line-height: 54px;
  }
  .page-block-four-oh-four .container .four-oh-four .four-oh-four-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .page-block-four-oh-four .container .four-oh-four .four-oh-four-content .buttons {
    padding: 32px 0 0 0;
    margin: 0 -8px 0 0;
  }
  .page-block-four-oh-four .container .four-oh-four .four-oh-four-content .buttons .button {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 6px 0 0;
  }
}
.search-wrapper-back {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

#search-wrapper {
  background: url(../images/search-wrapper-graphic-a.png) no-repeat left bottom #D0112A;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}
#search-wrapper .graphic-b {
  background: url(../images/search-wrapper-graphic-b.png) no-repeat;
  width: 173px;
  height: 155px;
  position: absolute;
  bottom: 0px;
  right: 181px;
  display: block;
}
#search-wrapper header {
  padding: 16px 32px;
}
#search-wrapper header .logo-white {
  float: left;
}
#search-wrapper header .button {
  margin: 4px 2px 0 0;
  float: right;
}
#search-wrapper header .button svg {
  margin: 0 8px 0 0;
  top: 1px;
}
#search-wrapper .search-form {
  padding: 0 0 97px 0;
  z-index: 1;
  position: relative;
}
#search-wrapper .search-form .container {
  padding: 0 340px;
}
#search-wrapper .search-form .container form {
  position: relative;
  padding: 0 10px 0 0;
}
#search-wrapper .search-form .container form label {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 4px 0;
}
#search-wrapper .search-form .container form input[type=text] {
  border-radius: 0px;
  display: block;
  border: 1px solid #FFF;
  padding: 12px 100px 12px 20px;
  color: #FFF;
  background: transparent;
}
#search-wrapper .search-form .container form ::placeholder {
  color: #FFF;
}
#search-wrapper .search-form .container form .clear-search {
  width: 32px;
  height: 32px;
  bottom: 10px;
  right: 70px;
  display: block;
  position: absolute;
  z-index: 100001;
  color: #FFF;
}
#search-wrapper .search-form .container form .clear-search svg {
  position: absolute;
  top: 5px;
  left: 5px;
}
#search-wrapper .search-form .container form .clear-search:hover, #search-wrapper .search-form .container form .clear-search:active, #search-wrapper .search-form .container form .clear-search:focus {
  color: #FCDA46;
}
#search-wrapper .search-form .container form .button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
  z-index: 100001;
}
#search-wrapper .search-form .container form .button svg {
  position: relative;
  top: 4px;
  margin: 0px;
  left: -3px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #search-wrapper .search-form .container {
    padding: 0 200px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #search-wrapper {
    background-size: 76px auto;
  }
  #search-wrapper .graphic-b {
    width: 73px;
    right: 0px;
    height: 75px;
    background-position: right bottom;
    background-size: 100% auto;
  }
  #search-wrapper header {
    padding: 16px 20px;
  }
  #search-wrapper header img {
    width: 69px;
  }
  #search-wrapper .search-form {
    padding: 48px 0 94px 0;
  }
  #search-wrapper .search-form .container {
    padding: 0px;
  }
  #search-wrapper .search-form .container form .clear-search {
    bottom: 8px;
  }
}
#search-banner {
  background: url(../images/search-results-graphic-a.png) no-repeat left bottom #D0112A;
  padding: 149px 0;
  position: relative;
}
#search-banner:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
  background: url(../images/search-results-graphic-b.png) no-repeat right bottom;
  content: "";
  display: block;
}
#search-banner .container {
  z-index: 1;
  padding: 0 212px;
}
#search-banner h1 {
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  margin: 0 0 2px 0;
}
#search-banner h2 {
  font-size: 40px;
  color: #FFF;
  line-height: 48px;
  margin: 0 0 17px 0;
}
#search-banner form {
  position: relative;
  max-width: 570px;
  padding: 0 10px 0 0;
}
#search-banner form label {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 4px 0;
}
#search-banner form input[type=text] {
  border-radius: 0px;
  display: block;
  border: 1px solid #FFF;
  padding: 12px 100px 12px 20px;
  color: #FFF;
  background: transparent;
}
#search-banner form ::placeholder {
  color: #FFF;
}
#search-banner form .clear-search {
  width: 32px;
  height: 32px;
  bottom: 10px;
  right: 70px;
  display: block;
  position: absolute;
  z-index: 100001;
  color: #FFF;
}
#search-banner form .clear-search svg {
  position: absolute;
  top: 5px;
  left: 5px;
}
#search-banner form .clear-search:hover, #search-banner form .clear-search:active, #search-banner form .clear-search:focus {
  color: #FCDA46;
}
#search-banner form .button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
  z-index: 100001;
}
#search-banner form .button svg {
  position: relative;
  top: 2px;
  left: -3px;
  margin: 0px;
}

.page-block-search-results {
  padding: 49px 0;
}
.page-block-search-results .container {
  padding: 0 212px;
}
.page-block-search-results .filter-buttons {
  margin: 0 0 32px 0;
}
.page-block-search-results .search-results {
  padding: 0 0 32px 0;
}
.page-block-search-results .search-results section {
  padding: 21px 0 32px 0;
  border-bottom: 1px solid #EEE;
}
.page-block-search-results .search-results section:first-child {
  border-top: 1px solid #EEE;
}
.page-block-search-results .search-results section h6 {
  font-size: 16px;
  line-height: 36px;
  color: #D0112A;
}
.page-block-search-results .search-results section h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 7px 0;
}
.page-block-search-results .search-results section p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 23px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #search-banner .container {
    padding: 0 100px;
  }

  .page-block-search-results .container {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #search-banner {
    background-size: 70px auto;
  }
  #search-banner:before {
    background-size: 60px auto;
  }
  #search-banner .container {
    padding: 0;
  }

  .page-block-search-results .container {
    padding: 0;
  }
}
body .wFormContainer {
  max-width: none;
  width: auto !important;
}
body .wFormContainer .errorMessage {
  background: #FFF;
  color: #D0112A !important;
}
body .wFormContainer .errorMessage li a {
  color: #D0112A !important;
}
body .wFormContainer .wFormHeader {
  margin: 0px;
  height: auto;
}
body .wFormContainer .wForm {
  color: #000;
  width: auto !important;
  background: transparent !important;
  margin: 0px;
}
body .wFormContainer .wForm .wFormThankYou {
  min-height: 0px;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  padding: 40px 40px 40px 40px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  z-index: 1;
  display: block;
  position: relative;
}
body .wFormContainer .wForm form {
  padding: 0px;
}
body .wFormContainer .wForm form div.actions {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  margin: -32px 0 0 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #EEE;
  padding: 20px 40px;
}
body .wFormContainer .wForm form div.actions .primaryAction {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: soleil, Helvetica, Arial, sans-serif;
  border-radius: 0px;
  background: #D0112A;
  padding: 8px 24px 8px 24px;
  line-height: 36px;
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  margin: 0px;
}
body .wFormContainer .wForm form div.actions .primaryAction:hover, body .wFormContainer .wForm form div.actions .primaryAction:active, body .wFormContainer .wForm form div.actions .primaryAction:focus {
  background: #BB1026;
}
body .wFormContainer .wForm form div.section {
  margin: 0 0 32px 0;
  background: #FFFFFF;
  padding: 0 0 8px 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
body .wFormContainer .wForm form div.section .htmlSection {
  border: none;
  margin: 0px;
  padding: 0 40px 32px 40px;
}
body .wFormContainer .wForm form div.section .htmlSection .htmlContent {
  font-size: 12px;
  line-height: 22px;
  color: #41414A;
}
body .wFormContainer .wForm form div.section > .preField {
  font-size: 24px !important;
  line-height: 36px !important;
  color: #000 !important;
  font-weight: bold !important;
  padding: 25px 40px 22px 40px !important;
  border-bottom: 1px solid #EEEEEE !important;
  margin: 0 0 40px 0 !important;
  width: 100% !important;
  display: block !important;
}
body .wFormContainer .wForm form .oneField {
  border: none;
  margin: 0px;
  padding: 0 40px 32px 40px;
}
body .wFormContainer .wForm form .oneField .label {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  padding: 0px;
  display: block;
  width: 100%;
  margin: 0 0 4px 0;
  position: relative;
}
body .wFormContainer .wForm form .oneField .label.preField {
  padding-right: 100px;
}
body .wFormContainer .wForm form .oneField .label.preField:after {
  position: absolute;
  right: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  content: "Optional";
  font-weight: normal;
  top: 6px;
  display: block;
}
body .wFormContainer .wForm form .oneField .label.reqMark:after {
  display: none;
}
body .wFormContainer .wForm form .oneField br {
  display: none;
}
body .wFormContainer .wForm form .oneField .inputWrapper {
  display: block;
}
body .wFormContainer .wForm form .oneField .inputWrapper select:not([multiple]) {
  height: 52px !important;
  padding: 9px 84px 13px 18px !important;
  width: 100% !important;
  width: calc(100% + 40px) !important;
  border: none !important;
  line-height: 28px !important;
  background: transparent !important;
  font-size: 18px !important;
  font-family: soleil, Helvetica, Arial, sans-serif;
  color: #41414A;
}
body .wFormContainer .wForm form .oneField .inputWrapper textarea,
body .wFormContainer .wForm form .oneField .inputWrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 52px !important;
  padding: 9px 18px 13px 18px !important;
  width: 100% !important;
  line-height: 28px !important;
  font-size: 18px !important;
  font-family: soleil, Helvetica, Arial, sans-serif;
  color: #41414A;
}
body .wFormContainer .wForm form .oneField .inputWrapper textarea:focus,
body .wFormContainer .wForm form .oneField .inputWrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border: 1px solid #259992 !important;
}
body .wFormContainer .wForm form .oneField .inputWrapper textarea {
  height: 117px !important;
  padding: 13px 20px !important;
  margin-top: 8px;
}
body .wFormContainer .wForm form .oneField[role=radiogroup] .inputWrapper .choices {
  overflow: hidden;
  margin: 0 -5px 0 0;
  display: block;
}
body .wFormContainer .wForm form .oneField[role=radiogroup] .inputWrapper .choices .oneChoice {
  position: relative;
  float: left;
  margin: 0 0 0 -2px;
}
body .wFormContainer .wForm form .oneField[role=radiogroup] .inputWrapper .choices .oneChoice input {
  position: absolute;
  left: -9999px;
}
body .wFormContainer .wForm form .oneField[role=radiogroup] .inputWrapper .choices .oneChoice label {
  border: 2px solid #676974;
  cursor: pointer;
  padding: 10px 19px;
  color: #676974;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  display: block;
  position: relative;
  margin: 0px;
  transition: 0.3s ease-in-out;
}
body .wFormContainer .wForm form .oneField[role=radiogroup] .inputWrapper .choices .oneChoice label:hover {
  background: #BB1026;
  color: #FFF;
  border-color: #BB1026;
}
body .wFormContainer .wForm form .oneField[role=radiogroup] .inputWrapper .choices .oneChoice input:checked + label {
  background: #D0112A;
  border-color: #D0112A;
  color: #FFF;
  z-index: 10;
}
body .wFormContainer .wForm form .oneField[role=radiogroup] .inputWrapper .choices .oneChoice:first-of-type {
  margin-left: 0px;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices {
  overflow: hidden;
  margin: 0 -28px 0 0;
  display: block;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice {
  position: relative;
  float: left;
  margin: 0 28px 0 0;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice input {
  position: absolute;
  left: -9999px;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice label {
  padding: 0px 0 0px 28px;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  display: block;
  position: relative;
  border: none;
  break-inside: avoid;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #D0112A;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  border-radius: 0px;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice label:after {
  width: 12px;
  height: 12px;
  border-radius: 0px;
  background: #D0112A;
  content: "";
  display: none;
  position: absolute;
  top: 7px;
  left: 4px;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice label a {
  text-decoration: underline;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice label:hover {
  background: transparent;
  color: #000;
  border-color: transparent;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice input:checked + label {
  background: transparent;
  border-color: transparent;
  color: #000000;
}
body .wFormContainer .wForm form .oneField[role=group] .inputWrapper .choices .oneChoice input:checked + label:after {
  display: block;
}

body .modal-form-holder-4994425 .wFormContainer .wForm form .oneField .inputWrapper #tfa_13 .oneChoice {
  margin: 0 0 2px 0;
}
body .modal-form-holder-5001965 .wFormContainer .wForm form .oneField .inputWrapper #tfa_13 .oneChoice {
  width: auto;
  display: block;
  float: none;
}
body .modal-form-holder-4994435 .wFormContainer .wForm form div.section {
  padding-top: 40px;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 {
  overflow: hidden;
  margin: 0 -28px 0 0;
  display: block;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice {
  position: relative;
  float: left;
  margin: 0 28px 0 0;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice input {
  position: absolute;
  left: -9999px;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice label {
  padding: 0px 0 0px 28px;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  display: block;
  position: relative;
  border: none;
  break-inside: avoid;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #D0112A;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  border-radius: 0px;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice label:after {
  width: 12px;
  height: 12px;
  border-radius: 0px;
  background: #D0112A;
  content: "";
  display: none;
  position: absolute;
  top: 7px;
  left: 4px;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice label a {
  text-decoration: underline;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice label:hover {
  background: transparent;
  color: #000;
  border-color: transparent;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice input:checked + label {
  background: transparent;
  border-color: transparent;
  color: #000000;
}
body .modal-form-holder-4992165 .wFormContainer .wForm form .oneField .inputWrapper #tfa_66 .oneChoice input:checked + label:after {
  display: block;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  body .wFormContainer .wForm .wFormThankYou {
    padding: 20px;
  }
  body .wFormContainer .wForm form .oneField {
    padding: 0 20px 20px 20px;
  }
  body .wFormContainer .wForm form div.section > .preField {
    padding: 20px 20px 20px 20px !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
  body .wFormContainer .wForm form div.section .htmlSection {
    padding: 0 20px 20px 20px;
  }
  body .wFormContainer .wForm form div.actions {
    padding: 20px;
  }
}
#donate-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: #D0112A;
}
#donate-header .container {
  width: auto;
  margin: 0 32px;
}
#donate-header .container .logo {
  display: block;
  float: left;
  margin: 20px 0 0 0;
  z-index: 1;
  position: relative;
}
#donate-header .container .donation-form-steps {
  position: absolute;
  padding: 20px 0 0 0;
  text-align: center;
  width: 100%;
  left: 0px;
  top: 0px;
}
#donate-header .container .gf_step {
  background: #BB1026;
  line-height: 36px;
  font-size: 18px;
  padding: 8px 24px;
  margin: 0 8px 0 0;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  transform: skew(-8deg);
}
#donate-header .container .gf_step .gf_step_number {
  display: none;
}
#donate-header .container .gf_step .gf_step_label {
  position: relative;
  z-index: 1;
  display: inline-block;
  transform: skew(8deg);
}
#donate-header .container .gf_step.gf_step_completed, #donate-header .container .gf_step.gf_step_active {
  background: #FFF;
  color: #D0112A;
}
#donate-header .container .gf_step.gf_step_completed {
  background: transparent;
  line-height: 32px;
  color: #FFF;
  border: 2px solid #FFF;
  cursor: pointer;
  transition: 0.3s;
}
#donate-header .container .gf_step.gf_step_completed:hover, #donate-header .container .gf_step.gf_step_completed:active, #donate-header .container .gf_step.gf_step_completed:focus {
  background: #FFF;
  color: #D0112A;
}

body.page-id-495 #page-banner {
  border-bottom: 81px solid #D0112A;
}
body.page-id-495 #page-banner:before {
  display: none !important;
}

@media all and (min-width: 1024px) {
  body.page-id-495 #page-banner {
    min-height: calc(100vh - 400px);
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  body.page-id-495 #page-banner .container .button-watch-video {
    right: 87px;
  }

  .banner-text .manage-communication-preferences-link {
    font-size: 14px;
    margin-top: 10px;
  }
}
body.page-template-page-donate {
  background: #D0112A;
}

.getAddress_autocomplete_list {
  padding: 0px;
  border: 1px solid #259992;
}
.getAddress_autocomplete_list li {
  padding: 10px 12px;
  border-bottom: 1px solid #EEE;
  font-size: 16px;
  line-height: 28px;
}
.getAddress_autocomplete_list li.getAddress_autocomplete_suggestion_show_all {
  color: #D0112A;
}

.page-block-donate {
  padding: 164px 0 0 0;
  background: #D0112A;
}
.page-block-donate .donate-form {
  display: flex;
  align-items: top;
}
.page-block-donate .donate-form .donate-form-intro {
  position: relative;
  z-index: 1;
  width: 34%;
  padding: 0 32px 64px 0;
}
.page-block-donate .donate-form .donate-form-intro h5 {
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  word-wrap: break-word;
  margin: 0 0 19px 0;
}
.page-block-donate .donate-form .donate-form-intro h3, .page-block-donate .donate-form .donate-form-intro h2, .page-block-donate .donate-form .donate-form-intro h1 {
  font-size: 48px;
  line-height: 50px;
  color: #FFF;
  margin: 0 0 71px 0;
}
.page-block-donate .donate-form .donate-form-intro .donating-to {
  margin: -71px 0 90px 0;
  padding: 27px 0 0 0;
}
.page-block-donate .donate-form .donate-form-intro .donating-to p {
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
}
.page-block-donate .donate-form .donate-form-intro .donating-to p a {
  text-decoration: underline;
  color: #FFF;
}
.page-block-donate .donate-form .donate-form-intro .donating-to p a:hover, .page-block-donate .donate-form .donate-form-intro .donating-to p a:active, .page-block-donate .donate-form .donate-form-intro .donating-to p a:focus {
  opacity: 0.7;
}
.page-block-donate .donate-form .donate-form-intro .donation-quote {
  position: relative;
  text-align: center;
  margin: 0 20px;
}
.page-block-donate .donate-form .donate-form-intro .donation-quote img {
  position: relative;
  z-index: 4;
  margin: 0 auto;
}
.page-block-donate .donate-form .donate-form-intro .donation-quote:before {
  position: absolute;
  top: 91px;
  left: 25px;
  width: 140px;
  height: 113px;
  background: url(../images/donation-quote-graphic-a.png) no-repeat;
  content: "";
  display: block;
  z-index: 2;
}
.page-block-donate .donate-form .donate-form-intro .donation-quote:after {
  position: absolute;
  top: 54px;
  left: 50%;
  width: 91px;
  height: 81px;
  background: url(../images/donation-quote-graphic-b.png) no-repeat;
  content: "";
  display: block;
  z-index: 2;
}
.page-block-donate .donate-form .donate-form-intro .donation-quote blockquote {
  margin: -76px 0 0 0;
  z-index: 1;
  position: relative;
  background: #BB1026;
  transform: skew(-9deg);
  padding: 93px 50px 35px 50px;
}
.page-block-donate .donate-form .donate-form-intro .donation-quote blockquote p {
  transform: skew(9deg);
  font-size: 18px;
  line-height: 27px;
  color: #FFF;
  margin: 0 0 19px 0;
  font-style: italic;
}
.page-block-donate .donate-form .donate-form-intro .donation-quote blockquote p:last-of-type {
  font-weight: 500;
  margin: 0px;
}
.page-block-donate .donate-form .donate-form-holder {
  width: 66%;
  padding: 0 107px 64px 0;
  position: relative;
}
.page-block-donate .donate-form .donate-form-holder h1, .page-block-donate .donate-form .donate-form-holder h2, .page-block-donate .donate-form .donate-form-holder h3, .page-block-donate .donate-form .donate-form-holder h4, .page-block-donate .donate-form .donate-form-holder h5, .page-block-donate .donate-form .donate-form-holder h6 {
  padding-top: 0px;
}
.page-block-donate .donate-form .donate-form-holder .donate-form-back {
  position: absolute;
  top: -40px;
  left: 0px;
  display: none;
  z-index: 10;
}
.page-block-donate .donate-form .donate-form-holder .donate-form-back a {
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
  font-weight: bold;
}
.page-block-donate .donate-form .donate-form-holder .donate-form-back a svg {
  display: inline-block;
  margin: 0 6px 0 0;
  top: 0px;
  position: relative;
}
.page-block-donate .donate-form .donate-form-holder .donate-form-back a:hover, .page-block-donate .donate-form .donate-form-holder .donate-form-back a:active, .page-block-donate .donate-form .donate-form-holder .donate-form-back a:focus {
  color: #ffe8eb;
}
.page-block-donate .donate-form .donate-form-holder .donate-change-monthly-amount {
  margin: 16px 0 0 0;
  background: url(../images/donate-change-monthly-amount-left.png) no-repeat left top #EE7D21;
}
.page-block-donate .donate-form .donate-form-holder .donate-change-monthly-amount .donate-change-monthly-amount-inner {
  padding: 25px 43px 21px 43px;
  text-align: center;
  background: url(../images/donate-change-monthly-amount-right.png) no-repeat right bottom;
}
.page-block-donate .donate-form .donate-form-holder .donate-change-monthly-amount h5 {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
}
.page-block-donate .donate-form .donate-form-holder .donate-change-monthly-amount .arrow-link {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.page-block-donate .donate-form .donate-form-holder .donate-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  z-index: 1;
}
.page-block-donate .donate-form .donate-form-holder .donate-box header {
  padding: 35px 0 21px 0;
  position: relative;
  margin: 0 48px;
  border-bottom: 1px solid #EEEEEE;
}
.page-block-donate .donate-form .donate-form-holder .donate-box header h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 4px 0;
}
.page-block-donate .donate-form .donate-form-holder .donate-box.donate-box-hide-frequency-monthly .form-donation-frequency .gchoice:first-child {
  visibility: hidden !important;
  position: absolute;
  left: -9999px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box.donate-box-hide-frequency-once .form-donation-frequency .gchoice:last-child {
  visibility: hidden !important;
  position: absolute;
  left: -9999px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box.donate-box-hide-give-to .field-give-to,
.page-block-donate .donate-form .donate-form-holder .donate-box.donate-box-hide-give-to .field-gift-to-go {
  visibility: hidden !important;
  position: absolute;
  left: -9999px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box.donate-box-hide-frequency-field .form-donation-frequency {
  visibility: hidden !important;
  position: absolute;
  left: -9999px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box.donate-box-hide-address-lookup-field .field-address-lookup {
  visibility: hidden !important;
  position: absolute;
  left: -9999px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .donation-amount-could-buy-options,
.page-block-donate .donate-form .donate-form-holder .donate-box #what-is-gift-aid {
  display: none;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields {
  padding: 42px 48px 24px 48px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-custom-amount {
  margin-top: -6px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-custom-amount .instruction {
  display: none;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-donation-from .gfield_label {
  font-weight: normal;
  cursor: pointer;
  line-height: 28px;
  height: 28px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-donation-from .gfield_label span {
  font-weight: bold;
  padding: 0 22px 0 0;
  background: url(../images/form-donation-from-select-arrow.svg) no-repeat right 8px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-donation-from .ginput_container_select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  height: 28px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-donation-from .ginput_container_select select {
  height: 28px;
  padding: 0px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .field-address-hide {
  visibility: hidden !important;
  position: absolute;
  left: -9999px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_2_8,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_5_8 {
  margin-top: -8px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_2_12,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_5_12 {
  margin-top: -5px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_2_13,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_5_13 {
  margin-top: -14px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-total-donation-amount {
  display: none;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gfield-description-popup label a {
  margin: 0 0 0 4px;
  position: relative;
  top: 4px;
  color: #676974;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gfield-description-popup label a:hover, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gfield-description-popup label a:active, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gfield-description-popup label a:focus {
  color: #D0112A;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gfield-description-popup .gfield_description {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it {
  border: 1px solid #D6D6D6;
  padding: 54px 32px 26px 32px;
  position: relative;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it:before {
  position: absolute;
  top: 32px;
  right: 35px;
  width: 118px;
  height: 42px;
  background: url(../images/gift-aid-it.svg) no-repeat;
  content: "";
  display: block;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gfield_label {
  position: absolute;
  top: 25px;
  left: 32px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gfield_label a {
  margin: 0 0 0 4px;
  position: relative;
  top: 4px;
  color: #676974;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gfield_label a:hover, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gfield_label a:active, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gfield_label a:focus {
  color: #D0112A;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gift-aid-amount {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 11px 0;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gfield_description {
  font-size: 12px;
  line-height: 18px;
  color: #41414A;
  padding: 13px 0 0 0;
  display: none;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it.is-checked .gfield_description {
  display: block;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-leave-gift-in-will {
  border: 1px solid #D6D6D6;
  padding: 54px 32px 26px 32px;
  position: relative;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-leave-gift-in-will:before {
  display: none;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-leave-gift-in-will .gfield_label {
  position: absolute;
  top: 20px;
  left: 32px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-leave-gift-in-will .gfield_label a {
  margin: 0 0 0 4px;
  position: relative;
  top: 4px;
  color: #676974;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-leave-gift-in-will .gfield_label a:hover, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-leave-gift-in-will .gfield_label a:active, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-leave-gift-in-will .gfield_label a:focus {
  color: #D0112A;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gfield_html_formatted small {
  display: block;
  font-size: 12px;
  line-height: 22px;
  padding: 19px 0 0 0;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gfield_html_formatted small:first-of-type {
  padding: 0px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gfield_html_formatted small a {
  text-decoration: underline;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gsection {
  padding: 35px 0 28px 0;
  margin: -42px 0 0 0;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gsection h3 {
  font-size: 24px;
  line-height: 36px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_2_37,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_5_37 {
  cursor: pointer;
  padding-right: 150px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_2_37:after,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_5_37:after {
  position: absolute;
  top: 50%;
  right: 0px;
  line-height: 36px;
  margin: -18px 0 0 0;
  font-size: 18px;
  color: #D0112A;
  background: url(../images/icon-confirm.svg) no-repeat left 11px;
  padding: 0 0 0 18px;
  font-weight: bold;
  content: "Confirm";
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-take-gift-on {
  padding-bottom: 16px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-take-gift-on .gfield_description {
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #41414A;
  display: block;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-take-gift-on .gfield_description.gfield_validation_message {
  padding: 3px 0 0 0;
  line-height: 28px;
  font-size: 14px;
  color: #D0112A;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation p {
  font-size: 12px;
  line-height: 20px;
  color: #41414A;
  margin: 0 0 20px 0;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation p strong {
  color: #000000;
  padding-bottom: 5px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation p a {
  text-decoration: underline;
  color: #D0112A;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation p a:hover, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation p a:active, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation p a:focus {
  color: #000;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation #bank-details-confirmation {
  padding: 0 0 22px 0;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation #bank-details-confirmation table {
  width: 100%;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation #bank-details-confirmation table tr td {
  border-bottom: 1px solid #EEEEEE;
  padding: 12px 0;
  font-size: 18px;
  line-height: 36px;
  color: #000;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation #bank-details-confirmation table tr td:last-child {
  text-align: right;
  width: 50%;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation .direct-debit-guarantee {
  position: relative;
  border-top: 1px solid #EEE;
  padding: 38px 0 0 0;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation .direct-debit-guarantee:before {
  position: absolute;
  top: 30px;
  display: block;
  content: "";
  background: url(../images/directdebit.png) no-repeat;
  right: 0px;
  width: 122px;
  height: 40px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation .direct-debit-guarantee h4 {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 16px 0;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation .direct-debit-guarantee ul li {
  font-size: 12px;
  line-height: 20px;
  color: #41414A;
  padding: 0 0 0 24px;
  position: relative;
  margin: 0 0 8px 0;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation .direct-debit-guarantee ul li:before {
  content: "•";
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gf_page_steps {
  display: none;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .display-error-wrapper {
  padding: 48px 48px 0 48px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .display-error-wrapper .display-error {
  margin: 0px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer {
  border-top: 1px solid #EEE;
  padding: 20px 48px;
  margin: 0px;
  position: relative;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_next_button,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_button {
  margin-right: 20px;
  transform: none;
  margin: 0 20px 0 0;
  transition: 0.3s ease-in-out;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_next_button:hover, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_next_button:active, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_next_button:focus,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_button:hover,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_button:active,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_button:focus {
  background: #BB1026;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_ajax_spinner {
  margin: 0 20px 0 -10px;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_previous_button {
  position: relative;
  top: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 36px;
  transform: none;
  height: auto;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_previous_button:hover, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_previous_button:active, .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_previous_button:focus {
  color: #D0112A;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .donation-amount-could-buy {
  height: 221px;
  position: relative;
  display: flex;
  align-items: center;
  grid-column: span 12;
  -ms-grid-column-span: 12;
  background: url(../images/donation-amount-could-buy-back.png) no-repeat left center #FCDA46;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .donation-amount-could-buy .donation-amount-could-buy-heading {
  width: calc(50% - 40px);
  font-size: 32px;
  line-height: 31px;
  padding: 0 7px 0 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .donation-amount-could-buy .donation-amount-could-buy-heading span {
  font-size: 24px;
  line-height: 31px;
  display: block;
}
.page-block-donate .donate-form .donate-form-holder .donate-box .donation-amount-could-buy .donation-amount-image {
  background: none no-repeat center center;
  background-size: cover;
  height: 100%;
  width: calc(50% + 40px);
  display: block;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}

.processing-information-loader {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.processing-information-loader .processing-information-loader-inner {
  position: absolute;
  max-width: 557px;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background: #FFF;
  padding: 64px 64px 82px 64px;
}
.processing-information-loader .processing-information-loader-inner .processing-information-animation {
  margin: -90px 0;
}
.processing-information-loader .processing-information-loader-inner h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 35px 0 0 0;
  margin: 0 0 15px 0;
}
.processing-information-loader .processing-information-loader-inner p {
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .processing-information-loader .processing-information-loader-inner {
    width: 90%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 5%;
    max-width: none;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-donate .donate-form .donate-form-holder {
    padding: 0 0 64px 0;
  }
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_label {
  margin: 0 0 8px 0;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice {
  position: relative;
  margin: 0 0 0 -2px;
  flex-grow: 1;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice input {
  position: absolute;
  left: -9999px;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice label {
  border: 2px solid #676974;
  cursor: pointer;
  padding: 10px 12px;
  color: #676974;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  display: block;
  position: relative;
  margin: 0px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice label:before, body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice label:after {
  left: -9999px;
  border: none !important;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice label:hover {
  background: #BB1026;
  color: #FFF;
  border-color: #BB1026;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice input:checked + label {
  background: #D0112A;
  border-color: #D0112A;
  color: #FFF;
  z-index: 10;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice input:focus + label {
  outline: 1px dotted #D0112A !important;
  outline-offset: 1px !important;
}
body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice:first-of-type {
  margin-left: 0px;
}
body .gform_wrapper.gravity-theme .form-radio-buttons.include-tick .gfield_radio .gchoice label:before {
  display: none;
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
  background: url(../images/radio-button-tick.svg) no-repeat center right;
  position: relative;
  top: 0px;
  content: "";
  left: auto;
}
body .gform_wrapper.gravity-theme .form-radio-buttons.include-tick .gfield_radio .gchoice label:after {
  display: none;
}
body .gform_wrapper.gravity-theme .form-radio-buttons.include-tick .gfield_radio .gchoice input:checked + label:before {
  display: inline-block;
}
body .gform_wrapper.gravity-theme .form-radio-buttons.include-tick .gfield_radio .gchoice input:focus + label:before {
  outline: 1px dotted #D0112A;
  outline-offset: 1px;
}

#donate-footer {
  padding: 0 0 44px 0;
  background: #D0112A;
}
#donate-footer img {
  float: right;
  margin: 0px;
}
#donate-footer p {
  font-size: 14px;
  line-height: 26px;
  color: #FFF;
}
#donate-footer p a {
  text-decoration: underline;
  color: #FFF;
}
#donate-footer p a:hover, #donate-footer p a:active, #donate-footer p a:focus {
  color: #FCDA46;
}

.page-block-donate .donate-form .donate-form-intro .donation-totaliser {
  position: relative;
  text-align: center;
  margin: -40px 20px 0px 20px;
  padding: 0px 50px 93px 50px;
}

.page-block-donate .donate-form .donate-form-intro .donation-totaliser .total {
  font-size: 28px;
  font-weight: 600;
  color: #FFF;
}

.page-block-donate .donate-form .donate-form-intro .donation-totaliser .total-of {
  font-size: 24px;
  color: #FFF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #donate-header .container {
    margin: 0 20px;
  }
  #donate-header .container .logo {
    margin: 16px 0 0 0;
  }
  #donate-header .container .logo img {
    height: 44px;
  }
  #donate-header .container .donation-form-steps {
    padding: 17px 0 0 40px;
  }
  #donate-header .container .donation-form-steps .gf_step {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 12px;
    margin: 0 2px;
  }
  #donate-header .container .donation-form-steps .gf_step .gf_step_number {
    display: inline-block;
  }
  #donate-header .container .donation-form-steps .gf_step .gf_step_number:after {
    content: ".";
  }
  #donate-header .container .donation-form-steps .gf_step .gf_step_label {
    display: none;
  }
  #donate-header .container .donation-form-steps .gf_step.gf_step_completed {
    line-height: 16px;
  }

  .page-block-donate {
    padding: 127px 0 0 0;
  }
  .page-block-donate .donate-form {
    display: block;
    position: relative;
  }
  .page-block-donate .donate-form .donate-form-intro {
    padding: 0 0 40px 0;
    width: auto;
  }
  .page-block-donate .donate-form .donate-form-intro h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px 0;
  }
  .page-block-donate .donate-form .donate-form-intro h3 {
    font-size: 32px;
    line-height: 36px;
    margin: 0px;
  }
  .page-block-donate .donate-form .donate-form-intro .donating-to {
    margin: 0px;
    padding: 15px 0 0 0;
  }
  .page-block-donate .donate-form .donate-form-intro .donating-to p br {
    display: none;
  }
  .page-block-donate .donate-form .donate-form-intro .donating-to p a {
    margin-left: 10px;
  }
  .page-block-donate .donate-form .donate-form-intro .donation-quote {
    display: none;
  }
  .page-block-donate .donate-form .donate-form-holder {
    position: static;
    width: auto;
    padding: 0 0 64px 0;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-form-back {
    top: -55px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-form-back a {
    font-size: 12px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-form-back a svg {
    top: 1px;
  }

  #donate-footer img {
    float: none;
    display: block;
    margin: 0 0 16px 0;
  }
  #donate-footer p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 8px 0;
  }

  .page-block-donate .donate-form .donate-form-intro .donation-totaliser {
    display: none;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-donate .donate-form .donate-form-holder .donate-change-monthly-amount {
    background-image: url(../images/donate-change-monthly-amount-left-mobile.png);
  }
  .page-block-donate .donate-form .donate-form-holder .donate-change-monthly-amount .donate-change-monthly-amount-inner {
    padding: 21px 43px 15px 43px;
    background-image: url(../images/donate-change-monthly-amount-right-mobile.png);
  }
  .page-block-donate .donate-form .donate-form-holder .donate-change-monthly-amount .donate-change-monthly-amount-inner h5 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 9px 0;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box {
    margin: 0 -19px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box header {
    padding: 16px 0 16px 0;
    position: relative;
    margin: 0 20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box header h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box header a {
    font-size: 14px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields {
    padding: 32px 20px 32px 20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it {
    padding: 43px 20px 15px 20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it:before {
    width: 67px;
    height: 24px;
    background-size: 67px auto;
    top: 20px;
    right: 20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gfield_label {
    top: 17px;
    left: 20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-gift-aid-it .gift-aid-amount {
    font-size: 14px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-take-gift-on .gfield_radio {
    display: block;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-take-gift-on .gfield_radio .gchoice {
    margin: 0 0 6px 0;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-take-gift-on .gfield_description {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation #bank-details-confirmation table tr td {
    padding: 12px 0;
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation .direct-debit-guarantee {
    padding: 94px 20px 0 20px;
    margin: 0 -20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation .direct-debit-guarantee:before {
    top: 40px;
    left: 20px;
    right: auto;
    width: 122px;
    height: 40px;
    background-size: 122px auto;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .form-bank-details-confirmation .direct-debit-guarantee h4 {
    font-size: 18px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gsection {
    padding: 18px 20px;
    margin: -32px -20px 0 -20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields .gsection h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_2_37,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_5_37 {
    padding-right: 150px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_2_37:after,
.page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_fields #field_5_37:after {
    font-size: 16px;
    right: 20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer {
    padding: 20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .button {
    width: 100%;
    display: block;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .gform_page_footer .gform_previous_button {
    display: block;
    width: 100%;
    position: relative;
    margin: 13px 0 0 0;
    top: auto;
    font-size: 16px;
    left: auto !important;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .display-error-wrapper {
    padding: 23px 20px 0 20px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .display-error-wrapper .display-error strong {
    font-size: 14px;
    line-height: 28px;
  }
  .page-block-donate .donate-form .donate-form-holder .donate-box .donation-amount-could-buy {
    display: none;
  }

  body .gform_wrapper.gravity-theme .form-radio-buttons .ginput_container_radio {
    margin: 0 -3px 0 0;
  }
  body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice {
    margin: 0 3px 6px 3px;
  }
  body .gform_wrapper.gravity-theme .form-radio-buttons .gfield_radio .gchoice label {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 12px;
  }
  body .gform_wrapper.gravity-theme .form-radio-buttons.include-tick {
    margin: 0 -3px -6px -3px;
  }
  body .gform_wrapper.gravity-theme .form-radio-buttons.include-tick .gfield_radio {
    display: block;
  }
  body .gform_wrapper.gravity-theme .form-radio-buttons.include-tick .gfield_radio .gchoice {
    float: left;
    width: 50%;
    padding: 0 3px 6px 3px;
    margin: 0px;
    display: block;
  }
  body .gform_wrapper.gravity-theme .form-radio-buttons.include-tick .gfield_radio .gchoice label:before {
    width: 14px;
    height: 14px;
    background-size: 14px auto;
    top: 1px;
  }
}
#leaving-us {
  display: none;
}

.leaving-us-content {
  padding: 0 0 32px 0;
}
.leaving-us-content img {
  margin: 0 0 22px 0;
  width: 100%;
}

.leaving-us-modal .info-modal-close {
  display: none;
}

.leaving-us-bottom {
  margin: 0 -40px -24px -40px;
  border-top: 1px solid #EEEEEE;
  padding: 20px 40px;
}
.leaving-us-bottom .button {
  margin: 0 8px 0 0;
}

#footer-cta {
  position: relative;
  background: #D0112A;
  z-index: 20;
}
#footer-cta .container {
  padding: 75px 0 80px 0;
}
#footer-cta .container img {
  position: absolute;
  right: 48px;
  bottom: -91px;
  display: block;
}
#footer-cta .container article {
  width: 50%;
}
#footer-cta .container article h5 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 14px 0;
  padding: 0px;
  color: #FFF;
}
#footer-cta .container article h4 {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 34px 0;
  padding: 0px;
  color: #FFF;
}
#footer-cta .container article .buttons {
  padding: 0 0 0 2px;
}
#footer-cta .container article .buttons .button {
  margin: 0 8px 0 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #footer-cta .container img {
    right: 0px;
  }
}
@media all and (max-width: 1024px) and (min-width: 0px) {
  #footer-cta .container img {
    width: 430px;
    bottom: -51px;
  }
  #footer-cta .container article h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 5px 0;
  }
  #footer-cta .container article h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 25px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #footer-cta .container {
    padding: 32px 0 40px 0;
  }
  #footer-cta .container img {
    display: none;
  }
  #footer-cta .container article {
    width: auto;
  }
}
#site-footer {
  background: #FCDA46;
  padding: 74px 0 27px 0;
  position: relative;
  z-index: 21;
}
#site-footer .graphic-a {
  background: url(../images/footer-graphic-a.png) no-repeat;
  width: 91px;
  height: 133px;
  right: 0px;
  top: 90px;
  position: absolute;
}
#site-footer .graphic-b {
  background: url(../images/footer-graphic-b.png) no-repeat;
  width: 127px;
  height: 94px;
  right: 216px;
  bottom: 0px;
  position: absolute;
}
#site-footer .container {
  z-index: 2;
}
#site-footer .footer-widgets {
  padding: 0 0 64px 0;
}
#site-footer .footer-widgets aside {
  float: left;
}
#site-footer .footer-widgets aside h5 {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin: 0 0 10px 0;
}
#site-footer .footer-widgets aside p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin: 0 0 19px 0;
}
#site-footer .footer-widgets aside p a {
  color: #000;
  text-decoration: underline;
}
#site-footer .footer-widgets aside p a:hover, #site-footer .footer-widgets aside p a:active, #site-footer .footer-widgets aside p a:focus {
  color: #D0112A;
}
#site-footer .footer-widgets aside ul li {
  display: block;
  padding: 0 0 12px 0;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
#site-footer .footer-widgets aside ul li a {
  color: #000;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
#site-footer .footer-widgets aside ul li a:before {
  background: #000;
  bottom: -2px;
}
#site-footer .footer-widgets aside.widget-newsletter {
  width: 504px;
  padding: 0 109px 0 0;
}
#site-footer .footer-widgets aside.widget-contact {
  width: 289px;
  padding: 0 40px 0 0;
}
#site-footer .footer-widgets aside.widget-social .follow-social a {
  color: #000;
  vertical-align: middle;
  display: inline-block;
  margin: 0 22px 0 0;
}
#site-footer .footer-widgets aside.widget-social .follow-social a:hover, #site-footer .footer-widgets aside.widget-social .follow-social a:active, #site-footer .footer-widgets aside.widget-social .follow-social a:focus {
  color: #D0112A;
}
#site-footer .footer-bottom nav {
  margin: 0 0 8px 0;
}
#site-footer .footer-bottom nav ul {
  margin: 0 -16px;
}
#site-footer .footer-bottom nav ul li {
  display: inline-block;
  margin: 0 16px;
}
#site-footer .footer-bottom nav ul li a {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
}
#site-footer .footer-bottom nav ul li a:hover, #site-footer .footer-bottom nav ul li a:active, #site-footer .footer-bottom nav ul li a:focus {
  color: #D0112A;
}
#site-footer .footer-bottom p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin: 0px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  #site-footer .graphic-b {
    width: 56px;
    height: 56px;
    bottom: 0px;
    right: 0px;
    background-image: url(../images/mobile-footer-graphic-b.png);
  }
  #site-footer .footer-widgets aside.widget-newsletter {
    width: 464px;
    padding-right: 59px;
  }
  #site-footer .footer-widgets aside.widget-contact {
    width: 289px;
    padding: 0 20px 0 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer {
    padding: 39px 0 36px 0;
  }
  #site-footer .graphic-a {
    width: 43px;
    height: 91px;
    right: 0px;
    top: 50%;
    margin: -45px 0 0 0;
    background-image: url(../images/mobile-footer-graphic-a.png);
  }
  #site-footer .footer-widgets {
    padding: 0px;
  }
  #site-footer .footer-widgets aside {
    float: none;
  }
  #site-footer .footer-widgets aside h5 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 6px 0;
  }
  #site-footer .footer-widgets aside p {
    margin: 0 0 18px 0;
  }
  #site-footer .footer-widgets aside ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 8px 0;
  }
  #site-footer .footer-widgets aside ul li a {
    font-size: 16px;
  }
  #site-footer .footer-widgets aside.widget-newsletter {
    padding: 0 0 31px 0;
    width: auto;
    text-align: left;
  }
  #site-footer .footer-widgets aside.widget-newsletter .subscribe-form {
    margin: 0px;
  }
  #site-footer .footer-widgets aside.widget-contact {
    padding: 0 0 25px 0;
    width: auto;
  }
  #site-footer .footer-widgets aside.widget-social {
    padding: 0 0 43px 0;
    width: auto;
  }
  #site-footer .footer-bottom nav {
    margin: 0px;
  }
  #site-footer .footer-bottom nav ul {
    margin: 0 -12px;
  }
  #site-footer .footer-bottom nav ul li {
    margin: 0 12px 9px 12px;
  }
}

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