/*
Theme Name:   	EEC
Author:       	Ian Atkins
Author URI:     https://www.addedlovely.com
Template:     	addedlovely
Version:      	1.0.0
Text Domain:  	addedlovely
*/

/* ==========================================================================
	Typography
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i|Rubik:400,700');

/* html,body { overflow-x: hidden; } */
body {
  background: #f7f8f7;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 1.4375;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-32 {
  font-size: 32px;
}
.f-56 {
  font-size: 56px;
}
.f-main {
  font-family: 'Karla', sans-serif;
}
.f-alt {
  font-family: 'Rubik', sans-serif;
}

.white {
  color: #fff;
}

.body {
  font-family: 'Karla', sans-serif;
}
.heading {
  font-family: 'Rubik', sans-serif;
}
.bold {
  font-weight: 600;
}
.ucase {
  text-transform: uppercase;
}
.underline {
  display: inline-block;
}
.underline:after {
  content: '';
  height: 1px;
  background: #000;
  margin: 30px 34px 30px 0;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.wysiwyg h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 30px auto 30px auto;
}
.wysiwyg ul ul,
.wysiwyg ol ol {
  margin-top: 20px;
}
.wysiwyg li {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-position: outside;
  padding-left: 16px;
}
.wysiwyg p a,
.wysiwyg li a {
  position: relative;
}
.wysiwyg p a span,
.wysiwyg li a span {
  border-bottom: 1px solid #b9b9b9;
}
.wysiwyg sup {
  color: #f8e71c;
  font-size: 11px;
}
.wysiwyg.has-standfirst p:first-of-type {
  font-size: 20px;
  margin-bottom: 20px;
}
.wysiwyg ol ol {
  list-style-type: upper-alpha;
}
.wysiwyg ol ol ol {
  list-style-type: upper-roman;
}
.wysiwyg .button.black {
  color: #fff !important;
}
.wysiwyg .button.yellow {
  color: #000 !important;
}
.wysiwyg .button.black span,
.wysiwyg .button.yellow span {
  border: 0;
}
.no-touchevents .wysiwyg p a:hover span,
.no-touchevents .wysiwyg li a:hover span,
.wysiwyg li a:focus span,
.wysiwyg p a:focus span {
  border-color: #171717;
}

.page-title:after {
  background: #f8e71c;
  margin: 30px 20px 40px 0;
  max-width: 80px;
}

.green {
  background: #f8e71c;
}
.blue {
  background: #0072bc;
}
.bg-grey {
  background: #f8f8f8;
}

hr {
  margin: 40px 0;
  height: 1px;
  background: #e9e9e9;
  border: 0;
  outline: none;
}

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

.button {
  height: 34px;
  padding: 0 20px;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
  overflow: hidden;
}
.button.yellow {
  background: #f8e900;
  color: #000;
}

.button.medium {
  height: 32px;
  line-height: 32px;
  padding: 0 40px;
  font-size: 12px;
}
.button.black {
  background: #000;
  color: #fff;
}

