@font-face {
  font-family: 'wwfwebfont';
  src: url("../assets/fonts/wwfwebfont.eot");
  src: url("../assets/fonts/wwfwebfont.eot") format("embedded-opentype"), url("../assets/fonts/wwfwebfont.woff2") format("woff2"), url("../assets/fonts/wwfwebfont.woff") format("woff"), url("../assets/fonts/wwfwebfont.ttf") format("truetype"), url("../assets/fonts/wwfwebfont.svg#wwfwebfont") format("svg"); }

.wwf-font {
  font-family: 'wwfwebfont'; }

/* =Reset
-------------------------------------------------------------- */
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, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }
  
  sup {
    font-size: 75%;
  }
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

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

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

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

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

img {
  max-width: 100%;
  height: auto; }
  
.text-size18 ul li{
    font-size: 18px;
  }
/** main styles **/
/*!
 * 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
 */
@-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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

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

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

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

html {
  font-size: 100%; }

* {
  font-family: 'Open Sans', sans-serif; }
  *, *:before, *:after {
    box-sizing: border-box; }

body {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3D3D3D;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 118px; }
  @media screen and (max-width: 991px) {
    body {
      padding-top: 60px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
    font-size: 1rem; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    overflow: hidden; }
    #wpadminbar .ab-top-menu {
      white-space: nowrap;
      overflow: auto; } }

.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;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.skip-link {
  background: #0c2644;
  background-image: linear-gradient(202deg, #35475f, rgba(53, 71, 95, 0));
  color: #ebe8ed;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  z-index: 1;
  line-height: 3;
  max-height: 0;
  -webkit-transition: max-height 200ms ease-in-out;
  transition: max-height 200ms ease-in-out; }

a {
  color: #005A70; }
  .post-content-entry a,
  .modal a,
  .rte a {
    text-decoration: underline; }
    .post-content-entry a:hover,
    .modal a:hover,
    .rte a:hover {
      text-decoration: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

ul, ol {
  margin-bottom: 0; }

figure {
  margin: 0; }

::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: none; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #005A70;
  border-radius: 15px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #008EBD; }

ul.list-col-4 {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  ul.list-col-4 li {
    display: inline-flex;
    width: 24%;
    padding: 0;
    justify-content: space-between; }
    @media (max-width: 768px) {
      ul.list-col-4 li {
        width: 49%; } }
    @media (max-width: 480px) {
      ul.list-col-4 li {
        width: 100%;
        margin: 0 0 10px; } }
    ul.list-col-4 li:before {
      display: none; }

ul.list-col-2 {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  ul.list-col-2 li {
    display: inline-flex;
    width: 48%;
    padding: 0;
    justify-content: space-between; }
    @media (max-width: 480px) {
      ul.list-col-2 li {
        width: 100%;
        margin: 0 0 10px; } }
    ul.list-col-2 li:before {
      display: none; }

.l-wrap {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }

main {
  position: relative; }

.btn-scroll-top {
  position: absolute;
  bottom: 30px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5D200;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 57px;
  transition: all 0.3s;
  z-index: 100;
  outline: none; }
  .btn-scroll-top svg {
    width: 22px;
    height: 18px;
    display: block; }
  @media (max-width: 600px) {
    .btn-scroll-top {
      width: 40px;
      height: 40px;
      line-height: 40px;
      top: -20px;
      right: 10px; }
      .btn-scroll-top svg {
        width: 20px;
        height: 20px; } }
  .btn-scroll-top:hover {
    opacity: 0.75; }

.wwf-view-all-btn {
  text-decoration: none;
  background: #000;
  border: none;
  transition: all 0.3s;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  border-radius: 8px;
  display: inline-block;
  font-family: 'wwfwebfont';
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  line-height: 1.1;
  padding: 9px 18px 12px 20px;
  text-align: center;
  text-transform: uppercase; }
  .wwf-view-all-btn:hover {
    background: #005A70;
    text-decoration: none;
    color: #fff;
    opacity: 1; }
  .wwf-view-all-btn.mod-fw {
    width: 100%; }
  .wwf-view-all-btn:focus {
    outline: none; }

.wwf-text-box-tools.mod-pt {
  margin-top: 80px; }
  .wwf-text-box-tools.mod-pt .share-box {
    margin-bottom: 0; }

.wwf-text-box-tools .printfriendly a {
  background: url("../assets/svg/icon-print.svg") no-repeat 30px 50%;
  display: inline-block;
  border: 2px solid #3D3D3D;
  border-radius: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3D3D3D;
  transition: all 0.3s;
  padding: 0 30px 0 55px;
  margin: 0 10px 10px;
  height: 54px; }
  .wwf-text-box-tools .printfriendly a:hover {
    text-decoration: none; }
  .wwf-text-box-tools .printfriendly a:focus {
    outline: none; }

  .wwf-btn-download.yellow {
    background: #F5D200;
    color: #000000;
    border: none;
  }
  .wwf-btn-download.blue {
    background: #005A70;
    color: #ffffff;
    border: none;
  }
  .wwf-btn-download.blue:hover {
    background: transparent;
    color: #000000;
    border: 2px solid #005A70;
  }
  .wwf-btn-download.black {
    background: #000000;
    color: #ffffff;
    border: none;
  }
  .wwf-btn-download.black:hover {
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
  }
  .wwf-btn-download {
  display: inline-block;
  border: 2px solid #3D3D3D;
  border-radius: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3D3D3D;
  transition: all 0.3s;
  padding: 0 18px 0 20px;
  margin: 0 10px 10px;
  height: 54px; }
  
  .wwf-btn-download:hover {
    background: #005A70;
    color: #fff;
    text-decoration: none; }
  .wwf-btn-download:focus {
    outline: none; }

.wwf-action-btn, .sc-section .form-holder button {
  align-items: center;
  background: #F5D200;
  border: none;
  border-radius: 8px;
  color: #000000!important;
  display: inline-flex;
  font-family: 'wwfwebfont';
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  line-height: 1.1;
  padding: 8px 13px 11px 15px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s; }
  .wwf-action-btn:hover, .sc-section .form-holder button:hover {
    background: #F07D00;
    color: #000000;
    text-decoration: none; }
  .wwf-action-btn:focus, .sc-section .form-holder button:focus {
    outline: none; }

.wwf-action-reverted-btn {
  background: #F07D00;
  border: none;
  border-radius: 8px;
  color: #000000;
  display: inline-block;
  font-family: 'wwfwebfont';
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  line-height: 1.1;
  padding: 8px 13px 11px 15px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s; }
  .wwf-action-reverted-btn:hover {
    background: #F5D200;
    color: #000000;
    text-decoration: none; }
  .wwf-action-reverted-btn:focus {
    outline: none; }

.wwf-primary-btn, .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"],
.wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"] {
  background: #005A70;
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'wwfwebfont';
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  line-height: 1.1;
  padding: 8px 18px 11px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s; }
  .wwf-primary-btn.mod-yellow, .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input.mod-yellow[type="submit"],
  .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input.mod-yellow[type="button"] {
    background: #F5D200;
    color: #151515; }
    .wwf-primary-btn.mod-yellow:hover, .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input.mod-yellow:hover[type="submit"],
    .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input.mod-yellow:hover[type="button"] {
      background: #005A70;
      color: #fff;
      opacity: 1; }
  .wwf-primary-btn:hover, .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input:hover[type="submit"],
  .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input:hover[type="button"] {
    background: #064E61;
    text-decoration: none;
    color: #FFFFFF; }
  .wwf-primary-btn:focus, .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input:focus[type="submit"],
  .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input:focus[type="button"] {
    outline: none; }

.wwf-secondary-btn {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  border: 2px solid #151515;
  border-radius: 4px;
  color: #151515;
  display: inline-flex;
  font-family: 'wwfwebfont';
  font-size: 16px;
  font-size: 1rem;
  justify-content: center;
  letter-spacing: 1.5px;
  line-height: 1.1;
  padding: 4px 13px 5px 15px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s; }
  .wwf-secondary-btn.is-active, .wwf-secondary-btn:hover {
    background: #151515;
    text-decoration: none;
    color: #FFFFFF; }
  .wwf-secondary-btn:focus {
    outline: none; }

.wwf-white-btn, .site-footer-tools-btn {
  border: 2px solid #979797;
  border-radius: 8px;
  color: #D8D8D8;
  display: inline-block;
  font-family: 'wwfwebfont';
  font-size: 20px;
  font-size: 1.25rem;
  height: 40px;
  letter-spacing: 1.5px;
  line-height: 1.1;
  padding: 7px 13px 11px 15px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s; }
  .wwf-white-btn.is-active, .is-active.site-footer-tools-btn, .wwf-white-btn:hover, .site-footer-tools-btn:hover {
    background: #005A70;
    border-color: #005A70;
    text-decoration: none;
    color: #D8D8D8; }
  .wwf-white-btn:focus, .site-footer-tools-btn:focus {
    outline: none; }

.wp-caption {
  position: relative; }
  .post-content-entry .wp-caption, .wp-caption.aligncenter {
    float: none;
    margin: 20px auto; }
    @media (max-width: 600px) {
      .post-content-entry .wp-caption, .wp-caption.aligncenter {
        float: none;
        margin: 0 auto 20px; } }
  .wp-caption.alignright {
    float: right;
    margin: 0 0 20px 20px; }
    @media (max-width: 600px) {
      .wp-caption.alignright {
        float: none;
        margin: 0 auto 20px; } }
  .wp-caption.alignleft {
    float: right;
    margin: 0 20px 20px 0; }
    @media (max-width: 600px) {
      .wp-caption.alignleft {
        float: none;
        margin: 0 auto 20px; } }
  .wp-caption .wp-caption-text {
    top: auto;
    right: auto;
    left: 10%;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute;
    margin: 0 !important; }
    .wp-caption .wp-caption-text.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }

.max-line-10 {
  max-lines: 10;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  visibility: visible;
  max-height: 13.3rem; }

/** header **/
.site-header {
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 15px 0 0; }
  .admin-bar .site-header {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar .site-header {
        top: 46px; } }
  .site-header .wpml-ls-legacy-dropdown,
  .site-header .wpml-ls-legacy-dropdown-click {
    width: auto; }
    @media screen and (max-width: 991px) {
      .site-header .wpml-ls-legacy-dropdown,
      .site-header .wpml-ls-legacy-dropdown-click {
        max-width: 150px; } }
    .site-header .wpml-ls-legacy-dropdown a,
    .site-header .wpml-ls-legacy-dropdown-click a {
      background: transparent;
      color: #D8D8D8; }
      .site-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
      .site-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
        border: none;
        border-left: 1px solid #D8D8D8;
        padding-top: 0;
        padding-left: 9px;
        padding-bottom: 0;
        padding-right: 13px; }
        @media screen and (max-width: 991px) {
          .site-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
          .site-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
            border: none; } }
        .site-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
        .site-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguNDI1NzggMS40MTM2MUw3LjEzNjM1IDBMNC4yMTI0MiAzLjIwNTUxTDEuMjg4NDkgMEwtMC4wMDA5NDMxODQgMS40MTM2MUw0LjIxMjQyIDYuMDUyNjNMOC40MjU3OCAxLjQxMzYxWiIgZmlsbD0iI0JFQkVCRSIvPgo8L3N2Zz4K");
          background-repeat: no-repeat;
          width: 9px;
          height: 6px;
          border: none;
          right: 0; }
    .site-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
    .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
      background: transparent;
      color: #D8D8D8; }
      .site-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a:after,
      .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a:after {
        transform: rotate(180deg); }
    .site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
    .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
      background: #000;
      border: none;
      left: 0;
      font-size: 12px;
      font-size: 0.75rem;
      width: 100%;
      text-align: left;
      padding-left: 10px;
      display: block; }
      .site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:not(:last-child),
      .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:not(:last-child) {
        border-bottom: 1px solid #D8D8D8; }
        @media screen and (max-width: 991px) {
          .site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:not(:last-child),
          .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:not(:last-child) {
            border: none; } }
      @media screen and (max-width: 991px) {
        .site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
        .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
          padding: 10px;
          font-size: 14px;
          font-size: 0.875rem; } }
      .site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
      .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
        border: none;
        padding-top: 5px;
        padding-right: 0;
        padding-bottom: 5px;
        padding-left: 0; }
  .site-header .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none; }
    .site-header .wpml-ls-legacy-list-horizontal a {
      background: transparent;
      color: #D8D8D8;
      border-left: 1px solid #D8D8D8 !important;
      line-height: 1;
      padding-top: 0;
      padding-left: 9px;
      padding-bottom: 0;
      padding-right: 0; }
      @media screen and (max-width: 991px) {
        .site-header .wpml-ls-legacy-list-horizontal a {
          border: none !important; } }
  @media screen and (max-width: 991px) {
    .site-header {
      padding: 10px 0;
      height: 60px; } }
  .site-header-top {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 15px;
    line-height: 1; }
    @media (max-width: 991px) {
      .site-header-top {
        display: none; } }
    .site-header-top-search {
      width: 200px;
      background: #151515;
      border: 1px solid #4D4D4D;
      box-sizing: border-box;
      border-radius: 16px;
      height: 30px;
      position: relative; }
      .site-header-top-search.mod-mobile {
        display: none;
        border-radius: 0;
        transition: all 0.5s;
        border: none; }
        .site-header-top-search.mod-mobile .search-form {
          width: 100%;
          max-width: 300px;
          margin: 10px auto 0;
          position: relative;
          background: #fff;
          height: 40px; }
          .site-header-top-search.mod-mobile .search-form input {
            padding-top: 4px;
            background: #fff;
            color: #151515;
            height: 40px;
            border-radius: 0;
            line-height: 40px; }
          .site-header-top-search.mod-mobile .search-form button {
            top: 6px; }
            .site-header-top-search.mod-mobile .search-form button svg path {
              stroke: #151515; }
        @media (max-width: 991px) {
          .site-header-top-search.mod-mobile {
            display: block;
            width: 100%;
            height: 60px;
            background: #000;
            transform: translateY(-60px);
            position: absolute;
            left: 0;
            top: -60px;
            z-index: 1050; } }
        .site-header-top-search.mod-mobile.is-active {
          transform: translateY(0);
          top: 60px; }
      .site-header-top-search input {
        float: left;
        width: 100%;
        padding: 0 30px 0 10px;
        font-size: 14px;
        font-size: 0.875rem;
        height: 28px;
        line-height: 28px;
        color: #D8D8D8;
        background: #151515;
        border: none;
        border-radius: 16px; }
        .site-header-top-search input:focus {
          outline: none; }
      .site-header-top-search button {
        display: block;
        padding: 0;
        height: 30px;
        width: 30px;
        position: absolute;
        right: 5px;
        top: -3px;
        background: none;
        border: none;
        cursor: pointer;
        outline: none; }
        .site-header-top-search button svg {
          width: 15px;
          height: 15px; }
    .site-header-top ul {
      display: flex;
      align-items: center;
      margin: 0; }
      .site-header-top ul li {
        margin: 0 0 0 10px;
        padding: 0 0 3px; }
        .site-header-top ul li:first-child a {
          border: none; }
      .site-header-top ul a {
        border-left: 1px solid #D8D8D8;
        padding: 0 0 0 9px;
        color: #D8D8D8;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1;
        display: block; }
  .site-header-container {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 991px) {
      .site-header-container {
        width: 100%; } }
  .site-header-logo {
    display: block;
    position: absolute;
    left: 0;
    top: -15px;
    width: 153px;
    height: 169px;
    z-index: 100; }
    @media screen and (max-width: 991px) {
      .site-header-logo {
        height: 60px;
        width: 74px;
        top: -14px;
        float: left; } }
    .site-header-logo a {
      display: block; }
  .site-header-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative; }
    .site-header-menu .btn-toggle-submenu {
      display: none; }
    .site-header-menu .is-active-submenu .sub-menu {
      display: flex; }
    .site-header-menu .btn-toggle-search {
      display: none;
      width: 19px;
      height: 19px;
      position: absolute;
      right: 50px;
      top: 11px; }
      @media screen and (max-width: 991px) {
        .site-header-menu .btn-toggle-search {
          display: block; } }
    .site-header-menu .wwf-action-btn, .site-header-menu .sc-section .form-holder button, .sc-section .form-holder .site-header-menu button,
    .site-header-menu .wwf-action-reverted-btn {
      margin: 0 0 0 10px; }
      @media screen and (max-width: 991px) {
        .site-header-menu .wwf-action-btn.mobile-hidden, .site-header-menu .sc-section .form-holder button.mobile-hidden, .sc-section .form-holder .site-header-menu button.mobile-hidden,
        .site-header-menu .wwf-action-reverted-btn.mobile-hidden {
          display: none; } }
      @media screen and (max-width: 991px) {
        .site-header-menu .wwf-action-btn, .site-header-menu .sc-section .form-holder button, .sc-section .form-holder .site-header-menu button,
        .site-header-menu .wwf-action-reverted-btn {
          margin: 0 auto; } }
    .site-header-menu .menu {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end;
      margin: 0; }
      @media (max-width: 991px) {
        .site-header-menu .menu {
          display: none; } }
      .site-header-menu .menu li {
        margin: 0 15px;
        padding: 14px 0 16px; }
        @media (max-width: 1199px) {
          .site-header-menu .menu li {
            margin: 0 5px; } }
        .site-header-menu .menu li.current-menu-item a {
          color: #F5D200; }
        .site-header-menu .menu li.current-menu-item .sub-menu a {
          color: #fff; }
          .site-header-menu .menu li.current-menu-item .sub-menu a:hover {
            color: #F5D200; }
        .site-header-menu .menu li.menu-item-has-children {
          position: relative; }
          .site-header-menu .menu li.menu-item-has-children:after {
            content: "";
            display: none;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #151515;
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1051; }
          .site-header-menu .menu li.menu-item-has-children:before {
            content: "";
            display: none;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #C4C4C4;
            position: absolute;
            bottom: -3px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1050; }
          .site-header-menu .menu li.menu-item-has-children:hover:before, .site-header-menu .menu li.menu-item-has-children:hover:after {
            display: block; }
          .site-header-menu .menu li.menu-item-has-children:hover .sub-menu {
            display: flex; }
      .site-header-menu .menu .sub-menu {
        display: none;
        flex-flow: row wrap;
        position: absolute;
        left: 0;
        top: 100%;
        background: #151515;
        border: 1px solid #C4C4C4;
        padding: 30px 30px;
        min-width: 300px;
        z-index: 1050; }
        .site-header-menu .menu .sub-menu li {
          width: 100%;
          margin: 0 0 8px;
          padding: 0; }
      .site-header-menu .menu .multi-column .sub-menu {
        left: -21vw;
        max-width: 980px;
        min-width: 980px;
        flex-flow: column wrap;
        height: 250px;
        /*
          &::before {
            content: "";
            flex-basis: 100%;
            width: 0;
            order: 3;            
          }
          &::after {
            content: "";
            flex-basis: 100%;
            width: 0;
            order: 2;
          }                 

*/ }
        @media (min-width: 1440px) {
          .site-header-menu .menu .multi-column .sub-menu {
            left: -150px; } }
        @media (max-width: 1199px) {
          .site-header-menu .menu .multi-column .sub-menu {
            max-width: 800px;
            min-width: 800px;
            height: auto;
            flex-flow: row wrap; } }
        @media (max-width: 1024px) {
          .site-header-menu .menu .multi-column .sub-menu {
            max-width: 800px;
            min-width: 800px; } }
        .site-header-menu .menu .multi-column .sub-menu li {
          width: 33%;
          /*
            &:nth-child(3n+1) { order: 1; }
            &:nth-child(3n+2) { order: 2; }
            &:nth-child(3n)   { order: 3; } 

 
            &:nth-last-child(2),
            &:last-child {
              order: 3;
            }           
*/ }
          @media (max-width: 1199px) {
            .site-header-menu .menu .multi-column .sub-menu li {
              width: 50%; } }
          .site-header-menu .menu .multi-column .sub-menu li a {
            white-space: normal; }
      .site-header-menu .menu a {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        display: flex;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'wwfwebfont';
        transition: all 0.3s;
        text-decoration: none;
        white-space: nowrap; }
        .site-header-menu .menu a.is-active, .site-header-menu .menu a:hover {
          text-decoration: none;
          color: #F5D200; }

.an-bar {
  background: #005A70;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0 10px;
  min-height: 80px;
  display: none;
  justify-content: center;
  align-items: center; }
  @media (max-width: 560px) {
    .an-bar {
      padding: 0;
      font-size: 16px;
      font-size: 1rem; } }
  .an-bar a {
    color: #F5D200;
    font-weight: bold;
    white-space: nowrap; }
  .an-bar .close {
    opacity: 1; }
    @media (max-width: 560px) {
      .an-bar .close {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%); } }
  .an-bar .l-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    .an-bar .l-wrap .text {
      flex: 1;
      max-width: calc(100% - 45px);
      padding-left: 10px; }
/**TOPBAR**/

.top-bar {
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 10px;
  /*min-height: 80px;*/
  display: none;
  justify-content: center;
  align-items: center; }
  @media (max-width: 560px) {
    .top-bar {
      padding: 0;
      font-size: 16px;
      font-size: 1rem; } }
  .top-bar a {
    color: #F5D200;
    font-weight: bold;
    white-space: nowrap; }
  .top-bar .close {
    opacity: 1; }
    @media (max-width: 560px) {
      .an-bar .close {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%); } }
  .top-bar .l-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    .top-bar .l-wrap .text {
      flex: 1;
      max-width: calc(100% - 45px);
      padding-left: 10px; }


/**/
.slick-dots {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slick-dots li {
    padding: 0 7px 0 8px; }
    .slick-dots li button {
      font-size: 0;
      border: 1px solid #151515;
      background: transparent;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      padding: 0;
      display: block; }
    .slick-dots li.slick-active button {
      background: #151515; }
    .slick-dots li:focus {
      outline: none; }

.slick-disabled {
  display: none !important; }

/** hero-section **/
.hero-section {
  width: 100%;
  position: relative;
  background: #1E1D27;
  padding-bottom: 230px; }
  .hero-section:after {
    content: '';
    position: absolute;
    height: 240px;
    bottom: 0;
    z-index: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, #1E1D27 0, rgba(30, 29, 39, 0) 34.38%); }
  @media (min-width: 768px) {
    .hero-section {
      background: transparent;
      padding-bottom: 0;
      display: flex;
      justify-content: flex-end;
      align-items: stretch; }
      .hero-section:after {
        display: none; } }
  .hero-section .image-caption {
    top: auto;
    right: auto;
    left: 10%;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute;
    z-index: 1; }
    .hero-section .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .hero-section img {
    min-height: 240px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 240px; }
    @media (min-width: 768px) {
      .hero-section img {
        top: 0;
        bottom: auto;
        height: 100%; } }
  .hero-section-content {
    position: relative;
    padding-top: 40px;
    z-index: 1; }
    @media (min-width: 768px) {
      .hero-section-content {
        position: inherit;
        width: 50%;
        max-width: 493px;
        height: 100%;
        min-height: 560px;
        background-color: rgba(0, 0, 0, 0.65);
        padding: 80px 40px 60px 60px; }
        .home .hero-section-content {
        padding: 35px 40px 45px 60px; }
        @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
          .hero-section-content {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: rgba(0, 0, 0, 0.4); } }
        .home .hero-section-content {
            min-height: 380px;
            float: right; } }
    @media (min-width: 1400px) {
      .hero-section-content {
        padding-right: 100px; } }
    .hero-section-content p {
      font-weight: normal;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      color: #FFFFFF;
      margin: 0 20px 30px;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
      @media (min-width: 768px) {
        .hero-section-content p {
          margin-left: 0;
          margin-right: 0; } }
    .hero-section-content .rte + p {
      margin-bottom: 0; }
    .hero-section-content-title {
      border-top: 2px solid #F5D200;
      padding: 10px 0 0 20px;
      margin: 0 0 20px;
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 46px;
      font-size: 2.875rem;
      line-height: 1.07;
      text-transform: uppercase;
      color: #FFFFFF;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      width: 80%; }
      @media (min-width: 768px) {
        .hero-section-content-title {
          border-width: 4px;
          width: 100%;
          padding: 25px 0 0 0;
          font-size: 60px;
          font-size: 3.75rem; } }
  .page-template-news-template .hero-section {
    margin: 0 0 80px; }
  @media (max-width: 767px) {
    .home .hero-section {
      background: rgba(231, 233, 232, 0.99);
      padding-bottom: 250px; }
      .home .hero-section:after {
        bottom: auto;
        top: 0; }
      .home .hero-section-content {
        position: relative;
        padding: 16px 60px 0; }
        .home .hero-section-content p {
          color: #3D3D3D;
          font-size: 18px;
          font-size: 1.125rem;
          text-shadow: none; }
        .home .hero-section-content-title {
          color: #151515;
          text-shadow: none; }
        .home .hero-section-content:after {
          content: '';
          position: absolute;
          height: 240px;
          top: 100%;
          z-index: 0;
          width: 100%;
          left: 0;
          background: linear-gradient(180deg, rgba(231, 233, 232, 0.99) 12px, rgba(30, 29, 39, 0) 34.38%); } }

/** hero-section 2 **/
.hero-section2 {
  width: 100%;
  position: relative;
  margin-top: 20px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  padding: 60px 20px; }
  @media (min-width: 768px) {
    .hero-section2 {
      padding: 0; } }
  .hero-section2 .image-caption {
    top: auto;
    right: auto;
    left: 10%;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute;
    z-index: 1; }
    .hero-section2 .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .hero-section2.content-left {
    justify-content: flex-start; }
    .hero-section2.content-left .image-caption {
      top: auto;
      right: 9%;
      left: auto;
      bottom: 0;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px);
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      padding: 5px 8px;
      position: absolute; }
      .hero-section2.content-left .image-caption.light {
        background: rgba(255, 255, 255, 0.7);
        color: #151515;
        text-shadow: none; }
  .hero-section2-content {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 8px;
    padding: 40px 20px; }
    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
      .hero-section2-content {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.4); } }
    @media (min-width: 768px) {
      .hero-section2-content {
        width: 50%;
        max-width: 493px;
        height: 100%;
        min-height: 543px;
        padding: 67px 44px 20px 76px;
        border-radius: 0; } }
    .hero-section2-content p {
      font-weight: normal;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5;
      color: #FFFFFF;
      margin: 0 0 30px;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
      @media (min-width: 768px) {
        .hero-section2-content p {
          font-size: 20px;
          font-size: 1.25rem; } }
    .hero-section2-content .wwf-primary-btn, .hero-section2-content .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .hero-section2-content input[type="submit"],
    .hero-section2-content .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .hero-section2-content input[type="button"] {
      display: none; }
      @media (min-width: 768px) {
        .hero-section2-content .wwf-primary-btn, .hero-section2-content .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .hero-section2-content input[type="submit"],
        .hero-section2-content .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .hero-section2-content input[type="button"] {
          display: inline-block; } }
    .hero-section2-content-title {
      margin: 0 0 20px;
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 1.07;
      letter-spacing: 1px;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .hero-section2-content-title {
          font-size: 46px;
          font-size: 2.875rem; } }

.wwd-section {
  width: 100%;
  padding: 60px 0;
    min-height: 997px; }
.page-template-about-template .wwd-section {
    min-height: inherit;
    padding-bottom: 90px!important;
}
  @media (min-width: 768px) {
    .wwd-section {
      padding: 70px 0; } }
  .wwd-section-content {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 1132px;
    padding: 0 20px; }
    .wwd-section-content p {
      font-weight: 300;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.708;
      text-align: center;
      margin: 0 0 40px;
      color: #3D3D3D; }
      @media (min-width: 768px) {
        .wwd-section-content p {
          font-size: 24px;
          font-size: 1.5rem; } }
  .wwd-section .section-title, .wwd-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwd-section .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .wwd-section .section-title, .wwd-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwd-section .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwd-section .section-title a, .wwd-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwd-section .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwd-section .section-title a:hover, .wwd-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwd-section .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwd-section .share-box {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .wwd-section .share-box {
        margin-bottom: 80px; } }
  .wwd-section .wwd-category-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .wwd-section .wwd-category-list .list--item {
      width: 100%;
      min-height: 395px;
      display: inline-flex;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0 0 10px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .wwd-section .wwd-category-list .list--item {
          width: 24%; } }
      .wwd-section .wwd-category-list .list--item:hover .list--item-hover {
        transform: translateY(0); }
      .wwd-section .wwd-category-list .list--item-image {
        margin: 0 0 30px; }
        .wwd-section .wwd-category-list .list--item-image img {
          height: 292px;
          display: block;
          width: 100%;
          object-fit: cover; }
      .wwd-section .wwd-category-list .list--item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        padding: 0 24px;
        margin: 0 0 20px; }
        .wwd-section .wwd-category-list .list--item-content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px;
          text-align: center;
          color: #3D3D3D;
          margin: 0; }
      .wwd-section .wwd-category-list .list--item-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 10px 10px;
        line-height: 35px;
        text-align: center;
        color: #151515;
        font-family: 'wwfwebfont'; }
      .wwd-section .wwd-category-list .list--item-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 20px; }
      .wwd-section .wwd-category-list .list--item-hover {
        height: 100%;
        padding: 20px 0;
        transform: translateY(100%);
        transition: all 0.65s;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        width: 100%;
        overflow: auto; }
        .wwd-section .wwd-category-list .list--item-hover .list--item-title {
          margin: 0 0 10px; }
        .wwd-section .wwd-category-list .list--item-hover .wwf-secondary-btn {
          margin: 0 auto; }
      .wwd-section .wwd-category-list .list--item .wwf-secondary-btn {
        min-width: 110px;
        max-width: 100%; }
      @media (min-width: 767px) and (max-width: 990px) {
        .wwd-section .wwd-category-list .list--item {
          width: 49%; } }
      .wwd-section .wwd-category-list .list--item .d-md-none {
        pointer-events: none; }
      @media (max-width: 767px) {
        .wwd-section .wwd-category-list .list--item img {
          height: 290px;
          max-width: unset;
          width: 100%; }
        .wwd-section .wwd-category-list .list--item .list--item-title {
          font-size: 38px;
          font-size: 2.375rem;
          padding: 0 20px;
          margin-bottom: 20px; }
        .wwd-section .wwd-category-list .list--item .wwf-secondary-btn {
          margin: 0 20px 22px; } }

/** stories-template **/
.pdf-icon-holder {
  width: 100%;
  min-height: 206px;
  display: flex;
  align-items: center;
  justify-content: center; }

.archive .page-title,
.blog .page-title {
  font-family: 'wwfwebfont';
  font-weight: normal;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  color: #151515;
  margin: 60px 0; }
  @media (max-width: 767px) {
    .archive .page-title,
    .blog .page-title {
      font-size: 26px;
      font-size: 1.625rem; } }
  .archive .page-title a,
  .blog .page-title a {
    color: #151515;
    display: inline-block;
    transition: all 0.3s; }
    .archive .page-title a:hover,
    .blog .page-title a:hover {
      color: #005A70;
      text-decoration: none; }

.archive .share-box,
.blog .share-box {
  margin-bottom: 80px; }

.archive .featured-story,
.blog .featured-story {
  padding-bottom: 60px; }
  .archive .featured-story .section-title, .archive .featured-story .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .archive .featured-story .gform_title,
  .blog .featured-story .section-title,
  .blog .featured-story .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title,
  .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .blog .featured-story .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 30px;
    text-align: left; }
    @media (max-width: 767px) {
      .archive .featured-story .section-title, .archive .featured-story .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .archive .featured-story .gform_title,
      .blog .featured-story .section-title,
      .blog .featured-story .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title,
      .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .blog .featured-story .gform_title {
        font-size: 26px;
        font-size: 1.625rem; } }
    .archive .featured-story .section-title a, .archive .featured-story .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .archive .featured-story .gform_title a,
    .blog .featured-story .section-title a,
    .blog .featured-story .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a,
    .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .blog .featured-story .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .archive .featured-story .section-title a:hover, .archive .featured-story .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .archive .featured-story .gform_title a:hover,
      .blog .featured-story .section-title a:hover,
      .blog .featured-story .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover,
      .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .blog .featured-story .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }

.archive .news-template-blocks .section-title, .archive .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .archive .news-template-blocks .gform_title,
.blog .news-template-blocks .section-title,
.blog .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title,
.wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .blog .news-template-blocks .gform_title {
  font-size: 48px;
  font-size: 3rem;
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'wwfwebfont';
  line-height: 1;
  letter-spacing: 1px;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: static;
  transform: translate(0, 0);
  margin: 0 auto 60px; }
  .archive .news-template-blocks .section-title span, .archive .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title span, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .archive .news-template-blocks .gform_title span,
  .blog .news-template-blocks .section-title span,
  .blog .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title span,
  .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .blog .news-template-blocks .gform_title span {
    margin-top: 1px;
    height: 1px;
    display: inline-block;
    background: #151515;
    width: 38%; }
  .archive .news-template-blocks .section-title span, .archive .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title span, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .archive .news-template-blocks .gform_title span,
  .blog .news-template-blocks .section-title span,
  .blog .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title span,
  .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .blog .news-template-blocks .gform_title span {
    width: 40%;
    margin-top: 10px; }

.archive.post-type-archive-media-releases .share-box {
  margin-bottom: 0; }

.blog .page-title {
  text-transform: uppercase; }

/** news-template **/
.news-template-blocks {
  width: 100%;
  padding: 70px 0 80px; }
  .news-template-blocks.pattern_dark {
    background: url("../assets/images/bg-fs.jpg") #005A70;
    padding: 70px 0 80px; }
  .news-template-blocks.pattern_light {
    background: url("../assets/images/bg-fs-white.jpg");
    padding: 70px 0 80px; }
  .news-template-blocks .section-title, .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .news-template-blocks .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .news-template-blocks .section-title, .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .news-template-blocks .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .news-template-blocks .section-title a, .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .news-template-blocks .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .news-template-blocks .section-title a:hover, .news-template-blocks .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .news-template-blocks .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  @media (max-width: 768px) {
    .news-template-blocks {
      padding-bottom: 60px; } }
  .news-template-blocks .post-list {
    width: 100%;
    margin: 0 0 40px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 768px) {
      .news-template-blocks .post-list {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 600px) {
      .news-template-blocks .post-list {
        grid-template-columns: 1fr;
        margin: 0 0 47px; } }
    .news-template-blocks .post-list .list-item {
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      align-items: center;
      display: inline-flex;
      flex-direction: column; }
      .news-template-blocks .post-list .list-item .post-content-meta-author {
        width: 100%;
        margin: 0 0 20px; }
        .news-template-blocks .post-list .list-item .post-content-meta-author a {
          color: #005A70;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 18px;
          font-weight: 400; }
      .news-template-blocks .post-list .list-item .post-content-meta {
        width: 100%;
        margin: 0 0 12px; }
        .news-template-blocks .post-list .list-item .post-content-meta a {
          text-decoration: none;
          background: #D8D8D8;
          border: none;
          transition: all 0.3s;
          color: #151515;
          opacity: 1;
          cursor: pointer;
          display: inline-block;
          border-radius: 10px;
          padding: 3px 10px;
          font-size: 9px;
          font-size: 0.5625rem;
          text-transform: uppercase; }
          .news-template-blocks .post-list .list-item .post-content-meta a:hover {
            background: #D8D8D8;
            text-decoration: none;
            color: #005A70;
            opacity: 1; }
      .news-template-blocks .post-list .list-item--content {
        width: 100%;
        padding: 30px; }
        @media (max-width: 600px) {
          .news-template-blocks .post-list .list-item--content {
            padding: 20px 15px; } }
        .news-template-blocks .post-list .list-item--content h3 {
          font-family: 'wwfwebfont';
          font-weight: normal;
          font-size: 32px;
          font-size: 2rem;
          line-height: 1;
          text-align: center;
          letter-spacing: 1px;
          color: #151515;
          margin: 0 0 10px;
          text-align: left; }
          @media (max-width: 767px) {
            .news-template-blocks .post-list .list-item--content h3 {
              font-size: 32px;
              font-size: 2rem; } }
          .news-template-blocks .post-list .list-item--content h3 a {
            color: #151515;
            display: inline-block;
            transition: all 0.3s; }
            .news-template-blocks .post-list .list-item--content h3 a:hover {
              color: #005A70;
              text-decoration: none; }
      .news-template-blocks .post-list .list-item--image {
        width: 100%;
        height: 100%;
        max-height: 206px;
        border-radius: 8px 8px 0 0;
        overflow: hidden; }
        .news-template-blocks .post-list .list-item--image a {
          display: block;
          min-height: 206px; }
        .news-template-blocks .post-list .list-item--image:hover img {
          transform: scale(1.2); }
        .news-template-blocks .post-list .list-item--image img {
          display: block;
          border-radius: 8px 8px 0 0;
          width: 100%;
          max-width: 100%;
          height: 100%;
          max-height: 206px;
          object-fit: cover;
          transition: all 0.5s; }

/** featured section **/
.hp-featured-section {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .hp-featured-section .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .hp-featured-section .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .hp-featured-section-title {
    font-size: 48px;
    font-size: 3rem;
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'wwfwebfont';
    line-height: 1;
    letter-spacing: 1px;
    color: #151515;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    transform: translate(0, 0);
    margin-bottom: 35px; }
    .hp-featured-section-title span {
      margin-top: 1px;
      height: 1px;
      display: inline-block;
      background: #151515;
      width: 38%; }
    @media (max-width: 767px) {
      .hp-featured-section-title {
        font-size: 38px;
        font-size: 2.375rem;
        justify-content: center;
        margin-bottom: 30px; }
        .hp-featured-section-title span {
          display: none; } }
  .hp-featured-section .bg-box {
    padding: 60px 20px; }
    @media (min-width: 768px) {
      .hp-featured-section .bg-box {
        padding: 70px 20px 80px; } }
    .hp-featured-section .bg-box.light-title {
      background: #151515; }
      .hp-featured-section .bg-box.light-title .hp-featured-section-title {
        color: #fff; }
        .hp-featured-section .bg-box.light-title .hp-featured-section-title span {
          background: #fff; }
  .hp-featured-section-content-holder {
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    max-width: 1280px;
    padding: 30px 20px;
    margin: 0 auto;
    text-align: center; }
    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
      .hp-featured-section-content-holder {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.8); } }
    @media (min-width: 768px) {
      .hp-featured-section-content-holder {
        padding: 50px 110px; } }
    .hp-featured-section-content-holder h3 {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #151515;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .hp-featured-section-content-holder h3 {
          font-size: 22px;
          font-size: 1.375rem; } }
      .hp-featured-section-content-holder h3 a {
        color: #151515;
        display: inline-block;
        transition: all 0.3s; }
        .hp-featured-section-content-holder h3 a:hover {
          color: #005A70;
          text-decoration: none; }
      @media (max-width: 767px) {
        .hp-featured-section-content-holder h3 {
          letter-spacing: 0; } }
    .hp-featured-section-content-holder p {
      font-family: 'Open Sans';
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5;
      color: #3D3D3D;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .hp-featured-section-content-holder p {
          font-size: 18px;
          font-size: 1.125rem;
          margin: 0 0 40px; } }
  .hp-featured-section img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%!important;
    width: 100%!important;
    z-index: 0;
    object-fit: cover; }

/** What you can do section **/
.wyd-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 60px 0 183px; }
  @media (min-width: 768px) {
    .wyd-section {
      padding-top: 70px;
      padding-bottom: 280px; } }
  .wyd-section-background {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    z-index: 0; }
  .wyd-section .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute;
    z-index: 1; }
    .wyd-section .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .wyd-section-title {
    font-size: 48px;
    font-size: 3rem;
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'wwfwebfont';
    line-height: 1;
    letter-spacing: 1px;
    color: #151515;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    transform: translate(0, 0);
    margin-bottom: 60px;
    padding: 0 20px; }
    .wyd-section-title span {
      margin-top: 1px;
      height: 1px;
      display: inline-block;
      background: #151515;
      width: 38%; }
    @media (max-width: 767px) {
      .wyd-section-title {
        font-size: 38px;
        font-size: 2.375rem;
        justify-content: center;
        margin-bottom: 30px; }
        .wyd-section-title span {
          display: none; } }
  .wyd-section-content {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .wyd-section-content {
        padding-right: 0; } }
  .wyd-section .wyd-category-list {
    width: 100%; }
    @media (min-width: 768px) {
      .wyd-section .wyd-category-list {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between; } }
    .wyd-section .wyd-category-list .slick-list {
      padding-left: 15px !important;
      min-width: 100%; }
    .wyd-section .wyd-category-list .slick-track {
      display: flex; }
    .wyd-section .wyd-category-list .list--item {
      width: 100%;
      min-height: 400px;
      display: inline-flex;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0 0 10px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-bottom: 30px;
      margin-bottom: 20px;
      min-width: 260px; }
      @media (min-width: 768px) {
        .wyd-section .wyd-category-list .list--item {
          width: 24%; } }
      .wyd-section .wyd-category-list .list--item:hover .list--item-hover {
        transform: translateY(0); }
      .wyd-section .wyd-category-list .list--item-image {
        margin: 0 0 30px; }
        .wyd-section .wyd-category-list .list--item-image img {
          height: 220px;
          display: block;
          width: 100%;
          object-fit: cover; }
      .wyd-section .wyd-category-list .list--item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        padding: 0 24px;
        margin: 0 0 20px; }
        .wyd-section .wyd-category-list .list--item-content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px;
          text-align: center;
          color: #3D3D3D;
          margin: 0; }
      .wyd-section .wyd-category-list .list--item-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 10px 10px;
        line-height: 35px;
        text-align: center;
        color: #151515;
        font-family: 'wwfwebfont'; }
      .wyd-section .wyd-category-list .list--item-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 20px; }
      .wyd-section .wyd-category-list .list--item-hover {
        height: 100%;
        padding: 20px 0;
        transform: translateY(100%);
        transition: all 0.65s;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        width: 100%;
        overflow: auto; }
        .wyd-section .wyd-category-list .list--item-hover .list--item-title {
          margin: 0 0 10px; }
        .wyd-section .wyd-category-list .list--item-hover .wwf-secondary-btn {
          margin: 0 auto; }
      .wyd-section .wyd-category-list .list--item .list--item-image img {
        max-height: 220px;
        width: 100%; }
      .wyd-section .wyd-category-list .list--item a {
        text-decoration: underline; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .wyd-section .wyd-category-list .list--item {
          width: calc(50% - 20px); } }
      @media (max-width: 767px) {
        .wyd-section .wyd-category-list .list--item {
          margin: 0 0 20px 20px;
          max-width: 305px;
          height: auto !important; }
          .wyd-section .wyd-category-list .list--item .list--item-image img {
            max-height: 220px;
            width: 100%; }
          .wyd-section .wyd-category-list .list--item .list--item-title {
            padding: 0 24px;
            text-align: center;
            font-size: 26px;
            font-size: 1.625rem;
            line-height: 1.1;
            margin-bottom: 7px; }
          .wyd-section .wyd-category-list .list--item .list--item-content {
            text-align: center; }
          .wyd-section .wyd-category-list .list--item a {
            margin: 0 24px; } }

