/*!
    Theme Name: Avada Child
    Description: Child theme for Avada theme
    Author: ThemeFusion
    Author URI: https://theme-fusion.com
    Template: Avada
    Version: 1.0.0
    Text Domain:  Avada
*/
@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e5e5 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-link {
  color: #3273dc !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #205bbc !important;
}

.has-background-link {
  background-color: #3273dc !important;
}

.has-text-info {
  color: #3298dc !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #207dbc !important;
}

.has-background-info {
  background-color: #3298dc !important;
}

.has-text-success {
  color: #48c774 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #34a85c !important;
}

.has-background-success {
  background-color: #48c774 !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-background-warning {
  background-color: #ffdd57 !important;
}

.has-text-danger {
  color: #f14668 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

.has-background-danger {
  background-color: #f14668 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.container.container--narrow {
  width: 950px !important;
}

.container.container--single {
  width: 870px !important;
}

.container.container--single a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .home .container,
  .page-template-template-about .container,
  .page-template-template-network .container,
  .page-template-template-network-item .container,
  .page-template-template-programmes .container,
  .page-template-template-wbdi .container,
  .page-template-template-pp .container,
  .page-template-template-sac .container,
  .page-template-template-working .container,
  .page-template-template-pe .container,
  .page-template-template-transparency .container,
  .page-template-template-cp4d .container,
  .page-template-template-research .container,
  .page-template-template-taw .container,
  .page-template-template-om .container,
  .page-template-template-blog .container,
  .page-template-template-eot .container,
  .page-template-template-git .container,
  .page-template-template-elections .container,
  .page-template-template-publications .container,
  .single-post .container,
  .search-results .container {
    width: 100vw !important;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    width: 1280px !important;
  }
}

.columns {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

.columns:not(:last-child) {
  margin-bottom: -20px;
}

.columns:last-child {
  margin-bottom: 0;
}

.column {
  padding: 20px;
}

.page-template-template-about #sliders-container,
.page-template-template-about .fusion-page-title-captions,
.page-template-template-network #sliders-container,
.page-template-template-network .fusion-page-title-captions,
.page-template-template-publications #sliders-container,
.page-template-template-publications .fusion-page-title-captions {
  display: none !important;
}

.page-template-template-about #main,
.page-template-template-network #main,
.page-template-template-publications #main {
  padding: 0 !important;
}

.page-template-template-about.layout-boxed-mode #wrapper,
.page-template-template-network.layout-boxed-mode #wrapper,
.page-template-template-publications.layout-boxed-mode #wrapper {
  width: 100%;
}

.page-template-template-about.layout-boxed-mode .fusion-row,
.page-template-template-network.layout-boxed-mode .fusion-row,
.page-template-template-publications.layout-boxed-mode .fusion-row {
  max-width: 100% !important;
}

body.page-template-template-network-item.layout-boxed-mode #wrapper,
body.page-template-template-network-item.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-programmes.layout-boxed-mode #wrapper,
body.page-template-template-programmes.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-wbdi.layout-boxed-mode #wrapper,
body.page-template-template-wbdi.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-pp.layout-boxed-mode #wrapper,
body.page-template-template-pp.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-sac.layout-boxed-mode #wrapper,
body.page-template-template-sac.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-working.layout-boxed-mode #wrapper,
body.page-template-template-working.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-pe.layout-boxed-mode #wrapper,
body.page-template-template-pe.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-transparency.layout-boxed-mode #wrapper,
body.page-template-template-transparency.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-cp4d.layout-boxed-mode #wrapper,
body.page-template-template-cp4d.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-research.layout-boxed-mode #wrapper,
body.page-template-template-research.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-approach.layout-boxed-mode #wrapper,
body.page-template-template-approach.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-taw.layout-boxed-mode #wrapper,
body.page-template-template-taw.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-om.layout-boxed-mode #wrapper,
body.page-template-template-om.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-blog.layout-boxed-mode #wrapper,
body.page-template-template-blog.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-eot.layout-boxed-mode #wrapper,
body.page-template-template-eot.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-git.layout-boxed-mode #wrapper,
body.page-template-template-git.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-elections.layout-boxed-mode #wrapper,
body.page-template-template-elections.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-publications.layout-boxed-mode #wrapper,
body.page-template-template-publications.layout-boxed-mode .fusion-footer-parallax,
body.page-template-template-events.layout-boxed-mode #wrapper,
body.page-template-template-events.layout-boxed-mode .fusion-footer-parallax,
body.single-post.layout-boxed-mode #wrapper,
body.single-post.layout-boxed-mode .fusion-footer-parallax,
body.search-results.layout-boxed-mode #wrapper,
body.search-results.layout-boxed-mode .fusion-footer-parallax {
  width: 100%;
}

body.page-template-template-network-item.layout-boxed-mode #wrapper main#main,
body.page-template-template-network-item.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-programmes.layout-boxed-mode #wrapper main#main,
body.page-template-template-programmes.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-wbdi.layout-boxed-mode #wrapper main#main,
body.page-template-template-wbdi.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-pp.layout-boxed-mode #wrapper main#main,
body.page-template-template-pp.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-sac.layout-boxed-mode #wrapper main#main,
body.page-template-template-sac.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-working.layout-boxed-mode #wrapper main#main,
body.page-template-template-working.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-pe.layout-boxed-mode #wrapper main#main,
body.page-template-template-pe.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-transparency.layout-boxed-mode #wrapper main#main,
body.page-template-template-transparency.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-cp4d.layout-boxed-mode #wrapper main#main,
body.page-template-template-cp4d.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-research.layout-boxed-mode #wrapper main#main,
body.page-template-template-research.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-approach.layout-boxed-mode #wrapper main#main,
body.page-template-template-approach.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-taw.layout-boxed-mode #wrapper main#main,
body.page-template-template-taw.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-om.layout-boxed-mode #wrapper main#main,
body.page-template-template-om.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-blog.layout-boxed-mode #wrapper main#main,
body.page-template-template-blog.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-eot.layout-boxed-mode #wrapper main#main,
body.page-template-template-eot.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-git.layout-boxed-mode #wrapper main#main,
body.page-template-template-git.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-elections.layout-boxed-mode #wrapper main#main,
body.page-template-template-elections.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-publications.layout-boxed-mode #wrapper main#main,
body.page-template-template-publications.layout-boxed-mode .fusion-footer-parallax main#main,
body.page-template-template-events.layout-boxed-mode #wrapper main#main,
body.page-template-template-events.layout-boxed-mode .fusion-footer-parallax main#main,
body.single-post.layout-boxed-mode #wrapper main#main,
body.single-post.layout-boxed-mode .fusion-footer-parallax main#main,
body.search-results.layout-boxed-mode #wrapper main#main,
body.search-results.layout-boxed-mode .fusion-footer-parallax main#main {
  padding: 0;
}

body.page-template-template-network-item.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-network-item.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-programmes.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-programmes.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-wbdi.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-wbdi.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-pp.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-pp.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-sac.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-sac.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-working.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-working.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-pe.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-pe.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-transparency.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-transparency.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-cp4d.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-cp4d.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-research.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-research.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-approach.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-approach.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-taw.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-taw.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-om.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-om.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-blog.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-blog.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-eot.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-eot.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-git.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-git.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-elections.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-elections.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-publications.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-publications.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.page-template-template-events.layout-boxed-mode #wrapper main#main .fusion-row,
body.page-template-template-events.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.single-post.layout-boxed-mode #wrapper main#main .fusion-row,
body.single-post.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row,
body.search-results.layout-boxed-mode #wrapper main#main .fusion-row,
body.search-results.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row {
  max-width: 100%;
}

body.page-template-template-network-item.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-network-item.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-network-item.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-network-item.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-programmes.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-programmes.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-programmes.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-programmes.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-wbdi.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-wbdi.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-wbdi.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-wbdi.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-pp.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-pp.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-pp.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-pp.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-sac.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-sac.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-sac.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-sac.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-working.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-working.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-working.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-working.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-pe.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-pe.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-pe.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-pe.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-transparency.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-transparency.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-transparency.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-transparency.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-cp4d.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-cp4d.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-cp4d.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-cp4d.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-research.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-research.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-research.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-research.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-approach.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-approach.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-approach.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-approach.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-taw.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-taw.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-taw.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-taw.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-om.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-om.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-om.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-om.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-blog.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-blog.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-blog.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-blog.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-eot.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-eot.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-eot.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-eot.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-git.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-git.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-git.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-git.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-elections.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-elections.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-elections.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-elections.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-publications.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-publications.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-publications.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-publications.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.page-template-template-events.layout-boxed-mode #wrapper .sliders-container,
body.page-template-template-events.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.page-template-template-events.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.page-template-template-events.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.single-post.layout-boxed-mode #wrapper .sliders-container,
body.single-post.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.single-post.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.single-post.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions,
body.search-results.layout-boxed-mode #wrapper .sliders-container,
body.search-results.layout-boxed-mode #wrapper .fusion-page-title-captions,
body.search-results.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.search-results.layout-boxed-mode .fusion-footer-parallax .fusion-page-title-captions {
  display: none !important;
}

