@charset "UTF-8";
.clr-yellow {
  color: #FFDA26 !important; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #04335C;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 1;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

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

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%; }

.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  height: 100%; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100px;
  display: flex;
  justify-content: space-between; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a.flex-next {
  background: url("../images/icon-arrow-right.svg") 0 0 no-repeat;
  right: 0; }

.flex-direction-nav a.flex-prev {
  background: url("../images/icon-arrow-left.svg") 0 0 no-repeat;
  left: 0; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 10; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s ease; }

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: black; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0 80px; } }
.row {
  width: 100%;
  display: flex; }
  .row.left [class*="col-"] {
    margin: 0; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  padding: 0 30px;
  margin: 0 auto; }

@media (max-width: 1019px) {
  .container {
    padding: 0 30px 0 30px; }

  [class*="col-"] {
    width: 100%;
    padding: 0; } }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #fff; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #fff; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

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

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

li {
  margin: 0;
  padding: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf:after, .content-inner:after {
  content: "";
  display: table;
  clear: both; }

.fancybox-container {
  z-index: 99; }

.fancybox-slide--image, .fancybox-slide {
  padding: 100px 0 200px 0; }

.fancybox-caption {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: calc(100% - 125px);
  text-align: center;
  max-width: 80%;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: italic; }
  .fancybox-caption:before, .fancybox-caption:after {
    display: none; }

.fancybox-toolbar {
  right: 60px;
  top: 60px; }

.fancybox-button {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 0;
  transition: color .2s;
  vertical-align: top;
  width: 25px;
  background: transparent;
  background-size: 100% auto; }
  .fancybox-button svg {
    display: none; }
  .fancybox-button.fancybox-button--close {
    background: url("../images/icon-close-white.svg") 0 0 no-repeat; }

.fancybox-navigation {
  display: none; }

.fancybox-show-thumbs .fancybox-inner {
  right: 0; }

.fancybox-thumbs-x > ul {
  overflow: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  position: absolute;
  bottom: 170px;
  left: 15%;
  right: auto;
  top: auto;
  background: transparent;
  height: 6px;
  width: 70%;
  overflow: auto;
  padding: 0; }
  .fancybox-show-thumbs .fancybox-thumbs ul {
    width: 100% !important;
    height: 6px !important;
    display: flex; }
    .fancybox-show-thumbs .fancybox-thumbs ul li {
      display: block;
      flex: 1;
      margin: 0;
      background-image: none !important;
      width: auto;
      background: #fff;
      height: 6px;
      border-top: 2px solid #04335C;
      border-bottom: 2px solid #04335C;
      transition: all ease 0.4s;
      text-indent: -9999px;
      overflow: hidden;
      max-height: none;
      max-width: none;
      padding: 0; }
      .fancybox-show-thumbs .fancybox-thumbs ul li:before {
        display: none; }
      .fancybox-show-thumbs .fancybox-thumbs ul li.fancybox-thumbs-active, .fancybox-show-thumbs .fancybox-thumbs ul li:hover {
        background: #01A495;
        border-top: 2px solid #01A495;
        border-bottom: 2px solid #01A495; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #04335C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important; }

* {
  box-sizing: border-box; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  color: #04335C; }

h1.title, p.title {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 40px; }

h1, h2.title, h2 {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 40px; }

.h2 {
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 30px; }
  .h2.serif {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: normal; }

h3, .h3 {
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 20px; }
  h3.serif, .h3.serif {
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 700;
    font-style: normal; }
  h3 a:hover, .h3 a:hover {
    font-style: italic; }

h4, .h4 {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 20px; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

p {
  margin: 0;
  padding: 0 0 25px 0; }
  p.body4 {
    font-size: 18px;
    line-height: 27px; }
  p.category {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 18px; }
  p.intro {
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 36px; }
  p.no-posts {
    width: calc(100% - 60px);
    margin: 30px; }

p:last-child {
  padding: 0 !important; }

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

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #04335C;
  text-decoration: none; }

a:hover {
  color: #04335C; }

h2 a, p a {
  text-decoration: underline; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, .wpcf7 input[type="submit"] {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 700;
  font-style: italic;
  position: relative;
  display: inline-flex;
  color: #fff;
  border-radius: 50px;
  border: #04335C 2px solid;
  padding: 15px 75px 15px 25px;
  font-size: 18px;
  line-height: 1;
  margin: 40px 0 0 0;
  text-decoration: none;
  width: fit-content;
  background: #04335C; }
  .button:before, .wpcf7 input[type="submit"]:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: '';
    background: url("../images/icon-arrow-button-white.svg") -5px center repeat-x;
    width: 35px;
    height: 15px;
    overflow: hidden;
    background-size: 40px auto;
    transition: background ease 0.4s; }
  .button:hover, .wpcf7 input[type="submit"]:hover {
    color: #fff;
    background: #02AAC7; }
    .button:hover:before, .wpcf7 input[type="submit"]:hover:before {
      background-position: 35px center; }
  .button.white, .wpcf7 input[type="submit"].white {
    color: #F0F1F2;
    border: #F0F1F2 2px solid; }
    .button.white:before, .wpcf7 input[type="submit"].white:before {
      background-image: url("../images/icon-arrow-button-white.svg"); }
    .button.white:hover, .wpcf7 input[type="submit"].white:hover {
      color: #F0F1F2; }

a.back-button {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: italic;
  position: relative;
  display: inline-flex;
  color: #04335C;
  padding: 0;
  font-size: 14px;
  line-height: 1; }
  a.back-button:before {
    margin-right: 10px;
    display: block;
    content: '';
    height: 16px;
    width: 9px;
    background: url("../images/icon-back-arrow.svg") 0 0 no-repeat;
    background-size: 100% auto; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-50%) translateX(0); }
  40% {
    transform: translateY(-50%) translateX(10px); }
  60% {
    transform: translateY(-50%) translateX(5px); } }
@keyframes gradient {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.flex {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-bg-auto video {
  width: auto;
  height: 100vh; }

header {
  position: fixed;
  height: 100%;
  width: 50px;
  z-index: 1000;
  background: #04335C; }
  header.off-top .logo, header.show-logo .logo {
    pointer-events: auto;
    transform: translateY(0); }
  header .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    height: 100%; }
  header .logo {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #F0F1F2 url("../images/logo-icon.svg") center center no-repeat;
    background-size: 30px auto;
    text-indent: -9999px;
    transform: translateY(-100%);
    pointer-events: none;
    transition: transform ease 0.4s;
    z-index: 10; }
  header .menu-trigger {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    transform: rotate(-90deg);
    width: calc(100vh - 125px);
    text-align: center;
    transition: opacity ease 0.3s; }
  header .header-footer {
    position: relative;
    z-index: 10; }
    header .header-footer .search-trigger {
      display: block;
      width: 50px;
      height: 50px;
      background: url("../images/icon-search-grey.svg") center center no-repeat;
      background-size: 20px auto;
      text-indent: -9999px; }
    header .header-footer .socials {
      list-style: none;
      margin: 0;
      padding: 0;
      background: #F0F1F2;
      height: 125px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      padding: 10px 0; }
      header .header-footer .socials li a {
        display: block;
        text-indent: -9999px; }
        header .header-footer .socials li a.linkedin {
          background: url("../images/icon-linkedin-blue.svg") center center no-repeat;
          background-size: 20px auto;
          width: 20px;
          height: 20px; }
        header .header-footer .socials li a.twitter {
          background: url("../images/icon-x-blue.svg") center center no-repeat;
          background-size: 20px auto;
          width: 20px;
          height: 20px; }
        header .header-footer .socials li a.youtube {
          background: url("../images/icon-youtube-blue.svg") center center no-repeat;
          background-size: 20px auto;
          width: 20px;
          height: 20px; }

body.fancybox-active header {
  background: #F0F1F2; }
  body.fancybox-active header .logo {
    background: #04335C url(../images/logo-icon-white.svg) center center no-repeat;
    background-size: 30px auto;
    opacity: 1; }
  body.fancybox-active header .menu-trigger {
    color: #04335C; }
  body.fancybox-active header .header-footer .search-trigger {
    background-image: url(../images/icon-search-blue.svg); }
  body.fancybox-active header .header-footer .socials {
    background-color: #04335C; }
  body.fancybox-active header .header-footer .socials li a.linkedin {
    background-image: url(../images/icon-linkedin-grey.svg); }
  body.fancybox-active header .header-footer .socials li a.twitter {
    background-image: url(../images/icon-x-grey.svg); }
  body.fancybox-active header .header-footer .socials li a.youtube {
    background-image: url(../images/icon-youtube-grey.svg); }

header.invert {
  background: #F0F1F2; }
  header.invert .logo {
    background: #04335C url(../images/logo-icon-white.svg) center center no-repeat;
    background-size: 30px auto;
    opacity: 1; }
  header.invert .menu-trigger {
    color: #04335C; }
  header.invert .header-footer .search-trigger {
    background-image: url(../images/icon-search-blue.svg); }
  header.invert .header-footer .socials {
    background-color: #04335C; }
  header.invert .header-footer .socials li a.linkedin {
    background-image: url(../images/icon-linkedin-grey.svg); }
  header.invert .header-footer .socials li a.twitter {
    background-image: url(../images/icon-x-grey.svg); }
  header.invert .header-footer .socials li a.youtube {
    background-image: url(../images/icon-youtube-grey.svg); }

#menu-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  z-index: 100;
  transition: left ease 0.5s;
  overflow: hidden;
  opacity: 0; }
  #menu-overlay.open {
    left: 0;
    opacity: 1; }
  #menu-overlay .close {
    position: absolute;
    top: 60px;
    right: 60px;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon-close-white.svg") center center no-repeat;
    background-size: 25px;
    text-indent: -9999px; }
  #menu-overlay .container {
    position: relative;
    width: 100%;
    height: 100%; }
  #menu-overlay .inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 30px; }
    #menu-overlay .inner .start-quote {
      position: absolute;
      right: 0;
      width: 50%;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 8% 100px 8%;
      transition: opacity ease 0.3s; }
      #menu-overlay .inner .start-quote.hide, #menu-overlay .inner .start-quote.hover-hide {
        opacity: 0;
        pointer-events: none; }
      #menu-overlay .inner .start-quote p {
        color: #F0F1F2;
        padding: 35px 0;
        font-size: 36px;
        line-height: 46px;
        font-family: "ff-meta-serif-web-pro", serif;
        font-weight: 400;
        font-style: normal; }
    #menu-overlay .inner #menu-main-menu {
      position: relative;
      list-style: none;
      padding: 100px 0 0 0;
      margin: 0;
      display: block;
      height: 100%; }
      #menu-overlay .inner #menu-main-menu li {
        width: 50%;
        padding-right: calc(8.33% + 30px);
        font-family: "ff-meta-serif-web-pro", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 36px;
        line-height: 46px; }
        #menu-overlay .inner #menu-main-menu li a {
          display: block;
          padding: 15px 0;
          color: #04335C;
          transition: color ease 0.3s; }
          #menu-overlay .inner #menu-main-menu li a:hover {
            color: #01A495;
            font-style: italic;
            font-weight: 700; }
        #menu-overlay .inner #menu-main-menu li.menu-item-has-children a {
          background: url("../images/icon-nav-arrow-blue.svg") right center no-repeat;
          background-size: 28px auto; }
          #menu-overlay .inner #menu-main-menu li.menu-item-has-children a.active {
            color: #01A495;
            font-style: italic;
            font-weight: 700;
            background: url("../images/icon-nav-arrow-green.svg") right center no-repeat;
            background-size: 28px auto; }
          #menu-overlay .inner #menu-main-menu li.menu-item-has-children a:hover {
            background: url("../images/icon-nav-arrow-green.svg") right center no-repeat;
            background-size: 28px auto; }
        #menu-overlay .inner #menu-main-menu li .sub-menu {
          display: block;
          position: absolute;
          top: 100px;
          right: 0;
          width: 41.66%;
          padding: 30px 10px 60px 0;
          list-style: none;
          margin: 0;
          opacity: 0;
          pointer-events: none;
          transition: opacity ease 0.3s;
          height: calc(100% - 100px);
          overflow-y: auto; }
          #menu-overlay .inner #menu-main-menu li .sub-menu.show, #menu-overlay .inner #menu-main-menu li .sub-menu.hover-show {
            opacity: 1;
            pointer-events: auto; }
          #menu-overlay .inner #menu-main-menu li .sub-menu li {
            width: 100%;
            font-size: 20px;
            line-height: 26px;
            border-top: 2px solid #F0F1F2;
            background: none !important;
            padding-right: 0; }
            #menu-overlay .inner #menu-main-menu li .sub-menu li a {
              color: #F0F1F2;
              padding-left: 30px;
              background: url("../images/icon-nav-arrow-white.svg") left center no-repeat;
              background-size: 18px auto; }
              #menu-overlay .inner #menu-main-menu li .sub-menu li a:hover {
                color: #FFDA26;
                background: url("../images/icon-nav-arrow-yellow.svg") left center no-repeat;
                background-size: 18px auto; }
            #menu-overlay .inner #menu-main-menu li .sub-menu li .sub-menu {
              position: relative;
              right: auto;
              width: 100%;
              padding: 0;
              top: auto;
              transform: none;
              height: auto; }
              #menu-overlay .inner #menu-main-menu li .sub-menu li .sub-menu li {
                padding-left: 30px; }
                #menu-overlay .inner #menu-main-menu li .sub-menu li .sub-menu li a {
                  background: url("../images/icon-nav-arrow-white-border.svg") left center no-repeat;
                  background-size: 18px auto;
                  padding-left: 30px; }
                  #menu-overlay .inner #menu-main-menu li .sub-menu li .sub-menu li a:hover {
                    color: #FFDA26;
                    background: url("../images/icon-nav-arrow-yellow-border.svg") left center no-repeat;
                    background-size: 18px auto; }
                #menu-overlay .inner #menu-main-menu li .sub-menu li .sub-menu li.current_page_item a {
                  color: #FFDA26;
                  background: url("../images/icon-nav-arrow-yellow-border.svg") left center no-repeat;
                  background-size: 18px auto;
                  font-style: italic;
                  font-weight: 700; }
    #menu-overlay .inner .left, #menu-overlay .inner .right {
      width: 50%;
      height: 100%; }
    #menu-overlay .inner .right {
      background: #555; }

#menu-overlay > .container > .inner > #menu-main-menu > li.menu-item-has-children > a {
  cursor: url("../images/MA-Click-Custom-Cursor.svg") 30 30, pointer; }

#menu-overlay > .container > .inner > #menu-main-menu > li.menu-item-has-children.current-page-parent > a, #menu-overlay > .container > .inner > #menu-main-menu > li.menu-item-has-children.current-page-ancestor > a {
  color: #01A495;
  font-style: italic;
  font-weight: 700;
  background: url("../images/icon-nav-arrow-green.svg") right center no-repeat;
  background-size: 28px auto; }

#menu-overlay > .container > .inner > #menu-main-menu > li > .sub-menu > li.current_page_item > a, #menu-overlay > .container > .inner > #menu-main-menu > li > .sub-menu > li.current_page_ancestor > a {
  color: #FFDA26;
  background: url("../images/icon-nav-arrow-yellow.svg") left center no-repeat;
  background-size: 18px auto;
  font-style: italic;
  font-weight: 700; }

#menu-overlay > .container > .inner > #menu-main-menu > li.current-menu-item > a {
  color: #01A495;
  font-style: italic;
  font-weight: 700; }

footer {
  background: #04335C;
  padding: 60px 0 40px;
  color: #F0F1F2;
  position: relative; }
  footer a {
    color: #F0F1F2; }
    footer a:hover {
      color: #F0F1F2; }
  footer .button {
    margin-top: 20px; }
  footer .row .logo {
    width: 300px;
    margin-bottom: 60px; }
  footer .row .contact h2 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    padding-bottom: 20px;
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 700;
    font-style: italic; }
  footer .row .contact h3 {
    color: #fff;
    padding: 20px 0 20px 0;
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 42px; }
  footer .row .flex .left, footer .row .flex .right {
    width: calc(50% - 30px); }
  footer .row .flex .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  footer .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer .menu li:last-child {
      margin-bottom: 0 !important; }
  footer #menu-footer-menu-1 {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    footer #menu-footer-menu-1 li {
      width: calc(50% - 15px);
      margin-bottom: 20px; }
      footer #menu-footer-menu-1 li a:hover {
        font-style: italic; }
      footer #menu-footer-menu-1 li.current-menu-item a, footer #menu-footer-menu-1 li.current-page-ancestor a {
        font-style: italic; }
  footer #menu-footer-menu-2, footer #menu-footer-menu-2-medaccess-trust {
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding-left: 15%; }
    footer #menu-footer-menu-2 li, footer #menu-footer-menu-2-medaccess-trust li {
      margin-bottom: 20px; }
      footer #menu-footer-menu-2 li a:hover, footer #menu-footer-menu-2-medaccess-trust li a:hover {
        text-decoration: underline; }
      footer #menu-footer-menu-2 li.current-menu-item a, footer #menu-footer-menu-2 li.current-page-ancestor a, footer #menu-footer-menu-2-medaccess-trust li.current-menu-item a, footer #menu-footer-menu-2-medaccess-trust li.current-page-ancestor a {
        text-decoration: underline; }
  footer .bottom {
    margin-top: 60px; }
  footer.ma-trust {
    padding-bottom: 100px; }
    footer.ma-trust .col-6:last-child .flex {
      height: 100%; }
    footer.ma-trust .right {
      height: 100%; }