/** WYH Section **/
.wyh-section {
  width: 100%;
  position: relative;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wyh-section {
      padding: 85px 0 80px; } }
  .wyh-section .image-caption {
    top: auto;
    right: auto;
    left: 9.03%;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute;
    z-index: 1; }
    .wyh-section .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
    @media (max-width: 767px) {
      .wyh-section .image-caption {
        display: none; } }
  .wyh-section-title {
    font-size: 48px;
    font-size: 3rem;
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'wwfwebfont';
    line-height: 1;
    letter-spacing: 1px;
    color: #151515;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: block;
    position: static;
    margin-bottom: 30px;
    transform: translate(0, 0);
    padding: 0 20px; }
    .wyh-section-title span {
      margin-top: 1px;
      height: 1px;
      display: inline-block;
      background: #151515;
      width: 38%; }
    @media (min-width: 768px) {
      .wyh-section-title {
        margin-bottom: 50px; } }
  .wyh-section-background {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    z-index: 0; }
  .wyh-section .wyh-section-content {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1; }
    .wyh-section .wyh-section-content.text-size18 .wyh-category-list .list--item-content {
      font-size: 18px;
      font-size: 1.125rem; }
  .wyh-section .wyh-category-list {
    width: 100%;
    margin: 0;
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .wyh-section .wyh-category-list {
        display: flex;
        justify-content: space-between; } }
    .wyh-section .wyh-category-list .list--item {
      width: 100%;
      min-height: 292px;
      display: inline-flex;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0 0 10px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-top: 40px;
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      margin-bottom: 20px;
      min-height: 260px; }
      @media (min-width: 768px) {
        .wyh-section .wyh-category-list .list--item {
          width: 30%; } }
      .wyh-section .wyh-category-list .list--item:hover .list--item-hover {
        transform: translateY(0); }
      .wyh-section .wyh-category-list .list--item-image {
        margin: 0 0 30px; }
        .wyh-section .wyh-category-list .list--item-image img {
          height: 220px;
          display: block;
          width: 100%;
          object-fit: cover; }
      .wyh-section .wyh-category-list .list--item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        padding: 0 24px;
        margin: 0 0 20px; }
        .wyh-section .wyh-category-list .list--item-content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px;
          text-align: center;
          color: #3D3D3D;
          margin: 0; }
      .wyh-section .wyh-category-list .list--item-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 10px 10px;
        line-height: 35px;
        text-align: center;
        color: #151515;
        font-family: 'wwfwebfont'; }
      .wyh-section .wyh-category-list .list--item-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 20px; }
      .wyh-section .wyh-category-list .list--item-hover {
        height: 100%;
        padding: 20px 0;
        transform: translateY(100%);
        transition: all 0.65s;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        width: 100%;
        overflow: auto; }
        .wyh-section .wyh-category-list .list--item-hover .list--item-title {
          margin: 0 0 10px; }
        .wyh-section .wyh-category-list .list--item-hover .wwf-secondary-btn {
          margin: 0 auto; }
      @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
        .wyh-section .wyh-category-list .list--item {
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          background: rgba(255, 255, 255, 0.8); } }
      @media (min-width: 768px) {
        .wyh-section .wyh-category-list .list--item {
          padding-top: 70px;
          min-height: 292px; } }
      .wyh-section .wyh-category-list .list--item-title {
        color: #005A70;
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.07;
        position: relative;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .wyh-section .wyh-category-list .list--item-title {
            font-size: 60px;
            font-size: 3.75rem;
            margin-bottom: 32px; } }
        .wyh-section .wyh-category-list .list--item-title:after {
          content: "";
          width: 37px;
          height: 6px;
          display: block;
          background: #F07D00;
          border-radius: 15px;
          margin: 20px auto 0; }
      .wyh-section .wyh-category-list .list--item-content {
        font-size: 16px;
        font-size: 1rem; }
  .wyh-section .donate-section {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-top: 80px;
    padding: 40px 0; }
    @media (min-width: 768px) {
      .wyh-section .donate-section {
        padding: 40px 20px;
        background-color: rgba(255, 255, 255, 0.9); }
        @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
          .wyh-section .donate-section {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: rgba(255, 255, 255, 0.8); } } }

/** FS Section **/
.hp-fs-section {
  width: 100%;
  background: url("../assets/images/bg-fs.jpg") #005A70;
  padding: 60px 20px 83px;
  text-align: center; }
  @media (min-width: 768px) {
    .hp-fs-section {
      padding: 70px 20px 83px; } }
  .hp-fs-section-title {
    font-size: 48px;
    font-size: 3rem;
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'wwfwebfont';
    line-height: 1;
    letter-spacing: 1px;
    color: #151515;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 30px;
    transform: none; }
    .hp-fs-section-title span {
      margin-top: 1px;
      height: 1px;
      display: inline-block;
      background: #151515;
      width: 38%; }
    .hp-fs-section-title span {
      background: #fff; }
    @media (max-width: 767px) {
      .hp-fs-section-title {
        justify-content: center;
        padding: 0 20px;
        font-size: 38px;
        font-size: 2.375rem; }
        .hp-fs-section-title span {
          display: none; } }
  .hp-fs-section.light-bg {
    background: url("../assets/images/bg-fs-white_2.jpg") #fff;
    background-size: 122px auto;
    margin-top: -1px;
    position: relative; }
    .hp-fs-section.light-bg .hp-fs-section-title {
      color: #151515; }
      .hp-fs-section.light-bg .hp-fs-section-title span {
        background: #151515; }
  .hp-fs-section-list {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .hp-fs-section-list {
        padding: 0 20px;
        display: block; } }
    .hp-fs-section-list .list-item {
      width: 48%;
      background: #FFFFFF;
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      text-align: left; }
      .hp-fs-section-list .list-item .post-content-meta-author {
        width: 100%;
        margin: 0 0 20px; }
        .hp-fs-section-list .list-item .post-content-meta-author a {
          color: #005A70;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 18px;
          font-weight: 400; }
      .hp-fs-section-list .list-item .post-content-meta {
        width: 100%;
        margin: 0 0 12px; }
        .hp-fs-section-list .list-item .post-content-meta a {
          text-decoration: none;
          background: #D8D8D8;
          border: none;
          transition: all 0.3s;
          color: #151515;
          opacity: 1;
          cursor: pointer;
          display: inline-block;
          border-radius: 10px;
          padding: 3px 10px;
          font-size: 9px;
          font-size: 0.5625rem;
          text-transform: uppercase; }
          .hp-fs-section-list .list-item .post-content-meta a:hover {
            background: #D8D8D8;
            text-decoration: none;
            color: #005A70;
            opacity: 1; }
      .hp-fs-section-list .list-item--content {
        width: 65%;
        padding: 40px 30px; }
        .hp-fs-section-list .list-item--content h3 {
          font-family: 'wwfwebfont';
          font-weight: normal;
          font-size: 32px;
          font-size: 2rem;
          line-height: 1;
          text-align: center;
          letter-spacing: 1px;
          color: #151515;
          margin: 0 0 10px;
          text-align: left; }
          @media (max-width: 767px) {
            .hp-fs-section-list .list-item--content h3 {
              font-size: 32px;
              font-size: 2rem; } }
          .hp-fs-section-list .list-item--content h3 a {
            color: #151515;
            display: inline-block;
            transition: all 0.3s; }
            .hp-fs-section-list .list-item--content h3 a:hover {
              color: #005A70;
              text-decoration: none; }
      .hp-fs-section-list .list-item--image {
        width: 35%;
        height: 100%;
        overflow: hidden; }
        .hp-fs-section-list .list-item--image img {
          display: block;
          border-radius: 8px 0 0 8px;
          width: 100%;
          max-width: 100%;
          height: 100%;
          object-fit: cover; }
      @media (max-width: 767px) {
        .hp-fs-section-list .list-item {
          width: 100%;
          display: block;
          margin-bottom: 20px; }
          .hp-fs-section-list .list-item .list-item--image {
            width: 100%;
            height: 215px; }
            .hp-fs-section-list .list-item .list-item--image img {
              border-radius: 8px 8px 0 0; }
          .hp-fs-section-list .list-item .list-item--content {
            width: 100%;
            padding: 30px 20px; }
            .hp-fs-section-list .list-item .list-item--content h3 {
              font-size: 26px;
              font-size: 1.625rem;
              letter-spacing: 0; } }
    .hp-fs-section-list.owl-carousel {
      max-width: 1320px;
      padding: 0;
      margin-bottom: 0; }
      .hp-fs-section-list.owl-carousel .owl-item {
        padding: 10px 15px 20px; }
        .hp-fs-section-list.owl-carousel .owl-item .list-item {
          width: 100%;
          align-items: stretch; }
          .hp-fs-section-list.owl-carousel .owl-item .list-item .list-item--image {
            height: auto; }
      .hp-fs-section-list.owl-carousel .owl-nav [class*='owl-'] {
        position: absolute;
        top: 122px; }
      .hp-fs-section-list.owl-carousel .owl-nav .owl-prev {
        left: -10px; }
        @media (min-width: 1440px) {
          .hp-fs-section-list.owl-carousel .owl-nav .owl-prev {
            left: -60px; } }
      .hp-fs-section-list.owl-carousel .owl-nav .owl-next {
        right: -10px; }
        @media (min-width: 1440px) {
          .hp-fs-section-list.owl-carousel .owl-nav .owl-next {
            right: -60px; } }

/** reports list **/
.simple-reports-list {
  width: 100%; }
  .simple-reports-list .list-item {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    min-height: 240px; }
    .simple-reports-list .list-item .post-content-meta-author {
      width: 100%;
      margin: 0 0 20px; }
      .simple-reports-list .list-item .post-content-meta-author a {
        color: #005A70;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        font-weight: 400; }
    .simple-reports-list .list-item .post-content-meta {
      width: 100%;
      margin: 0 0 12px; }
      .simple-reports-list .list-item .post-content-meta a {
        text-decoration: none;
        background: #D8D8D8;
        border: none;
        transition: all 0.3s;
        color: #151515;
        opacity: 1;
        cursor: pointer;
        display: inline-block;
        border-radius: 10px;
        padding: 3px 10px;
        font-size: 9px;
        font-size: 0.5625rem;
        text-transform: uppercase; }
        .simple-reports-list .list-item .post-content-meta a:hover {
          background: #D8D8D8;
          text-decoration: none;
          color: #005A70;
          opacity: 1; }
    .simple-reports-list .list-item--content {
      width: 75%;
      padding: 30px 40px; }
      @media (max-width: 1199px) {
        .simple-reports-list .list-item--content {
          width: 65%;
          padding: 10px 20px; } }
      @media (max-width: 650px) {
        .simple-reports-list .list-item--content {
          width: 100%;
          padding: 20px; } }
      .simple-reports-list .list-item--content h3 {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 10px;
        text-align: left; }
        @media (max-width: 767px) {
          .simple-reports-list .list-item--content h3 {
            font-size: 32px;
            font-size: 2rem; } }
        .simple-reports-list .list-item--content h3 a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .simple-reports-list .list-item--content h3 a:hover {
            color: #005A70;
            text-decoration: none; }
    .simple-reports-list .list-item--content .special-report-heading {
        background-color: #F5D200;
        display: inline-block;
        padding: 8px 12px;
        font-weight: 600;
        border-radius: 50px;
        margin-bottom: 15px;
    }
    .simple-reports-list .list-item--image {
      width: 25%;
      height: 100%;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .simple-reports-list .list-item--image {
          width: 35%; } }
      @media (max-width: 650px) {
        .simple-reports-list .list-item--image {
          width: 100%; } }
      .simple-reports-list .list-item--image.mod-icon {
        text-align: center;
        border-right: 1px solid #D8D8D8; }
        @media (max-width: 650px) {
          .simple-reports-list .list-item--image.mod-icon {
            border: none;
            padding: 20px 0 0; } }
        .simple-reports-list .list-item--image.mod-icon svg {
          margin: 0 auto;
          width: 100px; }
        .simple-reports-list .list-item--image.mod-icon .thumbnail-wrapper {
          display: block;
          margin: 0 0 20px; }
      .simple-reports-list .list-item--image img {
        display: block;
        border-radius: 8px 0 0 8px;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 240px;
        object-fit: cover; }
        @media (max-width: 1199px) {
          .simple-reports-list .list-item--image img {
            min-height: 240px; } }
        @media (max-width: 650px) {
          .simple-reports-list .list-item--image img {
            border-radius: 8px 8px 0 0;
            min-height: 240px;
            max-height: 240px; } }
    @media (max-width: 650px) {
      .simple-reports-list .list-item {
        flex-direction: column; } }
    .simple-reports-list .list-item .post-content-meta {
      font-size: 12px;
      font-size: 0.75rem; }
    .simple-reports-list .list-item .post-content-excerpt p {
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 20px; }

.wwf-reports-header {
  overflow: hidden;
  padding: 80px 0 40px; }
  @media (max-width: 767px) {
    .wwf-reports-header {
      padding: 40px 0 20px; } }
  .wwf-reports-header .page-title {
    text-align: left;
    font-size: 60px;
    font-size: 3.75rem;
    padding: 0;
    margin: 0;
    float: left;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .wwf-reports-header .page-title {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        text-align: center; } }
  .wwf-reports-header .wwf-media-release-section--filters {
    float: right;
    max-width: 550px; }
    @media (max-width: 991px) {
      .wwf-reports-header .wwf-media-release-section--filters {
        max-width: 350px; } }
    @media (max-width: 767px) {
      .wwf-reports-header .wwf-media-release-section--filters {
        width: 100%;
        max-width: 100%;
        float: none; } }
    .wwf-reports-header .wwf-media-release-section--filters .filters-search {
      width: 100%;
      height: 60px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 60px;
      border-radius: 50px; }
      .wwf-reports-header .wwf-media-release-section--filters .filters-search svg {
        top: 20px;
        width: 22px;
        height: 22px; }
      .wwf-reports-header .wwf-media-release-section--filters .filters-search input {
        height: 60px; }

/** sc-section **/
.sc-section {
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .sc-section {
      min-height: 421px;
      max-height: 421px; } }
  .sc-section-title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .sc-section-title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .sc-section-title a {
      color: #fff;
      display: inline-block;
      transition: all 0.3s; }
      .sc-section-title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (min-width: 768px) {
      .sc-section-title {
        text-align: left; } }
  .sc-section-background {
    width: 100%;
    height: 421px;
    object-fit: cover; }
    @media (max-width: 767px) {
      .sc-section-background {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        height: 100%;
        width: auto;
        max-width: unset; } }
  .sc-section .form-holder {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 60px 20px;
    position: relative;
    z-index: 1; }
    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
      .sc-section .form-holder {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.4); } }
    @media (min-width: 768px) {
      .sc-section .form-holder {
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 990px) {
      .sc-section .form-holder {
        padding: 20px 80px; } }
    .sc-section .form-holder input {
      width: 100%;
      height: 40px;
      padding: 5px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      color: #fff;
      background: rgba(0, 0, 0, 0.4);
      border: 1px solid rgba(255, 255, 255, 0.7);
      box-sizing: border-box;
      border-radius: 8px;
      margin: 0 0 20px;
      padding: 5px 10px; }
      .sc-section .form-holder input::placeholder {
        color: #fff; }
      .sc-section .form-holder input:focus {
        outline: none; }
    @media (min-width: 768px) {
      .sc-section .form-holder .subscribe-footer-row {
        display: flex;
        justify-content: space-between; }
        .sc-section .form-holder .subscribe-footer-row .text-column {
          padding-left: 30px;
          flex: 1; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .sc-section .form-holder .subscribe-footer-row {
      flex-wrap: wrap; } }
    .sc-section .form-holder .form-info {
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      color: #FFF;
      text-align: center; }
      @media (min-width: 768px) {
        .sc-section .form-holder .form-info {
          text-align: left; } }
    .sc-section .form-holder button .mobile-visible {
      display: none; }
      @media (max-width: 767px) {
        .sc-section .form-holder button .mobile-visible {
          display: block; } }
    @media (max-width: 767px) {
      .sc-section .form-holder button .mobile-hidden {
        display: none; } }
    .sc-section .form-holder strong {
      display: block;
      margin: 0 0 30px;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) {
        .sc-section .form-holder strong {
          font-size: 18px;
          font-size: 1.125rem;
          text-align: left;
          margin: 0 0 40px; } }
  .sc-section .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .sc-section .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
    @media (max-width: 767px) {
      .sc-section .image-caption {
        display: none; } }

/** promo section **/
.promo-section {
  width: 100%;
  min-height: 846px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .promo-section {
      padding: 80px 0; } }
  .promo-section-background {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .promo-section .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute;
    z-index: 1; }
    .promo-section .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .promo-section-list-holder {
    position: relative;
    z-index: 1;
    padding: 0 20px; }
  .promo-section-list {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .promo-section-list {
        display: flex;
        justify-content: space-between; } }
  .promo-section .list--item {
    width: 49%;
    padding: 30px 40px 40px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .promo-section .list--item {
        padding: 30px 20px; } }
    .promo-section .list--item-content {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      text-align: center;
      color: #3D3D3D;
      margin: 0 0 40px; }
      @media (max-width: 767px) {
        .promo-section .list--item-content {
          text-align: left; } }
      .promo-section .list--item-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
        color: #3D3D3D;
        margin: 0 0 20px; }
        @media (max-width: 767px) {
          .promo-section .list--item-content p {
            text-align: left; } }
        .promo-section .list--item-content p:last-child {
          margin: 0; }
    .promo-section .list--item-title {
      width: 100%;
      font-size: 48px;
      font-size: 3rem;
      letter-spacing: 1px;
      line-height: 1;
      margin: 0 0 21px;
      text-align: center;
      color: #151515;
      font-family: 'wwfwebfont'; }
      @media (max-width: 767px) {
        .promo-section .list--item-title {
          font-size: 38px;
          font-size: 2.375rem;
          text-align: left; } }
    .promo-section .list--item .wwf-primary-btn, .promo-section .list--item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .promo-section .list--item input[type="submit"],
    .promo-section .list--item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .promo-section .list--item input[type="button"] {
      min-height: 40px;
      padding: 0 20px;
      line-height: 40px;
      min-width: 132px; }
    @media (max-width: 767px) {
      .promo-section .list--item {
        width: 100%;
        margin-bottom: 30px; } }
    .promo-section .list--item-content p {
      font-size: 18px;
      font-size: 1.125rem; }

/** people section **/
.wwf-people-section {
  width: 100%;
  background: #fff;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wwf-people-section {
      padding: 80px 0; } }
  .wwf-people-section-list {
    width: 100%; }
    @media (min-width: 768px) {
      .wwf-people-section-list {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
  .wwf-people-section .list--item {
    width: 32.5%;
    min-height: 447px;
    display: inline-flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0 0 10px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    align-items: center; }
    .wwf-people-section .list--item-image {
      margin: 0 0 30px; }
      .wwf-people-section .list--item-image img {
        min-height: 293px;
        max-height: 293px;
        display: block;
        width: 100%;
        object-fit: cover; }
    .wwf-people-section .list--item-content {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      text-align: center;
      color: #3D3D3D;
      padding: 0 24px;
      margin: 0 0 20px; }
      .wwf-people-section .list--item-content p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        margin: 0; }
    .wwf-people-section .list--item-title {
      font-size: 32px;
      font-size: 2rem;
      margin: 0 0 30px;
      line-height: 35px;
      text-align: center;
      color: #151515;
      font-family: 'wwfwebfont'; }
    .wwf-people-section .list--item .wwf-secondary-btn {
      min-width: 156px;
      max-width: 156px; }
    @media (max-width: 767px) {
      .wwf-people-section .list--item {
        width: 100%;
        margin-bottom: 30px;
        min-height: 361px;
        text-align: left;
        align-items: flex-start; }
        .wwf-people-section .list--item-image img {
          min-height: 215px;
          height: 215px;
          width: 100%; }
        .wwf-people-section .list--item-title {
          text-align: left;
          margin-left: 20px;
          margin-right: 20px;
          margin-bottom: 20px; }
        .wwf-people-section .list--item .wwf-secondary-btn {
          margin: 0 20px 22px; } }

/** wwf-simple-horizontal-section **/
.wwf-simple-horizontal-section {
  width: 100%;
  padding: 60px 0;
  background: url("../assets/images/bg-fs.jpg") #005A70; }
  @media (min-width: 768px) {
    .wwf-simple-horizontal-section {
      padding: 80px 0; } }
  .wwf-simple-horizontal-section.mod-careers-section {
    background: url("../assets/images/bg-fs-white.jpg"); }
    .wwf-simple-horizontal-section.mod-careers-section .list-item {
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
      border-radius: 8px; }
      @media (min-width: 768px) {
        .wwf-simple-horizontal-section.mod-careers-section .list-item {
          display: inline-flex;
          align-items: center; } }
      .wwf-simple-horizontal-section.mod-careers-section .list-item--content {
        padding: 30px 20px; }
        @media (min-width: 768px) {
          .wwf-simple-horizontal-section.mod-careers-section .list-item--content {
            padding: 50px 40px;
            order: 1;
            width: 50%; } }
        .wwf-simple-horizontal-section.mod-careers-section .list-item--content-box {
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          color: #3D3D3D;
          margin: 0 0 20px; }
          .wwf-simple-horizontal-section.mod-careers-section .list-item--content-box p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 24px;
            color: #3D3D3D;
            margin: 0 0 20px; }
            .wwf-simple-horizontal-section.mod-careers-section .list-item--content-box p:last-child {
              margin: 0; }
        .wwf-simple-horizontal-section.mod-careers-section .list-item--content h3 {
          font-family: 'wwfwebfont';
          font-weight: normal;
          font-size: 48px;
          font-size: 3rem;
          line-height: 1;
          text-align: center;
          letter-spacing: 1px;
          color: #151515;
          margin: 0 0 30px;
          text-align: left; }
          @media (max-width: 767px) {
            .wwf-simple-horizontal-section.mod-careers-section .list-item--content h3 {
              font-size: 38px;
              font-size: 2.375rem; } }
          .wwf-simple-horizontal-section.mod-careers-section .list-item--content h3 a {
            color: #151515;
            display: inline-block;
            transition: all 0.3s; }
            .wwf-simple-horizontal-section.mod-careers-section .list-item--content h3 a:hover {
              color: #005A70;
              text-decoration: none; }
          @media (max-width: 767px) {
            .wwf-simple-horizontal-section.mod-careers-section .list-item--content h3 {
              margin-bottom: 20px; } }
      .wwf-simple-horizontal-section.mod-careers-section .list-item .image-caption {
        top: auto;
        right: 10%;
        left: auto;
        bottom: 0;
        display: block;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        padding: 5px 8px;
        position: absolute; }
        .wwf-simple-horizontal-section.mod-careers-section .list-item .image-caption.light {
          background: rgba(255, 255, 255, 0.7);
          color: #151515;
          text-shadow: none; }
      .wwf-simple-horizontal-section.mod-careers-section .list-item--image {
        overflow: hidden;
        position: relative; }
        @media (min-width: 768px) {
          .wwf-simple-horizontal-section.mod-careers-section .list-item--image {
            order: 2;
            width: 50%;
            height: 100%; } }
        .wwf-simple-horizontal-section.mod-careers-section .list-item--image img {
          display: block;
          border-radius: 8px 8px 0 0;
          width: 100%;
          max-width: 100%;
          height: 100%;
          object-fit: cover; }
          @media (min-width: 768px) {
            .wwf-simple-horizontal-section.mod-careers-section .list-item--image img {
              border-radius: 8px 0 0 8px; } }
      @media (min-width: 768px) {
        .wwf-simple-horizontal-section.mod-careers-section .list-item img {
          border-radius: 0 8px 8px 0; } }
  .wwf-simple-horizontal-section .list-item {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px; }
    @media (min-width: 768px) {
      .wwf-simple-horizontal-section .list-item {
        display: inline-flex;
        align-items: center; } }
    .wwf-simple-horizontal-section .list-item--content {
      padding: 30px 20px; }
      @media (min-width: 768px) {
        .wwf-simple-horizontal-section .list-item--content {
          padding: 50px 40px;
          order: 2;
          width: 50%; } }
      .wwf-simple-horizontal-section .list-item--content-box {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        color: #3D3D3D;
        margin: 0 0 20px; }
        .wwf-simple-horizontal-section .list-item--content-box p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          color: #3D3D3D;
          margin: 0 0 20px; }
          .wwf-simple-horizontal-section .list-item--content-box p:last-child {
            margin: 0; }
      .wwf-simple-horizontal-section .list-item--content h3 {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 48px;
        font-size: 3rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 30px;
        text-align: left; }
        @media (max-width: 767px) {
          .wwf-simple-horizontal-section .list-item--content h3 {
            font-size: 38px;
            font-size: 2.375rem; } }
        .wwf-simple-horizontal-section .list-item--content h3 a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-simple-horizontal-section .list-item--content h3 a:hover {
            color: #005A70;
            text-decoration: none; }
        @media (max-width: 767px) {
          .wwf-simple-horizontal-section .list-item--content h3 {
            margin-bottom: 20px; } }
    .wwf-simple-horizontal-section .list-item .image-caption {
      top: auto;
      right: 10%;
      left: auto;
      bottom: 0;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px);
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      padding: 5px 8px;
      position: absolute; }
      .wwf-simple-horizontal-section .list-item .image-caption.light {
        background: rgba(255, 255, 255, 0.7);
        color: #151515;
        text-shadow: none; }
    .wwf-simple-horizontal-section .list-item--image {
      overflow: hidden;
      position: relative; }
      @media (min-width: 768px) {
        .wwf-simple-horizontal-section .list-item--image {
          order: 1;
          width: 50%;
          height: 100%; } }
      .wwf-simple-horizontal-section .list-item--image img {
        display: block;
        border-radius: 8px 8px 0 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover; }
        @media (min-width: 768px) {
          .wwf-simple-horizontal-section .list-item--image img {
            border-radius: 8px 0 0 8px; } }
  .wwf-simple-horizontal-section.text-size18 .list-item--content-box p {
    font-size: 18px;
    font-size: 1.125rem; }

/***** GENERAL PAGE TEMPLATE SECTIONS *****/
/** Content Section (1/2 + 1/2 (Text + Image ) or Full width) **/
.wwf-content-section-2col {
  width: 100%;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wwf-content-section-2col {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .wwf-content-section-2col .l-wrap {
      max-width: 100%;
      padding: 0; } }
  .wwf-content-section-2col.mod-full-width {
    padding: 0; }
    .wwf-content-section-2col.mod-full-width .l-wrap {
      max-width: 100%;
      padding: 0; }
    .wwf-content-section-2col.mod-full-width .list-item {
      margin: 0; }
      .wwf-content-section-2col.mod-full-width .list-item--content {
        padding: 10px 20px 30px; }
        @media (min-width: 768px) {
          .wwf-content-section-2col.mod-full-width .list-item--content {
            padding: 50px; } }
      .wwf-content-section-2col.mod-full-width .list-item--image {
        padding: 0; }
  @media (min-width: 768px) {
    .wwf-content-section-2col .list-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 -20px; } }
  .wwf-content-section-2col .list-item.mod-content-background {
    background: url("../assets/images/bg-fs-white.jpg"); }
    @media (max-width: 767px) {
      .wwf-content-section-2col .list-item.mod-content-background {
        margin-bottom: 10px; } }
    .wwf-content-section-2col .list-item.mod-content-background .wwf-secondary-btn:not(:hover):not(.is-active) {
      background: #fff; }
  .wwf-content-section-2col .list-item.mod-content-align-top {
    align-items: initial; }
  .wwf-content-section-2col .list-item--content {
    padding: 0 20px; }
    @media (min-width: 768px) {
      .wwf-content-section-2col .list-item--content {
        width: 50%;
        padding: 20px; } }
    .wwf-content-section-2col .list-item--content.mod-full-width {
      width: 100%;
      padding: 0; }
    .wwf-content-section-2col .list-item--content-box p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      color: #151515;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .wwf-content-section-2col .list-item--content-box p {
          font-size: 14px;
          font-size: 0.875rem; } }
  .wwf-content-section-2col .list-item .section-title, .wwf-content-section-2col .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-2col .list-item .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 30px;
    text-align: left; }
    @media (max-width: 767px) {
      .wwf-content-section-2col .list-item .section-title, .wwf-content-section-2col .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-2col .list-item .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-content-section-2col .list-item .section-title a, .wwf-content-section-2col .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-2col .list-item .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-content-section-2col .list-item .section-title a:hover, .wwf-content-section-2col .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-2col .list-item .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (max-width: 767px) {
      .wwf-content-section-2col .list-item .section-title, .wwf-content-section-2col .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-2col .list-item .gform_title {
        margin-bottom: 20px; } }
  .wwf-content-section-2col .list-item--image {
    position: relative;
    margin: 0 0 20px;
    max-height: 215px;
    min-height: 215px; }
    @media (min-width: 768px) {
      .wwf-content-section-2col .list-item--image {
        max-height: 480px;
        min-height: 480px;
        width: 50%;
        padding: 0 20px;
        margin: 0; } }
    .wwf-content-section-2col .list-item--image img {
      height: 100%;
      width: 100%;
      max-height: 215px;
      min-height: 215px;
      object-fit: cover; }
      @media (min-width: 768px) {
        .wwf-content-section-2col .list-item--image img {
          max-height: 480px;
          min-height: 480px; } }
    .wwf-content-section-2col .list-item--image.mod-right {
      order: 2; }
    .wwf-content-section-2col .list-item--image .image-caption {
      top: auto;
      right: auto;
      left: 20%;
      bottom: 0;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px);
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      padding: 5px 8px;
      position: absolute; }
      .wwf-content-section-2col .list-item--image .image-caption.light {
        background: rgba(255, 255, 255, 0.7);
        color: #151515;
        text-shadow: none; }
  .wwf-content-section-2col.text-size18 .list-item--content-box p {
    font-size: 18px;
    font-size: 1.125rem; }

/** Content Section With Image Background (1/2 + 1/2 or Full width) **/
.wwf-content-section-promo {
  width: 100%;
  position: relative;
  padding: 60px 20px; }
  @media (min-width: 768px) {
    .wwf-content-section-promo {
      padding: 80px 20px 60px; } }
  @media (min-width: 768px) {
    .wwf-content-section-promo.large-bottom-padding {
      padding-bottom: 300px; } }
  .wwf-content-section-promo.padding-small {
    padding: 10px 20px; }
  .wwf-content-section-promo-background {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%; }
  .wwf-content-section-promo-image-holder {
    /*
    @media (max-width: 767px) {
      position: relative;
      min-height: 215px;
    }
*/ }
  .wwf-content-section-promo .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute;
    z-index: 1; }
    .wwf-content-section-promo .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .wwf-content-section-promo-list-holder {
    position: relative;
    z-index: 1; }
  .wwf-content-section-promo-list {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .wwf-content-section-promo-list.mod-right-side {
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .wwf-content-section-promo-list.mod-right-side {
          justify-content: flex-start; } }
  .wwf-content-section-promo .list--item {
    width: 49%;
    padding: 30px 40px 40px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .wwf-content-section-promo .list--item {
        padding: 30px 20px; } }
    .wwf-content-section-promo .list--item-content {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      text-align: left;
      color: #3D3D3D;
      margin: 0 0 40px; }
      @media (max-width: 767px) {
        .wwf-content-section-promo .list--item-content {
          text-align: left; } }
      .wwf-content-section-promo .list--item-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
        color: #3D3D3D;
        margin: 0 0 20px; }
        @media (max-width: 767px) {
          .wwf-content-section-promo .list--item-content p {
            text-align: left; } }
        .wwf-content-section-promo .list--item-content p:last-child {
          margin: 0; }
    .wwf-content-section-promo .list--item-title {
      width: 100%;
      font-size: 48px;
      font-size: 3rem;
      letter-spacing: 1px;
      line-height: 1;
      margin: 0 0 21px;
      text-align: left;
      color: #151515;
      font-family: 'wwfwebfont'; }
      @media (max-width: 767px) {
        .wwf-content-section-promo .list--item-title {
          font-size: 38px;
          font-size: 2.375rem;
          text-align: left; } }
    .wwf-content-section-promo .list--item .wwf-primary-btn, .wwf-content-section-promo .list--item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-content-section-promo .list--item input[type="submit"],
    .wwf-content-section-promo .list--item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-content-section-promo .list--item input[type="button"] {
      min-height: 40px;
      padding: 0 20px;
      line-height: 40px;
      min-width: 132px; }
    @media (max-width: 768px) {
      .wwf-content-section-promo .list--item {
        width: 100% !important;
        /* box-shadow: none;
      padding-bottom: 0;
      */ } }
    .wwf-content-section-promo .list--item.start {
      justify-content: flex-start; }
    .wwf-content-section-promo .list--item-content {
      min-width: 100%; }
      @media (max-width: 767px) {
        .wwf-content-section-promo .list--item-content {
          margin: 0 0 20px; } }
  .wwf-content-section-promo.text-align-center .list--item-title, .wwf-content-section-promo.text-align-center p {
    text-align: center; }
  .wwf-content-section-promo.text-size18 .list--item-content p {
    font-size: 18px;
    font-size: 1.125rem; }