.wfd__title {
  color: #211645;
  font-family: "Interstate Bold", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 300;
  margin: 42px 0 76px 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.wfd-site-header {
  font-size: 0;
  line-height: 0;
  padding: 28px 0 29px 0;
  background-color: #FFF;
}

.wfd-site-header .columns {
  margin: -10px;
}

.wfd-site-header .column {
  padding: 10px;
}

.wfd-site-header .container {
  overflow: initial;
}

@media only screen and (min-width: 1200px) {
  .wfd-site-header .container {
    position: relative;
    width: 1280px;
  }
}

.wfd-site-header__inline {
  display: inline-block;
  vertical-align: middle;
}

.wfd-site-header__inline--ml {
  margin-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .wfd-site-header__inline--ml {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .wfd-site-header__inline {
    width: calc(100vw / 4);
  }
}

.wfd-site-header__menu {
  font-size: 0;
  line-height: 0;
}

.wfd-site-header__menu > li {
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  .wfd-site-header__menu > li {
    margin: 0 10px;
  }
}

.wfd-site-header__menu > li:first-of-type {
  margin-left: 0;
}

.wfd-site-header__menu > li.fusion-custom-menu-item {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wfd-site-header__menu > li.fusion-custom-menu-item--active {
  display: block !important;
}

.wfd-site-header__menu > li.fusion-custom-menu-item--active .fusion-custom-menu-item-contents {
  display: block !important;
}

.wfd-site-header__menu > li a {
  font-size: 17px;
  line-height: normal;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  color: #8c8c8c;
}

.wfd-site-header__menu > li.menu-item-has-children:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 39px;
}

.wfd-site-header__menu > li.current-menu-item > a, .wfd-site-header__menu > li.current-menu-parent > a {
  color: #211645;
}

.wfd-site-header__menu > li.current-menu-item > a:after, .wfd-site-header__menu > li.current-menu-parent > a:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #211645;
}

.wfd-site-header__menu > li > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: calc(100% + 39px);
  left: 0;
  background: #FFF;
  z-index: 5;
  padding: 0;
  text-align: center;
  width: 120px;
  border-top: 2px solid #211645;
  transition: all 0.3s ease-in-out;
}

.wfd-site-header__menu > li > ul a {
  font-size: 14px;
}

.wfd-site-header__menu > li > ul a:hover {
  background-color: #211645;
  color: #FFF;
}

.wfd-site-header__menu > li > ul > li > a {
  padding: 10px 5px;
  display: block;
}

.wfd-site-header__menu > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  background: #FFF;
  z-index: 5;
  padding: 0;
  text-align: center;
  width: 120px;
  border-left: 2px solid #211645;
  transition: all 0.3s ease-in-out;
}

.wfd-site-header__menu > li > ul > li > ul > li > a {
  padding: 10px 5px;
  display: block;
}

.wfd-site-header__menu > li.wfd-drop-1 > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 132px;
  width: 100vw;
  text-align: center;
}

.wfd-site-header__menu > li.wfd-drop-1 > ul > li {
  display: inline-block;
}

.wfd-site-header__menu > li.wfd-drop-1 > ul > li > a {
  padding: 20px 14px;
}

.wfd-site-header__menu > li.wfd-drop-1 > ul > li.current-menu-item > a:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #211645;
}

.wfd-site-header__menu > li.wfd-drop-2 > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 132px;
  width: 100vw;
  text-align: left;
}

.wfd-site-header__menu > li.wfd-drop-2 > ul > .container {
  display: table;
}

.wfd-site-header__menu > li.wfd-drop-2 > ul > .container > li {
  width: calc(100vw / 6);
  display: table-cell;
  vertical-align: top;
}

.wfd-site-header__menu > li.wfd-drop-2 > ul > .container > li a {
  padding: 10px 5px;
  display: block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  color: #8c8c8c;
}

.wfd-site-header__menu > li.wfd-drop-2 > ul > .container > li a:hover {
  color: #FFF;
}

.wfd-site-header__menu > li.wfd-drop-2 > ul > .container > li > a {
  font-size: 17px;
  color: #211645;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.wfd-site-header__menu > li.wfd-drop-2 > ul > .container > li > a:hover, .wfd-site-header__menu > li.wfd-drop-2 > ul > .container > li > a:focus {
  color: #FFF;
}

.wfd-site-header__menu > li.wfd-drop-2 > ul > .container > li > ul {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: left;
  border: none;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wfd-site-header__menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  transition: all 0.3s ease-in-out;
}

.wfd-site-header__search {
  width: 14px;
  height: 15px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  background-image: url("assets/images/icons/icon-search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .wfd-site-header__search {
    display: none;
  }
}

.wfd-site-header__mobile-trigger {
  width: 30px;
  box-shadow: none;
  text-shadow: none;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.wfd-site-header__mobile-trigger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #211645;
}

.wfd-site-header__mobile-trigger span:not(:last-child) {
  margin-bottom: 4px;
}

.wfd-mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  z-index: 100000;
  overflow: hidden;
  width: 100%;
  background-color: #FFF;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.wfd-mobile--active {
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.wfd-mobile__scroll {
  height: calc(100% - 161px);
  overflow-y: auto;
}

.wfd-mobile__header {
  padding: 28px 20px;
}

.wfd-mobile__header__inline {
  display: inline-block;
  vertical-align: middle;
  width: calc(100vw / 4);
}

.wfd-mobile__header__inline--ml {
  margin-left: 20px;
}

.wfd-mobile__header .searchform {
  margin-top: 20px;
}

.wfd-mobile__menu {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
}

.wfd-mobile__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wfd-mobile__menu li {
  font-size: 0;
  line-height: 0;
}

.wfd-mobile__menu li.fusion-custom-menu-item {
  display: none !important;
}

.wfd-mobile__menu li a {
  display: block;
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
  font-family: "interstate";
  font-weight: 400;
  color: #8c8c8c;
  border-bottom: 1px solid #EEE;
}

.wfd-mobile__menu li.menu-item-has-children {
  position: relative;
}

.wfd-mobile__menu li.menu-item-has-children:after {
  content: '\F078';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #211645;
  color: white;
  z-index: -1;
  cursor: pointer;
}

.wfd-mobile__menu li.menu-item-has-children > a {
  padding-right: 60px;
}

.wfd-mobile__menu li.menu-item-has-children > ul {
  display: none;
}

.wfd-mobile__menu li.menu-item-has-children.is-active:after {
  content: '\F077';
}

.wfd-mobile__menu li.menu-item-has-children.is-active > ul {
  display: block;
}

.wfd-mobile__menu > li ul {
  padding-left: 20px;
}

.wfd-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: white;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(-100vh);
  transition: all 0.3s ease-in-out;
}