.newsletter-signup {
  background: linear-gradient(45deg, #23adc9 0%, #4b0c4e 100%);
  color: #fff; }
  .newsletter-signup .image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 30px; }
    .newsletter-signup .image .image-wrap {
      max-width: 500px; }
    .newsletter-signup .image img {
      padding-left: 15%;
      width: 100%; }
  .newsletter-signup h2, .newsletter-signup h3, .newsletter-signup a {
    color: #fff; }
  .newsletter-signup.block-5050 .copy .copy-wrap {
    border-top: 2px solid #fff; }
    .newsletter-signup.block-5050 .copy .copy-wrap .intro {
      margin-bottom: 30px; }
  .newsletter-signup input[type="email"], .newsletter-signup input[type="number"], .newsletter-signup input[type="search"], .newsletter-signup input[type="text"], .newsletter-signup input[type="tel"], .newsletter-signup input[type="url"], .newsletter-signup input[type="password"], .newsletter-signup textarea {
    color: #fff;
    border-bottom: 2px solid #fff; }
  .newsletter-signup .gform_wrapper ::-webkit-input-placeholder {
    color: #fff; }
  .newsletter-signup .gform_wrapper :-moz-placeholder {
    color: #fff; }
  .newsletter-signup .gform_wrapper ::-moz-placeholder {
    color: #fff; }
  .newsletter-signup .gform_wrapper :-ms-input-placeholder {
    color: #fff; }
  .newsletter-signup input[type="checkbox"]:not(:checked) + label:after {
    border: 2px solid #fff; }
  .newsletter-signup input[type="checkbox"]:checked + label:after {
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    background-color: #04335C;
    z-index: 0; }
  .newsletter-signup .gform_wrapper.gravity-theme fieldset.gfield--type-consent {
    margin: 20px 0 0 0; }
    .newsletter-signup .gform_wrapper.gravity-theme fieldset.gfield--type-consent a {
      text-decoration: underline;
      font-weight: 700; }
  .newsletter-signup .gform_wrapper.gravity-theme .gfield_required {
    color: #fff; }
  .newsletter-signup .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 0; }
  .newsletter-signup .gform_confirmation_message {
    font-size: 72px;
    line-height: 93px;
    font-style: italic;
    font-weight: 700;
    font-family: "ff-meta-serif-web-pro", serif; }

#newsletter-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  #newsletter-overlay .bg {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: #F0F1F2; }
  #newsletter-overlay .container {
    position: relative;
    height: 100%; }
  #newsletter-overlay .inner {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px calc(8.33% - 30px) 30px 60px; }
    #newsletter-overlay .inner .copy-wrap {
      position: relative;
      height: 100%;
      overflow-y: scroll;
      color: #04335C; }
      #newsletter-overlay .inner .copy-wrap h2 {
        font-size: 36px;
        line-height: 42px;
        border-top: 2px solid #04335C;
        padding: 30px 0; }
      #newsletter-overlay .inner .copy-wrap p.caption {
        font-family: "ff-meta-serif-web-pro", serif;
        font-weight: 400;
        font-style: italic;
        font-size: 14px;
        line-height: 18px; }
        #newsletter-overlay .inner .copy-wrap p.caption a {
          color: #04335C; }
      #newsletter-overlay .inner .copy-wrap form {
        margin: 30px 0; }
  #newsletter-overlay #field_1_8 {
    margin-bottom: 20px; }
  #newsletter-overlay .close {
    position: absolute;
    top: 50px;
    right: calc(8.33% - 30px);
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon-close-blue.svg") center center no-repeat;
    background-size: 25px;
    text-indent: -9999px;
    z-index: 10; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #04335C;
  width: 100%;
  border-radius: 0;
  color: #04335C;
  padding: 0 10px 10px 0 !important; }

input[type="checkbox"] {
  opacity: 0;
  position: absolute; }

input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400; }

input[type="checkbox"]:not(:checked) + label:after {
  width: 24px;
  height: 24px;
  border: 2px solid #04335C;
  top: 0px; }

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1; }

input[type="checkbox"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 16px;
  margin-top: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

input[type="checkbox"]:checked + label:after {
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #04335C;
  background-color: #04335C;
  z-index: 0; }

.gform_wrapper.gravity-theme .gform_validation_errors, .gform_heading {
  display: none !important; }

.gform_wrapper ::-webkit-input-placeholder {
  color: #04335C; }

.gform_wrapper :-moz-placeholder {
  color: #04335C; }

.gform_wrapper ::-moz-placeholder {
  color: #04335C; }

.gform_wrapper :-ms-input-placeholder {
  color: #04335C; }

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
  margin: 20px 0 0 0 !important; }

#menu-overlay .bg-gradient {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }
  #menu-overlay .bg-gradient:before {
    content: '';
    display: block;
    width: 100vw;
    height: 200vh;
    border-radius: 0;
    position: absolute;
    top: -50%;
    left: -50%;
    background: #05335c;
    background: linear-gradient(45deg, #05335c 0%, #05a395 100%);
    animation: gradient 15s ease infinite;
    background-position: center center; }

#search-overlay .bg-gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  #search-overlay .bg-gradient:before {
    content: '';
    display: block;
    width: 200vw;
    height: 200vw;
    border-radius: 0;
    position: absolute;
    top: -50%;
    left: -50%;
    background: #05335c;
    background: linear-gradient(45deg, #05335c 0%, #05a395 100%);
    animation: gradient 15s ease infinite;
    background-position: center center; }

#search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101; }
  #search-overlay .close {
    position: absolute;
    top: 50px;
    right: 110px;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon-close-white.svg") center center no-repeat;
    background-size: 25px;
    text-indent: -9999px;
    z-index: 10; }
  #search-overlay .inner {
    position: relative;
    padding: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #search-overlay .inner form {
      border-bottom: 8px solid #fff;
      display: flex;
      max-width: calc(1920px - 160px);
      margin: 0 auto;
      width: 100%; }
      #search-overlay .inner form input[type="text"] {
        font-size: 60px;
        line-height: 60px;
        background: transparent;
        font-family: "ff-meta-serif-web-pro", serif;
        font-weight: 400;
        font-style: normal;
        border: 0;
        padding: 20px 30px;
        color: #fff;
        width: calc(100% - 120px); }
      #search-overlay .inner form input[type="submit"] {
        display: block;
        width: 110px;
        padding: 20px 30px;
        text-indent: -9999px;
        background: url(../images/icon-search-grey.svg) center center no-repeat;
        background-size: 60px auto; }

form.search {
  border-bottom: 8px solid #fff;
  display: flex; }
  form.search input[type="text"] {
    font-size: 60px;
    line-height: 60px;
    background: transparent;
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: normal;
    border: 0;
    padding: 20px 30px;
    color: #fff;
    width: calc(100% - 120px); }
  form.search input[type="submit"] {
    display: block;
    width: 110px;
    padding: 20px 30px;
    text-indent: -9999px;
    background: url(../images/icon-search-grey.svg) center center no-repeat;
    background-size: 60px auto; }

#search-page .search-header {
  height: 540px;
  background: #05a395;
  background: linear-gradient(45deg, #05a395 0%, #01abc7 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
#search-page .search-results {
  padding: 80px 0; }
  #search-page .search-results .result-item {
    border-top: 2px solid #04335C;
    margin: 0 30px;
    padding: 30px 0;
    display: flex;
    width: 100%; }
    #search-page .search-results .result-item .copy .button {
      display: none; }
    #search-page .search-results .result-item .col-4 {
      padding-left: 0; }
    #search-page .search-results .result-item .col-8, #search-page .search-results .result-item .col-12 {
      padding-right: 0; }
    #search-page .search-results .result-item .copy-wrap {
      display: flex;
      justify-content: space-between;
      height: 100%; }
      #search-page .search-results .result-item .copy-wrap .copy {
        width: calc(100% - 260px); }
        #search-page .search-results .result-item .copy-wrap .copy h2 {
          font-size: 42px;
          line-height: 46px; }
          #search-page .search-results .result-item .copy-wrap .copy h2 a {
            text-decoration: none; }
      #search-page .search-results .result-item .copy-wrap .cta {
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }

.full-height {
  position: relative;
  min-height: 100vh; }

/* Flexible content */
.header-block .copy, .header-block .media {
  width: 50%;
  padding: 60px; }
  .header-block .copy .page-logo, .header-block .media .page-logo {
    width: 300px;
    margin-bottom: 60px; }
.header-block .copy.with-deal {
  display: flex;
  flex-direction: column; }
  .header-block .copy.with-deal .copy-wrap {
    margin-bottom: 30px; }
  .header-block .copy.with-deal .deal-status {
    margin-top: auto;
    padding-top: 30px; }
    .header-block .copy.with-deal .deal-status .status {
      margin-top: 15px;
      background-size: 18px auto;
      background-position: left center;
      background-repeat: no-repeat;
      font-size: 20px;
      line-height: 24px;
      padding-left: 30px;
      font-family: "ff-meta-web-pro", sans-serif;
      font-weight: 700;
      font-style: normal; }
      .header-block .copy.with-deal .deal-status .status.status-current {
        background-image: url("../images/icon-nav-arrow-green.svg"); }
      .header-block .copy.with-deal .deal-status .status.status-past {
        background-image: url("../images/icon-nav-arrow-orange.svg"); }
.header-block .copy .copy-wrap p {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 30px; }
.header-block .media {
  position: relative;
  overflow: hidden;
  padding: 0; }
  .header-block .media .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center; }
  .header-block .media a {
    display: block;
    position: relative;
    height: 100%; }
  .header-block .media .image-wrap {
    height: 100%;
    position: relative; }
    .header-block .media .image-wrap .caption {
      position: absolute;
      bottom: 30px;
      width: 100%;
      left: 0;
      padding: 0 30px !important;
      color: #fff;
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic;
      font-size: 14px;
      line-height: 18px; }
    .header-block .media .image-wrap a {
      position: relative; }
  .header-block .media .caption-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #05335c 20%, rgba(128, 128, 128, 0) 100%); }

a.m-video {
  cursor: url("../images/MA-Play-Custom-Cursor.svg") 30 30, pointer; }

a.m-image {
  cursor: url("../images/MA-Open-Custom-Cursor.svg") 30 30, pointer; }

#partners-landing .intro ul, #partners-landing .intro ol, #news-single .article-content .article-blocks ul, #news-single .article-content .article-blocks ol {
  margin-bottom: 25px; }
#partners-landing .intro ul, #news-single .article-content .article-blocks ul {
  list-style: none; }
  #partners-landing .intro ul li, #news-single .article-content .article-blocks ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px; }
    #partners-landing .intro ul li:before, #news-single .article-content .article-blocks ul li:before {
      position: absolute;
      left: 0;
      content: '–';
      margin-right: 10px; }
    #partners-landing .intro ul li a, #news-single .article-content .article-blocks ul li a {
      text-decoration: underline; }
#partners-landing .intro ol, #news-single .article-content .article-blocks ol {
  list-style: none;
  counter-reset: item; }
  #partners-landing .intro ol li, #news-single .article-content .article-blocks ol li {
    counter-increment: item;
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 24px; }
    #partners-landing .intro ol li:before, #news-single .article-content .article-blocks ol li:before {
      content: counter(item);
      position: absolute;
      color: #04335C;
      top: 0;
      left: 0; }

.block-5050 .inner.media-left .copy, .block-6634 .inner.media-left .copy, .block-7525 .inner.media-left .copy {
  order: 1; }
.block-5050 .inner.media-left .image, .block-6634 .inner.media-left .image, .block-7525 .inner.media-left .image {
  order: 0; }
.block-5050 .copy, .block-5050 .media, .block-6634 .copy, .block-6634 .media, .block-7525 .copy, .block-7525 .media {
  width: 50%; }
.block-5050 .copy, .block-6634 .copy, .block-7525 .copy {
  padding: 60px 30px; }
  .block-5050 .copy .copy-wrap, .block-6634 .copy .copy-wrap, .block-7525 .copy .copy-wrap {
    border-top: 2px solid #04335C;
    padding: 20px 0 0 0; }
    .block-5050 .copy .copy-wrap .column-wrap.double, .block-6634 .copy .copy-wrap .column-wrap.double, .block-7525 .copy .copy-wrap .column-wrap.double {
      justify-content: space-between; }
      .block-5050 .copy .copy-wrap .column-wrap.double .col, .block-6634 .copy .copy-wrap .column-wrap.double .col, .block-7525 .copy .copy-wrap .column-wrap.double .col {
        width: calc(50% - 30px); }
    .block-5050 .copy .copy-wrap ul, .block-5050 .copy .copy-wrap ol, .block-6634 .copy .copy-wrap ul, .block-6634 .copy .copy-wrap ol, .block-7525 .copy .copy-wrap ul, .block-7525 .copy .copy-wrap ol {
      margin-bottom: 25px; }
    .block-5050 .copy .copy-wrap ul, .block-6634 .copy .copy-wrap ul, .block-7525 .copy .copy-wrap ul {
      list-style: none; }
      .block-5050 .copy .copy-wrap ul li, .block-6634 .copy .copy-wrap ul li, .block-7525 .copy .copy-wrap ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px; }
        .block-5050 .copy .copy-wrap ul li:before, .block-6634 .copy .copy-wrap ul li:before, .block-7525 .copy .copy-wrap ul li:before {
          position: absolute;
          left: 0;
          content: '–';
          margin-right: 10px; }
        .block-5050 .copy .copy-wrap ul li a, .block-6634 .copy .copy-wrap ul li a, .block-7525 .copy .copy-wrap ul li a {
          text-decoration: underline; }
    .block-5050 .copy .copy-wrap ol, .block-6634 .copy .copy-wrap ol, .block-7525 .copy .copy-wrap ol {
      list-style: none;
      counter-reset: item; }
      .block-5050 .copy .copy-wrap ol li, .block-6634 .copy .copy-wrap ol li, .block-7525 .copy .copy-wrap ol li {
        counter-increment: item;
        margin: 0 0 15px 0;
        position: relative;
        padding-left: 24px; }
        .block-5050 .copy .copy-wrap ol li:before, .block-6634 .copy .copy-wrap ol li:before, .block-7525 .copy .copy-wrap ol li:before {
          content: counter(item);
          position: absolute;
          color: #04335C;
          top: 0;
          left: 0; }