/** Content Section Success **/
.wwf-content-section-success {
  width: 100%;
  padding: 80px 0 0; }
  .wwf-content-section-success .section-title, .wwf-content-section-success .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-success .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .wwf-content-section-success .section-title, .wwf-content-section-success .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-success .gform_title {
        font-size: 48px;
        font-size: 3rem; } }
    .wwf-content-section-success .section-title a, .wwf-content-section-success .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-success .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-content-section-success .section-title a:hover, .wwf-content-section-success .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-success .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-content-section-success .list-item {
    width: 100%;
    position: relative;
    margin: 0 0 10px; }
    .wwf-content-section-success .list-item--image {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .wwf-content-section-success .list-item--image img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover; }
        @media (max-width: 989px) {
          .wwf-content-section-success .list-item--image img {
            height: 215px; } }
    .wwf-content-section-success .list-item .image-caption {
      top: auto;
      right: 10%;
      left: auto;
      bottom: 160px;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px);
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      padding: 5px 8px;
      position: absolute; }
      .wwf-content-section-success .list-item .image-caption.light {
        background: rgba(255, 255, 255, 0.7);
        color: #151515;
        text-shadow: none; }
      @media (max-width: 989px) {
        .wwf-content-section-success .list-item .image-caption {
          bottom: 0; } }
    .wwf-content-section-success .list-item--content {
      width: 100%;
      padding: 20px 0 30px; }
      @media (min-width: 990px) {
        .wwf-content-section-success .list-item--content {
          background: rgba(0, 0, 0, 0.4);
          backdrop-filter: blur(10px);
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 40px 0 30px;
          max-height: 160px;
          min-height: 160px; } }
      @media (min-width: 990px) {
        .wwf-content-section-success .list-item--content-box {
          color: #fff;
          align-self: flex-start;
          padding-top: 10px; } }
      .wwf-content-section-success .list-item--content-box p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        margin: 0; }
      .wwf-content-section-success .list-item--content .item-title {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 48px;
        font-size: 3rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #fff;
        margin: 0 20px 0 0;
        text-align: right;
        min-width: 25%; }
        @media (max-width: 767px) {
          .wwf-content-section-success .list-item--content .item-title {
            font-size: 48px;
            font-size: 3rem; } }
        .wwf-content-section-success .list-item--content .item-title a {
          color: #fff;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-content-section-success .list-item--content .item-title a:hover {
            color: #005A70;
            text-decoration: none; }
        .wwf-content-section-success .list-item--content .item-title.mod-fr {
          min-width: 35%; }
        @media (max-width: 989px) {
          .wwf-content-section-success .list-item--content .item-title {
            color: #151515;
            font-size: 26px;
            font-size: 1.625rem;
            text-align: left;
            margin-bottom: 20px; } }
      @media (min-width: 990px) {
        .wwf-content-section-success .list-item--content .l-wrap {
          display: flex;
          align-items: center; } }
    .wwf-content-section-success .list-item.text-size18 .list-item--content-box p {
      font-size: 18px;
      font-size: 1.125rem; }
  .wwf-content-section-success .load-more {
    background: #000;
    padding: 20px;
    text-align: center;
    margin-top: -10px; }
    @media (min-width: 768px) {
      .wwf-content-section-success .load-more {
        padding: 40px 40px 80px; } }