/* Button : Top */
.button-top {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #050505;
  color: #fff;
  font-size: 10px;
  font-family: 'Rubik', sans-serif;
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.button-top svg {
  width: 12px;
  height: 16px;
  margin: 16px auto 5px auto;
  display: block;
}
.button-top.active {
  opacity: 1;
  visibility: visible;
}
.no-touchevents .button-top:hover,
.no-touchevents .button-top:active {
  background: #f8e71c;
  opacity: 1;
}

/* Button : Down */
.button-down {
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 21px;
  color: #fff;
}
.button-down svg {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
	Structure
   ========================================================================== */
body {
  padding-top: 121px;
}
.grid {
  grid-gap: 24px;
}
.container {
  padding: 0 24px;
  width: 100%;
  margin: auto;
  max-width: 1280px;
  position: relative;
}
.container.narrow {
  max-width: 1024px;
}
.container.narrower {
  max-width: 860px;
}
.container.narrow.padding {
  max-width: 1072px;
}

.mb {
  margin-bottom: 40px;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.layout {
  padding-top: 50px;
  padding-bottom: 50px;
}
.grid-sizer {
  width: 50%;
}
a {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.no-touchevents a:hover,
.no-touchevents a:focus {
  opacity: 0.5;
}

/* Icons */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: top;
}
.icon-search {
  fill: transparent;
}

/* Card */
.card {
  position: relative;
}
.card img {
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.card .image {
  overflow: hidden;
  height: 0;
}
.no-touchevents .card:hover img,
.card:focus-within img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.no-touchevents .card:hover .underline:after,
.card:focus-within .underline:after {
  width: 100%;
}
.no-touchevents .card:hover .button.black,
.card:focus-within .button.black,
.card:active .button.black {
  background: #f8e71c;
  color: #000;
}

/* Carousel */
.slick-arrow {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  margin: auto;
  top: -54px;
}
.slick-arrow svg {
  width: 32px;
  height: 20px;
  margin: auto;
  vertical-align: middle;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.slick-prev {
  right: 74px;
}
.slick-next {
  right: 24px;
}

/* Tabs */
.tabs {
  height: 80px;
  background: #292929;
  color: #fff;
}
.tabs a {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 24px;
  margin-top: 16px;
}
.tabs .active {
  color: #292929;
  background: #fff;
}
.no-touchevents .tabs a:hover,
.tabs a:focus,
.tabs a:active {
  font-weight: bold;
}
.no-touchevents .tabs .active:hover,
.tabs .active:focus,
.tabs .active:active {
  font-weight: normal;
}

/* Tabs : Page */
.tabs.page {
  background: #f8f8f8;
  color: #171717;
}

/* Lazyloading BG's */
.bg {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.bg.is-lazy-loaded,
.bg[data-was-processed] {
  opacity: 1;
}

/* Background Colour variants */
.bg-yellow {
  background: #f8e71c;
}
.bg-white {
  background: #fff;
}
.bg-white .page-standfirst {
  background: #f7f8f7;
}
.bg-white .footer {
  background: #f8f8f8;
}

/* ==========================================================================
	Header
   ========================================================================== */
.header {
  height: 121px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  z-index: 3; /*  overflow: hidden; */
}
.header .container {
  padding: 36px 40px;
  max-width: 1280px;
  margin: auto;
  position: relative;
  height: 100%;
}
.page-resources .header .container {
  max-width: 1464px;
}

/* Logo */
.logo {
  /* width: 326px; */
  width: 310px;
  height: 46px;
  display: inline-block;
  padding-right: 14px;
  border-right: 1px solid #fff;
  color: #fff;
}
.logo a:focus {
  opacity: 0.5;
}

/* Search / Menu Buttons */
.button-show-menu,
.button-show-search {
  line-height: 46px;
  height: 46px;
  position: absolute;
  top: 36px;
  margin: auto;
  -webkit-transition: none;
  transition: none;
  border-left: 1px solid #fff;
  color: #fff;
}
.button-show-menu {
  right: 39px;
  padding-left: 35px;
}
.button-show-menu svg {
  width: 32px;
  height: 22px;
  margin: auto 7px auto 7px;
  vertical-align: middle;
}
.button-show-menu .icon-close {
  display: none;
}
.button-show-search {
  right: 121px;
  padding: 0 34px;
}
.button-show-search svg {
  width: 24px;
  height: 24px;
  margin: auto 11px;
  vertical-align: middle;
}
.no-touchevents .button-show-menu:hover svg,
.no-touchevents .button-show-search:hover svg,
.no-touchevents .button-show-menu:focus svg,
.no-touchevents .button-show-search:focus svg {
  opacity: 0.5;
}
.show-menu .button-show-search {
  display: none;
}
/* Header : CTA */
.header-search-cta {
  grid-gap: 20px;
}
.header-cta {
  line-height: 46px;
  display: block;
  color: #000;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  background: #f8e71c;
  font-weight: bold;
  display: none;
}
.no-cssgrid .header-search-cta {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

/* Menu */
.menu-container {
  position: absolute;
  left: 357px;
  top: 36px;
  right: 236px;
  padding: 0 40px;
}
.show-menu .menu-container {
  right: 90px;
}
.menu.primary {
  display: flex;
  justify-content: space-around;
}
.menu.primary li {
  list-style-type: none;
}
.menu-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
.menu-item > a {
  line-height: 60px;
  font-family: 'Rubik', sans-serif;
}
.menu-item .active {
  color: #f8e71c;
}
.menu-item:last-of-type {
  margin-right: 0;
}
.menu-item.mobile {
  display: none;
}
.menu-arrow {
  display: none;
}
.no-touchevents .menu-item:hover > a,
.menu-item:focus > a,
.menu-item:active > a {
  color: #f8e71c;
  opacity: 1;
}

/* Submenu */
.has-submenu > a:after {
  content: '';
  height: 2px;
  width: 37px;
  background: #f8e71c;
  display: block;
  visibility: hidden;
}
.submenu {
  line-height: 1.28;
  padding-top: 12px;
  display: none;
}

/* Menu : Secondary */
.menu.secondary {
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 40px;
  display: none;
}
.menu.secondary a {
  padding: 0 20px;
  display: inline-block;
}
.menu.secondary a:first-of-type {
  padding-left: 0;
}

/* Menu : Expanded */
.show-menu .header {
  height: 290px;
  z-index: 10000;
}
.show-menu .header-search-cta {
  display: grid;
}
.show-menu .menu.secondary {
  display: block;
}
.show-menu .submenu {
  display: block;
}
.show-menu .has-submenu > a:after {
  visibility: visible;
}
.show-menu .header-search {
  display: block;
  min-width: 420px;
}
.show-menu .header-cta {
  display: block;
}
.show-menu .search-close {
  display: none;
}
.show-menu.page-home .header {
  background: #000;
}
.show-menu .button-show-menu .icon-menu {
  display: none;
}
.show-menu .button-show-menu .icon-close {
  display: block;
}
.show-menu.show-search .search-close {
  display: block;
}

/* Search */
.header-search {
  display: none;
}
.header-search,
.header-search input[type='search'],
.header-search button {
  height: 46px;
}
.header-search input[type='search'] {
  background: #000;
  color: #4a4a4a;
  border-bottom: 1px solid #979797;
  transition: all 0.25s ease-in-out;
}

.show-search .header-search input[type='search'] {
  background: #e8e8e8;
  color: #4a4a4a;
  border-bottom: 0;
}

.show-search .header-search .search-submit svg {
  color: #7b7c7b;
}

.show-menu .header-search,
.header-search input[type='search']:focus {
  background-color: #e8e8e8;
}
.header-search svg {
  vertical-align: middle;
  color: #fff;
}
.header-search .search-input {
  padding-left: 30px;
  text-indent: 0;
  vertical-align: top;
}
.header-search .search-submit {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  width: 24px;
}
.header-search .search-submit svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.header.search-is-focused .search-submit {
  border-bottom-color: #7c7c7c;
}

.header.search-is-focused .search-submit svg {
  color: #7c7c7c;
}

.header.header.search-is-focused .button-show-menu {
  border-color: transparent;
}

.search-close {
  position: absolute;
  top: 0;
  right: -74px;
  width: 32px;
  z-index: 1;
}
.search-close svg {
  width: 26px;
  height: 26px;
  color: #fff;
}
.touchevents .search-close:hover {
  opacity: 1;
}

/* Search : Ajax Results */
.header-search-results {
  position: absolute;
  left: 0;
  right: 0;
}
.searchwp-live-search-results {
  background: #fff;
  color: #4a4a4a;
  padding: 12px 30px;
  line-height: 26px;
  visibility: hidden;
  opacity: 0;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
}
.searchwp-live-search-results p {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.searchwp-live-search-results-showing {
  visibility: visible;
  opacity: 1;
}
.headroom--unpinned .searchwp-live-search-results {
  opacity: 0;
  visibility: hidden;
}
.searchwp-live-search-results .spinner {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  background-image: url('images/loading-search.svg');
  background-size: 100% auto;
}
.searchwp-live-search-results .spinner div {
  display: none !important;
}
.searchwp-live-search-no-results:before {
  content: 'Sorry no results found.';
}

/* Search : Show Search */
.show-search .header-search {
  display: block;
  left: 40px;
  right: -116px;
  top: 0;
  z-index: 1;
  position: absolute;
}
.show-search .button-show-menu {
  visibility: hidden;
}

/* Headroom */
.headroom {
  will-change: transform;
  -webkit-transition: transform 200ms linear;
  -ms-transition: transform 200ms linear;
  transition: transform 200ms linear;
}
.headroom--pinned.headroom--not-top,
.page-home .headroom--pinned.headroom--not-top {
  background: #000;
}
.headroom--unpinned,
.headroom--not-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* Has Hero */
.has-hero {
  padding-top: 0;
}
.has-hero .header {
  background: transparent;
}
.has-hero .page-header {
  padding-top: 121px;
  height: 360px;
}
.has-hero .headroom--pinned.headroom--not-top {
  background: #000;
}
.has-hero.show-menu .header {
  background: #000;
}

.header-bottom {
  position: absolute;
  right: 40px;
  left: 40px;
  bottom: 23px;
  display: none;
  justify-content: space-between;
}

.header-bottom .header-bottom__links a {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-left: 17px;
  transition: color 0.25s ease-in-out;
}

.header-bottom .header-bottom__links a:hover {
  color: #f8e71c;
  opacity: 1 !important;
}

.header-bottom a svg,
.header-bottom a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.header-bottom a svg rect {
  fill: transparent;
}

.header-bottom a .icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  padding: 2px;
}

.header-bottom a .icon.icon-linkedin {
  font-size: 10px;
  line-height: 8px;
  text-align: center;
}

.header-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.header-bottom ul li {
  margin: 0 8px;
}

.show-menu .header-bottom {
  display: flex;
}

.header-bottom__user {
  display: flex;
  align-items: center;
}

.header-bottom__usericon {
  margin-right: 5px;
}

.header-bottom__usericon .icon {
  width: 26px;
  height: 26px;
}

.header-bottom__userlinks {
  font-size: 14px;
}

.header-bottom__userlinks a {
  transition: color 0.25s ease-in-out;
}

.header-bottom__userlinks a:hover {
  color: #f8e71c;
}

/* ==========================================================================
	Page
   ========================================================================== */
/* Standfirst */
.page-standfirst {
  background: #fff;
  text-align: center;
  padding: 48px;
  line-height: 1.4;
  margin: -47px auto 24px auto;
  color: #4a4a4a;
  position: relative;
}
.page-resources .page-standfirst {
  max-width: 1392px !important;
}
.page-partners .page-standfirst {
  max-width: 1392px !important;
}
.page-standfirst p {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.page-resources .page-standfirst p {
  font-size: 22px;
}
@media only screen and (max-width: 700px) {
  .page-resources .page-standfirst p {
    font-size: 16px;
  }
}
.page-partners .page-standfirst p {
  font-size: 22px;
}
@media only screen and (max-width: 700px) {
  .page-partners .page-standfirst p {
    font-size: 16px;
  }
}
.page-standfirst p:last-of-type {
  margin-bottom: 0;
}
.page-standfirst .button {
  margin-top: 15px;
}

@media only screen and (max-width: 1440px) {
  .page-resources .page-standfirst,
  .page-partners .page-standfirst,
  .page-insights .page-standfirst {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
}

/* Standfirst : Search */
.layout-searchform.standfirst {
  margin-top: -36px;
}
.layout-searchform.standfirst input[type='search'] {
  background: transparent;
  padding-left: 0;
  text-indent: 0;
  font-weight: normal;
  color: #4a4a4a;
  line-height: 60px;
  height: 60px;
}
.layout-searchform.standfirst .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  text-align: right;
}
.layout-searchform.standfirst .search-submit svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* Page Header */
.page-header {
  background: #000;
  color: #fff;
  height: 239px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
}
.page-header h1 {
  line-height: 170px;
  position: relative;
  z-index: 1;
}
.page-header .bg,
.page-header .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: 0;
}
.page-header .bg:after {
  content: '';
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

/* Page Header : Tabs */
.page-tabs {
  font-size: 0;
  position: absolute;
  top: -49px;
  left: 0;
  font-weight: normal;
}
.page-tabs a {
  background: #ffffff;
  display: inline-block;
  padding: 0 30px;
  line-height: 49px;
}
.page-tabs a.active {
  background: #f8f8f8;
}
.no-touchevents .page-tabs a:hover,
.page-tabs a:focus {
  opacity: 1;
  background: #f8f8f8;
}

/* Page content */
.page-content {
  margin: 52px auto;
}

/* ==========================================================================
	Filters
   ========================================================================== */
.filter-container {
  padding-left: 0;
  padding-right: 0;
}
.page-resources .filter-inner {
  max-width: 1440px;
}
.page-partners .filter-inner {
  max-width: 1440px;
}

.page-partners .filter-container,
.page-insights .filter-container {
  padding: 0 24px;
}

@media only screen and (max-width: 1024px) {
  .page-partners .filter-container,
  .page-insights .filter-container {
    padding: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .page-insights .filter-container {
    padding: 0;
  }
}

@media only screen and (max-width: 1440px) {
  /* .page-insights .filter-container { padding: 0; } */
}
.page-resources .filter-container {
  max-width: 1392px !important;
}
/* .page-partners .filter-container { max-width: 1392px !important; } */
.filters {
  margin-bottom: 48px;
  line-height: 48px;
}
.filters li {
  list-style-type: none;
  border-left: 1px solid #000000;
  padding: 0 24px;
}
.filters li:last-of-type {
  border-color: #000;
  border-right: 1px solid;
}
.filter-label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-label:after {
  content: '';
  width: 21px;
  height: 9px;
  background-image: url('images/icon-down.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.filter-label.active:before {
  background-color: #f8e71c;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: calc(100% + 24px);
}
.filter-label.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-label.is-filtered:before {
  background-color: #f8e71c;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: calc(100% + 24px);
}
.filter-count {
  text-align: center;
  text-transform: none;
}
.filter-selected {
  color: #4a4a4a;
  text-transform: none;
  position: absolute;
  right: 52px;
  top: 0;
  bottom: 0;
  line-height: 48px;
  pointer-events: none;
}
.no-cssgrid .filters {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

/* Filters : No sorting / Full width */
.filters.no-sorting {
  display: block;
}
.filters.no-sorting li:last-of-type {
  border-color: #e7e8e7;
}
.filters.no-sorting .filter-label:after {
  right: 24px;
}
.no-cssgrid .filters.no-sorting {
  -webkit-columns: auto;
  -moz-columns: auto;
  columns: auto;
}

/* Filter Options */
.filter-options {
  line-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 36px;
  display: none;
}
.filter-options li {
  list-style-type: none;
  display: inline-block;
}
.filter-options a {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 0 14px;
  display: inline-block;
  margin-right: 8px;
}
.filter-options a.selected {
  background: #f8e71c;
  border-color: #f8e71c;
}
.filter-options a.selected:hover {
  opacity: 1;
}
.filter-options.active {
  display: block;
}

/* Filter Option : Values */
.filter-option-values {
  display: none;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  color: #4a4a4a;
  border-top: 1px solid #e8e8e8;
  padding-top: 12px;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
}
.filter-option-values li {
  list-style-type: none;
  list-style-type: none;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
}
.filter-option-values label {
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 50px;
  position: relative;
  font-weight: normal;
}
.filter-option-values label:before {
  left: 0;
  position: absolute;
  top: 0;
}
.filter-option-values.visible {
  display: block;
}

/* Filter : Crisis Status */
.filter-crisis-status {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
}
.filter-crisis-status li {
  padding: 20px 0;
}
.filter-crisis-status p {
  margin-bottom: 0;
}
.filter-crisis-status li:last-of-type {
  border-left: 1px solid #d8d8d8;
  padding-left: 20px;
}
.filter-crisis-status label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #000;
  padding-left: 0;
  display: block;
}
.filter-crisis-status label:before {
  right: 0;
  left: auto;
  margin-right: 0;
}

/* Filter, selected options */
.filter-breadcrumb {
  color: #7c7c7c;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  margin-bottom: 36px;
  margin-top: -37px;
}
.filter-breadcrumb label {
  margin-right: 6px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 8px 14px 6px;
}
.filter-breadcrumb label:before {
  content: '#';
}

/* Apply Filters */
.button-apply-filters {
  position: absolute;
  right: 0;
  top: 12px;
  height: 42px;
  line-height: 42px;
  visibility: hidden;
  opacity: 0;
  color: #7c7c7c;
}
.is-filtered .button-apply-filters {
  visibility: visible;
  opacity: 1;
}
.is-filtered .button-apply-filters:hover {
  color: black;
}

/* Clear Filters */
.button-clear-filters {
  height: 40px;
  line-height: 40px;
  margin-left: 12px;
  visibility: hidden;
  opacity: 0;
}
.button-clear-filters svg {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 13px 13px 13px 0;
}
.is-filtered .button-clear-filters {
  visibility: visible;
  opacity: 1;
}
.button-clear-filters--breadcrumb {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  float: right;
  visibility: visible;
  opacity: 1;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  padding-top: 4px;
}
.button-clear-filters--breadcrumb .icon-close {
  margin-top: 12px;
}

/* Close Filters : Mobile */
.button-filters-close {
  display: none;
}

/* ==========================================================================
	Pagination
   ========================================================================== */
.pagination {
  margin-bottom: 80px;
  line-height: 32px;
  color: #494a49;
  text-align: center;
  font-weight: bold;
}
.pagination a {
  min-width: 32px;
  height: 32px;
  display: inline-block;
  margin-bottom: 8px;
}
.pagination .current,
.pagination .next,
.pagination .prev {
  background: #000;
  color: #fff;
}
.pagination .current {
  cursor: default;
}
.pagination .dots {
  background: transparent;
  color: #494a49;
}
.pagination .current:hover {
  opacity: 1;
}
.pagination .next,
.pagination .prev {
  padding: 0 12px;
}

/* ==========================================================================
	Page : Home
   ========================================================================== */
.page-home {
  padding-top: 0;
}

/* Page : Home : Layout Title */
.page-home .layout-title:after {
  height: 2px;
  width: 127px;
  background: #f8e71c;
}

/* Layout Title : All Link */
.layout-title.has-all {
  display: block;
}
.layout-title.has-all:after {
  margin-top: 13px;
  margin-bottom: 7px;
}
.layout-all {
  margin-bottom: 90px;
  width: 160px;
  display: block;
}

/* Page : Home : Layout Text */
.page-home .layout-text {
  max-width: 878px;
  padding: 56px 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page-home .layout-text .button.cta {
  float: none;
  margin-top: 24px;
}
.page-home .layout-text .underline:after {
  width: 48px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}
.page-home .layout-text .layout-title {
  font-size: 32px;
}
.page-home .layout-text:first-of-type {
  font-size: 20px;
}

/* Transparent Header */
.page-home .header {
  background: transparent;
}

/* Carousel */
.carousel-container,
.slideshow-container {
  position: relative;
  margin-right: 20.5078125%;
}
.carousel-container .slick-list,
.slideshow-container .slick-list {
  overflow: visible;
}
.carousel-container .card,
.slideshow-container .image-container {
  margin-right: 24px;
}

/* ==========================================================================
	Page : Partners
   ========================================================================== */
.layout-partners {
  margin-bottom: 76px;
}
.page-partners .layout-partners {
  max-width: 1440px;
}
.card.partner {
  text-align: center;
  background: #fff;
}
.card.partner .inner {
  padding: 0 12px 40% 12px;
}
.card.partner h3 {
  margin-bottom: 36px;
}
.card.partner h4 {
  line-height: 70px;
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.card.partner .underline:after {
  background: #00a89d;
  height: 2px;
  width: 186px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.card.partner .partner-logo {
  position: absolute;
  bottom: 36px;
  left: 12px;
  right: 12px;
  padding-top: 32.786885245901639%;
  border: 1px solid #f8f8f8;
}
.partner-logo {
  background-size: auto 100px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.no-cssgrid .layout-partners .grid {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.no-cssgrid .layout-partners .card {
  break-inside: avoid;
  vertical-align: top;
  margin-bottom: 24px;
}

/* Mini card, used on resources */
.card.partner.mini {
  background: transparent;
  padding: 0;
  text-align: left;
  border-top: 2px solid #7c7c7c;
  padding-top: 22px;
  line-height: 1.21;
}
.card.partner.mini .partner-logo {
  position: static;
  width: 100%;
  background-color: #fff;
  background-size: auto 50px;
}

/* Single Partner */
.single-partner .partner-logo {
  width: 368px;
  height: 120px;
  background-color: #fff;
  background-size: contain;
}
.single-partner .partner-title {
  margin-top: 15px;
  display: block;
}
.single-partner .partner-title:after {
  width: 187px;
  background: #000;
}
.single-partner .partner-type {
  margin-bottom: 22px;
}

/* Related Resources */
.layout-related-resources {
  background: #fff;
  overflow: hidden;
}
/* .layout-related-resources .container.narrow { padding-left: 0; } */
.layout-related-resources .layout-title:after {
  width: 127px;
  height: 2px;
  background: #f8e71c;
  margin-top: 13px;
  margin-bottom: 12px;
}
.layout-all-link {
  margin-bottom: 66px;
}

/* ==========================================================================
	Page : Training
   ========================================================================== */
.layout-training {
  background: #fff;
  padding-top: 52px;
  padding-bottom: 52px;
}
.training-container {
  position: relative;
  padding-top: 66.41304347826087%;
  overflow: hidden;
}
.training-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
	Page: Resources
   ========================================================================== */
.card.resource {
  padding: 28px 16px 52px 16px;
  background: #f7f8f7;
}
.card.resource .underline:after {
  height: 2px;
  left: 0;
  width: 80px;
  margin: 16px 0 16px 0;
}
.card.resource h4 {
  margin-bottom: 30px;
}
.card.resource p {
  margin-bottom: 20px;
  color: #4a4a4a;
}
.card.resource .button {
  padding: 0 20px;
  position: absolute;
  left: 16px;
  bottom: 20px;
}
.card.resource .button:hover {
  opacity: 1;
}

/* New Resource */
.card.is-new:after {
  content: 'New';
  text-transform: uppercase;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f8e800;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}
.card.is-new h3 {
  padding-right: 40px;
}

/* Single resource */
.resource-content {
  margin-bottom: 82px;
}
.resource-title:after {
  max-width: 186px;
  margin-bottom: 20px;
}
.resource-content-type {
  margin-bottom: 20px;
}
.resource-type {
  color: #4a4a4a;
  font-weight: normal;
  margin-bottom: 20px;
}
.resource-type.resource-card-key-star {
  background-image: url(images/star.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 35px;
}

/* Resource : Partners */
.layout-contributors .layout-title {
  margin-bottom: 22px;
}
.no-cssgrid .layout-contributors .grid {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.no-cssgrid .layout-contributors .card {
  break-inside: avoid;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}

.layout-further-reading .layout-title {
  padding-bottom: 22px;
  margin-bottom: 48px;
  border-bottom: 2px solid #7c7c7c;
}
.no-cssgrid .layout-further-reading .grid {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.no-cssgrid .layout-further-reading .card {
  break-inside: avoid;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}

/* Resource : Further Reading */
.card.download {
  background: #fff;
  padding: 12px 12px 54px 12px;
  color: #4a4a4a;
}
.card.download .button {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.card.download .button {
  padding: 0 12px;
}
.card.download .download-links a {
  margin-right: 8px;
}
.card.download .icon {
  height: 48px;
  margin-bottom: 16px;
}
.card.download .icon-download {
  width: 40px;
}
.card.download .icon-website {
  width: 48px;
}
.card.download h3 {
  margin-bottom: 26px;
}

/* ==========================================================================
	Page: Insights
   ========================================================================== */
.layout-insights {
  grid-column: span 2;
}
.no-cssgrid .insights-container:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.no-cssgrid .insights-container .layout-insights {
  width: 74.512987012987013%;
  float: left;
}
.no-cssgrid .insights-container .layout-initiatives {
  width: 23.538961038961039%;
  float: right;
}
.no-cssgrid .layout-insights-mini {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

/* Insight Card */
.card.insight {
  margin-bottom: 32px;
  border-top: 1px solid #7c7c7c;
}
.card.insight p {
  color: #4a4a4a;
}
.card.insight h4 {
  margin-bottom: 26px;
}
.card.insight h4.insight-category {
  margin-bottom: 16px;
  margin-top: 20px;
}
.card.insight.has-thumbnail {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 26px;
}
.insight-thumbnail {
  grid-column: span 4;
  margin-top: 16px;
}
/* .insight-thumbnail .image img { visibility: hidden; } */
.insight-overview {
  grid-column: span 5;
}
.insight-title {
  line-height: 1.166;
  margin-top: 12px;
  margin-bottom: 16px;
}
.no-cssgrid .card.insight.has-thumbnail:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.no-cssgrid .insight-thumbnail {
  width: 45.751633986928105%;
  float: left;
  padding-right: 26px;
}

.page-partners .container {
  max-width: 1440px;
}
.page-insights .insights-container {
  padding-top: 70px;
  margin-bottom: 100px;
}

.page-insights .insights-container h2 {
  margin-bottom: 30px;
}

.page-insights .insights-container h2:after {
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  background-color: #f8e71c;
  margin-top: 2px;
}

.page-insights .page-standfirst,
.page-insights .filter-container {
  max-width: 1392px !important;
}

.page-insights .container {
  max-width: 1440px;
}

.page-insights h2 {
  max-width: 1440px;
}

.page-insights .filters {
  width: 35%;
  margin-bottom: 0;
}

.page-insights .filter-breadcrumb {
  margin-top: 11px;
}

.page-insights .filters.no-sorting li:last-of-type {
  border-color: #000;
}

.page-insights .filter-label.active:before,
.page-insights .filter-label.is-filtered:before {
  width: 100%;
}

.page-insights .card.insight {
  border: none;
  margin-bottom: 42px;
}

.page-insights .card.insight:last-child {
  margin-bottom: 0;
}

.page-insights .insight-thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-insights .insight-thumbnail .image img {
  visibility: hidden;
}

.page-insights .insight-overview {
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
}

.page-insights .layout-initiatives {
  position: relative;
  color: #ffffff;
  background-color: #404040;
  padding: 70px 30px 35px;
  margin-top: -70px;
  /* margin-right: -30px; */
  border-top: none;
}

/* .page-insights .layout-initiatives:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
	height: 100%;
    width: 200%;
    background-color: #404040;
} */

.page-insights .layout-initiatives > h2 {
  /* padding: 0 0px 30px; */
}

.page-insights .layout-initiatives .initiative-thumbnail {
  width: 100%;
  float: none;
}

.page-insights .layout-initiatives .initiative h3 {
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .page-insights .insights-container {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .page-insights .container {
    max-width: 1440px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .page-insights .filters.no-sorting li:last-of-type {
    border-color: #e7e8e7;
  }

  .page-insights .filters {
    width: 100%;
    margin-bottom: 25px;
  }

  .page-insights .card.insight {
    margin-bottom: 18px;
  }

  .page-insights .insight-overview {
    padding-bottom: 0;
  }

  .page-insights .layout-insights {
    order: 2;
  }

  .page-insights .layout-initiatives > h2 {
    padding: 0 0px 20px;
  }

  .page-insights .layout-initiatives {
    color: #ffffff;
    background-color: #404040;
    padding: 30px 28px;
    margin: 0px -26px 30px;
    grid-template-columns: 49% 49%;
  }

  .page-insights .layout-initiatives h2 {
    grid-column: span 2;
  }

  .page-insights .layout-initiatives .initiative h3 {
    margin: 0px 0;
  }

  .page-insights .card.initiative {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 700px) {
  .page-insights .layout-initiatives {
    padding: 30px 18px;
    margin: 0 -16px 30px;
  }

  .page-insights .layout-initiatives h2 {
    grid-column: span 2;
  }

  .page-insights .layout-initiatives .initiative h3 {
    margin: 20px 0;
  }
}

/* Insight Card - Text only */
.layout-insights-home {
  background: #fff;
}
.card.insight.text {
  margin-bottom: 0;
  padding-top: 26px;
  line-height: 1.28;
}
.card.insight.text-image {
  border-top: none;
  padding-top: 0;
}
.card.insight.text h3 {
  margin-bottom: 12px;
}
.card.insight.text p {
  margin-bottom: 20px;
}
.no-touchevents .card.insight.text:hover h3,
.card.insight.text:focus h3 {
  opacity: 0.5;
}
.no-cssgrid .layout-insights-home .grid {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.no-cssgrid .card.insight.text {
  break-inside: avoid;
  vertical-align: top;
}

/* Insight Card - Mini */
.card.insight.mini {
  display: block;
}
.card.insight.mini h3 {
  margin-bottom: 22px;
  min-height: 108px;
}
.card.insight.mini h4 {
  margin-bottom: 16px;
}
.no-cssgrid .card.insight.mini .insight-thumbnail {
  width: 100%;
  float: none;
  padding-right: 0;
}

/* Initiatives */
.layout-initiatives {
  background: #f8f8f8;
  border-top: 1px solid #f8e71c;
}
.layout-initiatives > h2 {
  padding: 11px 8px;
}
.card.initiative {
  margin-bottom: 28px;
  line-height: 1.22;
}
.card.initiative h3 {
  padding: 14px 8px;
}

/* Initiatives : Home */
.card.initiative.home {
  background: #fff;
}
.card.initiative.home h3 {
  margin-bottom: 20px;
  padding-left: 0;
  text-align: center;
}
.initiative-excerpt {
  padding: 25px 12px 32px 12px;
}
.no-touchevents .card.initiative.home:hover h3,
.card.initiative.home:focus h3 {
  opacity: 0.5;
}

/* Links */
.layout-links {
  background: #f8f8f8;
  padding-top: 24px;
  padding-bottom: 24px;
}
.card.link {
  margin-bottom: 24px;
  border-top: 2px solid #00a89d;
  background: #fff;
  padding-top: 16px;
}
.card.link:last-of-type {
  margin-bottom: 0;
}
.link-thumbnail {
  grid-column: span 3;
}
.link-text {
  grid-column: span 5;
  padding: 0 24px 24px 0;
  margin-top: -4px;
}
.link-text p:last-of-type {
  margin-bottom: 0;
}
.link-title {
  margin-bottom: 22px;
}
.no-cssgrid .link-thumbnail {
  float: left;
  width: 38.669950738916256%;
  padding-right: 24px;
  padding-bottom: 24px;
}

/* Insights : Tabs */
.post-tabs {
  font-size: 0;
  border-bottom: 1px solid #fff;
  margin: 20px auto;
}
.post-tabs a {
  background: #ffffff;
  display: inline-block;
  padding: 0 30px;
  line-height: 49px;
  margin-bottom: -1px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.post-tabs a.active {
  background: #f8f8f8;
}
.no-touchevents .page-tabs a:hover,
.page-tabs a:focus {
  opacity: 1;
  background: #f8f8f8;
}

/* ==========================================================================
	Single
   ========================================================================== */
.single {
  padding: 0 20.3125% 0 0;
  margin-bottom: 72px;
  margin-top: 72px;
}

/* Layout : Breadcrumb */
.layout-breadcrumb { position: relative; }
.layout-breadcrumb > div {  border-bottom: 1px solid #ebebeb; padding-top: 26px;  padding-bottom: 26px; line-height: 40px; height: 92px;}
.breadcrumb .parent { color: #9B9B9B; }
.no-touchevents .breadcrumb .parent:hover, .breadcrumb .parent:focus { color: #171717; }
.breadcrumb .actions button { font-size: 12px; inline-block; margin-left: 20px; text-transform: uppercase; -webkit-transition: opacity 0.3s cubic-bezier(.77,0,.175,1); transition: opacity 0.3s cubic-bezier(.77,0,.175,1); vertical-align: top; }
.breadcrumb .actions svg { margin: 10px 8px 10px 0; vertical-align: top; }
.breadcrumb .button-bookmark svg { width: 9px; height: 20px; fill:transparent; }
.breadcrumb .button-share svg { width: 18px; height: 17px; }
.breadcrumb .button-crisis-type { border: 1px solid #E8E8E8; height: 40px; line-height: 38px; padding: 0 16px; border-radius: 4px; }
.no-touchevents .breadcrumb .actions button:hover { opacity: 0.5; }

/* Breadcrumb */
.breadcrumb {
  line-height: 46px;
  border-bottom: 1px solid #f8e71c;
  margin-bottom: 124px;
  position: relative;
  max-width: 810px;
  display: flex;
  justify-content: space-between;
}
.breadcrumb .back {
  line-height: 50px;
  display: inline-block;
  height: 48px;
}
.breadcrumb .back svg {
  width: 32px;
  height: 20px;
  margin: 14px 10px 14px 0;
  vertical-align: top;
}

.breadcrumb .share svg {
  width: 18px;
  height: 17px;
}
.breadcrumb svg {
  vertical-align: middle;
  margin-right: 10px;
}

.layout-breadcrumb > div { padding: 0; height: 60px; line-height: 60px; }

.show-bookmark-login .layout-bookmark-login { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
/* Layout : Bookmark : Saved */
.layout-bookmark-saved p a { line-height: normal; height: auto; text-decoration: underline; border: 0; color: #FFF; }
.show-bookmark-saved .layout-bookmark-saved { opacity: 1; visibility: visible; }
.breadcrumb .button-bookmark.bookmarked { font-size: 0; }
.breadcrumb .button-bookmark.bookmarked:after { content: 'Saved'; font-size: 12px; color: #171717; }
.breadcrumb .button-bookmark.bookmarked svg { color: #f8e71c; fill:#f8e71c;  }

.breadcrumb .layout-modal {
  top: 100%;
}

/* Layout : Bookmark : Saved */
.layout-bookmark-saved p a { line-height: normal; height: auto; text-decoration: underline; border: 0; color: #FFF; }
.show-bookmark-saved .layout-bookmark-saved { opacity: 1; visibility: visible; }

/* ==========================================================================
	Layout: Articles
   ========================================================================== */
.layout-bookmarks .article { position: relative; margin-bottom: 80px; }
.layout-bookmarks .article p  { max-width: 640px; color: #4A4A4A; }
.layout-bookmarks .article h2 { margin-bottom: 4px; }
.layout-bookmarks .article h4 { margin-bottom: 4px; }
.layout-bookmarks .article h3 { color: #4A4A4A; font-weight: normal; margin-bottom: 10px; }
.layout-bookmarks .article .inner { position: relative; }
.layout-bookmarks .article .button.black { margin-bottom: 10px; }
.layout-bookmarks .article .underline:after { height: 2px; left: 0; width: 80px; margin: 16px 0 16px 0;}
.layout-bookmarks .article-title { max-width: 640px; }

.layout-bookmarks .button-remove-bookmark { position: absolute; top:0; bottom: 0; margin: auto; right: 40px; width: 40px; height: 40px; border-radius: 0; border: 1px solid #171717;  }
.button-remove-bookmark svg { width: 16px; height: 16px; margin: 11px; color: #171717;  }
.button-remove-bookmark.loading, .no-touchevents .button-remove-bookmark.loading:hover { cursor: wait;  background-color: #171717; -webkit-transition: none; transition: none; }
.button-remove-bookmark.loading svg { visibility: hidden; }
.button-remove-bookmark.loading  .tooltip, .no-touchevents .button-remove-bookmark.loading:hover .tooltip { visibility: hidden; }
.button-remove-bookmark.loading:after { content: ''; background-image: url('images/icon-loading.svg');  background-size: 16px auto; background-repeat: no-repeat; background-position: center center; width: 100%; height: 100%; position: absolute; top:0; left: 0; -webkit-animation:spin 1s linear infinite;  -ms-animation:spin 1s linear infinite; -moz-animation:spin 1s linear infinite;  animation:spin 1s linear infinite;  }

@-ms-keyframes spin { 100% { -ms-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.no-touchevents .button-remove-bookmark:hover { background: #171717; }
.no-touchevents .button-remove-bookmark:hover svg {  color: #FFF; }
.no-touchevents .button-remove-bookmark:hover .tooltip { opacity: 1; visibility: visible; }

.tooltip { line-height: 28px; background: #171717; position: absolute; top:-46px; font-weight: bold; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #FFF; text-transform: uppercase; font-size: 10px; visibility: hidden; opacity: 0; padding: 0 10px; }
.tooltip:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 6px 6px 0 6px; border-color: #171717 transparent transparent transparent; position: absolute; left: 0; right: 0; bottom: -6px; margin: auto; }

.no-results.hidden { display: none; }

/* Tags */
.single-tags {
  margin-top: 26px;
  color: #7c7c7c;
}
.single-tags:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.single-tags a {
  float: left;
  color: #7c7c7c;
  margin-right: 6px;
  margin-bottom: 6px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 11px 14px 9px;
  display: inline-block;
}

/* Single : Insight */
.single-insight-title:after {
  width: 187px;
  background: #00a89d;
  margin-top: 18px;
  margin-bottom: 18px;
}
.single-insight-category {
  margin-bottom: 20px;
}

/* ==========================================================================
	Page: Contact
   ========================================================================== */
.page-contact .footer {
  background: #fff;
}

/* ==========================================================================
	Page: Training
   ========================================================================== */
.page-training .layout-page-link {
  background: #f8e71c;
}

/* ==========================================================================
	Page: Search
   ========================================================================== */
.card.search {
  margin-bottom: 60px;
}
.card.search h4 {
  margin-bottom: 20px;
}
.card.search .underline:after {
  height: 2px;
  background: #7b7c7b;
}

.search-title:after {
  width: 104px;
  height: 2px;
  background: #7c7c7c;
  margin-top: 13px;
  margin-bottom: 20px;
}
.search-category {
  color: #4a4a4a;
  font-weight: normal;
  margin-bottom: 10px;
}
.search-tags {
  margin-top: 6px;
  color: #7c7c7c;
}

/* ==========================================================================
	Forms
   ========================================================================== */
button {
  border: 0;
  padding: 0;
}
label {
  line-height: 26px;
  font-weight: normal;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
select,
textarea {
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
  border: 0;
  border-bottom: 1px solid #000;
}
textarea {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  text-indent: 100px;
  resize: none;
  -ms-overflow-style: none;
}
textarea:focus {
  padding: 26px 6px 6px 6px;
  height: 250px;
  text-indent: 0;
}
form {
  position: relative;
}

/* Gravity Forms */
.gform_wrapper {
  max-width: none;
}
.gform_wrapper li {
  margin-bottom: 0;
}
.gform_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.gform_fields .validation_message {
  grid-column: 2;
}
.gfield {
  position: relative;
}
.gfield_label {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.gform_footer {
  margin-top: 42px;
  text-align: right;
}
input.gform_button {
  height: 40px;
  line-height: 40px;
  background: #f8e800;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 0 40px;
}
.gform_ajax_spinner {
  margin-top: 0;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin-left: 20px;
}
.no-cssgrid .gform_fields > li {
  margin-bottom: 24px;
}

input:focus {
  border-color: #604e8b;
}
::-webkit-input-placeholder {
  color: #4a4a4a;
}
:-moz-placeholder {
  color: #4a4a4a;
}
::-moz-placeholder {
  color: #4a4a4a;
}
:-ms-input-placeholder {
  color: #4a4a4a;
}

/* Checkbox */
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label {
  cursor: pointer;
}
input[type='checkbox'] + label:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-right: 24px;
  display: inline-block;
  vertical-align: middle;
}
input[type='checkbox']:checked + label:before {
  background: #f8e71c;
  border-color: #f8e71c;
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('images/icon-tick.svg');
}

/* Buttons */
button {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Contact Form */
#field_1_1 input,
#field_1_2 input {
  text-indent: 70px;
}
#field_1_3 {
  grid-column: span 2;
}

/* ==========================================================================
	Layouts
   ========================================================================== */
/* Layout : Page */
.layout-page p:last-of-type {
  margin-bottom: 0;
}
.layout-page .layout-title:after {
  height: 2px;
  background: #0072bc;
  width: 105px;
}

/* Layout : Form */
.layout-form {
  background: #f8f8f8;
}
.layout-form .layout-title:after {
  height: 2px;
  background: #f8e71c;
  width: 105px;
}
.layout-form label {
  font-weight: bold;
}
.layout-form form {
  margin-top: 90px;
}

/* Layout : Text */
.layout-text .button.cta {
  margin: 60px 0 auto auto;
  float: right;
}

/* Layout : Page Link */
.layout-page-link {
  padding: 60px 0 88px 0;
  position: relative;
  z-index: 2;
  background: #0072bc;
  color: #fff;
}
.layout-page-link h3 {
  line-height: 1.1875;
  margin-bottom: 25px;
}
.layout-page-link p {
  margin-bottom: 8px;
  color: #fff;
  margin-bottom: 28px;
}
.layout-page-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 1px;
  background: #fff;
}

/* Layout : Hero */
.layout-hero {
  /* padding-top: 56.25%; */
  height: 100vh;
  background: #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.layout-hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.layout-hero .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.layout-hero:before {
  content: '';
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.layout-hero .button-down {
  z-index: 2;
}
.hero-caption {
  max-width: 920px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 40px;
}
.hero-caption h1 {
  margin-bottom: 64px;
  line-height: 1.17;
}
.hero-caption p {
  line-height: 1.18;
}
.hero-caption p:last-of-type {
  margin-bottom: 0;
}
.hero-caption .button {
  margin-top: 52px;
}

/* Layout : Resources */
.layout-resources {
  margin-bottom: 72px;
}
.page-resources .layout-resources {
  max-width: 1440px;
}
.no-cssgrid .layout-resources .grid {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.no-cssgrid .layout-resources .card {
  break-inside: avoid;
  vertical-align: top;
  margin-bottom: 24px;
}

/* Layout : Featured Resources */
.layout-featured-resources {
  background: #fff;
  overflow: hidden;
}

/* Layout : Highlights */
.layout-highlights {
  max-width: 100vw;
  overflow: hidden;
}

/* Layout : Featured Partners */
.layout-featured-partners {
  overflow: hidden;
}
.layout-featured-partners .layout-title:after {
  height: 2px;
  width: 127px;
  background: #f8e71c;
}
/* .carousel-container .card.partner .inner { padding: 0 12px 7% 12px; } */
.carousel-container .card.partner h3 {
  margin-bottom: 16px;
}

/* Layout : Banners */
.layout-banners {
  padding: 24px;
  background: #fff;
}

.layout-banners .card.banner img {
  height: 100%;
  object-fit: cover;
}

.card.banner {
  z-index: 0;
  line-height: 1.25;
}
.card.banner .banner-caption {
  position: absolute;
  padding: 24px 28px 90px 24px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 2;
}
.card.banner .underline:after {
  background: #00a89d;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 26px;
}
.card.banner .button {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.card.banner .hotspot {
  z-index: 3;
}
.no-cssgrid .layout-banners .grid {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.no-cssgrid .card.banner {
  break-inside: avoid;
  vertical-align: top;
}

.layout-banners .card .image {
  padding-top: 340px !important;
}

.layout-banners .card.banner .banner-caption {
  padding: 70px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-banners .card.banner .banner-caption p {
  max-width: 550px;
  margin: 10px auto 10px auto;
}

.layout-banners .card.banner .underline:after {
  margin-right: 0;
}

.layout-banners .card.banner .button {
  position: static;
  padding-bottom: 0;
}

/* Layout : Background Image */
.layout-background-image {
  padding-top: 24.53125%;
  position: relative;
}
.layout-background-image .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-attachment: fixed;
}

/* Layout : Featured Initiatives */
.layout-featured-initiatives {
  overflow: hidden;
}

/* Layout : Highlights */
.highlight-caption {
  margin: -122px 106px 0 106px;
  background: #fff;
  padding: 26px;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.highlight-caption .underline:after {
  height: 2px;
  width: 80px;
  background: #0072bc;
  margin: 12px 0 18px 0;
}
.highlight-caption p {
  max-width: 475px;
  margin-bottom: 0;
}
.highlight-caption svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.highlight .image img {
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.no-touchevents .highlight:hover .image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.no-touchevents .highlight:hover svg {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.no-touchevents .highlight:hover h2:after {
  width: 100%;
}

/* .no-thumb .highlight-caption {
  margin-top: 0;
} */

/* Layout : Bookmark */
.layout-modal {
  background: #171717;
  border-radius: 8px;
  padding: 24px 60px 0 60px;
  text-align: center;
  text-transform: none;
  max-width: 386px;
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.layout-modal h3 {
  line-height: normal;
  margin-bottom: 12px;
}
.layout-modal p {
  color: #b7b7b7;
  line-height: 1.4375;
  margin-bottom: 20px;
}
.layout-modal a,
.layout-modal input {
  display: block;
  line-height: 46px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #fff;
}
.layout-modal .secondary {
  border: 0;
  text-decoration: underline;
}
.layout-modal .primary {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.layout-modal .button-close {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.layout-modal .button-close svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.no-touchevents .layout-modal .primary:hover,
.layout-modal .primary.focus {
  background: #fff;
  color: #171717;
}
.no-touchevents .layout-modal a:hover,
.layout-modal a:focus {
  opacity: 0.5;
}
.no-touchevents .layout-modal .button-close:hover,
.layout-modal .button-close:focus {
  opacity: 0.5;
}

/* Layout : Share */
.layout-share {
  padding-bottom: 24px;
}
.layout-share input {
  color: #fff;
}
.layout-share a {
  width: 46px;
  display: inline-block;
  text-align: center;
  border: 0;
}
.layout-share a svg {
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: 20px;
}
.layout-share p {
  display: none;
  margin-bottom: 0;
  margin-top: 10px;
}
.show-share .layout-share {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Layout : Team */
.layout-team h3:after {
  height: 2px;
  background: #f8e71c;
  width: 127px;
  margin-top: 15px;
  margin-bottom: 46px;
}
.card.team {
  border-top: 1px solid #7c7c7c;
  margin-bottom: 24px;
}
.card.team h3 {
  margin-bottom: 26px;
  margin-top: 2px;
}
.team-thumbnail {
  width: 144px;
  margin-right: 20px;
  float: left;
}

/* Layout : Related Insights / Topics */
.layout-related-insights .layout-title:after {
  background: #f8e71c;
  height: 2px;
  width: 127px;
  margin-top: 15px;
  margin-bottom: 46px;
}
.no-cssgrid .layout-related-insights .grid {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.no-cssgrid .layout-related-insights .card {
  break-inside: avoid;
  vertical-align: top;
  display: inline-block;
}

/* Layout : Images */
.layout-images {
  background: #171717;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 35px;
}
.layout-images .grid {
  grid-gap: 26px;
}
.layout-images .span-1 {
  grid-column: span 1;
}
.layout-images .span-2 {
  grid-column: span 2;
}
.layout-images .image {
  margin-bottom: 20px;
}
.layout-images .single {
  margin-top: 0;
  margin-bottom: 0;
}
.layout-images-slideshow {
  padding-top: 100px;
  padding-bottom: 65px;
  width: 100vw;
  overflow: hidden;
}
.layout-images-slideshow .slick-arrow {
  color: #fff;
}
.no-cssgrid .layout-images:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.no-cssgrid .layout-images .grid {
  margin-left: -13px;
  margin-right: -13px;
}
.no-cssgrid .layout-images .image-container {
  margin-bottom: 26px;
  width: 50%;
  padding-left: 13px;
  padding-right: 13px;
}
.no-cssgrid .layout-images .span-2 {
  width: 100%;
}

/* Layout: Reading Time */
.reading-time {
  margin: -78px 0 20px auto;
  height: 56px;
  line-height: 56px;
  color: #7c7c7c;
  text-align: right;
}
.reading-time label {
  height: 56px;
  width: 56px;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #7c7c7c;
  vertical-align: top;
  line-height: 0.9;
  padding: 9px;
}
.reading-time label span {
  font-size: 11px;
  display: block;
}
.has-reading-time h1 {
  margin-right: 200px;
}

/* ==========================================================================
	Layout: Cookie Banner
   ========================================================================== */
.layout-cookie-warning {
  background: #171717;
  color: #fff;
  padding: 16px;
  text-align: center;
  line-height: 32px;
}
.layout-cookie-warning p {
  display: inline-block;
  margin-bottom: 0;
  text-transform: none;
  line-height: 32px;
}
.layout-cookie-warning br {
  display: none;
}
.layout-cookie-warning .button,
.layout-cookie-warning .secondary {
  font-weight: normal;
}
.layout-cookie-warning .button {
  line-height: 32px;
  height: 32px;
  border-radius: 0;
  padding: 0 16px;
  width: auto;
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
  background: #f8e71c;
  text-transform: none;
}
.layout-cookie-warning .secondary {
  background: transparent;
  border: 1px solid #7c7c7c;
  color: #fff;
  margin-left: 30px;
  font-size: 14px;
  text-transform: none;
}

/* ==========================================================================
  Layout: Feedback
   ========================================================================== */
.layout-feedback {
  background-color: #f7f8f7;
  padding-top: 83px;
  border-bottom: 32px solid #000000;
  position: relative;
}
.layout-feedback--white {
  background-color: #ffffff;
}
.layout-feedback .container {
  line-height: 42px;
  color: #fff;
  margin-top: -43px;
  max-width: 1072px;
}
.layout-feedback .inner {
  padding: 0 30px;
  background: #000000;
}
.layout-feedback h4 {
  display: inline-block;
}
.layout-feedback nav {
  float: right;
  text-align: right;
}
.layout-feedback .button {
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  border-radius: 4px;
  background: #4a4a4a;
  border: 1px solid #4a4a4a;
  color: #fff;
  margin-left: 8px;
  text-align: center;
  min-width: 24px;
  padding: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.layout-feedback .button.active {
  background: #fff;
  color: #4a4a4a;
}
.layout-feedback .secondary {
  background: #000;
  font-weight: normal;
  text-transform: none;
  display: inline-flex;
}
.layout-resources + .layout-feedback {
  padding-top: 42px;
}
.layout-page + .layout-feedback {
  padding-top: 42px;
}
.layout-page + .layout-resources {
  padding-top: 0;
}

.no-touchevents .layout-feedback .button:hover {
  background: #fff;
  color: #4a4a4a;
}
.no-touchevents .layout-feedback .secondary:hover {
  background: #4a4a4a;
  color: #fff;
  border-color: #4a4a4a;
}

/* ==========================================================================
	Footer
   ========================================================================== */
.footer {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
}
.footer h4 {
  font-weight: normal;
}
.footer h4:after {
  background: #e8e8e8;
  width: 56px;
  margin-left: auto;
  margin-right: auto;
}

.footer-partners {
  max-width: 794px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-partners a {
  display: inline-block;
  margin: auto;
  padding: 0 12px;
}

.footer-menu {
  font-family: 'Rubik', sans-serif;
  padding: 40px 0;
}
.footer-menu a {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  margin: 0 20px;
}
.footer-menu .active:after {
  content: '';
  height: 1px;
  background: #e8e8e8;
  left: 10px;
  right: 10px;
  position: absolute;
  bottom: -4px;
}

.footer-secondary-menu {
  float: right;
  text-align: right;
}
.footer-secondary-menu a {
  display: inline-block;
}
.no-touchevents .footer-secondary-menu a:hover,
.footer-secondary-menu a:focus {
  color: #fff;
  opacity: 1;
}
.no-touchevents .footer-menu a:hover,
.footer-menu a:focus {
  opacity: 0.5;
}

.footer-social {
  color: #494a49;
  line-height: 12px;
}
.footer-social a {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #494a49;
}
.footer-social a:last-of-type {
  border-right: 0;
}

.footer-spacer {
  padding: 0 8px;
}

.footer-copyright {
  color: #9b9b9b;
  background: #171717;
  line-height: 64px;
  text-align: left;
}
.footer-copyright .container {
  max-width: 1000px;
}

/* RESOURCE SEARCH */
.resource-search-wrap {
  background: #f7f8f7;
  margin: -50px auto 40px;
  max-width: 1392px;
  padding: 0 48px 48px;
}

@media only screen and (max-width: 1440px) {
  .resource-search-wrap {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
}

.page-partners .resource-search-wrap {
  background: white;
}
@media only screen and (max-width: 700px) {
  .resource-search-wrap {
    margin-top: 0;
  }
}

.resource-search-wrap form {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
.resource-search-wrap form .search-field {
  border-bottom-width: 3px;
  padding: 20px 0 25px 40px;
}
.resource-search-wrap form .search-field:focus {
  border-bottom-color: black;
}
.resource-search-wrap form .search-submit {
  background-image: url(images/icon-resource-search.svg);
  background-repeat: no-repeat;
  border: none;
  bottom: 0;
  color: transparent;
  position: absolute;
}

.resource-search-wrap form .clear-search {
  background-image: url(images/search-clear.svg);
  background-repeat: no-repeat;
  display: none;
  height: 18px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 18px;
}
.resource-search-wrap form .clear-search.show {
  display: block;
}

.rs-btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  line-height: 32px;
  padding: 0 20px;
  text-transform: uppercase;
}

/* ==========================================================================
	Media Queries
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  /* Tuck menu underneath */
  .menu-container {
    top: 80px;
    left: 0;
    right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .menu.primary {
    display: none;
    border-top: 1px solid #f8f8f8;
  }
  .menu-item {
    min-width: 80px;
  }
  .show-menu .header {
    height: 331px;
  }
  .show-menu .menu.primary {
    display: flex;
    justify-content: space-between;
  }
  .show-menu .header-search-cta {
    left: 258px;
    right: 120px;
    top: -56px;
    position: absolute;
  }
  .show-menu .button-show-search {
    visibility: hidden;
  }

  /* Header : Search */
  .button-show-search {
    border-left: 0;
  }
  .header-search,
  .header-search input[type='search'],
  .header-search button {
    height: 33px;
    line-height: 33px;
  }
  .header-search .search-submit {
    right: 15px;
    top: -2px;
  }
  .show-search .header-search {
    left: 258px;
    right: 120px;
    top: -56px;
  }
  .show-search.show-menu .header-search {
    left: auto;
    right: auto;
    top: auto;
  }

  /* Logo Reduction */
  body {
    padding-top: 80px;
  }
  .logo {
    border-right: 0;
    padding-right: 0;
    height: 33px;
    width: 222px;
  }
  .header {
    height: 80px;
  }
  .header .container {
    padding: 24px;
  }
  .button-show-menu,
  .button-show-search {
    height: 33px;
    line-height: 33px;
    top: 24px;
  }

  /* Header : CTA */
  .header-cta {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
  }

  /* Header : Menu Secondary */
  .menu.secondary {
    left: 24px;
  }

  .header-bottom {
    left: 24px;
    right: 24px;
  }

  .header-search input[type='search'] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .show-menu .header-search {
    min-width: auto;
  }
}

@media only screen and (max-width: 1300px) {
  .layout-cookie-warning br {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  /* Structure */
  .container.narrow,
  .container.narrower {
    width: 69.791666666666667%;
  }
  .single {
    padding-right: 0;
  }

  /* Type Reduction */
  .f-56 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 24px;
  }

  /* Header */
  .menu.secondary {
    text-align: center;
    right: 0;
  }

  /* Page : Header */
  .has-hero .page-header {
    height: 312px;
  }

  .page-standfirst.container.narrow {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
  .page-standfirst.has-tabs {
    margin-top: 0;
  }
  .page-standfirst .container.narrower {
    width: auto;
  }

  /* Page : Home */
  .page-home .layout-text .layout-title {
    font-size: 24px;
  }
  .page-home .layout-text:first-of-type {
    width: 75.78125%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  /* Filters */
  .filters {
    margin-bottom: 24px;
  }
  .filter-options {
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .filter-options a {
    margin-bottom: 12px;
  }
  .filter-container.container.narrow {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
  .filter-option-values {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding-bottom: 1px;
  }
  .filter-breadcrumb {
    margin-top: 0;
  }
  .is-filtered .filter-options {
    margin-bottom: 78px;
  }
  .button-apply-filters {
    top: auto;
    bottom: -42px;
  }

  /* Layout : Hero */
  .layout-hero {
    height: auto;
    padding-top: 59.505208333333333%;
  }
  .layout-hero .button-down {
    display: none;
  }
  .hero-caption {
    max-width: 79.947916666666667%;
    margin-top: 60px;
  }
  .hero-caption h1 {
    margin-bottom: 38px;
  }

  /* Layout : Background Image */
  .layout-background-image .bg {
    background-attachment: scroll;
  }

  /* Layout : Form */
  .layout-form .container.narrower {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  #field_1_3 {
    margin-top: 44px;
  }

  /* Layout : Highlight */
  .layout-highlights .carousel-container,
  .layout-highlights .slideshow-container {
    margin-right: 0;
  }

  .layout-highlights .image {
    padding-top: 50.36855036855%;
  }

  .highlight-caption {
    margin: 0;
    padding-right: 80px;
  }

  /* Layout : Links */
  .card.link {
    display: block;
    padding: 16px;
  }
  .link-thumbnail {
    margin-bottom: 34px;
  }
  .link-text {
    padding: 0;
  }
  .no-cssgrid .link-thumbnail {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }

  /* Layout : Partners */
  .layout-partners .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .carousel-container .card.partner .inner {
    padding: 0 12px 38% 12px;
  }
  .card.partner .partner-logo {
    bottom: 12px;
  }
  .no-cssgrid .layout-partners .grid {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  /* Layout : Initiatives */
  .layout-initiatives {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
  .layout-initiatives > h2 {
    grid-column: span 3;
  }
  .card.initiative h3 {
    font-size: 14px;
  }

  /* Layout : Resources */
  .layout-resources .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .no-cssgrid .layout-resources .grid {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  /* Layout : Insights */
  .insights-container {
    display: block;
    margin-bottom: 34px;
  }
  .card.insight.has-thumbnail {
    grid-template-columns: repeat(2, 1fr);
  }
  .insight-thumbnail {
    grid-column: span 1;
  }
  .insight-overview {
    grid-column: span 1;
  }

  /* Insights : Tabs */
  .post-tabs {
    font-size: 0;
    border-bottom: 1px solid #fff;
    margin: 20px auto;
  }
  .post-tabs a {
    padding: 0 20px;
    font-size: 14px;
  }

  /* Layout : Page Link */
  .layout-page-link {
    padding-bottom: 68px;
  }
  .layout-page-link:after {
    height: 48px;
  }

  /* Layout : Banners */
  .layout-banners .container {
    max-width: 69.791666666666667%;
  }
  .layout-banners .grid {
    display: block;
  }
  .layout-banners .card:first-of-type {
    margin-bottom: 24px;
  }
  .no-cssgrid .layout-banners .grid {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Footer */
  .footer-menu {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    width: 69.791666666666667%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .footer-menu a {
    padding: 0;
    margin: 0 0 34px 0;
    display: block;
  }
  .footer-menu .active:after {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  /* Layout : Cookie Banner */
  .layout-cookie-warning p {
    line-height: 1.4;
  }
  .layout-cookie-warning .button {
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 840px) {
  /* Knock search / cta onto a new line */
  .show-menu .header-search-cta {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 16px;
  }

  .show-menu .menu-container {
    right: 0;
    top: 23px;
  }

  .show-menu .header-search-cta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 347px;
    margin-left: auto;
    margin-right: 105px;
  }

  .show-menu .header-cta {
    order: 2;
  }
}

@media only screen and (max-width: 769px) {
  /* Layout : Cookie Banner */
  .layout-cookie-warning br {
    display: block;
  }
  .layout-cookie-warning p {
    line-height: 1.4;
  }
  .layout-cookie-warning .button {
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 700px) {
  /* Structure */
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container.narrow,
  .container.narrower {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-content {
    margin: 40px auto;
  }
  .single {
    margin: 0 0 16px 0;
    padding: 0;
  }
  .layout {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Type Reduction */
  body {
    font-size: 14px;
  }
  .f-56 {
    font-size: 24px;
  }
  .f-32 {
    font-size: 20px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 14px;
  }
  .f-12 {
    font-size: 12px;
  }
  .underline:after {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .wysiwyg.has-standfirst p:first-of-type {
    font-size: 16px;
  }
  .wysiwyg h2 {
    font-size: 20px;
  }

  /* Header */
  .logo {
    width: 189px;
    height: 28px;
    border-right: 0;
    padding-right: 0;
  }
  .header {
    height: 80px;
  }
  .button-show-menu {
    height: 28px;
    line-height: 28px;
    right: 0;
    width: 54px;
    padding-left: 0;
    top: 26px;
  }
  .button-show-menu svg {
    width: 20px;
  }
  .button-show-menu:after {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url('images/icon-search.svg');
    position: absolute;
    top: 3px;
    left: -42px;
    display: block;
    color: #fff;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .header .container {
    padding: 26px 16px;
  }

  /* Header : Search */
  .button-show-search {
    display: none;
  }
  .header-search input[type='search'] {
    padding-left: 12px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
  }

  .header-search .search-submit {
    right: 30px;
    height: 48px;
    line-height: 44px;
  }

  .header-search .search-submit svg {
    color: #7c7c7c;
  }
  .show-search .button-show-menu {
    visibility: visible;
  }
  .show-search .header-search {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    visibility: hidden;
  }
  .searchwp-live-search-results {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Header : Menu */
  .button-show-menu svg {
    margin-left: auto;
    margin-right: auto;
  }
  .show-menu .header {
    height: auto;
  }
  .show-menu .menu.primary {
    display: block;
  }
  .show-menu .header-search {
    visibility: visible;
  }
  .show-menu .header-search-cta {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100%;
  }
  .show-menu .submenu {
    display: none;
  }
  .show-menu .button-show-menu:after {
    display: none;
  }
  .menu-container {
    padding-left: 0;
    padding-right: 0;
    position: static;
    margin-top: 20px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .menu.primary {
    border: 0;
    text-align: center;
  }
  .menu-item {
    margin-right: 0;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    position: relative;
  }
  .menu-item > a {
    text-transform: none;
    line-height: 50px;
  }
  .menu-item > .header-cta {
    line-height: 44px;
    text-transform: uppercase;
  }
  .menu-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    display: block;
  }
  .menu-arrow svg {
    width: 24px;
    vertical-align: middle;
  }
  .has-submenu > a:after {
    display: none;
  }
  .has-submenu.open {
    color: #f8e71c;
  }
  .has-submenu.open > .menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* Header : Call to action */
  .header-cta {
    line-height: 44px;
    height: 44px;
    font-size: 12px;
  }
  .header-search-cta .header-cta {
    display: none;
  }
  .no-cssgrid .header-search-cta {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Header : Menu : Submenu */
  .show-menu .open .submenu {
    display: block;
  }
  .submenu {
    background: #e8e8e8;
    padding-top: 0;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    margin-bottom: -1px;
  }
  .submenu-item {
    line-height: 50px;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    font-size: 16px;
  }

  /* Header : Menu : Secondary */
  .menu.secondary {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    position: static;
    text-align: left;
    max-width: 70%;
    line-height: 40px;
    padding-top: 24px;
  }
  .menu.secondary span {
    display: none;
  }
  .menu.secondary a {
    display: block;
    padding: 0;
  }
  .menu-item.mobile {
    display: block;
    border-bottom: 0;
    margin-top: -1px;
  }

  /* Header : Headroom */
  .show-menu .headroom--unpinned,
  .show-menu .headroom--not-top {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  /* Button : Top */
  .button-top {
    width: 24px;
    height: 40px;
    font-size: 0;
    border-radius: 0;
    right: 0;
    bottom: 50%;
    display: block;
  }
  .button-top svg {
    width: 10px;
    height: 14px;
    margin: 13px 7px;
  }

  /* Page : Header */
  .page-standfirst {
    margin-top: 0;
  }
  .page-standfirst.container.narrow {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-bottom: 0;
  }
  .page-standfirst.container.has-tabs {
    padding-top: 0;
  }
  .page-standfirst .container.narrower {
    padding-left: 0;
    padding-right: 0;
  }
  .page-standfirst .button {
    display: block;
    margin: 0 -16px -16px -16px;
    width: auto;
  }
  .page-tabs {
    position: static;
    background: #fff;
    margin-left: -16px;
    margin-right: -16px;
    text-align: left;
    margin-bottom: 16px;
  }
  .page-header h1 {
    line-height: 140px;
    margin-top: -53px;
  }
  .has-hero .page-header {
    height: 208px;
  }

  /* Page : Home */
  .page-home .layout-text:first-of-type {
    width: auto;
    font-size: 14px;
    padding-bottom: 0;
  }
  .page-home .layout-text .layout-title {
    font-size: 20px;
  }
  .page-home .layout-text .button.cta {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
  }

  /* Page : Breadcrumb */
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 68px;
  }
  .breadcrumb .back {
    font-size: 14px;
  }
  .breadcrumb .back svg {
    width: 24px;
  }
  .breadcrumb .share {
    /* height: 48px;
    line-height: 48px; */
    font-size: 12px;
  }

  .breadcrumb .actions button {
    margin-left: 0;
    margin-right: 5px;
    font-size: 0;
  }

  .breadcrumb .button-bookmark.bookmarked:after {
    display: none;
  }

  /* Page : Reading Time */
  .reading-time {
    margin: -36px 0 20px 0;
    text-align: left;
    line-height: 15px;
    font-size: 12px;
    height: auto;
  }
  .reading-time label {
    font-size: 12px;
    height: auto;
    width: auto;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: inline;
    vertical-align: top;
    line-height: 15px;
  }
  .reading-time label span {
    text-transform: none;
    display: inline;
    vertical-align: top;
    line-height: 15px;
  }

  /* Page : Tabs */
  .page-tabs a {
    font-size: 12px;
    padding: 0 16px;
  }

  /* Page : Resource */
  .single-resource .resource-title {
    font-size: 20px;
  }

  /* Page : Insights */
  .layout-insights-mini {
    display: block;
  }
  .card.insight.has-thumbnail {
    display: block;
  }
  .card.insight {
    margin-bottom: 18px;
  }
  .card.insight h4 {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .card.insight.mini {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .card.insight.mini h3 {
    min-height: 0;
    margin-bottom: 9px;
  }
  .card.insight.mini .insight-thumbnail {
    grid-row: 1;
  }
  .insight-title {
    margin-top: 18px;
    margin-bottom: 9px;
  }
  .no-cssgrid .layout-insights-mini {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Insights : Tabs */
  .post-tabs {
    font-size: 0;
    border-bottom: 1px solid #fff;
    margin: 20px -16px;
  }
  .post-tabs a {
    padding: 0 16px;
    font-size: 12px;
  }

  /* Page : Search */
  .layout-searchform.standfirst {
    margin-top: 0;
  }
  .card.search h4 {
    font-size: 12px;
    margin-bottom: 12px;
  }

  /* Layout : Initiaives */
  .layout-initiatives {
    display: block;
  }
  .layout-initiatives .initiative-thumbnail {
    width: 21.574344023323615%;
    float: left;
    margin-right: 16px;
  }
  .card.initiative {
    margin-bottom: 6px;
  }
  .card.initiative h3 {
    padding: 0;
  }

  /* Filters */
  .filter-container.container.narrow {
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    padding: 0;
  }
  .filters {
    display: block;
    margin-bottom: 32px;
    font-size: 12px;
  }
  .filters li {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }
  .filters li,
  .filters li:last-of-type {
    border: 0;
    border-bottom: 1px solid #f8f8f8;
  }
  .filter-label:after {
    width: 40px;
    height: 50px;
    background-size: 16px auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: center center;
  }
  .filter-label.active:after {
    -webkit-transform: none;
    transform: none;
  }
  .filter-selected {
    right: 40px;
  }
  .no-cssgrid .filters {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Filter : Options */
  .filter-options {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
    margin: 0;
    padding: 79px 0 0 0;
    overflow: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
    -webkit-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    display: block;
  }
  .filter-options.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .filter-options li {
    display: block;
    height: auto !important;
  }
  .filter-options a {
    border: 0;
    font-size: 16px;
    display: block;
    line-height: 48px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    position: relative;
    border-radius: 0;
  }
  .filter-options a:after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    right: 30px;
    top: 0;
    background-image: url('images/icon-right.svg');
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .filter-options a.selected:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .is-filtered .filter-options {
    margin-bottom: 0;
    padding-bottom: 94px;
  }

  /* Filter Option Values */
  .filter-option-values {
    -webkit-columns: auto;
    columns: auto;
    background: #e7e8e7;
    position: relative;
    top: auto;
    border: 0;
    padding: 0;
  }
  .filter-option-values li {
    line-height: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
  .filter-option-values label {
    line-height: normal;
    padding: 12px 102px 12px 16px;
    display: block;
    font-size: 14px;
    color: #4a4a4a;
  }
  .filter-option-values label:before {
    left: auto;
    right: 42px;
    bottom: 0;
    margin: auto;
  }
  .filter-option-values input[type='checkbox'] + label:before {
    margin-right: 0;
  }

  /* Filter : Crisis Status */
  .filter-crisis-status li,
  .filter-crisis-status li:last-of-type {
    padding: 14px 102px 20px 14px;
    position: relative;
    border: 0;
  }
  .filter-crisis-status label {
    padding: 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    position: static;
    font-family: 'Karla', sans-serif;
  }
  .filter-crisis-status p {
    font-size: 12px;
  }

  /* Filter : Close */
  .button-filters-close {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #7c7c7c;
    text-transform: uppercase;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    background: #fff;
    z-index: 1;
    width: 100%;
  }
  .button-filters-close svg {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* Filter : Clear */
  .button-clear-filters {
    background: #e8e8e8;
    line-height: 48px;
    margin: 0;
    height: 48px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 48px;
    z-index: 1;
    width: 100%;
  }
  .button-clear-filters svg {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* Filter : Apply */
  .button-apply-filters {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8e71c;
    color: #000;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    z-index: 1;
    width: 100%;
  }
  .button-apply-filters:hover {
    color: #f8e800;
  }

  /* Filters : Breadcrumb */
  .filter-breadcrumb {
    margin-top: 0;
  }

  /* Sorting */
  .filter-options.sorting a:after {
    display: none;
  }

  /* Layout : Title */
  .layout-all {
    margin-bottom: 15px;
  }
  .layout-all-link {
    margin-bottom: 34px;
    font-size: 12px;
  }

  /* Layout : Highlights */
  .layout-highlights .carousel-container {
    margin-right: 24px;
  }
  .layout-highlights .layout-title {
    margin-bottom: 16px;
  }
  .card.highlight h2 {
    font-size: 16px;
  }
  .highlight-caption {
    padding: 12px 12px 48px 12px;
  }
  .highlight-caption svg {
    right: 16px;
    bottom: 16px;
    top: auto;
  }

  /* Layout : Carousel */
  .carousel-container,
  .slideshow-container {
    margin-right: 24px;
  }
  .carousel-container .card,
  .slideshow-container .image-container {
    margin-right: 16px;
  }

  /* Layout : Background Image */
  .layout-background-image {
    padding-bottom: 0;
    padding-top: 34.042553191489362%;
  }

  /* Layout : Resources */
  .layout-resources .card.resource {
    padding: 20px 12px 12px 12px;
  }
  .layout-resources .card.resource .button {
    position: static;
    margin-top: 28px;
  }
  .card.resource {
    padding: 20px 12px 56px 12px;
  }
  .card.resource .underline:after {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .card.is-new:after {
    width: 28px;
    height: 28px;
    font-size: 10px;
    top: 8px;
    right: 16px;
  }

  /* Layout : Hero */
  .layout-hero {
    padding-top: 100%;
  }
  .hero-caption {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .hero-caption p {
    font-size: 16px;
  }
  .hero-caption h1 {
    margin-bottom: 18px;
  }
  .hero-caption .button {
    margin-top: 32px;
  }

  /* Layout : Insights */
  .layout-insights-home .grid {
    display: block;
  }
  .card.insight.text {
    padding-top: 3px;
  }
  .no-cssgrid .layout-insights-home .grid {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Layout : Banners */
  .layout-banners {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .layout-banners .container {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }
  .card.banner .banner-caption {
    padding: 12px;
  }
  .card.banner h3 {
    font-size: 16px;
  }
  .card.banner .underline:after {
    margin-bottom: 10px;
  }
  .card.banner .button {
    bottom: 12px;
    left: 12px;
  }

  /* Layout : Page Link */
  .layout-page-link {
    padding-top: 32px;
  }
  .layout-page-link p {
    display: none;
  }

  /* Layout : Partners */
  .layout-partners {
    margin-bottom: 34px;
  }
  .layout-partners .grid {
    display: block;
  }
  .layout-partners .card.partner {
    margin-bottom: 16px;
  }
  .layout-partners .card.partner .partner-logo {
    position: static;
    display: block;
  }
  .layout-partners .card.partner {
    padding: 12px;
  }
  .card.partner .inner {
    padding: 12px 12px 10% 12px;
  }
  .card.partner h3 {
    font-size: 16px;
  }
  .card.partner h4 {
    line-height: normal;
    padding: 8px 0 20px 0;
    margin-bottom: 22px;
  }
  .card.partner .partner-logo {
    bottom: 12px;
  }
  .carousel-container .card.partner .inner {
    padding: 0 12px 46% 12px;
  }
  .carousel-container .card.partner h3 {
    margin-bottom: 0;
  }
  .no-cssgrid .layout-partners .grid {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
  .no-cssgrid .layout-partners .card {
    margin-bottom: 16px;
  }

  /* Layout : Further Reading */
  .layout-further-reading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .layout-further-reading .layout-title {
    margin-bottom: 32px;
    padding-bottom: 9px;
  }
  .layout-further-reading .grid {
    display: block;
  }
  .card.download {
    margin-bottom: 16px;
    padding: 16px 8px 0 8px;
  }
  .card.download .icon-website {
    width: 34px;
    height: 34px;
  }
  .card.download .icon-download {
    width: 34px;
    height: 41px;
  }
  .card.download .button {
    margin-left: -8px;
    margin-right: -8px;
    display: block;
    text-align: center;
    position: static;
  }
  .download-links {
    margin-bottom: 8px;
  }
  .no-cssgrid .layout-further-reading .grid {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Layout : Images */
  .layout-images {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .layout-images .single {
    padding: 0;
  }
  .layout-images .grid {
    grid-gap: 16px;
  }
  .image-caption {
    font-size: 12px;
  }
  .no-cssgrid .layout-images .grid {
    margin-left: -8px;
    margin-right: -8px;
  }
  .no-cssgrid .layout-images .image-container {
    margin-bottom: 16px;
    padding-left: -8px;
    padding-right: -8px;
  }

  /* Layout : Contributers */
  .layout-contributors {
    margin-bottom: 52px;
  }
  .layout-contributors .layout-title {
    margin-bottom: 14px;
  }
  .layout-contributors .grid {
    display: block;
  }
  .card.partner.mini {
    display: block;
  }
  .card.partner.mini .partner-logo {
    background-size: auto 80%;
    margin-bottom: 18px;
  }
  .card.partner.mini h3 {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .no-cssgrid .layout-contributors .grid {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Layout : Team */
  .layout-team h3:after {
    margin-bottom: 32px;
    margin-top: 9px;
  }
  .team-thumbnail {
    width: 21.574344023323615%;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .card.team h3 {
    margin-bottom: 18px;
  }

  /* Layout : Related Topics */
  .layout-related-insights .grid {
    display: block;
  }
  .no-cssgrid .layout-related-insights .grid {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Layout : Resources */
  .layout-resources .grid {
    display: block;
  }
  .layout-resources .card {
    margin-bottom: 16px;
  }
  .no-cssgrid .layout-resources .grid {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  /* Layout : Form */
  .layout-form {
    padding-bottom: 0;
  }
  .layout-form form {
    margin-top: 38px;
  }
  .layout-form .layout-title {
    font-size: 20px;
  }
  .gform_fields {
    display: block;
  }
  .gform_wrapper li {
    margin-bottom: 43px;
  }
  .gfield_label {
    padding: 0;
  }
  .gform_footer {
    margin: 0 -16px;
  }
  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='search'],
  select,
  textarea {
    padding: 0;
  }
  input.gform_button {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
  }

  /* Layout : Text */
  .layout-text .button.cta {
    float: none;
    display: block;
    text-align: center;
    margin-left: -16px;
    margin-right: -16px;
  }

  /* Pagination */
  .pagination {
    margin-bottom: 34px;
  }

  /* Share */
  .layout-modal h3 {
    font-size: 14px;
  }
  .layout-share input {
    font-size: 16px;
  }

  /* Single : Partner */
  .single-partner .partner-logo {
    padding-top: 30.32069970845481%;
    height: auto;
    width: 100%;
  }
  .partner-logo {
    background-size: auto 80%;
  }
  .partner-content .button {
    display: block;
    text-align: center;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 32px;
  }

  /* Footer */
  .footer h4 {
    font-size: 12px;
  }
  .footer-menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 11px;
    width: 100%;
  }
  .footer-menu a {
    margin-bottom: 26px;
    padding-left: 18%;
    padding-left: 18vw;
  }
  .footer-partners {
    margin-bottom: 34px;
  }
  .footer-partners a {
    padding: 0 8px;
  }
  .logo-un-environment {
    width: 119px;
    height: 53px;
  }
  .logo-ocha {
    width: 61px;
    height: 53px;
  }
  .footer-social {
    font-size: 11px;
    margin-bottom: 22px;
  }
  .footer-copyright {
    color: #ffffff;
    text-align: center;
    line-height: 54px;
  }
  .footer-secondary-menu {
    float: none;
    text-align: center;
    line-height: 48px;
    margin-top: -20px;
  }

  /* Layout : Cookie Banner */
  .layout-cookie-warning p {
    font-size: 14px;
  }
  .layout-cookie-warning .button {
    font-size: 12px;
  }

  /* Layout : Feedback */
  .layout-feedback {
    padding-top: 0 !important;
    border-width: 24px;
    background: #000000;
  }
  .layout-feedback .container {
    padding: 0;
    text-align: center;
    line-height: normal;
    margin: 0;
  }
  .layout-feedback h4 {
    display: block;
    line-height: 57px;
  }
  .layout-feedback nav {
    float: none;
    text-align: center;
  }

  .show-menu .header-bottom {
    display: block;
    position: static;
  }

  .header-bottom__user {
    justify-content: center;
    padding: 21px 0;
    border-bottom: 1px solid #fff;
  }

  .header-bottom ul.header-bottom__links {
    flex-wrap: wrap;
    padding: 55px 0;
    text-align: center;
  }

  .header-bottom ul.header-bottom__links li {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }

  .header-bottom ul.header-bottom__links li:first-child {
    text-align: right;
  }

  .header-bottom ul.header-bottom__links li:nth-child(2) {
    text-align: left;
  }

  .header-bottom ul.header-bottom__links li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
  }
}

@media only screen and (max-width: 948px) {
  /* Layout : Cookie Banner */
  .layout-cookie-warning p {
    line-height: 1.4;
  }
  .layout-cookie-warning .button {
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* ==========================================================================
	Media Queries
   ========================================================================== */
@media only print {
  @page {
    size: auto; /* auto is the initial value */
    margin: 25mm 25mm 25mm 25mm;
  }
}

/* ==========================================================================
	Resources Map
   ========================================================================== */

.resources-map,
.resources-map__results {
  max-width: 1392px;
  margin: 0 auto 27px auto;
  position: relative;
}

.resources-map__subtext {
  padding: 21px 100px;
  background-color: #f8f8f8;
  margin-top: 33px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.6;
}

.library-map-links {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.library-map-link {
  font-size: 16px;
  text-transform: uppercase;
}

.library-map-link a {
  padding: 12px 30px;
  background-color: #fff;
  display: block;
  font-weight: 300;
}

.library-map-link a:hover {
  background-color: #f8f8f8;
  opacity: 1;
}

.library-map-link.active a {
  background-color: #f8f8f8;
}

.resources-map__results {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.resources-map__results-items {
  display: flex;
  align-items: center;
  padding: 5px 0;
  max-width: 50%;
  flex: 0 0 50%;
  font-family: 'Rubik', sans-serif;
}

.resources-map__result-item {
  color: #7c7c7c;
  margin-right: 9px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 11px 14px 9px;
  display: inline-block;
}

.resources-map__results-total {
  font-size: 24px;
  font-weight: 600;
  max-width: 50%;
  flex: 0 0 50%;
  text-align: left;
  display: flex;
  align-items: center;
}

.resources-map__results-total span {
  transform: translateX(-50%);
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .resources-map,
  .resources-map__results {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
}

@media only screen and (max-width: 1024px) {
  .page-resources.has-hero .page-header {
    height: 340px;
  }

  .resources-map,
  .resources-map__results {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .resources-map__subtext {
    padding-left: 40px;
    padding-right: 40px;
  }

  .resources-map__results-items,
  .resources-map__results-total {
    max-width: none;
  }

  .resources-map__results-total span {
    transform: none;
  }

  .resources-map__results {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 0;
    display: block;
  }

  .resources-map__results-items {
    padding: 8px 0;
  }

  .resources-map__results-total {
    position: static;
    transform: none;
    text-align: left;
    left: 0;
    top: 55px;
    padding-left: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media only screen and (max-width: 700px) {
  .resources-map {
    margin-left: 16px;
    margin-right: 16px;
  }

  #map {
    height: 400px !important;
  }

  .resources-map__subtext {
    font-size: 8px;
    padding: 11px 15px;
    margin: 15px 0 0px 0;
  }

  .resources-map__subtext p {
    margin: 0;
  }

  .library-map-links {
    justify-content: center;
    width: 100%;
  }

  .page-resources.has-hero .page-header {
    height: 290px;
  }
}

.no-touchevents a.map-commentbox:hover,
.no-touchevents a.map-commentbox:focus {
  opacity: 1;
}

.map-view-link {
  border-radius: 0 !important;
  padding: 4px 16px !important;
  height: 40px !important;
  position: absolute;
  top: 12px;
  right: 0 !important;
  opacity: 0;
  visibility: hidden;
}

.map-view-link:hover,
.map-view-link:focus {
  background-color: #f8e71c !important;
  color: #000 !important;
  opacity: 1 !important;
}

.view-map .map-view-link {
  opacity: 1;
  visibility: visible;
}

.view-map .button-apply-filters {
  right: 150px;
}

@media only screen and (min-width: 701px) and (max-width: 1200px) {
  .apply-filters {
    display: block !important;
    margin: 60px 0 0 0;
  }

  .apply-filters .button-apply-filters {
    position: static;
  }

  .map-view-holder {
    display: block !important;
    margin-top: 20px;
  }

  .map-view-holder .map-view-link {
    position: static;
  }
}

@media only screen and (max-width: 700px) {
  .view-map .map-view-link {
    line-height: 31px;
  }

  .view-map .map-view-link::after {
    display: none;
  }
}

/* ==========================================================================
	Page: Login
   ========================================================================== */
.layout-login { max-width: 530px; }
.login-submit { margin-top: 24px; }
.login-submit .button { grid-column: 2;  max-width: 144px; }
.no-cssgrid .login-submit .button { margin-left: 170px; }

.login-forgotten { margin-top: 24px; }
.login-forgotten a { position: relative;}
.login-forgotten a:after { position: absolute; bottom: -1px; left: 0; right: 0; height: 1px; background: #171717; opacity: 0.3; content: ''; }


.page-title + .notification { margin-top: 0; }

.layout-twitter-feed {
  overflow: hidden;
  padding: 50px 0;
}

.ctf-tweet-items {
  position: relative;
  margin-right: 20.5078125%;
}

@media only screen and (max-width: 700px) {
  .ctf-tweet-items {
      margin-right: 24px;
  }
}

.layout-twitter-feed .slick-list {
  overflow: visible;
}


#ctf .ctf-author-avatar, #ctf_lightbox .ctf-author-avatar {
  border-radius: 50%;
}

#ctf .ctf-out-of-tweets {
  display: none;
}

#ctf .ctf-item {
  border: 1px solid #E1E8ED;
  border-radius: 4px;
  margin: 0 6px;
  padding: 20px;
}

#ctf .ctf-item:first-child {
  border: 1px solid #E1E8ED;
}

#ctf.ctf-styles .ctf-author-screenname {
  display: block;
  margin: 0;
}

#ctf .ctf-tweet-actions, #ctf .ctf-tweet-content {
  margin-left: 0;
}

#ctf.ctf-styles .ctf-screename-sep {
  display: none;
}

#ctf .ctf-with-logo .ctf-author-box {
  margin-bottom: 20px;
}

#ctf svg:not(:root).svg-inline--fa {
  width: 15px;
}

.wp-activate-container {
  text-align: center;
  margin: 50px 0 100px 0;
}

@import 'css/insights-home.css';