.block-5050 .media, .block-6634 .media, .block-7525 .media {
  position: relative;
  overflow: hidden;
  min-height: 800px; }
  .block-5050 .media .bg-image, .block-6634 .media .bg-image, .block-7525 .media .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center; }
  .block-5050 .media .caption-gradient, .block-6634 .media .caption-gradient, .block-7525 .media .caption-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #05335c 20%, rgba(128, 128, 128, 0) 100%); }
  .block-5050 .media .flex-viewport li, .block-6634 .media .flex-viewport li, .block-7525 .media .flex-viewport li {
    width: 100%; }
  .block-5050 .media .flex-control-nav, .block-5050 .media .slick-dots, .block-6634 .media .flex-control-nav, .block-6634 .media .slick-dots, .block-7525 .media .flex-control-nav, .block-7525 .media .slick-dots {
    position: absolute;
    top: 15%;
    height: 70%;
    flex-direction: column;
    left: -30px;
    width: 16px;
    margin: 0; }
    .block-5050 .media .flex-control-nav li, .block-5050 .media .slick-dots li, .block-6634 .media .flex-control-nav li, .block-6634 .media .slick-dots li, .block-7525 .media .flex-control-nav li, .block-7525 .media .slick-dots li {
      margin: 10px 0; }
      .block-5050 .media .flex-control-nav li a, .block-5050 .media .flex-control-nav li button, .block-5050 .media .slick-dots li a, .block-5050 .media .slick-dots li button, .block-6634 .media .flex-control-nav li a, .block-6634 .media .flex-control-nav li button, .block-6634 .media .slick-dots li a, .block-6634 .media .slick-dots li button, .block-7525 .media .flex-control-nav li a, .block-7525 .media .flex-control-nav li button, .block-7525 .media .slick-dots li a, .block-7525 .media .slick-dots li button {
        position: relative;
        border: 0;
        display: block;
        width: 8px;
        background: transparent;
        height: 100%;
        transition: all ease 0.3s;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0;
        background: #fff; }
        .block-5050 .media .flex-control-nav li a:hover, .block-5050 .media .flex-control-nav li a.flex-active, .block-5050 .media .flex-control-nav li button:hover, .block-5050 .media .flex-control-nav li button.flex-active, .block-5050 .media .slick-dots li a:hover, .block-5050 .media .slick-dots li a.flex-active, .block-5050 .media .slick-dots li button:hover, .block-5050 .media .slick-dots li button.flex-active, .block-6634 .media .flex-control-nav li a:hover, .block-6634 .media .flex-control-nav li a.flex-active, .block-6634 .media .flex-control-nav li button:hover, .block-6634 .media .flex-control-nav li button.flex-active, .block-6634 .media .slick-dots li a:hover, .block-6634 .media .slick-dots li a.flex-active, .block-6634 .media .slick-dots li button:hover, .block-6634 .media .slick-dots li button.flex-active, .block-7525 .media .flex-control-nav li a:hover, .block-7525 .media .flex-control-nav li a.flex-active, .block-7525 .media .flex-control-nav li button:hover, .block-7525 .media .flex-control-nav li button.flex-active, .block-7525 .media .slick-dots li a:hover, .block-7525 .media .slick-dots li a.flex-active, .block-7525 .media .slick-dots li button:hover, .block-7525 .media .slick-dots li button.flex-active {
          background: #01A495;
          width: 16px; }
      .block-5050 .media .flex-control-nav li.slick-active button, .block-5050 .media .slick-dots li.slick-active button, .block-6634 .media .flex-control-nav li.slick-active button, .block-6634 .media .slick-dots li.slick-active button, .block-7525 .media .flex-control-nav li.slick-active button, .block-7525 .media .slick-dots li.slick-active button {
        background: #01A495;
        width: 16px; }
  .block-5050 .media.con-p-left .flex-control-nav, .block-6634 .media.con-p-left .flex-control-nav, .block-7525 .media.con-p-left .flex-control-nav {
    left: calc(((100vw - 1920px) / 2) + 110px) !important; }
  .block-5050 .media.con-p-right .flex-control-nav, .block-6634 .media.con-p-right .flex-control-nav, .block-7525 .media.con-p-right .flex-control-nav {
    left: auto;
    right: calc(((100vw - 1920px) / 2) + 110px) !important; }
.block-5050.type-quote .media, .block-6634.type-quote .media, .block-7525.type-quote .media {
  padding: 60px 30px;
  background: linear-gradient(45deg, #083053 0%, #36a2b4 100%); }
  .block-5050.type-quote .media .flex-viewport li, .block-6634.type-quote .media .flex-viewport li, .block-7525.type-quote .media .flex-viewport li {
    height: 680px; }
  .block-5050.type-quote .media .quote-wrap, .block-6634.type-quote .media .quote-wrap, .block-7525.type-quote .media .quote-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 60px; }
    .block-5050.type-quote .media .quote-wrap p, .block-6634.type-quote .media .quote-wrap p, .block-7525.type-quote .media .quote-wrap p {
      color: #fff;
      text-align: center;
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic; }
  .block-5050.type-quote .media.con-p-left .flex-control-nav, .block-6634.type-quote .media.con-p-left .flex-control-nav, .block-7525.type-quote .media.con-p-left .flex-control-nav {
    left: -20px !important; }
  .block-5050.type-quote .media.con-p-right .flex-control-nav, .block-6634.type-quote .media.con-p-right .flex-control-nav, .block-7525.type-quote .media.con-p-right .flex-control-nav {
    left: auto;
    right: -20px !important; }
.block-5050.type-quote .media-right .media, .block-6634.type-quote .media-right .media, .block-7525.type-quote .media-right .media {
  background: linear-gradient(315deg, #04335c 0%, rgba(69, 12, 76, 0.9920561975) 100%); }
.block-5050.type-image .media, .block-5050.type-video .media, .block-6634.type-image .media, .block-6634.type-video .media, .block-7525.type-image .media, .block-7525.type-video .media {
  padding: 0 !important; }
  .block-5050.type-image .media .flex-viewport li, .block-5050.type-video .media .flex-viewport li, .block-6634.type-image .media .flex-viewport li, .block-6634.type-video .media .flex-viewport li, .block-7525.type-image .media .flex-viewport li, .block-7525.type-video .media .flex-viewport li {
    height: 800px; }
  .block-5050.type-image .media a.fanb-link, .block-5050.type-video .media a.fanb-link, .block-6634.type-image .media a.fanb-link, .block-6634.type-video .media a.fanb-link, .block-7525.type-image .media a.fanb-link, .block-7525.type-video .media a.fanb-link {
    display: block;
    height: 100%;
    position: relative; }
  .block-5050.type-image .media .image-wrap, .block-5050.type-video .media .image-wrap, .block-6634.type-image .media .image-wrap, .block-6634.type-video .media .image-wrap, .block-7525.type-image .media .image-wrap, .block-7525.type-video .media .image-wrap {
    height: 100%;
    position: relative; }
    .block-5050.type-image .media .image-wrap .bg-image, .block-5050.type-video .media .image-wrap .bg-image, .block-6634.type-image .media .image-wrap .bg-image, .block-6634.type-video .media .image-wrap .bg-image, .block-7525.type-image .media .image-wrap .bg-image, .block-7525.type-video .media .image-wrap .bg-image {
      background-size: cover;
      background-position: center center; }
    .block-5050.type-image .media .image-wrap .caption, .block-5050.type-video .media .image-wrap .caption, .block-6634.type-image .media .image-wrap .caption, .block-6634.type-video .media .image-wrap .caption, .block-7525.type-image .media .image-wrap .caption, .block-7525.type-video .media .image-wrap .caption {
      position: absolute;
      bottom: 30px;
      width: 100%;
      left: 0;
      padding: 0 30px;
      color: #fff;
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic;
      font-size: 14px;
      line-height: 18px; }
    .block-5050.type-image .media .image-wrap a, .block-5050.type-video .media .image-wrap a, .block-6634.type-image .media .image-wrap a, .block-6634.type-video .media .image-wrap a, .block-7525.type-image .media .image-wrap a, .block-7525.type-video .media .image-wrap a {
      position: relative; }
  .block-5050.type-image .media.con-p-left, .block-5050.type-video .media.con-p-left, .block-6634.type-image .media.con-p-left, .block-6634.type-video .media.con-p-left, .block-7525.type-image .media.con-p-left, .block-7525.type-video .media.con-p-left {
    padding: 0 !important; }
    .block-5050.type-image .media.con-p-left .image-wrap .caption, .block-5050.type-video .media.con-p-left .image-wrap .caption, .block-6634.type-image .media.con-p-left .image-wrap .caption, .block-6634.type-video .media.con-p-left .image-wrap .caption, .block-7525.type-image .media.con-p-left .image-wrap .caption, .block-7525.type-video .media.con-p-left .image-wrap .caption {
      padding-left: calc(((100vw - 1920px) / 2) + 110px) !important;
      padding-right: 30px !important; }
  .block-5050.type-image .media.con-p-right, .block-5050.type-video .media.con-p-right, .block-6634.type-image .media.con-p-right, .block-6634.type-video .media.con-p-right, .block-7525.type-image .media.con-p-right, .block-7525.type-video .media.con-p-right {
    padding: 0 !important; }
    .block-5050.type-image .media.con-p-right .image-wrap .caption, .block-5050.type-video .media.con-p-right .image-wrap .caption, .block-6634.type-image .media.con-p-right .image-wrap .caption, .block-6634.type-video .media.con-p-right .image-wrap .caption, .block-7525.type-image .media.con-p-right .image-wrap .caption, .block-7525.type-video .media.con-p-right .image-wrap .caption {
      padding-right: calc(((100vw - 1920px) / 2) + 110px) !important;
      padding-left: 30px !important; }
.block-5050.carousel .image-wrap a, .block-6634.carousel .image-wrap a, .block-7525.carousel .image-wrap a {
  position: relative; }
  .block-5050.carousel .image-wrap a .bg-image, .block-6634.carousel .image-wrap a .bg-image, .block-7525.carousel .image-wrap a .bg-image {
    background-size: cover;
    background-position: center center; }
  .block-5050.carousel .image-wrap a .caption, .block-6634.carousel .image-wrap a .caption, .block-7525.carousel .image-wrap a .caption {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 10px;
    padding: 0;
    color: #fff;
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 18px; }
  .block-5050.carousel .image-wrap a a, .block-6634.carousel .image-wrap a a, .block-7525.carousel .image-wrap a a {
    position: relative; }
.block-5050.type-cta-wall .media, .block-6634.type-cta-wall .media, .block-7525.type-cta-wall .media {
  padding: 30px 30px;
  height: auto;
  min-height: inherit; }
  .block-5050.type-cta-wall .media .image-wall, .block-6634.type-cta-wall .media .image-wall, .block-7525.type-cta-wall .media .image-wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 798px; }
    .block-5050.type-cta-wall .media .image-wall a, .block-6634.type-cta-wall .media .image-wall a, .block-7525.type-cta-wall .media .image-wall a {
      margin: 30px 0;
      display: block;
      width: calc(50% - 30px); }
      .block-5050.type-cta-wall .media .image-wall a .image-wrap, .block-6634.type-cta-wall .media .image-wall a .image-wrap, .block-7525.type-cta-wall .media .image-wall a .image-wrap {
        position: relative; }
        .block-5050.type-cta-wall .media .image-wall a .image-wrap .gradient, .block-6634.type-cta-wall .media .image-wall a .image-wrap .gradient, .block-7525.type-cta-wall .media .image-wall a .image-wrap .gradient {
          z-index: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          content: '';
          background: #04335c;
          background: linear-gradient(45deg, #04335c 0%, #01a495 100%);
          opacity: 0;
          mix-blend-mode: multiply;
          transition: opacity ease 0.4s; }
        .block-5050.type-cta-wall .media .image-wall a .image-wrap .text-hover, .block-6634.type-cta-wall .media .image-wall a .image-wrap .text-hover, .block-7525.type-cta-wall .media .image-wall a .image-wrap .text-hover {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 18px;
          line-height: 22px;
          font-family: "ff-meta-serif-web-pro", serif;
          font-weight: 700;
          font-style: italic;
          padding: 20px;
          opacity: 0;
          transition: opacity ease 0.4s; }
        .block-5050.type-cta-wall .media .image-wall a .image-wrap:hover .gradient, .block-6634.type-cta-wall .media .image-wall a .image-wrap:hover .gradient, .block-7525.type-cta-wall .media .image-wall a .image-wrap:hover .gradient {
          opacity: 0.5; }
        .block-5050.type-cta-wall .media .image-wall a .image-wrap:hover .text-hover, .block-6634.type-cta-wall .media .image-wall a .image-wrap:hover .text-hover, .block-7525.type-cta-wall .media .image-wall a .image-wrap:hover .text-hover {
          opacity: 1; }
      .block-5050.type-cta-wall .media .image-wall a.block-link, .block-6634.type-cta-wall .media .image-wall a.block-link, .block-7525.type-cta-wall .media .image-wall a.block-link {
        background: #FFDA26;
        display: flex;
        padding: 20px 45px 20px 20px;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        font-style: italic;
        flex-direction: column;
        justify-content: flex-end; }
        .block-5050.type-cta-wall .media .image-wall a.block-link:before, .block-6634.type-cta-wall .media .image-wall a.block-link:before, .block-7525.type-cta-wall .media .image-wall a.block-link:before {
          display: block;
          position: absolute;
          bottom: 20px;
          right: 20px;
          content: '';
          background: url("../images/icon-arrow-button-blue.svg") -5px center repeat-x;
          width: 35px;
          height: 15px;
          overflow: hidden;
          background-size: 40px auto;
          transition: background ease 0.4s; }
        .block-5050.type-cta-wall .media .image-wall a.block-link:hover:before, .block-6634.type-cta-wall .media .image-wall a.block-link:hover:before, .block-7525.type-cta-wall .media .image-wall a.block-link:hover:before {
          background-position: 35px center; }
.block-5050.type-ai .media, .block-6634.type-ai .media, .block-7525.type-ai .media {
  background: url("../images/ai-bg.jpg") center center no-repeat;
  background-size: cover; }
  .block-5050.type-ai .media .animated-infographic, .block-6634.type-ai .media .animated-infographic, .block-7525.type-ai .media .animated-infographic {
    display: flex;
    height: 100%;
    width: 100%; }
    .block-5050.type-ai .media .animated-infographic #graphSVG, .block-6634.type-ai .media .animated-infographic #graphSVG, .block-7525.type-ai .media .animated-infographic #graphSVG {
      width: 100%; }

.block-6634 .copy {
  width: 66.666667%; }
.block-6634 .media {
  width: 33.333333%;
  background: #04335C;
  padding: 45px 30px;
  min-height: inherit; }
  .block-6634 .media .slick-slider {
    margin-top: 0;
    max-width: 379px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .block-6634 .media .slick-vertical .slick-slide {
    margin: 15px 0; }
  .block-6634 .media.con-p-left .slick-dots {
    left: -40px !important; }
  .block-6634 .media.con-p-right .slick-dots {
    left: auto !important;
    right: -40px !important; }
  .block-6634 .media .slick-dots {
    height: 80%;
    top: 50%;
    transform: translateY(-50%); }
  .block-6634 .media .no-bar .slick-dots {
    display: none; }
.block-6634.media-66 .copy {
  width: 33.333333%; }
.block-6634.media-66 .media {
  width: 66.666667%; }

.block-7525.text-articles .copy {
  width: 100%;
  padding: 60px 0; }
.block-7525.text-articles .articles {
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap; }
  .block-7525.text-articles .articles .article {
    border-bottom: 2px solid #04335C;
    margin: 0 30px;
    padding: 30px 0;
    width: calc(33.33333333% - 60px); }
    .block-7525.text-articles .articles .article:nth-child(1), .block-7525.text-articles .articles .article:nth-child(2), .block-7525.text-articles .articles .article:nth-child(3) {
      border-top: 2px solid #04335C; }

.block-video {
  padding: 100px 0;
  background: #04335C; }
  .block-video .image {
    position: relative; }
    .block-video .image .play {
      width: 75px;
      height: 75px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      background: url("../images/icon-play.svg") 0 0 no-repeat;
      background-size: 100% auto;
      transform: translate(-50%, -50%); }
  .block-video .flex-control-nav li a {
    background: #fff; }

.block-sdg .copy {
  width: 50%;
  padding: 60px 0; }
  .block-sdg .copy .copy-wrap {
    padding: 0 30px 0 0; }
    .block-sdg .copy .copy-wrap h2 {
      padding-top: 50px;
      border-top: 2px solid #04335C; }
  .block-sdg .copy .column-wrap {
    margin-bottom: 40px; }
.block-sdg .media {
  position: relative;
  width: 50%; }
  .block-sdg .media .caption-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #05335c 20%, rgba(128, 128, 128, 0) 100%); }
  .block-sdg .media .image-wrap {
    height: 100%;
    position: relative; }
    .block-sdg .media .image-wrap .bg-image {
      background-size: cover;
      background-position: center center; }
    .block-sdg .media .image-wrap .caption {
      position: absolute;
      bottom: 30px;
      width: 100%;
      left: 0;
      padding: 0 30px;
      color: #fff;
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic;
      font-size: 14px;
      line-height: 18px;
      padding-right: calc(((100vw - 1920px) / 2) + 110px) !important;
      padding-left: 30px !important; }
    .block-sdg .media .image-wrap a {
      display: block;
      height: 100%;
      position: relative; }
  .block-sdg .media .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center; }
.block-sdg .icon-wrap {
  background: #F0F1F2;
  padding: 100px 30px 70px 30px; }
  .block-sdg .icon-wrap ul {
    margin: 0; }
    .block-sdg .icon-wrap ul li {
      width: 25%;
      padding: 0;
      margin: 0; }
      .block-sdg .icon-wrap ul li:before {
        display: none; }

.block-values {
  padding: 70px 0; }
  .block-values h2 {
    border-top: 2px solid #04335C;
    padding: 40px 0 70px 0; }
  .block-values .values-wrap {
    width: calc(100% + 60px);
    margin-left: -30px;
    display: flex; }
    .block-values .values-wrap .value-item {
      margin: 0 30px;
      flex: 1; }
      .block-values .values-wrap .value-item .image {
        margin-bottom: 40px; }
      .block-values .values-wrap .value-item .copy {
        text-align: center; }
        .block-values .values-wrap .value-item .copy h3 {
          display: flex;
          align-items: center;
          justify-content: center; }

.block-indicators {
  padding: 70px 0; }
  .block-indicators h2 {
    border-top: 2px solid #04335C;
    padding: 40px 0 70px 0; }
  .block-indicators .indicators-wrap {
    width: calc(100% + 60px);
    margin-left: -30px;
    display: flex; }
    .block-indicators .indicators-wrap .indicator-item {
      margin: 0 30px;
      flex: 1; }
      .block-indicators .indicators-wrap .indicator-item .image {
        overflow: hidden;
        border-radius: 100%;
        margin-bottom: 60px;
        max-width: 500px; }
      .block-indicators .indicators-wrap .indicator-item .copy {
        text-align: left; }
        .block-indicators .indicators-wrap .indicator-item .copy h3 {
          font-family: "ff-meta-serif-web-pro", serif;
          font-weight: 400;
          font-style: normal;
          font-size: 42px;
          line-height: 48px;
          padding-bottom: 60px; }
        .block-indicators .indicators-wrap .indicator-item .copy h4 {
          font-family: "ff-meta-web-pro", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 28px;
          line-height: 38px;
          padding-bottom: 30px; }

.block-impact {
  background: #01a495;
  background: linear-gradient(59deg, #01a495 0%, #450c4c 100%);
  padding: 60px 0; }
  .block-impact .intro-copy {
    border-top: 2px solid #fff;
    padding: 40px 0 0 0; }
    .block-impact .intro-copy h2 {
      color: #fff; }
    .block-impact .intro-copy p {
      color: #fff;
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 28px;
      line-height: 38px;
      padding-bottom: 20px; }
  .block-impact .impacts-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .block-impact .impacts-wrap .impact-item {
      width: calc(50% - 30px);
      border-top: 2px solid #fff;
      padding: 40px 20px 0 20px;
      text-align: center; }
      .block-impact .impacts-wrap .impact-item .bottom {
        padding-top: 40px; }
      .block-impact .impacts-wrap .impact-item p {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        padding: 0;
        font-family: "ff-meta-serif-web-pro", serif;
        font-weight: 400;
        font-style: italic; }
        .block-impact .impacts-wrap .impact-item p.impact {
          font-family: "ff-meta-serif-web-pro", serif;
          font-weight: 700;
          font-style: italic;
          font-size: 60px;
          line-height: 70px; }
    .block-impact .impacts-wrap.ct-3 .impact-item {
      width: calc(33.33333% - 30px); }

.block-fact {
  background: #04335c;
  background: linear-gradient(56deg, #04335c 10%, #450c4c 100%);
  padding: 100px 0; }
  .block-fact .copy-wrap {
    max-width: 50%;
    margin: 0 auto;
    text-align: center; }
    .block-fact .copy-wrap h2 {
      color: #fff;
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: normal; }
    .block-fact .copy-wrap p {
      color: #fff;
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic;
      font-size: 36px;
      line-height: 42px; }

.block-quote {
  background: #04335c;
  background: linear-gradient(56deg, #04335c 10%, #450c4c 100%);
  padding: 100px 0; }
  .block-quote .copy-wrap {
    max-width: 50%;
    margin: 0 auto;
    text-align: center; }
    .block-quote .copy-wrap .quote-wrap p {
      color: #fff;
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic;
      font-size: 36px;
      line-height: 42px; }
    .block-quote .copy-wrap .name-title {
      margin: 40px 0 0 0;
      color: #fff; }

.block-image .image {
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .block-image .image img {
    width: 100%; }

.block-get-in-touch {
  background: #04335c;
  background: linear-gradient(45deg, #04335c 10%, #00abc7 100%);
  padding: 100px 0;
  color: #fff; }
  .block-get-in-touch h2 {
    color: #fff; }
  .block-get-in-touch p a {
    color: #fff; }
  .block-get-in-touch .ta-right .copy {
    order: 1; }
  .block-get-in-touch .ta-right .profiles {
    order: 0; }
  .block-get-in-touch .profiles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .block-get-in-touch .profiles .profile-wrap {
      display: flex;
      width: 100%;
      justify-content: center; }
    .block-get-in-touch .profiles .cw-inner {
      max-width: 600px;
      width: 100%; }
    .block-get-in-touch .profiles .contact-items {
      display: flex;
      justify-content: center;
      height: 100%; }
    .block-get-in-touch .profiles .contact-item {
      width: 50%;
      max-width: 240px;
      margin: 0 30px;
      text-align: center; }
      .block-get-in-touch .profiles .contact-item .image {
        border-radius: 240px;
        margin-bottom: 30px;
        overflow: hidden; }
      .block-get-in-touch .profiles .contact-item .copy p {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 5px 0; }
      .block-get-in-touch .profiles .contact-item .copy p.jobtitle {
        font-family: "ff-meta-serif-web-pro", serif;
        font-weight: 400;
        font-style: italic; }
    .block-get-in-touch .profiles .slick-dots {
      display: none; }
    .block-get-in-touch .profiles.with-carousel .slick-dots {
      display: flex; }

.block-key-contacts .inner {
  height: 800px; }
.block-key-contacts .contacts-wrap {
  height: 100%;
  width: 75%;
  background: #ffda25;
  background: linear-gradient(76deg, #ffda25 0%, white 85%);
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .block-key-contacts .contacts-wrap .cw-inner {
    max-width: 900px;
    width: 100%; }
  .block-key-contacts .contacts-wrap .contact-items {
    display: flex;
    justify-content: center;
    height: 100%; }
  .block-key-contacts .contacts-wrap .contact-item {
    width: 100%;
    max-width: 240px;
    margin: 0 30px;
    text-align: center; }
    .block-key-contacts .contacts-wrap .contact-item .image {
      border-radius: 240px;
      margin-bottom: 30px;
      overflow: hidden; }
    .block-key-contacts .contacts-wrap .contact-item .copy {
      text-align: center; }
      .block-key-contacts .contacts-wrap .contact-item .copy p {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 5px 0; }
      .block-key-contacts .contacts-wrap .contact-item .copy p.jobtitle {
        font-family: "ff-meta-serif-web-pro", serif;
        font-weight: 400;
        font-style: italic; }
  .block-key-contacts .contacts-wrap .key-contacts-carousel .contact-item {
    width: calc(33.333333%); }
  .block-key-contacts .contacts-wrap .slick-dots {
    display: none; }
  .block-key-contacts .contacts-wrap.with-carousel .slick-dots {
    display: flex; }
.block-key-contacts .copy-wrap {
  height: 100%;
  width: 25%; }
  .block-key-contacts .copy-wrap h2 {
    margin-top: 60px;
    border-top: 2px solid #04335C;
    padding-top: 30px; }

/* Home Page */
#home .header-block .text-wrap {
  background: linear-gradient(90deg, #450c4c 0%, #05335c 100%);
  padding: 100px 0;
  color: #fff;
  text-align: center;
  margin: 0 auto; }
  #home .header-block .text-wrap .copy-wrap {
    max-width: 1400px;
    margin: 0 auto; }
  #home .header-block .text-wrap p {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 1.4;
    padding-bottom: 0; }
    #home .header-block .text-wrap p strong {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 700;
      font-style: italic; }
  #home .header-block .text-wrap h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1.2;
    padding: 0; }
  #home .header-block .text-wrap .page-logo {
    margin: 0 0 60px 0; }
    #home .header-block .text-wrap .page-logo img {
      margin: 0 auto; }
#home .block-video .m-video {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9; }
#home .block-video .caption-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, #05335c 20%, rgba(128, 128, 128, 0) 100%); }
#home .block-video .caption {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding: 0 30px !important;
  color: #fff;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 18px; }
#home .image-reveal-block {
  padding: 100px 0; }
  #home .image-reveal-block .image-reveal {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 24px);
    margin-left: -12px; }
    #home .image-reveal-block .image-reveal .reveal-item {
      width: calc(33.33%);
      transition: width ease-in-out 0.7s;
      padding: 0 12px;
      overflow: hidden; }
      #home .image-reveal-block .image-reveal .reveal-item:nth-child(1) .image-wrap .image {
        background-position: 46% 30%; }
      #home .image-reveal-block .image-reveal .reveal-item:nth-child(2) .image-wrap .image {
        background-position: 50% 50%; }
      #home .image-reveal-block .image-reveal .reveal-item:nth-child(3) .image-wrap .image {
        background-position: 80% 50%; }
      #home .image-reveal-block .image-reveal .reveal-item.active {
        width: calc(50%); }
        #home .image-reveal-block .image-reveal .reveal-item.active .copy p {
          transition: opacity ease-in-out 0.7s;
          transition-delay: 0.5s;
          opacity: 1; }
      #home .image-reveal-block .image-reveal .reveal-item.minify {
        width: calc(25%); }
      #home .image-reveal-block .image-reveal .reveal-item .image-wrap {
        position: relative;
        overflow: hidden; }
        #home .image-reveal-block .image-reveal .reveal-item .image-wrap .image {
          transform: scale(1.1) translateZ(0px);
          background-repeat: no-repeat;
          background-size: cover;
          height: 30vw;
          width: 100%; }
      #home .image-reveal-block .image-reveal .reveal-item .copy {
        margin: 30px 0 0 0; }
        #home .image-reveal-block .image-reveal .reveal-item .copy h3 {
          font-family: "ff-meta-serif-web-pro", serif;
          font-weight: 400;
          font-style: normal;
          font-size: 36px;
          line-height: 1.2; }
        #home .image-reveal-block .image-reveal .reveal-item .copy p {
          transition: opacity ease-in-out 0.2s;
          opacity: 0;
          height: 140px; }