.wfd-search--active {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.wfd-search__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  line-height: 30px;
  color: #211645;
  z-index: 10;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.admin-bar .wfd-search {
  top: 32px;
  height: calc(100vh - 32px);
}

.wfd-search .searchform {
  max-width: 360px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.fusion-search-form-classic #bbpress-forums .bbp-search-form #bbp_search,
.fusion-search-form-classic .searchform .fusion-search-form-content .fusion-search-field input {
  background-color: #f6f6f6;
  border: none;
}

.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
  width: auto !important;
  padding: 0 25px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  background: #211645;
}

.wfd-footer-partners {
  font-size: 0;
  line-height: 0;
  background: #FFF;
}

.wfd-footer-partners__title {
  display: inline-block;
  color: #211645;
  font-family: "interstate";
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  padding: 21px 63px;
  background-color: #eaeaea;
}

.wfd-footer-partners__wrapper {
  background-color: #eaeaea;
}

.wfd-footer-partners__wrapper > .container {
  padding: 60px 100px;
}

.wfd-footer-partners__wrapper__carousel {
  position: relative;
}

.wfd-footer-partners__wrapper__carousel .slick-track {
  display: flex;
}

.wfd-footer-partners__wrapper__carousel .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.wfd-footer-partners__wrapper__carousel .slick-arrow {
  position: absolute;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 0;
  line-height: 0;
}

.wfd-footer-partners__wrapper__carousel .slick-arrow.slick-prev {
  left: -85px;
  background-image: url("assets/images/icons/icon-slider-left.png");
}

.wfd-footer-partners__wrapper__carousel .slick-arrow.slick-next {
  right: -85px;
  background-image: url("assets/images/icons/icon-slider-right.png");
}

.wfd-footer-partners__wrapper__carousel .slick-arrow:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.wfd-footer-partners__wrapper__carousel .glide__slide a {
  display: block;
  padding: 0 10px;
}

.wfd-footer-epd {
  font-size: 0;
  line-height: 0;
  background-color: #44596a;
  padding: 83px 0 100px 0;
}

.wfd-footer-epd__logo {
  max-width: 157px;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .wfd-footer-epd__logo {
    margin: 0 auto;
  }
}

.wfd-footer-epd__link {
  display: inline-block;
  width: 94px;
  height: 35px;
  background-image: url("assets/images/icons/icon-arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.wfd-footer-epd__title {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-weight: 300;
  line-height: 31px;
}

.wfd-site-footer {
  font-size: 0;
  line-height: 0;
  background-color: #211645;
}

.wfd-site-footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 73px 0 78px 0;
}

.wfd-site-footer__top__inline {
  display: inline-block;
  vertical-align: middle;
}

.wfd-site-footer__top__additional-logo {
  margin-left: 56px;
}

.wfd-site-footer__top__icons {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wfd-site-footer__top__icons__item {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 17px;
  margin: 0 15px;
}

.wfd-site-footer__top__icons__item:first-child {
  margin-left: 0;
}

.wfd-site-footer__top__icons__item:last-child {
  margin-right: 0;
}

.wfd-site-footer__top__icons__item span {
  color: #FFF;
}

.wfd-site-footer__top__icons__item span.icon {
  margin-right: 10px;
}

.wfd-site-footer__top__icons__item span.label {
  font-size: 14px;
  line-height: 17px;
  font-family: "interstate";
}

.wfd-site-footer__middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 104px 0;
}

.wfd-site-footer__middle__links {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wfd-site-footer__middle__links__item {
  display: block;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
}

.wfd-site-footer__middle__links__item a {
  color: #ffffff;
}

.wfd-site-footer__middle__links__item a:hover {
  color: #FFF;
}

.wfd-site-footer__middle__button {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  padding: 0 42px;
  text-transform: uppercase;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

.wfd-site-footer__middle__button:hover, .wfd-site-footer__middle__button:focus {
  background-color: #FFF;
  color: #211645;
}

.wfd-site-footer__bottom {
  padding: 62px 0 79px 0;
}

.wfd-site-footer__bottom__logo {
  width: 85px;
}

@media only screen and (max-width: 1023px) {
  .wfd-site-footer__bottom__logo {
    margin: 0 auto;
  }
}

.wfd-site-footer__bottom__text {
  max-width: 353px;
  width: 100%;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.wfd-site-footer__bottom__text a {
  color: #FFF;
  text-decoration: underline;
}

.wfd-site-footer__bottom .columns {
  margin: -30px;
}

.wfd-site-footer__bottom .column {
  padding: 30px;
}

.wfd-site-footer__form {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  height: 0;
  font-size: 16px;
  line-height: 24px;
}

.wfd-site-footer__form--active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 104px 0;
  visibility: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  opacity: 1;
  height: auto;
}

.wfd-site-footer__form .container-narrow {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.wfd-site-footer__form .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  padding: 0 42px;
  text-transform: uppercase;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

.wfd-site-footer__form .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover, .wfd-site-footer__form .yikes-easy-mc-form .yikes-easy-mc-submit-button:focus {
  background-color: #FFF;
  color: #211645;
}

.wfd-site-footer__form .yikes-easy-mc-form {
  width: 100% !important;
}

.wfd-site-footer__form .yikes-easy-mc-form label {
  display: block;
  margin-bottom: 20px !important;
}

.wfd-site-footer__form .yikes-easy-mc-form label > span {
  display: block;
  color: #FFF;
  margin-bottom: 2px;
  font-family: "interstate";
  text-transform: uppercase;
  font-size: 14px;
}

.wfd-site-footer__form .yikes-easy-mc-form label input {
  box-shadow: none;
  border: none;
  height: 40px !important;
  padding: 0 10px !important;
  font-size: 16px;
  color: #211545 !important;
}

body.home.layout-boxed-mode #wrapper,
body.home.layout-boxed-mode .fusion-footer-parallax {
  width: 100%;
}

body.home.layout-boxed-mode #wrapper main#main,
body.home.layout-boxed-mode .fusion-footer-parallax main#main {
  padding: 0;
}

body.home.layout-boxed-mode #wrapper main#main .fusion-row,
body.home.layout-boxed-mode .fusion-footer-parallax main#main .fusion-row {
  max-width: 100%;
}

body.home.layout-boxed-mode #wrapper .sliders-container,
body.home.layout-boxed-mode #wrapper .avada-page-titlebar-wrapper,
body.home.layout-boxed-mode .fusion-footer-parallax .sliders-container,
body.home.layout-boxed-mode .fusion-footer-parallax .avada-page-titlebar-wrapper {
  display: none !important;
}

.wfd-home-carousel {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.wfd-home-carousel .glide__track {
  transition: all 0.3s ease-in-out;
}

.wfd-home-carousel .glide__slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 100px);
}

.wfd-home-carousel .glide__slide:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

.wfd-home-carousel .glide__slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-image: url("assets/images/icons/icon-slider-circles.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .wfd-home-carousel .glide__slide {
    padding: 80px 0;
  }
}

.wfd-home-carousel .glide__bullets {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  max-width: 1304px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  padding: 0 12px;
}

@media only screen and (max-width: 768px) {
  .wfd-home-carousel .glide__bullets {
    bottom: 20px;
  }
}