/** Content Section  Guiding Principles **/
.wwf-content-section-gp {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 68.61%);
  width: 100%;
  padding: 80px 0 258px;
  position: relative;
  background-size: auto 582px;
  background-position: 50% 100%;
  background-repeat: no-repeat; }
  .wwf-content-section-gp.mod-nobg {
    padding: 80px 0; }
  @media (min-width: 768px) {
    .wwf-content-section-gp {
      padding: 80px 0 600px;
      background-size: contain; }
      .wwf-content-section-gp.mod-nobg {
        padding: 80px 0; } }
  .wwf-content-section-gp .section-title, .wwf-content-section-gp .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-gp .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-content-section-gp .section-title, .wwf-content-section-gp .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-gp .gform_title {
        font-size: 48px;
        font-size: 3rem; } }
    .wwf-content-section-gp .section-title a, .wwf-content-section-gp .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-gp .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-content-section-gp .section-title a:hover, .wwf-content-section-gp .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-gp .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-content-section-gp .post-content-entry {
    margin: 0 0 40px; }
    .wwf-content-section-gp .post-content-entry p {
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      margin: 0 0 20px; }
  .wwf-content-section-gp .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .wwf-content-section-gp .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .wwf-content-section-gp .list-item {
    margin: 0 0 40px;
    width: 100%; }
    .wwf-content-section-gp .list-item--content {
      text-align: left; }
      .wwf-content-section-gp .list-item--content h3 {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 10px;
        text-align: center; }
        @media (max-width: 767px) {
          .wwf-content-section-gp .list-item--content h3 {
            font-size: 32px;
            font-size: 2rem; } }
        .wwf-content-section-gp .list-item--content h3 a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-content-section-gp .list-item--content h3 a:hover {
            color: #005A70;
            text-decoration: none; }
      .wwf-content-section-gp .list-item--content p {
        text-align: left;
        font-size: 16px;
        margin: 0; }
    .wwf-content-section-gp .list-item--image {
      margin: 0 auto 20px; }
      .wwf-content-section-gp .list-item--image img {
        display: block;
        margin: 0 auto;
        max-width: 100px;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: pulse;
        animation-name: pulse; }
    .wwf-content-section-gp .list-item:hover .list-item--image img {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    @media (min-width: 768px) {
      .wwf-content-section-gp .list-item {
        width: 50%;
        display: inline-flex;
        flex-direction: row; }
        .wwf-content-section-gp .list-item--content {
          padding: 0 20px 0 0; }
          .wwf-content-section-gp .list-item--content h3 {
            text-align: left; }
        .wwf-content-section-gp .list-item--image {
          width: 100px;
          min-width: 100px;
          margin: 0; }
          .wwf-content-section-gp .list-item--image img {
            width: 100%;
            margin: 0; } }
    .mod-full-width .wwf-content-section-gp .list-item {
      margin: 0 0 40px;
      width: 100%; }
      .mod-full-width .wwf-content-section-gp .list-item--content {
        text-align: left; }
        .mod-full-width .wwf-content-section-gp .list-item--content h3 {
          font-family: 'wwfwebfont';
          font-weight: normal;
          font-size: 32px;
          font-size: 2rem;
          line-height: 1;
          text-align: center;
          letter-spacing: 1px;
          color: #151515;
          margin: 0 0 10px;
          text-align: center; }
          @media (max-width: 767px) {
            .mod-full-width .wwf-content-section-gp .list-item--content h3 {
              font-size: 32px;
              font-size: 2rem; } }
          .mod-full-width .wwf-content-section-gp .list-item--content h3 a {
            color: #151515;
            display: inline-block;
            transition: all 0.3s; }
            .mod-full-width .wwf-content-section-gp .list-item--content h3 a:hover {
              color: #005A70;
              text-decoration: none; }
        .mod-full-width .wwf-content-section-gp .list-item--content p {
          text-align: left;
          font-size: 16px;
          margin: 0; }
      .mod-full-width .wwf-content-section-gp .list-item--image {
        margin: 0 auto 20px; }
        .mod-full-width .wwf-content-section-gp .list-item--image img {
          display: block;
          margin: 0 auto;
          max-width: 100px;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          -webkit-animation-name: pulse;
          animation-name: pulse; }
      .mod-full-width .wwf-content-section-gp .list-item:hover .list-item--image img {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }
      @media (min-width: 768px) {
        .mod-full-width .wwf-content-section-gp .list-item {
          width: 100%;
          display: inline-flex;
          flex-direction: row; }
          .mod-full-width .wwf-content-section-gp .list-item--content {
            padding: 0 20px 0 0; }
            .mod-full-width .wwf-content-section-gp .list-item--content h3 {
              text-align: left; }
          .mod-full-width .wwf-content-section-gp .list-item--image {
            width: 100px;
            min-width: 100px;
            margin: 0; }
            .mod-full-width .wwf-content-section-gp .list-item--image img {
              width: 100%;
              margin: 0; } }
    @media (max-width: 767px) {
      .wwf-content-section-gp .list-item {
        margin: 0; } }
    .wwf-content-section-gp .list-item.text-size18 .list-item--content p {
      font-size: 18px;
      font-size: 1.125rem; }
  .wwf-content-section-gp--content {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto; }
    .wwf-content-section-gp--content.mod-list-holder {
      display: flex;
      padding: 0 20px;
      flex-wrap: wrap; }
    .wwf-content-section-gp--content.mod-full-width {
      max-width: 1064px;
      margin: 0 auto; }
      .wwf-content-section-gp--content.mod-full-width .list-item {
        margin: 0 0 20px;
        width: 100%; }
        .wwf-content-section-gp--content.mod-full-width .list-item--content p {
          font-size: 18px;
          font-size: 1.125rem; }
          @media (max-width: 767px) {
            .wwf-content-section-gp--content.mod-full-width .list-item--content p {
              text-align: center; } }

/** Content Section Doing **/
.wwf-content-section-doing {
  width: 100%;
  padding: 80px 0 600px;
  position: relative;
  background-color: #0F3056; }
  @media (max-width: 1199px) {
    .wwf-content-section-doing {
      padding: 40px 0 100px; } }
  .wwf-content-section-doing--content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 100px; }
    @media (max-width: 991px) {
      .wwf-content-section-doing--content {
        flex-wrap: wrap; } }
    @media (max-width: 1199px) {
      .wwf-content-section-doing--content {
        padding: 20px 0 0; } }
  .wwf-content-section-doing .wwf-action-btn, .wwf-content-section-doing .sc-section .form-holder button, .sc-section .form-holder .wwf-content-section-doing button {
    width: 192px;
    display: block;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .wwf-content-section-doing .wwf-action-btn, .wwf-content-section-doing .sc-section .form-holder button, .sc-section .form-holder .wwf-content-section-doing button {
        display: block;
        width: 100%; } }
  .wwf-content-section-doing .section-title, .wwf-content-section-doing .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-doing .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 40px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .wwf-content-section-doing .section-title, .wwf-content-section-doing .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-doing .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-content-section-doing .section-title a, .wwf-content-section-doing .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-doing .gform_title a {
      color: #fff;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-content-section-doing .section-title a:hover, .wwf-content-section-doing .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-doing .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (max-width: 767px) {
      .wwf-content-section-doing .section-title, .wwf-content-section-doing .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-doing .gform_title {
        text-align: left; } }
  .wwf-content-section-doing .post-content-entry {
    margin: 0 0 40px; }
    .wwf-content-section-doing .post-content-entry p {
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      margin: 0 0 20px;
      color: #fff;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
      @media (max-width: 767px) {
        .wwf-content-section-doing .post-content-entry p {
          text-align: left;
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px; } }
  .wwf-content-section-doing .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .wwf-content-section-doing .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .wwf-content-section-doing .list-item {
    width: 49%;
    padding: 30px 80px 40px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
    backdrop-filter: blur(10px);
    text-align: center; }
    @media (max-width: 767px) {
      .wwf-content-section-doing .list-item {
        padding: 30px 20px; } }
    .wwf-content-section-doing .list-item-content {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      text-align: center;
      color: #3D3D3D;
      margin: 0 0 40px; }
      @media (max-width: 767px) {
        .wwf-content-section-doing .list-item-content {
          text-align: left; } }
      .wwf-content-section-doing .list-item-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
        color: #3D3D3D;
        margin: 0 0 20px; }
        @media (max-width: 767px) {
          .wwf-content-section-doing .list-item-content p {
            text-align: left; } }
        .wwf-content-section-doing .list-item-content p:last-child {
          margin: 0; }
    .wwf-content-section-doing .list-item-title {
      width: 100%;
      font-size: 48px;
      font-size: 3rem;
      letter-spacing: 1px;
      line-height: 1;
      margin: 0 0 21px;
      text-align: center;
      color: #151515;
      font-family: 'wwfwebfont'; }
      @media (max-width: 767px) {
        .wwf-content-section-doing .list-item-title {
          font-size: 38px;
          font-size: 2.375rem;
          text-align: left; } }
    .wwf-content-section-doing .list-item .wwf-primary-btn, .wwf-content-section-doing .list-item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-content-section-doing .list-item input[type="submit"],
    .wwf-content-section-doing .list-item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-content-section-doing .list-item input[type="button"] {
      min-height: 40px;
      padding: 0 20px;
      line-height: 40px;
      min-width: 132px; }
    @media (max-width: 767px) {
      .wwf-content-section-doing .list-item {
        width: 100%;
        padding: 30px 20px 30px;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        margin: 0 0 30px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .wwf-content-section-doing .list-item {
      padding: 30px 20px; } }
    @media (max-width: 767px) {
        .wwf-content-section-doing .list-item-content {
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          text-align: left;
          color: #3D3D3D;
          margin: 0 0 40px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .wwf-content-section-doing .list-item-content {
        text-align: left; } }
    @media (max-width: 767px) {
          .wwf-content-section-doing .list-item-content p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.5;
            text-align: left;
            color: #3D3D3D;
            margin: 0 0 20px; } }
      @media (max-width: 767px) and (max-width: 767px) {
        .wwf-content-section-doing .list-item-content p {
          text-align: left; } }
    @media (max-width: 767px) {
            .wwf-content-section-doing .list-item-content p:last-child {
              margin: 0; }
        .wwf-content-section-doing .list-item-title {
          width: 100%;
          font-size: 48px;
          font-size: 3rem;
          letter-spacing: 1px;
          line-height: 1;
          margin: 0 0 21px;
          text-align: left;
          color: #151515;
          font-family: 'wwfwebfont'; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .wwf-content-section-doing .list-item-title {
        font-size: 38px;
        font-size: 2.375rem;
        text-align: left; } }
    @media (max-width: 767px) {
        .wwf-content-section-doing .list-item .wwf-primary-btn, .wwf-content-section-doing .list-item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-content-section-doing .list-item input[type="submit"],
        .wwf-content-section-doing .list-item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-content-section-doing .list-item input[type="button"] {
          min-height: 40px;
          padding: 0 20px;
          line-height: 40px;
          min-width: 132px; } }
    .wwf-content-section-doing .list-item .wwf-primary-btn, .wwf-content-section-doing .list-item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-content-section-doing .list-item input[type="submit"],
    .wwf-content-section-doing .list-item .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-content-section-doing .list-item input[type="button"] {
      display: inline-block;
      max-width: inherit; }
    .wwf-content-section-doing .list-item .post-content-entry p {
      color: #3D3D3D;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      text-shadow: none; }
    .wwf-content-section-doing .list-item.text-size18 .post-content-entry p {
      font-size: 18px;
      font-size: 1.125rem; }

/** Content Section Accredetation **/
.wwf-content-section-accredetation {
  width: 100%;
  padding: 80px 0 26vw;
  position: relative; }
  @media (max-width: 991px) {
    .wwf-content-section-accredetation {
      padding: 40px 0 300px; } }
  @media (max-width: 767px) {
    .wwf-content-section-accredetation {
      padding: 40px 0 200px; } }
  .wwf-content-section-accredetation .section-title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px;
    text-align: left; }
    @media (max-width: 767px) {
      .wwf-content-section-accredetation .section-title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title {
        font-size: 48px;
        font-size: 3rem; } }
    .wwf-content-section-accredetation .section-title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-content-section-accredetation .section-title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (max-width: 767px) {
      .wwf-content-section-accredetation .section-title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title {
        text-align: center; } }
  .wwf-content-section-accredetation .post-content-entry {
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-content-section-accredetation .post-content-entry .wp-caption.alignright {
        float: none;
        display: block;
        margin: 0 auto 10px; } }
    .wwf-content-section-accredetation .post-content-entry .wp-caption {
      background: none; }
      .wwf-content-section-accredetation .post-content-entry .wp-caption .wp-caption-text {
        background: none;
        backdrop-filter: none;
        position: relative;
        left: 0;
        width: 100%;
        padding: 0;
        color: #999;
        font-size: 15px;
        font-size: 0.9375rem;
        text-shadow: none; }
    .wwf-content-section-accredetation .post-content-entry .alignright {
      margin: 0 0 0 50px; }
    .wwf-content-section-accredetation .post-content-entry p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      margin: 0 0 20px; }
  .wwf-content-section-accredetation .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .wwf-content-section-accredetation .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .wwf-content-section-accredetation--content {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto; }
  .wwf-content-section-accredetation.mod-submit-form {
    /** grafity form **/ }
    .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading {
      text-align: center; }
      .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title {
        text-align: center; }
      .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading p {
        font-size: 24px;
        font-size: 1.5rem; }
    .wwf-content-section-accredetation.mod-submit-form .gform_page_footer {
      border: none;
      text-align: right;
      margin: 60px 0 0;
      padding: 0; }
    .wwf-content-section-accredetation.mod-submit-form .gform_body {
      padding: 60px 10px;
      background: #FFFFFF;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px; }
      @media (min-width: 768px) {
        .wwf-content-section-accredetation.mod-submit-form .gform_body {
          padding: 60px 40px; } }
      @media (min-width: 1400px) {
        .wwf-content-section-accredetation.mod-submit-form .gform_body {
          padding: 60px 100px; } }
    .wwf-content-section-accredetation.mod-submit-form .gform_fields {
      list-style: none; }
      .wwf-content-section-accredetation.mod-submit-form .gform_fields h3.section-title, .wwf-content-section-accredetation.mod-submit-form .gform_fields .gform_wrapper .gform_heading h3.gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_fields h3.gform_title {
        text-align: center;
        border-bottom: 0.5px solid #999999;
        padding: 0 0 40px;
        margin: 0 0 40px; }
      .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield label {
        font-size: 16px;
        font-size: 1rem;
        color: #151515;
        font-weight: 300 !important; }
        .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield label.gfield_label_before_complex {
          display: none; }
      .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield textarea {
        border: 1px solid #999999;
        border-radius: 8px; }
      .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield select,
      .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield input {
        width: 100%;
        height: 40px;
        padding: 5px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        color: #fff;
        background: rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-sizing: border-box;
        border-radius: 8px;
        background: none;
        border: 1px solid #999999;
        color: #151515 !important;
        font-size: 14px;
        font-size: 0.875rem; }
        .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield select::placeholder,
        .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield input::placeholder {
          color: #ACACAC !important; }
      .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield .ginput_container_date {
        background: #fff;
        border: 1px solid #999999;
        color: #ACACAC;
        border-radius: 8px;
        position: relative; }
        .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield .ginput_container_date:after {
          content: "";
          display: block;
          width: 17px;
          height: 19px;
          background: url(../assets/images/icon-calendar.png) no-repeat;
          position: absolute;
          right: 10px;
          top: 10px;
          z-index: 0; }
        .wwf-content-section-accredetation.mod-submit-form .gform_fields .gfield .ginput_container_date input {
          border: none;
          width: 100%;
          padding-right: 20px;
          background: transparent;
          position: relative;
          z-index: 1; }
    .wwf-content-section-accredetation.mod-submit-form .field_sublabel_above .ginput_complex.ginput_container label {
      font-size: 16px !important;
      font-size: 1rem !important;
      color: #151515 !important;
      font-weight: 300 !important;
      margin: 0 0 8px; }
    .wwf-content-section-accredetation.mod-submit-form .gfield_description {
      line-height: 1.1; }
    .wwf-content-section-accredetation.mod-submit-form .gf_page_steps {
      width: 100%;
      margin: 0 0 60px;
      border: none;
      text-align: center;
      position: relative; }
      .wwf-content-section-accredetation.mod-submit-form .gf_page_steps:after {
        content: "";
        width: 380px;
        height: 1px;
        display: block;
        background: #D8D8D8;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
        @media (max-width: 640px) {
          .wwf-content-section-accredetation.mod-submit-form .gf_page_steps:after {
            display: none; } }
      .wwf-content-section-accredetation.mod-submit-form .gf_page_steps .gf_step {
        padding: 0;
        margin: 0 20px;
        text-align: center;
        vertical-align: top;
        height: auto;
        opacity: 1 !important; }
        @media (max-width: 640px) {
          .wwf-content-section-accredetation.mod-submit-form .gf_page_steps .gf_step {
            margin: 0 0 20px; } }
        .wwf-content-section-accredetation.mod-submit-form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
          background: #005A70; }
        .wwf-content-section-accredetation.mod-submit-form .gf_page_steps .gf_step.gf_step_active .gf_step_label {
          color: #005A70; }
        .wwf-content-section-accredetation.mod-submit-form .gf_page_steps .gf_step .gf_step_label {
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 18px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #3D3D3D;
          max-width: 170px; }
        .wwf-content-section-accredetation.mod-submit-form .gf_page_steps .gf_step .gf_step_number {
          display: block;
          width: 50px;
          height: 50px;
          margin: 0 auto 10px;
          border-radius: 50%;
          text-align: center;
          font-family: wwfwebfont;
          font-size: 32px;
          font-size: 2rem;
          line-height: 1.5;
          background: #999;
          color: #fff; }
    .wwf-content-section-accredetation.mod-submit-form .gform_wrapper li.gfield.gfield_error, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      border: none !important; }
    .wwf-content-section-accredetation.mod-submit-form .gform_confirmation_message {
      font-weight: 300;
      font-size: 22px;
      font-size: 1.375rem;
      text-align: center;
      line-height: 1.70; }
      @media (min-width: 768px) {
        .wwf-content-section-accredetation.mod-submit-form .gform_confirmation_message {
          font-size: 24px;
          font-size: 1.5rem; } }
      .wwf-content-section-accredetation.mod-submit-form .gform_confirmation_message h2 {
        font-family: 'wwfwebfont';
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 1;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 20px;
        text-align: center; }

/** Content Section Areas **/
.wwf-content-section-areas {
  width: 100%;
  padding: 80px 0 40px;
  position: relative; }
  @media (max-width: 767px) {
    .wwf-content-section-areas {
      padding: 40px 0; } }
  .page-id-28440 .wwf-content-section-areas {
    padding-top: 40px; }
  .wwf-content-section-areas--content {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px; }
  .wwf-content-section-areas--list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -80px; }
    .page-id-28440 .wwf-content-section-areas--list {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .wwf-content-section-areas--list {
        flex-wrap: wrap;
        margin: 20px 0;
        justify-content: center; } }
    .wwf-content-section-areas--list.mod-two-row {
      flex-wrap: wrap;
      justify-content: center; }
      .wwf-content-section-areas--list.mod-two-row .list-item {
        width: 30%;
        margin: 0 20px 40px; }
        @media (max-width: 767px) {
          .wwf-content-section-areas--list.mod-two-row .list-item {
            width: 100%;
            margin: 0 20px 20px; } }
    .wwf-content-section-areas--list a:hover {
      text-decoration: none; }
    .wwf-content-section-areas--list a:focus {
      outline: none; }
  .wwf-content-section-areas .section-title, .wwf-content-section-areas .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-areas .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-content-section-areas .section-title, .wwf-content-section-areas .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-areas .gform_title {
        font-size: 48px;
        font-size: 3rem; } }
    .wwf-content-section-areas .section-title a, .wwf-content-section-areas .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-areas .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-content-section-areas .section-title a:hover, .wwf-content-section-areas .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-areas .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (max-width: 767px) {
      .wwf-content-section-areas .section-title, .wwf-content-section-areas .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-areas .gform_title {
        text-align: left;
        padding: 0 20px; } }
  .wwf-content-section-areas .post-content-entry {
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-content-section-areas .post-content-entry {
        margin: 0; } }
    .wwf-content-section-areas .post-content-entry p {
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .wwf-content-section-areas .post-content-entry p {
          text-align: left; }
          .wwf-content-section-areas .post-content-entry p:last-of-type {
            margin: 0; } }
  .wwf-content-section-areas .list-item {
    display: inline-flex;
    flex-direction: column;
    margin: 0 10px 10px; }
    .wwf-content-section-areas .list-item h3 {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 32px;
      font-size: 2rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #151515;
      margin: 0 0 10px;
      text-align: center; }
      @media (max-width: 767px) {
        .wwf-content-section-areas .list-item h3 {
          font-size: 32px;
          font-size: 2rem; } }
      .wwf-content-section-areas .list-item h3 a {
        color: #151515;
        display: inline-block;
        transition: all 0.3s; }
        .wwf-content-section-areas .list-item h3 a:hover {
          color: #005A70;
          text-decoration: none; }
    .wwf-content-section-areas .list-item--image {
      width: 100px;
      min-width: 100px;
      margin: 0 auto 20px; }
      .wwf-content-section-areas .list-item--image img {
        display: block;
        width: 100%;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: pulse;
        animation-name: pulse; }
    .wwf-content-section-areas .list-item:hover .list-item--image img {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    @media (max-width: 767px) {
      .wwf-content-section-areas .list-item .post-content-entry p {
        text-align: center; } }
  .wwf-content-section-areas + .wwf-content-section-2col {
    margin-top: 80px; }

/** Content Section Reports **/
.wwf-reports-section {
  width: 100%;
  padding: 80px 0 32px;
  background: url("../assets/images/bg-fs-white.jpg"); }
  .wwf-reports-section.pattern_dark {
    background: url("../assets/images/bg-fs.jpg") #005A70; }
  .wwf-reports-section.pattern_light {
    background: url("../assets/images/bg-fs-white.jpg"); }
  .wwf-reports-section .section-title, .wwf-reports-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-reports-section .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-reports-section .section-title, .wwf-reports-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-reports-section .gform_title {
        font-size: 48px;
        font-size: 3rem; } }
    .wwf-reports-section .section-title a, .wwf-reports-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-reports-section .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-reports-section .section-title a:hover, .wwf-reports-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-reports-section .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-reports-section .reports-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .wwf-reports-section .reports-list .list-item {
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      background: #fff;
      margin: 0 0 40px; }
      @media (min-width: 768px) {
        .wwf-reports-section .reports-list .list-item {
          display: inline-flex;
          flex-direction: row; } }
      .wwf-reports-section .reports-list .list-item.mod-chart {
        padding: 30px; }
      .wwf-reports-section .reports-list .list-item h3 {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 10px;
        text-align: left; }
        @media (max-width: 767px) {
          .wwf-reports-section .reports-list .list-item h3 {
            font-size: 26px;
            font-size: 1.625rem; } }
        .wwf-reports-section .reports-list .list-item h3 a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-reports-section .reports-list .list-item h3 a:hover {
            color: #005A70;
            text-decoration: none; }
      .wwf-reports-section .reports-list .list-item .reports-list-files {
        width: 100%;
        margin: 20px 0 0; }
        .wwf-reports-section .reports-list .list-item .reports-list-files li {
          margin: 0 0 10px;
          color: #3D3D3D; }
          .wwf-reports-section .reports-list .list-item .reports-list-files li svg {
            display: inline-block;
            margin: 0 10px 0 0; }
          .wwf-reports-section .reports-list .list-item .reports-list-files li a {
            display: inline-block;
            font-size: 14px;
            font-size: 0.875rem;
            color: #005A70; }
      .wwf-reports-section .reports-list .list-item--image {
        overflow: hidden;
        border-radius: 8px 8px 0 0;
        position: relative; }
        @media (min-width: 768px) {
          .wwf-reports-section .reports-list .list-item--image {
            width: 40%;
            min-width: 40%;
            border-radius: 8px 0 0 8px; } }
        @media (max-width: 767px) {
          .wwf-reports-section .reports-list .list-item--image {
            min-height: 190px; }
            .wwf-reports-section .reports-list .list-item--image img {
              display: block; } }
        .wwf-reports-section .reports-list .list-item--image.mod-col-one-half img {
          height: 300px; }
        @media (min-width: 768px) {
          .wwf-reports-section .reports-list .list-item--image.mod-col-one-half {
            width: 50%; } }
        .wwf-reports-section .reports-list .list-item--image .image-caption {
          top: auto;
          right: auto;
          left: 80px;
          bottom: 0;
          display: block;
          background: rgba(0, 0, 0, 0.4);
          backdrop-filter: blur(10px);
          color: #fff;
          font-weight: 400;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 18px;
          text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
          padding: 5px 8px;
          position: absolute; }
          .wwf-reports-section .reports-list .list-item--image .image-caption.light {
            background: rgba(255, 255, 255, 0.7);
            color: #151515;
            text-shadow: none; }
        .wwf-reports-section .reports-list .list-item--image img {
          display: block;
          width: 100%;
          height: 190px;
          object-fit: cover; }
          @media (min-width: 768px) {
            .wwf-reports-section .reports-list .list-item--image img {
              height: 100%; } }
      .wwf-reports-section .reports-list .list-item--content {
        padding: 30px 20px; }
        @media (min-width: 768px) {
          .wwf-reports-section .reports-list .list-item--content {
            padding: 33px 30px; } }
        .wwf-reports-section .reports-list .list-item--content .post-content-entry p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px; }
          @media (max-width: 767px) {
            .wwf-reports-section .reports-list .list-item--content .post-content-entry p {
              margin-bottom: 20px; } }
      @media (min-width: 991px) {
        .wwf-reports-section .reports-list .list-item {
          display: inline-flex;
          width: 49%; } }

/** Species Section **/
.wwf-species-section {
  width: 100%;
  padding: 80px 0;
  background: url("../assets/images/bg-fs-white.jpg"); }
  @media (max-width: 767px) {
    .wwf-species-section {
      padding: 60px 0; } }
  .wwf-species-section--filters {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .wwf-species-section--filters .js-show-modal {
      display: none; }
      @media (max-width: 600px) {
        .wwf-species-section--filters .js-show-modal {
          display: block;
          margin: 0 0 10px; } }
    @media (max-width: 991px) {
      .wwf-species-section--filters {
        flex-wrap: wrap; } }
    @media (max-width: 600px) {
      .wwf-species-section--filters {
        margin: 0 0 10px; } }
    .wwf-species-section--filters .terms-box {
      margin: 0 0 20px; }
      @media (max-width: 600px) {
        .wwf-species-section--filters .terms-box {
          display: none; } }
      .wwf-species-section--filters .terms-box strong {
        font-family: 'wwfwebfont';
        float: left;
        font-size: 26px;
        font-size: 1.625rem;
        margin: 0 10px 0 0;
        font-weight: 400; }
    .wwf-species-section--filters .filters-search {
      width: 240px;
      height: 40px;
      background: #fff;
      padding: 0 25px 0 10px;
      border: 1px solid #999999;
      border-radius: 20px;
      position: relative;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .wwf-species-section--filters .filters-search {
          width: 100%; } }
      .wwf-species-section--filters .filters-search svg {
        position: absolute;
        right: 15px;
        top: 13px; }
      .wwf-species-section--filters .filters-search input {
        width: 100%;
        height: 40px;
        outline: none;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 3px;
        border: none;
        background: none; }
    .wwf-species-section--filters .button-group {
      float: left; }
      .wwf-species-section--filters .button-group button {
        float: left;
        font-family: 'wwfwebfont';
        font-size: 20px;
        font-size: 1.25rem;
        height: 40px;
        padding: 0 10px;
        background: #D8D8D8;
        border: 1px solid #999999;
        text-transform: uppercase;
        cursor: pointer; }
        .wwf-species-section--filters .button-group button.is-checked {
          background: #F5D200; }
        .wwf-species-section--filters .button-group button:first-child {
          border-radius: 5px 0 0 5px; }
        .wwf-species-section--filters .button-group button:last-child {
          border-radius: 0 5px 5px 0; }
  .wwf-species-section-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    .wwf-species-section-list .species {
      width: 24%;
      margin: 0 0 40px; }
      @media (max-width: 1199px) {
        .wwf-species-section-list .species {
          width: 33.3%; } }
      @media (max-width: 991px) {
        .wwf-species-section-list .species {
          width: 50%; } }
      @media (max-width: 600px) {
        .wwf-species-section-list .species {
          width: 100%;
          margin-bottom: 20px; } }
      .wwf-species-section-list .species a:not(.wwf-secondary-btn) {
        display: block; }
        .wwf-species-section-list .species a:not(.wwf-secondary-btn) img {
          display: block;
          border-radius: 8px 8px 0 0; }
  .wwf-species-section .list-item {
    margin: 5px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column; }
    .wwf-species-section .list-item--image {
      border-radius: 8px 8px 0 0;
      max-height: 240px;
      overflow: hidden; }
      .wwf-species-section .list-item--image img {
        transition: all 0.5s;
        height: 240px;
        object-fit: cover; }
      .wwf-species-section .list-item--image a:hover img {
        transform: scale(1.2); }
    .wwf-species-section .list-item--title {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 32px;
      font-size: 2rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #151515;
      margin: 0;
      padding: 20px 0 34px;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        .wwf-species-section .list-item--title {
          font-size: 32px;
          font-size: 2rem; } }
      .wwf-species-section .list-item--title a {
        color: #151515;
        display: inline-block;
        transition: all 0.3s; }
        .wwf-species-section .list-item--title a:hover {
          color: #005A70;
          text-decoration: none; }
      @media (max-width: 767px) {
        .wwf-species-section .list-item--title {
          font-size: 26px;
          font-size: 1.625rem;
          text-align: left;
          padding: 20px 20px 34px; } }
    .wwf-species-section .list-item .wwf-secondary-btn {
      margin: 0 20px 34px; }
    .wwf-species-section .list-item .is-mobile-visible {
      display: none; }
    @media (max-width: 767px) {
      .wwf-species-section .list-item .is-mobile-visible {
        display: inline-block; } }
  .wwf-species-section .section-title, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 auto 40px;
    max-width: 90%;
    display: flex;
    align-items: center; }
    .wwf-species-section .section-title:before, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title:before, .wwf-species-section .section-title:after, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title:after {
      content: '';
      height: 1px;
      background: #151515;
      display: block;
      flex: 1;
      margin-top: 13px; }
    .wwf-species-section .section-title:after, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title:after {
      margin-left: 40px; }
    .wwf-species-section .section-title:before, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title:before {
      margin-right: 40px; }
    @media (max-width: 767px) {
      .wwf-species-section .section-title, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title {
        display: block;
        font-size: 36px;
        font-size: 2.25rem; }
        .wwf-species-section .section-title:before, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title:before, .wwf-species-section .section-title:after, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title:after {
          display: none; } }
    @media (max-width: 600px) {
      .wwf-species-section .section-title, .wwf-species-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-species-section .gform_title {
        margin: 0 auto 10px; } }

.filters-modal .modal-dialog {
  margin: 0; }
  .filters-modal .modal-dialog .modal-content {
    background: #151515; }
  .filters-modal .modal-dialog .modal-footer {
    padding: 20px;
    border-top: 1px solid #3D3D3D; }
    .filters-modal .modal-dialog .modal-footer .close {
      text-shadow: none;
      opacity: 1;
      font-weight: 400; }
  .filters-modal .modal-dialog .modal-header {
    border-bottom: 1px solid #3D3D3D;
    padding: 20px 20px 10px; }
    .filters-modal .modal-dialog .modal-header .close {
      color: #fff; }
      .filters-modal .modal-dialog .modal-header .close svg {
        fill: #fff; }
    .filters-modal .modal-dialog .modal-header h5 {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #fff;
      margin: 0; }
      @media (max-width: 767px) {
        .filters-modal .modal-dialog .modal-header h5 {
          font-size: 38px;
          font-size: 2.375rem; } }
      .filters-modal .modal-dialog .modal-header h5 a {
        color: #fff;
        display: inline-block;
        transition: all 0.3s; }
        .filters-modal .modal-dialog .modal-header h5 a:hover {
          color: #005A70;
          text-decoration: none; }
  .filters-modal .modal-dialog .modal-body {
    padding: 20px; }
    .filters-modal .modal-dialog .modal-body .button-group {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .filters-modal .modal-dialog .modal-body .button-group button {
        background: none;
        color: #fff;
        border: none;
        position: relative;
        padding: 0 0 0 30px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        text-transform: capitalize;
        height: auto;
        text-align: left;
        margin: 0 0 12px;
        font-family: 'Open Sans', sans-serif;
        outline: none; }
        .filters-modal .modal-dialog .modal-body .button-group button svg {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          display: none; }
        .filters-modal .modal-dialog .modal-body .button-group button.is-checked {
          color: #F5D200; }
          .filters-modal .modal-dialog .modal-body .button-group button.is-checked svg {
            display: block; }
          .filters-modal .modal-dialog .modal-body .button-group button.is-checked:before {
            display: none; }
        .filters-modal .modal-dialog .modal-body .button-group button:before {
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          border: 1px solid #D8D8D8;
          box-sizing: border-box;
          border-radius: 4px; }

/** wwf-content-section-items **/
.wwf-content-section-items {
  width: 100%;
  padding: 42px 0; }
  .wwf-content-section-items .section-title, .wwf-content-section-items .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-items .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-content-section-items .section-title, .wwf-content-section-items .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-items .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-content-section-items .section-title a, .wwf-content-section-items .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-items .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-content-section-items .section-title a:hover, .wwf-content-section-items .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-items .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (max-width: 767px) {
      .wwf-content-section-items .section-title, .wwf-content-section-items .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-items .gform_title {
        text-align: left; } }
  .wwf-content-section-items--list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .wwf-content-section-items--list.mod-two-column .list-item {
      width: 48%; }
      @media (max-width: 767px) {
        .wwf-content-section-items--list.mod-two-column .list-item {
          width: 100%; } }
  .wwf-content-section-items .list-item {
    width: 100%;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .wwf-content-section-items .list-item {
        margin: 0; } }
    .wwf-content-section-items .list-item .item-title {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 32px;
      font-size: 2rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #3D3D3D;
      margin: 0 0 20px;
      text-align: left; }
      @media (max-width: 767px) {
        .wwf-content-section-items .list-item .item-title {
          font-size: 32px;
          font-size: 2rem; } }
      .wwf-content-section-items .list-item .item-title a {
        color: #3D3D3D;
        display: inline-block;
        transition: all 0.3s; }
        .wwf-content-section-items .list-item .item-title a:hover {
          color: #005A70;
          text-decoration: none; }

/** footer **/
.social-list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 50px; }
  @media (min-width: 768px) {
    .social-list {
      justify-content: flex-start; } }
  .social-list ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .social-list ul {
        justify-content: flex-start; } }
  .social-list li {
    margin: 0 35px 0 0; }
    .social-list li:last-child {
      margin-right: 0; }
    @media (min-width: 768px) {
      .social-list li {
        margin: 0 20px 0 0; } }
  .social-list a {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    transition: all 0.3s; }
    .social-list a:hover {
      color: #F5D200; }

.site-footer {
  width: 100%;
  background: #000;
  padding: 40px 0 80px; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .site-footer .site-footer-logo img {
      max-width: 140px;
      margin: 0 auto 30px;
      display: block; } }
  .site-footer-tools {
    width: 100%;
    display: flex;
    margin: 0 0 40px;
    justify-content: center;
    position: relative; }
    @media (min-width: 768px) {
      .site-footer-tools {
        justify-content: space-between; } }
    .site-footer-tools-btn {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
      margin: 0 10px; }
    .site-footer-tools .btn-toogle-location-icon {
      width: 20px;
      height: 20px;
      display: inline;
      margin: 0 10px 0 0;
      background: url("../assets/images/earth_icon.png") no-repeat;
      background-size: cover;
      position: relative;
      top: 2px; }
  .site-footer .copy {
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .site-footer .copy {
        text-align: left;
        margin-bottom: 0; } }
    .site-footer .copy p {
      margin: 0;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      color: #BEBEBE; }
  .site-footer .menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 35px;
    justify-content: center; }
    @media (min-width: 768px) {
      .site-footer .menu {
        justify-content: flex-start; } }
    .site-footer .menu ul {
      margin: 0;
      padding: 0; }
    .site-footer .menu li {
      margin: 0 10px 10px 0;
      padding: 0 9px 0 0;
      line-height: 1;
      border-right: 1px solid #fff; }
      .site-footer .menu li:last-child {
        padding: 0;
        margin: 0;
        border: none; }
    .site-footer .menu a {
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      transition: all 0.3s; }
      .current-menu-item .site-footer .menu a, .site-footer .menu a:hover {
        color: #F5D200;
        text-decoration: none; }
  .site-footer-badge {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: block; }
    @media (min-width: 768px) {
      .site-footer-badge {
        float: right;
        margin: 0; } }
  @media (min-width: 768px) {
    .site-footer-container {
      display: flex;
      justify-content: space-between; } }

.wwf-location-holder {
  display: none;
  flex-flow: row wrap;
  position: absolute;
  right: 0;
  margin: 0 0 10px;
  bottom: 100%;
  background: #151515;
  border: 1px solid #C4C4C4;
  padding: 18px 30px;
  width: 94vw;
  z-index: 100; }
  @media (min-width: 1024px) {
    .wwf-location-holder {
      width: 100%;
      min-width: 1000px;
      max-width: 1000px; } }
  .wwf-location-holder.is-active {
    display: flex; }
  .wwf-location-holder .wwf-location-list {
    width: 100%; }
    @media (min-width: 450px) {
      .wwf-location-holder .wwf-location-list {
        columns: 2; } }
    @media (min-width: 600px) {
      .wwf-location-holder .wwf-location-list {
        columns: 3; } }
    .wwf-location-holder .wwf-location-list li {
      margin-bottom: 5px; }
    .wwf-location-holder .wwf-location-list a {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      display: flex;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #fff;
      font-family: 'wwfwebfont';
      transition: all 0.3s;
      text-decoration: none; }
      .wwf-location-holder .wwf-location-list a.is-active, .wwf-location-holder .wwf-location-list a:hover {
        text-decoration: none;
        color: #F5D200; }
      @media (max-width: 449px) {
        .wwf-location-holder .wwf-location-list a {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1; } }

/** content entry **/
.page-template-default .wwf-text-box .text p {
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem; }

.page-template-default .post-content-entry h1, .page-template-default .post-content-entry h2, .page-template-default .post-content-entry h3, .page-template-default .post-content-entry h4, .page-template-default .post-content-entry h5, .page-template-default .post-content-entry h6 {
  font-family: 'wwfwebfont';
  margin: 0 0 20px; }

.page-template-default .post-content-entry h2 {
  font-size: 32px;
  font-size: 2rem; }

.page-template-default .post-content-entry h3 {
  font-size: 28px;
  font-size: 1.75rem; }

.page-template-default .post-content-entry h4 {
  font-size: 22px;
  font-size: 1.375rem; }

.page-template-default .post-content-entry p {
  margin: 0 0 28px; }

.post-content-entry p {
  margin: 0 0 28px; }

.post-content-entry img {
  margin-bottom: 20px;
  max-width: 100%; }

.post-content-entry p a {
  transition: all 0.2s;
  color: #2D376A;
  text-decoration: underline; }
  .post-content-entry p a strong,
  .post-content-entry p a b {
    color: #2D376A; }
  .post-content-entry p a:hover {
    color: #1e1e1e; }
    .post-content-entry p a:hover strong,
    .post-content-entry p a:hover b {
      color: #1e1e1e; }

.post-content-entry table {
  width: 100%; }
  .post-content-entry table tr th,
  .post-content-entry table tr td {
    padding: 10px;
    /* border: 1px solid #ddd; */
    
     }

.post-content-entry ol {
  margin-left: 0;
  padding: 0 0 0 20px;
  list-style-type: decimal; }
  .post-content-entry ol li {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 30px; }
    .post-content-entry ol li a {
      text-decoration: underline; }
      .post-content-entry ol li a:hover {
        color: #1e1e1e; }

.post-content-entry ul {
  margin-left: 0;
  padding: 0 0 0 20px;
  list-style-type: disc; }
  .post-content-entry ul li {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 30px; }
    .post-content-entry ul li a {
      text-decoration: underline; }
      .post-content-entry ul li a:hover {
        color: #1e1e1e; }

.post-content-entry blockquote {
  display: block;
  margin: 20px 0;
  font-style: italic; }
  .post-content-entry blockquote footer {
    margin: 0 0 20px;
    background: none; }
  .post-content-entry blockquote cite a {
    color: #2D376A; }
    .post-content-entry blockquote cite a:hover {
      text-decoration: underline; }
  .post-content-entry blockquote p {
    margin: 0; }

.post-content-entry .alignnone {
  float: none; }

.post-content-entry .alignright {
  float: right; }

.post-content-entry .alignleft {
  float: left; }

.post-content-entry .aligncenter {
  display: block;
  margin: 0 auto; }

.post-content-entry .wp-caption {
  background: #f3f3f3;
  line-height: normal;
  margin: 0 0 20px;
  padding: 13px;
  text-align: center;
  max-width: 100%; }
  .post-content-entry .wp-caption.alignright {
    float: right; }
  .post-content-entry .wp-caption.alignleft {
    float: left; }
  .post-content-entry .wp-caption.aligncenter {
    display: block;
    margin: 0 auto 20px; }
  .post-content-entry .wp-caption img {
    margin-bottom: 0; }
  .post-content-entry .wp-caption p {
    margin: 0; }

/** mobile menu **/
/* search */
.error404 .site-main-search,
.search .site-main-search {
  display: block; }

.error404 .page-content,
.search .page-content {
  min-height: 60vh; }

.no-results.not-found {
  min-height: 60vh; }

.content-404-section {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 770px;
  background-position: center bottom;
  background-size: cover; }
  .content-404-section .image-caption {
    top: auto;
    right: auto;
    left: 74.3%;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .content-404-section .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .content-404-section .content {
    padding: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #151515;
    text-align: center;
    max-width: 650px;
    margin: 0 auto; }
    .content-404-section .content p {
      margin: 0 0 20px; }
    .content-404-section .content .title {
      margin: 0 0 20px;
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 1.07;
      text-transform: uppercase;
      color: #005A70; }
  .content-404-section .site-search {
    margin-bottom: 20px; }
    .content-404-section .site-search .search-form {
      position: relative;
      max-width: 330px;
      margin: 0 auto; }
      .content-404-section .site-search .search-form .search-field {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #FFFFFF;
        border-radius: 50px;
        width: 100%;
        padding: 12px 15px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        color: #151515; }
        .content-404-section .site-search .search-form .search-field::placeholder {
          color: #151515;
          opacity: 1; }
      .content-404-section .site-search .search-form .search-submit {
        background: transparent;
        border: none;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%); }
        .content-404-section .site-search .search-form .search-submit svg g {
          opacity: 1; }
        .content-404-section .site-search .search-form .search-submit svg path,
        .content-404-section .site-search .search-form .search-submit svg rect {
          stroke: #151515; }


.modified-section{
  background-color: #000;
  color: #fff;
  padding: 16px 0;
  font-size: 16px;
}
.donate-section {
  padding: 60px 0; }
  .donate-section h3 {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1;
    margin-bottom: 30px; }
  .donate-section .text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 335px; }
  .donate-section .donate-form input[type=radio] {
    opacity: 0;
    position: absolute; }
    .donate-section .donate-form input[type=radio]:checked + label {
      background: #005A70;
      border-color: #005A70;
      color: #fff; }
  .donate-section .donate-form label {
    background: #D8D8D8;
    border: 2px solid #3D3D3D;
    border-radius: 8px;
    padding: 5px 5px 7px;
    height: 40px;
    margin-bottom: 20px;
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #3D3D3D;
    max-width: 197px; }
    @media (max-width: 650px) {
      .donate-section .donate-form label {
        max-width: 100%; } }
  .donate-section .select-times {
    border-bottom: 1px solid #999999;
    margin: 0 -10px 30px;
    display: flex; }
    @media (max-width: 650px) {
      .donate-section .select-times {
        flex-direction: column;
        margin: 0 0 30px; } }
    .donate-section .select-times > div {
      width: calc(50% - 10px);
      margin: 0 10px; }
      @media (max-width: 650px) {
        .donate-section .select-times > div {
          width: 100%;
          margin: 0; } }
  .donate-section .amount {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: 414px; }
    .donate-section .amount.is-active {
      display: flex; }
    .donate-section .amount > div {
      width: 50%;
      padding: 0 10px;
      max-width: 217px; }
  .donate-section .wwf-action-btn, .donate-section .sc-section .form-holder button, .sc-section .form-holder .donate-section button {
    display: block;
    width: 100%; }
  .donate-section input[type=text] {
    background: #EEEEEE;
    border: 1px solid #3D3D3D;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    color: #3D3D3D;
    outline: none; }
    @media (max-width: 767px) {
      .donate-section input[type=text] {
        margin-bottom: 20px; } }
    .donate-section input[type=text]::placeholder {
      text-align: center;
      opacity: 1;
      color: #3D3D3D; }
  @media (max-width: 650px) {
    .donate-section .amount .full {
      min-width: 100%; }
    .donate-section input[type=number] {
      margin-bottom: 20px; } }
  @media (min-width: 650px) {
    .donate-section {
      padding: 70px 0 80px; }
      .donate-section .select-times {
        border-bottom: none;
        border-right: 1px solid #999999;
        padding-right: 64px;
        padding-bottom: 0;
        margin: 0 64px 0 0;
        min-width: 262px;
        display: block; }
        .donate-section .select-times div {
          width: 100%;
          margin: 0; }
      .donate-section .donate-form {
        display: flex;
        justify-content: space-between;
        align-items: stretch; } }
  @media (min-width: 990px) {
    .donate-section .l-wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .donate-section .text {
      font-size: 20px;
      font-size: 1.25rem;
      max-width: 395px;
      text-align: left;
      margin: 0; }
    .donate-section h3 {
      font-size: 48px;
      font-size: 3rem; }
    .donate-section p {
      max-width: 375px; } }

.type-leaders, .type-experts {
  padding: 60px 0 40px;
  border-bottom: 1px solid #D8D8D8; }
  .type-leaders.no-border, .type-experts.no-border {
    border: none; }
  @media (min-width: 768px) {
    .type-leaders, .type-experts {
      display: flex;
      padding: 101px 0 80px; } }
  .type-leaders__aside, .type-experts__aside {
    color: #151515;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .type-leaders__aside, .type-experts__aside {
        min-width: 373px;
        max-width: 373px;
        margin-right: 60px;
        margin-bottom: 0; } }
    .type-leaders__aside figure, .type-experts__aside figure {
      border: 1px solid #D8D8D8;
      border-radius: 4px;
      overflow: hidden;
      text-align: center; }
      .type-leaders__aside figure img, .type-experts__aside figure img {
        height: 344px;
        object-fit: cover;
        object-position: 50% 0; }
        @media (min-width: 768px) {
          .type-leaders__aside figure img, .type-experts__aside figure img {
            height: 373px; } }
    .type-leaders__aside .fact-box, .type-experts__aside .fact-box {
      margin-top: 30px;
      background: #F7F7F7;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      padding: 20px 30px; }
      .type-leaders__aside .fact-box h3, .type-experts__aside .fact-box h3 {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 48px;
        font-size: 3rem;
        line-height: 1;
        margin: 0 0 20px; }
      .type-leaders__aside .fact-box ul, .type-experts__aside .fact-box ul {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5; }
        .type-leaders__aside .fact-box ul li, .type-experts__aside .fact-box ul li {
          margin-bottom: 20px; }
          .type-leaders__aside .fact-box ul li strong, .type-experts__aside .fact-box ul li strong {
            display: block; }
          .type-leaders__aside .fact-box ul li:last-child, .type-experts__aside .fact-box ul li:last-child {
            margin-bottom: 0; }
      @media (min-width: 768px) {
        .type-leaders__aside .fact-box, .type-experts__aside .fact-box {
          margin-top: 20px;
          text-align: center;
          padding: 30px; }
          .type-leaders__aside .fact-box h3, .type-experts__aside .fact-box h3 {
            font-size: 32px;
            font-size: 2rem;
            line-height: 1.1; }
          .type-leaders__aside .fact-box ul li strong, .type-experts__aside .fact-box ul li strong {
            display: inline; } }
  .type-leaders .entry-title, .type-experts .entry-title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 46px;
    font-size: 2.875rem;
    text-transform: uppercase;
    line-height: .98;
    color: #151515;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .type-leaders .entry-title, .type-experts .entry-title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1.07;
        margin-bottom: 0; } }
  .type-leaders .meta, .type-experts .meta {
    margin-bottom: 30px; }
    .type-leaders .meta h4, .type-experts .meta h4 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5;
      margin: 0; }
    @media (min-width: 768px) {
      .type-leaders .meta, .type-experts .meta {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; }
        .type-leaders .meta h4, .type-experts .meta h4 {
          font-size: 20px;
          font-size: 1.25rem; }
        .type-leaders .meta .share-box, .type-experts .meta .share-box {
          max-width: 50%;
          margin: 3px 0 0;
          border: none;
          padding: 0;
          justify-content: flex-end; } }
  .type-leaders__main-info .rte, .type-experts__main-info .rte {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.50;
    padding-top: 30px; }
    .type-leaders__main-info .rte.text-size18, .type-experts__main-info .rte.text-size18 {
      font-size: 18px;
      font-size: 1.125rem; }
    .type-leaders__main-info .rte p, .type-leaders__main-info .rte ul, .type-leaders__main-info .rte ol, .type-experts__main-info .rte p, .type-experts__main-info .rte ul, .type-experts__main-info .rte ol {
      margin-bottom: 15px; }
    @media (min-width: 768px) {
      .type-leaders__main-info .rte, .type-experts__main-info .rte {
        padding-top: 0; } }

.share-box {
  display: flex;
  align-items: center;
  border: 2px solid #3D3D3D;
  border-radius: 25px;
  max-width: 335px;
  margin: 0 auto;
  padding: 13px 20px;
  justify-content: center; }
  .share-box.mod-fr .title {
    font-size: 11px;
    font-size: 0.6875rem; }
  .share-box .title {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    letter-spacing: 2px;
    color: #3D3D3D;
    text-transform: uppercase; }
  .share-box a {
    display: block;
    margin-left: 32px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.35;
    color: #3D3D3D; }
    .share-box a svg path {
      transition: all 0.35s ease; }
    .share-box a:hover svg path {
      fill: #F5D200; }
  @media (min-width: 768px) {
    .share-box {
      border-radius: 30px; }
      .share-box a {
        margin-left: 14px; } }

.learn-more-box {
  margin-top: 50px;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 60px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .learn-more-box {
      border-top: 1px solid #D8D8D8;
      border-bottom: none;
      padding: 60px 0 0; } }
  .learn-more-box.text-size18 {
    font-size: 18px;
    font-size: 1.125rem; }
  .learn-more-box .section-title, .learn-more-box .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .learn-more-box .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #151515;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .learn-more-box .section-title, .learn-more-box .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .learn-more-box .gform_title {
        font-size: 41px;
        font-size: 2.5625rem;
        margin-bottom: 10px; } }
  .learn-more-box p {
    margin-bottom: 20px; }

.archive-description {
  max-width: 1092px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7;
  text-align: center;
  padding: 60px 20px 0; }
  .archive-description p {
    margin: 0 0 30px; }
  @media (min-width: 768px) {
    .archive-description {
      font-size: 24px;
      font-size: 1.5rem;
      padding: 80px 0 0; }
      .archive-description p {
        margin: 0 0 50px; } }

.leaders-subtitle {
  margin: 60px 0 30px;
  font-family: 'wwfwebfont';
  font-weight: normal;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 1px;
  color: #151515; }
  @media (min-width: 768px) {
    .leaders-subtitle {
      margin: 80px 0 39px;
      font-size: 48px;
      font-size: 3rem;
      text-align: center; } }

@media (min-width: 768px) {
  .top-management-list {
    background: url("../assets/images/bg-fs-white_2.jpg");
    background-size: 122px auto;
    padding: 81px 0 40px;
    margin-bottom: 80px; }
    .post-type-archive-experts .top-management-list {
      margin-bottom: 0; } }

.top-management-list p {
  margin-bottom: 20px; }

.president-list {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .president-list {
      font-size: 20px;
      font-size: 1.25rem; } }
  .president-list li {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .president-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 77px; } }
  .president-list .rte a {
    text-decoration: underline; }
    .president-list .rte a:hover {
      text-decoration: none; }
  .president-list .entry-title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.1;
    color: #151515; }
  .president-list .meta {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem; }
  .president-list figure {
    min-width: 33.98%;
    text-align: center;
    max-width: 435px;
    margin: 0 auto 10px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .president-list figure {
        margin: 0 60px 0 0; } }
    .president-list figure a {
      display: block;
      position: relative;
      opacity: 1;
      transition: opacity .25s; }
      .president-list figure a:hover {
        opacity: .9; }
    .president-list figure img {
      height: 413px;
      object-fit: cover;
      object-position: 50% 0; }

.vice-president-list {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 1px solid #B0BEC5;
  border-bottom: 1px solid #B0BEC5;
  margin-bottom: 58px; }
  @media (min-width: 768px) {
    .vice-president-list {
      border-bottom: 0;
      padding-top: 80px;
      padding-bottom: 0;
      margin-bottom: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .vice-president-list figure {
    margin: 0;
    height: 333px; }
    .vice-president-list figure img {
      height: 333px;
      width: 100%;
      object-fit: cover;
      object-position: 50% 0; }
    .vice-president-list figure a {
      display: block;
      position: relative;
      opacity: 1;
      transition: opacity .25s; }
      .vice-president-list figure a:hover {
        opacity: .9; }
  .vice-president-list li {
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .vice-president-list li {
        width: 29%;
        text-align: center;
        margin-bottom: 40px; } }
    .vice-president-list li .info {
      padding: 20px 30px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 150%; }
    .vice-president-list li .entry-title {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 1.1;
      margin-bottom: 10px;
      color: #151515; }
      @media (min-width: 768px) {
        .vice-president-list li .entry-title {
          font-size: 32px;
          font-size: 2rem;
          margin-bottom: 12px; } }
    .vice-president-list li .meta {
      margin: 0 0 20px; }
    .vice-president-list li a {
      text-decoration: underline; }
      .vice-president-list li a:hover {
        text-decoration: none; }

@media (min-width: 768px) {
  .management-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
    padding-bottom: 40px; } }

.management-list li {
  display: flex;
  align-items: center;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .management-list li {
      width: 50%;
      padding: 0 22px;
      margin-bottom: 40px;
      align-items: flex-start; } }
  .management-list li figure {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 20px 0 0;
    width: 144px;
    min-width: 144px;
    height: 144px; }
    @media (min-width: 768px) {
      .management-list li figure {
        width: 197px;
        min-width: 197px;
        height: 197px; } }
    .management-list li figure img {
      height: 144px;
      width: 100%;
      object-fit: cover;
      object-position: 50% 0; }
      @media (min-width: 768px) {
        .management-list li figure img {
          height: 197px; } }
    .management-list li figure a {
      display: block;
      position: relative;
      opacity: 1;
      transition: opacity .25s; }
      .management-list li figure a:hover {
        opacity: .9; }
  .management-list li .entry-title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.1;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .management-list li .entry-title {
        font-size: 32px;
        font-size: 2rem;
        margin-bottom: 20px; } }
  .management-list li .meta {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px; }
  .management-list li .info {
    max-width: 220px; }
    .management-list li .info a {
      text-decoration: underline; }
      .management-list li .info a:hover {
        text-decoration: none; }

.expert-section {
  padding: 80px 0 40px; }
  .expert-section:nth-child(odd) {
    background: url("../assets/images/bg-fs-white_2.jpg");
    background-size: 122px auto; }
  .expert-section .section-link {
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;
    font-size: 1rem; }
    .expert-section .section-link a {
      text-decoration: underline; }
      .expert-section .section-link a:hover {
        text-decoration: none; }
  .expert-section .section-title, .expert-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .expert-section .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 auto 19px;
    max-width: 1066px;
    display: flex;
    align-items: center; }
    .expert-section .section-title:before, .expert-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .expert-section .gform_title:before, .expert-section .section-title:after, .expert-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .expert-section .gform_title:after {
      content: '';
      height: 1px;
      background: #151515;
      display: block;
      flex: 1;
      margin-top: 13px; }
    .expert-section .section-title:after, .expert-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .expert-section .gform_title:after {
      margin-left: 40px; }
    .expert-section .section-title:before, .expert-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .expert-section .gform_title:before {
      margin-right: 40px; }
    @media (max-width: 767px) {
      .expert-section .section-title, .expert-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .expert-section .gform_title {
        display: block;
        font-size: 48px;
        font-size: 3rem; }
        .expert-section .section-title:before, .expert-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .expert-section .gform_title:before, .expert-section .section-title:after, .expert-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .expert-section .gform_title:after {
          display: none; } }
  .expert-section p {
    margin-bottom: 20px; }
  .expert-section .show-more {
    margin: 0 0 33px;
    text-align: center; }
  .expert-section .more-posts {
    display: none; }

.expert-list-hover {
  width: 100%; }
  @media (min-width: 768px) {
    .expert-list-hover {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0 -33px;
      width: calc(100% + 66px); } }
  .expert-list-hover.mod-biopolist-projects .list-item--content {
    padding: 20px; }
  .expert-list-hover.mod-biopolist-projects .list--item-title {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px; }
  .expert-list-hover.mod-biopolist-projects .list--item-hover .list--item-title {
    display: block;
    height: auto; }
  .expert-list-hover.mod-biopolist-projects .list--item-hover .wwf-secondary-btn {
    margin-top: auto; }
  .expert-list-hover.mod-biopolist-projects .list--item-hover .max-line-10 {
    max-height: 17rem; }
  .expert-list-hover.mod-biopolist-projects .list--item-image {
    position: relative; }
    .expert-list-hover.mod-biopolist-projects .list--item-image .status {
      position: absolute;
      top: 30px;
      left: 30px;
      text-transform: uppercase;
      border-radius: 15px;
      padding: 2px 15px 0;
      color: #151515;
      font-size: 12px;
      font-size: 0.75rem;
      min-width: 125px; }
      .expert-list-hover.mod-biopolist-projects .list--item-image .status.starting-soon {
        background: #005A70;
        color: #fff; }
      .expert-list-hover.mod-biopolist-projects .list--item-image .status.completed {
        background: #D8D8D8; }
      .expert-list-hover.mod-biopolist-projects .list--item-image .status.ongoing {
        background: #F5D200; }
  .expert-list-hover .slick-list {
    padding: 0 !important; }
  .expert-list-hover .list--item {
    width: 100%;
    min-height: 431px;
    display: inline-flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0 0 10px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 33px 40px; }
    @media (min-width: 768px) {
      .expert-list-hover .list--item {
        width: calc(33.33% - 66px); } }
    .expert-list-hover .list--item:hover .list--item-hover {
      transform: translateY(0); }
    .expert-list-hover .list--item-image {
      margin: 0 0 30px; }
      .expert-list-hover .list--item-image img {
        height: 304px;
        display: block;
        width: 100%;
        object-fit: cover; }
    .expert-list-hover .list--item-content {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      text-align: center;
      color: #3D3D3D;
      padding: 0 24px;
      margin: 0 0 20px; }
      .expert-list-hover .list--item-content p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        margin: 0; }
    .expert-list-hover .list--item-title {
      font-size: 32px;
      font-size: 2rem;
      margin: 0 10px 10px;
      line-height: 35px;
      text-align: center;
      color: #151515;
      font-family: 'wwfwebfont'; }
    .expert-list-hover .list--item-subtitle {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5;
      margin-bottom: 20px; }
    .expert-list-hover .list--item-hover {
      height: 100%;
      padding: 20px 0;
      transform: translateY(100%);
      transition: all 0.65s;
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: space-between;
      width: 100%;
      overflow: auto; }
      .expert-list-hover .list--item-hover .list--item-title {
        margin: 0 0 10px; }
      .expert-list-hover .list--item-hover .wwf-secondary-btn {
        margin: 0 auto; }
    @media (max-width: 767px) {
      .expert-list-hover .list--item {
        margin: 0 10px 20px; } }
  .expert-list-hover .list--item-image {
    margin-bottom: 15px; }
    .expert-list-hover .list--item-image img {
      height: 304px;
      object-position: 50% 0; }
  .expert-list-hover .list--item-hover {
    justify-content: flex-start;
    transform: translateY(100%); }

.wwf-text-box {
  padding-bottom: 1px; }
  .wwf-text-box-tools {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .wwf-text-box-tools {
        flex-direction: column; } }
    .wwf-text-box-tools.mod-top {
      margin: 0 0 20px; }
    .wwf-text-box-tools .share-box {
      margin: 0 10px 10px; }
  .wwf-text-box h2 {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 20px;
    text-align: left; }
    @media (max-width: 767px) {
      .wwf-text-box h2 {
        font-size: 28px;
        font-size: 1.75rem; } }
    .wwf-text-box h2 a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-text-box h2 a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-text-box h3 {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 20px;
    text-align: left; }
    @media (max-width: 767px) {
      .wwf-text-box h3 {
        font-size: 26px;
        font-size: 1.625rem; } }
    .wwf-text-box h3 a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-text-box h3 a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-text-box h4 {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 20px;
    text-align: left; }
    @media (max-width: 767px) {
      .wwf-text-box h4 {
        font-size: 34px;
        font-size: 2.125rem; } }
    .wwf-text-box h4 a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-text-box h4 a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-text-box .alignright {
    float: right;
    margin: 0 0 40px 40px; }
    @media (max-width: 600px) {
      .wwf-text-box .alignright {
        float: none;
        display: block;
        margin: 0 auto 20px; } }
  .wwf-text-box .alignleft {
    float: left;
    margin: 0 40px 40px 0; }
    @media (max-width: 600px) {
      .wwf-text-box .alignleft {
        float: none;
        display: block;
        margin: 0 auto 20px; } }
  .wwf-text-box .text {
    margin: 0 auto;
    padding: 20px 0 40px; }
    .wwf-text-box .text:not(.not-fixed-text-width) {
      max-width: 1092px; }
    .wwf-text-box .text:after {
      content: "";
      display: block;
      clear: both; }
    .wwf-text-box .text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .wwf-text-box .text ul.list-col-2 {
        width: 100%;
        list-style: none;
        display: flex;
        flex-wrap: wrap; }
        .wwf-text-box .text ul.list-col-2 li {
          display: inline-flex;
          width: 48%;
          padding: 0;
          justify-content: space-between; }
          @media (max-width: 480px) {
            .wwf-text-box .text ul.list-col-2 li {
              width: 100%;
              margin: 0 0 10px; } }
          .wwf-text-box .text ul.list-col-2 li:before {
            display: none; }
      .wwf-text-box .text ul.list-col-4 {
        width: 100%;
        list-style: none;
        display: flex;
        flex-wrap: wrap; }
        .wwf-text-box .text ul.list-col-4 li {
          display: inline-flex;
          width: 24%;
          padding: 0;
          justify-content: space-between; }
          @media (max-width: 768px) {
            .wwf-text-box .text ul.list-col-4 li {
              width: 49%; } }
          @media (max-width: 480px) {
            .wwf-text-box .text ul.list-col-4 li {
              width: 100%;
              margin: 0 0 10px; } }
          .wwf-text-box .text ul.list-col-4 li:before {
            display: none !important; }
      .wwf-text-box .text ul li {
        width: 100%;
        padding: 0 0 0 30px;
        margin: 0 0 20px;
        line-height: 1.5;
        position: relative; }
        @media (max-width: 1199px) {
          .wwf-text-box .text ul li {
            padding: 0 0 0 20px; } }
        .wwf-text-box .text ul li ul {
          padding-top: 20px; }
        .wwf-text-box .text ul li:before {
          display: block;
          content: "";
          width: 8px;
          height: 8px;
          background: #005A70;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 12px; }
          @media (max-width: 767px) {
            .wwf-text-box .text ul li:before {
              top: 9px; } }
    @media (min-width: 768px) {
      .wwf-text-box .text {
        padding: 60px 0 20px; } }
    .wwf-text-box .text.pb0 {
      padding-bottom: 0 !important; }
    .wwf-text-box .text.pt20 {
      padding-top: 20px !important; }
    .wwf-text-box .text.mod-p0 {
      padding: 0 !important; }
    .wwf-text-box .text .section-title, .wwf-text-box .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .text .gform_title {
      font-family: 'wwfwebfont';
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 1;
      letter-spacing: 1px;
      color: #151515;
      margin: 0 0 20px; }
      .wwf-text-box .text .section-title.ta-center, .wwf-text-box .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .ta-center.gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .text .ta-center.gform_title {
        text-align: center; }
      .wwf-text-box .text .section-title.ta-left, .wwf-text-box .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .ta-left.gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .text .ta-left.gform_title {
        text-align: left; }
      @media (min-width: 768px) {
        .wwf-text-box .text .section-title, .wwf-text-box .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .text .gform_title {
          font-size: 48px;
          font-size: 3rem;
          margin: 0 0 27px; } }
    .wwf-text-box .text .share-box + .section-title, .wwf-text-box .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .share-box + .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .text .share-box + .gform_title {
      margin-top: 27px; }
      @media (min-width: 768px) {
        .wwf-text-box .text .share-box + .section-title, .wwf-text-box .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .share-box + .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .text .share-box + .gform_title {
          margin-top: 70px; } }
    .wwf-text-box .text .rte {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; }
      .wwf-text-box .text .rte.ta-center {
        text-align: center; }
      @media (min-width: 768px) {
        .wwf-text-box .text .rte {
          font-size: 20px;
          font-size: 1.25rem;
          text-align: center; }
          .wwf-text-box .text .rte.ta-left {
            text-align: left; } }
      .wwf-text-box .text .rte p {
        margin: 0 0 20px; }
        @media (min-width: 768px) {
          .wwf-text-box .text .rte p {
            margin: 0 0 30px; } }
      .wwf-text-box .text .rte h3 {
        font-family: 'wwfwebfont';
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.1;
        margin: 0 0 20px;
        color: #151515; }
    .wwf-text-box .text.large-size .rte {
      font-weight: 300;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.70; }
      @media (min-width: 768px) {
        .wwf-text-box .text.large-size .rte {
          font-size: 24px;
          font-size: 1.5rem; } }
    .wwf-text-box .text.large-size ul li:before {
      top: 16px; }
    .wwf-text-box .text.small-size .rte {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.70; }
    .wwf-text-box .text.medium-size .rte {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.70; }
    .wwf-text-box .text.medium-size ul li:before {
      top: 11px; }
    @media (min-width: 768px) {
      .wwf-text-box .text {
        font-size: 24px;
        font-size: 1.5rem;
        padding: 80px 0 50px; }
        .wwf-text-box .text p {
          margin: 0 0 50px; } }
  .wwf-text-box.default + .wwf-text-box.default .text {
    padding-top: 20px !important; }
  .wwf-text-box.pattern_dark, .wwf-text-box.pattern_light, .wwf-text-box.pattern_light2 {
    padding: 60px 0; }
    @media (min-width: 768px) {
      .wwf-text-box.pattern_dark, .wwf-text-box.pattern_light, .wwf-text-box.pattern_light2 {
        padding: 80px 0; } }
    .wwf-text-box.pattern_dark .box-content, .wwf-text-box.pattern_light .box-content, .wwf-text-box.pattern_light2 .box-content {
      background: #fff;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      overflow: hidden; }
      .wwf-text-box.pattern_dark .box-content.mod-nobg, .wwf-text-box.pattern_light .box-content.mod-nobg, .wwf-text-box.pattern_light2 .box-content.mod-nobg {
        background: none;
        box-shadow: none;
        padding: 0; }
      .wwf-text-box.pattern_dark .box-content .text, .wwf-text-box.pattern_light .box-content .text, .wwf-text-box.pattern_light2 .box-content .text {
        padding: 30px 20px 10px;
        max-width: 91.3ex; }
        @media (min-width: 768px) {
          .wwf-text-box.pattern_dark .box-content .text, .wwf-text-box.pattern_light .box-content .text, .wwf-text-box.pattern_light2 .box-content .text {
            padding: 60px 20px 30px; } }
        @media (min-width: 768px) {
          .wwf-text-box.pattern_dark .box-content .text, .wwf-text-box.pattern_light .box-content .text, .wwf-text-box.pattern_light2 .box-content .text {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 1440px) {
          .wwf-text-box.pattern_dark .box-content .text, .wwf-text-box.pattern_light .box-content .text, .wwf-text-box.pattern_light2 .box-content .text {
            padding-left: 80px;
            padding-right: 80px; } }
      .wwf-text-box.pattern_dark .box-content + .wwf-text-box-info-boxes, .wwf-text-box.pattern_light .box-content + .wwf-text-box-info-boxes, .wwf-text-box.pattern_light2 .box-content + .wwf-text-box-info-boxes {
        padding-bottom: 0; }
  .wwf-text-box.pattern_dark {
    background: url("../assets/images/bg-fs.jpg") #005A70; }
    .wwf-text-box.pattern_dark .box-content.mod-nobg .section-title, .wwf-text-box.pattern_dark .box-content.mod-nobg .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box.pattern_dark .box-content.mod-nobg .gform_title {
      color: #fff; }
  .wwf-text-box.pattern_light {
    background: url("../assets/images/bg-fs-white.jpg"); }
  .wwf-text-box.pattern_light2 {
    background-image: url("../assets/images/bg-fs-white.jpg");
    background-repeat: repeat;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    mix-blend-mode: normal; }
  .wwf-text-box.solid_color {
    padding-top: 30px; }
  .wwf-text-box .box-content.mod-nobg {
    background: none;
    box-shadow: none; }
    @media (min-width: 768px) {
      .wwf-text-box .box-content.mod-nobg {
        padding: 60px 0 30px; } }
    @media (max-width: 767px) {
      .wwf-text-box .box-content.mod-nobg {
        padding: 40px 0; } }
    .wwf-text-box .box-content.mod-nobg .text {
      padding: 0; }
  .wwf-text-box .box-content + .wwf-text-box-info-boxes {
    padding: 20px 0 60px; }
    @media (max-width: 767px) {
      .wwf-text-box .box-content + .wwf-text-box-info-boxes {
        padding-bottom: 20px; } }
  .wwf-text-box .wwf-text-box-info-boxes {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .wwf-text-box .wwf-text-box-info-boxes .list-item {
      width: 100%;
      background: #fff;
      margin: 0 0 40px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }
      .wwf-text-box .wwf-text-box-info-boxes .list-item:last-child:not(.half):not(.third) {
        margin: 0; }
      .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width {
        flex-direction: column;
        margin: 0 0 20px; }
        .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width .list-item--content {
          order: 2;
          width: 100%; }
        .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width:not(.half):not(.third) {
          background: none;
          box-shadow: none;
          border-radius: 0;
          padding: 20px 0; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width:not(.half):not(.third) .list-item--content {
            padding: 20px 0 0; }
            .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width:not(.half):not(.third) .list-item--content .section-title, .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width:not(.half):not(.third) .list-item--content .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width:not(.half):not(.third) .list-item--content .gform_title {
              margin: 0 0 10px; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width:not(.half):not(.third) .list-item--image.mod-full-width {
            text-align: center; }
            .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width:not(.half):not(.third) .list-item--image.mod-full-width img {
              width: auto;
              height: auto;
              object-fit: unset; }
      @media (min-width: 768px) {
        .wwf-text-box .wwf-text-box-info-boxes .list-item {
          display: flex;
          justify-content: space-between; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width {
            flex-direction: column; }
            .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width .list-item--content {
              order: 2;
              width: 100%; }
            .wwf-text-box .wwf-text-box-info-boxes .list-item.mod-full-width:not(.half):not(.third) {
              background: none;
              box-shadow: none;
              border-radius: 0;
              padding: 20px 0 0; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item.half {
            display: inline-flex;
            justify-content: flex-start;
            width: calc(50% - 10px); }
            .wwf-text-box .wwf-text-box-info-boxes .list-item.half .list-item--content-box {
              padding-bottom: 32px; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item.third {
            display: inline-flex;
            justify-content: flex-start;
            width: calc(33.3% - 10px); }
            .wwf-text-box .wwf-text-box-info-boxes .list-item.third .list-item--content-box {
              padding-bottom: 32px; } }
      .wwf-text-box .wwf-text-box-info-boxes .list-item--content {
        padding: 0 20px 20px;
        display: flex;
        flex-direction: column; }
        @media (min-width: 768px) {
          .wwf-text-box .wwf-text-box-info-boxes .list-item--content {
            width: 50%;
            padding: 40px; } }
        .wwf-text-box .wwf-text-box-info-boxes .list-item--content-box p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          color: #151515;
          margin: 0 0 20px; }
          @media (max-width: 767px) {
            .wwf-text-box .wwf-text-box-info-boxes .list-item--content-box p {
              font-size: 14px;
              font-size: 0.875rem; } }
        .wwf-text-box .wwf-text-box-info-boxes .list-item--content [class*="-btn"] {
          align-self: flex-start; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item--content [class*="-btn"].bottom {
            margin-top: auto; }
      .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .gform_title {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 48px;
        font-size: 3rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 30px;
        text-align: left; }
        @media (max-width: 767px) {
          .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .gform_title {
            font-size: 38px;
            font-size: 2.375rem; } }
        .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title a, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .gform_title a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title a:hover, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .gform_title a:hover {
            color: #005A70;
            text-decoration: none; }
        .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title.small-size, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .small-size.gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .small-size.gform_title {
          font-size: 24px;
          font-size: 1.5rem; }
        .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title.normal-size, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .normal-size.gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .normal-size.gform_title {
          font-size: 32px;
          font-size: 2rem; }
        .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title.large-size, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .large-size.gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .large-size.gform_title {
          font-size: 48px;
          font-size: 3rem; }
          @media (max-width: 767px) {
            .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title.large-size, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .large-size.gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .large-size.gform_title {
              font-size: 38px;
              font-size: 2.375rem; } }
        @media (max-width: 767px) {
          .wwf-text-box .wwf-text-box-info-boxes .list-item .section-title, .wwf-text-box .wwf-text-box-info-boxes .list-item .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-text-box .wwf-text-box-info-boxes .list-item .gform_title {
            margin-bottom: 20px; } }
      .wwf-text-box .wwf-text-box-info-boxes .list-item--image {
        position: relative;
        margin: 0 0 20px; }
        @media (min-width: 768px) {
          .wwf-text-box .wwf-text-box-info-boxes .list-item--image {
            width: 50%;
            margin: 0; } }
        .wwf-text-box .wwf-text-box-info-boxes .list-item--image img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
        .wwf-text-box .wwf-text-box-info-boxes .list-item--image.mod-right {
          order: 2; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item--image.mod-right .image-caption {
            top: auto;
            right: 10%;
            left: auto;
            bottom: 0;
            display: block;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(10px);
            color: #fff;
            font-weight: 400;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 18px;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            padding: 5px 8px;
            position: absolute; }
            .wwf-text-box .wwf-text-box-info-boxes .list-item--image.mod-right .image-caption.light {
              background: rgba(255, 255, 255, 0.7);
              color: #151515;
              text-shadow: none; }
        .wwf-text-box .wwf-text-box-info-boxes .list-item--image.mod-full-width {
          order: 1;
          width: 100%; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item--image.mod-full-width .image-caption {
            top: auto;
            right: 10%;
            left: auto;
            bottom: 0;
            display: block;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(10px);
            color: #fff;
            font-weight: 400;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 18px;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            padding: 5px 8px;
            position: absolute; }
            .wwf-text-box .wwf-text-box-info-boxes .list-item--image.mod-full-width .image-caption.light {
              background: rgba(255, 255, 255, 0.7);
              color: #151515;
              text-shadow: none; }
        .wwf-text-box .wwf-text-box-info-boxes .list-item--image .image-caption {
          top: auto;
          right: auto;
          left: 10%;
          bottom: 0;
          display: block;
          background: rgba(0, 0, 0, 0.4);
          backdrop-filter: blur(10px);
          color: #fff;
          font-weight: 400;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 18px;
          text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
          padding: 5px 8px;
          position: absolute; }
          .wwf-text-box .wwf-text-box-info-boxes .list-item--image .image-caption.light {
            background: rgba(255, 255, 255, 0.7);
            color: #151515;
            text-shadow: none; }
      .wwf-text-box .wwf-text-box-info-boxes .list-item.text-size18 .list-item--content-box p {
        font-size: 18px;
        font-size: 1.125rem; }
    .wwf-text-box .wwf-text-box-info-boxes + .share-box {
      margin-top: 80px; }
  .wwf-text-box + .wwf-content-section-success {
    padding-top: 30px; }

.tableauPlaceholder {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  margin: 15px auto !important;
  position: relative; }
  @media (max-width: 1275px) {
    .tableauPlaceholder {
      width: 100% !important; } }
  .tableauPlaceholder iframe {
    max-width: 1275px !important;
    height: 977px; }
    @media (max-width: 1275px) {
      .tableauPlaceholder iframe {
        width: 100% !important; } }
  .tableauPlaceholder.small-frame {
    height: 877px; }
    .tableauPlaceholder.small-frame iframe {
      max-width: 1100px; }
  .tableauPlaceholder.large {
    height: 1177px; }
    .tableauPlaceholder.large iframe {
      max-width: 1400px !important;
      height: 1177px; }
      @media (max-width: 1440px) {
        .tableauPlaceholder.large iframe {
          width: 100% !important; } }
  @media (max-width: 1440px) {
    .tableauPlaceholder.country-size {
      width: 100% !important; } }
  .tableauPlaceholder.country-size iframe {
    max-width: 1400px !important;
    height: 877px; }
    @media (max-width: 1440px) {
      .tableauPlaceholder.country-size iframe {
        width: 100% !important; } }

/** promo banner **/
.wwf-promo-banner {
  width: 100%;
  min-height: 215px;
  max-height: 215px;
  position: relative; }
  @media (min-width: 550px) {
    .wwf-promo-banner {
      min-height: 513px;
      max-height: 513px; } }
  .wwf-promo-banner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 215px;
    max-height: 215px;
    object-fit: cover; }
    @media (min-width: 550px) {
      .wwf-promo-banner img {
        min-height: 513px;
        max-height: 513px; } }
  @media (min-width: 550px) {
    .wwf-promo-banner.medium, .wwf-promo-banner.medium img {
      min-height: 640px;
      max-height: 640px; } }
  @media (min-width: 550px) {
    .wwf-promo-banner.size605, .wwf-promo-banner.size605 img {
      min-height: 605px;
      max-height: 605px; } }
  @media (min-width: 550px) {
    .wwf-promo-banner.size373, .wwf-promo-banner.size373 img {
      min-height: 373px;
      max-height: 373px; } }
  .wwf-promo-banner .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .wwf-promo-banner .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .wwf-promo-banner.caption-left .image-caption {
    top: auto;
    right: auto;
    left: 9%;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .wwf-promo-banner.caption-left .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .wwf-promo-banner.video {
    min-height: 0;
    max-height: unset;
    position: relative;
    background: #000; }
    @media (max-width: 1149px) {
      .wwf-promo-banner.video {
        padding-bottom: 56.25%; }
        .wwf-promo-banner.video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    @media (min-width: 1150px) {
      .wwf-promo-banner.video iframe {
        margin: 0 auto;
        display: block; } }
  .page-id-31275 .wwf-promo-banner img {
    object-position: center bottom; }

/** partners list **/
.partners-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -10px -10px 60px; }
  @media (min-width: 768px) {
    .partners-list {
      margin: 0 -19px; } }
  .partners-list .item {
    padding: 10px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-width: 50%;
    max-width: 50%; }
    @media (min-width: 650px) {
      .partners-list .item {
        min-width: 33.33%;
        max-width: 33.33%; } }
    @media (min-width: 768px) {
      .partners-list .item {
        min-width: 25%;
        max-width: 25%;
        padding: 31px 19px; } }
    .partners-list .item figure {
      border: 1px solid #D8D8D8;
      border-radius: 8px;
      height: 41.87vw;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0; }
      @media (min-width: 650px) {
        .partners-list .item figure {
          border-color: #999999;
          border-radius: 0;
          height: 259px;
          padding: 38px; } }
      .partners-list .item figure img {
        display: block;
        max-height: 181px;
        object-fit: cover; }

/** wwf-facts-section **/
.wwf-facts-section {
  background: url("../assets/images/bg-fs.jpg") #005A70;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wwf-facts-section {
      padding: 80px 0; } }
  .wwf-facts-section .wwf-facts-section-title {
    max-width: 1066px;
    margin: 0 auto 9px;
    font-family: 'wwfwebfont';
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff; }
    @media (min-width: 768px) {
      .wwf-facts-section .wwf-facts-section-title {
        display: flex;
        align-items: center;
        margin-bottom: 29px; }
        .wwf-facts-section .wwf-facts-section-title:before, .wwf-facts-section .wwf-facts-section-title:after {
          content: '';
          height: 1px;
          background: #fff;
          display: block;
          flex: 1;
          margin-top: 13px; }
        .wwf-facts-section .wwf-facts-section-title:after {
          margin-left: 40px; }
        .wwf-facts-section .wwf-facts-section-title:before {
          margin-right: 40px; } }
  .wwf-facts-section-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .wwf-facts-section-main {
    width: 68%;
    background: #fff;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: row; }
    .wwf-facts-section-main.mod-fw {
      width: 100%; }
    @media (max-width: 768px) {
      .wwf-facts-section-main {
        flex-direction: column; } }
    @media (max-width: 991px) {
      .wwf-facts-section-main {
        width: 100%;
        margin: 0 0 20px; } }
    .wwf-facts-section-main-img {
      width: 40%;
      border-radius: 6px 0 0 6px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 768px) {
        .wwf-facts-section-main-img {
          width: 100%;
          border-radius: 6px 6px 0 0; } }
      .wwf-facts-section-main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px 0 0 6px; }
      .wwf-facts-section-main-img strong {
        text-decoration: none;
        background: #D8D8D8;
        border: none;
        transition: all 0.3s;
        color: #151515;
        opacity: 1;
        cursor: pointer;
        display: inline-block;
        border-radius: 10px;
        padding: 3px 10px;
        font-size: 9px;
        font-size: 0.5625rem;
        text-transform: uppercase;
        position: absolute;
        right: 20px;
        top: 20px;
        font-weight: 400; }
        .wwf-facts-section-main-img strong:hover {
          background: #D8D8D8;
          text-decoration: none;
          color: #151515;
          opacity: 1; }
      .wwf-facts-section-main-img .section-title, .wwf-facts-section-main-img .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-facts-section-main-img .gform_title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-family: 'wwfwebfont';
        text-align: center;
        padding: 37px 0 40px;
        color: #fff;
        font-size: 32px;
        font-size: 2rem;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        background-color: rgba(0, 0, 0, 0.65);
        margin: 0; }
        @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
          .wwf-facts-section-main-img .section-title, .wwf-facts-section-main-img .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-facts-section-main-img .gform_title {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: rgba(0, 0, 0, 0.4); } }
        @media (max-width: 767px) {
          .wwf-facts-section-main-img .section-title, .wwf-facts-section-main-img .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-facts-section-main-img .gform_title {
            padding: 20px 20px;
            text-align: left; } }
    .wwf-facts-section-main-content {
      width: 60%;
      padding: 40px; }
      @media (max-width: 768px) {
        .wwf-facts-section-main-content {
          width: 100%;
          padding: 15px 40px; } }
      .wwf-facts-section-main-content-list {
        width: 100%; }
        .wwf-facts-section-main-content-list--item {
          width: 100%;
          border-bottom: 1px solid #D8D8D8;
          padding: 10px 0;
          position: relative; }
          .wwf-facts-section-main-content-list--item.is-active .info-box {
            display: block; }
          .wwf-facts-section-main-content-list--item .btn-toggle-info {
            width: 15px;
            height: 15px;
            display: inline-block;
            margin: -1px 0 0 5px; }
            .wwf-facts-section-main-content-list--item .btn-toggle-info svg {
              width: 15px;
              height: 15px; }
          .wwf-facts-section-main-content-list--item .info-box {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 100;
            background: #FFFFFF;
            border: 1px solid #999999;
            box-sizing: border-box;
            padding: 40px; }
            @media (max-width: 600px) {
              .wwf-facts-section-main-content-list--item .info-box {
                max-width: 300px; } }
            .wwf-facts-section-main-content-list--item .info-box strong {
              display: block;
              font-size: 32px;
              font-size: 2rem;
              margin: 0 0 20px;
              font-family: "wwfwebfont";
              font-weight: 400; }
            .wwf-facts-section-main-content-list--item .info-box p {
              font-size: 16px;
              font-size: 1rem;
              line-height: 24px; }
            .wwf-facts-section-main-content-list--item .info-box-header {
              width: 100%;
              margin: 0 0 20px;
              overflow: hidden;
              position: relative; }
              .wwf-facts-section-main-content-list--item .info-box-header .btn-toggle-info {
                display: block;
                width: 23px;
                height: 23px;
                position: absolute;
                right: 0;
                top: 0; }
                .wwf-facts-section-main-content-list--item .info-box-header .btn-toggle-info svg {
                  width: 23px;
                  height: 23px; }
            .wwf-facts-section-main-content-list--item .info-box.is-active {
              display: block; }
          .wwf-facts-section-main-content-list--item-label {
            float: left;
            margin: 0 5px 0 0;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 21px; }
          .wwf-facts-section-main-content-list--item-content {
            font-weight: 700; }
            .wwf-facts-section-main-content-list--item-content .box {
              position: relative; }
              .wwf-facts-section-main-content-list--item-content .box p {
                display: inline-block; }
          .wwf-facts-section-main-content-list--item:last-child {
            border: none; }
  .wwf-facts-section-know {
    width: 30%;
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 6px; }
    @media (max-width: 991px) {
      .wwf-facts-section-know {
        width: 100%;
        margin: 0; } }
    .wwf-facts-section-know .section-title, .wwf-facts-section-know .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-facts-section-know .gform_title {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 48px;
      font-size: 3rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #151515;
      margin: 0 0 30px; }
      @media (max-width: 767px) {
        .wwf-facts-section-know .section-title, .wwf-facts-section-know .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-facts-section-know .gform_title {
          font-size: 38px;
          font-size: 2.375rem; } }
      .wwf-facts-section-know .section-title a, .wwf-facts-section-know .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-facts-section-know .gform_title a {
        color: #151515;
        display: inline-block;
        transition: all 0.3s; }
        .wwf-facts-section-know .section-title a:hover, .wwf-facts-section-know .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-facts-section-know .gform_title a:hover {
          color: #005A70;
          text-decoration: none; }
    .wwf-facts-section-know p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      border-top: 1px solid #999999;
      padding-top: 20px; }
    .wwf-facts-section-know.text-size18 p {
      font-size: 18px;
      font-size: 1.125rem; }

/** wwf-wycd-section **/
.wwf-wycd-section {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wwf-wycd-section {
      padding: 80px 0; } }
  .wwf-wycd-section.pattern_dark {
    background: url("../assets/images/bg-fs.jpg") #005A70; }
    .wwf-wycd-section.pattern_dark .section-title, .wwf-wycd-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-wycd-section.pattern_dark .gform_title {
      color: #fff; }
      .wwf-wycd-section.pattern_dark .section-title:before, .wwf-wycd-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-wycd-section.pattern_dark .gform_title:before, .wwf-wycd-section.pattern_dark .section-title:after, .wwf-wycd-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-wycd-section.pattern_dark .gform_title:after {
        background: #fff; }
  .wwf-wycd-section.pattern_light {
    background: url("../assets/images/bg-fs-white.jpg"); }
  .wwf-wycd-section-title {
    max-width: 1066px;
    margin: 0 auto 50px;
    font-family: 'wwfwebfont';
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff; }
    @media (min-width: 768px) {
      .wwf-wycd-section-title {
        display: flex;
        align-items: center;
        margin-bottom: 50px; }
        .wwf-wycd-section-title:before, .wwf-wycd-section-title:after {
          content: '';
          height: 1px;
          background: #fff;
          display: block;
          flex: 1;
          margin-top: 13px; }
        .wwf-wycd-section-title:after {
          margin-left: 40px; }
        .wwf-wycd-section-title:before {
          margin-right: 40px; } }
  .wwf-wycd-section-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .wwf-wycd-section-list .list--item {
      width: 32%;
      min-height: 390px;
      display: inline-flex;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0 0 10px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-bottom: 20px;
      margin: 0 0 20px; }
      .wwf-wycd-section-list .list--item-image {
        margin: 0 0 30px; }
        .wwf-wycd-section-list .list--item-image img {
          min-height: 305px;
          max-height: 305px;
          display: block;
          width: 100%;
          object-fit: cover; }
      .wwf-wycd-section-list .list--item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        padding: 0 24px;
        margin: 0 0 20px; }
        .wwf-wycd-section-list .list--item-content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px;
          text-align: center;
          color: #3D3D3D;
          margin: 0; }
      .wwf-wycd-section-list .list--item-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 0 30px;
        line-height: 35px;
        text-align: center;
        color: #151515;
        font-family: 'wwfwebfont'; }
      @media (max-width: 768px) {
        .wwf-wycd-section-list .list--item {
          width: 100%; } }

/** wwf-diagram-list-section **/
.wwf-diagram-list-section.pattern_dark, .wwf-diagram-list-section.pattern_light {
  padding: 80px 0 80px; }
  @media (max-width: 768px) {
    .wwf-diagram-list-section.pattern_dark, .wwf-diagram-list-section.pattern_light {
      padding: 20px 0; } }

.wwf-diagram-list-section .post-content-entry p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px; }

.wwf-diagram-list-section.pattern_dark {
  background: url("../assets/images/bg-fs.jpg") #005A70; }
  .wwf-diagram-list-section.pattern_dark .section-title, .wwf-diagram-list-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-diagram-list-section.pattern_dark .gform_title {
    color: #fff; }
    .wwf-diagram-list-section.pattern_dark .section-title:before, .wwf-diagram-list-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-diagram-list-section.pattern_dark .gform_title:before, .wwf-diagram-list-section.pattern_dark .section-title:after, .wwf-diagram-list-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-diagram-list-section.pattern_dark .gform_title:after {
      background: #fff; }

.wwf-diagram-list-section.pattern_light {
  background: url("../assets/images/bg-fs-white.jpg"); }

.wwf-diagram-list-section-title {
  width: 100%;
  max-width: 1066px;
  margin: 0 auto 40px;
  font-family: 'wwfwebfont';
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center; }

.wwf-diagram-list-section .wwf-diagram-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column; }
  .wwf-diagram-list-section .wwf-diagram-list .list--item {
    width: 100%;
    border-radius: 8px;
    padding: 28px 100px;
    margin: 0 0 20px; }
    @media (max-width: 768px) {
      .wwf-diagram-list-section .wwf-diagram-list .list--item {
        padding: 20px; } }

/** wwf-donors-list-section **/
.wwf-donors-list-section.pattern_dark, .wwf-donors-list-section.pattern_light {
  padding: 80px 0 80px; }
  @media (max-width: 768px) {
    .wwf-donors-list-section.pattern_dark, .wwf-donors-list-section.pattern_light {
      padding: 20px 0; } }

.wwf-donors-list-section .post-content-entry p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  text-align: center; }

.wwf-donors-list-section.pattern_dark {
  background: url("../assets/images/bg-fs.jpg") #005A70; }
  .wwf-donors-list-section.pattern_dark .section-title, .wwf-donors-list-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donors-list-section.pattern_dark .gform_title {
    color: #fff; }
    .wwf-donors-list-section.pattern_dark .section-title:before, .wwf-donors-list-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donors-list-section.pattern_dark .gform_title:before, .wwf-donors-list-section.pattern_dark .section-title:after, .wwf-donors-list-section.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donors-list-section.pattern_dark .gform_title:after {
      background: #fff; }

.wwf-donors-list-section.pattern_light {
  background: url("../assets/images/bg-fs-white.jpg"); }

.wwf-donors-list-section-title {
  width: 100%;
  max-width: 1066px;
  margin: 0 auto 40px;
  font-family: 'wwfwebfont';
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center; }

.wwf-donors-list-section .wwf-donors-list {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin: 0 0 20px;
  overflow: hidden; }
  .wwf-donors-list-section .wwf-donors-list-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #3D3D3D;
    font-family: "wwfwebfont";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 0.5px solid #999999;
    transition: all 0.3s;
    position: relative; }
    .wwf-donors-list-section .wwf-donors-list-title span {
      float: right;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 20px;
      top: 4px; }
    .wwf-donors-list-section .wwf-donors-list-title:hover {
      text-decoration: none; }
    .wwf-donors-list-section .wwf-donors-list-title.is-active {
      background: #F5D200;
      pointer-events: none; }
      .wwf-donors-list-section .wwf-donors-list-title.is-active span {
        top: 12px;
        right: 28px;
        transform: rotate(-90deg); }
  .wwf-donors-list-section .wwf-donors-list .wwf-donors-list-box {
    width: 100%;
    padding: 20px;
    background: url("../assets/images/bg-fs-white.jpg");
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    color: #3D3D3D;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media (max-width: 768px) {
      .wwf-donors-list-section .wwf-donors-list .wwf-donors-list-box {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 480px) {
      .wwf-donors-list-section .wwf-donors-list .wwf-donors-list-box {
        grid-template-columns: 1fr;
        margin: 0 0 10px; } }
    .wwf-donors-list-section .wwf-donors-list .wwf-donors-list-box ul li {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 14px;
      color: #3D3D3D; }
    .wwf-donors-list-section .wwf-donors-list .wwf-donors-list-box p {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 14px;
      color: #3D3D3D; }

/** wwf-related-section **/
.wwf-related-section {
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: hidden; }
  @media (min-width: 767px) {
    .wwf-related-section {
      padding-bottom: 0; } }
  .wwf-related-section.pattern_dark, .wwf-related-section.pattern_light {
    padding: 80px 0 30px; }
  .wwf-related-section.pattern_dark {
    background: url("../assets/images/bg-fs.jpg") #005A70; }
    .wwf-related-section.pattern_dark .wwf-related-section-title {
      color: #fff; }
      .wwf-related-section.pattern_dark .wwf-related-section-title:before, .wwf-related-section.pattern_dark .wwf-related-section-title:after {
        background: #fff; }
  .wwf-related-section.pattern_light {
    background: url("../assets/images/bg-fs-white.jpg"); }
  .wwf-related-section-title {
    max-width: 1066px;
    margin: 0 auto 50px;
    font-family: 'wwfwebfont';
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #151515; }
    @media (min-width: 768px) {
      .wwf-related-section-title {
        display: flex;
        align-items: center;
        margin-bottom: 50px; }
        .wwf-related-section-title:before, .wwf-related-section-title:after {
          content: '';
          height: 1px;
          background: #fff;
          display: block;
          flex: 1;
          margin-top: 13px; }
        .wwf-related-section-title:after {
          margin-left: 40px; }
        .wwf-related-section-title:before {
          margin-right: 40px; } }
  .wwf-related-section--content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 40px; }
    .wwf-related-section--content p {
      margin: 0;
      color: #3D3D3D;
      font-size: 16px;
      font-size: 1rem; }
  .wwf-related-section .wwf-related-section-list {
    width: 100%;
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .wwf-related-section .wwf-related-section-list {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .wwf-related-section .wwf-related-section-list {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767px) {
      .wwf-related-section .wwf-related-section-list {
        grid-template-columns: 1fr 1fr; } }
    .wwf-related-section .wwf-related-section-list .slick-list {
      padding-left: 15px !important;
      min-width: 100%; }
    .wwf-related-section .wwf-related-section-list .slick-track {
      display: flex; }
    .wwf-related-section .wwf-related-section-list .list--item {
      width: 100%;
      min-height: 400px;
      display: inline-flex;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0 0 10px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-bottom: 30px;
      margin-bottom: 20px;
      min-width: 260px; }
      @media (min-width: 768px) {
        .wwf-related-section .wwf-related-section-list .list--item {
          width: 100%; } }
      .wwf-related-section .wwf-related-section-list .list--item:hover .list--item-hover {
        transform: translateY(0); }
      .wwf-related-section .wwf-related-section-list .list--item-image {
        margin: 0 0 30px; }
        .wwf-related-section .wwf-related-section-list .list--item-image img {
          height: 220px;
          display: block;
          width: 100%;
          object-fit: cover; }
      .wwf-related-section .wwf-related-section-list .list--item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        padding: 0 24px;
        margin: 0 0 20px; }
        .wwf-related-section .wwf-related-section-list .list--item-content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px;
          text-align: center;
          color: #3D3D3D;
          margin: 0; }
      .wwf-related-section .wwf-related-section-list .list--item-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 10px 10px;
        line-height: 35px;
        text-align: center;
        color: #151515;
        font-family: 'wwfwebfont'; }
      .wwf-related-section .wwf-related-section-list .list--item-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 20px; }
      .wwf-related-section .wwf-related-section-list .list--item-hover {
        height: 100%;
        padding: 20px 0;
        transform: translateY(100%);
        transition: all 0.65s;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        width: 100%;
        overflow: auto; }
        .wwf-related-section .wwf-related-section-list .list--item-hover .list--item-title {
          margin: 0 0 10px; }
        .wwf-related-section .wwf-related-section-list .list--item-hover .wwf-secondary-btn {
          margin: 0 auto; }
      .wwf-related-section .wwf-related-section-list .list--item .list--item-image {
        margin-bottom: 20px;
        max-height: 220px; }
        .wwf-related-section .wwf-related-section-list .list--item .list--item-image img {
          max-height: 220px;
          width: 100%; }
      .wwf-related-section .wwf-related-section-list .list--item a {
        text-decoration: underline; }
        .wwf-related-section .wwf-related-section-list .list--item a:hover {
          text-decoration: none; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .wwf-related-section .wwf-related-section-list .list--item {
          width: 100%; } }
      @media (max-width: 767px) {
        .wwf-related-section .wwf-related-section-list .list--item {
          margin: 0 0 20px 20px;
          text-align: left;
          max-width: 305px; }
          .wwf-related-section .wwf-related-section-list .list--item .list--item-image img {
            max-height: 220px;
            width: 100%; }
          .wwf-related-section .wwf-related-section-list .list--item .list--item-title {
            padding: 0 24px;
            text-align: left;
            font-size: 26px;
            font-size: 1.625rem;
            line-height: 1.1;
            margin-bottom: 7px; }
          .wwf-related-section .wwf-related-section-list .list--item .list--item-content {
            text-align: left; }
          .wwf-related-section .wwf-related-section-list .list--item a {
            margin: 0 24px; } }
    .wwf-related-section .wwf-related-section-list + p.text-center {
      margin-bottom: 50px; }
  .wwf-related-section .wwf-related-section-list-hover {
    width: 100%; }
    @media (min-width: 768px) {
      .wwf-related-section .wwf-related-section-list-hover {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 -33px;
        padding-bottom: 40px;
        width: calc(100% + 66px); } }
    .wwf-related-section .wwf-related-section-list-hover .slick-list {
      padding: 0 !important; }
    .wwf-related-section .wwf-related-section-list-hover .list--item {
      width: 100%;
      min-height: 422px;
      display: inline-flex;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0 0 10px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin: 0 33px 40px; }
      @media (min-width: 768px) {
        .wwf-related-section .wwf-related-section-list-hover .list--item {
          width: calc(33.33% - 66px); } }
      .wwf-related-section .wwf-related-section-list-hover .list--item:hover .list--item-hover {
        transform: translateY(0); }
      .wwf-related-section .wwf-related-section-list-hover .list--item-image {
        margin: 0 0 30px; }
        .wwf-related-section .wwf-related-section-list-hover .list--item-image img {
          height: 304px;
          display: block;
          width: 100%;
          object-fit: cover; }
      .wwf-related-section .wwf-related-section-list-hover .list--item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        padding: 0 24px;
        margin: 0 0 20px; }
        .wwf-related-section .wwf-related-section-list-hover .list--item-content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px;
          text-align: center;
          color: #3D3D3D;
          margin: 0; }
      .wwf-related-section .wwf-related-section-list-hover .list--item-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 10px 10px;
        line-height: 35px;
        text-align: center;
        color: #151515;
        font-family: 'wwfwebfont'; }
      .wwf-related-section .wwf-related-section-list-hover .list--item-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 20px; }
      .wwf-related-section .wwf-related-section-list-hover .list--item-hover {
        height: 100%;
        padding: 20px 0;
        transform: translateY(100%);
        transition: all 0.65s;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        width: 100%;
        overflow: auto; }
        .wwf-related-section .wwf-related-section-list-hover .list--item-hover .list--item-title {
          margin: 0 0 10px; }
        .wwf-related-section .wwf-related-section-list-hover .list--item-hover .wwf-secondary-btn {
          margin: 0 auto; }
      @media (max-width: 767px) {
        .wwf-related-section .wwf-related-section-list-hover .list--item {
          margin: 0 0 20px; } }
    .wwf-related-section .wwf-related-section-list-hover .list--item-image {
      margin-bottom: 15px; }
    .wwf-related-section .wwf-related-section-list-hover .list--item-hover {
      justify-content: flex-start;
      padding-bottom: 40px; }
      .wwf-related-section .wwf-related-section-list-hover .list--item-hover .wwf-secondary-btn {
        margin-top: auto; }

/** wwf-related-posts **/
.wwf-related-posts.pattern_dark, .wwf-related-posts.pattern_light {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wwf-related-posts.pattern_dark, .wwf-related-posts.pattern_light {
      padding: 80px 0; } }

.wwf-related-posts.pattern_dark {
  background: url("../assets/images/bg-fs.jpg") #005A70; }
  .wwf-related-posts.pattern_dark .section-title, .wwf-related-posts.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-related-posts.pattern_dark .gform_title {
    color: #fff; }
    .wwf-related-posts.pattern_dark .section-title:before, .wwf-related-posts.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-related-posts.pattern_dark .gform_title:before, .wwf-related-posts.pattern_dark .section-title:after, .wwf-related-posts.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-related-posts.pattern_dark .gform_title:after {
      background: #fff; }

.wwf-related-posts.pattern_light {
  background: url("../assets/images/bg-fs-white.jpg"); }

.wwf-related-posts-title {
  max-width: 1066px;
  margin: 0 auto 50px;
  font-family: 'wwfwebfont';
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #151515;
  text-align: center; }
  @media (min-width: 768px) {
    .wwf-related-posts-title {
      display: flex;
      align-items: center;
      margin-bottom: 50px; }
      .wwf-related-posts-title:before, .wwf-related-posts-title:after {
        content: '';
        height: 1px;
        background: #151515;
        display: block;
        flex: 1;
        margin-top: 13px; }
      .wwf-related-posts-title:after {
        margin-left: 40px; }
      .wwf-related-posts-title:before {
        margin-right: 40px; } }

.wwf-related-posts-list {
  width: 100%;
  max-width: 1320px;
  padding: 0;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .wwf-related-posts-list {
      display: block; }
      .wwf-related-posts-list.owl-carousel {
        margin: 0 -20px;
        width: calc(100% + 40px); }
        .wwf-related-posts-list.owl-carousel .owl-item {
          padding-left: 10px;
          padding-right: 10px; } }
  .wwf-related-posts-list .list-item {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    align-items: stretch;
    text-align: left;
    height: 100%; }
    .wwf-related-posts-list .list-item .post-content-meta-author {
      width: 100%;
      margin: 0 0 20px; }
      .wwf-related-posts-list .list-item .post-content-meta-author a {
        color: #005A70;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        font-weight: 400; }
    .wwf-related-posts-list .list-item .post-content-meta {
      width: 100%;
      margin: 0 0 12px; }
      .wwf-related-posts-list .list-item .post-content-meta a {
        text-decoration: none;
        background: #D8D8D8;
        border: none;
        transition: all 0.3s;
        color: #151515;
        opacity: 1;
        cursor: pointer;
        display: inline-block;
        border-radius: 10px;
        padding: 3px 10px;
        font-size: 9px;
        font-size: 0.5625rem;
        text-transform: uppercase; }
        .wwf-related-posts-list .list-item .post-content-meta a:hover {
          background: #D8D8D8;
          text-decoration: none;
          color: #005A70;
          opacity: 1; }
    .wwf-related-posts-list .list-item--content {
      width: 65%;
      padding: 40px 30px; }
      .wwf-related-posts-list .list-item--content h3 {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 10px;
        text-align: left; }
        @media (max-width: 767px) {
          .wwf-related-posts-list .list-item--content h3 {
            font-size: 32px;
            font-size: 2rem; } }
        .wwf-related-posts-list .list-item--content h3 a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-related-posts-list .list-item--content h3 a:hover {
            color: #005A70;
            text-decoration: none; }
    .wwf-related-posts-list .list-item--image {
      width: 35%;
      height: 100%;
      overflow: hidden; }
      .wwf-related-posts-list .list-item--image img {
        display: block;
        border-radius: 8px 0 0 8px;
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover; }
    .wwf-related-posts-list .list-item .list-item--image {
      position: relative; }
      .wwf-related-posts-list .list-item .list-item--image a {
        display: block; }
      .wwf-related-posts-list .list-item .list-item--image img {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        transform: translate(-50%, -50%); }
    .wwf-related-posts-list .list-item h3 a {
      text-decoration: none; }
    @media (max-width: 767px) {
      .wwf-related-posts-list .list-item {
        width: 100%;
        display: block; }
        .wwf-related-posts-list .list-item .list-item--image {
          width: 100%;
          height: 215px; }
          .wwf-related-posts-list .list-item .list-item--image img {
            border-radius: 8px 8px 0 0; }
        .wwf-related-posts-list .list-item .list-item--content {
          width: 100%;
          padding: 30px 20px; }
          .wwf-related-posts-list .list-item .list-item--content h3 {
            font-size: 26px;
            font-size: 1.625rem;
            letter-spacing: 0; } }
  .wwf-related-posts-list.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch; }
  .wwf-related-posts-list.owl-carousel .owl-item {
    padding: 10px 15px 20px; }
  .wwf-related-posts-list.owl-carousel .owl-nav {
    display: none; }
    @media (min-width: 768px) {
      .wwf-related-posts-list.owl-carousel .owl-nav {
        display: block; } }
    .wwf-related-posts-list.owl-carousel .owl-nav [class*='owl-'] {
      position: absolute;
      top: 122px; }
    .wwf-related-posts-list.owl-carousel .owl-nav .owl-prev {
      left: -10px; }
      @media (min-width: 1440px) {
        .wwf-related-posts-list.owl-carousel .owl-nav .owl-prev {
          left: -60px; } }
    .wwf-related-posts-list.owl-carousel .owl-nav .owl-next {
      right: -10px; }
      @media (min-width: 1440px) {
        .wwf-related-posts-list.owl-carousel .owl-nav .owl-next {
          right: -60px; } }

.pattern_dark + .wwf-related-posts.default {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .pattern_dark + .wwf-related-posts.default {
      padding-top: 80px; } }
  .pattern_dark + .wwf-related-posts.default + .wwf-content-section-promo {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .pattern_dark + .wwf-related-posts.default + .wwf-content-section-promo {
        margin-top: 80px; } }

/** careers section **/
.wwf-careers-section {
  background: url("../assets/images/bg-fs.jpg") #005A70;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wwf-careers-section {
      padding: 80px 0; } }
  .wwf-careers-section .section-title, .wwf-careers-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-careers-section .gform_title {
    max-width: 1066px;
    margin: 0 auto 9px;
    font-family: 'wwfwebfont';
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff; }
    @media (min-width: 768px) {
      .wwf-careers-section .section-title, .wwf-careers-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-careers-section .gform_title {
        display: flex;
        align-items: center;
        margin-bottom: 29px; }
        .wwf-careers-section .section-title:before, .wwf-careers-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-careers-section .gform_title:before, .wwf-careers-section .section-title:after, .wwf-careers-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-careers-section .gform_title:after {
          content: '';
          height: 1px;
          background: #fff;
          display: block;
          flex: 1;
          margin-top: 13px; }
        .wwf-careers-section .section-title:after, .wwf-careers-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-careers-section .gform_title:after {
          margin-left: 40px; }
        .wwf-careers-section .section-title:before, .wwf-careers-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-careers-section .gform_title:before {
          margin-right: 40px; } }
  .wwf-careers-section .careers-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 -10px 41px;
    flex-wrap: wrap; }
    .wwf-careers-section .careers-list.align-left {
      justify-content: left; }
    .wwf-careers-section .careers-list .list--item {
      width: 100%;
      min-height: 353px;
      display: inline-flex;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0 0 10px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin: 10px;
      padding: 30px 20px;
      cursor: auto; }
      @media (min-width: 768px) {
        .wwf-careers-section .careers-list .list--item {
          width: calc(33.33% - 20px); } }
      .wwf-careers-section .careers-list .list--item:hover .list--item-hover {
        transform: translateY(0); }
      .wwf-careers-section .careers-list .list--item-image {
        margin: 0 0 30px; }
        .wwf-careers-section .careers-list .list--item-image img {
          height: 220px;
          display: block;
          width: 100%;
          object-fit: cover; }
      .wwf-careers-section .careers-list .list--item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        padding: 0 24px;
        margin: 0 0 20px; }
        .wwf-careers-section .careers-list .list--item-content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px;
          text-align: center;
          color: #3D3D3D;
          margin: 0; }
      .wwf-careers-section .careers-list .list--item-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 10px 10px;
        line-height: 35px;
        text-align: center;
        color: #151515;
        font-family: 'wwfwebfont'; }
      .wwf-careers-section .careers-list .list--item-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 20px; }
      .wwf-careers-section .careers-list .list--item-hover {
        height: 100%;
        padding: 20px 0;
        transform: translateY(100%);
        transition: all 0.65s;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        width: 100%;
        overflow: auto; }
        .wwf-careers-section .careers-list .list--item-hover .list--item-title {
          margin: 0 0 10px; }
        .wwf-careers-section .careers-list .list--item-hover .wwf-secondary-btn {
          margin: 0 auto; }
      @media (max-width: 767px) {
        .wwf-careers-section .careers-list .list--item {
          text-align: left;
          min-height: 100%; } }
      @media (min-width: 768px) {
        .wwf-careers-section .careers-list .list--item {
          padding: 31px 40px;
          width: calc(50% - 20px); } }
      @media (min-width: 990px) {
        .wwf-careers-section .careers-list .list--item {
          width: calc(33.33% - 20px); } }
      .wwf-careers-section .careers-list .list--item-title {
        position: relative;
        font-family: 'wwfwebfont';
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .wwf-careers-section .careers-list .list--item-title {
            text-align: left;
            margin-bottom: 20px; } }
      .wwf-careers-section .careers-list .list--item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 35px; }
        @media (max-width: 767px) {
          .wwf-careers-section .careers-list .list--item-content {
            text-align: left;
            padding: 0;
            margin-bottom: 20px; } }
      .wwf-careers-section .careers-list .list--item-meta {
        margin-bottom: 15px;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.20;
        color: #999999; }
  .wwf-careers-section .no-text {
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 30px 20px; }
    .wwf-careers-section .no-text.text-size18 {
      font-size: 18px;
      font-size: 1.125rem; }

/** wwf-experts-section **/
.wwf-experts-section {
  width: 100%;
  padding: 60px 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .wwf-experts-section {
      padding: 70px 0; } }
  .wwf-experts-section-title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .wwf-experts-section-title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-experts-section-title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-experts-section-title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-experts-section .expert-list-hover {
    margin-bottom: 40px; }

/** wwf-text-map-section **/
.wwf-text-map-section {
  width: 100%;
  padding: 60px 0 20px; }
  @media (max-width: 768px) {
    .wwf-text-map-section {
      padding: 20px 0; } }
  .wwf-text-map-section-title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 30px;
    text-align: left; }
    @media (max-width: 767px) {
      .wwf-text-map-section-title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-text-map-section-title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-text-map-section-title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (max-width: 768px) {
      .wwf-text-map-section-title {
        text-align: center; } }
  .wwf-text-map-section-content {
    padding: 0 0 0 40px; }
    @media (max-width: 768px) {
      .wwf-text-map-section-content {
        padding: 0; } }
    .wwf-text-map-section-content-holder {
      width: 100%;
      display: flex; }
      @media (max-width: 768px) {
        .wwf-text-map-section-content-holder {
          flex-direction: column; } }
    .wwf-text-map-section-content p {
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 30px; }
  .wwf-text-map-section-aside {
    min-width: 50%; }
    @media (max-width: 768px) {
      .wwf-text-map-section-aside {
        max-width: 100%;
        min-width: 100%;
        padding: 20px 0 0; } }
  .wwf-text-map-section .map-box {
    margin: 0 0 30px; }
    .wwf-text-map-section .map-box-title {
      width: 100%;
      margin: 0 0 10px;
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 32px;
      font-size: 2rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #151515;
      margin: 0 0 10px;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 767px) {
        .wwf-text-map-section .map-box-title {
          font-size: 24px;
          font-size: 1.5rem; } }
      .wwf-text-map-section .map-box-title a {
        color: #151515;
        display: inline-block;
        transition: all 0.3s; }
        .wwf-text-map-section .map-box-title a:hover {
          color: #005A70;
          text-decoration: none; }
      .wwf-text-map-section .map-box-title a {
        display: inline-flex;
        justify-content: center; }
        .wwf-text-map-section .map-box-title a:hover {
          color: #fff; }
    .wwf-text-map-section .map-box .wwf-secondary-btn {
      min-width: 150px;
      text-align: center; }
    .wwf-text-map-section .map-box-img {
      display: block;
      margin: 0 0 10px; }
      .wwf-text-map-section .map-box-img h4 {
        padding-top: 10px;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 150%; }
      .wwf-text-map-section .map-box-img img {
        border: 1px solid #999999;
        border-radius: 4px; }
    .wwf-text-map-section .map-box-content p {
      font-size: 16px;
      font-size: 1rem; }
  .wwf-text-map-section.text-size18 .wwf-text-map-section-content p {
    font-size: 18px;
    font-size: 1.125rem; }

/** single job **/
.type-jobs {
  padding: 60px 0 0; }
  @media (min-width: 768px) {
    .type-jobs {
      padding: 90px 0 80px; } }
  .type-jobs .entry-title {
    font-family: 'wwfwebfont';
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.07;
    margin: 0 0 10px;
    color: #151515; }
    @media (min-width: 768px) {
      .type-jobs .entry-title {
        font-size: 60px;
        font-size: 3.75rem;
        margin: 0; } }
  @media (min-width: 850px) {
    .type-jobs__main-info {
      max-width: 895px; } }
  .type-jobs__main-info .meta {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.50;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 850px) {
      .type-jobs__main-info .meta {
        margin-bottom: 51px;
        align-items: flex-end; } }
    .type-jobs__main-info .meta strong {
      display: block; }
  .type-jobs__main-info .job-section {
    font-size: 16px;
    /*font-size: 0.875rem;*/
    padding-bottom: 1px; }
    .type-jobs__main-info .job-section.main-desc {
      font-size: 16px;
      font-size: 1rem; }
    .type-jobs__main-info .job-section > * {
      margin-bottom: 20px; }
    .type-jobs__main-info .job-section h3 {
      font-family: 'wwfwebfont';
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.07;
      letter-spacing: 1px;
      color: #3D3D3D; }
    .type-jobs__main-info .job-section ul {
      list-style: disc;
      padding-left: 18px; }
    .type-jobs__main-info .job-section ol {
      list-style: decimal;
      padding-left: 18px;}
  .type-jobs__main-info .back-section {
    border-top: 1px solid #999999;
    padding-top: 47px;
    margin-top: 68px; }
  .type-jobs__aside {
    background: #FFFFFF;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    margin: 0 -20px 60px;
    z-index: 10; }
    @media (max-width: 850px) {
      .type-jobs__aside .share-section {
        position: fixed;
        display: none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.4); }
        .type-jobs__aside .share-section .content {
          background: #FFFFFF;
          border: 1px solid #999999;
          width: 90%;
          max-width: 335px;
          margin: 100px auto 0;
          padding: 20px;
          position: relative; }
        .type-jobs__aside .share-section .title {
          font-family: 'wwfwebfont';
          font-size: 38px;
          font-size: 2.375rem;
          letter-spacing: 1px;
          color: #151515;
          margin-bottom: 20px; }
        .type-jobs__aside .share-section .entry-title {
          font-family: 'wwfwebfont';
          font-size: 26px;
          font-size: 1.625rem;
          line-height: 1.1;
          margin-bottom: 10px; }
        .type-jobs__aside .share-section .meta {
          display: block;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.2;
          margin-bottom: 15px; }
        .type-jobs__aside .share-section .share-box {
          padding: 0;
          justify-content: flex-start; }
          .type-jobs__aside .share-section .share-box .title {
            display: none !important; }
        .type-jobs__aside .share-section .close-link {
          position: absolute;
          right: 30px;
          top: 30px;
          background: transparent;
          border: none;
          padding: 0; } }
    @media (min-width: 850px) {
      .type-jobs__aside {
        display: block;
        padding: 40px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        margin: 0 -385px 0 0;
        float: right;
        top: 20px;
        width: 305px; }
        .type-jobs__aside .share-section {
          display: block !important; } }
    .type-jobs__aside .wwf-primary-btn, .type-jobs__aside .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .type-jobs__aside input[type="submit"],
    .type-jobs__aside .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .type-jobs__aside input[type="button"] {
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 850px) {
        .type-jobs__aside .wwf-primary-btn, .type-jobs__aside .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .type-jobs__aside input[type="submit"],
        .type-jobs__aside .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .type-jobs__aside input[type="button"] {
          margin-bottom: 0;
          width: 160px; } }
    .type-jobs__aside .wwf-view-all-btn {
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 850px) {
        .type-jobs__aside .wwf-view-all-btn {
          margin-bottom: 0;
          margin-left: 15px;
          width: 160px; } }
    .type-jobs__aside .share-box {
      padding: 20px 0 0;
      border: none;
      flex-wrap: wrap; }
      .type-jobs__aside .share-box .title {
        min-width: 100%;
        text-align: center;
        margin-bottom: 10px; }
      .type-jobs__aside .share-box a:first-of-type {
        margin-left: 0; }

/** Content Section  Boxed Content **/
.wwf-content-section-bc {
  width: 100%;
  padding: 30px 0 234px;
  position: relative; }
  @media (max-width: 767px) {
    .wwf-content-section-bc {
      background: #fff !important;
      padding-bottom: 40px; } }
  .wwf-content-section-bc .section-title, .wwf-content-section-bc .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-content-section-bc .section-title, .wwf-content-section-bc .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-content-section-bc .section-title a, .wwf-content-section-bc .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-content-section-bc .section-title a:hover, .wwf-content-section-bc .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-content-section-bc .image-caption {
    top: auto;
    right: 10%;
    left: auto;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .wwf-content-section-bc .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
    @media (max-width: 767px) {
      .wwf-content-section-bc .image-caption {
        display: none; } }
  .wwf-content-section-bc .box-list {
    max-width: 1105px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .wwf-content-section-bc .box-list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between; } }
    .wwf-content-section-bc .box-list .list-item {
      width: calc(50% - 30px);
      min-height: 311px;
      display: inline-flex;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0 0 10px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin: 0 0 40px;
      padding: 40px;
      cursor: auto; }
      .wwf-content-section-bc .box-list .list-item-image {
        margin: 0 0 30px; }
        .wwf-content-section-bc .box-list .list-item-image img {
          min-height: 100px;
          max-height: 100px;
          display: block;
          width: 100%;
          object-fit: cover; }
      .wwf-content-section-bc .box-list .list-item-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        text-align: center;
        color: #3D3D3D;
        padding: 0 24px;
        margin: 0 0 20px; }
        .wwf-content-section-bc .box-list .list-item-content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 21px;
          text-align: center;
          color: #3D3D3D;
          margin: 0; }
      .wwf-content-section-bc .box-list .list-item-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 0 30px;
        line-height: 35px;
        text-align: center;
        color: #151515;
        font-family: 'wwfwebfont'; }
      @media (max-width: 767px) {
        .wwf-content-section-bc .box-list .list-item {
          width: 100%;
          padding: 30px;
          min-height: 100%;
          margin: 0 0 20px; } }
      .wwf-content-section-bc .box-list .list-item .list-item-image {
        margin-bottom: 20px; }
        .wwf-content-section-bc .box-list .list-item .list-item-image img {
          object-fit: unset;
          max-width: 100%;
          width: 100px;
          margin: 0 auto;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          -webkit-animation-name: pulse;
          animation-name: pulse; }
        @media (min-width: 768px) {
          .wwf-content-section-bc .box-list .list-item .list-item-image {
            margin-bottom: 10px; } }
      .wwf-content-section-bc .box-list .list-item .list-item-title {
        margin-bottom: 12px; }
      .wwf-content-section-bc .box-list .list-item .list-item-content {
        padding: 0;
        margin: 0; }
        .wwf-content-section-bc .box-list .list-item .list-item-content p {
          margin-bottom: 7px; }
      .wwf-content-section-bc .box-list .list-item:hover .list-item-image img {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }

/** Content Section  Boxed Content v2 **/
.wwf-content-section-bc-2 {
  width: 100%;
  position: relative; }
  .wwf-content-section-bc-2.pattern_dark, .wwf-content-section-bc-2.pattern_light {
    padding: 80px 0; }
  .wwf-content-section-bc-2.pattern_dark {
    background: url("../assets/images/bg-fs.jpg") #005A70; }
    .wwf-content-section-bc-2.pattern_dark .section-title, .wwf-content-section-bc-2.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2.pattern_dark .gform_title {
      color: #fff; }
      .wwf-content-section-bc-2.pattern_dark .section-title:before, .wwf-content-section-bc-2.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2.pattern_dark .gform_title:before, .wwf-content-section-bc-2.pattern_dark .section-title:after, .wwf-content-section-bc-2.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2.pattern_dark .gform_title:after {
        background: #fff; }
  .wwf-content-section-bc-2.pattern_light {
    background: url("../assets/images/bg-fs-white.jpg"); }
  .wwf-content-section-bc-2 .section-title, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px;
    max-width: 100%;
    display: flex;
    align-items: center; }
    .wwf-content-section-bc-2 .section-title:before, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title:before, .wwf-content-section-bc-2 .section-title:after, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title:after {
      content: '';
      height: 1px;
      background: #151515;
      display: block;
      flex: 1;
      margin-top: 13px; }
    .wwf-content-section-bc-2 .section-title:after, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title:after {
      margin-left: 40px; }
    .wwf-content-section-bc-2 .section-title:before, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title:before {
      margin-right: 40px; }
    @media (max-width: 767px) {
      .wwf-content-section-bc-2 .section-title, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title {
        display: block;
        font-size: 38px;
        font-size: 2.375rem; }
        .wwf-content-section-bc-2 .section-title:before, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title:before, .wwf-content-section-bc-2 .section-title:after, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:after, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title:after {
          display: none; } }
    @media (max-width: 767px) {
      .wwf-content-section-bc-2 .section-title, .wwf-content-section-bc-2 .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-content-section-bc-2 .gform_title {
        text-align: center; } }
  @media (min-width: 768px) {
    .wwf-content-section-bc-2 .box-list {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between; } }
  .wwf-content-section-bc-2 .box-list .list-item {
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    align-items: center;
    margin: 0 0 40px;
    padding: 40px;
    cursor: auto; }
    .wwf-content-section-bc-2 .box-list .list-item--content {
      text-align: left; }
      .wwf-content-section-bc-2 .box-list .list-item--content h3 {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 10px;
        text-align: center; }
        @media (max-width: 767px) {
          .wwf-content-section-bc-2 .box-list .list-item--content h3 {
            font-size: 32px;
            font-size: 2rem; } }
        .wwf-content-section-bc-2 .box-list .list-item--content h3 a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-content-section-bc-2 .box-list .list-item--content h3 a:hover {
            color: #005A70;
            text-decoration: none; }
      .wwf-content-section-bc-2 .box-list .list-item--content p {
        text-align: left;
        font-size: 14px;
        margin: 0; }
    .wwf-content-section-bc-2 .box-list .list-item--image {
      margin: 0 auto 20px; }
      .wwf-content-section-bc-2 .box-list .list-item--image img {
        display: block;
        margin: 0 auto;
        max-width: 100px;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: pulse;
        animation-name: pulse; }
    .wwf-content-section-bc-2 .box-list .list-item:hover .list-item--image img {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    @media (min-width: 768px) {
      .wwf-content-section-bc-2 .box-list .list-item {
        width: calc(50% - 10px);
        display: inline-flex;
        flex-direction: row; }
        .wwf-content-section-bc-2 .box-list .list-item--content {
          padding: 0 20px 0 0; }
          .wwf-content-section-bc-2 .box-list .list-item--content h3 {
            text-align: left; }
        .wwf-content-section-bc-2 .box-list .list-item--image {
          width: 31.75%;
          min-width: 31.75%;
          margin: 0; }
          .wwf-content-section-bc-2 .box-list .list-item--image img {
            width: 100%;
            margin: 0; } }
    .wwf-content-section-bc-2 .box-list .list-item .list-item--image img {
      max-width: 100px;
      margin: 0 auto; }
    @media (max-width: 767px) {
      .wwf-content-section-bc-2 .box-list .list-item .list-item--content, .wwf-content-section-bc-2 .box-list .list-item .list-item--content p {
        text-align: center; } }

.modal {
  background: rgba(0, 0, 0, 0.4); }
  .modal.faq-modal .modal-dialog {
    max-width: 1064px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #151515; }
  .modal.faq-modal .modal-content {
    max-height: 90vh;
    overflow: auto; }
  .modal.faq-modal .modal-header {
    border-bottom: none;
    padding: 56px 60px 29px; }
    .modal.faq-modal .modal-header .modal-title {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 48px;
      font-size: 3rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #151515;
      margin: 0; }
      @media (max-width: 767px) {
        .modal.faq-modal .modal-header .modal-title {
          font-size: 48px;
          font-size: 3rem; } }
      .modal.faq-modal .modal-header .modal-title a {
        color: #151515;
        display: inline-block;
        transition: all 0.3s; }
        .modal.faq-modal .modal-header .modal-title a:hover {
          color: #005A70;
          text-decoration: none; }
  .modal.faq-modal .modal-body {
    padding: 0 60px 36px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
    .modal.faq-modal .modal-body p {
      margin-bottom: 20px; }

.wwf-offices-section {
  padding: 80px 0 0; }
  .wwf-offices-section.biopolis-map-section-content {
    padding: 20px 0 0; }
  .wwf-offices-section .section-title, .wwf-offices-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-offices-section .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-offices-section .section-title, .wwf-offices-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-offices-section .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-offices-section .section-title a, .wwf-offices-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-offices-section .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-offices-section .section-title a:hover, .wwf-offices-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-offices-section .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-offices-section .head-office {
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .wwf-offices-section .head-office {
        height: 650px;
        padding: 60px 0 80px; }
        .wwf-offices-section .head-office:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1; } }
    .wwf-offices-section .head-office .acf-map {
      width: 100%;
      height: 222px;
      display: block; }
      @media (min-width: 768px) {
        .wwf-offices-section .head-office .acf-map {
          position: absolute;
          top: -150px;
          bottom: -115px;
          height: 915px;
          left: 0;
          z-index: 0;
          background-image: url("../assets/images/WWFHeadOffice-Map.png");
		  background-repeat: no-repeat;
		  background-position: bottom;
          background-size: cover; } }
    .wwf-offices-section .head-office .l-wrap {
      position: relative;
      z-index: 2; }
    .wwf-offices-section .head-office .info-box {
      background: url("../assets/images/bg-fs-white.jpg");
      margin: 0 -20px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      padding: 30px 20px; }
      @media (min-width: 768px) {
        .wwf-offices-section .head-office .info-box {
          background: rgba(255, 255, 255, 0.8);
          backdrop-filter: blur(10px);
          border-radius: 8px;
          max-width: 413px;
          height: 510px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 40px;
          margin: 0;
          text-align: center; } }
      .wwf-offices-section .head-office .info-box.text-size18 {
        font-size: 18px;
        font-size: 1.125rem; }
      .wwf-offices-section .head-office .info-box .office-title {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 20px; }
        @media (max-width: 767px) {
          .wwf-offices-section .head-office .info-box .office-title {
            font-size: 26px;
            font-size: 1.625rem; } }
        .wwf-offices-section .head-office .info-box .office-title a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-offices-section .head-office .info-box .office-title a:hover {
            color: #005A70;
            text-decoration: none; }
        @media (max-width: 767px) {
          .wwf-offices-section .head-office .info-box .office-title {
            text-align: left;
            margin-bottom: 10px; } }
      .wwf-offices-section .head-office .info-box p {
        margin: 0 0 22px; }
        @media (min-width: 768px) {
          .wwf-offices-section .head-office .info-box p {
            margin: 0 auto 20px;
            max-width: 270px; }
            .wwf-offices-section .head-office .info-box p br {
              display: none; } }
      .wwf-offices-section .head-office .info-box .contacts span {
        display: block; }
  .wwf-offices-section .list-section {
    background: url("../assets/images/bg-fs-white.jpg");
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .wwf-offices-section .list-section {
        padding: 70px 0; } }
    .wwf-offices-section .list-section .offices-list {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .wwf-offices-section .list-section .offices-list .offices-list-item {
        width: calc(50% - 20px);
        margin: 10px;
        overflow: hidden;
        position: relative;
        font-size: 14px;
        font-size: 0.875rem;
        transition: all .3s; }
        @media (max-width: 767px) {
          .wwf-offices-section .list-section .offices-list .offices-list-item {
            background: transparent !important; } }
        @media (min-width: 768px) {
          .wwf-offices-section .list-section .offices-list .offices-list-item {
            font-size: 16px;
            font-size: 1rem;
            width: calc(33.33% - 20px);
            height: 510px;
            padding: 40px;
            border-radius: 8px;
            text-align: center;
            color: #fff;
            background-size: auto 100% !important; }
            .wwf-offices-section .list-section .offices-list .offices-list-item:hover {
              background-size: auto 110% !important; } }
        .wwf-offices-section .list-section .offices-list .offices-list-item.text-size18 {
          font-size: 16px;
          font-size: 1rem; }
          @media (min-width: 768px) {
            .wwf-offices-section .list-section .offices-list .offices-list-item.text-size18 {
              font-size: 18px;
              font-size: 1.125rem; } }
    .wwf-offices-section .list-section .image-caption {
      top: auto;
      right: auto;
      left: 40px;
      bottom: 0;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px);
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      padding: 5px 8px;
      position: absolute; }
      .wwf-offices-section .list-section .image-caption.light {
        background: rgba(255, 255, 255, 0.7);
        color: #151515;
        text-shadow: none; }
      @media (max-width: 767px) {
        .wwf-offices-section .list-section .image-caption {
          display: none; } }
    .wwf-offices-section .list-section .office-title {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 32px;
      font-size: 2rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #fff;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .wwf-offices-section .list-section .office-title {
          font-size: 26px;
          font-size: 1.625rem; } }
      .wwf-offices-section .list-section .office-title a {
        color: #fff;
        display: inline-block;
        transition: all 0.3s; }
        .wwf-offices-section .list-section .office-title a:hover {
          color: #005A70;
          text-decoration: none; }
      @media (max-width: 767px) {
        .wwf-offices-section .list-section .office-title {
          color: #151515;
          text-align: left;
          margin-bottom: 10px; } }
    @media (min-width: 768px) {
      .wwf-offices-section .list-section .address {
        max-width: 259px;
        margin: 0 auto; }
        .wwf-offices-section .list-section .address br {
          display: none; } }

.wwf-info-box {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wwf-info-box {
      padding: 80px 0; } }
  .wwf-info-box.pattern_dark {
    background: url("../assets/images/bg-fs.jpg") #005A70; }
  .wwf-info-box.pattern_light {
    background: url("../assets/images/bg-fs-white.jpg"); }
  .wwf-info-box.bg_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .wwf-info-box.bg_image .image-caption {
      top: auto;
      right: 10%;
      left: auto;
      bottom: 0;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px);
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      padding: 5px 8px;
      position: absolute; }
      .wwf-info-box.bg_image .image-caption.light {
        background: rgba(255, 255, 255, 0.7);
        color: #151515;
        text-shadow: none; }
    .wwf-info-box.bg_image .box {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(10px); }
      .wwf-info-box.bg_image .box h4 {
        font-size: 20px;
        font-size: 1.25rem; }
      @media (min-width: 768px) {
        .wwf-info-box.bg_image .box .box--content {
          max-width: 700px; }
          .wwf-info-box.bg_image .box .box--content h3 {
            margin-bottom: 23px; } }
  .wwf-info-box .box {
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    align-items: center;
    margin: 0 auto;
    padding: 30px 20px;
    cursor: auto; }
    .wwf-info-box .box--content {
      text-align: left; }
      .wwf-info-box .box--content h3 {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 48px;
        font-size: 3rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 10px;
        text-align: center; }
        @media (max-width: 767px) {
          .wwf-info-box .box--content h3 {
            font-size: 48px;
            font-size: 3rem; } }
        .wwf-info-box .box--content h3 a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .wwf-info-box .box--content h3 a:hover {
            color: #005A70;
            text-decoration: none; }
      .wwf-info-box .box--content p {
        text-align: left;
        font-size: 16px;
        margin: 0; }
    .wwf-info-box .box--image {
      margin: 0 auto 20px; }
      .wwf-info-box .box--image img {
        display: block;
        margin: 0 auto;
        max-width: 100px;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: pulse;
        animation-name: pulse; }
    .wwf-info-box .box:hover .list-item--image img {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    @media (min-width: 768px) {
      .wwf-info-box .box {
        width: 100%;
        display: inline-flex;
        flex-direction: row; }
        .wwf-info-box .box--content {
          padding: 0 20px 0 0; }
          .wwf-info-box .box--content h3 {
            text-align: left; }
        .wwf-info-box .box--image {
          width: 26.32%;
          min-width: 26.32%;
          margin: 0; }
          .wwf-info-box .box--image img {
            width: 100%;
            margin: 0; } }
    .wwf-info-box .box h4 {
      font-size: 20px;
      font-size: 1.25rem; }
    @media (min-width: 768px) {
      .wwf-info-box .box {
        display: flex;
        padding: 40px; }
        .wwf-info-box .box .box--content {
          padding: 0; }
        .wwf-info-box .box .box--image {
          max-width: 260px; } }
    .wwf-info-box .box .box--image img {
      max-width: 100px;
      margin: 0 auto; }
    @media (max-width: 767px) {
      .wwf-info-box .box .box--content, .wwf-info-box .box .box--content p {
        text-align: center; }
      .wwf-info-box .box .box--content h3 {
        font-size: 32px;
        font-size: 2rem;
        margin-bottom: 30px; } }
  .wwf-info-box.text-size18 .box--content p {
    font-size: 18px;
    font-size: 1.125rem; }

/** mobile menu **/
.mobile-menu-toggle {
  display: none;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 11px;
  transition: all 0.6s;
  z-index: 2000;
  cursor: pointer;
  outline: none; }
  @media screen and (max-width: 767px) {
    .mobile-menu-toggle {
      top: 15px; } }
  .mobile-menu-toggle span {
    transition: all 0.6s;
    display: block;
    height: 2px;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    margin-bottom: 6px;
    outline: none; }
  .mobile-menu-toggle.is-active {
    outline: none;
    top: 19px; }
    .mobile-menu-toggle.is-active span {
      background: #fff;
      height: 1.5px; }
      .mobile-menu-toggle.is-active span:nth-child(1) {
        transform: rotate(135deg); }
      .mobile-menu-toggle.is-active span:nth-child(2) {
        display: none; }
      .mobile-menu-toggle.is-active span:nth-child(3) {
        transform: rotate(-135deg);
        margin: -8px 0 0; }
  @media screen and (max-width: 991px) {
    .mobile-menu-toggle {
      display: block; } }

.mobile-menu-show {
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none;
  position: fixed;
  width: 100%; }

.mobile-menu-holder {
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  padding: 0;
  transform: translateY(-200%);
  transition: all 0.8s;
  z-index: 1010;
  opacity: 0;
  color: #fff; }
  .admin-bar .mobile-menu-holder {
    top: 46px; }
  .mobile-menu-holder-header {
    width: 100%;
    padding: 20px 80px;
    border-bottom: 0.5px solid #FFFFFF;
    text-align: center;
    margin: 0 auto 30px;
    position: relative; }
    .mobile-menu-holder-header .mobile-header-logo {
      position: absolute;
      top: 0;
      left: 0;
      width: 74px; }
    .mobile-menu-holder-header .btn-language-toggle {
      display: inline-block;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 20px;
      color: #D8D8D8; }
  .mobile-menu-holder .mobile-menu-holder-inner {
    overflow-y: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    height: 100%; }
  .mobile-menu-holder .app-header-main-nav {
    background: #151515;
    border: solid #3D3D3D;
    border-width: 1px 0;
    padding: 10px 20px; }
  .mobile-menu-holder .mobile-menu-holder-login {
    width: 100%;
    text-align: left;
    margin: 0 0 30px;
    padding: 0 20px; }
    .mobile-menu-holder .mobile-menu-holder-login .login-box-login-btn {
      display: inline-block;
      color: #fff;
      font-family: 'wwfwebfont';
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px; }
    @media screen and (max-width: 600px) {
      .mobile-menu-holder .mobile-menu-holder-login .wwf-action-reverted-btn,
      .mobile-menu-holder .mobile-menu-holder-login .wwf-action-btn,
      .mobile-menu-holder .mobile-menu-holder-login .sc-section .form-holder button,
      .sc-section .form-holder .mobile-menu-holder .mobile-menu-holder-login button {
        width: 100%;
        display: block;
        margin: 0 0 10px; } }
    .mobile-menu-holder .mobile-menu-holder-login p {
      color: #fff;
      margin: 0 0 20px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px; }
      .mobile-menu-holder .mobile-menu-holder-login p a {
        color: #fff;
        text-decoration: underline;
        font-weight: 600; }
  .mobile-menu-show .mobile-menu-holder {
    transform: translateY(0);
    opacity: 1; }
  .mobile-menu-holder .social-icons {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    .mobile-menu-holder .social-icons li {
      display: inline-block;
      margin: 0 15px; }
      .mobile-menu-holder .social-icons li a {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        font-family: 'wwfwebfont';
        text-transform: uppercase; }
        .mobile-menu-holder .social-icons li a:hover {
          color: #F5D200; }
          .mobile-menu-holder .social-icons li a:hover:after {
            display: none; }
  .mobile-menu-holder .menu {
    margin: 0;
    text-align: left;
    width: 100%; }
    .mobile-menu-holder .menu li {
      position: relative;
      border-bottom: 1px solid #3D3D3D; }
      .mobile-menu-holder .menu li:last-child {
        border: none; }
      .mobile-menu-holder .menu li .btn-toggle-submenu {
        position: absolute;
        right: -10px;
        transition: all 0.3s;
        width: 25px;
        height: 25px;
        line-height: 1;
        top: 15px;
        display: block;
        z-index: 150;
        cursor: pointer;
        transform: rotate(-90deg);
        transition: all 0.3s; }
        .mobile-menu-holder .menu li .btn-toggle-submenu svg {
          width: 20px;
          height: 20px; }
        .mobile-menu-holder .menu li .btn-toggle-submenu.is-active {
          color: #F5D200;
          transform: rotate(0); }
      @media screen and (max-width: 374px) {
        .mobile-menu-holder .menu li {
          margin-bottom: 5px; } }
      .mobile-menu-holder .menu li.menu-item-has-children.is-active {
        margin-bottom: 10px; }
        .mobile-menu-holder .menu li.menu-item-has-children.is-active a {
          color: #F5D200; }
        .mobile-menu-holder .menu li.menu-item-has-children.is-active .sub-menu {
          display: block; }
      .mobile-menu-holder .menu li .sub-menu {
        display: none;
        padding: 10px 20px;
        border-left: 1px solid #fff; }
        .mobile-menu-holder .menu li .sub-menu li {
          margin: 0;
          border: none; }
          .mobile-menu-holder .menu li .sub-menu li a {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 40px;
            padding: 0;
            text-transform: none;
            font-family: 'Open Sans', sans-serif;
            border: none;
            color: #fff !important; }
            .mobile-menu-holder .menu li .sub-menu li a:hover {
              color: #F5D200 !important; }
      .mobile-menu-holder .menu li.current-menu-item a {
        color: #F5D200; }
      .mobile-menu-holder .menu li.current-menu-item .sub-menu a {
        color: #fff; }
      .mobile-menu-holder .menu li a {
        display: inline-block;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        font-family: 'wwfwebfont';
        text-transform: uppercase;
        position: relative;
        color: #fff;
        padding: 15px 0; }
        .mobile-menu-holder .menu li a .btn-toggle-submenu {
          margin: 0 0 0 5px; }
        .mobile-menu-holder .menu li a:hover {
          text-decoration: none; }

.wwf-tabed-section .text {
  max-width: 846px;
  margin: 0 auto;
  padding: 20px 0 40px; }
  @media (min-width: 768px) {
    .wwf-tabed-section .text {
      padding: 80px 0 40px; } }
  .wwf-tabed-section .text .section-title, .wwf-tabed-section .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-tabed-section .text .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-tabed-section .text .section-title, .wwf-tabed-section .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-tabed-section .text .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-tabed-section .text .section-title a, .wwf-tabed-section .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-tabed-section .text .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-tabed-section .text .section-title a:hover, .wwf-tabed-section .text .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-tabed-section .text .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-tabed-section .text .rte {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
    .wwf-tabed-section .text .rte p {
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .wwf-tabed-section .text .rte p {
          text-align: left !important; } }
      @media (min-width: 768px) {
        .wwf-tabed-section .text .rte p {
          margin: 0 0 30px; } }

.wwf-tabed-section .tabs-box {
  position: relative; }
  .wwf-tabed-section .tabs-box .slick-slide img {
    width: 100%;
    min-height: 750px;
    max-height: 750px;
    object-fit: cover; }
    @media (max-width: 768px) {
      .wwf-tabed-section .tabs-box .slick-slide img {
        min-height: 450px;
        max-height: 450px;
        object-fit: cover; } }
    @media (max-width: 600px) {
      .wwf-tabed-section .tabs-box .slick-slide img {
        min-height: 350px;
        max-height: 350px;
        object-fit: cover; } }
  .wwf-tabed-section .tabs-box .tabs-nav {
    z-index: 1;
    background-color: rgba(61, 61, 61, 0.08);
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 17px 0 20px; }
    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
      .wwf-tabed-section .tabs-box .tabs-nav {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: #3D3D3D; } }
    @media (min-width: 768px) {
      .wwf-tabed-section .tabs-box .tabs-nav {
        padding: 33px 0 9px;
        position: absolute;
        background: rgba(0, 0, 0, 0.6); } }
    .wwf-tabed-section .tabs-box .tabs-nav:hover .caption-list {
      opacity: 1;
      visibility: visible;
      max-height: 3000px; }
  .wwf-tabed-section .tabs-box .l-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .wwf-tabed-section .tabs-box .nav-list {
    display: inline-flex;
    border-bottom: 1px solid #FFFFFF;
    max-width: calc(100% + 20px);
    margin: 0 -20px 0 0; }
    @media (min-width: 768px) {
      .wwf-tabed-section .tabs-box .nav-list {
        margin: 0 0 31px;
        max-width: 100%; } }
    .wwf-tabed-section .tabs-box .nav-list a {
      font-family: 'wwfwebfont';
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      padding: 3px 20px 9px;
      position: relative;
      max-width: 310px;
      height: auto;
      float: none; }
      @media (min-width: 768px) {
        .wwf-tabed-section .tabs-box .nav-list a {
          padding: 3px 40px 9px; } }
      .wwf-tabed-section .tabs-box .nav-list a:hover {
        text-decoration: none;
        color: #F5D200; }
      .wwf-tabed-section .tabs-box .nav-list a.slick-current {
        color: #F5D200; }
        .wwf-tabed-section .tabs-box .nav-list a.slick-current:after {
          content: '';
          position: absolute;
          height: 3px;
          left: 0;
          right: 0;
          bottom: -1px;
          background: #F5D200; }
    .wwf-tabed-section .tabs-box .nav-list .slick-slide:hover, .wwf-tabed-section .tabs-box .nav-list .slick-slide:focus {
      outline: none; }
    .wwf-tabed-section .tabs-box .nav-list .slick-current a {
      color: #F5D200; }
      .wwf-tabed-section .tabs-box .nav-list .slick-current a:after {
        content: '';
        position: absolute;
        height: 3px;
        left: 0;
        right: 0;
        bottom: -1px;
        background: #F5D200; }
    .wwf-tabed-section .tabs-box .nav-list .slick-track {
      align-items: stretch;
      display: flex; }

.wwf-tabed-section .caption-list {
  max-width: 1064px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: rgba(61, 61, 61, 0.8);
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 20px 30px; }
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .wwf-tabed-section .caption-list {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: #3D3D3D; } }
  @media (max-width: 1100px) {
    .wwf-tabed-section .caption-list {
      max-width: 100%;
      font-size: 16px;
      font-size: 1rem; } }
  @media (max-width: 767px) {
    .wwf-tabed-section .caption-list {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 768px) {
    .wwf-tabed-section .caption-list {
      opacity: 0;
      visibility: hidden;
      transition: all .5s;
      max-height: 1px;
      overflow: hidden;
      background: transparent;
      padding: 0 0 31px;
      backdrop-filter: none; } }

.wwf-tabed-section .tabs-images {
  z-index: 0; }
  .wwf-tabed-section .tabs-images .tab {
    vertical-align: top;
    position: relative; }
    .wwf-tabed-section .tabs-images .tab .image-caption {
      top: auto;
      right: 10%;
      left: auto;
      bottom: 0;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px);
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      padding: 5px 8px;
      position: absolute; }
      .wwf-tabed-section .tabs-images .tab .image-caption.light {
        background: rgba(255, 255, 255, 0.7);
        color: #151515;
        text-shadow: none; }

.wwf-charts {
  padding: 80px 0 0;
  margin-bottom: -20px; }
  .wwf-charts.mod-p0 {
    padding: 0 !important;
    margin-bottom: 0 !important; }
  .wwf-charts .section-title, .wwf-charts .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-charts .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-charts .section-title, .wwf-charts .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-charts .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-charts .section-title a, .wwf-charts .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-charts .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-charts .section-title a:hover, .wwf-charts .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-charts .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-charts .wwf-charts-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .wwf-charts .wwf-charts-list .chart-item {
      background: #FFFFFF;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      width: calc(33.33% - 20px);
      flex: 1;
      padding: 40px;
      margin: 0 10px 20px;
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap; }
      .wwf-charts .wwf-charts-list .chart-item.mod-nobg {
        box-shadow: none;
        background: none;
        padding: 0; }
      .wwf-charts .wwf-charts-list .chart-item .title {
        min-width: 100%;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        line-height: 150%;
        color: #3D3D3D;
        margin-bottom: 20px; }
      .wwf-charts .wwf-charts-list .chart-item.mod-nobg {
        flex-wrap: unset; }
        .wwf-charts .wwf-charts-list .chart-item.mod-nobg .title {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 0; }
      .wwf-charts .wwf-charts-list .chart-item .chart {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media (min-width: 991px) {
          .wwf-charts .wwf-charts-list .chart-item .chart:not(.first) {
            margin-left: 40px; } }
        @media (max-width: 990px) {
          .wwf-charts .wwf-charts-list .chart-item .chart:not(.first) {
            margin-top: 20px; } }
      .wwf-charts .wwf-charts-list .chart-item .rte {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        color: #3D3D3D;
        width: calc(100% - 100px - 20px); }
        @media (min-width: 768px) {
          .wwf-charts .wwf-charts-list .chart-item .rte {
            font-size: 16px;
            font-size: 1rem; } }
        .wwf-charts .wwf-charts-list .chart-item .rte.mod-fw {
          width: 100%; }
      .wwf-charts .wwf-charts-list .chart-item.full-width {
        min-width: calc(100% - 20px);
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media (max-width: 990px) {
          .wwf-charts .wwf-charts-list .chart-item.full-width {
            display: block; } }
        .wwf-charts .wwf-charts-list .chart-item.full-width .chart {
          width: calc(33.33% - 30px); }
          @media (max-width: 990px) {
            .wwf-charts .wwf-charts-list .chart-item.full-width .chart {
              width: calc(100% - 20px); } }
        .wwf-charts .wwf-charts-list .chart-item.full-width.item-count-2 .title {
          min-width: 29%;
          width: 29%;
          margin-bottom: 0;
          margin-right: 48px; }
          @media (max-width: 990px) {
            .wwf-charts .wwf-charts-list .chart-item.full-width.item-count-2 .title {
              min-width: 100%;
              width: 100%;
              margin-bottom: 20px;
              margin-right: 0; } }
      .wwf-charts .wwf-charts-list .chart-item.two-third-width {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media (min-width: 990px) {
          .wwf-charts .wwf-charts-list .chart-item.two-third-width {
            width: calc(66.67% - 20px); }
            .wwf-charts .wwf-charts-list .chart-item.two-third-width.item-count-2 .chart {
              width: calc(50% - 20px); }
              .wwf-charts .wwf-charts-list .chart-item.two-third-width.item-count-2 .chart + .chart {
                margin-left: 40px; } }
      .wwf-charts .wwf-charts-list .chart-item .circle-bar {
        margin-right: 20px;
        width: 100px;
        height: 100px;
        position: relative; }
        .wwf-charts .wwf-charts-list .chart-item .circle-bar > svg {
          -moz-transform: scale(-1, 1);
          -webkit-transform: scale(-1, 1);
          -o-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }
        .wwf-charts .wwf-charts-list .chart-item .circle-bar .progressbar-text {
          width: 100%;
          font-family: 'wwfwebfont';
          font-size: 48px;
          font-size: 3rem;
          line-height: 1;
          text-align: center;
          letter-spacing: 1px; }
          .wwf-charts .wwf-charts-list .chart-item .circle-bar .progressbar-text span {
            margin: 0 0 0 4px; }
          .wwf-charts .wwf-charts-list .chart-item .circle-bar .progressbar-text:after {
            content: '';
            display: block;
            margin: 10px auto 0;
            background: #F07D00;
            border-radius: 24px;
            height: 7px;
            width: 37px; }
      @media (max-width: 990px) {
        .wwf-charts .wwf-charts-list .chart-item {
          min-width: calc(100% - 20px);
          padding: 30px 20px; } }
      @media (min-width: 991px) and (max-width: 1100px) {
        .wwf-charts .wwf-charts-list .chart-item .chart {
          flex-direction: column;
          align-items: center; }
        .wwf-charts .wwf-charts-list .chart-item .circle-bar {
          margin-right: 0;
          margin-bottom: 10px; }
        .wwf-charts .wwf-charts-list .chart-item .rte {
          width: 100%; } }
  .wwf-charts.text-size18 .wwf-charts-list .chart-item .title, .wwf-charts.text-size18 .wwf-charts-list .chart-item .rte {
    font-size: 18px;
    font-size: 1.125rem; }

.wwf-sub-nav {
  background: #000000; }
  @media screen and (max-width: 767px) {
    .wwf-sub-nav {
      background: #151515; } }
  .wwf-sub-nav .fixed-wrap {
    background: #000000;
    position: relative;
    width: 100%;
    z-index: 998; }
    @media screen and (max-width: 767px) {
      .wwf-sub-nav .fixed-wrap {
        background: #151515; } }
  .wwf-sub-nav .sub-nav-list {
    display: flex;
    justify-content: center;
    align-items: stretch; }
    @media (max-width: 991px) {
      .wwf-sub-nav .sub-nav-list {
        display: none;
        position: absolute;
        top: 100%;
        transform: translate(0, 6px);
        left: 20px;
        right: 20px;
        background: #151515;
        border: 1px solid #999999;
        z-index: -1;
        padding-top: 20px; }
        .mobile-submenu-show .wwf-sub-nav .sub-nav-list {
          display: block;
          z-index: 99; }
        .wwf-sub-nav .sub-nav-list .mobile-submenu-toggle {
          position: absolute;
          top: 20px;
          right: 20px;
          background: transparent;
          padding: 0;
          border: none;
          width: 20px;
          height: 20px;
          margin: 0;
          z-index: 999; }
          .wwf-sub-nav .sub-nav-list .mobile-submenu-toggle svg {
            width: 20px;
            height: 20px;
            display: block; }
            .wwf-sub-nav .sub-nav-list .mobile-submenu-toggle svg, .wwf-sub-nav .sub-nav-list .mobile-submenu-toggle svg path {
              fill: #fff; } }
  .wwf-sub-nav .menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin: 0; }
    @media (max-width: 991px) {
      .wwf-sub-nav .menu {
        display: block;
        padding: 20px;
        max-height: 70vh;
        overflow: auto; } }
    .wwf-sub-nav .menu li {
      margin: 0 0;
      padding: 15px 0; }
      .wwf-sub-nav .menu li.current-menu-item a {
        color: #F5D200; }
      .wwf-sub-nav .menu li.current-menu-item .sub-menu a {
        color: #fff; }
        .wwf-sub-nav .menu li.current-menu-item .sub-menu a:hover {
          color: #F5D200; }
      @media (max-width: 991px) {
        .wwf-sub-nav .menu li.menu-item-has-children {
          position: relative; } }
      .wwf-sub-nav .menu li.menu-item-has-children > a {
        position: relative; }
        .wwf-sub-nav .menu li.menu-item-has-children > a .submenu-arrow:after {
          content: "";
          display: none;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #151515;
          position: absolute;
          bottom: -16px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1051; }
        .wwf-sub-nav .menu li.menu-item-has-children > a .submenu-arrow:before {
          content: "";
          display: none;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #C4C4C4;
          position: absolute;
          bottom: -14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1050; }
      .wwf-sub-nav .menu li.menu-item-has-children:hover > a {
        position: relative; }
        .wwf-sub-nav .menu li.menu-item-has-children:hover > a .submenu-arrow:before, .wwf-sub-nav .menu li.menu-item-has-children:hover > a .submenu-arrow:after {
          display: block; }
      .wwf-sub-nav .menu li.menu-item-has-children:hover .sub-menu {
        display: block; }
      .wwf-sub-nav .menu li .btn-toggle-submenu {
        margin-left: 5px; }
        .wwf-sub-nav .menu li .btn-toggle-submenu svg {
          fill: #fff; }
          .wwf-sub-nav .menu li .btn-toggle-submenu svg path {
            fill: #fff; }
        @media (max-width: 991px) {
          .wwf-sub-nav .menu li .btn-toggle-submenu {
            position: absolute;
            right: 0;
            top: 10px; } }
    .wwf-sub-nav .menu > li {
      display: flex;
      align-items: center;
      padding: 26px 40px 22px;
      border-bottom: 4px solid transparent; }
      @media (max-width: 991px) {
        .wwf-sub-nav .menu > li {
          border-bottom: 1px solid #3D3D3D;
          padding: 10px 0;
          display: block; } }
      .wwf-sub-nav .menu > li.current-menu-item {
        border-bottom-color: #F5D200; }
    .wwf-sub-nav .menu .sub-menu {
      display: none;
      flex-flow: row wrap;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -12px);
      top: 100%;
      background: #151515;
      border: 1px solid #C4C4C4;
      padding: 30px 30px;
      width: 100%;
      z-index: 1050;
      column-count: 3; }
      @media (max-width: 1199px) {
        .wwf-sub-nav .menu .sub-menu {
          column-count: 2; } }
      @media (max-width: 991px) {
        .wwf-sub-nav .menu .sub-menu {
          column-count: 1;
          position: static;
          background: transparent;
          padding: 0 0 0 20px;
          border-top: none;
          border-bottom: none;
          border-right: none;
          border-left: 1px solid #999999;
          margin-left: 10px;
          margin-top: 10px;
          transform: none;
          min-width: calc(100% - 10px); }
          .wwf-sub-nav .menu .sub-menu a {
            font-family: Open Sans;
            font-weight: normal;
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.5;
            text-transform: capitalize;
            margin: 10px 0; } }
      .wwf-sub-nav .menu .sub-menu li {
        margin: 0;
        padding: 0; }
    .wwf-sub-nav .menu a {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      display: flex;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #fff;
      font-family: 'wwfwebfont';
      transition: all 0.3s;
      text-decoration: none; }
      .wwf-sub-nav .menu a.is-active, .wwf-sub-nav .menu a:hover {
        text-decoration: none;
        color: #F5D200; }
      @media (max-width: 991px) {
        .wwf-sub-nav .menu a {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 0; }
          .wwf-sub-nav .menu a .submenu-arrow {
            display: none; } }
  .wwf-sub-nav .mobile-submenu-toggle {
    display: none;
    position: static;
    background: transparent;
    text-align: center;
    border-bottom: 3px solid #F5D200;
    color: #F5D200;
    font-family: 'wwfwebfont';
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
    padding: 14px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    text-transform: uppercase; }
    .wwf-sub-nav .mobile-submenu-toggle .btn-toggle-submenu {
      display: inline-block;
      margin-left: 5px; }
    @media screen and (max-width: 991px) {
      .wwf-sub-nav .mobile-submenu-toggle {
        display: block; } }

.mr-hero-section {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .mr-hero-section {
      padding: 70px 0 80px; }
      .mr-hero-section .l-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
      .mr-hero-section .share-box {
        margin: 0 0 0 auto; } }
  .mr-hero-section .archive-title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 -2px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .mr-hero-section .archive-title {
        font-size: 46px;
        font-size: 2.875rem; } }
    .mr-hero-section .archive-title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .mr-hero-section .archive-title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (max-width: 767px) {
      .mr-hero-section .archive-title {
        margin-bottom: 40px;
        text-align: center; } }
  .mr-hero-section .media-contact-section {
    text-align: center;
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .mr-hero-section .media-contact-section {
        text-align: right; } }
    .mr-hero-section .media-contact-section .box-title {
      font-family: 'wwfwebfont';
      font-weight: normal;
      font-size: 48px;
      font-size: 3rem;
      line-height: 1;
      text-align: center;
      letter-spacing: 1px;
      color: #151515;
      margin: 0 0 20px;
      text-align: right; }
      @media (max-width: 767px) {
        .mr-hero-section .media-contact-section .box-title {
          font-size: 38px;
          font-size: 2.375rem; } }
      .mr-hero-section .media-contact-section .box-title a {
        color: #151515;
        display: inline-block;
        transition: all 0.3s; }
        .mr-hero-section .media-contact-section .box-title a:hover {
          color: #005A70;
          text-decoration: none; }
      @media (max-width: 767px) {
        .mr-hero-section .media-contact-section .box-title {
          margin-bottom: 10px;
          text-align: center; } }
    .mr-hero-section .media-contact-section .person {
      margin: 0 -10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      color: #3D3D3D;
      font-size: 16px;
      font-size: 1rem; }
      @media (max-width: 600px) {
        .mr-hero-section .media-contact-section .person {
          display: block; } }
      @media (max-width: 767px) {
        .mr-hero-section .media-contact-section .person {
          justify-content: center; } }
      .mr-hero-section .media-contact-section .person span {
        margin: 0 10px;
        display: block; }

.hentry .post-content-categories {
  margin: 0 -5px 10px; }
  @media (min-width: 768px) {
    .hentry .post-content-categories {
      margin-bottom: 12px; } }
  .hentry .post-content-categories a {
    text-decoration: none;
    background: #D8D8D8;
    border: none;
    transition: all 0.3s;
    color: #151515;
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    padding: 3px 10px;
    font-size: 9px;
    font-size: 0.5625rem;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 5px;
    white-space: nowrap; }
    .hentry .post-content-categories a:hover {
      background: #D8D8D8;
      text-decoration: none;
      color: #151515;
      opacity: 1; }

.hentry .post-content-meta {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .hentry .post-content-meta {
      margin-bottom: 10px; } }
  .hentry .post-content-meta .fa-circle {
    width: 3px;
    height: 3px;
    margin: 0 5px; }
  .hentry .post-content-meta a {
    color: #005A70;
    text-decoration: none; }
    .hentry .post-content-meta a:hover {
      text-decoration: underline; }

.media-release-list {
  padding-bottom: 20px; }
  .media-release-list .hentry {
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .media-release-list .hentry {
        display: flex;
        align-items: stretch; } }
    .media-release-list .hentry .post-thumbnail {
      border-radius: 8px 8px 0 0;
      overflow: hidden;
      height: 215px;
      position: relative; }
      @media (min-width: 768px) {
        .media-release-list .hentry .post-thumbnail {
          width: 40.78%;
          min-width: 522px;
          border-radius: 8px 0 0 8px;
          margin-right: 20px;
          height: auto; } }
      .media-release-list .hentry .post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .media-release-list .hentry .post-content-holder {
      padding: 20px; }
      @media (min-width: 768px) {
        .media-release-list .hentry .post-content-holder {
          padding: 40px; }
          .post-type-archive-media-releases .media-release-list .hentry .post-content-holder {
            min-height: 375px; } }
      .media-release-list .hentry .post-content-holder .post-content-title {
        font-family: 'wwfwebfont';
        font-weight: normal;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 1px;
        color: #151515;
        margin: 0 0 20px;
        text-align: left; }
        @media (max-width: 767px) {
          .media-release-list .hentry .post-content-holder .post-content-title {
            font-size: 26px;
            font-size: 1.625rem; } }
        .media-release-list .hentry .post-content-holder .post-content-title a {
          color: #151515;
          display: inline-block;
          transition: all 0.3s; }
          .media-release-list .hentry .post-content-holder .post-content-title a:hover {
            color: #005A70;
            text-decoration: none; }
    .media-release-list .hentry .post-content {
      min-height: 166px;
      margin-bottom: 30px; }
    .media-release-list .hentry .post-content-entry {
      margin-bottom: 30px; }
      .media-release-list .hentry .post-content-entry p {
        margin-bottom: 0; }
    .media-release-list .hentry:hover .post-thumbnail img {
      transform: translate(-50%, -50%) scale(1.2); }

.wwf-media-release-section {
  padding: 60px 0;
  background: url("../assets/images/bg-fs-white.jpg"); }
  @media (min-width: 768px) {
    .wwf-media-release-section {
      padding: 80px 0; } }
  .wwf-media-release-section--filters {
    width: 100%;
    margin: 0 0 20px;
    position: relative; }
    @media (max-width: 991px) {
      .wwf-media-release-section--filters {
        flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .wwf-media-release-section--filters {
        margin: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .wwf-media-release-section--filters .wwf-view-all-btn {
        width: 100%;
        display: block;
        margin-bottom: 20px; } }
    .wwf-media-release-section--filters .filters-search {
      width: 240px;
      height: 40px;
      background: #fff;
      padding: 0 55px 0 10px;
      border: 1px solid #999999;
      border-radius: 20px;
      position: relative; }
      @media (max-width: 767px) {
        .wwf-media-release-section--filters .filters-search {
          width: 100%; } }
      .wwf-media-release-section--filters .filters-search svg {
        position: absolute;
        right: 15px;
        top: 13px; }
      .wwf-media-release-section--filters .filters-search input {
        width: 100%;
        height: 40px;
        outline: none;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 3px;
        border: none;
        background: none; }
      .wwf-media-release-section--filters .filters-search .reset-search {
        position: absolute;
        top: 8px;
        right: 35px;
        background: transparent;
        border: none;
        padding: 0;
        display: none;
        z-index: 999;
        cursor: pointer; }
        .wwf-media-release-section--filters .filters-search .reset-search:focus {
          outline: none; }
        .wwf-media-release-section--filters .filters-search .reset-search svg {
          width: 14px;
          position: static; }
  .wwf-media-release-section .posts-navigation {
    display: none; }
  .wwf-media-release-section .mrelease-filter-form {
    background: #151515;
    border: 1px solid #999999;
    display: none;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: calc(40px + 27px);
    left: 0;
    max-width: 100%;
    z-index: 999; }
    @media (min-width: 998px) {
      .wwf-media-release-section .mrelease-filter-form {
        padding: 42px 60px; } }
    @media (max-width: 767px) {
      .wwf-media-release-section .mrelease-filter-form {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto; } }
    .wwf-media-release-section .mrelease-filter-form .title {
      font-family: 'wwfwebfont';
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 1;
      letter-spacing: 1px;
      border-bottom: 1px solid #3D3D3D;
      margin: 0 -20px 20px;
      padding: 0 20px 20px; }
    .wwf-media-release-section .mrelease-filter-form.active {
      display: block; }
    .wwf-media-release-section .mrelease-filter-form:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: -11px;
      left: 59px;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 18px solid #151515; }
    .wwf-media-release-section .mrelease-filter-form .close-filter-btn {
      position: absolute;
      z-index: 9;
      top: 30px;
      right: 60px;
      color: #fff;
      border: none;
      padding: 0;
      background: transparent; }
      @media (max-width: 767px) {
        .wwf-media-release-section .mrelease-filter-form .close-filter-btn {
          top: 27px;
          right: 30px; } }
    .wwf-media-release-section .mrelease-filter-form .wwf-primary-btn, .wwf-media-release-section .mrelease-filter-form .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="submit"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-media-release-section .mrelease-filter-form input[type="submit"],
    .wwf-media-release-section .mrelease-filter-form .wwf-content-section-accredetation.mod-submit-form .gform_page_footer input[type="button"], .wwf-content-section-accredetation.mod-submit-form .gform_page_footer .wwf-media-release-section .mrelease-filter-form input[type="button"] {
      padding-top: 6px;
      padding-bottom: 6px;
      margin-right: 40px; }
    .wwf-media-release-section .mrelease-filter-form .clear-link {
      color: #fff;
      text-decoration: underline; }
      .wwf-media-release-section .mrelease-filter-form .clear-link:hover {
        text-decoration: none; }
  @media (max-width: 767px) {
    .wwf-media-release-section .btns-group {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 25px; } }
  @media (min-width: 768px) {
    .wwf-media-release-section .filter-list {
      display: flex;
      align-items: flex-start; } }
  .wwf-media-release-section .filter-list .filter-group-title {
    letter-spacing: 1.5px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'wwfwebfont';
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .wwf-media-release-section .filter-list .filter-group-title {
        margin-bottom: 25px;
        font-family: "Open Sans";
        font-size: 13px;
        font-size: 0.8125rem;
        letter-spacing: 2px; } }
  @media (min-width: 768px) {
    .wwf-media-release-section .filter-list .filter-group-list {
      max-height: 350px;
      padding-right: 10px;
      overflow: auto; } }
  .wwf-media-release-section .filter-list .filter-group {
    position: relative;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .wwf-media-release-section .filter-list .filter-group {
        padding: 0 10px 0 40px;
        margin-bottom: 40px; }
        .wwf-media-release-section .filter-list .filter-group:before {
          content: '';
          position: absolute;
          top: 43px;
          left: 0;
          bottom: 0;
          width: 1px;
          background: #3D3D3D; }
        .wwf-media-release-section .filter-list .filter-group:first-child {
          padding-left: 0; }
          .wwf-media-release-section .filter-list .filter-group:first-child:before {
            display: none; } }
  .wwf-media-release-section .filter-list .radio-btn {
    position: relative;
    padding-left: 29px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .wwf-media-release-section .filter-list .radio-btn {
        margin-bottom: 14px; } }
    .wwf-media-release-section .filter-list .radio-btn input {
      position: absolute;
      opacity: 0; }
      .wwf-media-release-section .filter-list .radio-btn input + label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5; }
        @media (min-width: 768px) {
          .wwf-media-release-section .filter-list .radio-btn input + label {
            font-family: 'wwfwebfont';
            font-size: 20px;
            font-size: 1.25rem;
            max-width: 180px;
            letter-spacing: 1.5px;
            line-height: 1;
            text-transform: uppercase; } }
        @media (min-width: 998px) {
          .wwf-media-release-section .filter-list .radio-btn input + label {
            max-width: 240px;
            min-width: 180px; }
            .post-type-archive-tw_project .wwf-media-release-section .filter-list .radio-btn input + label {
              max-width: 270px; } }
        .wwf-media-release-section .filter-list .radio-btn input + label:before {
          content: '';
          border: 1px solid #D8D8D8;
          border-radius: 4px;
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0; }
      .wwf-media-release-section .filter-list .radio-btn input:checked + label {
        color: #F5D200; }
        .wwf-media-release-section .filter-list .radio-btn input:checked + label:before {
          color: #3D3D3D;
          background-color: #F5D200;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjU5MzggMC45NTgwMDhMNS4zNzUgOS4xNzY3NkwyLjM3NSA2LjE0NTUxQzIuMjE4NzUgNi4wMjA1MSAxLjk2ODc1IDYuMDIwNTEgMS44NDM3NSA2LjE0NTUxTDAuOTM3NSA3LjA1MTc2QzAuODEyNSA3LjE3Njc2IDAuODEyNSA3LjQyNjc2IDAuOTM3NSA3LjU4MzAxTDUuMTI1IDExLjczOTNDNS4yODEyNSAxMS44OTU1IDUuNSAxMS44OTU1IDUuNjU2MjUgMTEuNzM5M0wxNS4wMzEyIDIuMzY0MjZDMTUuMTU2MiAyLjIzOTI2IDE1LjE1NjIgMS45ODkyNiAxNS4wMzEyIDEuODMzMDFMMTQuMTI1IDAuOTU4MDA4QzE0IDAuODAxNzU4IDEzLjc1IDAuODAxNzU4IDEzLjU5MzggMC45NTgwMDhaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
          background-repeat: no-repeat;
          background-position: 50%;
          border-color: #F5D200; }

.wwf-single-post {
  padding: 84px 0 0;
  max-width: 1092px;
  margin: 0 auto; }
  .wwf-single-post .single-post-header {
    text-align: center;
    margin: 0 auto 60px; }
    @media (min-width: 768px) {
      .wwf-single-post .single-post-header {
        margin-bottom: 80px; } }
    .wwf-single-post .single-post-header .post-content-title {
      font-family: 'wwfwebfont';
      font-size: 48px;
      font-size: 3rem;
      line-height: .98;
      text-transform: uppercase;
      color: #151515;
      margin: 0 0 30px; }
      @media (min-width: 768px) {
        .wwf-single-post .single-post-header .post-content-title {
          font-size: 60px;
          font-size: 3.75rem;
          line-height: 1.07;
          margin-bottom: 13px; } }
    .wwf-single-post .single-post-header .post-content-categories {
      margin: 0 auto 30px; }
      @media (min-width: 768px) {
        .wwf-single-post .single-post-header .post-content-categories {
          margin-bottom: 60px; } }
    .wwf-single-post .single-post-header .post-content-meta {
      margin: 0 auto 20px;
      justify-content: center; }
  .wwf-single-post .single-post-footer {
    padding-top: 31px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .wwf-single-post .single-post-footer {
        padding-top: 34px; } }
  .wwf-single-post .post-content-holder .post-content-entry {
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
    .wwf-single-post .post-content-holder .post-content-entry p, .wwf-single-post .post-content-holder .post-content-entry ul, .wwf-single-post .post-content-holder .post-content-entry ol, .wwf-single-post .post-content-holder .post-content-entry .wp-caption {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .wwf-single-post .post-content-holder .post-content-entry .wp-caption {
        margin: 20px auto; } }
    .wwf-single-post .post-content-holder .post-content-entry ul li, .wwf-single-post .post-content-holder .post-content-entry ol li {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.5; }
    .wwf-single-post .post-content-holder .post-content-entry ul ul, .wwf-single-post .post-content-holder .post-content-entry ul ol, .wwf-single-post .post-content-holder .post-content-entry ol ul, .wwf-single-post .post-content-holder .post-content-entry ol ol {
      margin-bottom: 0; }
    .wwf-single-post .post-content-holder .post-content-entry h1 {
      font-family: 'wwfwebfont';
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.07;
      margin-bottom: 52px;
      text-transform: uppercase;
      color: #151515; }
      @media (min-width: 768px) {
        .wwf-single-post .post-content-holder .post-content-entry h1 {
          font-size: 60px;
          font-size: 3.75rem; } }
    .wwf-single-post .post-content-holder .post-content-entry h2 {
      font-family: 'wwfwebfont';
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: 39px;
      letter-spacing: 1px;
      color: #151515; }
      @media (min-width: 768px) {
        .wwf-single-post .post-content-holder .post-content-entry h2 {
          font-size: 48px;
          font-size: 3rem; } }
    .wwf-single-post .post-content-holder .post-content-entry h3 {
      font-family: 'wwfwebfont';
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.1;
      margin-bottom: 15px;
      color: #151515; }
      @media (min-width: 768px) {
        .wwf-single-post .post-content-holder .post-content-entry h3 {
          font-size: 32px;
          font-size: 2rem; } }
    .wwf-single-post .post-content-holder .post-content-entry h4 {
      font-weight: 600;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5;
      margin-bottom: 39px;
      color: #000; }
    .wwf-single-post .post-content-holder .post-content-entry h5 {
      font-weight: 300;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.7;
      margin-bottom: 5px; }
    .wwf-single-post .post-content-holder .post-content-entry h6 {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 5px; }
    .wwf-single-post .post-content-holder .post-content-entry a {
      color: #005A70;
      text-decoration: underline; }
      .wwf-single-post .post-content-holder .post-content-entry a:hover {
        text-decoration: none; }
    .wwf-single-post .post-content-holder .post-content-entry .wp-caption {
      padding: 0;
      background: transparent; }
      @media (max-width: 767px) {
        .wwf-single-post .post-content-holder .post-content-entry .wp-caption {
          margin-left: -20px;
          margin-right: -20px;
          max-width: calc(100% + 40px);
          width: calc(100% + 40px) !important; }
          .wwf-single-post .post-content-holder .post-content-entry .wp-caption.alignright, .wwf-single-post .post-content-holder .post-content-entry .wp-caption.alignleft {
            float: none !important; } }
      @media (min-width: 768px) {
        .wwf-single-post .post-content-holder .post-content-entry .wp-caption.alignright {
          margin-left: 50px; }
        .wwf-single-post .post-content-holder .post-content-entry .wp-caption.alignleft {
          margin-right: 50px; } }
    .wwf-single-post .post-content-holder .post-content-entry .pf-content table {
      border: none; }
      .wwf-single-post .post-content-holder .post-content-entry .pf-content table td {
        padding: 0;
        border: none; }
    .wwf-single-post .post-content-holder .post-content-entry .pf-content br {
      width: 100%;
      height: 20px;
      display: block;
      content: ""; }
  .wwf-single-post .tags-section {
    margin-bottom: 60px; }
    .wwf-single-post .tags-section-title {
      font-family: 'wwfwebfont';
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.1;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .wwf-single-post .tags-section-title {
          font-size: 32px;
          font-size: 2rem;
          margin-bottom: 13px; } }

.wwf-quote-custom {
  font-style: normal;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .wwf-quote-custom {
      margin-bottom: 31px; } }
  .wwf-quote-custom-text {
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.70;
    color: #005A70;
    margin: -19px 0 20px; }
    .wwf-quote-custom-text .qt-icon {
      height: 30px;
      position: relative;
      top: -15px; }
  .wwf-quote-custom-author {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .wwf-quote-custom-author.right {
        text-align: right; }
      .wwf-quote-custom-author.center {
        text-align: center; } }
  .wwf-quote-custom .qt-icon {
    font-family: 'wwfwebfont';
    font-size: 48px;
    font-size: 3rem;
    color: #005A70;
    line-height: .85;
    display: inline-flex;
    vertical-align: middle; }

.board-directors-section {
  padding: 60px 0;
  background: url("../assets/images/bg-fs-white.jpg"); }
  @media (min-width: 768px) {
    .board-directors-section {
      padding: 80px 0; } }
  .board-directors-section .bg-box {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden; }
    .board-directors-section .bg-box .text {
      padding: 30px 20px 10px;
      max-width: 1172px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .board-directors-section .bg-box .text {
          padding: 60px 20px 30px; } }
      @media (min-width: 768px) {
        .board-directors-section .bg-box .text {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 1440px) {
        .board-directors-section .bg-box .text {
          padding-left: 80px;
          padding-right: 80px; } }
  .board-directors-section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px; }
    .board-directors-section-list .grid-sizer {
      width: 50%; }
  .board-directors-section-list-item {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 20px 20px; }
    @media (min-width: 768px) {
      .board-directors-section-list-item {
        width: 50%; } }
    .board-directors-section-list-item .name {
      font-family: 'wwfwebfont';
      font-size: 32px;
      font-size: 2rem;
      letter-spacing: 1px;
      line-height: 1;
      color: #151515; }
    .board-directors-section-list-item .rte {
      padding-top: 17px; }
      .board-directors-section-list-item .rte p {
        margin-bottom: 20px; }
    .board-directors-section-list-item.full-width {
      width: 100%;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .board-directors-section-list-item.full-width {
          font-size: 20px;
          font-size: 1.25rem; } }
      .board-directors-section-list-item.full-width .name {
        font-size: 38px;
        font-size: 2.375rem;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          .board-directors-section-list-item.full-width .name {
            font-size: 48px;
            font-size: 3rem; } }
      .board-directors-section-list-item.full-width .rte {
        padding-top: 17px; }

.lgc-column.lgc-first .inside-grid-column {
  padding-left: 0; }

.lgc-column.lgc-last .inside-grid-column {
  padding-right: 0; }

.lgc-column .inside-grid-column p:empty {
  display: none; }

.lgc-column .inside-grid-column p:last-child {
  margin-bottom: 0; }

.search-template .search-header {
  padding: 60px 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    .search-template .search-header {
      text-align: left;
      padding: 80px 0; } }
  .search-template .search-header .title {
    font-family: 'wwfwebfont';
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.07;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .search-template .search-header .title {
        font-size: 60px;
        font-size: 3.75rem;
        margin-bottom: 20px; } }
  .search-template .search-header .post-count {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .search-template .search-header .post-count {
        font-size: 20px;
        font-size: 1.25rem; } }
  .search-template .search-header .filters-search {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0 25px 0 10px;
    border: 1px solid #999999;
    border-radius: 50px;
    position: relative; }
    @media (min-width: 768px) {
      .search-template .search-header .filters-search {
        height: 60px; } }
    .search-template .search-header .filters-search svg {
      position: absolute;
      right: 15px;
      top: 13px; }
      @media (min-width: 768px) {
        .search-template .search-header .filters-search svg {
          width: 22px;
          height: 24px;
          right: 26px;
          top: 18px; } }
    .search-template .search-header .filters-search input {
      width: 100%;
      height: 40px;
      outline: none;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 3px;
      border: none;
      background: none; }
      @media (min-width: 768px) {
        .search-template .search-header .filters-search input {
          height: 60px;
          font-size: 20px;
          font-size: 1.25rem; } }
  @media (min-width: 768px) {
    .search-template .search-header .l-wrap {
      display: flex;
      justify-content: space-between; }
      .search-template .search-header .l-wrap .right {
        max-width: 545px;
        width: 50%; } }

.search-template .search-mobile-toggle {
  width: 100%; }
  @media (min-width: 768px) {
    .search-template .search-mobile-toggle {
      display: none; } }

.search-template .search-subnav {
  background: #000000;
  color: #fff;
  font-family: 'wwfwebfont';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 31px 0 20px;
  margin-bottom: 58px;
  display: none; }
  @media (min-width: 991px) {
    .search-template .search-subnav {
      font-size: 20px;
      font-size: 1.25rem;
      display: block; } }
  @media (max-width: 767px) {
    .search-template .search-subnav {
      background: #151515;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
      z-index: 9999;
      overflow: auto;
      font-family: "Open Sans";
      text-transform: none; }
      .search-template .search-subnav.active {
        display: block; } }
  .search-template .search-subnav .title {
    font-family: 'wwfwebfont';
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1;
    letter-spacing: 1px;
    border-bottom: 1px solid #3D3D3D;
    margin: 0 0 20px;
    padding: 0 20px 20px; }
  .search-template .search-subnav .close-filter-btn {
    position: absolute;
    top: 30px;
    right: 60px;
    color: #fff;
    border: none;
    padding: 0;
    background: transparent; }
    @media (max-width: 767px) {
      .search-template .search-subnav .close-filter-btn {
        top: 27px;
        right: 30px; } }
  .search-template .search-subnav a {
    color: #fff;
    margin-right: 15px;
    display: inline-flex;
    align-items: center; }
    @media (max-width: 767px) {
      .search-template .search-subnav a {
        display: flex;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 7px; } }
    @media (min-width: 991px) {
      .search-template .search-subnav a {
        margin-right: 40px; } }
    .search-template .search-subnav a:hover {
      text-decoration: none;
      color: #F5D200; }
    .search-template .search-subnav a span {
      background: #005A70;
      border-radius: 14.5px;
      font-weight: 600;
      font-family: "Open Sans";
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1;
      color: #fff;
      padding: 5px 7px;
      min-width: 24px;
      display: flex;
      margin-left: 10px;
      letter-spacing: 0;
      text-align: center; }
      @media (max-width: 767px) {
        .search-template .search-subnav a span {
          font-size: 12px;
          font-size: 0.75rem; } }
    .search-template .search-subnav a.disabled {
      color: #999999;
      pointer-events: none; }
      .search-template .search-subnav a.disabled span {
        background: #999999; }
    .search-template .search-subnav a.active {
      color: #F5D200; }

.search-template .search-posts-list {
  border-bottom: 1px solid #999999; }
  .search-template .search-posts-list .hentry {
    padding: 27px 0 0;
    max-width: 1100px;
    margin: 0 auto;
    border: none; }
    .search-template .search-posts-list .hentry .post-thumbnail {
      margin-bottom: 10px;
      border: 1px solid #D8D8D8;
      border-radius: 4px;
      overflow: hidden;
      text-align: center; }
      .search-template .search-posts-list .hentry .post-thumbnail img {
        height: 100%; }
        .search-template .search-posts-list .hentry .post-thumbnail img:not(.default) {
          width: 100%;
          object-fit: cover; }
    .search-template .search-posts-list .hentry .post-content-holder {
      flex: 1;
      border-bottom: 1px solid #B0BEC5;
      padding-bottom: 30px; }
    .search-template .search-posts-list .hentry .post-content-title {
      font-family: 'wwfwebfont';
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.1;
      margin-bottom: 10px; }
      .search-template .search-posts-list .hentry .post-content-title a {
        color: #005A70; }
        .search-template .search-posts-list .hentry .post-content-title a:hover {
          color: #005A70; }
    .search-template .search-posts-list .hentry .post-content-meta {
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 10px; }
    .search-template .search-posts-list .hentry .post-content-entry p {
      margin: 0; }
    .search-template .search-posts-list .hentry .post-content-entry a {
      text-decoration: underline; }
      .search-template .search-posts-list .hentry .post-content-entry a:hover {
        text-decoration: none; }
    .search-template .search-posts-list .hentry:last-of-type .post-content-holder {
      border-bottom: none; }
    @media (min-width: 768px) {
      .search-template .search-posts-list .hentry {
        display: flex;
        padding-top: 22px; }
        .search-template .search-posts-list .hentry .post-thumbnail {
          width: 197px;
          min-width: 197px;
          max-width: 197px;
          height: 120px;
          margin-top: 8px;
          margin-right: 20px;
          margin-bottom: 0; }
        .search-template .search-posts-list .hentry .post-content-holder:not(.has-thumbnail) {
          margin-left: 217px; }
        .search-template .search-posts-list .hentry .post-content-title {
          margin-bottom: 20px; }
        .search-template .search-posts-list .hentry .post-content-meta {
          margin-bottom: 20px; } }

.search-template .pagination {
  padding-top: 50px;
  padding-bottom: 20px;
  justify-content: center;
  font-family: 'wwfwebfont';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
  .search-template .pagination .nav-links {
    display: flex; }
    .search-template .pagination .nav-links a, .search-template .pagination .nav-links span {
      margin: 0 10px;
      color: #3D3D3D; }
    .search-template .pagination .nav-links .current {
      color: #005A70; }
    .search-template .pagination .nav-links svg {
      width: 10px; }

.search-template .not-found {
  margin-bottom: 20px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .search-template .not-found {
      top: 0; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
     */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #131415 !important;
    font-size: 44px !important;
    margin: 0;
    padding: 4px 7px !important;
    background: rgba(255, 255, 255, 0.4);
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 2px solid #131415 !important; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: rgba(255, 255, 255, 0.4);
      color: #131415;
      text-decoration: none; }
    .owl-theme .owl-nav [class*='owl-']:focus {
      outline: none; }
    .owl-theme .owl-nav [class*='owl-'] span {
      position: relative;
      top: -9px; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: transparent;
      border: 1px solid rgba(21, 21, 21, 0.7);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: rgba(21, 21, 21, 0.7); }

.wwf-donate-section {
  position: relative;
  padding: 60px 0 60px; }
  @media (min-width: 768px) {
    .wwf-donate-section {
      padding-top: 90px; } }
  .wwf-donate-section .image-caption {
    top: auto;
    right: auto;
    left: 9%;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    position: absolute; }
    .wwf-donate-section .image-caption.light {
      background: rgba(255, 255, 255, 0.7);
      color: #151515;
      text-shadow: none; }
  .wwf-donate-section .text-box {
    max-width: 522px; }
  .wwf-donate-section .section-title, .wwf-donate-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donate-section .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .wwf-donate-section .section-title, .wwf-donate-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donate-section .gform_title {
        font-size: 46px;
        font-size: 2.875rem; } }
    .wwf-donate-section .section-title a, .wwf-donate-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donate-section .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-donate-section .section-title a:hover, .wwf-donate-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donate-section .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
    @media (max-width: 767px) {
      .wwf-donate-section .section-title, .wwf-donate-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donate-section .gform_title {
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
        .wwf-donate-section .section-title:before, .wwf-donate-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title:before, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-donate-section .gform_title:before {
          content: '';
          background: #F5D200;
          height: 2px;
          width: 81vw;
          display: block;
          margin-left: -20px;
          margin-bottom: 10px; } }
  .wwf-donate-section .rte {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 23px; }
  .wwf-donate-section .box-bg {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 30px 18px 50px;
    backdrop-filter: blur(10px); }
    @media (min-width: 768px) {
      .wwf-donate-section .box-bg {
        padding: 30px 40px 50px; } }
  .wwf-donate-section .donate-form input[type=radio] {
    opacity: 0;
    position: absolute; }
    .wwf-donate-section .donate-form input[type=radio]:checked + label {
      background: #005A70;
      border-color: #005A70;
      color: #fff; }
  .wwf-donate-section .donate-form label {
    background: #D8D8D8;
    border: 2px solid #3D3D3D;
    border-radius: 8px;
    padding: 5px 5px 7px;
    height: 40px;
    margin-bottom: 20px;
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #3D3D3D; }
  .wwf-donate-section .donate-form .select-times,
  .wwf-donate-section .donate-form .amount {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -7px; }
    .wwf-donate-section .donate-form .select-times.is-active,
    .wwf-donate-section .donate-form .amount.is-active {
      display: flex; }
    @media (min-width: 768px) {
      .wwf-donate-section .donate-form .select-times,
      .wwf-donate-section .donate-form .amount {
        margin: 0 -10px; } }
    .wwf-donate-section .donate-form .select-times > div,
    .wwf-donate-section .donate-form .amount > div {
      width: calc(50% - 14px);
      margin: 0 7px; }
      @media (min-width: 768px) {
        .wwf-donate-section .donate-form .select-times > div,
        .wwf-donate-section .donate-form .amount > div {
          width: calc(50% - 20px);
          margin: 0 10px; } }
    .wwf-donate-section .donate-form .select-times .wwf-action-btn, .wwf-donate-section .donate-form .select-times .sc-section .form-holder button, .sc-section .form-holder .wwf-donate-section .donate-form .select-times button,
    .wwf-donate-section .donate-form .amount .wwf-action-btn,
    .wwf-donate-section .donate-form .amount .sc-section .form-holder button,
    .sc-section .form-holder .wwf-donate-section .donate-form .amount button {
      display: block;
      width: 100%; }
    .wwf-donate-section .donate-form .select-times input[type=text],
    .wwf-donate-section .donate-form .amount input[type=text] {
      background: #FFFFFF;
      border: 1px solid #3D3D3D;
      box-sizing: border-box;
      border-radius: 8px;
      width: 100%;
      height: 40px;
      text-align: center;
      padding: 5px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      color: #3D3D3D; }
      @media (max-width: 767px) {
        .wwf-donate-section .donate-form .select-times input[type=text],
        .wwf-donate-section .donate-form .amount input[type=text] {
          margin-bottom: 20px; } }
      .wwf-donate-section .donate-form .select-times input[type=text]::placeholder,
      .wwf-donate-section .donate-form .amount input[type=text]::placeholder {
        text-align: center;
        opacity: 1;
        color: #3D3D3D; }
  .wwf-donate-section .donate-form .select-times {
    display: flex;
    margin-bottom: 20px; }
    .wwf-donate-section .donate-form .select-times:after {
      content: '';
      width: calc(100% - 14px);
      background: #999999;
      height: 1px;
      margin: 0 7px; }
      @media (min-width: 768px) {
        .wwf-donate-section .donate-form .select-times:after {
          width: calc(100% - 20px);
          margin: 0 10px; } }

.wwf-table-box {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .wwf-table-box {
      padding: 74px 0; } }
  .wwf-table-box.pattern_dark {
    background: url("../assets/images/bg-fs.jpg") #005A70; }
    .wwf-table-box.pattern_dark .section-title, .wwf-table-box.pattern_dark .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-table-box.pattern_dark .gform_title {
      color: #fff; }
  .wwf-table-box.pattern_light {
    background: url("../assets/images/bg-fs-white.jpg"); }
  .wwf-table-box .section-title, .wwf-table-box .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-table-box .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .wwf-table-box .section-title, .wwf-table-box .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-table-box .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .wwf-table-box .section-title a, .wwf-table-box .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-table-box .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .wwf-table-box .section-title a:hover, .wwf-table-box .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-table-box .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .wwf-table-box .rte {
    max-width: 1064px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    padding-bottom: 32px; }
    .wwf-table-box .rte p, .wwf-table-box .rte ol, .wwf-table-box .rte ul {
      margin-bottom: 20px; }
  .wwf-table-box .price-table {
    display: flex;
    align-items: flex-end;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 80px; }
    .wwf-table-box .price-table .row-name-list {
      background: #fff;
      border-radius: 8px 0 0 8px;
      flex: 1;
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1; }
      @media (min-width: 1024px) {
        .wwf-table-box .price-table .row-name-list {
          font-size: 20px;
          font-size: 1.25rem; } }
      .wwf-table-box .price-table .row-name-list .row-name {
        margin: 0 20px;
        border-bottom: 1px solid #D8D8D8;
        text-align: right;
        padding: 10px;
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: flex-end; }
      .wwf-table-box .price-table .row-name-list .tfoot {
        color: #005A70;
        text-align: right;
        margin: 0 20px;
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: flex-end; }
    .wwf-table-box .price-table .column1, .wwf-table-box .price-table .column2 {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      background: #FFFFFF;
      border-radius: 8px;
      width: 32.27%; }
      .wwf-table-box .price-table .column1 .thead, .wwf-table-box .price-table .column2 .thead {
        background: #005A70;
        border-radius: 8px 8px 0 0;
        color: #fff;
        font-family: 'wwfwebfont';
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 110%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        height: 80px;
        margin-top: -80px; }
        @media (min-width: 1024px) {
          .wwf-table-box .price-table .column1 .thead, .wwf-table-box .price-table .column2 .thead {
            font-size: 32px;
            font-size: 2rem; } }
      .wwf-table-box .price-table .column1 .row-name, .wwf-table-box .price-table .column2 .row-name {
        text-align: center;
        padding: 10px;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px;
        border-bottom: 1px solid #D8D8D8;
        height: 80px; }
      .wwf-table-box .price-table .column1 .tfoot, .wwf-table-box .price-table .column2 .tfoot {
        color: #005A70;
        line-height: 1;
        text-align: center;
        padding: 10px;
        margin: 0 20px;
        font-weight: bold;
        font-size: 20px;
        font-size: 1.25rem;
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: center; }
    .wwf-table-box .price-table .column2 {
      margin-left: 20px; }
  .wwf-table-box .price-table-m {
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px; }
    .wwf-table-box .price-table-m .thead {
      background: #005A70;
      border-radius: 8px 8px 0 0;
      color: #fff;
      font-family: 'wwfwebfont';
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1;
      display: flex; }
      .wwf-table-box .price-table-m .thead .col {
        width: 50%;
        text-align: center;
        margin: 20px 0;
        padding: 0 20px; }
        .wwf-table-box .price-table-m .thead .col + .col {
          border-left: 1px solid #fff; }
    .wwf-table-box .price-table-m .row-name {
      display: flex;
      flex-wrap: wrap;
      padding: 20px 0 12px;
      border-bottom: 1px solid #D8D8D8; }
      .wwf-table-box .price-table-m .row-name .title {
        min-width: 100%;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 13px; }
      .wwf-table-box .price-table-m .row-name .col {
        width: 50%;
        text-align: center;
        padding: 0 20px;
        font-size: 20px;
        font-size: 1.25rem; }
        .wwf-table-box .price-table-m .row-name .col + .col {
          border-left: 1px solid #D8D8D8; }
    .wwf-table-box .price-table-m .tfoot {
      display: flex;
      flex-wrap: wrap;
      padding: 20px 0 32px;
      color: #005A70; }
      .wwf-table-box .price-table-m .tfoot .title {
        min-width: 100%;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 13px; }
      .wwf-table-box .price-table-m .tfoot .col {
        width: 50%;
        text-align: center;
        padding: 0 20px;
        font-weight: bold;
        font-size: 20px;
        font-size: 1.25rem; }
        .wwf-table-box .price-table-m .tfoot .col + .col {
          border-left: 1px solid #D8D8D8; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }

/**/
.wwf-microsite-section:last-child .border-bm {
  border-bottom: none; }

.wwf-microsite-section .border-bm {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 50px;
  padding-bottom: 35px; }

.wwf-microsite-section figure {
  margin: 0; }

.wwf-microsite-section .section-title, .wwf-microsite-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-microsite-section .gform_title {
  font-family: 'wwfwebfont';
  font-weight: normal;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  color: #151515;
  margin: 0 0 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .wwf-microsite-section .section-title, .wwf-microsite-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-microsite-section .gform_title {
      font-size: 38px;
      font-size: 2.375rem; } }
  .wwf-microsite-section .section-title a, .wwf-microsite-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-microsite-section .gform_title a {
    color: #151515;
    display: inline-block;
    transition: all 0.3s; }
    .wwf-microsite-section .section-title a:hover, .wwf-microsite-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .wwf-microsite-section .gform_title a:hover {
      color: #005A70;
      text-decoration: none; }

.wwf-microsite-section .content-box {
  padding: 5px 0 0; }
  .wwf-microsite-section .content-box .image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px; }
    .wwf-microsite-section .content-box .image img {
      height: 376px;
      width: 100%;
      object-fit: cover; }
  .wwf-microsite-section .content-box .text {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem; }
    .wwf-microsite-section .content-box .text p, .wwf-microsite-section .content-box .text ol, .wwf-microsite-section .content-box .text ul {
      margin-bottom: 15px; }
    .wwf-microsite-section .content-box .text ul li {
      display: flex; }
      .wwf-microsite-section .content-box .text ul li:before {
        content: '';
        width: 8px;
        min-width: 8px;
        height: 8px;
        background: #005A70;
        margin-right: 5px;
        margin-top: 6px;
        display: inline-flex;
        border-radius: 50%; }
  @media (min-width: 768px) {
    .wwf-microsite-section .content-box {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .wwf-microsite-section .content-box .image {
        width: 50.78%;
        margin-bottom: 0; }
      .wwf-microsite-section .content-box .text {
        width: 45.94%; } }

@media (min-width: 768px) {
  .wwf-microsite-section .counter-list {
    display: flex;
    margin: 0 -31px; } }

.wwf-microsite-section .counter-list li {
  margin: 25px 0;
  background: #FFFFFF;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: 'wwfwebfont';
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  padding: 25px; }
  @media (min-width: 768px) {
    .wwf-microsite-section .counter-list li {
      flex: 1;
      margin: 25px 31px; } }
  .wwf-microsite-section .counter-list li img {
    display: inline-flex; }
  .wwf-microsite-section .counter-list li > div {
    width: 70%;
    text-align: center; }
  .wwf-microsite-section .counter-list li .icon {
    width: 30%;
    text-align: center; }
  @media (min-width: 468px) {
    .wwf-microsite-section .counter-list li > div {
      width: 50%; }
    .wwf-microsite-section .counter-list li .icon {
      width: 50%; } }
  .wwf-microsite-section .counter-list li .count {
    font-family: 'wwfwebfont';
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.07;
    color: #151515;
    margin-bottom: 14px; }
    .wwf-microsite-section .counter-list li .count:after {
      content: '';
      display: block;
      width: 37px;
      height: 6px;
      border-radius: 24px;
      margin: 10px auto 0; }
  .wwf-microsite-section .counter-list li.color-pink .count:after {
    background: #DA1D54; }
  .wwf-microsite-section .counter-list li.color-violet .count:after {
    background: #9A0064; }
  .wwf-microsite-section .counter-list li.color-green .count:after {
    background: #007932; }
  .wwf-microsite-section .counter-list li.color-blue .count:after {
    background: #005A70; }

/** overwrite general section by page template **/
@media (max-width: 767px) {
  .page-template-about-template .promo-section {
    min-height: 746px; } }

.page-template-about-template .wwd-section {
  padding-bottom: 20px; }
  .page-template-about-template .wwd-section .share-box {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .page-template-about-template .wwd-section .share-box {
        margin-bottom: 10px; } }

/*** custom page styles by page id ***/
@media (max-width: 767px) {
  .page-id-31195 .wwf-related-section .wwf-related-section-list .list--item,
  .page-id-36 .wwf-related-section .wwf-related-section-list .list--item {
    margin: 0 0 20px;
    max-width: 100%; } }

@media (max-width: 767px) {
  .page-id-81 .wwf-text-box .text ul {
    max-width: 100%; } }

/** biopolis-projects **/
.biopolis-map-section {
  width: 100%;
  /* fixes potential theme css conflict */ }
  .biopolis-map-section .section-title, .biopolis-map-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .biopolis-map-section .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .biopolis-map-section .section-title, .biopolis-map-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .biopolis-map-section .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .biopolis-map-section .section-title a, .biopolis-map-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .biopolis-map-section .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .biopolis-map-section .section-title a:hover, .biopolis-map-section .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .biopolis-map-section .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .biopolis-map-section .contacts ol {
    text-align: left; }
    .biopolis-map-section .contacts ol li {
      list-style-type: decimal;
      margin: 0 0 20px; }
      .biopolis-map-section .contacts ol li a {
        font-size: 16px;
        line-height: 150%;
        color: #3D3D3D; }
  .biopolis-map-section .head-office {
    padding: 0; }
    .biopolis-map-section .head-office:after {
      display: none; }
    .biopolis-map-section .head-office .acf-map {
      width: 100%;
      height: 650px;
      position: static; }
      @media (min-width: 768px) {
        .biopolis-map-section .head-office .acf-map {
          top: 0;
          bottom: 0;
          height: 650px; } }
  .biopolis-map-section .acf-map img {
    max-width: inherit !important; }
  .biopolis-map-section .info-box {
    position: absolute;
    top: 0; }
  .biopolis-map-section .l-wrap {
    position: static !important; }

.biopolis-projects-info {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto 40px; }
  .biopolis-projects-info .section-title, .biopolis-projects-info .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .biopolis-projects-info .gform_title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .biopolis-projects-info .section-title, .biopolis-projects-info .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .biopolis-projects-info .gform_title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .biopolis-projects-info .section-title a, .biopolis-projects-info .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .biopolis-projects-info .gform_title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .biopolis-projects-info .section-title a:hover, .biopolis-projects-info .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .gform_title a:hover, .wwf-content-section-accredetation.mod-submit-form .gform_wrapper .gform_heading .biopolis-projects-info .gform_title a:hover {
        color: #005A70;
        text-decoration: none; }
  .biopolis-projects-info--content {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.5;
    color: #3D3D3D; }
    .biopolis-projects-info--content p {
      margin-bottom: 14px; }
    @media (max-width: 767px) {
      .biopolis-projects-info--content {
        padding: 0; } }

.biopolis-single-project--documents {
  margin: 20px 0; }
  .biopolis-single-project--documents-title {
    font-family: 'wwfwebfont';
    font-weight: normal;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #151515;
    margin: 0 0 30px;
    text-align: left; }
    @media (max-width: 767px) {
      .biopolis-single-project--documents-title {
        font-size: 38px;
        font-size: 2.375rem; } }
    .biopolis-single-project--documents-title a {
      color: #151515;
      display: inline-block;
      transition: all 0.3s; }
      .biopolis-single-project--documents-title a:hover {
        color: #005A70;
        text-decoration: none; }

.biopolis-single-project-main .type-leaders.mod-biopolis {
  border: none;
  margin: 0 0 40px; }
  .biopolis-single-project-main .type-leaders.mod-biopolis figure {
    border: none;
    margin: 0 0 40px; }
  .biopolis-single-project-main .type-leaders.mod-biopolis .biopolis-single-project--logo {
    width: 100%;
    height: auto; }

.biopolis-single-project-main .type-experts__aside .fact-box ul li {
  margin: 0; }

.biopolis-single-project-main .biopolis-project-gallery {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  margin: 0 -5px; }
  .biopolis-single-project-main .biopolis-project-gallery li {
    width: 50%;
    padding: 5px; }
    @media (min-width: 768px) {
      .biopolis-single-project-main .biopolis-project-gallery li {
        width: 33.33%; } }
    @media (min-width: 990px) {
      .biopolis-single-project-main .biopolis-project-gallery li {
        width: 25%; } }
    @media (min-width: 1440px) {
      .biopolis-single-project-main .biopolis-project-gallery li {
        width: 20%; } }

.biopolis-single-project-main .embed-responsive {
  max-width: 1092px;
  margin: 0 auto 20px; }

.biopolis-single-project-main .rte {
  font-size: 18px;
  font-size: 1.125rem; }

.biopolis-single-project-gallery .title {
  font-family: 'wwfwebfont';
  font-weight: normal;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center; }

.biopolis-single-project--contact-list {
  text-align: center; }

.biopolis-single-project--social-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .biopolis-single-project--social-list li {
    margin: 0 10px !important; }
    .biopolis-single-project--social-list li a {
      font-size: 28px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-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-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

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

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

.mfp-loading.mfp-figure {
  display: 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-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

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

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;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

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

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

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

.mfp-image-holder .mfp-close,
.mfp-iframe-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-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

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

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

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium 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-iframe-holder .mfp-close {
  top: -40px; }

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

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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; }

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .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-bottom-bar:empty {
    padding: 0; }
  .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; } }

.section-tiger-quiz {
  background: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .section-tiger-quiz {
      min-height: 900px; } }
  .section-tiger-quiz .overlay {
    background: #000 url(../assets/images/tiger_quiz_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 1;
    overflow: hidden; }
    .section-tiger-quiz .overlay.darker {
      background-image: url("../assets/images/tiger_quiz_bg_result.jpg");
      background-position: center top; }
  .section-tiger-quiz #intro {
    transition: all 2.8s, opacity 0.22s;
    width: 100%;
    max-width: 1240px;
    padding: 26px 20px 60px;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    @media (min-width: 768px) {
      .section-tiger-quiz #intro {
        padding-top: 150px;
        padding-bottom: 150px; } }
    .section-tiger-quiz #intro em {
      line-height: 1.39;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #F07D00;
      display: block;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (max-width: 767px) {
        .section-tiger-quiz #intro em {
          text-align: center; } }
    .section-tiger-quiz #intro h1 {
      font-family: 'wwfwebfont';
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 1.17;
      text-transform: uppercase;
      color: #FFFFFF;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      max-width: 707px;
      position: relative;
      margin-bottom: 60px;
      text-align: center; }
      @media (min-width: 768px) {
        .section-tiger-quiz #intro h1 {
          padding-left: 32px;
          text-align: left;
          font-size: 80px;
          font-size: 5rem; }
          .section-tiger-quiz #intro h1:before {
            content: '';
            position: absolute;
            top: 22px;
            bottom: 7px;
            left: 0;
            width: 2px;
            background: #F07D00; } }
      .section-tiger-quiz #intro h1 strong {
        font-weight: normal;
        color: #F07D00; }
    .section-tiger-quiz #intro .form {
      font-size: 20px;
      font-size: 1.25rem; }
      .section-tiger-quiz #intro .form p {
        margin-bottom: 20px; }
      .section-tiger-quiz #intro .form .input {
        background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 58px, rgba(255, 255, 255, 0.5) 58px, rgba(255, 255, 255, 0) 59px);
        border: 1px solid #F5D200;
        margin-right: 10px;
        margin-bottom: 20px;
        display: inline-block;
        width: 236px;
        height: 60px;
        vertical-align: top; }
      .section-tiger-quiz #intro .form input {
        background: transparent;
        border: none;
        text-align: left;
        width: 280px;
        height: 60px;
        color: #fff;
        font-family: 'wwfwebfont';
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.2;
        outline: none;
        margin-right: -44px;
        margin-top: -3px;
        padding-left: 22px;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        letter-spacing: 44px; }
      .section-tiger-quiz #intro .form [class*="-btn"] {
        width: 140px;
        height: 60px;
        padding: 12px 10px 18px;
        font-size: 30px;
        font-size: 1.875rem;
        justify-content: center; }
      @media (max-width: 767px) {
        .section-tiger-quiz #intro .form {
          text-align: center; } }
    .section-tiger-quiz #intro.hidethis {
      top: 100%;
      opacity: 0;
      position: fixed; }
    .section-tiger-quiz #intro span.error {
      font-size: 16px;
      font-size: 1rem;
      padding: 0.7em 0;
      font-style: italic;
      font-weight: 700;
      line-height: 22px;
      display: none; }
      @media (min-width: 1px) and (max-width: 480px) {
        .section-tiger-quiz #intro span.error {
          padding-bottom: 1.5em;
          position: relative;
          top: -10px;
          padding-left: 4%;
          padding-right: 4%;
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 20px; } }
  .section-tiger-quiz #results {
    width: 100%;
    max-width: 1256px;
    padding: 40px 20px 80px;
    margin: 0 auto;
    position: fixed;
    top: 100%;
    opacity: 0;
    z-index: 2;
    transition: transform 0.5s, opacity 0s; }
    @media (min-width: 768px) {
      .section-tiger-quiz #results {
        padding-top: 81px;
        padding-bottom: 91px; } }
    .section-tiger-quiz #results.active {
      opacity: 1;
      transform: translate(0, 0%);
      z-index: 2;
      position: relative;
      top: 0; }
    .section-tiger-quiz #results .infographic {
      position: relative;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      font-family: "Open Sans";
      color: #fff;
      margin-bottom: 46px;
      padding-left: 32px; }
      @media (min-width: 768px) {
        .section-tiger-quiz #results .infographic {
          display: flex;
          justify-content: center;
          text-align: center;
          padding-left: 0; } }
      .section-tiger-quiz #results .infographic:before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        height: 4px;
        top: 163px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 51.04%, rgba(255, 255, 255, 0) 100%); }
        @media (max-width: 767px) {
          .section-tiger-quiz #results .infographic:before {
            right: auto;
            width: 4px;
            height: 100%;
            top: 0;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 51.04%, rgba(255, 255, 255, 0) 100%); } }
      .section-tiger-quiz #results .infographic .separate {
        margin: 83px -67px 0;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        align-self: flex-start; }
      .section-tiger-quiz #results .infographic .try-again {
        margin: 105px -41px 0;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        z-index: 999;
        align-self: flex-start; }
      @media (min-width: 768px) {
        .section-tiger-quiz #results .infographic #past,
        .section-tiger-quiz #results .infographic #today {
          max-width: 440px;
          width: calc(50% - 15px); } }
      .section-tiger-quiz #results .infographic #past {
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .section-tiger-quiz #results .infographic #past {
            margin-right: 15px;
            margin-bottom: 40px; } }
      @media (min-width: 768px) {
        .section-tiger-quiz #results .infographic #today {
          margin-left: 15px; } }
      .section-tiger-quiz #results .infographic #today .tigers-list:before {
        background: #DA1D52; }
      .section-tiger-quiz #results .infographic #tigers-then,
      .section-tiger-quiz #results .infographic #tigers-now {
        font-family: 'wwfwebfont';
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 1.17;
        text-transform: uppercase;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .section-tiger-quiz #results .infographic #tigers-then,
          .section-tiger-quiz #results .infographic #tigers-now {
            margin-bottom: 52px;
            text-align: center;
            font-size: 80px;
            font-size: 5rem; } }
      .section-tiger-quiz #results .infographic #tigers-then {
        color: #F07D00; }
      .section-tiger-quiz #results .infographic #tigers-now {
        color: #DA1D52; }
      .section-tiger-quiz #results .infographic .tigers-list {
        position: relative; }
        .section-tiger-quiz #results .infographic .tigers-list:before {
          content: '';
          width: 14px;
          height: 14px;
          display: block;
          border-radius: 50%;
          background: #F07D00;
          margin: -35px auto 35px; }
          @media (max-width: 767px) {
            .section-tiger-quiz #results .infographic .tigers-list:before {
              position: absolute;
              top: -53px;
              margin: 0;
              left: -37px; } }
      .section-tiger-quiz #results .infographic .tigers {
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #D8D8D8;
        backdrop-filter: blur(10px);
        padding: 17px 3px 0 17px;
        border-radius: 9px;
        display: flex;
        flex-wrap: wrap; }
        @media (min-width: 768px) {
          .section-tiger-quiz #results .infographic .tigers {
            padding: 27px 23px 0 30px; } }
        .section-tiger-quiz #results .infographic .tigers:after, .section-tiger-quiz #results .infographic .tigers:before {
          bottom: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .section-tiger-quiz #results .infographic .tigers:after {
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: rgba(255, 255, 255, 0.2);
          border-width: 10px 20px;
          margin-left: -20px; }
        .section-tiger-quiz #results .infographic .tigers:before {
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #ffffff;
          border-width: 11px 21px;
          margin-left: -21px; }
        .section-tiger-quiz #results .infographic .tigers img {
          width: 20px;
          height: auto;
          margin: 0 7px 20px 0; }
          @media (min-width: 768px) {
            .section-tiger-quiz #results .infographic .tigers img {
              width: 30px;
              margin-bottom: 30px; } }
      .section-tiger-quiz #results .infographic p {
        margin: 0;
        padding: 0;
        max-width: 260px; }
        @media (min-width: 768px) {
          .section-tiger-quiz #results .infographic p {
            margin: 0 auto; } }
        .section-tiger-quiz #results .infographic p strong {
          color: #F5D200; }
  .section-tiger-quiz .act {
    max-width: 994px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 150%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center; }
    @media (min-width: 768px) {
      .section-tiger-quiz .act {
        padding-bottom: 18px; } }
    .section-tiger-quiz .act p {
      margin: 0 0 20px; }
  .section-tiger-quiz .give {
    text-align: center;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .section-tiger-quiz .give {
        margin-bottom: 38px; } }
  .section-tiger-quiz .share {
    text-align: center; }
    .section-tiger-quiz .share em {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.39;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #F07D00;
      font-style: normal; }
    .section-tiger-quiz .share .share-b {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.38;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .section-tiger-quiz .share a {
      display: inline-block;
      margin: 0 5px;
      width: 36px;
      height: 36px;
      background: url(../assets/images/facebook.png) no-repeat;
      background-size: 36px 36px;
      text-indent: -5000px;
      overflow: hidden; }
      .section-tiger-quiz .share a.twitter {
        background-image: url(../assets/images/twitter.png); }
      .section-tiger-quiz .share a.whatsapp {
        background-image: url(../assets/images/whatsapp.png); }
  .section-tiger-quiz .source {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #D8D8D8;
    text-align: center;
    margin-top: 60px; }
    @media (min-width: 768px) {
      .section-tiger-quiz .source {
        float: right;
        text-align: right;
        margin-top: -25px; } }
    .section-tiger-quiz .source a {
      color: #D8D8D8; }
      .section-tiger-quiz .source a:hover {
        text-decoration: underline; }

.postid-41654 .donate-section,
.postid-41654 .sc-section,
.postid-41654 .btn-scroll-top,
.postid-41652 .donate-section,
.postid-41652 .sc-section,
.postid-41652 .btn-scroll-top {
  display: none; }

.wwf-bioneers-section .bioneers-project-list.fr li:first-child:before {
  content: "Projets:"; }

.wwf-bioneers-section .bioneers-project-list li:first-child:before {
  content: "Projects:";
  display: block;
  width: 100%;
  font-weight: bold; }

.wwf-bioneers-section .expert-list-hover .list--item-subtitle,
.wwf-bioneers-section .expert-list-hover .list--item-title {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto; }

.page-id-210 .wwf-text-box + .wwf-content-section-2col,
.page-id-31188 .wwf-text-box + .wwf-content-section-2col {
  padding-top: 30px; }

/*** Visited Links ***/
/*
.post-content-entry a:link {
    color:#000;
    background:#FFF url('../img/linethrough.png') repeat-x top left;
}

.wwf-content-section-doing .post-content-entry a:visited {
    color: #F5D200!important;
}
*/

/*
.wwf-content-section-doing .post-content-entry p a:visited {
    color: #D6B3D6!important;
}

.post-content-entry a:visited, 
.modal a:visited, 
.rte a:visited,
.management-list li .info a:visited,
.box-content a:visited {
    color: #773C77!important;
}
*/

/************************************
Popup Newsletter Form - NEW July 2021 
************************************/

.popup-newsletter-div {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    display: none;
}

.popup-newsletter {
    padding: 40px;
    background-color: rgba(0,0,0,0.85);
    position: relative;
    box-shadow: -8px -8px 18px 2px rgb(0 0 0 / 26%);
}

@media (max-width: 550px) {
    .popup-newsletter {
        max-width: 85%;
        margin: 0 0 0 auto;
        padding: 20px;
    }
}

.popup-newsletter--close {
    padding: 4px 8px 8px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-color: #F5D200;
    position: absolute;
    top: 0;
    left: -50px;
    box-shadow: 8px 8px 18px 2px rgba(0,0,0,0.26);
    cursor: pointer;
}

@media (max-width: 550px) {
    .popup-newsletter--close {
        height: 26px;
        width: 26px;
        padding: 2px 8px 4px;
        left: -30px;
    }
}

.popup-newsletter--close:hover {
    background-color: #F07D00;
}

.popup-newsletter form td {
    padding-bottom: 10px;
}

.popup-newsletter form label {
    font-weight: 700;
    padding-right: 10px;
    color: #fff;
}

.popup-newsletter form table table {
    width: 100%;
}


.popup-newsletter form input[type=submit] {
    align-items: center;
    background: #F5D200;
    border: none;
    border-radius: 8px;
    color: #000000;
    display: inline-flex;
    font-family: 'wwfwebfont';
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    line-height: 1.1;
    padding: 8px 13px 11px 15px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
}

.popup-newsletter form input[type=submit]:hover {
    background-color: #F07D00;
}

.popup-newsletter form input[type=email] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 38px;
    color: #fff;
    padding-left: 12px;
    width: 100%;
}

.popup-newsletter form .appArea svg.continue-survey-svg {
    height: 34px;
    padding: 0 0 10px 10px;
}

.popup-newsletter label.survey_1162-title {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
    max-width: 380px;
}

.popup-newsletter p.survey_1162-desc {
    color: #fff;
    font-size: 1.02rem;
    margin-bottom: 18px;
    max-width: 380px;
}

/*** Regnerate Canada Widget Newsletter ***/
.regcad.withphoto {
    position: fixed;
    z-index: 9999;
    bottom: 5%;
    right: 0;
    max-width: 404px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.34); 
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.34);
    display: none;
}

/** Regenerate Canada - Slide out animation **/
@keyframes slideOut {
    0%   {margin-right: -404px;}
    100%  {margin-right: 0px;}
}

.animate.regcad.withphoto {
    animation-name: slideOut;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    display: block;
}

.regcad-newsletter-header {
   background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 210px; 
}

.regcad-newsletter-header img {
    display: block;
    margin: 0 auto;
}

.regcad-newsletter--close svg {
    height: 24px;
    width: 24px;
}

.regcad-newsletter--close {
    top: 18px;
    left: 20px;
    position: absolute;
    cursor: pointer;
}

.regcad-newsletter-body {
    padding: 34px 58px 47px 58px;
    text-align: center;
    position: relative;
}

.regcad-newsletter-body label.survey_2460-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #000;
}

.regcad-newsletter-body p.survey_2460-desc {
    font-size: 13px;
    margin-bottom: 36px;
    font-weight: 600;
    color: #000;
}

.regcad-newsletter-body input#ACTION_SUBMIT_SURVEY_RESPONSE {
    align-items: center;
    background: #F5D200;
    border: none;
    border-radius: 8px;
    color: #000000;
    font-family: 'wwfwebfont';
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    line-height: 1.1;
    padding: 8px 13px 11px 15px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s;
    width: 100%;
    cursor: pointer;
}

.regcad-newsletter-body input#ACTION_SUBMIT_SURVEY_RESPONSE:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.regcad-newsletter-body input#cons_email,
.regcad-newsletter-body input[type="text"] {
    background-color: #e1e1e1;
    height: 40px;
    border: none;
    width: 100%;
    padding-left: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.genericb .regcad-newsletter-body input#cons_email,
.genericb .regcad-newsletter-body input[type="text"],
.generica .regcad-newsletter-body input#cons_email,
.generica .regcad-newsletter-body input[type="text"] {
    margin-bottom: 10px;
}

.regcad-newsletter-body form#survey_2460 .old-school,
.regcad-newsletter-body form#survey_2460 .old-school table {
    width: 100%;
}

.regcad-newsletter-body input::-webkit-input-placeholder {
    color: #747474;
    font-weight: 500;
}

.regcad-newsletter-body input:-ms-input-placeholder {
    color: #747474;
    font-weight: 500;
}

.regcad-newsletter-body input::placeholder {
    color: #747474;
    font-weight: 500;
}

label.regcad-newsletter-body--photoCred {
    color: #747474;
    font-size: 10px;
    transform: rotate(90deg);
    position: absolute;
    right: -8%;
    top: 60px;
}

.genericb .regcad-newsletter-body {
    padding: 18px 58px 24px 58px;
}

.genericb .regcad-newsletter-body p.survey_2460-desc {
    margin-bottom: 16px;
    width: 110%;
    margin-left: -5%;
}

.genericb .regcad-newsletter-body p.survey_2460-desc,
.generica .regcad-newsletter-body p.survey_2460-desc {
    margin-bottom: 25px;
}

.generica .regcad-newsletter-body input#cons_email, 
.generica .regcad-newsletter-body input[type="text"] {
    background-color: #fff;
}

.generica .regcad-newsletter-body input#ACTION_SUBMIT_SURVEY_RESPONSE {
    background-color: #000;
    color: #fff;
}

.generica .regcad-newsletter-body input#ACTION_SUBMIT_SURVEY_RESPONSE:hover {
    background-color: #EAEAEA;
    color: #000;
}

.generica .regcad-newsletter-header {
    height: auto;
    padding-top: 35px;
}

.generica .regcad-newsletter-body {
    padding: 22px 58px 30px 58px;
}

.generica .regcad-newsletter-footer img {
    display: block;
    margin: 0 auto;
}

.regcad-newsletter-body .requiredText {
    font-size: 10px;
    font-weight: 600;
}