#home .impact-carousel {
  background: linear-gradient(90deg, #083053 0%, #36a2b4 100%);
  padding: 100px 0 130px 0; }
  #home .impact-carousel .slide-item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #home .impact-carousel .slide-item .copy {
      width: calc(33.33% - 12px); }
    #home .impact-carousel .slide-item .image {
      width: calc(66.66% - 12px);
      padding: 0 60px; }
  #home .impact-carousel .impact-intro h2 {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 700;
    font-style: italic;
    color: #fff; }
  #home .impact-carousel .impact-intro p {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: italic;
    color: #fff; }
  #home .impact-carousel .stat-text {
    margin-top: 40px; }
    #home .impact-carousel .stat-text p {
      font-size: 24px;
      line-height: 1.2;
      color: #fff;
      text-align: center; }
      #home .impact-carousel .stat-text p.before {
        padding-bottom: 20px; }
      #home .impact-carousel .stat-text p.after {
        min-height: 60px; }
      #home .impact-carousel .stat-text p.stat {
        font-family: "ff-meta-serif-web-pro", serif;
        font-weight: 700;
        font-style: italic;
        font-size: 128px;
        line-height: 0.8;
        padding-bottom: 60px; }
  #home .impact-carousel .flex-control-nav {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    width: 33.33%;
    margin: 0;
    position: relative;
    bottom: -30px; }
    #home .impact-carousel .flex-control-nav li {
      height: 10px;
      display: flex;
      align-items: center; }
      #home .impact-carousel .flex-control-nav li a {
        height: 5px;
        background: #fff; }
        #home .impact-carousel .flex-control-nav li a.flex-active {
          height: 10px;
          background: #FFDA26; }
#home .home-content .block-5050 {
  padding: 100px 0; }
  #home .home-content .block-5050 .inner.media-left .media {
    padding: 0 60px 0 0 !important; }
  #home .home-content .block-5050:nth-child(even) {
    background: #cce0f2; }
  #home .home-content .block-5050 .copy {
    padding: 0 30px 0 0; }
  #home .home-content .block-5050 .media {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px !important; }
    #home .home-content .block-5050 .media .image-wrap {
      height: auto;
      aspect-ratio: 16 / 9; }
      #home .home-content .block-5050 .media .image-wrap p.caption {
        padding: 0 30px !important; }

.latest-news-block {
  padding: 100px 0 0 0; }
  .latest-news-block .container hr {
    margin: 0;
    border-top: 2px solid #04335C; }
  .latest-news-block .copy-wrap {
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .latest-news-block .copy-wrap h3 {
      font-size: 22px;
      line-height: 30px;
      font-weight: 400; }
      .latest-news-block .copy-wrap h3:last-child {
        padding: 0; }
    .latest-news-block .copy-wrap .button {
      margin: 15px 0; }
  .latest-news-block .news-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 60px 0; }
    .latest-news-block .news-wrap .news-item {
      border-top: 2px solid #04335C;
      border-bottom: 2px solid #04335C;
      padding: 30px 0 15px 0;
      margin: 0 15px;
      width: calc(25% - 30px);
      display: flex;
      flex-direction: column; }
      .latest-news-block .news-wrap .news-item .copy {
        flex: 1; }
      .latest-news-block .news-wrap .news-item .read-more a {
        font-size: 18px;
        line-height: 1.2;
        text-decoration: none; }
        .latest-news-block .news-wrap .news-item .read-more a:hover {
          text-decoration: underline; }

/* Team Page */
#team-landing .team-block-main {
  padding: 90px 0;
  position: relative; }
  #team-landing .team-block-main .team-wrap {
    padding-top: 52px; }
#team-landing .team-wrap {
  width: calc(100% + 60px);
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap; }
  #team-landing .team-wrap .team-item {
    width: calc(25% - 60px);
    margin: 30px; }
    #team-landing .team-wrap .team-item .image {
      margin-bottom: 30px; }
    #team-landing .team-wrap .team-item .copy p {
      color: #04335C;
      padding-bottom: 10px; }
    #team-landing .team-wrap .team-item .copy .jobtitle {
      font-style: italic; }
#team-landing .team-block-board .block-5050 {
  margin-bottom: 70px; }
  #team-landing .team-block-board .block-5050 .copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto; }
    #team-landing .team-block-board .block-5050 .copy .copy-wrap {
      border: 0;
      padding: 0; }
    #team-landing .team-block-board .block-5050 .copy h2 {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 60px;
      line-height: 70px;
      padding-bottom: 40px; }
    #team-landing .team-block-board .block-5050 .copy p {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 36px;
      line-height: 46px;
      padding-bottom: 30px; }
#team-landing .team-block-panel {
  padding: 100px 0 0 0; }

.filter-block {
  position: absolute;
  width: 200px;
  border: 2px solid #04335C;
  border-radius: 30px;
  padding: 13px 20px;
  background: #fff;
  font-size: 14px;
  line-height: 18px; }
  .filter-block a.team-filter-trigger {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .filter-block a.team-filter-trigger:after {
      margin-left: 10px;
      display: block;
      content: '';
      height: 9px;
      width: 16px;
      background: url("../images/icon-dd-arrow.svg") 0 0 no-repeat;
      background-size: 100% auto;
      transform: rotate(0deg);
      transform-origin: center;
      transition: transform ease 0.4s; }
    .filter-block a.team-filter-trigger.active:after {
      transform: rotate(180deg); }
    .filter-block a.team-filter-trigger span.selected {
      display: none; }
    .filter-block a.team-filter-trigger.has-value span.default {
      display: none; }
    .filter-block a.team-filter-trigger.has-value span.selected {
      display: block; }
  .filter-block .filter-nav {
    display: none;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    background: #fff;
    padding: 10px 0;
    transition: opacity ease 0.4s;
    border-top: 1px solid #04335C;
    margin-top: 10px;
    list-style: none; }
    .filter-block .filter-nav.show {
      opacity: 1;
      pointer-events: all; }
    .filter-block .filter-nav li {
      margin-bottom: 10px; }
      .filter-block .filter-nav li a {
        border-bottom: 1px solid #fff;
        transition: border ease 0.4s; }
        .filter-block .filter-nav li a:hover, .filter-block .filter-nav li a.active {
          border-bottom: 1px solid #04335C; }
      .filter-block .filter-nav li:last-child {
        margin: 0; }

#team-single {
  padding: 150px 0 50px 0; }
  #team-single .back-button {
    margin: 0 0 30px 0; }
  #team-single .team-header {
    padding-bottom: 150px; }
    #team-single .team-header h1 {
      font-size: 36px;
      line-height: 46px;
      padding-bottom: 15px; }
    #team-single .team-header p.jobtitle {
      font-family: "ff-meta-web-pro", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
      line-height: 34px;
      padding-bottom: 25px; }
  #team-single .cta-wrap {
    border-top: 2px solid #04335C;
    padding: 30px 0;
    margin-top: 30px;
    display: flex;
    flex-direction: column; }
    #team-single .cta-wrap a {
      display: inline-flex;
      padding: 5px 0 5px 30px;
      margin-bottom: 20px; }
      #team-single .cta-wrap a.email {
        background: url("../images/icon-email.svg") left center no-repeat;
        background-size: 20px; }
      #team-single .cta-wrap a.linkedin {
        background: url("../images/icon-linkedin-blue.svg") left center no-repeat;
        background-size: 20px; }
  #team-single .team-block-carousel h2 {
    padding-bottom: 60px; }
  #team-single .team-block-carousel .image {
    padding: 0 10px; }

#partners-landing .intro {
  margin-bottom: 50px; }
#partners-landing .button-wrap {
  display: flex;
  min-height: 52px; }
  #partners-landing .button-wrap a.button {
    margin-right: 40px; }
#partners-landing .partner-wrap {
  width: calc(100% + 60px);
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0; }
  #partners-landing .partner-wrap .partner-item {
    width: calc(33.33333% - 60px);
    margin: 30px;
    border-top: 2px solid #04335C;
    padding-top: 30px; }
    #partners-landing .partner-wrap .partner-item .image {
      height: 260px;
      padding: 0 50px;
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      #partners-landing .partner-wrap .partner-item .image img {
        width: 100%;
        max-width: none;
        max-height: 100%; }
    #partners-landing .partner-wrap .partner-item .copy h2 {
      font-size: 36px;
      line-height: 42px;
      padding-bottom: 20px; }
#partners-landing .partners-main {
  padding: 100px 0; }

#publications-landing .filter-wrap, #news-landing .filter-wrap {
  margin: 100px 0 30px 0;
  height: 52px; }