.wfd-home-carousel .glide__bullets .glide__bullet {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 50%;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.wfd-home-carousel .glide__bullets .glide__bullet:focus {
  border: none;
  outline: none;
}

.wfd-home-carousel .glide__bullets .glide__bullet:first-child {
  margin-left: 0;
}

.wfd-home-carousel .glide__bullets .glide__bullet:last-child {
  margin-right: 0;
}

.wfd-home-carousel .glide__bullets .glide__bullet--active {
  width: 11px;
  height: 11px;
}

.wfd-home-carousel__content {
  position: absolute;
  max-width: 1304px;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 12px;
  margin: 0 auto;
}

.wfd-home-carousel__content__title {
  max-width: 567px;
  color: #ffffff;
  font-family: "interstate";
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  margin-bottom: 82px;
}

@media only screen and (max-width: 768px) {
  .wfd-home-carousel__content__title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

.wfd-home-carousel__content__button {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 0 57px;
}

.wfd-home-carousel__content__button:hover, .wfd-home-carousel__content__button:focus {
  background-color: #FFF;
}

.wfd-home-carousel__scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .wfd-home-carousel__scroll {
    bottom: 20px;
  }
}

.wfd-home-news-blog {
  padding: 82px 0;
}

@media only screen and (max-width: 768px) {
  .wfd-home-news-blog {
    padding: 24px 0;
  }
}

.wfd-home-news-item {
  position: relative;
  display: block;
  height: 300px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.wfd-home-news-item:not(:last-child) {
  margin-bottom: 33px;
}

.wfd-home-news-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

.wfd-home-news-item__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.wfd-home-news-item__label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a7192d;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 36px;
  z-index: 10;
}

.wfd-home-news-item__title {
  display: block;
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 45px;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.wfd-home-news-item__excerpt {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 640px) {
  .wfd-home-news-item__excerpt {
    display: none;
  }
}

.wfd-home-news-item--blog {
  height: 100%;
}

.wfd-home-news-item--blog .wfd-home-news-item__label {
  background-color: #211645;
}

.wfd-home-news-item--blog .wfd-home-news-item__content {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 45px;
  z-index: 10;
}

.wfd-home-news-item--blog .wfd-home-news-item__title {
  margin-bottom: 24px;
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
}

@media only screen and (max-width: 768px) {
  .wfd-home-news-item--blog {
    height: 300px;
  }
}

.wfd-home-news-item--par {
  height: 476px;
}

.wfd-home-news-item--par .wfd-home-news-item__label {
  top: 75px;
  left: 59px;
  padding: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
}

.wfd-home-news-item--par .wfd-home-news-item__title {
  left: 55px;
  right: 55px;
  bottom: 50px;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}

.wfd-home-news-item:hover .wfd-home-news-item__image {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.wfd-home-about {
  position: relative;
  font-size: 0;
  line-height: 0;
  background-color: #211645;
  overflow: hidden;
  padding: 91px 77px 62px 116px;
  background-image: url("assets/images/icons/icon-about-circles.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  margin-bottom: 82px;
}

@media only screen and (max-width: 768px) {
  .wfd-home-about {
    margin-bottom: 24px;
    padding: 30px;
  }
}

.wfd-home-about__title {
  color: #ffffff;
  font-family: "interstate";
  font-size: 45px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 49px;
}

.wfd-home-about__description {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 42px;
}

.wfd-home-about__link {
  display: inline-block;
  background-image: url("assets/images/icons/icon-arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 106px;
  height: 39px;
}

.wfd-home-about__image {
  max-width: 213px;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: left;
}

.wfd-home-about__image__caption {
  margin-top: 60px;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.wfd-home-programmes-research {
  margin-bottom: 82px;
}

@media only screen and (max-width: 768px) {
  .wfd-home-programmes-research {
    margin-bottom: 24px;
  }
}

.wfd-home-cards {
  margin-bottom: 72px;
}

@media only screen and (max-width: 768px) {
  .wfd-home-cards {
    margin-bottom: 24px;
  }
}

.wfd-home-cards__card {
  font-size: 0;
  line-height: 0;
  background-color: #211645;
  padding: 50px 34px 48px 34px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.wfd-home-cards__card__live {
  position: absolute;
  top: 10px;
  left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.wfd-home-cards__card__live__icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: white;
  font-size: 30px;
  line-height: 30px;
}

.wfd-home-cards__card__icon, .wfd-home-cards__card__icon-hover {
  margin-bottom: 30px;
}

.wfd-home-cards__card__icon-hover {
  display: none;
}

.wfd-home-cards__card__number {
  font-family: "interstate";
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #FFF;
}

.wfd-home-cards__card__under-number {
  font-family: "Source Sans Pro";
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
  margin-bottom: 50px;
}

.wfd-home-cards__card__description {
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
}

.wfd-home-cards__card:hover {
  background-color: #e8e7ec;
  background-image: url("assets/images/icons/icon-cards-circles.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.wfd-home-cards__card:hover .wfd-home-cards__card__number,
.wfd-home-cards__card:hover .wfd-home-cards__card__under-number,
.wfd-home-cards__card:hover .wfd-home-cards__card__description {
  color: #211645;
  transition: all 0.3s ease-in-out;
}

.wfd-home-cards__card:hover .wfd-home-cards__card__icon {
  display: none;
}

.wfd-home-cards__card:hover .wfd-home-cards__card__icon-hover {
  display: block;
}

.wfd-home-cards__card:hover .wfd-home-cards__card__live,
.wfd-home-cards__card:hover .wfd-home-cards__card__live__icon {
  color: #211645;
}

.wfd-about {
  font-size: 0;
  line-height: 0;
}

.wfd-about__header {
  height: 90vh;
  max-height: 490px;
  position: relative;
  background-color: #211645;
}

@media only screen and (max-width: 768px) {
  .wfd-about__header {
    max-height: 250px;
  }
}

.wfd-about__header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.wfd-about__header__circles {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url("assets/images/icons/icon-about-header-circles.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .wfd-about__header__circles {
    right: 0;
  }
}

.wfd-about__header__content {
  position: absolute;
  top: auto;
  right: 80px;
  bottom: 41px;
  left: 80px;
  z-index: 15;
}

.wfd-about__header__content__prefix {
  color: #ffffff;
  font-family: "interstate";
  font-weight: 300;
  font-size: 20px;
}

.wfd-about__header__content__title {
  color: #ffffff;
  font-family: "interstate";
  font-weight: 300;
  font-size: 48px;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .wfd-about__header__content__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .wfd-about__header__content {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

.wfd-about__content {
  padding: 54px 0 2px 0;
}

@media only screen and (max-width: 768px) {
  .wfd-about__content {
    padding: 10px 0 2px 0;
  }
}

.wfd-about__content__documents {
  font-size: 0;
  line-height: 0;
  padding: 50px 0;
}

.wfd-about__content__documents__item__title {
  display: inline-block;
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  margin-top: 53px;
}

.wfd-about__content__documents__item__image {
  display: block;
  width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.2);
}

.wfd-about__content__text {
  max-width: 620px;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #101020;
}

.wfd-about__content__text--full {
  max-width: 100%;
}

.wfd-about__content__text b,
.wfd-about__content__text strong {
  font-weight: 700;
}

.wfd-about__content__text h2,
.wfd-about__content__text h3,
.wfd-about__content__text h4,
.wfd-about__content__text h5,
.wfd-about__content__text h6 {
  display: block;
  color: #101020;
  font-family: "interstate";
  font-weight: 700;
  margin: 29px 0 54px 0 !important;
  line-height: normal;
}

.wfd-about__content__text h2:first-child,
.wfd-about__content__text h3:first-child,
.wfd-about__content__text h4:first-child,
.wfd-about__content__text h5:first-child,
.wfd-about__content__text h6:first-child {
  margin-top: 0 !important;
}

.wfd-about__content__text h2 {
  font-size: 38px;
}

.wfd-about__content__text h3 {
  font-size: 30px;
}

.wfd-about__content__text h4 {
  font-size: 24px;
}

.wfd-about__content__text h5 {
  font-size: 18px;
}

.wfd-about__content__text h6 {
  font-size: 14px;
}

.wfd-about__content__text p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #101020;
}

.wfd-about__content__text p:not(:last-child) {
  margin-bottom: 29px;
}

.wfd-about__content__text a {
  color: #211645;
  text-decoration: underline;
}

.wfd-about__content__blockquote {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 71px;
  margin-bottom: 73px;
}

.wfd-about__content__blockquote .columns {
  margin: -35px;
}

.wfd-about__content__blockquote .columns .column {
  padding: 35px;
}

.wfd-about__content__blockquote__flex {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.wfd-about__content__blockquote__image {
  width: 220px;
}

.wfd-about__content__blockquote__quote {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  color: #211645;
  flex-grow: 1;
}

.wfd-about__content__blockquote__footer {
  flex-shrink: 0;
}

.wfd-about__content__blockquote__footer__name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: #211645;
}

.wfd-about__content__blockquote__footer__position {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #81789e;
}

.wfd-about__content__users__user {
  margin-bottom: 40px;
}

.wfd-about__content__users__user__image {
  margin-bottom: 24px;
}

.wfd-about__content__users__user__twitter {
  font-size: 18px;
  line-height: 18px;
}

.wfd-about__content__users__user__twitter a {
  color: #009fe3;
}

.wfd-about__content__users__user__name {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.wfd-about__content__users__user__position {
  color: #101020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.wfd-about__content__users__user__description {
  margin-top: 10px;
  color: #101020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.wfd-about__content__users__user__description strong {
  font-weight: 700;
}

.wfd-about__content__users__user__description--long {
  margin-top: 20px;
}

.wfd-about__content__users__user__read-more {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.wfd-about__content__users__user__read-more span {
  display: inline-block;
  vertical-align: middle;
}

.wfd-about__content__users__user__read-more__icon {
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #211645;
  color: #FFF;
  text-align: center;
}

.wfd-about__content__users__user__read-more__icon i {
  font-size: 16px;
  line-height: 27px;
}

.wfd-about__content__users__user__read-more__text {
  color: #9c9c9c;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  margin-left: 17px;
}

.wfd-about__content__users__user__read-more:hover .wfd-about__content__users__user__read-more__text {
  color: #211645;
}

.wfd-about__content--strategy {
  padding-bottom: 42px;
}

.wfd-about__content--strategy .wfd-about__content__text {
  margin: 0 auto;
}

.wfd-about__content--board {
  padding-bottom: 0;
}

.wfd-about__content--board .wfd-about__content__users .columns {
  margin: -20px;
}

.wfd-about__content--board .wfd-about__content__users .columns .column {
  padding: 20px;
}

.wfd-about__content--board .wfd-about__content__users__user {
  margin-bottom: 92px;
}

.wfd-about__content--management .wfd-about__content__users__user__description {
  margin-top: 0;
}

.wfd-about__content--management .wfd-about__content__users__user__description--long {
  display: none;
  margin-top: 20px;
}

.wfd-about__content--management .wfd-about__content__users__user__read-more {
  margin-top: 20px;
}

.wfd-about__content--app .wfd-about__content__text {
  margin: 0 auto;
}

.wfd-about__content--associates .wfd-about__content__users__user__description:not(.wfd-about__content__users__user__description--long) {
  color: #7e72a3;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.wfd-about__content__related-posts {
  margin-top: 88px;
  margin-bottom: 83px;
}

.wfd-about__content__related-posts__title {
  color: #211645;
  font-family: "interstate";
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 58px !important;
}

.wfd-about__content__related-posts .columns {
  margin: -12px;
}

.wfd-about__content__related-posts .columns .column {
  padding: 12px;
}

.wfd-about__content__related-posts__post {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #211645;
  height: 400px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 24px;
}

.wfd-about__content__related-posts__post__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.wfd-about__content__related-posts__post:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  z-index: 7;
  height: 50%;
}

.wfd-about__content__related-posts__post__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 40px;
}

.wfd-about__content__related-posts__post:hover .wfd-about__content__related-posts__post__image {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.wfd-about__content__contact {
  margin-bottom: 136px;
}

.wfd-about__content__contact__inner {
  background-color: #a7192d;
  padding: 48px;
}

.wfd-about__content__contact__title {
  color: #fefefe;
  font-family: "interstate";
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

.wfd-about__content__contact__heading, .wfd-about__content__contact__text {
  color: #fefefe;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.wfd-about__content__contact__heading {
  margin-bottom: 20px;
}

.wfd-about__content__contact__text a {
  color: #fefefe;
}

.wfd-about__content__contact__text a:hover, .wfd-about__content__contact__text a:focus {
  color: #FAFAFA;
}

.wfd-network {
  padding-bottom: 122px;
}

.page-template-template-network .wfd-footer-partners {
  display: none;
}

@-webkit-keyframes wfd-progress-bar-stripes {
  from {
    background-position: 50px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes wfd-progress-bar-stripes {
  from {
    background-position: 50px 0;
  }
  to {
    background-position: 0 0;
  }
}

.wfd-network-item p {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.wfd-network-item__section-title {
  display: inline-block;
  background-color: #211645;
  font-family: "interstate", sans-serif !important;
  font-weight: 400 !important;
  font-size: 26px;
  padding: 0 68px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 62px !important;
  margin-bottom: 78px !important;
}

.wfd-network-item__breadcrumbs {
  margin: 29px 0 34px 0;
}

.wfd-network-item__breadcrumbs .fusion-breadcrumbs {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}

.wfd-network-item__1 {
  font-size: 0;
  line-height: 0;
}

.wfd-network-item__1__description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  color: #211645;
}

.wfd-network-item__1__description p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  color: #211645;
}

.wfd-network-item__1__description p:not(:last-child) {
  margin-bottom: 33px;
}

.wfd-network-item__1__description a {
  text-decoration: underline;
}

.wfd-network-item__2 {
  font-size: 0;
  line-height: 0;
  margin-top: 67px;
}

.wfd-network-item__2__notable {
  background-color: #211645;
  background-image: url("assets/images/icons/icon-wfd-network-year.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  min-height: 406px;
}

.wfd-network-item__2__notable__label {
  padding: 45px 40px;
  font-family: "interstate", sans-serif;
  font-size: 31px;
  line-height: 40px;
  font-weight: 500;
  color: #FFF;
}

.wfd-network-item__2__accordion__header {
  background-color: #f2f2f2;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #211645;
  line-height: 40px;
  padding: 20px 28px;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
}

.wfd-network-item__2__accordion__header .ui-accordion-header-icon {
  margin-right: 25px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #211645;
  color: #FFF;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.wfd-network-item__2__accordion__header.ui-accordion-header-active .ui-accordion-header-icon {
  background-color: #e2231b;
}

.wfd-network-item__2__accordion__header:not(.ui-accordion-header-active) {
  margin-bottom: 3px;
}

.wfd-network-item__2__accordion__content {
  padding: 15px 81px 65px 81px;
  background-color: #f2f2f2;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #211645;
}

.wfd-network-item__2__accordion__content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #211645;
}

.wfd-network-item__2__accordion__content p:not(:last-child) {
  margin-bottom: 28px;
}

.wfd-network-item__2__accordion__content.ui-accordion-content-active {
  margin-bottom: 3px;
}

.wfd-network-item__2__accordion__content a {
  text-decoration: underline;
}

.wfd-network-item__country-data {
  font-size: 0;
  line-height: 0;
  background-color: #211645;
  margin-top: 70px;
  padding: 52px 0 52px 0;
}

.wfd-network-item__country-data__title {
  background-color: #FFF !important;
  color: #211645 !important;
}

.wfd-network-item__country-data__item:not(:last-child) {
  margin-bottom: 24px;
}

.wfd-network-item__country-data__item__icon {
  height: 74px;
  margin-bottom: 49px;
}

.wfd-network-item__country-data__item__title {
  font-family: "interstate", sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 28px;
}

.wfd-network-item__country-data__item__value {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 58px 0;
  color: #ffffff;
  font-family: "Interstate Bold", Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 22px;
}

.wfd-network-item__country-data__item__suffix {
  font-family: "interstate", sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #FFF;
}

.wfd-network-item__results {
  font-size: 0;
  line-height: 0;
  margin-top: 73px;
  padding-bottom: 117px;
}

.wfd-network-item__results__result {
  position: relative;
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  padding-left: 28px;
}

.wfd-network-item__results__result:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url("assets/images/icons/icon-checked.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.wfd-network-item__implementation {
  font-size: 0;
  line-height: 0;
  background-color: #f8f8f9;
  padding: 59px 0 129px 0;
}

.wfd-network-item__implementation__title {
  background-color: #FFF !important;
  color: #211645 !important;
  margin-bottom: 130px;
}

.wfd-network-item__implementation__item__title {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
  min-height: 56px;
}

.wfd-network-item__implementation__item__end {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 23px;
}

.wfd-network-item__implementation__item__percentage {
  background-color: #211645;
  height: 50px;
  width: 100%;
  position: relative;
  padding: 0 18px;
}

.wfd-network-item__implementation__item__percentage__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  -webkit-animation: wfd-progress-bar-stripes 2s linear infinite;
          animation: wfd-progress-bar-stripes 2s linear infinite;
}

.wfd-network-item__implementation__item__percentage__status {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  z-index: 10;
}

.wfd-network-item__news {
  margin-top: 48px;
  font-size: 0;
  line-height: 0;
}

.wfd-network-item__news__item__image {
  display: block;
  margin-bottom: 39px;
}

.wfd-network-item__news__item__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 35px;
}

.wfd-network-item__news__item__title a {
  color: #211645;
}

.wfd-network-item__news__item__excerpt {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.wfd-network-item__news__item__excerpt p {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.wfd-network-item__footer {
  background-color: #a7192d;
  font-size: 0;
  line-height: 0;
  padding: 106px 0 98px 0;
}

.wfd-network-item__footer__icon {
  width: 72px;
  height: 43px;
  background-image: url("assets/images/icons/icon-network-envelope.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.wfd-network-item__footer__title {
  color: #ffffff;
  font-family: "interstate", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 37px;
}

.wfd-network-item__footer__contact {
  margin-top: 48px;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.wfd-network-item__footer__contact a {
  color: #FFF;
}

.wfd-network-item__footer__team__image {
  margin-bottom: 36px;
}

.wfd-network-item__footer__team__value {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.wfd-network-item__footer__team__value a {
  color: #FFF;
}

.wfd-programmes {
  font-size: 0;
  line-height: 0;
}

.wfd-programmes__top {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  max-width: 608px;
  width: 100%;
  margin: 63px auto 104px auto;
  text-align: center;
}

.wfd-programmes__top--wide {
  max-width: 100%;
}

.wfd-programmes__top p {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  margin: 0 !important;
}

.wfd-programmes__top p:not(:last-child) {
  margin: 0 0 33px 0 !important;
}

.wfd-programmes__docs {
  margin-bottom: 100px;
}

.wfd-programmes__docs__item__image {
  display: block;
  box-shadow: 0 0 81px rgba(0, 0, 0, 0.2), 0 0 31px rgba(0, 0, 0, 0.2);
  margin-bottom: 62px;
}

.wfd-programmes__docs__item__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 31px;
  margin: 0 !important;
}

.wfd-programmes__docs__item__title a {
  color: #211645;
}

.wfd-programmes__all__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  margin: 0 0 79px 0 !important;
}

@media only screen and (max-width: 768px) {
  .wfd-programmes__all__title {
    font-size: 30px !important;
  }
}

.wfd-programmes__all__title.wfd-about__content__title {
  margin: 0 0 30px 0 !important;
}

.wfd-programmes__all__classic {
  margin-bottom: 116px;
}

.wfd-programmes__all__classic__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  margin-bottom: 75px;
}

.wfd-programmes__all__classic__title a {
  color: #211645;
}

.wfd-programmes__all__grid:not(:last-child) {
  margin-bottom: 126px;
}

.wfd-programmes__all__grid:last-child {
  margin-bottom: 121px;
}

.wfd-programmes__all__grid__image {
  display: block;
  margin-bottom: 45px;
}

.wfd-programmes__all__grid__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.wfd-programmes__all__grid__title a {
  color: #211645;
}

.wfd-programmes .wfd-home-cards {
  margin-bottom: 165px;
}

.wfd-wbdi .wfd-about__header {
  margin-bottom: 100px;
}

.wfd-wbdi .wfd-about__header__content {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  max-width: 425px;
}

.wfd-wbdi__map {
  padding: 100px 0;
}

.wfd-wbdi__1 {
  font-size: 0;
  line-height: 0;
  margin: 102px 0 100px 0;
  position: relative;
  padding: 44px 0 61px 0;
}

.wfd-wbdi__1:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50vw;
  background-color: #f6f6f6;
}

.wfd-wbdi__1:after {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50vw;
  background-color: #fbfbfb;
}

.wfd-wbdi__1 .container {
  position: relative;
  z-index: 10;
}

.wfd-wbdi__1__pdf {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.wfd-wbdi__1__pdf__title {
  display: inline-block;
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 53px;
}

.wfd-wbdi__1__pdf__image {
  display: block;
  width: 219px;
  margin: 0 auto;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.2);
}

.wfd-wbdi__1__pdf__description {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 65px;
}

.wfd-wbdi__1__docs {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.wfd-wbdi__1__docs__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
}

.wfd-wbdi__1__docs__button {
  display: inline-block;
  background-color: #e2231b;
  color: #ffffff;
  font-family: "interstate", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 85px;
}

.wfd-wbdi__1__docs__items {
  margin: 170px 0 85px 0;
}

.wfd-wbdi__1__docs__items__item {
  display: block;
}

.wfd-wbdi__1__docs__items__item:not(:last-child) {
  margin-bottom: 23px;
}

.wfd-wbdi__1__docs__items__item__span {
  display: inline-block;
  vertical-align: middle;
}

.wfd-wbdi__1__docs__items__item__span--icon {
  width: 32px;
  height: 34px;
  background-image: url("assets/images/icons/icon-pdf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 25px;
}

.wfd-wbdi__1__docs__items__item__span--label {
  width: calc(100% - 32px - 25px);
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.wfd-pe .wfd-wbdi__1__pdf__image {
  max-width: 351px;
  width: 100%;
}

.wfd-pe .wfd-wbdi__1__docs__items {
  max-width: 100% !important;
}

.wfd-pp__parties {
  margin: 145px 0 38px 0;
  font-size: 0;
  line-height: 0;
}

.wfd-pp__parties__item {
  margin-bottom: 40px;
  text-align: center;
}

.wfd-pp__parties__item__image {
  display: block;
}

.wfd-pp__parties__item__title {
  display: block;
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px !important;
  margin: 38px 0 0 0 !important;
}

.wfd-pp__pdf {
  background-color: #f6f6f6;
  padding: 77px 0 84px 0;
}

.wfd-pp__pdf__image {
  display: inline-block;
  max-width: 380px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.2);
}

.wfd-pp__pdf__title {
  max-width: 380px;
  display: inline-block;
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 53px;
}

.wfd-pp__pdf__title a {
  color: #211645;
}

.wfd-pp__pdf__description {
  max-width: 380px;
}

.wfd-pp__pdf__description h3 {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin: 0 0 45px 0 !important;
}

.wfd-pp__pdf__description p {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 26px !important;
  margin: 0 0 26px 0 !important;
}

.wfd-working__jobs {
  font-size: 0;
  line-height: 0;
}

.wfd-working__jobs__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 90px;
  text-align: center;
}

.wfd-working__jobs__item {
  background-color: #f9f9f9;
  padding: 33px 28px 25px 28px;
}

.wfd-working__jobs__item__title {
  font-family: "interstate", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  border-bottom: 1px solid #211645;
  padding-bottom: 29px;
  margin-bottom: 37px;
}

.wfd-working__jobs__item__title a {
  color: #211645;
}

.wfd-working__jobs__item__description {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 37px;
}

.wfd-working__jobs__item__view-more {
  display: inline-block;
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 41px;
  padding: 0 25px;
  background-color: #FFF;
}

.wfd-working__jobs__item__view-more:hover, .wfd-working__jobs__item__view-more:focus {
  background-color: #211645;
  color: #FFF;
}

.wfd-pe__texts {
  font-size: 0;
  line-height: 0;
}

.wfd-pe__texts__text {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.wfd-pe__partner__title {
  position: relative;
}

.wfd-pe__partner__title span {
  background-color: #FFF;
  padding-right: 20px;
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

.wfd-pe__partner__title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ebebeb;
  margin-top: -1px;
  z-index: 5;
}

.wfd-transparency {
  font-size: 0;
  line-height: 0;
}

.wfd-transparency__header__nav {
  margin: 0 0 90px 0;
  list-style: none;
  padding: 15px 0;
}

.wfd-transparency__header__nav li {
  display: inline-block;
  vertical-align: middle;
}

.wfd-transparency__header__nav li:not(:first-child) {
  margin-left: 10px;
}

.wfd-transparency__header__nav li:not(:last-child) {
  margin-right: 10px;
}

.wfd-transparency__header__nav li a {
  display: inline-block;
  color: #8c8c8c;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}

.wfd-transparency__header__nav li:hover a {
  color: #211645;
  transition: all 0.3s ease-in-out;
}

.wfd-transparency__header__nav li.current-menu-item a {
  color: #211645;
  border-bottom-color: #211645;
}

.wfd-transparency__header__title {
  color: #211645 !important;
  font-family: "interstate", sans-serif !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  margin: 0 0 94px 0 !important;
}

.wfd-transparency__description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  color: #211645;
  padding-bottom: 91px;
}

.wfd-transparency__description p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  color: #211645;
}

.wfd-transparency__description p:not(:last-child) {
  margin-bottom: 33px;
}

.wfd-transparency__description h2,
.wfd-transparency__description h3,
.wfd-transparency__description h4,
.wfd-transparency__description h5,
.wfd-transparency__description h6 {
  font-family: "interstate", sans-serif !important;
  font-weight: 400 !important;
  margin: 0 0 33px 0 !important;
  line-height: normal;
}

.wfd-transparency__description h2 {
  font-size: 30px !important;
}

.wfd-transparency__description h3 {
  font-size: 26px !important;
}

.wfd-transparency__description h4 {
  font-size: 20px !important;
}

.wfd-transparency__description h5 {
  font-size: 16px !important;
}

.wfd-transparency__description h6 {
  font-size: 12px !important;
}

.wfd-cp4d {
  font-size: 0;
  line-height: 0;
}

.wfd-cp4d__info {
  padding: 33px 0 24px 0;
  background-color: #f6f6f6;
}

.wfd-cp4d__info__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.625;
  max-width: 620px;
}

.wfd-cp4d .wfd-network-item__1__description {
  max-width: 620px;
}

.wfd-cp4d__map {
  padding: 93px 0 100px 0;
}

.wfd-cp4d .wfd-wbdi__1__docs__items {
  max-width: 100% !important;
}

.wfd-cp4d .wfd-wbdi__1 {
  margin-bottom: 0;
}

.wfd-cp4d__logos__title {
  position: relative;
  overflow: hidden;
  margin-bottom: 44px;
}

.wfd-cp4d__logos__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #000;
  transform: translateY(-50%);
  z-index: 5;
}

.wfd-cp4d__logos__title span {
  display: inline-block;
  position: relative;
  background-color: #FFF;
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  padding-right: 28px;
  z-index: 10;
}

.wfd-cp4d__cards {
  margin: 70px 0 0 0;
}

.wfd-countries .columns {
  margin: -10px -12px;
}

.wfd-countries .columns .column {
  padding: 10px 12px;
}

.wfd-countries__country__flag, .wfd-countries__country__name {
  display: inline-block;
  vertical-align: middle;
}

.wfd-countries__country__flag {
  margin-right: 13px;
  width: 28px;
}

.wfd-countries__country__name {
  width: calc(100% - 41px);
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}

.wfd-taw .wfd-wbdi__1__docs__items {
  max-width: 425px !important;
}

.wfd-taw__join {
  max-width: 500px;
  margin: 0 auto;
}

.wfd-taw__join__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 70px;
}

.wfd-taw__join__description {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 79px;
}

.wfd-taw__join__description p {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.wfd-taw__join__description p:not(:last-child) {
  margin-bottom: 25px;
}

.wfd-taw__join__buttons a,
.wfd-taw__join__buttons span {
  display: inline-block;
  vertical-align: middle;
}

.wfd-taw__join__buttons__button {
  background-color: #211645;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 20px;
}

.wfd-taw__join__buttons span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #211645;
  padding: 0 20px;
}

.wfd-om {
  font-size: 0;
  line-height: 0;
  padding: 86px 0 131px 0;
}

.wfd-om__description {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  margin: 86px auto 77px auto;
  max-width: 995px;
}

.wfd-om__description p {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
}

.wfd-om__description p:not(:last-child) {
  margin: 0 0 43px 0 !important;
}

.wfd-om__calls__call {
  padding: 43px 34px 25px 34px;
  background-color: #f9f9f9;
  height: calc(100% - 23px);
  display: flex;
  flex-direction: column;
  margin-bottom: 23px;
}

.wfd-om__calls__call__title {
  font-family: "interstate", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 70px;
}

.wfd-om__calls__call__title a {
  color: #211645;
}

.wfd-om__calls__call__date {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  padding-bottom: 21px;
  margin-bottom: 25px;
  border-bottom: 1px solid #211645;
}

.wfd-om__calls__call__excerpt {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  flex: 1;
}

.wfd-om__calls__call__view-more {
  display: inline-block;
  margin: 51px 0 0 0;
  font-family: "interstate", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  min-width: 150px;
  text-align: center;
  background-color: #FFF;
  color: #211645;
}

.wfd-om__calls__call__view-more:hover, .wfd-om__calls__call__view-more:focus {
  background-color: #000;
  color: #FFF;
}

.wfd-om__calls__call--closed {
  background-color: #211645;
}

.wfd-om__calls__call--closed .wfd-om__calls__call__title a {
  color: #FFF;
}

.wfd-om__calls__call--closed .wfd-om__calls__call__date {
  color: #FFF;
  border-bottom-color: #FFF;
}

.wfd-om__calls__call--closed .wfd-om__calls__call__excerpt {
  color: #FFF;
}

.wfd-blog {
  font-size: 0;
  line-height: 0;
  padding: 61px 0 109px 0;
}

@media only screen and (max-width: 768px) {
  .wfd-blog {
    padding: 30px 0 109px 0;
  }
}

.wfd-blog__news {
  background-color: #f9f9f9;
  height: calc(100% - 41px);
  margin-bottom: 41px;
  display: flex;
  flex-direction: column;
}

.wfd-blog__news__title {
  font-family: "interstate", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  padding: 33px 27px 0 27px;
}

.wfd-blog__news__title a {
  color: #211645;
}

.wfd-blog__news__meta {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  padding: 0 27px;
}

.wfd-blog__news__meta span {
  display: inline-block;
  vertical-align: middle;
}

.wfd-blog__news__meta__separator {
  padding: 0 3px;
}

.wfd-blog__news__excerpt {
  border-top: 1px solid #211645;
  padding: 35px 27px 0px 27px;
  margin-top: 35px;
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  flex: 1;
}

.wfd-blog__news .has-text-left {
  padding: 0 27px 35px 27px;
}

.wfd-blog__news__view-more {
  display: inline-block;
  margin-top: 32px;
  font-family: "interstate", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  min-width: 150px;
  text-align: center;
  background-color: #FFF;
  color: #211645;
}

.wfd-blog__news__view-more:hover, .wfd-blog__news__view-more:focus {
  background-color: #000;
  color: #FFF;
}

.wfd-blog__pagination {
  margin: 28px 0 0 0;
}

.wfd-blog__pagination span,
.wfd-blog__pagination a {
  display: inline-block;
  vertical-align: middle;
}

.wfd-blog__pagination a.page-numbers:not(.prev):not(.next) {
  width: 31px;
  height: 31px;
  background-color: #FFF;
  border: 1px solid #211645;
  border-radius: 50%;
  text-align: center;
  font-family: "interstate", sans-serif;
  font-size: 14px;
  line-height: 31px;
  font-weight: 400;
  color: #211645;
  margin: 0 5px;
}

.wfd-blog__pagination span.page-numbers.current {
  width: 31px;
  height: 31px;
  border: 1px solid #211645;
  border-radius: 50%;
  text-align: center;
  font-family: "interstate", sans-serif;
  font-size: 14px;
  line-height: 31px;
  font-weight: 400;
  margin: 0 5px;
  background-color: #211645;
  color: #FFF;
}

.wfd-blog__pagination span.page-numbers.dots {
  width: 31px;
  height: 31px;
  text-align: center;
  font-family: "interstate", sans-serif;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  margin: 0 5px;
  color: #211645;
}

.wfd-blog__pagination__direction--prev {
  margin-right: 40px;
}

.wfd-blog__pagination__direction--prev .wfd-blog__pagination__direction__label {
  margin-left: 10px;
}

.wfd-blog__pagination__direction--next {
  margin-left: 40px;
}

.wfd-blog__pagination__direction--next .wfd-blog__pagination__direction__label {
  margin-right: 10px;
}

.wfd-blog__pagination__direction__arrow {
  width: 31px;
  height: 31px;
  background-color: #ececec;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  color: #211645;
}

.wfd-blog__pagination__direction__label {
  font-family: "interstate", sans-serif;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  color: #211645;
}

.wfd-single__header {
  height: 90vh;
  max-height: 490px;
  position: relative;
  background-color: #211645;
}

@media only screen and (max-width: 768px) {
  .wfd-single__header {
    max-height: 250px;
  }
}

.wfd-single__header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

@media only screen and (max-width: 768px) {
  .wfd-single__header__image {
    opacity: 1;
  }
}

.wfd-single__header__circles {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url("assets/images/icons/icon-about-header-circles.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .wfd-single__header__circles {
    right: 0;
    display: none;
  }
}

.wfd-single__title {
  color: #101020;
  font-family: "interstate", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  padding: 49px 0 41px 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .wfd-single__title {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0 41px 0;
  }
}

.wfd-single__meta {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  padding: 30px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 42px;
}

.wfd-single__meta span {
  display: inline-block;
  vertical-align: middle;
}

.wfd-single__meta__separator {
  padding: 0 3px;
}

.wfd-single__content {
  color: #101020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 42px;
}

.wfd-single__content p {
  color: #101020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.wfd-single__content p:not(:last-child) {
  margin-bottom: 29px;
}

.wfd-single__content b,
.wfd-single__content strong {
  font-weight: 700;
}

.wfd-single__content h2,
.wfd-single__content h3,
.wfd-single__content h4,
.wfd-single__content h5,
.wfd-single__content h6 {
  display: block;
  color: #101020;
  font-family: "interstate";
  font-weight: 700;
  margin: 29px 0 54px 0 !important;
  line-height: normal;
}

.wfd-single__content h2:first-child,
.wfd-single__content h3:first-child,
.wfd-single__content h4:first-child,
.wfd-single__content h5:first-child,
.wfd-single__content h6:first-child {
  margin-top: 0 !important;
}

.wfd-single__content h2 {
  font-size: 38px;
}

.wfd-single__content h3 {
  font-size: 30px;
}

.wfd-single__content h4 {
  font-size: 24px;
}

.wfd-single__content h5 {
  font-size: 18px;
}

.wfd-single__content h6 {
  font-size: 14px;
}

.wfd-git {
  font-size: 0;
  line-height: 0;
}

.wfd-git__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 81px;
  text-align: center;
}

.wfd-git__map {
  margin-bottom: 118px;
}

.wfd-git__office {
  padding-bottom: 129px;
}

.wfd-git__office__item__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wfd-git__office__item__description {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.wfd-git__office__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 102px;
  text-align: center;
}

.wfd-git__contact {
  background-color: #f6f6f6;
  padding: 81px 0;
}

.wfd-git__contact .columns {
  margin: -15px;
}

.wfd-git__contact .columns .column {
  padding: 15px;
}

.wfd-git__contact__info {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.wfd-git__contact__info h2 {
  font-size: 29px;
  line-height: 37px;
  font-weight: 400;
  font-family: "interstate", sans-serif;
  color: #211645 !important;
}

.wfd-git__contact__form .wpcf7-form span {
  display: block;
  margin-bottom: 30px;
}

.wfd-git__contact__form .wpcf7-form .wpcf7-text,
.wfd-git__contact__form .wpcf7-form .wpcf7-textarea {
  height: 55px !important;
  width: 100% !important;
  background-color: #FFF !important;
  border: none !important;
  border-top: 1px solid #bbbbbb !important;
  padding: 15px 20px !important;
  box-shadow: none !important;
  display: block !important;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.wfd-git__contact__form .wpcf7-form .wpcf7-text ::-webkit-input-placeholder,
.wfd-git__contact__form .wpcf7-form .wpcf7-textarea ::-webkit-input-placeholder {
  color: #dfdfdf;
}

.wfd-git__contact__form .wpcf7-form .wpcf7-text :-moz-placeholder,
.wfd-git__contact__form .wpcf7-form .wpcf7-textarea :-moz-placeholder {
  color: #dfdfdf;
}

.wfd-git__contact__form .wpcf7-form .wpcf7-text ::-moz-placeholder,
.wfd-git__contact__form .wpcf7-form .wpcf7-textarea ::-moz-placeholder {
  color: #dfdfdf;
}

.wfd-git__contact__form .wpcf7-form .wpcf7-text :-ms-input-placeholder,
.wfd-git__contact__form .wpcf7-form .wpcf7-textarea :-ms-input-placeholder {
  color: #dfdfdf;
}

.wfd-git__contact__form .wpcf7-form .wpcf7-textarea {
  min-height: 191px;
  height: auto;
}

.wfd-git__contact__form .wpcf7-form .wpcf7-submit {
  background: transparent !important;
  border: 1px solid #211645;
  color: #211645;
}

.columns--reverse {
  flex-direction: row-reverse;
}

.wfd-elections__content {
  padding-top: 86px;
}

.wfd-elections__content__top {
  margin-bottom: 76px;
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
}

.wfd-elections__content__section--0 {
  margin-bottom: 164px;
}

.wfd-elections__content__section--1 {
  margin-bottom: 116px;
}

.wfd-elections__content__section--2 {
  margin-bottom: 132px;
}

.wfd-elections__content__section__narrow {
  max-width: 616px;
  width: 100%;
  margin: 0 auto;
}

.wfd-elections__content__section__description {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.wfd-elections__content__section__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 43px;
}

.wfd-elections__content__section__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}

.wfd-elections__content__section__button {
  display: inline-block;
  border: 1px solid #211645;
  color: #211645;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 0 57px;
  margin-top: 20px;
  background: #FFF;
}

.wfd-elections__content__section__button:hover, .wfd-elections__content__section__button:focus {
  background-color: #211645;
  color: #FFF;
}

.wfd-elections__content__section .wrap-me {
  padding-right: 80px;
}

.wfd-elections__content__section .wrap-me--reverse {
  padding-right: 0;
  padding-left: 80px;
}

.wfd-elections__pdf {
  padding: 80px 0;
  background-color: #f6f6f6;
  margin-top: 156px;
}

.wfd-elections__pdf__image {
  display: block;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.2);
}

.wfd-elections__pdf__title {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 55px;
  display: block;
}

.wfd-elections__pdf__author {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.wfd-search-page__title {
  display: inline-block;
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 60px;
}

.wfd-search-page__header {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 25px 0 5px 0;
  margin-bottom: 60px;
}

.wfd-search-page__header__new {
  color: #211645;
  font-family: "interstate", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.wfd-search-page__header__description {
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.wfd-publications {
  padding-bottom: 74px;
}

.wfd-publications > header {
  margin-bottom: 74px;
}

.wfd-publications__filters {
  font-size: 0;
  line-height: 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 21px 0 38px 0;
}

.wfd-publications__filters__title {
  margin-bottom: 47px;
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 1.65;
  color: #211645;
}

.wfd-publications__filters__filter > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 15px 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.wfd-publications__filters__filter > button:focus {
  outline: none;
}

.wfd-publications__filters__filter__left {
  display: flex;
  align-items: center;
}

.wfd-publications__filters__filter__status {
  width: 17px;
  height: 17px;
  background-color: #ececec;
  border-radius: 50%;
  margin-right: 26px;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wfd-publications__filters__filter__label {
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 1;
  color: #211645;
}

.wfd-publications__filters__filter__items {
  padding-left: 43px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wfd-publications__filters__filter__items__item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  cursor: pointer;
  padding: 5px 0;
}

.wfd-publications__filters__filter__items__item--active {
  color: #211645;
  text-decoration: underline;
}

.wfd-publications__filters__filter--active .wfd-publications__filters__filter__status {
  background-color: #211645;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wfd-publications__filters__filter--active .wfd-publications__filters__filter__icon {
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wfd-publications__filters__filter--active .wfd-publications__filters__filter__items {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#wrapper #main .wfd-publication.columns {
  margin-top: 0;
  margin-bottom: 38px;
}

#wrapper #main .wfd-publication.columns .column {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

#wrapper #main .wfd-publication__image {
  width: 290px;
  display: inline-block;
  box-sizing: border-box;
}

#wrapper #main .wfd-publication__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px !important;
  line-height: 1.32;
  font-weight: 700;
  margin: 0 0 22px 0;
  padding: 0;
}

#wrapper #main .wfd-publication__date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #211645;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}

#wrapper #main .wfd-publication__excerpt {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #211645;
}

#wrapper #main .wfd-publication__excerpt p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #211645;
  padding: 0;
  margin: 0;
}

#wrapper #main .wfd-publication__excerpt:after {
  content: '';
  display: block;
  width: 90px;
  height: 1px;
  background-color: #d0d0d0;
  margin-top: 25px;
}

#wfd-load-more-publications {
  display: block;
  border: 1px solid #211645;
  color: #211645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 0 57px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 auto;
  cursor: pointer;
}

#wfd-load-more-publications:hover, #wfd-load-more-publications:focus {
  background-color: #211645;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-template-template-uk-gesc #sliders-container,
.page-template-template-uk-gesc .avada-page-titlebar-wrapper {
  display: none !important;
}
.page-template-template-uk-gesc #main {
  padding: 0 !important;
}
.page-template-template-uk-gesc.layout-boxed-mode #wrapper {
  width: 100%;
}
.page-template-template-uk-gesc.layout-boxed-mode .fusion-row {
  max-width: 100% !important;
}

.wfd-uk-gesc {
  font-size: 1rem;
  line-height: 1rem;
}
.wfd-uk-gesc .container {
  max-width: 100%;
}
@media (max-width: 768px) {
  .wfd-uk-gesc .container {
    width: 100% !important;
  }
}
.wfd-uk-gesc__intro {
  margin-bottom: 60px;
}
.wfd-uk-gesc__intro__content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #101020;
}
.wfd-uk-gesc__intro__title {
  font-family: "interstate";
  font-size: 44px;
  line-height: 53px;
  color: #241E46;
  font-weight: 400;
}
.wfd-uk-gesc__post {
  font-size: 12px;
  line-height: 12px;
}
.wfd-uk-gesc__post__fimage {
  margin-bottom: 36px;
}
.wfd-uk-gesc__post__fimage img {
  width: 100%;
}
.wfd-uk-gesc__post__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "interstate";
}
.wfd-uk-gesc__post__title a {
  color: #231D45;
}
.wfd-uk-gesc__post__date {
  font-size: 16px;
  line-height: 25px;
}
.wfd-uk-gesc__events {
  margin-bottom: 90px;
}
.wfd-uk-gesc__events-bb {
  border-bottom: 1px solid #E3E3E3;
}
.wfd-uk-gesc__research_and_commentary {
  margin-bottom: 45px;
}
.wfd-uk-gesc__contact {
  font-size: 23px;
  line-height: 26px;
  color: #231D45;
  margin-bottom: 60px;
}
.wfd-uk-gesc__contact p {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 26px;
  margin-top: 0;
}
.wfd-uk-gesc__contact p:last-child {
  margin-bottom: 0;
}
.wfd-uk-gesc__contact-bg {
  background-color: #F5F5F5;
  padding: 65px 40px;
}
.wfd-uk-gesc__section {
  margin-bottom: 40px;
}
.wfd-uk-gesc__section__title {
  font-family: "interstate";
  font-size: 44px;
  line-height: 53px !important;
  color: #241E46;
  font-weight: 400 !important;
}
.wfd-uk-gesc__section__title--leadership {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 42px;
}
.wfd-uk-gesc__section__content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #101020;
  margin-bottom: 25px;
  margin-top: 0;
}
.wfd-uk-gesc__section__content p:last-child {
  margin-bottom: 0;
}
.wfd-uk-gesc__section--leadership {
  padding-bottom: 50px;
}
.wfd-uk-gesc__section--leadership-bb {
  border-bottom: 1px solid #E3E3E3;
}
.wfd-uk-gesc .leader__photo {
  margin-bottom: 24px;
}
.wfd-uk-gesc .leader__meta {
  font-size: 20px;
  line-height: 24px;
  color: #241E46;
}
.wfd-uk-gesc .leader__meta span {
  display: block;
}
.wfd-uk-gesc__expert__fimage {
  margin-bottom: 36px;
}
.wfd-uk-gesc__expert__fimage img {
  width: 100%;
}
.wfd-uk-gesc__expert__name {
  font-size: 26px;
  line-height: 36px;
  font-family: "interstate";
  margin-bottom: 26px;
}
.wfd-uk-gesc__expert__position {
  font-size: 16px;
  line-height: 25px;
}
.wfd-uk-gesc__experts {
  margin-bottom: 45px;
}