@charset "UTF-8";
/*
Theme Name: BB foundation
Text Domain: twentysixteen
*/
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700");
/*
@mixin font-sizes($sizes){
  @each $breakpoint in $breakpoints {
    $width: map-get($breakpoint, $width);
    @media only screen and (max-width: $width){
      font-size: $font-sizes-{$breakpoint}($sizes);
    }
  }
}
*/
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
}
body img {
  max-width: 100%;
}

section {
  float: left;
  width: 100%;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
  -webkit-appearance: none;
  border-radius: 0;
}

h1,
.h1,
.h1 p {
  font-size: 95px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 1032px) {
  h1,
  .h1,
  .h1 p {
    font-size: 65px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  .h1,
  .h1 p {
    font-size: 39px;
  }
}

h2,
.h2,
.search__list .no-results .page-title,
.h2 p,
.search__list .no-results .page-title p {
  font-size: 54px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 1032px) {
  h2,
  .h2,
  .search__list .no-results .page-title,
  .h2 p,
  .search__list .no-results .page-title p {
    font-size: 34px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
  .h2,
  .search__list .no-results .page-title,
  .h2 p,
  .search__list .no-results .page-title p {
    font-size: 30px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 50px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 1032px) {
  h3,
  .h3,
  .h3 p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
  .h3,
  .h3 p {
    font-size: 26px;
  }
}

h4,
.h4,
.h4 p {
  font-size: 25px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1032px) {
  h4,
  .h4,
  .h4 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
  .h4,
  .h4 p {
    font-size: 18px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1032px) {
  h5,
  .h5,
  .h5 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
  .h5,
  .h5 p {
    font-size: 16px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1032px) {
  h6,
  .h6,
  .h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6,
  .h6,
  .h6 p {
    font-size: 16px;
  }
}

a {
  color: #4f505a;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (max-width: 1032px) {
  p {
    font-size: 18px;
  }
}

b,
strong,
strong * {
  font-weight: 700;
}

*:focus {
  /* ADA Compliant DO NOT DELETE (LUCIO) */
  outline: 1px solid #878f9d;
}

.row {
  float: left;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) !important;
  width: 23px;
  height: 14px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto !important;
  right: 0;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 1180px;
  margin: 0 auto;
  max-width: 100%;
}
.container.relative {
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 0 20px;
  }
}

.container-medium {
  width: 1020px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 1260px) {
  .container-medium {
    float: left;
    width: 100%;
    padding: 0 42px;
  }
}
@media only screen and (max-width: 600px) {
  .container-medium {
    padding: 0 17px;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.centerDiv {
  display: flex;
  align-items: center;
}

#page {
  float: left;
  width: 100%;
  overflow: hidden;
}

.header {
  float: left;
  width: 100%;
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
  background: #152342;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1260px) {
  .header {
    position: fixed;
  }
}
.header--hidden {
  opacity: 0;
}
.header .relative {
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .header {
    padding: 15px 0;
  }
}
.header.nav-up:not(.menu--open) {
  top: -200px;
}
.header.scrolled.nav-down {
  top: 0px;
}
.header__top {
  padding-bottom: 48px;
  text-align: right;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1260px) {
  .header__top {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .header__top {
    padding-bottom: 16px;
  }
}
.header__top.header__top--search {
  display: none;
}
@media only screen and (max-width: 1260px) {
  .header__top.header__top--search {
    display: block;
    padding-bottom: 16px !important;
  }
}
.header__top a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 55px;
  position: relative;
  letter-spacing: 0.5px;
  height: 42px;
  line-height: 42px;
}
.header__top a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 4px;
  transition: all 0.4s ease-out;
  background-color: #ffc200;
  transform: scale3d(0, 1, 1);
  left: auto;
  right: 0%;
  opacity: 0;
}
.header__top a:hover:after, .header__top a.active:after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.header__top a.active {
  font-weight: 700;
}
@media only screen and (max-width: 450px) {
  .header__top a {
    margin-left: 16px;
  }
}
.header__top input[type=button] {
  float: right;
  width: 40px;
  height: 40px;
  background: none;
  background-image: url(images/icon-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  cursor: pointer;
  filter: invert(1) brightness(100);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  outline: none;
}
@media only screen and (max-width: 1260px) {
  .header__top input[type=button] {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%);
    z-index: 1;
    color: #4f5059;
  }
}
.header__top input[type=search],
.header__top input[type=text] {
  line-height: 40px;
  border: 1px solid rgba(192, 192, 192, 0) !important;
  background: rgba(255, 255, 255, 0) !important;
  border-right: none;
  font-size: 20px;
  height: 42px;
  padding: 20px 0;
  margin: 0;
  width: 200px;
  position: absolute;
  z-index: 1;
  right: -200px;
  top: 0;
  border-radius: 22px;
  transition: all 0.5s ease;
  opacity: 0;
}
.header__top input[type=search]::placeholder,
.header__top input[type=text]::placeholder {
  color: #fff;
}
@media only screen and (max-width: 1260px) {
  .header__top input[type=search],
  .header__top input[type=text] {
    width: 100%;
    float: left;
    right: 0;
    border: 1px solid rgb(75, 75, 75) !important;
    background: rgb(75, 75, 75) !important;
    padding: 20px 50px;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #fff;
  }
}
.header__top .close_button {
  display: none;
  width: 13px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  z-index: 1;
  color: #878f9d;
  cursor: pointer;
}
@media only screen and (max-width: 1260px) {
  .header__top .close_button {
    top: 8%;
    color: #fff;
  }
}
.header__top .search_button {
  display: none;
  cursor: pointer;
}
.header__top #search_container {
  width: 50px;
  vertical-align: top;
  display: inline-block;
  margin-left: 40px;
  height: 42px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1260px) {
  .header__top #search_container {
    height: auto;
    position: absolute;
    top: 120px;
    left: 50%;
    width: 334px;
    max-width: calc(100% - 40px);
    transform: translate(-50%, 0px);
    float: left;
    margin: 0;
    display: none;
  }
}
@media only screen and (max-width: 1260px) {
  .header__top #search_container form {
    float: left;
    width: 100%;
    height: 42px;
  }
}
.header__top #search_container.open {
  width: 300px;
  margin-top: 0;
}
.header__top #search_container.open input[type=submit] {
  display: none;
}
.header__top #search_container.open input[type=text] {
  width: 100%;
  position: relative;
  font-size: 16px;
  padding: 20px 50px;
  font-weight: 500;
  border: 1px solid rgb(192, 192, 192) !important;
  background: rgb(255, 255, 255) !important;
  opacity: 1;
}
.header__top #search_container.open .search_button {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
  z-index: 1;
  color: #4f5059;
}
.header__top #search_container.open .search_button:focus {
  outline: none;
}
.header__top #mobile_search_container {
  display: none !important;
}
@media only screen and (max-width: 1260px) {
  .header__top #mobile_search_container {
    display: block !important;
    position: relative;
  }
}
.header__top #mobile_search_container input[type=text] {
  width: 100%;
  position: relative;
  font-size: 16px;
  padding: 20px 50px;
  font-weight: 600;
  border: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1;
  color: #fff;
}
.header__top #mobile_search_container input[type=text]::placeholder {
  color: #fff;
}
.header__top #mobile_search_container .search_button {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
  z-index: 1;
  color: #fff;
}
.header__top #mobile_search_container .search_button:focus {
  outline: none;
}
.header__top #hint {
  margin-top: 50px;
  font-size: 15px;
  color: #444;
}
.header__logo {
  float: left;
  width: auto;
  height: 40px;
  transform: translateY(-5px);
}
@media only screen and (max-width: 1260px) {
  .header__logo {
    height: 40px;
    transform: translateY(0px);
  }
}
.header__logo a {
  float: left;
  width: auto;
  height: 100%;
}
.header__logo a img {
  float: left;
  width: auto;
  height: 100%;
}
.header__logo a img:nth-child(2) {
  display: none;
}
.header__logo.open {
  z-index: 1;
  position: relative;
}
.header__logo.open a img:nth-child(1) {
  display: none;
}
.header__logo.open a img:nth-child(2) {
  display: block;
  width: 60px;
  height: 33px;
  margin-top: 10px;
}
.header .nav__button {
  float: right;
  position: relative;
  z-index: 11;
  width: 22px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-top: 15px;
  outline: 0;
}
@media only screen and (max-width: 1260px) {
  .header .nav__button {
    display: block;
  }
}
.header .nav__button span {
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 3px;
  transition: all 0.5s ease;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.header .nav__button span:nth-child(1) {
  top: 0px;
}
.header .nav__button span:nth-child(2), .header .nav__button span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
}
.header .nav__button span:nth-child(4) {
  top: 22px;
}
.header .nav__button.open span:nth-child(1) {
  opacity: 0;
}
.header .nav__button.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header .nav__button.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .nav__button.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header__nav {
  float: right;
}
@media only screen and (max-width: 1260px) {
  .header__nav .menu-primary-nav-container {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: -55px;
    background-color: #333;
    height: calc(100vh + 55px);
    text-align: center;
    padding: 180px 20px 0px 20px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 550px) and (max-height: 450px) {
  .header__nav .menu-primary-nav-container {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .header__nav .menu-primary-nav-container {
    padding-bottom: 40px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .header__nav .menu-primary-nav-container:after {
    position: fixed;
    top: -27px;
    left: 0;
    width: 100%;
    height: 90px;
    background: #333;
    content: "";
    z-index: 2;
  }
}
.header__nav ul {
  float: left;
  width: auto;
  height: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 1260px) {
  .header__nav ul {
    float: none;
    margin: 0 auto;
    max-width: 350px;
  }
}
.header__nav ul li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
}
@media only screen and (max-width: 1260px) {
  .header__nav ul li {
    opacity: 1 !important;
  }
}
.header__nav ul li.button {
  margin-right: 0;
}
@media only screen and (max-width: 1260px) {
  .header__nav ul li.button {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 1260px) {
  .header__nav ul li {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .header__nav ul li {
    text-align: left;
  }
}
.header__nav ul li a {
  display: inline-block;
  min-width: 125px;
  padding: 0 0;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  outline: 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  .header__nav ul li a {
    text-align: center;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .header__nav ul li a {
    text-align: left;
  }
}
.header__nav ul li a:before, .header__nav ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  transition: all 0.4s ease-out;
  background-color: #ffc200;
  transform: scale3d(0, 1, 1);
  opacity: 0;
}
.header__nav ul li a:after {
  left: auto;
  right: 0%;
}
.header__nav ul li.current_page_item:not(.button) a, .header__nav ul li.current_menu_item:not(.button) a {
  font-weight: 700;
}
.header__nav ul li.current_page_item:not(.button) a:after, .header__nav ul li.current_menu_item:not(.button) a:after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.header__nav ul li:not(.button) a:hover:after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.header__nav ul li.button a {
  color: #333333;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 16px;
}
.header__nav .header__top {
  display: none;
  width: 100%;
  text-align: center;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1260px) {
  .header__nav .header__top {
    display: block;
    float: left;
    padding-bottom: 40px;
  }
}
.header__nav .header__top a {
  margin: 0 20px;
}
@media only screen and (max-width: 1260px) {
  .header__nav .header__top a {
    margin: 0;
    min-width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .header__nav .header__top a {
    text-align: left;
    float: left;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .header__nav .header__top a:after {
    bottom: 0;
  }
}
.header.scrolled {
  position: fixed;
  background: #152342;
  padding: 15px 0;
  transition: all 0.3s ease;
  opacity: 1;
  /*.header__logo a img:nth-child(1),
  .header__top {position: absolute;top:-60px; right:0; opacity: 0;transition: all 0.5s ease;padding-bottom:0;}*/
  /*.header__logo a img:nth-child(2) {display: block; }*/
}
.header.scrolled .container {
  position: relative;
}
.header.scrolled .header__nav ul .header__top {
  position: static;
  opacity: 1;
}
.header.scrolled .header__logo {
  height: 35px;
  margin-top: 0;
  transform: translateY(0);
}
.header.scrolled .nav__button {
  display: block;
}
.header.scrolled .menu-primary-nav-container {
  float: right;
  margin-right: 30px;
}
.header.scrolled .header__nav li:not(.button) {
  opacity: 0;
  transition: all 0.5s ease;
}
.header.scrolled.scrolled--open {
  padding-top: 100px;
}
@media only screen and (max-width: 1260px) {
  .header.scrolled.scrolled--open {
    padding-top: 30px;
  }
}
.header.scrolled.scrolled--open .header__nav li:not(.button) {
  opacity: 1;
}
.header.scrolled.scrolled--open .header__top {
  opacity: 1;
}

.news-bar--active .header:not(.scrolled):not(.header--hidden) {
  top: 80px;
}
@media only screen and (max-width: 1260px) {
  .news-bar--active .header:not(.scrolled):not(.header--hidden) {
    top: 0;
  }
}

.news-bar {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0;
  background: #333333;
  z-index: 101;
  display: none;
}
@media only screen and (max-width: 1260px) {
  .news-bar {
    position: fixed;
    top: auto;
    bottom: 0;
  }
}
.news-bar--cookies {
  background: #152342;
  top: auto;
  bottom: 0;
  position: fixed;
}
@media only screen and (max-width: 1260px) {
  .news-bar--cookies {
    top: 0;
    bottom: auto;
  }
}
.news-bar p {
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 1260px) {
  .news-bar p {
    line-height: 1.5;
  }
}
.news-bar p strong {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
.news-bar p a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.news-bar p a:hover {
  color: #fff;
}
.news-bar__close {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.65;
  font-size: 30px;
  cursor: pointer;
}
.news-bar__close:hover {
  opacity: 1;
}
@media only screen and (max-width: 1260px) {
  .news-bar .container {
    padding-right: 80px;
  }
}

.footer__subscription {
  float: left;
  width: 100%;
  padding: 75px 0;
  margin-top: 200px;
  background-image: linear-gradient(285deg, #ffc200, #00b4c9 35%, #0079ff 56%, #0079ff);
}
@media only screen and (max-width: 768px) {
  .footer__subscription {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .footer__subscription {
    margin-top: 50px;
  }
}
.footer__subscription .h4, .footer__subscription p, .footer__subscription p a {
  color: #fff;
}
.footer__subscription p {
  font-family: "Libre Baskerville", serif;
  font-size: 34px;
}
@media only screen and (max-width: 600px) {
  .footer__subscription p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
  }
}
.footer__subscription__texts {
  float: left;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .footer__subscription__texts {
    width: 100%;
  }
}
.footer__subscription__form {
  float: right;
  width: 45%;
  padding-right: 10%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__subscription__form {
    float: left;
    clear: both;
    width: 100%;
    margin: 25px 0;
    padding-right: 0;
  }
}
.footer__subscription__form .gform_required_legend {
  display: none;
}

.footer {
  float: left;
  width: 100%;
  padding: 40px 0 25px 0;
  background: #152342;
}
@media only screen and (max-width: 450px) {
  .footer {
    padding: 40px 0 30px 0;
  }
}
.footer .footer-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .footer .footer-row {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.footer .footer__column {
  flex: 1 1 250px;
  min-width: 250px;
}
@media only screen and (max-width: 900px) {
  .footer .footer__column {
    flex: 1 1 100%;
  }
}
.footer .footer__column:nth-child(1) {
  flex: 1 1 calc(100% - 250px);
}
@media only screen and (max-width: 900px) {
  .footer .footer__column:nth-child(1) {
    flex: 1 1 100%;
  }
}
.footer .footer__column .footer__logo {
  max-width: 340px;
  width: 80%;
}
.footer .footer__column .footer__social {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .footer .footer__column .footer__social {
    position: static;
    text-align: center;
    margin: 44px 0;
  }
}
.footer .footer__column .footer__social div {
  float: left;
}
.footer .footer__column .footer__social div a {
  font-size: 25px;
  color: #fff !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
}
.footer .footer__column .footer__social div a:hover {
  opacity: 0.6 !important;
}
.footer .footer__column:nth-last-child(1) p {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 30px;
}
.footer .footer__column:nth-last-child(1) p:nth-last-child(1) {
  font-size: 12px;
  opacity: 0.5;
  margin: 0;
}
.footer .footer__column:nth-last-child(1) .footer__logos {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.footer .footer__column:nth-last-child(1) .footer__logos a {
  float: left;
  width: 100%;
}
.footer .footer__column--block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.footer .footer__column--block h4 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
}
.footer .footer__column--row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.footer .footer__column--row p, .footer .footer__column--row a {
  color: #fff !important;
  font-size: 16px !important;
  opacity: 1;
}
@media only screen and (max-width: 1032px) {
  .footer .footer__column--row p, .footer .footer__column--row a {
    font-size: 14px !important;
  }
}
.footer .footer__column--row a:hover {
  text-decoration: underline;
}
.footer .footer__bottom {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #444;
}
.footer .footer__bottom p, .footer .footer__bottom a {
  font-size: 12px;
  color: #fff;
  line-height: 2;
  opacity: 0.5;
}
.footer .footer__bottom p a {
  opacity: 1;
}
.footer .footer__bottom a:hover {
  color: #fff;
  opacity: 1;
}
.footer .footer__bottom .footer__column:nth-last-child(1) p {
  text-align: right;
}
@media only screen and (max-width: 1032px) {
  .footer .footer__bottom .footer__column:nth-last-child(1) p {
    text-align: center;
  }
}
.footer .footer__bottom .footer__bottom__nav a {
  margin: 0 10px;
  display: inline-block;
}
@media only screen and (max-width: 1032px) {
  .footer .footer__bottom .footer__column {
    margin-top: 29px;
  }
}
.footer__nav {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 25%;
}
@media only screen and (max-width: 600px) {
  .footer__nav {
    padding: 0 20%;
  }
}
.footer__nav a {
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
  color: #fff;
  width: auto;
}
.footer__nav a:nth-last-child(1) {
  margin: 0;
}
@media only screen and (max-width: 1032px) {
  .footer__nav a:nth-last-child(1) {
    margin-bottom: 40px;
  }
}
.footer__nav a.button {
  color: #333333;
}
.footer__nav a:not(.button):hover {
  color: #fff;
  font-weight: 700;
}

.link {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .link {
    border-bottom: 3px solid #333333;
  }
  .link:hover {
    border-color: #fff;
  }
}
.link:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .link:after {
    display: none;
  }
}
.link:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.link:hover:after {
  background: #fff;
}
.link--blue:after {
  background: #0079ff;
}
.link--blue:hover {
  color: #fff;
}

.link--secondary {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
  color: #333333;
}
@media only screen and (max-width: 600px) {
  .link--secondary {
    border-bottom: 3px solid #333333;
  }
  .link--secondary:hover {
    border-color: #fff;
  }
}
.link--secondary:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .link--secondary:after {
    display: none;
  }
}
.link--secondary:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.link--secondary:hover:after {
  background: #fff;
}
.link--secondary--blue:after {
  background: #0079ff;
}
.link--secondary--blue:hover {
  color: #fff;
}

.button {
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  background: #ffc200;
  padding: 0 20px;
  min-width: 200px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 0.5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.button:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 120%;
  background: #fff;
  transform: translateX(-100%) skewX(15deg);
  transition: all 0.5s ease;
  z-index: 0;
  content: "";
}
.button span, .button i {
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  transform: translateX(0) skewX(15deg);
}
.button--white {
  color: #333333;
  background: #fff;
}
.button--white:before {
  background: #ffc200;
}
.button--white:hover {
  color: #333333;
}

.button--secondary {
  color: #fff;
  background: #152342;
}
.button--secondary:before {
  background: #3d4d70;
}
.button--secondary:hover {
  color: #fff;
}

.button--alternative {
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  background: #ffc200;
  padding: 0 20px;
  min-width: 200px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 0.5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  color: #fff;
  background: #878f9d;
}
.button--alternative:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 120%;
  background: #fff;
  transform: translateX(-100%) skewX(15deg);
  transition: all 0.5s ease;
  z-index: 0;
  content: "";
}
.button--alternative span, .button--alternative i {
  position: relative;
  z-index: 1;
}
.button--alternative:hover {
  color: #fff;
}
.button--alternative:hover:before {
  transform: translateX(0) skewX(15deg);
}
.button--alternative--white {
  color: #333333;
  background: #fff;
}
.button--alternative--white:before {
  background: #ffc200;
}
.button--alternative--white:hover {
  color: #333333;
}
.button--alternative:before {
  background: #ffc200;
}

.gform_wrapper input,
.gform_wrapper input[type=text],
.gform_wrapper input[type=submit],
.gform_wrapper textarea {
  background: rgba(255, 255, 255, 0.5);
  color: #333333;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-left: 35px;
  width: 100%;
}
.gform_wrapper input::placeholder,
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=submit]::placeholder,
.gform_wrapper textarea::placeholder {
  color: #4f505a;
}
.gform_wrapper label {
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.gform_wrapper .gfield {
  margin-bottom: 20px;
}
.gform_wrapper input[type=submit] {
  display: none;
  background: #fff;
  padding: 0;
  text-align: center;
  width: 200px;
  float: right;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
}
.gform_wrapper input[type=submit]:hover {
  background: #ffc200;
}

.footer__subscription button {
  float: right;
  width: 200px;
  color: #333333;
  background: #fff;
}
.footer__subscription button:before {
  background: #ffc200;
}
.footer__subscription button:hover {
  color: #333333;
}
.footer__subscription .gfield.gfield_html {
  font-size: 14px;
  font-style: italic;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 35%;
}
@media only screen and (max-width: 1260px) {
  .footer__subscription .gfield.gfield_html {
    position: static;
    transform: none;
    width: 100%;
  }
}
.footer__subscription .gfield.gfield_html a {
  color: #fff;
}
.footer__subscription .gfield.gfield_html a:hover {
  color: #333333;
}

.gform_confirmation_wrapper {
  min-height: 200px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 25px;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.gform_submission_error {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.gfield_description.validation_message {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

#bbox-root {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  #bbox-root {
    margin-top: 30px;
  }
}
#bbox-root .BBFormErrorBlock {
  margin: 0 auto 100px auto;
}
@media only screen and (max-width: 768px) {
  #bbox-root .BBFormErrorBlock {
    margin-bottom: 30px;
  }
}
#bbox-root .BBFormErrorBlock .BBFormErrorItem {
  outline: 0;
}
#bbox-root .BBFormErrorBlock ul {
  outline: 0;
}
#bbox-root .BBFormSection {
  margin: 0 auto 30px !important;
  padding: 10px 30px;
  background: rgba(133, 143, 158, 0.1);
  max-width: 750px;
}
#bbox-root .BBFormSection .BBFormSectionHeading {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0079ff !important;
  padding: 0 !important;
  border: 0 !important;
}
#bbox-root .BBFormSection .BBFormFieldContainer {
  margin: 10px 0 !important;
}
#bbox-root .BBFormSection .BBFormFieldContainer .BBFormFieldLabel {
  color: #4f505a;
  font-size: 16px;
}
#bbox-root .BBFormSection [data-style=Narrow_Buttons] .BBFormRadioLabelGivingLevel {
  border: 0 !important;
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
}
#bbox-root .BBFormSection [data-style=Narrow_Buttons] .BBFormRadioLabelGivingLevelSelected, #bbox-root .BBFormSection [data-style=Narrow_Buttons] .BBFormRadioLabelGivingLevel:hover {
  background: #ffc200 !important;
  color: #333333 !important;
}
#bbox-root .BBFormSection .BBFormFieldLabel.BBFormSummaryTotal {
  display: none;
}
#bbox-root .BBFormSection .BBFormRadioList {
  text-align: center;
}
#bbox-root .BBFormSection:nth-last-child(1) {
  background: none;
}
#bbox-root .BBFormSection:nth-last-child(1) .BBFormFieldContainer {
  text-align: center;
}
#bbox-root .BBFormSection:nth-last-child(1) .BBFormFieldContainer .BBFormSubmitbutton {
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 300px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  background: #0079ff !important;
  border-radius: 30px;
  transition: all 0.3s ease;
}
#bbox-root .BBFormSection:nth-last-child(1) .BBFormFieldContainer .BBFormSubmitbutton:hover {
  background: #ffc200;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