#publications-landing .publications-wrap, #publications-landing .news-wrap, #news-landing .publications-wrap, #news-landing .news-wrap {
  width: calc(100% + 60px);
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap; }
  #publications-landing .publications-wrap .publication-item, #publications-landing .publications-wrap .news-item, #publications-landing .news-wrap .publication-item, #publications-landing .news-wrap .news-item, #news-landing .publications-wrap .publication-item, #news-landing .publications-wrap .news-item, #news-landing .news-wrap .publication-item, #news-landing .news-wrap .news-item {
    width: calc(33.33333% - 60px);
    margin: 30px;
    border-top: 2px solid #04335C;
    padding: 0; }
    #publications-landing .publications-wrap .publication-item .image, #publications-landing .publications-wrap .news-item .image, #publications-landing .news-wrap .publication-item .image, #publications-landing .news-wrap .news-item .image, #news-landing .publications-wrap .publication-item .image, #news-landing .publications-wrap .news-item .image, #news-landing .news-wrap .publication-item .image, #news-landing .news-wrap .news-item .image {
      margin: 40px 0 30px 0; }
    #publications-landing .publications-wrap .publication-item .copy h3, #publications-landing .publications-wrap .news-item .copy h3, #publications-landing .news-wrap .publication-item .copy h3, #publications-landing .news-wrap .news-item .copy h3, #news-landing .publications-wrap .publication-item .copy h3, #news-landing .publications-wrap .news-item .copy h3, #news-landing .news-wrap .publication-item .copy h3, #news-landing .news-wrap .news-item .copy h3 {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
#publications-landing .next-previous, #news-landing .next-previous {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 60px 30px; }
  #publications-landing .next-previous a, #news-landing .next-previous a {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: italic;
    display: inline-flex;
    color: #04335C;
    padding: 10px 60px 10px 0;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    background: url("../images/icon-forward-arrow.svg") right center no-repeat;
    background-size: 12px; }
    #publications-landing .next-previous a:hover, #news-landing .next-previous a:hover {
      text-decoration: underline; }
  #publications-landing .next-previous li.previous a, #news-landing .next-previous li.previous a {
    padding: 10px 0 10px 60px;
    background: url("../images/icon-back-arrow.svg") left center no-repeat;
    background-size: 12px; }

#news-landing .filter-wrap {
  margin: 20px 0 30px 0; }

.news-main h2 {
  padding: 60px 0 20px 0; }

#publications-landing .publications-main {
  margin-top: 60px; }

p.article-category {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 30px 0 15px 0; }

p.featured {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: 30px 0 0 0; }

.our-partners-carousel {
  padding: 100px 0; }
  .our-partners-carousel h2 a {
    text-decoration: none; }
  .our-partners-carousel .slide-wrap {
    padding: 0 25px;
    height: 150px;
    display: flex;
    align-items: center;
    cursor: grab; }
    .our-partners-carousel .slide-wrap .image {
      margin: auto; }
  .our-partners-carousel .slick-carousel.our-partners {
    margin-top: 40px;
    height: auto;
    opacity: 0;
    transition: opacity 0.4s ease; }
    .our-partners-carousel .slick-carousel.our-partners.slick-initialized {
      opacity: 1; }
  .our-partners-carousel .slick-dots {
    display: none !important;
    margin: 60px auto 0 auto; }

.flex-control-nav, .slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  width: 70%;
  margin: 30px auto;
  position: relative;
  bottom: 0; }
  .flex-control-nav li, .slick-dots li {
    display: block;
    flex: 1;
    margin: 0 10px; }
    .flex-control-nav li a, .flex-control-nav li button, .slick-dots li a, .slick-dots li button {
      display: block;
      width: 100%;
      background: #04335C;
      height: 8px;
      transition: all ease 0.4s;
      text-indent: -9999px;
      overflow: hidden; }
      .flex-control-nav li a:hover, .flex-control-nav li a.flex-active, .flex-control-nav li a.slick-active, .flex-control-nav li button:hover, .flex-control-nav li button.flex-active, .flex-control-nav li button.slick-active, .slick-dots li a:hover, .slick-dots li a.flex-active, .slick-dots li a.slick-active, .slick-dots li button:hover, .slick-dots li button.flex-active, .slick-dots li button.slick-active {
        height: 16px;
        background: #01A495; }
    .flex-control-nav li.slick-active button, .slick-dots li.slick-active button {
      height: 16px;
      background: #01A495; }

/* History */
.history-timeline {
  padding-bottom: 100px; }
  .history-timeline h2 {
    margin-top: 60px;
    padding: 30px 0 60px 0;
    border-top: 2px solid #04335C; }
  .history-timeline a.expand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 40px; }
    .history-timeline a.expand:after {
      margin-left: 10px;
      display: block;
      content: '';
      height: 9px;
      width: 16px;
      background: url(../images/icon-dd-arrow.svg) 0 0 no-repeat;
      background-size: 100% auto;
      transform: rotate(0deg);
      transform-origin: center;
      transition: transform ease 0.4s; }
    .history-timeline a.expand.open:after {
      transform: rotate(180deg); }
  .history-timeline .timeline {
    border-bottom: 2px solid #04335C; }
    .history-timeline .timeline h3 {
      border-top: 2px solid #04335C;
      font-size: 48px;
      line-height: 58px;
      padding: 30px 0;
      cursor: pointer;
      font-style: italic; }
    .history-timeline .timeline .timeline-content {
      display: none;
      padding-left: calc(33.3333333% + 30px);
      padding-bottom: 60px; }
      .history-timeline .timeline .timeline-content .content-item {
        display: flex;
        padding-bottom: 60px;
        border-bottom: 2px solid #04335C;
        margin-bottom: 60px;
        justify-content: space-between; }
        .history-timeline .timeline .timeline-content .content-item .image {
          width: calc(50% - 30px); }
        .history-timeline .timeline .timeline-content .content-item .copy {
          width: calc(50% - 30px); }
          .history-timeline .timeline .timeline-content .content-item .copy h4 {
            font-family: "ff-meta-web-pro", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 28px;
            line-height: 38px;
            padding-bottom: 20px; }
        .history-timeline .timeline .timeline-content .content-item:last-child {
          padding-bottom: 0;
          margin: 0;
          border: 0; }

/* Agreement Deal Pages*/
#agreements-landing .featured-deals {
  padding: 40px 0 60px 0; }
  #agreements-landing .featured-deals .copy-wrap {
    display: flex;
    flex-direction: column;
    border-top: 2px solid #04335C;
    border-bottom: 2px solid #04335C;
    padding: 40px 0 40px 0;
    height: 100%; }
    #agreements-landing .featured-deals .copy-wrap .image {
      margin-bottom: 30px; }
    #agreements-landing .featured-deals .copy-wrap h3 {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 36px;
      line-height: 42px; }
    #agreements-landing .featured-deals .copy-wrap p {
      font-size: 16px;
      line-height: 22px; }
    #agreements-landing .featured-deals .copy-wrap p.category {
      font-size: 14px;
      line-height: 18px;
      padding-bottom: 15px; }
#agreements-landing .agreements-grid .legend, #agreements-landing .agreements-grid .items, #agreements-landing .agreements-grid .key {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #04335C; }
  #agreements-landing .agreements-grid .legend .col, #agreements-landing .agreements-grid .items .col, #agreements-landing .agreements-grid .key .col {
    width: calc(16.6666666% - 20px);
    padding: 20px 0;
    font-size: 22px;
    line-height: 28px; }
#agreements-landing .agreements-grid .key {
  justify-content: flex-end;
  padding-bottom: 20px; }
  #agreements-landing .agreements-grid .key .col {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: normal; }
    #agreements-landing .agreements-grid .key .col.status-current {
      margin-right: 20px; }
#agreements-landing .agreements-grid .key .col, #agreements-landing .agreements-grid .items .col {
  background-position: top right;
  background-repeat: no-repeat; }
  #agreements-landing .agreements-grid .key .col.status-current, #agreements-landing .agreements-grid .items .col.status-current {
    background-image: url("../images/icon-deal-current.svg"); }
  #agreements-landing .agreements-grid .key .col.status-past, #agreements-landing .agreements-grid .items .col.status-past {
    background-image: url("../images/icon-deal-past.svg"); }
#agreements-landing .agreements-grid .legend .col {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 700;
  font-style: normal; }
#agreements-landing .agreements-grid .items {
  border: none; }
  #agreements-landing .agreements-grid .items .item {
    width: 100%;
    border-bottom: 2px solid #04335C; }
    #agreements-landing .agreements-grid .items .item a {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      #agreements-landing .agreements-grid .items .item a:hover {
        background: rgba(4, 51, 92, 0.2); }

#agreements-deal .our-partners-block .intro-wrap {
  padding: 60px;
  width: 33.333333%;
  background: #450c4c;
  background: linear-gradient(61deg, #450c4c 0%, #05335c 100%); }
  #agreements-deal .our-partners-block .intro-wrap h2 {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    border-top: 2px solid #fff;
    padding: 20px 0 0 0; }
#agreements-deal .our-partners-block .logo-wrap {
  width: 66.666666%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #agreements-deal .our-partners-block .logo-wrap .our-partners-carousel .flexslider {
    margin: 0 auto; }
  #agreements-deal .our-partners-block .logo-wrap .our-partners-deal-no-slider {
    display: flex;
    justify-content: center;
    align-items: center; }
    #agreements-deal .our-partners-block .logo-wrap .our-partners-deal-no-slider .image {
      width: calc(33.3333333% - 30px);
      margin: 15px; }
#agreements-deal .deals-sdg-block {
  margin: 70px 0 70px 0; }
  #agreements-deal .deals-sdg-block .row {
    flex-wrap: wrap; }
  #agreements-deal .deals-sdg-block .intro-wrap h2 {
    border-top: 2px solid #04335C;
    padding: 40px 0 70px 0; }
  #agreements-deal .deals-sdg-block .sdg-main-wrap {
    border-bottom: 2px solid #04335C; }
    #agreements-deal .deals-sdg-block .sdg-main-wrap .sdgs-wrap {
      width: calc(100% + 60px);
      margin-left: -30px;
      display: flex;
      flex-wrap: wrap; }
      #agreements-deal .deals-sdg-block .sdg-main-wrap .sdgs-wrap .sdg-wrap {
        width: calc(25% - 60px);
        margin: 0 30px 30px 30px;
        padding-bottom: 20px; }
        #agreements-deal .deals-sdg-block .sdg-main-wrap .sdgs-wrap .sdg-wrap img {
          max-width: 160px; }
        #agreements-deal .deals-sdg-block .sdg-main-wrap .sdgs-wrap .sdg-wrap h3 {
          padding: 30px 0;
          font-family: "ff-meta-serif-web-pro", serif;
          font-weight: 400;
          font-style: normal;
          font-size: 36px;
          line-height: 40px; }
        #agreements-deal .deals-sdg-block .sdg-main-wrap .sdgs-wrap .sdg-wrap .intro {
          padding-bottom: 30px; }
#agreements-deal .sdg-main .sdg-hide {
  padding: 60px 0; }
#agreements-deal .sdg-main h2 {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 700;
  font-style: italic; }
#agreements-deal .sdg-main p {
  font-size: 21px;
  line-height: 25px; }
#agreements-deal .sdg-main hr {
  margin-top: 20px;
  margin-bottom: 40px;
  border-width: 0;
  border-top: 2px solid #04335C; }
#agreements-deal .sdg-trigger {
  display: block;
  padding-right: 30px;
  background: url(../images/icon-forward-arrow.svg) right center no-repeat;
  background-size: 12px auto;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 20px; }
  #agreements-deal .sdg-trigger.open {
    background-image: url(../images/icon-close-blue.svg);
    background-size: 20px; }
#agreements-deal .sdg-hide {
  display: none;
  border-top: 2px solid #04335C;
  padding-bottom: 60px; }
#agreements-deal .footer-wrap {
  border-bottom: 2px solid #04335C; }
#agreements-deal .discover-more {
  padding: 0 0 60px 0; }
  #agreements-deal .discover-more .copy-wrap {
    border-top: 2px solid #04335C;
    padding: 50px 0 0 0; }
    #agreements-deal .discover-more .copy-wrap.article {
      border-bottom: 2px solid #04335C;
      padding: 50px 0 30px 0;
      height: 100%; }
  #agreements-deal .discover-more p.category {
    margin: 30px 0 0 0;
    padding-bottom: 15px; }

/* News Pages */
#news-landing .featured-article .inner.flex {
  align-items: center; }
  #news-landing .featured-article .inner.flex .copy .copy-wrap {
    border: 0;
    padding: 0; }
#news-landing .filter-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  #news-landing .filter-wrap .filter-col {
    position: relative;
    width: calc(25% - 15px); }
    #news-landing .filter-wrap .filter-col .filter-block {
      width: 100%;
      font-size: 18px;
      line-height: 1;
      padding: 17px 20px; }
      #news-landing .filter-wrap .filter-col .filter-block a.team-filter-trigger {
        font-weight: 700; }
    #news-landing .filter-wrap .filter-col form {
      position: relative; }
      #news-landing .filter-wrap .filter-col form input[type="text"] {
        width: 100%;
        border: 2px solid #04335C;
        border-radius: 30px;
        padding: 13px 20px !important;
        background: #fff;
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
        color: #04335C; }
      #news-landing .filter-wrap .filter-col form input[type="submit"] {
        position: absolute;
        text-indent: -9999px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        padding: 0;
        background: url("../images/icon-search-blue.svg") center center no-repeat;
        background-size: 19px auto; }

#news-landing ::-webkit-input-placeholder {
  color: #04335C; }

#news-landing :-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #04335C; }

#news-landing ::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #04335C; }

#news-landing :-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #04335C; }

#news-single .header-block a.back-button {
  margin-bottom: 15px; }
#news-single .header-block .copy .copy-wrap p.article-category, #news-single .header-block .image-caption, #news-single .header-block .copy .copy-wrap .share-wrap p {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  margin: 0; }
#news-single .header-block .copy .copy-wrap p {
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 30px; }
#news-single .header-block .copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px; }
  #news-single .header-block .copy .share-wrap {
    margin: 30px 0 20px 0; }
    #news-single .header-block .copy .share-wrap p {
      margin-bottom: 15px !important;
      padding: 0 !important; }
#news-single .article-content {
  padding: 100px 0 0 0; }
  #news-single .article-content .article-blocks {
    padding-right: 8%; }
  #news-single .article-content .main-copy {
    margin-bottom: 40px; }
  #news-single .article-content .block-news {
    margin-bottom: 40px; }
    #news-single .article-content .block-news:last-child {
      margin-bottom: 0; }
    #news-single .article-content .block-news.image {
      border-top: 2px solid #04335C;
      padding-top: 30px; }
      #news-single .article-content .block-news.image .image-wrap {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        #news-single .article-content .block-news.image .image-wrap.ct-2 a {
          width: calc(50% - 20px); }
        #news-single .article-content .block-news.image .image-wrap a {
          cursor: url("../images/icon-cursor-click-video.png") 40 40, pointer; }
    #news-single .article-content .block-news.block-video {
      border-top: 2px solid #04335C;
      padding-top: 30px;
      padding-bottom: 0;
      background: #fff; }
    #news-single .article-content .block-news.text {
      margin-bottom: 15px; }
  #news-single .article-content h2 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px; }
  #news-single .article-content p.caption {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0 0;
    padding-bottom: 0 !important; }
    #news-single .article-content p.caption:last-of-type {
      padding-bottom: 0 !important; }
  #news-single .article-content .article-blocks h3, #news-single .article-content .article-blocks h4 {
    padding: 10px 0 10px 0; }
  #news-single .article-content .article-blocks p:last-of-type {
    padding-bottom: 25px !important; }
  #news-single .article-content .article-blocks p.caption {
    padding-bottom: 0 !important; }
    #news-single .article-content .article-blocks p.caption:last-of-type {
      padding-bottom: 0 !important; }
  #news-single .article-content .article-blocks hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 2px solid #04335C; }
  #news-single .article-content .article-blocks blockquote {
    padding: 0 0 0 25px;
    border-left: 2px solid #04335C;
    margin: 0 0 30px 0; }
    #news-single .article-content .article-blocks blockquote p {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic; }
      #news-single .article-content .article-blocks blockquote p:last-child, #news-single .article-content .article-blocks blockquote p:last-of-type {
        padding: 0 !important; }
#news-single .sidebar-blocks {
  max-width: 512px;
  position: sticky;
  top: 20px; }
  #news-single .sidebar-blocks .sidebar-item {
    padding: 25px 0;
    border-top: 2px solid #04335C; }
    #news-single .sidebar-blocks .sidebar-item .caption {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic;
      margin: 10px 0 0 0;
      font-size: 14px;
      line-height: 18px; }
    #news-single .sidebar-blocks .sidebar-item .quote {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic; }
#news-single .latest-news-block {
  margin-top: 100px; }
  #news-single .latest-news-block .column-wrap {
    width: calc(100% + 30px);
    margin-left: -15px; }
    #news-single .latest-news-block .column-wrap .col {
      width: calc(33.33% - 30px);
      margin: 0 15px; }

.copy ul, .copy ol {
  margin-bottom: 25px; }
.copy ul {
  list-style: none; }
  .copy ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px; }
    .copy ul li:before {
      position: absolute;
      left: 0;
      content: '–';
      margin-right: 10px; }
    .copy ul li a {
      text-decoration: underline; }

/* Careers */
#careers .button-activate {
  margin: 30px 0 0 0; }
  #careers .button-activate .checkbox {
    display: flex;
    align-items: center; }
    #careers .button-activate .checkbox span {
      content: '';
      display: block;
      height: 30px;
      width: 30px;
      border: 1px solid #04335C;
      margin-right: 15px;
      cursor: pointer; }
      #careers .button-activate .checkbox span.check {
        background: url("../images/icon-tick.svg") center center no-repeat;
        background-size: 18px auto; }
  #careers .button-activate .button.disable {
    cursor: auto;
    opacity: 0.2;
    pointer-events: none; }
#careers .current-vacancies {
  padding: 60px 0; }
  #careers .current-vacancies .col-right {
    order: 2; }
  #careers .current-vacancies .copy h2 {
    padding-top: 40px;
    border-top: 2px solid #04335C; }
  #careers .current-vacancies .copy h3 {
    padding: 30px 0 20px 0;
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 400;
    font-style: normal; }
  #careers .current-vacancies .vacancies {
    border: 2px solid #04335C; }
    #careers .current-vacancies .vacancies .vacancy {
      border-bottom: 2px solid #04335C;
      padding: 20px; }
      #careers .current-vacancies .vacancies .vacancy:last-child {
        border: none; }
      #careers .current-vacancies .vacancies .vacancy h3 {
        font-size: 22px;
        line-height: 28px;
        padding: 0;
        cursor: pointer;
        position: relative; }
        #careers .current-vacancies .vacancies .vacancy h3:before, #careers .current-vacancies .vacancies .vacancy h3:after {
          display: block;
          content: '';
          width: 22px;
          height: 2px;
          background: #04335C;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        #careers .current-vacancies .vacancies .vacancy h3:before {
          right: 0; }
        #careers .current-vacancies .vacancies .vacancy h3:after {
          display: block;
          right: 0;
          transform: translateY(-50%) rotate(-90deg); }
        #careers .current-vacancies .vacancies .vacancy h3.active:after {
          display: none; }
      #careers .current-vacancies .vacancies .vacancy .copy-wrap {
        display: none;
        padding: 20px 0; }
        #careers .current-vacancies .vacancies .vacancy .copy-wrap.active {
          display: block; }

/* Contact */
#contact .contact-address {
  margin: 70px 0 0 0; }
#contact .location-map {
  width: 50%;
  min-height: 800px; }
  #contact .location-map .acf-map {
    width: 100%;
    height: 100%;
    margin: 0; }
#contact .contact-form {
  width: 50%; }
  #contact .contact-form .form-wrap {
    padding: 60px 0 60px 60px; }
    #contact .contact-form .form-wrap p.caption {
      font-family: "ff-meta-serif-web-pro", serif;
      font-weight: 400;
      font-style: italic;
      font-size: 14px;
      line-height: 18px; }
    #contact .contact-form .form-wrap input[type="email"], #contact .contact-form .form-wrap input[type="number"], #contact .contact-form .form-wrap input[type="search"], #contact .contact-form .form-wrap input[type="text"], #contact .contact-form .form-wrap input[type="tel"], #contact .contact-form .form-wrap input[type="url"], #contact .contact-form .form-wrap input[type="password"], #contact .contact-form .form-wrap textarea {
      border: 2px solid #04335C;
      padding: 10px !important; }
    #contact .contact-form .form-wrap textarea:focus::placeholder {
      color: transparent; }

#terms {
  padding: 100px 0; }
  #terms h1 {
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 60px; }
  #terms h2 {
    font-size: 40px;
    line-height: 46px;
    padding: 10px 0 30px 0; }
  #terms ul, #terms ol {
    margin-bottom: 25px; }
  #terms ul {
    list-style: none; }
    #terms ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 20px; }
      #terms ul li:before {
        position: absolute;
        left: 0;
        content: '–';
        margin-right: 10px; }

.a2a_button_linkedin {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: url(../images/icon-linkedin-blue.svg) center center no-repeat;
  background-size: 100% auto; }
  .a2a_button_linkedin .a2a_svg {
    display: none !important; }
  .a2a_button_linkedin:hover {
    background: url(../images/icon-linkedin-blue.svg) center center no-repeat !important; }

.a2a_button_twitter {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: url(../images/icon-x-blue.svg) center center no-repeat;
  background-size: 100% auto; }
  .a2a_button_twitter .a2a_svg {
    display: none !important; }
  .a2a_button_twitter:hover {
    background: url(../images/icon-x-blue.svg) center center no-repeat !important; }

.a2a_button_facebook {
  width: 16px;
  height: 30px;
  background: url(../images/icon-facebook-blue.svg) center center no-repeat;
  background-size: 100% auto; }
  .a2a_button_facebook .a2a_svg {
    display: none !important; }
  .a2a_button_facebook:hover {
    background: url(../images/icon-facebook-blue.svg) center center no-repeat !important; }

.pagination {
  border-top: 2px solid #04335C;
  padding: 30px 0;
  display: flex; }
  .pagination a, .pagination span {
    display: inline-block;
    border-right: 1px solid #04335C;
    padding: 0 10px 4px 10px;
    line-height: 1; }
    .pagination a.current, .pagination a:hover, .pagination span.current, .pagination span:hover {
      font-weight: 700; }
    .pagination a:last-child, .pagination span:last-child {
      border: 0; }

.con-p-left {
  padding-left: calc(((100vw - 1920px) / 2) + 110px) !important; }

.con-p-right {
  padding-right: calc(((100vw - 1920px) / 2) + 110px) !important; }

.mobile-only, .sdgs-wrap-mobile {
  display: none; }

.desktop-only {
  display: block; }

.desktop-only-flex {
  display: flex; }

@media only screen and (min-width: 1799px) {
  body {
    font-size: 24px;
    line-height: 35px; }

  h1, h2.title, h2, .history-timeline .timeline h3, .block-impact .impacts-wrap .impact-item p.impact {
    font-size: 72px;
    line-height: 78px; }

  .home .header-block h2 {
    font-size: 60px;
    line-height: 70px; }

  .button, .wpcf7 input[type="submit"] {
    font-size: 16px; }

  .header-block .copy .page-logo, .header-block .media .page-logo {
    margin-bottom: 100px; }

  footer #menu-footer-menu-1, #team-single .team-header p.jobtitle, .history-timeline .timeline .timeline-content .content-item .copy h4, h3, .h3, #news-single .header-block .copy .copy-wrap p, #careers .current-vacancies .vacancies .vacancy h3 {
    font-size: 36px;
    line-height: 46px; }

  footer #menu-footer-menu-2, footer #menu-footer-menu-2-medaccess-trust, #agreements-deal .sdg-main p, footer p {
    font-size: 24px;
    line-height: 35px; }

  #agreements-landing .featured-deals .copy-wrap p {
    font-size: 18px;
    line-height: 27px; } }
@media only screen and (max-width: 1920px) {
  .con-p-left, .block-5050.type-image .media.con-p-left .image-wrap .caption, .block-5050.type-video .media.con-p-left .image-wrap .caption, .block-6634.type-image .media.con-p-left .image-wrap .caption, .block-6634.type-video .media.con-p-left .image-wrap .caption {
    padding-left: 110px !important; }

  .con-p-right, .block-5050.type-image .media.con-p-right .image-wrap .caption, .block-5050.type-video .media.con-p-right .image-wrap .caption, .block-6634.type-image .media.con-p-right .image-wrap .caption, .block-6634.type-video .media.con-p-right .image-wrap .caption, .block-7525.type-image .media.con-p-right .image-wrap .caption, .block-7525.type-video .media.con-p-right .image-wrap .caption, .block-sdg .media .image-wrap .caption {
    padding-right: 110px !important; }

  .block-5050 .media.con-p-left .flex-control-nav, .block-6634 .media.con-p-left .flex-control-nav, .block-7525 .media.con-p-left .flex-control-nav {
    left: 80px !important; } }
@media only screen and (max-width: 1799px) {
  #home .image-reveal-block .image-reveal .reveal-item .copy p {
    height: 100px; } }
@media only screen and (max-width: 1599px) {
  h1.title, p.title, h1, h2.title, h2, .block-impact .impacts-wrap .impact-item p.impact, #team-landing .team-block-board .block-5050 .copy h2, .newsletter-signup .gform_confirmation_message {
    font-size: 48px;
    line-height: 62px;
    padding-bottom: 30px; }

  .header-block .copy .copy-wrap p, #team-landing .team-block-board .block-5050 .copy p {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px; }

  h3, .h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px; }

  #search-page .search-results .result-item .copy-wrap .copy h2 {
    font-size: 30px;
    line-height: 36px; }

  #menu-overlay .inner #menu-main-menu li {
    padding-right: calc(8.33%);
    font-size: 32px;
    line-height: 42px; }

  body.home .header-block .copy .copy-wrap p {
    font-size: 36px;
    line-height: 46px; }

  .our-partners-carousel .slide-wrap {
    height: 100px;
    padding: 0 20px; } }
@media only screen and (max-width: 1399px) {
  #home .header-block .text-wrap .page-logo img {
    width: 400px; }

  #home .header-block .text-wrap p {
    font-size: 38px; }

  #home .header-block .text-wrap h2 {
    font-size: 52px; }

  #home .image-reveal-block .image-reveal .reveal-item .copy h3 {
    font-size: 28px; }

  #home .impact-carousel .stat-text p.stat {
    font-size: 100px; } }
@media only screen and (max-width: 1239px), only screen and (min-width: 1020px) and (max-height: 768px) and (min-resolution: 125dpi) {
  #menu-overlay .inner #menu-main-menu li, #menu-overlay .inner .start-quote p {
    font-size: 28px;
    line-height: 38px; }

  body, .block-key-contacts .contacts-wrap .contact-item .copy p, .block-get-in-touch .profiles .contact-item .copy p, #agreements-deal .sdg-main p {
    font-size: 16px;
    line-height: 22px; }

  h1.title, p.title, h1, h2.title, h2, .block-impact .impacts-wrap .impact-item p.impact, #team-landing .team-block-board .block-5050 .copy h2, .newsletter-signup .gform_confirmation_message {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 25px; }

  footer .row .contact .title, .block-impact .impacts-wrap .impact-item p.impact, .history-timeline .timeline h3, #publications-landing .publications-wrap .publication-item h2, .block-indicators .indicators-wrap .indicator-item .copy h3 {
    font-size: 36px;
    line-height: 46px; }

  .home h1, body.home .header-block .copy .copy-wrap p, #partners-landing .partner-wrap .partner-item .copy h2 {
    font-size: 30px;
    line-height: 36px; }

  .header-block .copy .copy-wrap p, .h2 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px; }

  h3, .h3, #search-page .search-results .result-item .copy-wrap .copy h2, #agreements-landing .featured-deals .copy-wrap h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px; }

  #terms h2, .block-fact .copy-wrap p {
    font-size: 30px;
    line-height: 36px;
    padding: 5px 0 20px 0; }

  #terms h3, .block-values .values-wrap .value-item .copy h3, p.intro, #news-single .header-block .copy .copy-wrap p {
    font-size: 20px;
    line-height: 24px; }

  #agreements-landing .agreements-grid .legend .col, #agreements-landing .agreements-grid .items .col, #agreements-landing .agreements-grid .key .col {
    font-size: 18px;
    line-height: 22px; }

  .block-5050 .media, .block-6634 .media, .block-7525 .media {
    min-height: 600px; }

  #partners-landing .partner-wrap .partner-item .image {
    height: 160px;
    padding: 0 30px; }

  .block-fact .copy-wrap {
    max-width: 70%; }

  .block-key-contacts .inner {
    height: 600px; }

  .block-indicators .indicators-wrap .indicator-item .copy h3 {
    padding-bottom: 20px; }

  #news-single .latest-news-block {
    margin: 0; }

  #publications-landing .filter-wrap, #news-landing .filter-wrap {
    margin: 50px 0; } }
@media only screen and (max-width: 1199px) {
  #home .image-reveal-block .col-10 {
    width: 100%; } }
@media only screen and (max-width: 1099px) {
  #menu-overlay .inner #menu-main-menu li, #menu-overlay .inner .start-quote p {
    font-size: 25px;
    line-height: 32px; } }