.home-hero {
  min-height: 875px;
  background-image: linear-gradient(240deg, rgba(0, 176, 244, 0.91), rgba(0, 176, 244, 0.87) 29%, #0079ff 78%, #0064d8);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 200px 40px 100px;
}
@media only screen and (max-width: 768px) {
  .home-hero {
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .home-hero {
    min-height: 100vh;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) and (max-height: 450px) {
  .home-hero {
    min-height: 500px;
  }
}
@media only screen and (max-width: 350px) {
  .home-hero {
    min-height: calc(100vh + 100px);
  }
}
.home-hero:before {
  position: absolute;
  transition: all 1s ease-out;
  right: 0;
  top: 0;
  left: auto;
  width: 0;
  height: 100%;
  background: #ffc200;
  content: "";
  z-index: 1000;
}
.home-hero--transition:before {
  width: 100%;
  left: 0;
  right: auto;
}
.home-hero--transition-out:before {
  width: 0%;
  right: 0;
  left: auto;
}
.home-hero .container {
  position: relative;
  z-index: 2;
}
.home-hero .h1 p,
.home-hero .h2 p,
.home-hero .search__list .no-results .page-title p,
.search__list .no-results .home-hero .page-title p {
  color: #fff;
}
@media only screen and (max-width: 1075px) {
  .home-hero .h1 p,
  .home-hero .h2 p,
  .home-hero .search__list .no-results .page-title p,
  .search__list .no-results .home-hero .page-title p {
    font-size: 65px;
  }
}
@media only screen and (max-width: 900px) {
  .home-hero .h1 p,
  .home-hero .h2 p,
  .home-hero .search__list .no-results .page-title p,
  .search__list .no-results .home-hero .page-title p {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .home-hero .h1 p,
  .home-hero .h2 p,
  .home-hero .search__list .no-results .page-title p,
  .search__list .no-results .home-hero .page-title p {
    font-size: 39px;
  }
}
.home-hero .h1 p strong,
.home-hero .h2 p strong,
.home-hero .search__list .no-results .page-title p strong,
.search__list .no-results .home-hero .page-title p strong {
  font-weight: 400;
  position: relative;
  transition: all 0.5s ease;
}
.home-hero .h1 p strong:after,
.home-hero .h2 p strong:after,
.home-hero .search__list .no-results .page-title p strong:after,
.search__list .no-results .home-hero .page-title p strong:after {
  content: "*";
  font-family: "Montserrat", sans-serif;
  color: #ffc200;
  position: absolute;
  right: -10px;
  top: -10px;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .home-hero .h1 p strong:after,
  .home-hero .h2 p strong:after,
  .home-hero .search__list .no-results .page-title p strong:after,
  .search__list .no-results .home-hero .page-title p strong:after {
    right: 0;
  }
}
.home-hero .h1 p strong.visible,
.home-hero .h2 p strong.visible,
.home-hero .search__list .no-results .page-title p strong.visible,
.search__list .no-results .home-hero .page-title p strong.visible {
  padding-right: 30px;
}
@media only screen and (max-width: 600px) {
  .home-hero .h1 p strong.visible,
  .home-hero .h2 p strong.visible,
  .home-hero .search__list .no-results .page-title p strong.visible,
  .search__list .no-results .home-hero .page-title p strong.visible {
    padding-right: 20px;
  }
}
.home-hero .h1 p strong.visible:after,
.home-hero .h2 p strong.visible:after,
.home-hero .search__list .no-results .page-title p strong.visible:after,
.search__list .no-results .home-hero .page-title p strong.visible:after {
  opacity: 1;
  transition: all 1s ease;
}
.home-hero .h1 p em,
.home-hero .h2 p em,
.home-hero .search__list .no-results .page-title p em,
.search__list .no-results .home-hero .page-title p em {
  position: relative;
  transition: all 0.5s ease;
  display: inline-block;
}
.home-hero .h1 p em span,
.home-hero .h2 p em span,
.home-hero .search__list .no-results .page-title p em span,
.search__list .no-results .home-hero .page-title p em span {
  opacity: 0;
  display: inline-block;
}
.home-hero .h1 p em:after,
.home-hero .h2 p em:after,
.home-hero .search__list .no-results .page-title p em:after,
.search__list .no-results .home-hero .page-title p em:after {
  border-bottom: 5px solid #ffc200;
  width: 100%;
  float: left;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 14px;
}
@media only screen and (max-width: 600px) {
  .home-hero .h1 p em:after,
  .home-hero .h2 p em:after,
  .home-hero .search__list .no-results .page-title p em:after,
  .search__list .no-results .home-hero .page-title p em:after {
    bottom: 5px;
  }
}
.home-hero .h2 span.text, .home-hero .search__list .no-results .page-title span.text, .search__list .no-results .home-hero .page-title span.text {
  text-decoration: underline;
  color: #ffc200;
  display: inline-block;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.home-hero .h2 span.text p, .home-hero .search__list .no-results .page-title span.text p, .search__list .no-results .home-hero .page-title span.text p {
  color: #fff;
}
.home-hero .h2 span.quote-sign, .home-hero .search__list .no-results .page-title span.quote-sign, .search__list .no-results .home-hero .page-title span.quote-sign {
  position: absolute;
  top: 0;
  left: -30px;
  color: #fff;
}
.home-hero .footnote,
.home-hero .author {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 600px) {
  .home-hero .footnote,
  .home-hero .author {
    font-size: 16px;
  }
}
.home-hero .footnote .i,
.home-hero .author .i {
  background-image: url(images/info-white.svg);
}
.home-hero .footnote {
  opacity: 0;
}
.home-hero .footnote.visible {
  opacity: 1;
  transition: all 1s ease;
}
@media only screen and (max-width: 900px) {
  .home-hero .footnote.visible {
    padding-right: 80px;
  }
}
.home-hero .footnote:before {
  content: "*";
  color: #ffc200;
  line-height: 1;
  display: inline-block;
  font-size: 50px;
  margin-right: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .home-hero .footnote:before {
    line-height: 0;
  }
}
.home-hero .footnote .quote-btn {
  content: "";
  width: 60px;
  height: 60px;
  background: rgb(255, 255, 255) url(images/quotes.svg) center center no-repeat;
  background-size: auto 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
  cursor: pointer;
  bottom: 0;
  opacity: 0.65;
}
.home-hero .footnote .quote-btn:hover {
  opacity: 1;
}
.home-hero .author {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .home-hero .author {
    font-size: 16px;
  }
}
.home-hero .author:before {
  content: "—";
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 600;
  margin-top: -5px;
}
.home-hero .step-1,
.home-hero .step-2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-bottom: 100px;
}
@media only screen and (max-width: 450px) {
  .home-hero .step-1,
  .home-hero .step-2 {
    padding-bottom: 150px;
  }
}
.home-hero .step-2 {
  display: none;
  opacity: 0;
  transition-delay: 2s;
}
.home-hero.step-2--active {
  background-image: linear-gradient(326deg, #ffc200, #00b4c9 61%, #152342 100%, #0079ff);
}
.home-hero.step-2--active .step-1 {
  display: none;
}
.home-hero.step-2--active .step-2 {
  display: block;
  opacity: 1;
}
.home-hero .go_back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: #fff url(images/arrows.svg) center center no-repeat;
  background-size: 26px;
  transition: all 0.3s ease;
}
.home-hero .go_back:hover {
  background-color: #ffc200;
}
@media only screen and (max-width: 700px) {
  .home-hero .go_back {
    bottom: -50px;
  }
}

.internal-hero {
  min-height: 775px;
  background: #3d4d70;
  position: relative;
  display: flex;
  align-items: center;
  padding: 170px 40px 70px;
  margin-bottom: 145px;
}
@media only screen and (max-width: 1032px) {
  .internal-hero {
    min-height: auto;
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .internal-hero {
    min-height: auto;
    padding: 120px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .internal-hero .container {
    position: relative;
  }
}
.internal-hero--no-image {
  min-height: auto;
  margin-bottom: 0;
}
.internal-hero--no-image .h3 {
  width: 100% !important;
}
@media only screen and (max-width: 1032px) {
  .internal-hero--no-image .h3 {
    padding-bottom: 40px;
  }
}
.internal-hero--just-background {
  margin-bottom: 0;
  background: #3d4d70;
  padding: 0;
  min-height: 150px;
}
@media only screen and (max-width: 900px) {
  .internal-hero--just-background {
    min-height: 120px;
  }
}
.internal-hero--just-background.internal-hero--blue {
  background: #3d4d70;
}
.internal-hero .h3 {
  float: left;
  width: 46%;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .internal-hero .h3 {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .internal-hero .h3 {
    font-size: 26px;
    line-height: 1.5;
  }
}
.internal-hero .image {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  min-height: 540px;
  padding-top: 40%;
  width: 46%;
  left: auto;
  right: 0;
  top: 310px;
  bottom: -145px;
  padding-top: 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 60px 10px;
}
.internal-hero .image:before {
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #152342;
  border-left-width: 0;
  width: 90%;
  height: 120%;
  content: "";
  transform: translate(0%, -8%);
  z-index: 2;
}
.internal-hero .image .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .internal-hero .image {
    position: absolute;
    width: calc(40% + 128px);
    right: -128px;
    top: 0;
  }
}
@media only screen and (max-width: 1032px) {
  .internal-hero .image {
    bottom: auto;
    min-height: 400px;
    top: 210px;
  }
}
@media only screen and (max-width: 900px) {
  .internal-hero .image {
    position: relative;
    width: 100%;
    top: auto;
    bottom: -40px;
    min-height: 0;
    padding-top: 100%;
  }
}
.internal-hero .image:before {
  width: 100%;
  height: 100%;
  transform: translate(60px, 50px);
  z-index: -1;
  border-left-width: 4px;
}
.internal-hero--secondary {
  display: block;
  margin-bottom: 0;
  background-image: none;
  padding: 0;
  min-height: 0;
}
.internal-hero--secondary .row {
  position: relative;
}
.internal-hero--secondary:before {
  float: left;
  width: 100%;
  background: #3d4d70;
  min-height: 150px;
  content: "";
  margin-bottom: 0;
}
@media only screen and (max-width: 1032px) {
  .internal-hero--secondary:before {
    min-height: 120px;
  }
}
@media only screen and (max-width: 450px) {
  .internal-hero--secondary:before {
    margin-bottom: 40px;
  }
}
.internal-hero--secondary .h3 {
  float: right;
  width: calc(100% - 50px);
  padding: 85px 80px 100px 100px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 70px;
  background: rgba(21, 35, 66, 0.75);
}
@media only screen and (max-width: 768px) {
  .internal-hero--secondary .h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .internal-hero--secondary .h3 {
    font-size: 18px;
    padding: 40px;
    width: calc(100% - 20px);
  }
}
.internal-hero--secondary .h3::before {
  position: absolute;
  left: 100px;
  bottom: 59px;
  width: 50px;
  height: 5px;
  background: #fff;
  content: "";
}
@media only screen and (max-width: 450px) {
  .internal-hero--secondary .h3::before {
    left: auto;
    bottom: 25px;
  }
}
.internal-hero--secondary .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: 0;
  height: 100%;
  min-height: 0;
  padding-top: 0;
  float: left;
  width: calc(100% - 50px);
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 60px 10px;
}
@media only screen and (max-width: 450px) {
  .internal-hero--secondary .image {
    top: 20px;
    width: calc(100% - 20px);
  }
}
.internal-hero--secondary .image:before {
  display: none;
}

.upper-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #4f505a;
}
@media only screen and (max-width: 600px) {
  .upper-title {
    font-size: 18px;
  }
}

.overlay {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: linear-gradient(293deg, #0079ff, #00b4c9 33%, #0079ff 99%, #0079ff);
}

.banner {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 550px;
}
@media only screen and (max-width: 900px) {
  .banner {
    min-height: 0;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 600px) {
  .banner {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 450px) {
  .banner .upper-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .banner .h3 {
    font-size: 24px;
  }
}
.banner .overlay {
  background-image: linear-gradient(293deg, #0079ff, #00b4c9 33%, #0079ff 99%, #0079ff);
}
.banner .container {
  position: relative;
  z-index: 1;
}
.banner .container .upper-title,
.banner .container .h3 {
  color: #fff;
}

.title-block {
  padding: 140px 0 60px;
}
@media only screen and (max-width: 450px) {
  .title-block {
    padding: 60px 0 40px;
  }
}
.title-block--center {
  text-align: center;
}
.title-block .h4 {
  color: #4f505a;
}
.title-block .h2, .title-block .search__list .no-results .page-title, .search__list .no-results .title-block .page-title {
  color: #333333;
  line-height: 1.3;
}
@media only screen and (max-width: 450px) {
  .title-block .h2 br, .title-block .search__list .no-results .page-title br, .search__list .no-results .title-block .page-title br {
    display: none;
  }
}
.title-block p {
  margin-top: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #4f505a;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .title-block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.title-block p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
  word-break: break-word;
}
@media only screen and (max-width: 600px) {
  .title-block p a {
    border-bottom: 3px solid #333333;
  }
  .title-block p a:hover {
    border-color: #fff;
  }
}
.title-block p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .title-block p a:after {
    display: none;
  }
}
.title-block p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.title-block p a:hover:after {
  background: #fff;
}
.title-block p a--blue:after {
  background: #0079ff;
}
.title-block p a--blue:hover {
  color: #fff;
}
.title-block ul {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .title-block ul {
    font-size: 18px;
    line-height: 1.8;
  }
}
.title-block ul li {
  display: list-item;
  list-style: inside;
  list-style-position: outside;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .title-block ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .title-block ul li {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
.title-block ul li::marker {
  color: blue;
}
.title-block ul ul {
  display: flex;
  flex-direction: column;
}
.title-block ol {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .title-block ol {
    font-size: 18px;
    line-height: 1.8;
  }
}
.title-block ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .title-block ol li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .title-block ol li {
    width: 100%;
    margin-left: 0;
  }
}
.title-block ol li::marker {
  color: #152342;
  margin-right: 10px;
  font-weight: 600;
}
.title-block .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 600px) {
  .title-block .alignleft {
    max-width: 100%;
  }
}
.title-block .aligncenter {
  margin: 30px auto;
  display: block;
}
.title-block .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .title-block .alignright {
    max-width: 100%;
  }
}

.title-block--left ul li {
  margin-left: 50px;
}

.highlights {
  padding: 90px 0;
}
.highlights .highlight {
  float: left;
  width: 47%;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .highlights .highlight {
    width: 100%;
  }
}
.highlights .highlight:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #ffc200;
  width: 100%;
  height: 100%;
  content: "";
}
.highlights .highlight .highlight__content {
  float: left;
  width: 100%;
  padding: 0 70px;
  position: relative;
  z-index: 2;
  min-height: 400px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 450px) {
  .highlights .highlight .highlight__content {
    min-height: 0;
    padding: 40px 20px 100px;
  }
}
.highlights .highlight .big-title {
  font-size: 90px;
  color: #0079ff;
  line-height: 1.1;
  font-weight: 800;
}
@media only screen and (max-width: 1032px) {
  .highlights .highlight .big-title {
    font-size: 70px;
  }
}
.highlights .highlight .title {
  font-size: 32px;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (max-width: 1032px) {
  .highlights .highlight .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .highlights .highlight .title br {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .highlights .highlight .title {
    font-size: 24px;
  }
}
.highlights .highlight .overlay {
  display: none;
}
.highlights .highlight .link {
  position: absolute;
  bottom: 40px;
  right: 50px;
  color: #878f9d;
  border-bottom: 4px solid #ffc200;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  z-index: 2;
  letter-spacing: 0.5px;
}
.highlights .highlight .link:hover {
  border-color: #0079ff;
}
.highlights .highlight:nth-child(2) {
  float: right;
  margin-top: 50px;
}
.highlights .highlight--background .highlight__content > .row {
  position: relative;
  z-index: 2;
}
.highlights .highlight--background .overlay {
  background: #0079ff;
  display: block;
  z-index: 1;
  opacity: 1;
}
.highlights .highlight--background .overlay span {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.highlights .highlight--background .big-title,
.highlights .highlight--background .title {
  color: #fff;
}
.highlights .highlight--background:before {
  transform: translate(-28px, -26px);
}
.highlights .highlight--background .tooltip .i {
  background-image: url(images/info-white.svg);
}
.highlights .highlight--background .link {
  color: #fff;
}
.highlights--full-width {
  padding: 90px 0 130px;
}
@media only screen and (max-width: 900px) {
  .highlights--full-width {
    padding: 30px 0;
  }
}
.highlights--full-width .highlight {
  width: 100%;
}
.highlights--full-width .highlight--background:before {
  transform: translate(40px, 40px);
}
@media only screen and (max-width: 900px) {
  .highlights--full-width .highlight--background:before {
    display: none;
  }
}
.highlights--full-width .highlight .highlight__content {
  min-height: 0;
  padding: 60px 65px;
}
@media only screen and (max-width: 600px) {
  .highlights--full-width .highlight .highlight__content {
    padding: 25px;
  }
}
.highlights--full-width .highlight .highlight__content > .row {
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .highlights--full-width .highlight .highlight__content > .row {
    padding-bottom: 60px;
  }
}
.highlights--full-width .highlight .title {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .highlights--full-width .highlight .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .highlights--full-width .highlight .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1032px) {
  .tooltip-mobile {
    position: fixed;
    top: 50vh !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    background: #fff;
    padding: 30px;
    width: 400px;
    display: none;
    text-align: left;
    font-size: 14px;
    color: #878f9d;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    word-break: break-word;
    z-index: 10;
    max-width: 90vw;
  }
}

.tooltip {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1032px) {
  .tooltip {
    position: static;
  }
}
.tooltip .i {
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(images/info.svg) center center no-repeat;
  cursor: pointer;
}
.tooltip .i:hover {
  opacity: 0.5;
}
.tooltip__text {
  position: absolute;
  right: 0;
  bottom: 45px;
  background: #fff;
  padding: 20px;
  width: 350px;
  display: none;
  text-align: left;
  font-size: 14px;
  color: #878f9d;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
  word-break: break-word;
  z-index: 10;
  max-width: 90vw;
}
@media only screen and (max-width: 1032px) {
  .tooltip__text {
    position: fixed;
    top: 50vh !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    text-align: center;
  }
}
.tooltip__text:after {
  float: right;
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -6px;
  right: 3px;
}
@media only screen and (max-width: 1032px) {
  .tooltip__text:after {
    display: none;
  }
}
.tooltip__text a {
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  display: inline !important;
  white-space: normal !important;
}
.tooltip__text a:after {
  display: none;
}
.tooltip-down .tooltip__text {
  bottom: -10px;
  transform: translateY(100%);
}
@media only screen and (max-width: 600px) {
  .tooltip-down .tooltip__text {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.tooltip-down .tooltip__text:after {
  top: -6px;
  left: 3px;
  bottom: auto;
  right: auto;
}

.tooltip-left .tooltip__text {
  left: 0;
}
.tooltip-left .tooltip__text:after {
  right: auto;
  left: 3px;
}

.tooltip-right .tooltip__text {
  right: 0;
}
.tooltip-right .tooltip__text:after {
  left: auto;
  right: 3px;
}

.tooltip__text__wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buttons {
  float: left;
  width: 100%;
  margin-top: 90px;
  text-align: center;
}
.buttons .button {
  color: #fff;
  background: #152342;
  margin: 0 auto;
  min-width: 350px;
}
.buttons .button:before {
  background: #3d4d70;
}
.buttons .button:hover {
  color: #fff;
}
@media only screen and (max-width: 450px) {
  .buttons .button {
    min-width: 100%;
  }
}

.image-text {
  float: left;
  width: 100%;
  position: relative;
  margin: 90px 0;
}
@media only screen and (max-width: 900px) {
  .image-text {
    margin: 60px 0;
  }
}
.image-text .image {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  min-height: 540px;
  padding-top: 40%;
}
.image-text .image:before {
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #152342;
  border-left-width: 0;
  width: 90%;
  height: 120%;
  content: "";
  transform: translate(0%, -8%);
  z-index: 2;
}
.image-text .image .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .image-text .image {
    position: relative;
    padding-top: 80%;
    width: 100%;
    min-height: 0;
  }
  .image-text .image:before {
    height: 100%;
    transform: translate(0%, -30px);
  }
}
.image-text__texts {
  float: right;
  width: 45%;
  min-height: 540px;
}
@media only screen and (max-width: 900px) {
  .image-text__texts {
    width: 100%;
    min-height: 0;
  }
}
.image-text__texts .row {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .image-text__texts .row {
    margin-top: 40px;
  }
}
.image-text__texts ul {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .image-text__texts ul {
    font-size: 18px;
    line-height: 1.8;
  }
}
.image-text__texts ul li {
  display: list-item;
  list-style: inside;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .image-text__texts ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .image-text__texts ul li {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
.image-text__texts ul li::marker {
  color: #152342;
}
.image-text__texts ol {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .image-text__texts ol {
    font-size: 18px;
    line-height: 1.8;
  }
}
.image-text__texts ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .image-text__texts ol li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .image-text__texts ol li {
    width: 100%;
    margin-left: 0;
  }
}
.image-text__texts ol li::marker {
  color: #152342;
  margin-right: 10px;
  font-weight: 600;
}
.image-text__texts p {
  margin-top: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: #4f505a;
  font-size: 20px;
}
@media only screen and (max-width: 1032px) {
  .image-text__texts p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .image-text__texts p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.image-text__texts .button {
  margin-top: 60px;
  min-width: 250px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1032px) {
  .image-text__texts .button {
    max-width: 100%;
    min-width: 0;
    padding: 0 30px;
  }
}
.image-text .quote {
  float: right;
  position: relative;
  z-index: 2;
  width: 70%;
  background: url(images/quote-background.svg) left top repeat-y;
  background-size: 100% 62px;
  line-height: 62px;
  color: #fff;
  font-size: 34px;
  padding: 0 20px 0 40px;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 900px) {
  .image-text .quote {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .image-text .quote {
    font-size: 20px;
    line-height: 45px;
    background-size: 100% 45px;
  }
}
@media only screen and (max-width: 450px) {
  .image-text .quote {
    line-height: 36px;
    background-size: 400px 36px;
    padding-left: 20px;
  }
}
.image-text .quote span.quote-sign {
  position: absolute;
  top: 0;
  left: 15px;
  color: #fff;
}
@media only screen and (max-width: 450px) {
  .image-text .quote span.quote-sign {
    left: 10px;
  }
}
.image-text .quote .quote__author {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 700px) {
  .image-text .quote .quote__author {
    font-size: 16px;
  }
}
.image-text .quote .quote__author:before {
  content: "—";
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 600;
  margin-top: -5px;
}
.image-text--right .image {
  right: 0;
  left: auto;
  width: 40%;
}
@media only screen and (max-width: 900px) {
  .image-text--right .image {
    width: 100%;
    right: 0;
  }
}
.image-text--right .image:before {
  width: 100%;
  height: 100%;
  top: -6%;
  right: -6%;
  left: auto;
  border-left-width: 4px;
  transform: none;
}
.image-text--right .image-text__texts {
  float: left;
}
.image-text--right .quote {
  float: left;
}
.image-text--blue .image {
  width: 45%;
  min-height: 667px;
}
.image-text--blue .image:before {
  border: 3px solid #152342;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .image-text--blue .image {
    min-height: 0;
    width: 92%;
  }
}
.image-text--blue .image .img {
  z-index: 2;
}
.image-text--blue__texts {
  min-height: 700px;
}
.image-text--support .image {
  width: 73%;
  padding-top: 58%;
}
@media only screen and (max-width: 900px) {
  .image-text--support .image {
    width: 100%;
  }
}
.image-text--support .image:before {
  display: none;
}
.image-text--support .image-text__texts {
  float: left;
  width: 60%;
  margin-top: 65px;
  margin-bottom: 65px;
  padding: 85px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 60px 10px;
}
@media only screen and (max-width: 900px) {
  .image-text--support .image-text__texts {
    width: 100%;
    padding: 0 40px 40px;
    margin-top: 0;
  }
}
.image-text--support .quote {
  float: left;
}
.image-text--support .container {
  position: relative;
}
.image-text--full {
  padding: 155px 0;
}
@media only screen and (max-width: 900px) {
  .image-text--full {
    padding: 60px 0;
  }
}
.image-text--full .image {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .image-text--full .image {
    position: absolute;
    min-height: 0;
    height: 100%;
  }
}
.image-text--full .image:before {
  display: none;
}
.image-text--full .image-text__texts {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 100px 95px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 60px 10px;
}
@media only screen and (max-width: 900px) {
  .image-text--full .image-text__texts {
    padding: 50px;
  }
}
@media only screen and (max-width: 1032px) {
  .image-text--full .image-text__texts {
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 600px) {
  .image-text--full .image-text__texts {
    padding: 25px;
  }
}
.image-text--full .image-text__texts .bottom p {
  font-size: 18px;
}
.image-text--full .image-text__texts p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1032px) {
  .image-text--full .image-text__texts p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .image-text--full .image-text__texts p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.image-text--full .image-text__texts p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .image-text--full .image-text__texts p a {
    border-bottom: 3px solid #333333;
  }
  .image-text--full .image-text__texts p a:hover {
    border-color: #fff;
  }
}
.image-text--full .image-text__texts p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .image-text--full .image-text__texts p a:after {
    display: none;
  }
}
.image-text--full .image-text__texts p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.image-text--full .image-text__texts p a:hover:after {
  background: #fff;
}
.image-text--full .image-text__texts p a--blue:after {
  background: #0079ff;
}
.image-text--full .image-text__texts p a--blue:hover {
  color: #fff;
}

.stats {
  padding: 90px 0;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 900px) {
  .stats {
    padding: 30px 0;
  }
}
.stats__text {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .stats__text {
    width: 100%;
    float: left !important;
    padding: 0 !important;
  }
}
.stats__text ul {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .stats__text ul {
    font-size: 18px;
    line-height: 1.8;
  }
}
.stats__text ul li {
  display: list-item;
  list-style: inside;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .stats__text ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .stats__text ul li {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
.stats__text ul li::marker {
  color: #152342;
}
.stats__text ol {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .stats__text ol {
    font-size: 18px;
    line-height: 1.8;
  }
}
.stats__text ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .stats__text ol li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .stats__text ol li {
    width: 100%;
    margin-left: 0;
  }
}
.stats__text ol li::marker {
  color: #152342;
  margin-right: 10px;
  font-weight: 600;
}
.stats__text .h4 {
  float: left;
  width: 100%;
  font-size: 40px;
  position: relative;
  padding-bottom: 60px;
  color: #333333;
  font-weight: 500;
}
@media only screen and (max-width: 1032px) {
  .stats__text .h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 900px) {
  .stats__text .h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .stats__text .h4 {
    font-size: 25px;
  }
}
.stats__text .h4:after {
  float: left;
  content: "";
  width: 50px;
  height: 5px;
  background: #152342;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.stats__text .text p {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .stats__text .text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.stats__text .text p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .stats__text .text p a {
    border-bottom: 3px solid #333333;
  }
  .stats__text .text p a:hover {
    border-color: #fff;
  }
}
.stats__text .text p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .stats__text .text p a:after {
    display: none;
  }
}
.stats__text .text p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.stats__text .text p a:hover:after {
  background: #fff;
}
.stats__text .text p a--blue:after {
  background: #0079ff;
}
.stats__text .text p a--blue:hover {
  color: #fff;
}
.stats__text .text p:nth-last-child(1) {
  margin-bottom: 0;
}
.stats__info {
  float: right;
  width: 40%;
  text-align: center;
  padding: 0 40px;
}
@media only screen and (max-width: 900px) {
  .stats__info {
    width: 100%;
    float: left !important;
    padding: 10px 0 0 0 !important;
  }
}
@media only screen and (max-width: 450px) {
  .stats__info {
    margin-top: 25px;
  }
}
.stats__info .big-title {
  font-size: 90px;
  color: #0079ff;
  line-height: 1.1;
  font-weight: 800;
}
@media only screen and (max-width: 1032px) {
  .stats__info .big-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .stats__info .big-title {
    font-size: 35px;
  }
}
.stats__info .big-title sub {
  font-size: 0.8em;
  vertical-align: middle;
}
.stats__info .title {
  font-size: 32px;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (max-width: 600px) {
  .stats__info .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .stats__info .title {
    font-size: 18px;
  }
}
.stats__info--blue {
  background: #0079ff;
  position: relative;
  padding: 40% 0 0;
}
@media only screen and (max-width: 900px) {
  .stats__info--blue {
    padding: 20px 0 !important;
    width: calc(100% - 20px);
  }
}
.stats__info--blue .big-title,
.stats__info--blue .title,
.stats__info--blue .link {
  color: #fff;
}
.stats__info--blue:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #ffc200;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(40px, 40px);
}
@media only screen and (max-width: 900px) {
  .stats__info--blue:before {
    transform: translate(20px, 20px);
  }
}
.stats__info--blue .stats__content {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .stats__info--blue .stats__content {
    position: static;
  }
}
.stats__info--blue .stats__content > .row {
  float: left;
  width: 100%;
  padding: 0 50px;
}
.stats__info--blue .tooltip .i {
  background-image: url(images/info-white.svg);
}
.stats--right .stats__text {
  float: right;
}
.stats--right .stats__info {
  float: left;
}
@media only screen and (max-width: 450px) {
  .stats--right .stats__info {
    margin: 25px 0;
  }
}
.stats--what-we-do .stats__text {
  float: left;
  width: 100%;
  padding: 0 100px;
}
.stats--what-we-do .sentences {
  float: left;
  width: 100%;
  padding: 60px 50px;
}
.stats--what-we-do .sentences .sentence {
  float: left;
  width: 50%;
  padding: 0 50px;
  margin-bottom: 50px;
}
.stats--what-we-do .sentences .sentence:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .stats--what-we-do .sentences .sentence {
    width: 100%;
    padding: 0;
  }
}
.stats--what-we-do .sentences .sentence:nth-child(2n+1) {
  clear: left;
}
.stats--what-we-do .sentences .sentence .title {
  color: #0079ff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 450px) {
  .stats--what-we-do .sentences .sentence .title {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
}
.stats--what-we-do .sentences .sentence p {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 450px) {
  .stats--what-we-do .sentences .sentence p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }
}
.stats--what-we-do .sentences.col-3 .sentence {
  width: 33.33%;
  text-align: center;
  padding: 0 100px;
}
@media only screen and (max-width: 900px) {
  .stats--what-we-do .sentences.col-3 .sentence {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .stats--what-we-do .sentences.col-3 .sentence {
    float: left;
    clear: both;
    width: 100%;
  }
}
.stats--what-we-do .sentences.col-3 .sentence:nth-child(2n+1) {
  clear: none;
}
.stats--what-we-do .sentences.col-3 .sentence:nth-child(3n+1) {
  clear: left;
}
.stats--what-we-do--just-sentece {
  padding-top: 0;
}
.stats--what-we-do--just-sentece .sentences {
  padding: 0;
}

.stats + .stats {
  z-index: 2;
}

.stats + .stats + .stats {
  z-index: 1;
}

.stats + .highlights {
  z-index: 1;
  position: relative;
}

.stories {
  margin-bottom: 50px;
  padding: 100px 0;
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  background: rgba(133, 143, 158, 0.1);
}
@media only screen and (max-width: 900px) {
  .stories {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 450px) {
  .stories {
    border-left-width: 15px;
    border-right-width: 15px;
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 350px) {
  .stories {
    border-left-width: 0px;
    border-right-width: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .stories .container {
    padding: 0 33px;
  }
}
@media only screen and (max-width: 450px) {
  .stories .container {
    padding: 0 20px;
  }
}
.stories .upper_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #4f505a;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .stories .upper_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .stories .upper_title {
    font-weight: bold;
    letter-spacing: 0.64px;
  }
}
.stories .h2, .stories .search__list .no-results .page-title, .search__list .no-results .stories .page-title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .stories .h2, .stories .search__list .no-results .page-title, .search__list .no-results .stories .page-title {
    font-size: 24px;
    letter-spacing: 0.43px;
    line-height: 1.46;
    margin-bottom: 36px;
  }
}
.stories__block {
  float: left;
  width: 100%;
}
.stories__block .stories__item {
  float: left;
  width: 48%;
  padding-top: 48%;
}
@media only screen and (max-width: 450px) {
  .stories__block .stories__item {
    width: 100%;
    padding-top: 100%;
    margin: 10px 0;
  }
}
.stories__block .stories__item:nth-child(2n) {
  float: right;
  margin-top: 70px;
}
@media only screen and (max-width: 900px) {
  .stories__block .stories__item:nth-child(2n) {
    margin-top: 0;
  }
}
.stories__block .stories__item .image {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.stories__block .stories__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  float: left;
  width: 100%;
  padding: 25px 45px;
  background-image: linear-gradient(263deg, rgba(0, 176, 244, 0.91), rgba(0, 176, 244, 0.87) 29%, #0079ff 78%, #0064d8);
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .stories__block .stories__item__content {
    padding: 20px;
  }
}
.stories__block .stories__item__content .title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 900px) {
  .stories__block .stories__item__content .title {
    font-size: 25px;
  }
}
.stories__block .stories__item__content .expandable {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-left: 15px;
  margin-left: -15px;
  width: calc(100% + 15px);
}
.stories__block .stories__item__content .quote {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  line-height: 1.6;
  margin: 20px 0;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 1260px) {
  .stories__block .stories__item__content .quote {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1032px) {
  .stories__block .stories__item__content .quote {
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .stories__block .stories__item__content .quote {
    font-size: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .stories__block .stories__item__content .quote__text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.stories__block .stories__item__content .quote span.quote-sign {
  position: absolute;
  top: 0;
  left: -15px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .stories__block .stories__item__content .quote span.quote-sign {
    left: -10px;
  }
}
.stories__block .stories__item__content .link {
  float: left;
  clear: left;
  width: auto;
  font-size: 20px;
  margin-top: 40px;
  color: #fff;
  border-bottom: 4px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 60px;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(50px);
  line-height: 1.6;
}
.stories__block .stories__item__content .link--mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .stories__block .stories__item__content .link {
    bottom: 30px;
    left: 30px;
    font-size: 18px;
  }
}
.stories__block .stories__item--text {
  background: #152342;
}
.stories__block .stories__item--text .stories__item__content {
  height: 100%;
  background: transparent;
  padding: 50px 60px;
}
@media only screen and (max-width: 900px) {
  .stories__block .stories__item--text .stories__item__content {
    padding: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .stories__block .stories__item--text .stories__item__content .title {
    display: none;
  }
}
.stories__block .stories__item--text .stories__item__content .expandable {
  height: auto;
}
.stories__block .stories__item--text .stories__item__content .link {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (max-width: 450px) {
  .stories__block .stories__item--text .stories__item__content .link {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .stories__block .stories__item--text .stories__item__content .link--mobile {
    display: block;
  }
}
.stories__block .stories__item.active .link {
  opacity: 1;
  transition-delay: 0;
  transform: translateY(0px);
}
.stories--all {
  background: none;
}
.stories--all .filters {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1260px) {
  .stories--all .filters {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  .stories--all .filters {
    margin-bottom: 0;
  }
}
.stories--all .filters__buttons {
  display: flex;
  float: left;
  width: auto;
}
@media only screen and (max-width: 1260px) {
  .stories--all .filters__buttons {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  .stories--all .filters__buttons {
    display: none;
    margin-top: 20px;
  }
}
.stories--all .filters .h5, .stories--all .filters .button {
  float: left;
  width: 100%;
  margin: 0 10px;
}
.stories--all .filters .filters--select {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  background: #ffc200;
  padding: 0 20px;
  min-width: 200px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 0.5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  color: #fff;
  background: #152342;
  width: 100%;
  display: none;
  min-width: 100%;
}
.stories--all .filters .filters--select:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 120%;
  background: #fff;
  transform: translateX(-100%) skewX(15deg);
  transition: all 0.5s ease;
  z-index: 0;
  content: "";
}
.stories--all .filters .filters--select span, .stories--all .filters .filters--select i {
  position: relative;
  z-index: 1;
}
.stories--all .filters .filters--select:hover {
  color: #fff;
}
.stories--all .filters .filters--select:hover:before {
  transform: translateX(0) skewX(15deg);
}
.stories--all .filters .filters--select--white {
  color: #333333;
  background: #fff;
}
.stories--all .filters .filters--select--white:before {
  background: #ffc200;
}
.stories--all .filters .filters--select--white:hover {
  color: #333333;
}
.stories--all .filters .filters--select:before {
  background: #3d4d70;
}
.stories--all .filters .filters--select:hover {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .stories--all .filters .filters--select {
    display: block;
  }
}
.stories--all .filters .filters--select i {
  transition: all 0.3s ease;
}
.stories--all .filters .filters--select.active i {
  transform: rotate(180deg);
}
.stories--all .filters .h5 {
  color: #878f9d;
  font-size: 22px;
  font-family: "Libre Baskerville", serif;
  line-height: 60px;
  width: auto;
}
@media only screen and (max-width: 900px) {
  .stories--all .filters .h5 {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .stories--all .filters .h5 {
    font-size: 18px;
    text-align: center;
  }
}
.stories--all .filters .button {
  background: rgba(133, 143, 158, 0.1);
  color: #4f505a;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1260px) {
  .stories--all .filters .button {
    width: auto;
    float: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 900px) {
  .stories--all .filters .button {
    width: 100%;
  }
}
.stories--all .filters .button:before {
  background-color: #152342;
}
.stories--all .filters .button.active {
  background: #152342;
  color: #fff;
}
.stories--all .filters .button:hover {
  color: #fff;
}
.stories--all .stories__item,
.stories--all .stories__item:nth-child(2n) {
  margin-top: 50px;
}

.impact-block {
  margin: 90px 0;
}
@media only screen and (max-width: 900px) {
  .impact-block {
    margin: 0 0 50px 0;
  }
}
.impact-block .container {
  position: relative;
}
@media only screen and (max-width: 450px) {
  .impact-block .container {
    padding: 0 25px;
  }
}
.impact-block .impact__content {
  float: left;
  width: 100%;
  position: relative;
}
.impact-block .impact__content:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  float: left;
  width: calc(100% - 100px);
  height: calc(100% - 80px);
  background: #152342;
}
@media only screen and (max-width: 900px) {
  .impact-block .impact__content:before {
    display: none;
  }
}
.impact-block .impact__content__text {
  float: right;
  margin-top: 50px;
  width: calc(100% - 50px);
  background: #fff;
  padding: 80px 100px;
  box-shadow: 0 2px 60px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .impact-block .impact__content__text {
    margin-top: 0;
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .impact-block .impact__content__text {
    padding: 30px;
  }
}
.impact-block .impact__content__text ul {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .impact-block .impact__content__text ul {
    font-size: 18px;
    line-height: 1.8;
  }
}
.impact-block .impact__content__text ul li {
  display: list-item;
  list-style: inside;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .impact-block .impact__content__text ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .impact-block .impact__content__text ul li {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
.impact-block .impact__content__text ul li::marker {
  color: #152342;
}
.impact-block .impact__content__text ol {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .impact-block .impact__content__text ol {
    font-size: 18px;
    line-height: 1.8;
  }
}
.impact-block .impact__content__text ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .impact-block .impact__content__text ol li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .impact-block .impact__content__text ol li {
    width: 100%;
    margin-left: 0;
  }
}
.impact-block .impact__content__text ol li::marker {
  color: #152342;
  margin-right: 10px;
  font-weight: 600;
}
.impact-block .impact__content__text .h2, .impact-block .impact__content__text .search__list .no-results .page-title, .search__list .no-results .impact-block .impact__content__text .page-title {
  color: #333333;
  font-size: 40px;
  position: relative;
  padding-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .impact-block .impact__content__text .h2, .impact-block .impact__content__text .search__list .no-results .page-title, .search__list .no-results .impact-block .impact__content__text .page-title {
    font-size: 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .impact-block .impact__content__text .h2, .impact-block .impact__content__text .search__list .no-results .page-title, .search__list .no-results .impact-block .impact__content__text .page-title {
    font-size: 26px;
  }
}
.impact-block .impact__content__text .h2:after, .impact-block .impact__content__text .search__list .no-results .page-title:after, .search__list .no-results .impact-block .impact__content__text .page-title:after {
  float: left;
  content: "";
  width: 50px;
  height: 5px;
  background: #152342;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .impact-block .impact__content__text .h2:after, .impact-block .impact__content__text .search__list .no-results .page-title:after, .search__list .no-results .impact-block .impact__content__text .page-title:after {
    bottom: 20px;
  }
}
.impact-block .impact__content__text p, .impact-block .impact__content__text .p {
  color: #4f505a;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .impact-block .impact__content__text p, .impact-block .impact__content__text .p {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.8;
  }
}
.impact-block .impact__content__text .button {
  margin-top: 30px;
  min-width: 250px;
}
@media only screen and (max-width: 600px) {
  .impact-block .impact__content__text .button {
    min-width: 150px;
  }
}
.impact-block--right .impact__content__text {
  float: left;
}
.impact-block--right .impact__content:before {
  left: auto;
  right: 0;
  background-image: linear-gradient(250deg, rgba(0, 176, 244, 0.91), rgba(0, 176, 244, 0.87) 29%, #0079ff 78%, #0064d8);
}

.wp-pagenavi {
  float: right;
  width: auto;
  margin-top: 50px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin-left: 10px;
  border: 0;
  color: #333333;
  font-size: 19px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #0079ff;
}
.wp-pagenavi span.current {
  font-weight: bold;
}

.image-block .image {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: calc(100% - 200px);
  margin-left: 100px;
  padding-top: 48%;
}
@media only screen and (max-width: 450px) {
  .image-block .image {
    float: left;
    clear: both;
    width: 100%;
    margin-left: 0px;
  }
}
.image-block .caption {
  float: left;
  width: 100%;
  width: calc(100% - 200px);
  margin-left: 100px;
  font-size: 14px;
  color: #878f9d;
  margin-top: 15px;
}
@media only screen and (max-width: 450px) {
  .image-block .caption {
    float: left;
    clear: both;
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
}
.image-block .columns {
  float: none;
  width: 1180px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 1260px) {
  .image-block .columns {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  .image-block .columns {
    padding: 0 20px;
  }
}
.image-block .columns .image {
  width: 100%;
  margin-left: 0;
}
.image-block .columns .caption,
.image-block .columns .bottom_text {
  width: 100%;
  margin-left: 0;
}
.image-block .bottom_text {
  float: left;
  width: 100%;
  width: calc(100% - 200px);
  margin-left: 100px;
  font-size: 16px;
  letter-spacing: 0.25px;
  font-weight: 600;
  margin-top: 15px;
}
@media only screen and (max-width: 450px) {
  .image-block .bottom_text {
    float: left;
    clear: both;
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
}

.text-block {
  float: left;
  width: 100%;
  padding-top: 110px;
}
@media only screen and (max-width: 600px) {
  .text-block {
    padding-top: 50px;
  }
}
.text-block__title {
  float: left;
  width: 100%;
  font-size: 40px;
  position: relative;
  padding-top: 45px;
  padding-bottom: 40px;
  color: #333333;
}
@media only screen and (max-width: 900px) {
  .text-block__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .text-block__title {
    font-size: 25px;
    padding: 20px 0;
  }
}
.text-block__title:after {
  float: left;
  content: "";
  width: 50px;
  height: 5px;
  background: #152342;
  position: absolute;
  top: 0px;
  left: 0;
}
.text-block__text p {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .text-block__text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.text-block__text p a {
  color: #4f505a;
  border-bottom: 4px solid #4f505a;
  text-transform: uppercase;
  font-weight: bold;
  word-break: break-word;
}
.text-block__text p a:hover {
  border-color: #0079ff;
}
.text-block__text ul {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .text-block__text ul {
    font-size: 18px;
    line-height: 1.8;
  }
}
.text-block__text ul li {
  display: list-item;
  list-style: inside;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .text-block__text ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .text-block__text ul li {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
.text-block__text ul li::marker {
  color: #152342;
}
.text-block__text ol {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .text-block__text ol {
    font-size: 18px;
    line-height: 1.8;
  }
}
.text-block__text ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .text-block__text ol li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .text-block__text ol li {
    width: 100%;
    margin-left: 0;
  }
}
.text-block__text ol li::marker {
  color: #152342;
  margin-right: 10px;
  font-weight: 600;
}
.text-block__text .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 600px) {
  .text-block__text .alignleft {
    max-width: 100%;
  }
}
.text-block__text .aligncenter {
  margin: 30px auto;
  display: block;
}
.text-block__text .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .text-block__text .alignright {
    max-width: 100%;
  }
}
.text-block .text-block--quote__text:before {
  float: left;
  clear: both;
  width: 35px;
  height: 30px;
  background-image: url(images/quotes-invert.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  margin-bottom: 15px;
}
.text-block__quote {
  float: left;
  width: calc(100% - 50px);
  background: #edeff1;
  padding: 40px 50px;
  position: relative;
}
.text-block__quote__text:before {
  background-image: url(images/quotes-invert.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  width: 36px;
  height: 32px;
  float: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 450px) {
  .text-block__quote {
    padding: 30px;
  }
}
.text-block__quote:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #00ADEE;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50px, 35px);
}
.text-block__quote p {
  float: left;
  width: 100%;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 450px) {
  .text-block__quote p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.text-block__quote__author {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.11;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 450px) {
  .text-block__quote__author {
    font-size: 16px;
  }
}
.text-block__quote__article .article-title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  margin-bottom: 28px;
  font-family: "Montserrat", sans-serif;
}
.text-block__quote__article .link {
  border-color: #0079ff;
}
.text-block__quote__article .link:hover {
  border-color: #ffc200;
}

.text-block--center .container {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 600px) {
  .text-block--center .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .text-block--center .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text-block--quote .text-block__column--left {
  float: left;
  width: 57%;
}
@media only screen and (max-width: 900px) {
  .text-block--quote .text-block__column--left {
    float: left;
    clear: both;
    width: 100%;
  }
}
.text-block--quote .text-block__column--right {
  float: right;
  width: 38.2%;
}
@media only screen and (max-width: 900px) {
  .text-block--quote .text-block__column--right {
    float: left;
    clear: both;
    width: 100%;
  }
}

.text-block--quote-left .text-block__column--left {
  float: right;
  padding-left: 50px;
}
@media only screen and (max-width: 600px) {
  .text-block--quote-left .text-block__column--left {
    padding-left: 0;
  }
}
.text-block--quote-left .text-block__column--right {
  float: left;
  margin-left: 50px;
}

.text-block + .stories {
  margin-top: 110px;
}

/* TEXT BLOCK WITH MENU */
.text_block_with_menu {
  padding: 140px 0 90px;
}
.text_block_with_menu .upper-title.h4 {
  font-size: 25px;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu .upper-title.h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .text_block_with_menu {
    padding-top: 60px;
  }
}
.text_block_with_menu .column--left {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .text_block_with_menu .column--left {
    width: 100%;
    float: left;
  }
}
.text_block_with_menu .column--left h3 {
  margin-top: 65px;
}
.text_block_with_menu .column--left .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu .column--left .alignleft {
    max-width: 100%;
  }
}
.text_block_with_menu .column--left .aligncenter {
  margin: 30px auto;
  display: block;
  max-width: 100%;
}
.text_block_with_menu .column--left .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu .column--left .alignright {
    max-width: 100%;
  }
}
.text_block_with_menu .column--right {
  float: right;
  width: 26%;
}
@media only screen and (max-width: 900px) {
  .text_block_with_menu .column--right {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 1032px) {
  .text_block_with_menu .column--right {
    margin-top: 40px;
  }
}
.text_block_with_menu .column--right .lateral-menu {
  float: left;
  width: calc(100% - 40px);
  background: #333333;
  padding: 40px 30px;
  position: relative;
}
.text_block_with_menu .column--right .lateral-menu:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #0079ff;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(40px, 40px);
}
.text_block_with_menu .column--right .lateral-menu__item {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 450px) {
  .text_block_with_menu .column--right .lateral-menu__item {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.text_block_with_menu .column--right .lateral-menu__item:hover, .text_block_with_menu .column--right .lateral-menu__item.active {
  opacity: 1;
}
.text_block_with_menu .column--right .lateral-menu__item:nth-last-child(1) {
  margin-bottom: 0;
}
.text_block_with_menu .h4 {
  font-size: 20px;
  color: #4f505a;
}
.text_block_with_menu .h2, .text_block_with_menu .search__list .no-results .page-title, .search__list .no-results .text_block_with_menu .page-title {
  color: #333333;
  line-height: 1.3;
}
.text_block_with_menu .introduction h3 {
  margin-top: 65px;
}
.text_block_with_menu .introduction p {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu .introduction p {
    font-size: 18px;
  }
}
.text_block_with_menu .introduction .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu .introduction .alignleft {
    max-width: 100%;
  }
}
.text_block_with_menu .introduction .aligncenter {
  margin: 30px auto;
  display: block;
  max-width: 100%;
}
.text_block_with_menu .introduction .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu .introduction .alignright {
    max-width: 100%;
  }
}
.text_block_with_menu p {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #4f505a;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.text_block_with_menu p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu p a {
    border-bottom: 3px solid #333333;
  }
  .text_block_with_menu p a:hover {
    border-color: #fff;
  }
}
.text_block_with_menu p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu p a:after {
    display: none;
  }
}
.text_block_with_menu p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.text_block_with_menu p a:hover:after {
  background: #fff;
}
.text_block_with_menu p a--blue:after {
  background: #0079ff;
}
.text_block_with_menu p a--blue:hover {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .text_block_with_menu p a {
    white-space: inherit;
  }
}

/* SINGLE POST */
.single-resource .singles:before {
  min-height: 150px;
}
.singles:before {
  float: left;
  width: 100%;
  margin-bottom: 80px;
  background: #3d4d70;
  padding: 0;
  min-height: 150px;
  content: "";
}
@media only screen and (max-width: 1260px) {
  .singles:before {
    min-height: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .singles:before {
    margin-bottom: 52px;
  }
}
.singles .back-btn {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #4f505a;
}
.singles .back-btn:hover {
  color: #00b0f4;
}
.singles__title {
  float: left;
  width: 100%;
  margin: 90px 0 35px 0;
  line-height: 1.3;
  letter-spacing: 0.96px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .singles__title {
    margin: 30px 0;
  }
}
.singles__date {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.71px;
  color: #4f505a;
  text-transform: uppercase;
}
.singles .image-block {
  margin: 40px 0 60px 0;
}
.singles p, .singles ul, .singles ol {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .singles p, .singles ul, .singles ol {
    font-size: 18px;
    line-height: 1.8;
  }
  .singles p span, .singles ul span, .singles ol span {
    font-weight: 500;
  }
}
.singles p li, .singles ul li, .singles ol li {
  display: block;
  margin-bottom: 0.5em;
}
.singles p a, .singles ul a, .singles ol a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .singles p a, .singles ul a, .singles ol a {
    border-bottom: 3px solid #333333;
  }
  .singles p a:hover, .singles ul a:hover, .singles ol a:hover {
    border-color: #fff;
  }
}
.singles p a:after, .singles ul a:after, .singles ol a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .singles p a:after, .singles ul a:after, .singles ol a:after {
    display: none;
  }
}
.singles p a:hover, .singles ul a:hover, .singles ol a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.singles p a:hover:after, .singles ul a:hover:after, .singles ol a:hover:after {
  background: #fff;
}
.singles p a--blue:after, .singles ul a--blue:after, .singles ol a--blue:after {
  background: #0079ff;
}
.singles p a--blue:hover, .singles ul a--blue:hover, .singles ol a--blue:hover {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .singles p a, .singles ul a, .singles ol a {
    word-break: break-all;
    white-space: normal !important;
  }
}
.singles .singles--story__quote .quote__text {
  color: #fff !important;
  font-size: 35px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .singles .singles--story__quote .quote__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
}
.singles--event__content {
  margin-bottom: 60px;
}

.text_full_width h2, .text_full_width .h2, .text_full_width .search__list .no-results .page-title, .search__list .no-results .text_full_width .page-title, .text_full_width .h2 p, .text_full_width .search__list .no-results .page-title p, .search__list .no-results .text_full_width .page-title p,
.text-block__text h2,
.text-block__text .h2,
.text-block__text .search__list .no-results .page-title,
.search__list .no-results .text-block__text .page-title,
.text-block__text .h2 p,
.text-block__text .search__list .no-results .page-title p,
.search__list .no-results .text-block__text .page-title p {
  margin-bottom: 39px;
}
.text_full_width h3, .text_full_width .h3, .text_full_width .h3 p,
.text-block__text h3,
.text-block__text .h3,
.text-block__text .h3 p {
  line-height: 1.67;
  letter-spacing: 0.64px;
  color: #333333;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 65px;
  font-size: 34px;
}
@media only screen and (max-width: 900px) {
  .text_full_width h3, .text_full_width .h3, .text_full_width .h3 p,
  .text-block__text h3,
  .text-block__text .h3,
  .text-block__text .h3 p {
    font-size: 28px;
    margin-bottom: 26px;
    line-height: 1.2;
  }
}
.text_full_width h4, .text_full_width .h4, .text_full_width .h4 p,
.text-block__text h4,
.text-block__text .h4,
.text-block__text .h4 p {
  font-size: 28px;
}
.text_full_width h5, .text_full_width .h5, .text_full_width .h5 p,
.text-block__text h5,
.text-block__text .h5,
.text-block__text .h5 p {
  font-size: 22px;
}
.text_full_width p,
.text-block__text p {
  line-height: 1.9 !important;
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .text_full_width p,
  .text-block__text p {
    line-height: 1.3;
    font-size: 18px;
  }
}
.text_full_width a,
.text-block__text a {
  text-transform: none !important;
  white-space: break-spaces !important;
  color: #333333;
}
.text_full_width a:hover,
.text-block__text a:hover {
  color: #0079ff;
}
.text_full_width a:hover::after,
.text-block__text a:hover::after {
  display: none !important;
}
.text_full_width a::after,
.text-block__text a::after {
  background: #333333 !important;
  /*@include responsive('tablet-small') {
  	display: none;
  }*/
}
.text_full_width ul,
.text-block__text ul {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .text_full_width ul,
  .text-block__text ul {
    font-size: 18px;
    line-height: 1.8;
  }
}
.text_full_width ul li,
.text-block__text ul li {
  display: list-item;
  list-style: inside;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .text_full_width ul li,
  .text-block__text ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .text_full_width ul li,
  .text-block__text ul li {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
.text_full_width ul li::marker,
.text-block__text ul li::marker {
  color: #152342;
}
.text_full_width ol,
.text-block__text ol {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .text_full_width ol,
  .text-block__text ol {
    font-size: 18px;
    line-height: 1.8;
  }
}
.text_full_width ol li,
.text-block__text ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .text_full_width ol li,
  .text-block__text ol li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .text_full_width ol li,
  .text-block__text ol li {
    width: 100%;
    margin-left: 0;
  }
}
.text_full_width ol li::marker,
.text-block__text ol li::marker {
  color: #152342;
  margin-right: 10px;
  font-weight: 600;
}
.text_full_width .alignleft,
.text-block__text .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 600px) {
  .text_full_width .alignleft,
  .text-block__text .alignleft {
    max-width: 100%;
  }
}
.text_full_width .aligncenter,
.text-block__text .aligncenter {
  margin: 30px auto;
  display: block;
  max-width: 100%;
}
.text_full_width .alignright,
.text-block__text .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .text_full_width .alignright,
  .text-block__text .alignright {
    max-width: 100%;
  }
}

/* SINGLE STORY */
@media only screen and (max-width: 600px) {
  .singles--story__text-block p, .singles--story__text-block p span {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
  }
}
.singles--story__title {
  float: left;
  width: 100%;
  margin-top: 100px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.5px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 600px) {
  .singles--story__title {
    font-size: 34px;
    letter-spacing: 0.61px;
    line-height: 1.03;
  }
}
@media only screen and (max-width: 450px) {
  .singles--story__title {
    margin-top: 40px;
  }
}
.singles--story__title:after {
  float: left;
  content: "";
  width: 50px;
  height: 5px;
  background: #152342;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.singles--story__introduction {
  float: left;
  width: 100%;
  padding: 0 100px;
  margin: 40px 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #4f5059;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 700px) {
  .singles--story__introduction {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .singles--story__introduction {
    font-size: 18px;
    line-height: 1.67;
  }
}
.singles--story__read {
  float: left;
  width: 100%;
  margin: 40px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #4f505a;
}
@media only screen and (max-width: 600px) {
  .singles--story__read {
    font-size: 16px;
    letter-spacing: 0.57px;
    margin-bottom: 20px;
  }
}
.singles--story__content {
  float: left;
  width: 100%;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .singles--story__content {
    margin: 0;
  }
}
.singles--story__content p {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 600px) {
  .singles--story__content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.singles--story__content p a {
  color: #4f505a;
  border-bottom: 4px solid #152342;
  text-transform: uppercase;
  font-weight: bold;
}
.singles--story__quote {
  float: left;
  width: 100%;
  margin: 55px 0 100px 0;
  padding: 77px 120px;
  box-shadow: 0 2px 60px 10px rgba(0, 0, 0, 0.08);
  background: #152342;
}
@media only screen and (max-width: 600px) {
  .singles--story__quote {
    padding: 40px;
    margin: 20px 0 30px;
  }
}
.singles--story__quote p {
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.44px;
  color: #ffffff;
  margin-bottom: 25px;
  font-family: "Libre Baskerville", serif;
}
.singles--story__quote p:first-letter {
  margin-left: -10px;
  margin-right: 4px;
}
@media only screen and (max-width: 1260px) {
  .singles--story__quote p {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1032px) {
  .singles--story__quote p {
    font-size: 18px;
    margin: 0;
  }
}
.singles--story__quote .quote__author {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
@media only screen and (max-width: 1032px) {
  .singles--story__quote .quote__author {
    font-size: 17px;
  }
}
.singles--story__images-slider {
  margin: 40px 0 90px 0;
}
@media only screen and (max-width: 450px) {
  .singles--story__images-slider {
    margin: 40px 0;
  }
}
.singles--story__images-slider .left-text__cont {
  float: left;
  width: 45%;
}
@media only screen and (max-width: 900px) {
  .singles--story__images-slider .left-text__cont {
    float: left;
    clear: both;
    width: 100%;
  }
}
.singles--story__images-slider .images-slider {
  float: left;
  width: 100%;
  width: calc(100% - 75px);
  margin-top: 50px;
  margin-left: 25px;
}
@media only screen and (max-width: 450px) {
  .singles--story__images-slider .images-slider {
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-left: 0px;
  }
}
.singles--story__images-slider .images-slider::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #ffc200;
  width: 100%;
  height: 90%;
  content: "";
  transform: translate(50px, -50px);
}
@media only screen and (max-width: 600px) {
  .singles--story__images-slider .images-slider::before {
    transform: translate(20px, -20px) !important;
    height: 160px;
  }
}
.singles--story__images-slider .images-slider .image {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 51%;
}
.singles--story__images-slider .images-slider .caption {
  float: left;
  width: 100%;
  font-size: 14px;
  text-decoration: underline;
  color: #878f9d;
  margin-top: 15px;
}
.singles--story__images-slider .images-slider .bottom_text {
  float: left;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.25px;
  font-weight: 600;
  margin-top: 15px;
}
.singles--story__images-slider .images-slider.owl-carousel .owl-nav button.owl-next, .singles--story__images-slider .images-slider.owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0079ff;
  color: #fff;
  font-size: 40px;
}
@media only screen and (max-width: 700px) {
  .singles--story__images-slider .images-slider.owl-carousel .owl-nav button.owl-next, .singles--story__images-slider .images-slider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    font-size: 25px;
  }
}
.singles--story__images-slider .images-slider.owl-carousel .owl-nav button.owl-next {
  top: 81%;
  right: 26px;
}
@media only screen and (max-width: 700px) {
  .singles--story__images-slider .images-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
    top: 20px;
  }
}
.singles--story__images-slider .images-slider.owl-carousel .owl-nav button.owl-prev {
  top: 81%;
  left: auto;
  right: 100px;
}
@media only screen and (max-width: 700px) {
  .singles--story__images-slider .images-slider.owl-carousel .owl-nav button.owl-prev {
    right: 50px;
    top: 20px;
  }
}
.singles--story__images-slider .images-slider--text {
  float: right;
  width: calc(50% - 40px);
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  .singles--story__images-slider .images-slider--text {
    float: left;
    clear: both;
    width: 100%;
  }
}
.singles--story__images-slider .images-slider--text::before {
  transform: translate(40px, -40px);
}
.singles--story__images-slider .images-slider--text.owl-carousel .owl-nav button.owl-next {
  top: 84%;
}
.singles--story__images-slider .images-slider--text.owl-carousel .owl-nav button.owl-prev {
  top: 84%;
}
.singles--story__images-slider .images-slider--text .image {
  padding-top: 120%;
}

/* SINGLE EVENTS */
.singles--event__title {
  margin: 50px 0 70px 0;
  font-family: "Libre Baskerville", serif;
  line-height: 1.3;
  letter-spacing: 0.96px;
  color: #000000;
}
@media only screen and (max-width: 600px) {
  .singles--event__title {
    margin: 40px 0;
  }
}
.singles--event__image {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 40%;
  margin-bottom: 100px;
}
.singles--event__column--right {
  float: right;
  width: 30%;
  text-align: center;
  font-size: 18px;
  line-height: 1.56;
  color: #878f9d;
  letter-spacing: 0.41px;
}
@media only screen and (max-width: 900px) {
  .singles--event__column--right {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 35px;
  }
}
.singles--event__column--right h4 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #333333;
  margin-bottom: 30px;
}
.singles--event__column--right .event_place,
.singles--event__column--right .event_day,
.singles--event__column--right .event_time {
  font-weight: 700;
  line-height: 1.83;
  color: #4f5059;
}
.singles--event__column--right .event_day {
  margin-top: 20px;
}
.singles--event__column--right .button {
  margin-top: 35px;
  min-width: 250px;
  max-width: 100px;
}
.singles--event__column--left {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 900px) {
  .singles--event__column--left {
    float: left;
    clear: both;
    width: 100%;
  }
}
.singles--event__column--left ul {
  list-style-type: initial;
  margin-left: 20px;
}
.singles--event__column--left ul li {
  display: list-item;
  list-style: inside;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
.singles--event__column--left ul li::marker {
  color: #152342;
}
@media only screen and (max-width: 450px) {
  .singles--event__column--left ul li {
    width: 100%;
    margin-left: 0;
  }
}
.singles--event__column--left ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.singles--event__column--left ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 450px) {
  .singles--event__column--left ol li {
    width: 100%;
    margin-left: 0;
  }
}
.singles--event p {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  overflow: hidden;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .singles--event p {
    font-size: 18px;
    line-height: 1.8;
  }
}
.singles--event p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .singles--event p a {
    border-bottom: 3px solid #333333;
  }
  .singles--event p a:hover {
    border-color: #fff;
  }
}
.singles--event p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .singles--event p a:after {
    display: none;
  }
}
.singles--event p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.singles--event p a:hover:after {
  background: #fff;
}
.singles--event p a--blue:after {
  background: #0079ff;
}
.singles--event p a--blue:hover {
  color: #fff;
}
.singles--event p:nth-last-child(1) {
  margin-bottom: 0;
}
.singles--event__schedule {
  font-family: "Montserrat", sans-serif;
  margin: 50px 0;
}
.singles--event__schedule .schedule__title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.71px;
  color: #4f505a;
  margin-bottom: 32px;
}
.singles--event__schedule .schedule__item {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.singles--event__schedule .schedule__item .hour {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.41px;
  color: #4f5059;
  float: left;
  width: 15%;
}
@media only screen and (max-width: 900px) {
  .singles--event__schedule .schedule__item .hour {
    width: 25%;
  }
}
@media only screen and (max-width: 450px) {
  .singles--event__schedule .schedule__item .hour {
    width: 100%;
  }
}
.singles--event__schedule .schedule__item .schedule__item__title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.41px;
  color: #4f5059;
  float: left;
  width: 75%;
}
@media only screen and (max-width: 900px) {
  .singles--event__schedule .schedule__item .schedule__item__title {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .singles--event__schedule .schedule__item .schedule__item__title {
    width: 100%;
  }
}
.singles--event__schedule .schedule__item:nth-last-child(1) {
  margin-bottom: 0;
}

.press_inquiries {
  float: left;
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .press_inquiries {
    margin-top: 50px;
  }
}
.press_inquiries__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #333333;
  margin-bottom: 10px;
}
.press_inquiries a {
  text-transform: none !important;
  word-break: break-word;
}
.press_inquiries a:hover {
  color: #0079ff;
}
.press_inquiries a:hover::after {
  display: none;
}
.press_inquiries a:after {
  background: #333333 !important;
}
.press_inquiries span {
  font-weight: 500 !important;
}

.singles--event__speakers .speaker {
  margin-bottom: 150px;
}
.singles--event__speakers .speaker:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .singles--event__speakers .speaker {
    margin-bottom: 30px;
  }
}
.singles--event__speakers .speaker .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 30%;
  padding-top: 37%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .singles--event__speakers .speaker .photo {
    width: 50%;
    padding-top: 75%;
    margin-bottom: 40px;
    margin-left: 40px;
  }
}
.singles--event__speakers .speaker .photo::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(240deg, rgba(0, 176, 244, 0.91), rgba(0, 176, 244, 0.87) 29%, #0079ff 78%, #0064d8);
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-40px, 40px);
}
.singles--event__speakers .speaker .text {
  float: left;
  width: 70%;
  padding-left: 50px;
}
@media only screen and (max-width: 600px) {
  .singles--event__speakers .speaker .text {
    float: left;
    clear: both;
    width: 100%;
    padding-left: 0;
    margin-top: 48px;
  }
}
.singles--event__speakers .speaker__name {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.71px;
}
@media only screen and (max-width: 450px) {
  .singles--event__speakers .speaker__name {
    font-size: 26px;
  }
}
.singles--event__speakers .speaker__position {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  line-height: 2.17;
  letter-spacing: 0.43px;
}
@media only screen and (max-width: 450px) {
  .singles--event__speakers .speaker__position {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .singles--event__speakers .speaker__position {
    font-weight: 500;
    line-height: 1.8;
  }
}
.singles--event__speakers .speaker__text .row--link {
  margin-top: 30px;
}
.singles--event__speakers .speaker__text .row--text {
  display: none;
}
.singles--event__speakers .speaker__text .link.clicked i:before {
  content: "\f106";
}
.singles--event__speakers .speaker p {
  float: left;
  width: 100%;
  margin-top: 40px;
  font-size: 20px;
  line-height: 2.11;
}
@media only screen and (max-width: 600px) {
  .singles--event__speakers .speaker p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}

/* NEWS PAGE */
.news-cont {
  float: left;
  width: 58%;
}
@media only screen and (max-width: 1032px) {
  .news-cont {
    width: 100%;
  }
}
.news-cont .news-filters {
  float: left;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1032px) {
  .news-cont .news-filters {
    display: none;
    text-align: center;
  }
}
.news-cont .news-filters a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
  display: inline-block;
  opacity: 0.26;
  font-size: 25px;
  letter-spacing: 0.89px;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .news-cont .news-filters a {
    border-bottom: 3px solid #333333;
  }
  .news-cont .news-filters a:hover {
    border-color: #fff;
  }
}
.news-cont .news-filters a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .news-cont .news-filters a:after {
    display: none;
  }
}
.news-cont .news-filters a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.news-cont .news-filters a:hover:after {
  background: #fff;
}
.news-cont .news-filters a--blue:after {
  background: #0079ff;
}
.news-cont .news-filters a--blue:hover {
  color: #fff;
}
@media only screen and (max-width: 1032px) {
  .news-cont .news-filters a {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    background: #ffc200;
    padding: 0 20px;
    min-width: 200px;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 0.5px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
    background: rgba(133, 143, 158, 0.1);
    color: #4f505a;
    text-transform: uppercase;
    opacity: 1;
  }
  .news-cont .news-filters a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 120%;
    background: #fff;
    transform: translateX(-100%) skewX(15deg);
    transition: all 0.5s ease;
    z-index: 0;
    content: "";
  }
  .news-cont .news-filters a span, .news-cont .news-filters a i {
    position: relative;
    z-index: 1;
  }
  .news-cont .news-filters a:hover {
    color: #fff;
  }
  .news-cont .news-filters a:hover:before {
    transform: translateX(0) skewX(15deg);
  }
  .news-cont .news-filters a--white {
    color: #333333;
    background: #fff;
  }
  .news-cont .news-filters a--white:before {
    background: #ffc200;
  }
  .news-cont .news-filters a--white:hover {
    color: #333333;
  }
  .news-cont .news-filters a:before {
    background-color: #ffc200;
    z-index: -1;
  }
  .news-cont .news-filters a.active, .news-cont .news-filters a:hover {
    background: #ffc200;
    color: #333333;
  }
}
@media only screen and (max-width: 1032px) and (max-width: 450px) {
  .news-cont .news-filters a {
    min-width: 100%;
  }
}
.news-cont .news-filters a:after {
  opacity: 0;
}
.news-cont .news-filters a:hover, .news-cont .news-filters a.active {
  opacity: 1;
}
.news-cont .news-filters a:hover:after, .news-cont .news-filters a.active:after {
  opacity: 1;
}
.news-cont .news-filters--select {
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  background: #ffc200;
  padding: 0 20px;
  min-width: 200px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 0.5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  color: #fff;
  background: #152342;
  color: #fff;
  display: none;
}
.news-cont .news-filters--select:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 120%;
  background: #fff;
  transform: translateX(-100%) skewX(15deg);
  transition: all 0.5s ease;
  z-index: 0;
  content: "";
}
.news-cont .news-filters--select span, .news-cont .news-filters--select i {
  position: relative;
  z-index: 1;
}
.news-cont .news-filters--select:hover {
  color: #fff;
}
.news-cont .news-filters--select:hover:before {
  transform: translateX(0) skewX(15deg);
}
.news-cont .news-filters--select--white {
  color: #333333;
  background: #fff;
}
.news-cont .news-filters--select--white:before {
  background: #ffc200;
}
.news-cont .news-filters--select--white:hover {
  color: #333333;
}
.news-cont .news-filters--select:before {
  background: #3d4d70;
}
.news-cont .news-filters--select:hover {
  color: #fff;
}
@media only screen and (max-width: 1032px) {
  .news-cont .news-filters--select {
    display: block;
    text-align: center;
  }
}
.news-cont .news-filters--select i {
  transition: all 0.3s ease;
}
.news-cont .news-filters--select.active i {
  transform: rotate(180deg);
}
@media only screen and (max-width: 450px) {
  .news-cont .news-filters--select {
    min-width: 100%;
  }
}
.news-cont .button {
  margin-top: 60px;
  min-width: 350px;
  max-width: 100%;
}
@media only screen and (max-width: 450px) {
  .news-cont .button {
    min-width: 100%;
  }
}
.news-cont .news-list {
  float: left;
  width: 100%;
}
.news-cont .news-list__box {
  float: left;
  width: 100%;
  padding: 65px 0;
  border-bottom: 3px solid #e7e9eb;
}
@media only screen and (max-width: 450px) {
  .news-cont .news-list__box {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .news-cont .news-list__box {
    font-weight: 500;
    line-height: 1.8;
  }
}
.news-cont .news-list__box p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .news-cont .news-list__box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.news-cont .news-list__title {
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 1.39;
  color: #333;
  margin-bottom: 38px;
}
@media only screen and (max-width: 450px) {
  .news-cont .news-list__title {
    font-size: 18px;
  }
}
.news-cont .news-list__title:hover {
  color: #0079ff;
}
.news-cont .news-list__date {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4f5059;
}

.events-cont {
  float: right;
  width: 35%;
}
@media only screen and (max-width: 1032px) {
  .events-cont {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 25px;
  }
}
.events-cont .press_inquiries {
  float: left;
  width: calc(100% - 50px);
  text-align: center;
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .events-cont .press_inquiries {
    width: 100%;
  }
}
.events-cont .press_inquiries p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.events-cont .events-list {
  float: left;
  width: calc(100% - 50px);
  background: #0079ff;
  padding: 35px 40px;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .events-cont .events-list {
    padding: 35px;
  }
}
.events-cont .events-list:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #ffc50a;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(50px, 50px);
}
.events-cont .events-list h4 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.07px;
  color: #fff;
}
@media only screen and (max-width: 450px) {
  .events-cont .events-list h4 {
    font-size: 18px;
  }
}
.events-cont .events-list__box {
  float: left;
  width: 100%;
  margin-bottom: 68px;
}
.events-cont .events-list__box:nth-last-child(1) {
  margin-bottom: 20px;
}
.events-cont .events-list__date {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 1.2px;
  color: #fff;
}
.events-cont .events-list__title, .events-cont .events-list__place {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
}
@media only screen and (max-width: 450px) {
  .events-cont .events-list__title, .events-cont .events-list__place {
    font-size: 16px;
  }
}
.events-cont .events-list__place {
  font-weight: 500;
}
.events-cont .events-list__btn {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
  float: left;
  margin-top: 17px;
  font-size: 18px;
  letter-spacing: 0.64px;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .events-cont .events-list__btn {
    border-bottom: 3px solid #333333;
  }
  .events-cont .events-list__btn:hover {
    border-color: #fff;
  }
}
.events-cont .events-list__btn:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .events-cont .events-list__btn:after {
    display: none;
  }
}
.events-cont .events-list__btn:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.events-cont .events-list__btn:hover:after {
  background: #fff;
}
.events-cont .events-list__btn--blue:after {
  background: #0079ff;
}
.events-cont .events-list__btn--blue:hover {
  color: #fff;
}
@media only screen and (max-width: 450px) {
  .events-cont .events-list__btn {
    font-size: 16px;
  }
}
/* CTA BLOCK */
.cta_block__texts {
  float: left;
  width: 100%;
  margin-top: 100px;
  padding: 85px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 60px 10px;
}
@media only screen and (max-width: 900px) {
  .cta_block__texts {
    padding: 30px;
  }
}
.cta_block__texts:nth-child(1) {
  margin-top: 10px;
}
.cta_block__texts .upper-title {
  font-size: 20px;
  color: #152342;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.cta_block__texts h2 {
  font-size: 42px;
}
@media only screen and (max-width: 1032px) {
  .cta_block__texts h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 600px) {
  .cta_block__texts h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .cta_block__texts h2 {
    font-size: 28px;
    word-break: break-word;
  }
}
.cta_block__texts p {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.8;
  font-size: 20px;
  color: #4f505a;
}
@media only screen and (max-width: 1032px) {
  .cta_block__texts p {
    line-height: 1.4;
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .cta_block__texts p {
    font-weight: 500;
    line-height: 1.8;
  }
}
.cta_block__texts ul {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .cta_block__texts ul {
    font-size: 18px;
    line-height: 1.8;
  }
}
.cta_block__texts ul li {
  display: list-item;
  list-style: inside;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .cta_block__texts ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .cta_block__texts ul li {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
.cta_block__texts ul li::marker {
  color: #152342;
}
.cta_block__texts ol {
  font-size: 20px;
  color: #4f505a;
  line-height: 1.75;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .cta_block__texts ol {
    font-size: 18px;
    line-height: 1.8;
  }
}
.cta_block__texts ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
  margin-left: 60px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .cta_block__texts ol li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .cta_block__texts ol li {
    width: 100%;
    margin-left: 0;
  }
}
.cta_block__texts ol li::marker {
  color: #152342;
  margin-right: 10px;
  font-weight: 600;
}
.cta_block__texts .button {
  margin-top: 57px;
  min-width: 250px;
}
@media only screen and (max-width: 1032px) {
  .cta_block__texts .button {
    max-width: 100%;
    min-width: 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_block__texts .button {
    margin-top: 30px;
  }
}

.stories + .cta_block {
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .stories + .cta_block {
    padding: 0;
  }
}

.cta_block--yellow-line .cta_block__texts {
  position: relative;
  box-shadow: none;
}
.cta_block--yellow-line .cta_block__texts:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #ffc200;
  width: 100%;
  height: 100%;
  content: "";
}
.cta_block--yellow-line .cta_block__texts .upper-title {
  color: #4f505a;
}
.cta_block--yellow-line .cta_block__texts h2 {
  font-size: 34px;
}
@media only screen and (max-width: 600px) {
  .cta_block--yellow-line .cta_block__texts h2 {
    font-size: 30px;
  }
}

.cta_block--blue-back .cta_block__texts {
  width: calc(100% - 120px);
  margin-left: 40px;
  background: #0079ff;
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .cta_block--blue-back .cta_block__texts {
    margin-left: 0px;
    width: calc(100% - 40px);
  }
}
.cta_block--blue-back .cta_block__texts:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #ffc200;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(40px, 40px);
}
.cta_block--blue-back .cta_block__texts .row {
  background: #0079ff;
  position: relative;
  padding: 85px;
}
@media only screen and (max-width: 600px) {
  .cta_block--blue-back .cta_block__texts .row {
    padding: 30px;
  }
}
.cta_block--blue-back .cta_block__texts h2 {
  color: #fff;
}
.cta_block--blue-back .cta_block__texts p {
  color: #fff;
}
.cta_block--blue-back .cta_block__texts .button {
  background: #fff;
  color: #333333;
}
.cta_block--blue-back .cta_block__texts .button:before {
  background-color: #ffc200;
}
@media only screen and (max-width: 450px) {
  .cta_block--blue-back .cta_block__texts .button {
    height: auto;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* TEXT PAGE */
.text-page .title-block {
  padding: 130px 0 0 0;
}
@media only screen and (max-width: 450px) {
  .text-page .title-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.text-page .title-block:nth-last-child(1) {
  margin-bottom: 50px;
}
.text-page .title-block .h4 {
  font-size: 20px;
  color: #4f505a;
}
.text-page .title-block .h2, .text-page .title-block .search__list .no-results .page-title, .search__list .no-results .text-page .title-block .page-title {
  color: #333333;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.text-page .title-block .introduction p {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .text-page .title-block .introduction p {
    font-size: 18px;
  }
}
.text-page .title-block p {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #4f505a;
}
@media only screen and (max-width: 600px) {
  .text-page .title-block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.text-page .title-block ul {
  float: left;
  padding: 30px 0;
  width: calc(100% - 140px);
  margin-left: 70px;
}
@media only screen and (max-width: 1032px) {
  .text-page .title-block ul {
    width: 100%;
    margin-left: 0;
  }
}
.text-page .title-block ul li {
  font-size: 18px;
  line-height: 1.67;
  color: #4f5059;
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .text-page .title-block ul li {
    font-size: 16px;
  }
}
.text-page .title-block ul a {
  word-break: break-word;
}
.text-page .image-block .image {
  width: 100%;
  margin-top: 80px;
  margin-left: 0;
}
.text-page .image-block .caption,
.text-page .image-block .bottom_text {
  width: 100%;
  margin-left: 0;
}
.text-page .cta_block__texts:nth-child(1) {
  margin-top: 100px;
}

.page-financials .cta_block {
  padding-bottom: 140px;
}

/* 404 */
.page-not-found .title-block h2,
.error404 .title-block h2 {
  font-size: 100px;
}
@media only screen and (max-width: 700px) {
  .page-not-found .title-block h2,
  .error404 .title-block h2 {
    font-size: 50px;
  }
}
.page-not-found .title-block p,
.error404 .title-block p {
  font-size: 30px;
}
@media only screen and (max-width: 700px) {
  .page-not-found .title-block p,
  .error404 .title-block p {
    font-size: 21px;
  }
}
.page-not-found .title-block p a,
.error404 .title-block p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .page-not-found .title-block p a,
  .error404 .title-block p a {
    border-bottom: 3px solid #333333;
  }
  .page-not-found .title-block p a:hover,
  .error404 .title-block p a:hover {
    border-color: #fff;
  }
}
.page-not-found .title-block p a:after,
.error404 .title-block p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .page-not-found .title-block p a:after,
  .error404 .title-block p a:after {
    display: none;
  }
}
.page-not-found .title-block p a:hover,
.error404 .title-block p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.page-not-found .title-block p a:hover:after,
.error404 .title-block p a:hover:after {
  background: #fff;
}
.page-not-found .title-block p a--blue:after,
.error404 .title-block p a--blue:after {
  background: #0079ff;
}
.page-not-found .title-block p a--blue:hover,
.error404 .title-block p a--blue:hover {
  color: #fff;
}

/* CONTACT */
.contact-block {
  padding: 150px 0 70px;
}
@media only screen and (max-width: 450px) {
  .contact-block {
    padding: 50px 0;
  }
}
.contact-block__box {
  float: left;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 52px;
  background-color: rgba(135, 143, 157, 0.1);
}
@media only screen and (max-width: 450px) {
  .contact-block__box {
    padding: 30px;
  }
}
.contact-block__box:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .contact-block__box {
    float: left;
    clear: both;
    width: 100%;
  }
}
.contact-block__title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.contact-block p {
  font-size: 24px;
}
@media only screen and (max-width: 450px) {
  .contact-block p {
    font-size: 18px;
  }
}
.contact-block p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
  word-break: break-word;
}
@media only screen and (max-width: 600px) {
  .contact-block p a {
    border-bottom: 3px solid #333333;
  }
  .contact-block p a:hover {
    border-color: #fff;
  }
}
.contact-block p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .contact-block p a:after {
    display: none;
  }
}
.contact-block p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.contact-block p a:hover:after {
  background: #fff;
}
.contact-block p a--blue:after {
  background: #0079ff;
}
.contact-block p a--blue:hover {
  color: #fff;
}

/* PLANS BLOCK */
.plans-block {
  padding-top: 200px;
}
@media only screen and (max-width: 450px) {
  .plans-block {
    padding-top: 50px;
  }
}
.plans-block .h2, .plans-block .search__list .no-results .page-title, .search__list .no-results .plans-block .page-title {
  color: #333333;
  line-height: 1.3;
}
.plans-block p {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #4f505a;
}
@media only screen and (max-width: 600px) {
  .plans-block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.plans-block p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .plans-block p a {
    border-bottom: 3px solid #333333;
  }
  .plans-block p a:hover {
    border-color: #fff;
  }
}
.plans-block p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .plans-block p a:after {
    display: none;
  }
}
.plans-block p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.plans-block p a:hover:after {
  background: #fff;
}
.plans-block p a--blue:after {
  background: #0079ff;
}
.plans-block p a--blue:hover {
  color: #fff;
}
.plans-block__plans {
  float: left;
  width: 100%;
  margin-top: 65px;
}
.plans-block__box {
  float: left;
  width: 100%;
  padding: 50px 140px;
  background-color: rgba(135, 143, 157, 0.1);
  margin-bottom: 50px;
}
.plans-block__box:nth-last-child(1) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  .plans-block__box {
    padding: 20px 20px 20px 50px;
  }
}
.plans-block__box__cont {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: none;
}
.plans-block__box p {
  margin-top: 0;
  padding-bottom: 30px;
  font-size: 24px;
}
@media only screen and (max-width: 450px) {
  .plans-block__box p {
    font-size: 18px;
  }
}
.plans-block__box__title {
  float: left;
  width: 100%;
  position: relative;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.71px;
}
@media only screen and (max-width: 768px) {
  .plans-block__box__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 450px) {
  .plans-block__box__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .plans-block__box__title {
    font-weight: 500;
    line-height: 1.8;
  }
}
.plans-block__box__title span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-90px, 0);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #0079ff;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .plans-block__box__title span {
    transform: translate(-45px, -10px) scale(0.5);
  }
}
.plans-block__box__title span .fa-angle-up {
  display: none;
}
.plans-block__box__title span.open .fa-angle-up {
  display: block;
}
.plans-block__box__title span.open .fa-angle-down {
  display: none;
}
.plans-block__box__text {
  margin-bottom: 30px;
}
.plans-block__box__text:nth-last-child(1) {
  margin-bottom: 0;
}
.plans-block__box__text h4 {
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
  font-size: 20px;
}
.plans-block__box__text p {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .plans-block__box__text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.plans-block__box__text p:nth-last-child(1) {
  padding-bottom: 0;
}
.plans-block__legend {
  float: left;
  width: calc(100% - 200px);
  margin-left: 100px;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .plans-block__legend {
    width: 100%;
    margin-left: 0px;
  }
}
.plans-block__legend p {
  font-style: italic;
}

/* ANCHOR NAV */
.anchors-nav {
  padding-top: 65px;
}
.anchors-nav p {
  float: left;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  line-height: 1.64;
  color: #878f9d;
  line-height: 60px;
}
@media only screen and (max-width: 1032px) {
  .anchors-nav p {
    width: 100%;
    float: left;
  }
}
.anchors-nav__box {
  text-align: center;
}
.anchors-nav .button {
  min-width: 270px;
  max-width: 100%;
  font-size: 14px;
  background: rgba(135, 143, 157, 0.1);
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  margin-left: 14px;
}
.anchors-nav .button:before {
  background-color: #ffc200;
}
@media only screen and (max-width: 1260px) {
  .anchors-nav .button {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .anchors-nav .button {
    width: 100%;
    margin-left: 0;
  }
}
.anchors-nav .button:hover {
  color: #333333;
}

/* PLANS BLOCK */
.images-gallery {
  padding-top: 120px;
}
.images-gallery .h2, .images-gallery .search__list .no-results .page-title, .search__list .no-results .images-gallery .page-title {
  color: #333333;
  line-height: 1.3;
}
.images-gallery p {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  color: #4f505a;
}
@media only screen and (max-width: 600px) {
  .images-gallery p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.images-gallery .gallery {
  float: left;
  width: 100%;
  margin: 40px 0 20px 0;
}
.images-gallery .gallery__item {
  float: left;
  width: calc(16.66% - 25px);
  margin-right: 30px;
  padding-top: calc(16.66% - 25px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.images-gallery .gallery__item:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .images-gallery .gallery__item {
    width: calc(33.33% - 25px);
    padding-top: calc(33.33% - 25px);
  }
  .images-gallery .gallery__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .images-gallery .gallery__item {
    width: 100%;
    padding-top: 100%;
    margin-right: 0;
  }
}
.images-gallery__button {
  float: left;
  width: 100%;
  text-align: center;
}
.images-gallery__button .button {
  min-width: 350px;
}

#bbox-root .BBFormSection:nth-last-child(1) .BBFormFieldContainer .BBFormSubmitbutton {
  letter-spacing: 0.5px;
  min-width: 350px;
}
@media only screen and (max-width: 450px) {
  #bbox-root .BBFormSection:nth-last-child(1) .BBFormFieldContainer .BBFormSubmitbutton {
    width: 100%;
    min-width: 100%;
  }
}

.impact-block--left + .stories {
  margin-top: 150px;
}
@media only screen and (max-width: 1032px) {
  .impact-block--left + .stories {
    margin-top: 0px;
  }
}

.news_and_events + .cta_block {
  margin-top: 250px;
}
@media only screen and (max-width: 768px) {
  .news_and_events + .cta_block {
    margin-top: 80px;
  }
}

.text_block_with_press_inquiries {
  padding-top: 15px;
}
.text_block_with_press_inquiries .column--left {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 1032px) {
  .text_block_with_press_inquiries .column--left {
    width: 100%;
  }
}
.text_block_with_press_inquiries .column--right {
  float: right;
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 1032px) {
  .text_block_with_press_inquiries .column--right {
    width: 100%;
  }
}
.text_block_with_press_inquiries .column--right p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.text_block_with_press_inquiries p {
  margin-top: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #4f505a;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .text_block_with_press_inquiries p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}

/* LEADERSHIP */
.president-block .president-box {
  float: left;
  width: 100%;
}
.president-block .president-box .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 30%;
  padding-top: 37%;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .president-block .president-box .photo {
    width: 40%;
    padding-top: 50%;
  }
}
.president-block .president-box .photo::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(240deg, rgba(0, 176, 244, 0.91), rgba(0, 176, 244, 0.87) 29%, #0079ff 78%, #0064d8);
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-40px, 40px);
}
.president-block .president-box .text {
  float: left;
  width: 70%;
  padding-left: 50px;
}
@media only screen and (max-width: 450px) {
  .president-block .president-box .text {
    float: left;
    clear: both;
    width: 100%;
    padding-left: 0;
    margin-top: 48px;
  }
}
.president-block .president-box__name {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.71px;
}
@media only screen and (max-width: 450px) {
  .president-block .president-box__name {
    font-size: 26px;
  }
}
.president-block .president-box__position {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.57px;
}
@media only screen and (max-width: 450px) {
  .president-block .president-box__position {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .president-block .president-box__position {
    font-weight: 500;
    line-height: 1.8;
  }
}
.president-block .president-box__text .row--link {
  margin-top: 30px;
}
.president-block .president-box__text .row--text {
  display: none;
}
.president-block .president-box__text .link.clicked i:before {
  content: "\f106";
}
.president-block .president-box p {
  float: left;
  width: 100%;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.9;
}
@media only screen and (max-width: 600px) {
  .president-block .president-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.president-block .president-members {
  float: left;
  width: 100%;
  column-count: 3;
  margin-top: 80px;
}
@media only screen and (max-width: 1032px) {
  .president-block .president-members {
    column-count: 2;
  }
}
@media only screen and (max-width: 450px) {
  .president-block .president-members {
    column-count: 1;
    margin-top: 40px;
  }
}
.president-block .president-members__box {
  width: 100%;
  margin-top: 88px;
  display: inline-block;
  padding-right: 70px;
}
@media only screen and (max-width: 450px) {
  .president-block .president-members__box {
    margin-top: 40px;
    padding-right: 0;
  }
}
.president-block .president-members__box__name {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  .president-block .president-members__box__name {
    font-size: 18px;
  }
}
.president-block .president-members__box__position {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}
@media only screen and (max-width: 450px) {
  .president-block .president-members__box__position {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .president-block .president-members__box__position {
    font-weight: 500;
    line-height: 1.8;
  }
}

.board {
  margin-top: 140px;
}
@media only screen and (max-width: 450px) {
  .board {
    margin-top: 50px;
  }
}
.board .h4 {
  font-size: 20px;
  color: #4f505a;
}
.board .h2, .board .search__list .no-results .page-title, .search__list .no-results .board .page-title {
  color: #333333;
  line-height: 1.3;
}
.board .image {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 40px;
  width: 100%;
  padding-top: 48%;
}
@media only screen and (max-width: 450px) {
  .board .image {
    float: left;
    clear: both;
    width: 100%;
    margin-left: 0px;
  }
}
.board .bottom_text {
  float: left;
  width: 100%;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.25px;
  font-weight: 600;
  margin-top: 15px;
}
@media only screen and (max-width: 450px) {
  .board .bottom_text {
    float: left;
    clear: both;
    width: 100%;
  }
}
.board .board-members {
  float: left;
  width: 100%;
}
.board .board-members__box {
  float: left;
  width: 50%;
  margin-top: 94px;
  padding-right: 90px;
}
@media only screen and (max-width: 900px) {
  .board .board-members__box {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .board .board-members__box {
    float: left;
    clear: both;
    width: 100%;
    padding-right: 0;
  }
}
.board .board-members__box:nth-child(2n+1) {
  clear: left;
}
.board .board-members__box__name {
  float: left;
  width: 100%;
  font-size: 24px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
}
.board .board-members__box__name:after {
  float: left;
  content: "";
  width: 50px;
  height: 5px;
  background: #00b0f4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.board .board-members__box__columns {
  float: left;
  width: 100%;
}
.board .board-members__box__image {
  width: 30%;
  aspect-ratio: 354/436;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 1032px) {
  .board .board-members__box__image {
    width: 40%;
  }
}
@media only screen and (max-width: 900px) {
  .board .board-members__box__image {
    width: 30%;
  }
}
@media only screen and (max-width: 450px) {
  .board .board-members__box__image {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.board .board-members__box p {
  font-size: 18px;
  line-height: 1.9;
}
@media only screen and (max-width: 450px) {
  .board .board-members__box p {
    line-height: 1.8;
  }
}
.board .board-members__box p a {
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  transition: color 0.5s ease;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .board .board-members__box p a {
    border-bottom: 3px solid #333333;
  }
  .board .board-members__box p a:hover {
    border-color: #fff;
  }
}
.board .board-members__box p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
  background: #333333;
  z-index: -1;
  content: "";
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .board .board-members__box p a:after {
    display: none;
  }
}
.board .board-members__box p a:hover {
  color: #0079ff;
  /*&:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    left: -4px;
  }*/
}
.board .board-members__box p a:hover:after {
  background: #fff;
}
.board .board-members__box p a--blue:after {
  background: #0079ff;
}
.board .board-members__box p a--blue:hover {
  color: #fff;
}

.board-committees {
  margin-bottom: 130px;
  margin-top: 200px;
}
@media only screen and (max-width: 450px) {
  .board-committees {
    margin: 50px 0;
  }
}
.board-committees .h2, .board-committees .search__list .no-results .page-title, .search__list .no-results .board-committees .page-title {
  color: #333333;
  line-height: 1.3;
}
.board-committees .committees-members {
  float: left;
  width: 100%;
}
.board-committees .committees-members__box {
  float: left;
  width: 33%;
  margin-top: 80px;
  padding-right: 60px;
}
@media only screen and (max-width: 450px) {
  .board-committees .committees-members__box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .board-committees .committees-members__box {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .board-committees .committees-members__box {
    float: left;
    clear: both;
    width: 100%;
    padding-right: 0;
  }
}
.board-committees .committees-members__box:nth-child(3n+1) {
  clear: left;
}
@media only screen and (max-width: 768px) {
  .board-committees .committees-members__box:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 768px) {
  .board-committees .committees-members__box:nth-child(2n+1) {
    clear: left;
  }
}
.board-committees .committees-members__box__name {
  float: left;
  width: 100%;
  font-size: 26px;
  margin-bottom: 20px;
  color: #0079ff;
  margin: 50px 0 15px 0;
}
@media only screen and (max-width: 450px) {
  .board-committees .committees-members__box__name {
    font-size: 22px;
  }
}
.board-committees .committees-members__box__name strong {
  font-weight: 700;
}
.board-committees .committees-members__box p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  float: left;
}
@media only screen and (max-width: 600px) {
  .board-committees .committees-members__box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 600px) {
  .board-committees .committees-members__box:nth-child(1) .committees-members__box__name {
    margin-top: 10px;
  }
}

.page-about-us .text-block {
  padding-top: 0;
  padding-bottom: 110px;
}
@media only screen and (max-width: 600px) {
  .page-about-us .text-block {
    padding-bottom: 50px;
  }
}
.page-about-us .text-block__text p {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .page-about-us .text-block__text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.page-about-us .images-slider-block p {
  font-weight: 500;
  line-height: 1.75;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .page-about-us .images-slider-block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.page-about-us .h2, .page-about-us .search__list .no-results .page-title, .search__list .no-results .page-about-us .page-title {
  font-size: 50px;
}
@media only screen and (max-width: 450px) {
  .page-about-us .h2, .page-about-us .search__list .no-results .page-title, .search__list .no-results .page-about-us .page-title {
    font-size: 30px;
  }
}
.page-about-us .text-block--quote {
  padding-top: 150px;
}
@media only screen and (max-width: 450px) {
  .page-about-us .text-block--quote {
    padding-top: 50px;
  }
}
.page-about-us .image-text--support {
  margin-bottom: 200px;
}
@media only screen and (max-width: 450px) {
  .page-about-us .image-text--support {
    margin-bottom: 0px;
  }
}
.page-about-us .text_block_with_menu p {
  font-size: 20px;
  line-height: 1.75;
}
@media only screen and (max-width: 600px) {
  .page-about-us .text_block_with_menu p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.page-about-us .text_block_with_menu .introduction p {
  font-size: 22px;
  line-height: 1.75;
}
@media only screen and (max-width: 600px) {
  .page-about-us .text_block_with_menu .introduction p {
    font-size: 18px;
    line-height: 1.6;
  }
}

.images-slider-block {
  padding-top: 200px;
}
@media only screen and (max-width: 600px) {
  .images-slider-block {
    padding-top: 50px;
  }
}
.images-slider-block .h2, .images-slider-block .search__list .no-results .page-title, .search__list .no-results .images-slider-block .page-title {
  color: #333333;
  line-height: 1.3;
}
.images-slider-block p {
  margin: 40px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #4f505a;
}
@media only screen and (max-width: 600px) {
  .images-slider-block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.images-slider-block .images-slider {
  float: left;
  width: 100%;
  width: calc(100% - 75px);
  margin-top: 80px;
  margin-left: 25px;
}
@media only screen and (max-width: 450px) {
  .images-slider-block .images-slider {
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-left: 0px;
  }
}
.images-slider-block .images-slider::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 4px solid #152342;
  width: 100%;
  height: 90%;
  content: "";
  transform: translate(50px, -50px);
}
@media only screen and (max-width: 900px) {
  .images-slider-block .images-slider::before {
    height: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .images-slider-block .images-slider::before {
    transform: translate(20px, -20px) !important;
    height: 160px;
  }
}
.images-slider-block .images-slider .image {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 51%;
}
.images-slider-block .images-slider .caption {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #878f9d;
  margin-top: 15px;
}
.images-slider-block .images-slider .bottom_text {
  float: left;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.25px;
  font-weight: 600;
  margin-top: 15px;
}
.images-slider-block .images-slider.owl-carousel .owl-nav button.owl-next, .images-slider-block .images-slider.owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #152342;
  color: #fff;
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  .images-slider-block .images-slider.owl-carousel .owl-nav button.owl-next, .images-slider-block .images-slider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    font-size: 25px;
  }
}
.images-slider-block .images-slider.owl-carousel .owl-nav button.owl-next {
  top: 81%;
  right: 26px;
}
@media only screen and (max-width: 900px) {
  .images-slider-block .images-slider.owl-carousel .owl-nav button.owl-next {
    top: 20px;
    right: 10px;
  }
}
.images-slider-block .images-slider.owl-carousel .owl-nav button.owl-prev {
  top: 81%;
  left: auto;
  right: 100px;
}
@media only screen and (max-width: 900px) {
  .images-slider-block .images-slider.owl-carousel .owl-nav button.owl-prev {
    top: 20px;
    right: 50px;
  }
}

.back_to_top {
  width: 60px;
  height: 60px;
  background-color: #0079ff;
  position: fixed;
  padding: 11px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.77px;
  font-weight: bold;
  right: 51px;
  bottom: 51px;
  z-index: 1;
  transition: all 1s ease;
}
@media only screen and (max-width: 1032px) {
  .back_to_top {
    display: none;
  }
}
.back_to_top i, .back_to_top div {
  transition: all 1s ease;
}
.back_to_top:hover {
  background-color: #152342;
}
.back_to_top:hover i {
  transform: translateY(-5px);
}
.back_to_top:hover div {
  transform: translateY(5px);
}

.other-news {
  float: left;
  width: 100%;
  margin: 90px 0;
}
.other-news .h4 {
  float: left;
  width: 100%;
  padding-top: 100px;
  border-top: 1px solid rgba(133, 143, 158, 0.2);
  color: #4f505a;
  text-transform: uppercase;
  font-weight: 700;
}
.other-news__items {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.other-news .item {
  float: left;
  width: 48%;
  background: rgba(133, 143, 158, 0.1);
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .other-news .item {
    width: 100%;
  }
}
.other-news .item:nth-child(2) {
  margin-left: 4%;
  transform: translateY(40px);
}
@media only screen and (max-width: 768px) {
  .other-news .item:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
    transform: translateY(0);
  }
}
.other-news .item .h2, .other-news .item .search__list .no-results .page-title, .search__list .no-results .other-news .item .page-title {
  font-size: 36px;
  color: #333333;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1032px) {
  .other-news .item .h2, .other-news .item .search__list .no-results .page-title, .search__list .no-results .other-news .item .page-title {
    font-size: 28px;
  }
}

.iframe-wrapper, .wp-video {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe, .iframe-wrapper > div, .wp-video iframe, .wp-video > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 700px) {
  .title-block + .text-block, .title-block + .stats, .stats--right + .stats--what-we-do {
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .singles--story__introduction + .singles--story__read {
    margin-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  .title-block + .stats {
    padding-top: 0;
  }
}
.stats + .highlights, .highlights + .stats, .stats + .stats {
  padding-top: 0;
}

.news-bar--active .internal-hero--just-background,
.news-bar--active .internal-hero--secondary:before,
.news-bar--active .singles:before {
  min-height: 355px;
}
@media only screen and (max-width: 1032px) {
  .news-bar--active .internal-hero--just-background,
  .news-bar--active .internal-hero--secondary:before,
  .news-bar--active .singles:before {
    min-height: 120px;
  }
}

#bbox-root .BBFormSection .BBFormSectionHeading {
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 450px) {
  .page-news-and-events .title-block .h2, .page-news-and-events .title-block .search__list .no-results .page-title, .search__list .no-results .page-news-and-events .title-block .page-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .page-news-and-events .title-block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 450px) {
  .page-news-and-events .news-list__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 450px) {
  .page-news-and-events .news-list__date {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 450px) {
  .page-news-and-events .news-list__box {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450px) {
  .page-news-and-events .news-cont .news-list__box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}

#sponsorship p:nth-last-child(1) {
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .button {
    min-width: 100%;
  }
}

.celebration-committees {
  float: left;
  margin-top: 110px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  .celebration-committees {
    margin-top: 40px;
  }
}
.celebration-committees .committees-members {
  float: left;
  width: 100%;
  column-count: 2;
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .celebration-committees .committees-members {
    column-count: 1;
    margin-top: 40px;
  }
}
.celebration-committees .committees-members__box {
  width: 100%;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.celebration-committees .committees-members__box:nth-child(2n+1) {
  clear: left;
}
@media only screen and (max-width: 600px) {
  .celebration-committees .committees-members__box {
    width: 100%;
  }
}
.celebration-committees .committees-members__box__name {
  float: none;
}
.celebration-committees .committees-members__box p {
  float: none;
  display: inline-block;
}

.resources_listing .news-cont {
  float: left;
  width: 100%;
}
.resources_listing .news-cont .resouce-list {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 74px 65px;
  padding-top: 80px;
}
@media only screen and (max-width: 900px) {
  .resources_listing .news-cont .resouce-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.resources_listing .news-cont .resouce-list .news-list__box {
  box-shadow: 0 0 200px 10px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  padding: 64px 42px 54px 37px;
  position: relative;
}
.resources_listing .news-cont .resouce-list .news-list__box p {
  line-height: 1.5;
  color: #4f5059;
  margin-bottom: 50px;
}
.resources_listing .news-cont .resouce-list .news-list__box h3 {
  font-size: 34px;
  line-height: 1.47;
  padding-bottom: 10px;
}
.resources_listing .news-cont .resouce-list .news-list__box .button {
  min-width: 250px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 350px) {
  .resources_listing .news-cont .resouce-list .news-list__box .button {
    min-width: 200px;
  }
}

.text-slider-block {
  padding-bottom: 90px;
}
.text-slider-block .impact-block {
  /*margin: 0 0 90px 0;*/
  margin: 0 0 50px 0;
}
.text-slider-block .slider-block .owl-nav button {
  width: auto;
  height: auto;
  border-radius: 50%;
  background: none !important;
  color: #0077ff !important;
  top: auto;
  bottom: 20px;
}
@media only screen and (max-width: 1260px) {
  .text-slider-block .slider-block .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1032px) {
  .text-slider-block .slider-block .owl-nav button {
    bottom: 5px;
  }
}
.text-slider-block .slider-block .owl-nav button i {
  font-size: 25px;
}
@media only screen and (max-width: 1260px) {
  .text-slider-block .slider-block .owl-nav button i {
    font-size: 20px;
  }
}
.text-slider-block .slider-block .owl-nav button.disabled {
  opacity: 0.2;
}
.text-slider-block .slider-block .owl-nav .owl-prev {
  left: 50px;
}
@media only screen and (max-width: 1260px) {
  .text-slider-block .slider-block .owl-nav .owl-prev {
    left: 40px;
  }
}
@media only screen and (max-width: 1032px) {
  .text-slider-block .slider-block .owl-nav .owl-prev {
    left: 40px;
  }
}
.text-slider-block .slider-block .owl-nav .owl-next {
  right: 50px;
}
@media only screen and (max-width: 1260px) {
  .text-slider-block .slider-block .owl-nav .owl-next {
    right: 40px;
  }
}
@media only screen and (max-width: 1032px) {
  .text-slider-block .slider-block .owl-nav .owl-next {
    right: 40px;
  }
}
.text-slider-block .slider-block .owl-dots {
  position: absolute;
  bottom: 6%;
  left: 50%;
  width: auto;
  z-index: 3;
  text-align: center;
  transform: translateX(-50%);
}
.text-slider-block .slider-block .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 5px !important;
}
.text-slider-block .slider-block .owl-dots .owl-dot span {
  margin-bottom: 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #0077ff;
  opacity: 0.23;
  overflow: hidden;
  text-indent: 5000px;
  cursor: pointer;
}
.text-slider-block .slider-block .owl-dots .owl-dot.active span {
  opacity: 1;
}

.home_blocks + .home_blocks {
  margin-top: 90px;
}
.home_blocks .container {
  width: 1286px;
}
.home_blocks__grid {
  float: left;
  width: 100%;
  width: calc(100% + 35px);
  margin-top: -50px;
  margin-left: -17.5px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1032px) {
  .home_blocks__grid {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.home_blocks__grid .owl-stage {
  display: flex;
}
@media only screen and (max-width: 1032px) {
  .home_blocks__grid .owl-stage {
    flex-direction: column;
    gap: 30px;
  }
}
.home_blocks__grid .owl-item {
  float: left;
  width: 100%;
  display: flex;
  padding: 0 17.5px;
  position: relative;
}
.home_blocks__grid .owl-item:nth-child(1) .home_blocks__grid__item {
  transition-delay: 0.7s;
}
.home_blocks__grid .owl-item:nth-child(2) .home_blocks__grid__item {
  transition-delay: 1s;
}
.home_blocks__grid .owl-item:nth-child(3) .home_blocks__grid__item {
  transition-delay: 1.3s;
}
.home_blocks__grid__item {
  float: left;
  width: 100%;
  padding: 52px 35px 90px 45px;
  box-shadow: 0 0 200px 10px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  z-index: 10;
  display: grid;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 1032px) {
  .home_blocks__grid__item {
    padding: 30px;
    padding-bottom: 90px;
  }
}
.home_blocks__grid__item .button--secondary {
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .home_blocks__grid__item .button--secondary {
    min-width: 200px;
    max-width: 100%;
  }
}
.home_blocks__upper_title {
  font-size: 18px;
  font-weight: 600;
  color: #152342;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home_blocks__title {
  float: left;
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  color: #333333;
  margin-bottom: 30px;
}
.home_blocks__title:hover {
  color: #0079ff;
}
@media only screen and (max-width: 900px) {
  .home_blocks__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .home_blocks__title {
    width: 100%;
  }
}
.home_blocks__text {
  font-size: 20px;
  line-height: 1.5;
  color: #4f5059;
  margin-bottom: 40px;
}

.internal-hero--no-image + .home_blocks .home_blocks__grid {
  margin-top: 50px;
}

.search__item {
  float: left;
  width: 100%;
  margin-bottom: 65px;
  border-bottom: 3px solid #e7e9eb;
  padding-bottom: 65px;
}
@media only screen and (max-width: 700px) {
  .search__item {
    margin-bottom: 60px;
  }
}
.search__item__category {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #0077ff;
  letter-spacing: 1px;
  font-weight: 700;
  /*margin-bottom: 44px;*/
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .search__item__category {
    margin-bottom: 24px;
  }
}
.search__item__title {
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 1.39;
  color: #333333;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 42px;
}
.search__item__title:hover {
  color: #0079ff;
}
@media only screen and (max-width: 700px) {
  .search__item__title {
    margin-bottom: 22px;
    font-size: 28px;
  }
}
.search__item__text {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 1.64;
  color: #4f5059;
}
.search__item__text p {
  font-weight: 500;
  line-height: 1.6;
}
.search .button--secondary {
  min-width: 283px;
}
@media only screen and (max-width: 450px) {
  .search .button--secondary {
    min-width: 200px;
  }
}
.search .menu-search {
  float: left;
  width: 100%;
  margin-top: 75px;
  border-bottom: 2px solid #000000;
}
.search .menu-search .search_module {
  float: left;
  width: 100%;
  position: relative;
}
.search .menu-search .search_module input[type=text] {
  float: left;
  width: 100%;
  line-height: 1.67;
  color: #333333;
  font-size: 30px;
  padding: 10px 75px;
  font-weight: 500;
}
@media only screen and (max-width: 700px) {
  .search .menu-search .search_module input[type=text] {
    padding: 5px 25px;
    font-size: 20px;
  }
}
.search .menu-search .search_module .close_button span {
  width: 19px;
  height: 30px;
  position: absolute;
  right: 18px;
  color: #878f9d;
  cursor: pointer;
  background-image: url(images/close.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  .search .menu-search .search_module .close_button span {
    top: 4px;
  }
}
.search .menu-search .search_module .search_button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  z-index: 1;
  color: #4f5059;
}
@media only screen and (max-width: 700px) {
  .search .menu-search .search_module .search_button {
    top: 30%;
    transform: none;
  }
}
.search .menu-search .search_module .search_button i {
  font-size: 30px;
}
@media only screen and (max-width: 700px) {
  .search .menu-search .search_module .search_button i {
    font-size: 15px;
  }
}
.search .cont_results {
  float: left;
  width: 100%;
}
.search .cont_results__text {
  font-size: 20px;
  line-height: 1.8;
  color: #4f505a;
  margin-top: 36px;
}
.search__list__cont {
  float: left;
  width: 100%;
  position: relative;
}
.search__list__cont .top {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px;
  background-color: #0077ff;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .search__list__cont .top {
    right: -10px;
    bottom: 5px;
    padding: 8px;
  }
}
.search__list__cont .top__icon {
  text-align: center;
  color: #fff;
}
.search__list__cont .top__text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.77px;
}
.search__list .no-results .page-title {
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 600px) {
  .search__list .no-results .page-title {
    padding: 20px 0 80px;
  }
}
.search__list .no-results .header--hidden {
  opacity: 1;
}

.single-story__text-block {
  float: left;
  width: 100%;
}
.single-story__text-block__text-block__cont p {
  line-height: 1.9;
}
.single-story__text-block--right {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 900px) {
  .single-story__text-block--right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .single-story__text-block--right .single-story__text-block__cont {
    order: 2;
  }
}
.single-story__text-block--left {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 900px) {
  .single-story__text-block--left {
    flex-direction: column;
  }
}
.single-story__text-block--left .single-story__text-block__cont {
  order: 2;
  margin-left: 32px;
  margin-right: 0 !important;
}
@media only screen and (max-width: 900px) {
  .single-story__text-block--left .single-story__text-block__cont {
    margin-left: 0 !important;
  }
}
.single-story__text-block--left .single-story__text-block__image {
  order: 1;
}
.single-story__text-block--left .single-story__text-block__image .image {
  margin-left: 0 !important;
}
.single-story__text-block--left .single-story__text-block__image .caption, .single-story__text-block--left .single-story__text-block__image .bottom_text {
  margin-left: 0 !important;
}
.single-story__text-block__cont {
  margin: 40px 0 0;
  margin-right: 32px;
}
.single-story__text-block__cont p {
  line-height: 1.9;
}
@media only screen and (max-width: 900px) {
  .single-story__text-block__cont {
    margin-right: 0;
  }
}
.single-story__text-block__image {
  float: left;
  width: 100%;
}
.single-story__text-block__image .image-block {
  display: none;
}
.single-story__text-block__image .image-block--has_image {
  display: block;
}
@media only screen and (max-width: 900px) {
  .single-story__text-block__image .image-block--has_image {
    margin: 40px 0 1.5em 0;
  }
}
.single-story__text-block__image .image-block--has_image .image {
  margin-left: 0;
  padding-top: 70%;
  min-width: 572px;
}
@media only screen and (max-width: 1032px) {
  .single-story__text-block__image .image-block--has_image .image {
    min-width: 450px;
  }
}
@media only screen and (max-width: 900px) {
  .single-story__text-block__image .image-block--has_image .image {
    min-width: 100%;
  }
}
.single-story__text-block__image .image-block--has_image .image--vertical {
  padding-top: 113%;
}
.single-story__text-block__image .image-block--has_image .caption, .single-story__text-block__image .image-block--has_image .bottom_text {
  margin-left: 0;
  width: calc(100% - 90px);
  line-height: 1.88;
  margin-top: 5px;
}
@media only screen and (max-width: 1032px) {
  .single-story__text-block__image .image-block--has_image .caption, .single-story__text-block__image .image-block--has_image .bottom_text {
    width: 100%;
  }
}

.text_block_align .single-story__text-block--left {
  margin: 49px 0;
}
@media only screen and (max-width: 768px) {
  .text_block_align .single-story__text-block--left {
    margin: 0;
  }
}
.text_block_align .single-story__text-block__cont {
  margin-top: 0;
}
.text_block_align .single-story__text-block__cont p {
  font-size: 20px;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .text_block_align .single-story__text-block__cont p {
    font-size: 18px;
  }
}

.internal-hero + .text_full_width {
  padding-top: 150px;
}
@media only screen and (max-width: 1032px) {
  .internal-hero + .text_full_width {
    padding-top: 40px;
  }
}

.internal-hero + .image-block {
  padding-top: 115px;
}
@media only screen and (max-width: 1032px) {
  .internal-hero + .image-block {
    padding-top: 40px;
  }
}

.image-block + .text_full_width {
  padding-top: 70px;
}
@media only screen and (max-width: 1032px) {
  .image-block + .text_full_width {
    padding-top: 40px;
  }
}

.single-post .text_full_width .container {
  padding: 0;
}
.single-post .singles p a, .single-post .singles ul a, .single-post .singles ol a {
  font-weight: 600;
  text-transform: none;
  border-bottom: 3px solid #333;
}
.single-post .singles p a:hover, .single-post .singles ul a:hover, .single-post .singles ol a:hover {
  color: #0079ff;
  border-color: transparent;
}
.text-slider-block .slider-block {
  width: calc(100% + 100px);
  margin-left: -50px;
}
@media only screen and (max-width: 1032px) {
  .text-slider-block .slider-block {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}

.text-slider-block .slider-block .impact-block {
  padding: 0 50px;
}
@media only screen and (max-width: 1032px) {
  .text-slider-block .slider-block .impact-block {
    padding: 100px 50px;
    margin-bottom: 0;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 1032px) {
  .text-slider-block .slider-block .impact-block .container {
    padding: 0;
  }
}

.resources-filters {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .resources-filters {
    display: none;
    text-align: center;
    margin-top: 10px;
  }
}
.resources-filters__list {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .resources-filters__list {
    width: 100%;
  }
}
.resources-filters .button {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 170px;
  margin: 0 10px;
  background: rgba(133, 143, 158, 0.1);
  color: #4f505a;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1260px) {
  .resources-filters .button {
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 900px) {
  .resources-filters .button {
    width: 100%;
  }
}
.resources-filters .button:before {
  background-color: #ffc200;
}
.resources-filters .button.active {
  background: #ffc200;
  color: #333333;
}

.slider-block-controls {
  float: left;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.slider-block-controls .owl-nav {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  vertical-align: middle;
}
.slider-block-controls .owl-nav button {
  width: auto;
  height: auto;
  border-radius: 50%;
  background: none !important;
  color: #0077ff !important;
  top: auto;
  bottom: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1260px) {
  .slider-block-controls .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1032px) {
  .slider-block-controls .owl-nav button {
    bottom: 5px;
  }
}
.slider-block-controls .owl-nav button i {
  font-size: 25px;
}
@media only screen and (max-width: 1260px) {
  .slider-block-controls .owl-nav button i {
    font-size: 20px;
  }
}
.slider-block-controls .owl-nav button.disabled {
  opacity: 0.2;
}
.slider-block-controls .owl-nav .owl-prev {
  left: 50px;
}
@media only screen and (max-width: 1260px) {
  .slider-block-controls .owl-nav .owl-prev {
    left: 40px;
  }
}
@media only screen and (max-width: 1032px) {
  .slider-block-controls .owl-nav .owl-prev {
    left: 40px;
  }
}
.slider-block-controls .owl-nav .owl-next {
  right: 50px;
}
@media only screen and (max-width: 1260px) {
  .slider-block-controls .owl-nav .owl-next {
    right: 40px;
  }
}
@media only screen and (max-width: 1032px) {
  .slider-block-controls .owl-nav .owl-next {
    right: 40px;
  }
}
.slider-block-controls__cont {
  display: inline-block;
  width: auto;
  padding: 0 5px !important;
  vertical-align: middle;
}
.slider-block-controls__cont span {
  margin-bottom: 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #0077ff;
  opacity: 0.23;
  overflow: hidden;
  text-indent: 5000px;
  cursor: pointer;
}
.slider-block-controls__cont.active span {
  opacity: 1;
}

.filter__title {
  display: inline-block;
  vertical-align: top;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  color: #878F9D;
  line-height: 36px;
  margin-right: 25px;
  font-weight: 500;
  margin-top: 12px;
}
@media only screen and (max-width: 900px) {
  .filter__title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .filter__title {
    display: none;
  }
}

.dots-container {
  display: inline-block;
}

.page-template-default .title-block #dafdirectdiv {
  margin: 0 auto 30px !important;
  padding: 10px 30px;
  background: rgba(133, 143, 158, 0.1);
  width: 750px;
  max-width: 100%;
  border: 0;
}
.page-template-default .title-block #dafdirectdiv img {
  mix-blend-mode: multiply;
}
.page-template-default .title-block #dafdirectdiv #whatisthis .dafdirectscroll {
  width: 100%;
  height: auto;
  overflow: visible;
}
.page-template-default .title-block #dafdirectdiv #whatisthis .dafdirectscroll p {
  font-size: 16px;
  margin: 0 0 1em 0;
}
.page-template-default .title-block #dafdirectdiv .whatThis a {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: -50px;
  width: auto;
  float: right;
  color: #0079ff !important;
}
@media only screen and (max-width: 450px) {
  .page-template-default .title-block #dafdirectdiv .whatThis a {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.page-template-default .title-block #dafdirectdiv select, .page-template-default .title-block #dafdirectdiv input {
  background: #fff;
  border: 1px solid #CCC;
  line-height: 1.2em;
  min-height: 30px;
  font-size: 1em;
  width: 400px;
  max-width: 100%;
  margin-bottom: 20px;
}
.page-template-default .title-block #dafdirectdiv select.dafdirect_amnt, .page-template-default .title-block #dafdirectdiv input.dafdirect_amnt {
  width: 200px;
}
.page-template-default .title-block #dafdirectdiv label {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0079ff !important;
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 5px;
}

.site-content > .home_blocks:last-of-type:last-child {
  margin-bottom: 60px;
}

.site-content > .cta_block.cta_block--normal:last-of-type:last-child {
  margin-bottom: 60px;
}
/*# sourceMappingURL=style.css.map */