@media only screen and (max-width: 1019px) {
  .con-p-left, .block-5050.type-image .media.con-p-left .image-wrap .caption, .block-5050.type-video .media.con-p-left .image-wrap .caption, .block-6634.type-image .media.con-p-left .image-wrap .caption, .block-6634.type-video .media.con-p-left .image-wrap .caption {
    padding-left: 30px !important; }

  .con-p-right, .block-5050.type-image .media.con-p-right .image-wrap .caption, .block-5050.type-video .media.con-p-right .image-wrap .caption, .block-6634.type-image .media.con-p-right .image-wrap .caption, .block-6634.type-video .media.con-p-right .image-wrap .caption, .block-7525.type-image .media.con-p-right .image-wrap .caption, .block-7525.type-video .media.con-p-right .image-wrap .caption, .block-sdg .media .image-wrap .caption {
    padding-right: 30px !important; }

  .full-height {
    min-height: inherit; }

  body, .block-key-contacts .contacts-wrap .contact-item .copy p, .latest-news-block .col-6:last-child .copy-wrap .copy p {
    font-size: 16px;
    line-height: 22px; }

  h1.title, p.title, h1, h2.title, h2, .block-impact .impacts-wrap .impact-item p.impact, #team-landing .team-block-board .block-5050 .copy h2, .newsletter-signup .gform_confirmation_message {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 25px; }

  footer .row .contact .title, .block-impact .impacts-wrap .impact-item p.impact, .history-timeline .timeline h3, #publications-landing .publications-wrap .publication-item h2, .block-indicators .indicators-wrap .indicator-item .copy h3 {
    font-size: 36px;
    line-height: 46px; }

  .header-block .copy .copy-wrap p {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px; }

  body.home .header-block .copy .copy-wrap p, h3, .h3, #search-page .search-results .result-item .copy-wrap .copy h2 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px; }

  #terms h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 5px 0 20px 0; }

  #terms h3 {
    font-size: 20px;
    line-height: 24px; }

  .row {
    flex-direction: column; }

  .block-5050 .copy .copy-wrap, .block-6634 .copy .copy-wrap, .block-7525 .copy .copy-wrap {
    border-top: none;
    padding: 0; }

  header, header .inner {
    height: 50px;
    width: 100%; }

  header .inner {
    padding: 15px 30px;
    flex-direction: row; }

  header .logo {
    width: 160px;
    height: 20px;
    background: url(../images/logo-full-white.svg) center center no-repeat;
    background-size: 100% auto;
    opacity: 1;
    transform: none;
    pointer-events: auto; }

  body.fancybox-active header .logo {
    width: 160px;
    height: 20px;
    background: url(../images/logo-full.svg) center center no-repeat;
    background-size: 100% auto;
    opacity: 1; }

  header .header-footer .socials {
    display: none; }

  body.fancybox-active header .menu-trigger span, body.fancybox-active header .menu-trigger span:before, body.fancybox-active header .menu-trigger span:after {
    background: #04335C; }

  header .menu-trigger {
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
    padding: 0;
    width: 32px;
    height: 22px;
    transform: none;
    text-align: center; }

  header .menu-trigger span {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    transition: background .5s ease;
    width: 32px;
    border-radius: 2px;
    text-indent: -9999px; }

  header .menu-trigger span:after, header .menu-trigger span:before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s ease,top .3s ease,bottom .3s ease;
    width: 32px;
    border-radius: 2px; }

  header .menu-trigger span:before {
    top: -8px; }

  header .menu-trigger span:after {
    bottom: -8px;
    top: auto; }

  header .menu-trigger.menu-open span {
    background: 0 0;
    transition: none; }

  header .menu-trigger.menu-open span:before {
    transform: rotate(45deg);
    width: 32px;
    top: 0;
    background: #fff; }

  header .menu-trigger.menu-open span:after {
    width: 32px;
    transform: translateY(-8px) rotate(-45deg);
    background: #fff; }

  header .header-footer {
    position: absolute;
    top: 0;
    right: 70px; }

  #menu-overlay {
    top: -100vh;
    left: 0;
    bottom: 0;
    height: 100vh;
    transition: top ease 0.5s;
    overflow-y: scroll; }

  #menu-overlay.open {
    top: 0; }

  #menu-overlay .container {
    padding: 0; }

  #menu-overlay .inner {
    padding: 0; }

  #menu-overlay .bg-gradient, #menu-overlay .inner .start-quote, #menu-overlay .close {
    display: none; }

  #menu-overlay .inner #menu-main-menu {
    background: #F0F1F2;
    padding: 80px 30px;
    overflow-x: hidden; }

  #menu-overlay .inner #menu-main-menu li {
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    padding: 0; }

  #menu-overlay .inner #menu-main-menu li.menu-item-has-children a, #menu-overlay .inner #menu-main-menu li.menu-item-has-children a:hover, #menu-overlay .inner #menu-main-menu li.menu-item-has-children a.active {
    background-size: 18px auto !important; }

  #menu-overlay .inner #menu-main-menu li .sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 50px 0 80px 0;
    list-style: none;
    margin: 0;
    opacity: 1;
    pointer-events: none;
    transition: left ease 0.3s;
    background-size: 200% 200%;
    overflow: hidden;
    transform: translate(0);
    overflow: hidden; }

  #menu-overlay .inner #menu-main-menu li .sub-menu.show {
    left: 0; }

  #menu-overlay .inner #menu-main-menu li .sub-menu li {
    position: relative;
    padding: 0 30px; }

  #menu-overlay .inner #menu-main-menu li .sub-menu li.back-title {
    cursor: pointer;
    padding: 15px 50px 15px 50px;
    text-align: center;
    color: #01A495;
    background: #ffffff url("../images/icon-back-arrow-green.svg") left 30px center no-repeat !important;
    background-size: 10px auto !important;
    font-size: 26px;
    line-height: 30px;
    font-family: "ff-meta-serif-web-pro", serif;
    font-weight: 700;
    font-style: italic; }

  #menu-overlay > .container > .inner > #menu-main-menu > li > .sub-menu:before {
    animation: none; }

  #menu-overlay > .container > .inner > #menu-main-menu > li.menu-item-has-children > a {
    cursor: pointer; }

  #menu-overlay > .container > .inner > #menu-main-menu > li > .sub-menu {
    overflow-y: scroll;
    background: linear-gradient(45deg, #05335c 0%, #05a395 100%); }

  #menu-overlay > .container > .inner > #menu-main-menu > li > .sub-menu > li {
    margin: 0 30px;
    padding: 0;
    width: calc(100% - 60px); }

  #menu-overlay > .container > .inner > #menu-main-menu > li > .sub-menu > li:nth-child(2) {
    border-top: none; }

  #menu-overlay .inner #menu-main-menu li .sub-menu li.back-title {
    margin: 0;
    width: 100%;
    padding: 15px 50px 15px 50px; }

  #search-overlay .bg-gradient:before {
    height: 200vh;
    width: 200vh; }

  #search-overlay .inner {
    padding: 80px 30px; }

  #search-overlay .close {
    top: 80px;
    right: 30px; }

  #search-overlay .inner form, form.search {
    justify-content: space-between;
    border-bottom: 4px solid #fff; }

  #search-overlay .inner form input[type="text"], form.search input[type="text"] {
    font-size: 36px;
    line-height: 46px;
    padding: 20px 0;
    width: calc(100% - 44px); }

  #search-overlay .inner form input[type="submit"], form.search input[type="submit"] {
    width: 24px;
    padding: 0;
    background-size: 24px auto; }

  #search-page .search-header {
    height: 260px;
    padding-top: 50px; }

  #search-page .search-results {
    padding: 50px 0; }

  #search-page .search-results .result-item {
    margin: 0;
    justify-content: space-between; }

  #search-page .search-results .result-item .col-4 {
    width: calc(30% - 10px);
    margin: 0; }

  #search-page .search-results .result-item .col-8 {
    width: calc(70% - 10px);
    margin: 0; }

  #search-page .search-results .result-item .copy-wrap {
    display: block; }

  #search-page .search-results .result-item .copy-wrap .copy {
    width: 100%; }

  #search-page .search-results .result-item .copy-wrap .cta {
    width: 100%;
    flex-direction: row; }

  #search-page .search-results .result-item .copy-wrap .cta .button {
    margin-top: 20px; }

  footer {
    padding: 60px 0 40px 0; }

  footer .row .logo {
    width: 190px;
    margin-bottom: 60px; }

  footer .row {
    flex-direction: row;
    justify-content: space-between; }

  footer .row:after {
    display: none; }

  footer .col-6 {
    width: calc(50% - 15px);
    margin: 0; }

  footer .col-6 .flex, footer.ma-trust .col-6:last-child .flex {
    display: block;
    margin: 0;
    height: auto; }

  footer .row .flex .left, footer .row .flex .right {
    width: 100%; }

  footer #menu-footer-menu-1 {
    font-size: 20px;
    line-height: 24px; }

  footer #menu-footer-menu-1 li {
    margin-bottom: 10px; }

  footer .row .contact h2, footer .row .contact h3 {
    font-size: 24px;
    line-height: 28px; }

  footer .row .flex .right {
    margin: 60px 0 0 0; }

  footer #menu-footer-menu-2, #menu-footer-menu-2-medaccess-trust {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px; }

  footer #menu-footer-menu-2 li, #menu-footer-menu-2-medaccess-trust li {
    margin-bottom: 10px; }

  #newsletter-overlay .bg {
    width: 100%;
    left: 0; }

  #newsletter-overlay .inner {
    padding: 120px 30px 30px 30px;
    left: 0;
    width: 100%; }

  #newsletter-overlay .close {
    top: 80px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-size: 20px; }

  #home .header-block .text-wrap {
    padding: 100px 0 50px 0; }

  #home .header-block .text-wrap .page-logo img {
    width: 300px; }

  #home .header-block .text-wrap p {
    font-size: 32px; }

  #home .header-block .text-wrap h2 {
    font-size: 42px; }

  #home .image-reveal-block {
    padding: 50px 0; }

  #home .image-reveal-block .image-reveal .reveal-item .copy h3 {
    font-size: 26px; }

  #home .impact-carousel {
    padding: 50px 0 80px 0; }

  #home .impact-carousel .stat-text p {
    font-size: 20px; }

  #home .impact-carousel .stat-text p.stat {
    font-size: 80px; }

  #home .home-content .block-5050 {
    padding: 50px 0; }

  #home .home-content .block-5050 .media, #home .home-content .block-5050 .inner.media-left .media {
    padding: 0 0 30px 0 !important;
    height: auto !important; }

  #home .latest-news {
    padding: 50px 0; }

  #home .latest-news-block {
    padding: 50px 0 0 0; }

  #home .latest-news-block .col-6:last-child .copy-wrap {
    padding: 0; }

  #home .latest-news-block .news-wrap {
    flex-wrap: wrap;
    padding: 30px 0; }

  #home .latest-news-block .news-wrap .news-item {
    width: calc(50% - 30px); }

  #home .latest-news-block .news-wrap .news-item:nth-child(3), .latest-news-block .news-wrap .news-item:nth-child(4) {
    border-top: none; }

  #home .latest-news-block .news-wrap .news-item .read-more a {
    font-size: 16px; }

  .header-block .inner.flex {
    flex-direction: column;
    height: auto; }

  .header-block .copy {
    width: 100%;
    height: 50%;
    order: 1;
    padding: 30px; }

  .header-block .media {
    width: 100%;
    height: 50%;
    order: 0; }

  .header-block .copy .page-logo, .header-block .media .page-logo {
    display: none; }

  .header-block .copy.with-deal .deal-status {
    margin-top: 30px; }

  .header-block .copy.with-deal .deal-status p.category {
    padding-bottom: 0; }

  .block-5050 .media, .block-6634 .media, .block-7525 .media {
    width: 100%;
    min-height: inherit;
    height: 400px; }

  .block-5050.type-image .media .flex-viewport li, .block-5050.type-video .media .flex-viewport li, .block-6634.type-image .media .flex-viewport li, .block-6634.type-video .media .flex-viewport li, .block-7525.type-image .media .flex-viewport li, .block-7525.type-video .media .flex-viewport li, .header-block .media {
    height: 400px; }

  .block-5050 .flex, .block-6634 .flex, .block-7525 .flex {
    flex-direction: column; }

  .block-5050 .copy, .block-6634 .copy, .block-7525 .copy {
    padding: 40px 30px;
    order: 1;
    width: 100%; }

  .block-5050 .media, .block-6634 .media, .block-7525 .media {
    order: 0; }

  .block-5050 .copy .copy-wrap .column-wrap.double .col, .block-6634 .copy .copy-wrap .column-wrap.double .col, .block-7525 .copy .copy-wrap .column-wrap.double .col {
    width: 100%; }
    .block-5050 .copy .copy-wrap .column-wrap.double .col:first-child, .block-6634 .copy .copy-wrap .column-wrap.double .col:first-child, .block-7525 .copy .copy-wrap .column-wrap.double .col:first-child {
      margin-bottom: 25px; }

  .block-5050.type-quote .media .flex-viewport {
    height: 500px; }

  .block-5050.type-quote .media .flex-viewport li {
    height: 440px; }

  .block-5050.type-quote .media .quote-wrap p.h2, .block-6634.type-quote .media .quote-wrap p.h2, .block-7525.type-quote .media .quote-wrap p.h2 {
    font-size: 28px;
    line-height: 34px; }

  .block-5050.type-cta-wall .media .image-wall a .image-wrap .text-hover, .block-6634.type-cta-wall .media .image-wall a .image-wrap .text-hover, .block-7525.type-cta-wall .media .image-wall a .image-wrap .text-hover {
    opacity: 1; }

  .block-5050.type-cta-wall .media .image-wall a .image-wrap .gradient, .block-6634.type-cta-wall .media .image-wall a .image-wrap .gradient, .block-7525.type-cta-wall .media .image-wall a .image-wrap .gradient {
    opacity: 0.5; }

  .home-content .featured-article .copy .copy-wrap {
    padding: 0; }

  .home-content .featured-article .copy .copy-wrap p.article-category {
    margin-top: 0; }

  .block-5050.type-cta-wall .media .image-wall, .block-6634.type-cta-wall .media .image-wall, .block-7525.type-cta-wall .media .image-wall {
    max-width: 768px; }

  .block-5050.type-cta-wall .media .image-wall a, .block-6634.type-cta-wall .media .image-wall a, .block-7525.type-cta-wall .media .image-wall a {
    margin: 15px 0;
    width: calc(50% - 15px); }

  .block-5050.type-cta-wall .media {
    order: 2 !important; }

  .block-5050.type-cta-wall .copy {
    padding-bottom: 0; }

  .block-sdg .flex {
    flex-direction: column; }

  .block-sdg .media {
    order: 0;
    width: 100%;
    height: 500px; }

  .block-sdg .copy {
    order: 1;
    width: 100%;
    padding: 40px 30px; }

  .block-sdg .copy .copy-wrap h2 {
    padding-top: 20px; }

  .block-sdg .copy .column-wrap .col {
    width: 100%; }

  .block-sdg .copy .column-wrap .col:first-child {
    padding-bottom: 25px; }

  .block-sdg .copy .copy-wrap {
    padding: 0 !important; }

  .block-values {
    padding: 30px 0; }

  .block-values .values-wrap {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center; }

  .block-values .values-wrap .value-item {
    width: calc(33.3333333% - 30px);
    margin: 15px;
    flex: none; }

  .block-values .values-wrap .value-item .image {
    margin-bottom: 10px; }

  .block-6634.media-66 .media, .block-6634.media-66 .copy {
    width: 100% !important; }

  .block-6634 .media .slick-slider {
    height: 300px;
    max-width: none; }

  .block-6634 .media .slick-dots, .block-6634 .media.con-p-right .slick-dots, .block-6634 .media.con-p-left .slick-dots {
    height: 16px;
    left: 15% !important;
    top: auto !important;
    right: auto !important;
    bottom: -20px;
    width: 70%;
    transform: none;
    flex-direction: row;
    display: flex !important; }

  .block-6634 .media .slick-dots li button {
    width: 100%;
    height: 8px; }

  .block-6634 .media .slick-dots li.slick-active button, .block-6634 .media .slick-dots li button:hover {
    width: 100%;
    height: 16px; }

  .block-6634 .media .slick-slide {
    margin: 0 10px; }

  .block-video {
    padding: 50px 0; }

  #partners-landing .partners-main {
    padding: 50px 0; }

  #partners-landing .partner-wrap {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0; }

  #partners-landing .partner-wrap h2 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px; }

  #partners-landing .partner-wrap .partner-item {
    width: calc(33.33333% - 30px);
    margin: 15px; }

  #team-landing .team-block-main {
    padding: 30px 0; }

  #team-landing .team-block-board .block-5050 {
    margin-bottom: 0; }

  .history-timeline .timeline .timeline-content {
    padding-left: 100px;
    padding-bottom: 40px; }

  #publications-landing .publications-main {
    margin: 0; }

  .block-impact .intro-copy .button {
    margin: 20px 0 40px 0; }

  .block-fact .copy-wrap, .block-quote .copy-wrap {
    max-width: 80%; }

  .block-indicators .indicators-wrap .indicator-item .copy h3 {
    padding-bottom: 30px; }

  .block-key-contacts {
    padding-bottom: 60px; }

  .block-key-contacts .contacts-wrap {
    height: auto;
    padding: 30px; }

  .block-key-contacts .inner {
    height: auto; }

  .block-key-contacts .copy-wrap {
    padding-bottom: 60px; }

  .block-get-in-touch {
    padding: 50px 0; }

  .block-get-in-touch .copy {
    order: 2; }

  .block-get-in-touch .profiles {
    order: 1;
    margin-bottom: 30px; }

  #agreements-landing .featured-deals .row {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap; }

  #agreements-landing .featured-deals .col-3 {
    width: calc(50% - 15px); }

  #agreements-landing .agreements-grid .legend .col, #agreements-landing .agreements-grid .items .col, #agreements-landing .agreements-grid .key .col {
    font-size: 16px;
    line-height: 24px; }

  #agreements-landing .featured-deals .col-3:nth-child(1) .copy-wrap, #agreements-landing .featured-deals .col-3:nth-child(2) .copy-wrap {
    border-bottom: none; }

  #agreements-landing .featured-deals .col-3:nth-child(1), #agreements-landing .featured-deals .col-3:nth-child(3) {
    margin-right: 15px; }

  #agreements-landing .featured-deals .col-3:nth-child(2), #agreements-landing .featured-deals .col-3:nth-child(4) {
    margin-left: 15px; }

  #careers .current-vacancies .vacancies {
    margin-top: 30px; }

  #careers .button-activate {
    margin: 15px 0 0 0; }

  .our-partners-carousel {
    padding: 50px 0; }

  #news-landing .filter-wrap {
    margin: 50px 0; }

  #news-landing .filter-wrap .filter-col {
    width: calc(25% - 20px); }

  #news-landing .news-wrap {
    width: calc(100% + 40px);
    margin-left: -20px; }

  #news-landing .news-wrap .news-item {
    width: calc(33.33333% - 40px);
    margin: 0 20px 30px 20px; }

  #news-landing .news-wrap .news-item .image {
    margin: 30px 0 30px 0; }

  #news-landing .next-previous {
    margin: 60px 30px 0 30px; }

  #news-single .sidebar-blocks {
    position: relative;
    top: auto;
    max-width: none; }

  .fancybox-toolbar {
    right: 30px;
    top: 80px; }

  .fancybox-slide--image, .fancybox-slide {
    padding: 60px 30px; }

  .fancybox-caption {
    bottom: 60px;
    width: calc(100% - 60px);
    padding: 0; }

  .newsletter-signup .image {
    padding: 40px 30px 0 30px; }

  .newsletter-signup .image img {
    padding: 0;
    width: 80%;
    margin: 0 auto; }

  .newsletter-signup.block-5050 .copy .copy-wrap {
    padding-top: 20px; }

  footer #menu-footer-menu-2, footer #menu-footer-menu-2-medaccess-trust {
    padding: 0 10%; }

  footer #menu-footer-menu-2 li, footer #menu-footer-menu-2-medaccess-trust li {
    padding: 0 10px; }

  .newsletter-signup .image {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .tablet-desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  h1.title, p.title, h1, h2.title, h2, #team-landing .team-block-board .block-5050 .copy h2, #terms h2, .newsletter-signup .gform_confirmation_message {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 30px; }

  .block-indicators .indicators-wrap .indicator-item .copy h3, #agreements-landing .featured-deals .copy-wrap h3 {
    font-size: 28px;
    line-height: 34px; }

  .header-block .copy.with-deal .deal-status .status, .block-impact .impacts-wrap .impact-item p, #agreements-deal .sdg-main p, #team-landing .team-block-board .block-5050 .copy p, .block-key-contacts .contacts-wrap .contact-item .copy p, .block-get-in-touch .profiles .value-item p {
    font-size: 16px;
    line-height: 22px; }

  #menu-overlay .inner #menu-main-menu li {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    padding: 0; }

  #menu-overlay .inner #menu-main-menu li .sub-menu li.back-title {
    font-size: 20px;
    line-height: 24px; }

  #menu-overlay .inner #menu-main-menu li .sub-menu li {
    font-size: 18px;
    line-height: 22px; }

  footer .row {
    flex-direction: column; }

  footer .col-6 {
    width: 100%; }

  footer .col-6 .flex {
    display: block;
    margin: 60px 0 0 0; }

  footer .row .logo {
    margin-bottom: 40px; }

  footer .contact {
    margin-bottom: 30px; }

  footer .bottom.flex {
    margin-top: 40px;
    display: block; }

  footer #menu-footer-menu-2, footer #menu-footer-menu-2-medaccess-trust {
    padding: 0;
    display: block;
    margin-bottom: 0; }

  footer #menu-footer-menu-2 li, footer #menu-footer-menu-2-medaccess-trust li {
    padding: 0; }

  footer #menu-footer-menu-1 {
    flex-direction: column; }

  footer #menu-footer-menu-1 li {
    width: 100%; }

  footer #menu-footer-menu-1 li:nth-child(1) {
    order: 1; }

  footer #menu-footer-menu-1 li:nth-child(2) {
    order: 5; }

  footer #menu-footer-menu-1 li:nth-child(3) {
    order: 2; }

  footer #menu-footer-menu-1 li:nth-child(4) {
    order: 6; }

  footer #menu-footer-menu-1 li:nth-child(5) {
    order: 3; }

  footer #menu-footer-menu-1 li:nth-child(6) {
    order: 7; }

  footer #menu-footer-menu-1 li:nth-child(7) {
    order: 4; }

  footer #menu-footer-menu-1 li:nth-child(8) {
    order: 8; }

  footer #menu-footer-menu-1 li:nth-child(9) {
    order: 9; }

  #home .header-block .text-wrap .page-logo img {
    width: 260px; }

  #home .header-block .text-wrap p {
    font-size: 26px; }

  #home .header-block .text-wrap h2 {
    font-size: 36px; }

  #home .header-block .text-wrap p br {
    display: none; }

  #home .image-reveal-block .image-reveal {
    flex-direction: column;
    width: 100%;
    margin: 0; }

  #home .image-reveal-block .image-reveal .reveal-item {
    width: 100%;
    margin-bottom: 30px; }

  #home .image-reveal-block .image-reveal .reveal-item:last-child {
    margin: 0; }

  #home .image-reveal-block .image-reveal .reveal-item .copy p {
    opacity: 1;
    height: auto; }

  #home .image-reveal-block .image-reveal .reveal-item .image-wrap .image {
    height: auto;
    aspect-ratio: 3 / 2;
    background-position: center center !important; }

  #home .impact-carousel .slide-item {
    flex-direction: column; }

  #home .impact-carousel .slide-item .copy {
    width: 100%; }

  #home .impact-carousel .slide-item .image {
    width: 100%;
    padding: 0; }

  #home .impact-carousel .flex-control-nav {
    width: 100%; }

  #home .impact-carousel .impact-intro h2 {
    padding-bottom: 15px; }

  #home .impact-carousel .stat-text {
    margin-top: 20px; }

  #home .impact-carousel .stat-text p {
    font-size: 18px; }

  #home .impact-carousel .stat-text p.stat {
    font-size: 60px;
    padding-bottom: 30px; }

  #home .latest-news-block .news-wrap {
    width: 100%;
    margin: 0; }

  #home .latest-news-block .news-wrap .news-item {
    width: calc(100%);
    margin: 0; }

  #home .latest-news-block .news-wrap .news-item:nth-child(2), #home .latest-news-block .news-wrap .news-item:nth-child(3), .latest-news-block .news-wrap .news-item:nth-child(4) {
    border-top: none; }

  #home .latest-news-block {
    padding-bottom: 0; }

  #search-page .search-results .result-item {
    display: block; }

  #search-page .search-results .result-item .col-4 {
    width: 100%;
    margin-bottom: 20px; }

  #search-page .search-results .result-item .col-8 {
    width: 100%; }

  .block-5050 .media, .block-6634 .media, .block-7525 .media {
    min-height: inherit;
    height: 300px; }

  .block-5050.type-image .media .flex-viewport li, .block-5050.type-video .media .flex-viewport li, .block-6634.type-image .media .flex-viewport li, .block-6634.type-video .media .flex-viewport li, .block-7525.type-image .media .flex-viewport li, .block-7525.type-video .media .flex-viewport li, .header-block .media, .block-sdg .media {
    height: 300px; }

  .block-5050.type-quote .media {
    height: 400px;
    padding: 30px; }

  .block-5050.type-quote .media .flex-viewport li {
    height: 340px; }

  .block-5050.type-quote .media .quote-wrap p, .block-fact .copy-wrap p, .block-quote .copy-wrap p.h2 {
    font-size: 24px;
    line-height: 30px; }

  .block-5050.type-quote .media .quote-wrap p.name {
    font-size: 16px;
    line-height: 20px; }

  .button, .wpcf7 input[type="submit"] {
    margin: 30px 0 0 0;
    font-size: 16px; }

  .latest-news-block .col-6:first-child {
    padding-bottom: 0; }

  .latest-news-block .col-6:last-child .copy-wrap {
    padding-bottom: 0; }

  .latest-news-block .column-wrap {
    display: block; }

  .latest-news-block .column-wrap .col {
    width: 100%; }

  .latest-news-block .column-wrap .col:first-child {
    border-bottom: none; }

  .latest-news-block .col-6:last-child .copy-wrap .copy p:last-child {
    display: none; }

  .latest-news-block .col-6:last-child .copy-wrap .copy h3 {
    padding: 0; }

  .our-partners-carousel {
    padding: 60px 0; }

  .block-sdg .icon-wrap {
    padding: 50px 0 30px 0; }

  .block-5050.type-quote .media.con-p-left .flex-control-nav, .block-6634.type-quote .media.con-p-left .flex-control-nav, .block-7525.type-quote .media.con-p-left .flex-control-nav {
    left: -10px !important; }

  .block-values .values-wrap .value-item {
    width: calc(50% - 30px);
    margin: 15px;
    flex: none; }

  .block-6634 .media .slick-slider {
    height: 200px;
    max-width: none; }

  #agreements-landing .featured-deals .row {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start; }

  #agreements-landing .featured-deals .col-3 {
    width: 100%; }

  #agreements-landing .featured-deals .copy-wrap {
    border-bottom: none;
    padding: 30px 0 30px 0;
    height: auto; }

  #agreements-landing .featured-deals .col-3:last-child .copy-wrap {
    border-bottom: 2px solid #04335C; }

  #agreements-landing .featured-deals .col-3:nth-child(1), #agreements-landing .featured-deals .col-3:nth-child(2), #agreements-landing .featured-deals .col-3:nth-child(3), #agreements-landing .featured-deals .col-3:nth-child(4) {
    margin: 0; }

  #agreements-landing .agreements-grid .scroll-wrap {
    overflow-x: scroll; }

  #agreements-landing .agreements-grid .items, #agreements-landing .agreements-grid .legend {
    width: 720px; }

  #agreements-landing .agreements-grid .legend .col, #agreements-landing .agreements-grid .items .col, #agreements-landing .agreements-grid .key .col {
    width: 120px;
    padding: 10px 0; }

  #agreements-landing .agreements-grid .key .col, #agreements-landing .agreements-grid .items .col {
    background-size: 60px; }

  #agreements-deal .our-partners-block .flex {
    display: block; }

  #agreements-deal .our-partners-block .intro-wrap {
    padding: 50px 30px;
    width: 100%; }

  #agreements-deal .our-partners-block .intro-wrap br {
    display: none; }

  #agreements-deal .our-partners-block .logo-wrap {
    width: 100%;
    padding: 50px 30px; }

  #agreements-deal .deals-sdg-block {
    margin: 0 0 30px 0; }

  #agreements-deal .deals-sdg-block .intro-wrap h2 {
    padding: 30px 0; }

  #agreements-deal .discover-more .copy-wrap.article {
    border-bottom: none; }

  #agreements-deal .sdg-trigger {
    margin-top: auto; }

  #agreements-deal .sdg-wrap .intro {
    padding-bottom: 20px; }

  #agreements-deal .sdg-wrap .image img {
    max-width: 160px;
    margin: 0; }

  #agreements-deal .discover-more p.category {
    margin: 20px 0 0 0;
    padding-bottom: 15px; }

  .block-impact .impacts-wrap {
    display: block; }

  .block-impact .impacts-wrap .impact-item {
    width: 100% !important;
    padding: 30px 20px; }

  .block-impact .impacts-wrap .impact-item .bottom {
    padding-top: 30px; }

  .sdgs-wrap-mobile {
    display: block; }

  #agreements-deal .deals-sdg-block .sdg-main-wrap .sdgs-wrap {
    display: none; }

  #agreements-deal .our-partners-block .logo-wrap .our-partners-deal-no-slider .image {
    width: calc(100% - 20px);
    margin: 10px;
    max-width: 300px; }

  #partners-landing .partner-wrap .partner-item {
    width: calc(50% - 30px); }

  #team-landing .team-wrap {
    width: 100%;
    margin-left: 0;
    justify-content: space-between; }

  #team-landing .team-wrap .team-item {
    width: calc(50% - 30px);
    margin: 15px 0; }

  #team-landing .team-block-main .team-wrap {
    padding-top: 72px; }

  #team-landing .team-block-panel {
    padding: 30px 0 0 0; }

  .history-timeline .timeline .timeline-content {
    padding-left: 0; }

  #publications-landing .publications-wrap, #publications-landing .news-wrap, #news-landing .publications-wrap, #news-landing .news-wrap {
    width: 100%;
    margin-left: 0;
    justify-content: space-between; }

  #publications-landing .publications-wrap .publication-item, #publications-landing .publications-wrap .news-item, #publications-landing .news-wrap .publication-item, #publications-landing .news-wrap .news-item, #news-landing .publications-wrap .publication-item, #news-landing .publications-wrap .news-item, #news-landing .news-wrap .publication-item, #news-landing .news-wrap .news-item {
    width: calc(50% - 15px);
    margin: 15px 0; }

  #news-landing .filter-wrap .filter-col:nth-child(1), #news-landing .filter-wrap .filter-col:nth-child(4) {
    display: none; }

  #news-landing .filter-wrap .filter-col {
    width: 100%; }

  .news-main h2 {
    padding: 20px 0 10px 0; }

  #news-landing .filter-wrap {
    flex-wrap: wrap;
    margin: 20px 0 35px 0;
    height: auto; }

  #news-landing .filter-wrap .filter-col .filter-block {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px; }

  #news-single .latest-news-block .column-wrap {
    width: 100%;
    margin: 0; }

  #news-single .latest-news-block .column-wrap .col {
    width: 100%;
    margin: 0 0 30px 0; }

  #news-single .latest-news-block .column-wrap .col:last-child {
    margin: 0; }

  .block-5050.type-cta-wall .media .image-wall a, .block-6634.type-cta-wall .media .image-wall a, .block-7525.type-cta-wall .media .image-wall a {
    min-height: 200px; }

  .block-key-contacts {
    background: linear-gradient(180deg, #ffda25 0, white 100%); }

  .block-key-contacts .contacts-wrap {
    width: 100%;
    height: auto;
    padding: 0 30px 0 30px;
    background: none; }

  .block-key-contacts .inner {
    height: auto;
    flex-direction: column; }

  .block-key-contacts .copy-wrap {
    width: 100%;
    height: auto;
    padding: 0 30px 30px 30px;
    order: 0; }

  .block-key-contacts .contacts-wrap {
    order: 1; }

  .block-key-contacts .contacts-wrap .cw-inner {
    max-width: 600px; }

  .block-key-contacts .flex-control-nav {
    width: 100%; }

  .block-key-contacts .copy-wrap h2 {
    margin-top: 30px;
    border: none;
    padding: 0 0 30px 0; }

  .block-key-contacts .contacts-wrap .slick-initialized .slick-dots {
    display: flex; }

  .block-get-in-touch .profiles .contact-items {
    width: 100%;
    margin: 0 auto; }

  .block-get-in-touch .profiles .contact-item {
    width: 100%;
    margin: 0 10px; }

  .block-indicators .indicators-wrap {
    width: 100%;
    margin: 0;
    display: block; }

  .block-indicators .indicators-wrap .indicator-item {
    margin: 0 0 30px 0; }

  .block-indicators .indicators-wrap .indicator-item .image {
    max-width: 250px;
    margin: 0 auto 30px auto; }

  .block-indicators .indicators-wrap .indicator-item .copy h3 {
    padding-bottom: 20px; }

  .block-indicators .indicators-wrap .indicator-item .copy h4 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px; }

  #contact .block-5050 .flex {
    flex-direction: column; }

  #contact .location-map {
    width: 100%;
    height: 400px;
    min-height: inherit; }

  #contact .contact-form {
    width: 100%;
    padding: 40px 30px; }

  #contact .contact-form .form-wrap {
    padding: 0; }

  .copy ul li {
    margin-bottom: 10px; }

  .block-7525.text-articles .articles {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 0 60px 0; }

  .block-7525.text-articles .articles .article {
    margin: 0 10px;
    padding: 20px 0;
    width: calc(33.33333333% - 20px); }

  .block-5050.type-quote .media .quote-wrap, .block-6634.type-quote .media .quote-wrap, .block-7525.type-quote .media .quote-wrap {
    padding: 0; }

  .block-get-in-touch {
    padding: 50px 0; }

  .block-get-in-touch .profiles {
    margin-bottom: 40px; }

  .block-get-in-touch .profiles .image {
    margin-bottom: 20px; }

  .block-5050.type-cta-wall .media .image-wall, .block-6634.type-cta-wall .media .image-wall {
    max-width: 369px;
    display: block;
    margin: 0 auto; }

  .block-5050.type-cta-wall .media .image-wall a, .block-6634.type-cta-wall .media .image-wall a {
    margin: 20px 0;
    width: 100%; }

  .our-partners-carousel .slide-wrap {
    height: 150px; }

  .our-partners-carousel .slick-carousel.our-partners {
    margin-top: 0; }

  .newsletter-signup .image img {
    width: 100%; } }
@media only screen and (max-width: 599px) {
  .block-7525.text-articles .articles {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
    padding: 0;
    display: block;
    border-bottom: 2px solid #04335C; }

  .block-7525.text-articles .articles .article {
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
    border-top: 2px solid #04335C;
    border-bottom: none; } }
@media only screen and (max-width: 479px) {
  .button, .wpcf7 input[type="submit"] {
    width: 100%; }

  .block-values .values-wrap .value-item {
    width: 100%;
    margin: 15px;
    flex: none;
    max-width: 250px; }

  .block-5050.type-quote .media .quote-wrap, .block-6634.type-quote .media .quote-wrap, .block-7525.type-quote .media .quote-wrap {
    padding: 0 20px; }

  .block-5050.type-quote .media .quote-wrap p, .block-5050.type-quote .media .quote-wrap p.h2, .block-6634.type-quote .media .quote-wrap p.h2, .block-7525.type-quote .media .quote-wrap p.h2 {
    font-size: 20px;
    line-height: 26px; }

  #partners-landing .partner-wrap .partner-item {
    width: 100%;
    margin: 15px 0; }

  .block-video {
    padding: 30px 0; }

  .block-values .values-wrap .value-item .image {
    margin-bottom: 20px; }

  #team-landing .team-wrap .team-item {
    width: 100%;
    margin: 15px 0; }

  .history-timeline .timeline .timeline-content .content-item {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px; }

  .history-timeline .timeline .timeline-content .content-item .image {
    width: 100%;
    margin-bottom: 20px; }

  .history-timeline .timeline .timeline-content .content-item .copy {
    width: 100%; }

  #publications-landing .publications-wrap, #publications-landing .news-wrap, #news-landing .publications-wrap, #news-landing .news-wrap {
    display: block; }

  #publications-landing .publications-wrap .publication-item, #publications-landing .publications-wrap .news-item, #publications-landing .news-wrap .publication-item, #publications-landing .news-wrap .news-item, #news-landing .publications-wrap .publication-item, #news-landing .publications-wrap .news-item, #news-landing .news-wrap .publication-item, #news-landing .news-wrap .news-item {
    width: 100%;
    margin-bottom: 30px; }

  #publications-landing .publications-wrap .publication-item h2 {
    padding-bottom: 20px; }

  .our-partners-carousel .slide-wrap img {
    max-width: 250px;
    margin: 0 auto; }

  .block-key-contacts .contacts-wrap .cw-inner {
    max-width: 300px; } }
@media only screen and (min-width: 1020px) and (max-height: 768px) {
  #menu-overlay .inner #menu-main-menu {
    padding-top: 70px;
    overflow: auto; }

  #menu-overlay .inner #menu-main-menu li .sub-menu {
    top: 70px;
    padding: 20px 10px 20px 0; }

  #menu-overlay .inner #menu-main-menu li, #menu-overlay .inner .start-quote p {
    font-size: 30px;
    line-height: 36px; }

  #menu-overlay .inner #menu-main-menu li a {
    padding: 10px 0; }

  #menu-overlay .inner #menu-main-menu li.menu-item-has-children a, #menu-overlay .inner #menu-main-menu li.menu-item-has-children a:hover, #menu-overlay .inner #menu-main-menu li.menu-item-has-children a.active {
    background-size: 24px auto; }

  #menu-overlay .inner #menu-main-menu li .sub-menu li {
    font-size: 18px;
    line-height: 24px; }

  #menu-overlay .bg-gradient:before {
    width: 100vw;
    height: 300vh;
    top: -100%; } }
