@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova/ProximaNova-Black.otf");
    font-display: fallback;
    font-weight: 600;
}

@font-face {
    font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Bold.otf");
  font-display: fallback;
  font-weight: 500;
}

@font-face {
    font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.otf");
  font-display: fallback;
  font-weight: 400;
}

@font-face {
    font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-display: fallback;
  font-weight: 500;
}

@font-face {
    font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-display: fallback;
  font-weight: 400;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
  font-display: fallback;
  font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    overflow-x: hidden;
    background-attachment: fixed;
    background-color: #EFEFEF;
}

body *,
body *::before,
body *::after {
    border-collapse: collapse;
    box-sizing: border-box;
}

input,
textarea,
select,
button {
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
}

button {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

button,
select,
label {
    cursor: pointer;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
summary:focus {
    outline: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

nav ul,
nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vh.focusable:active,
.vh.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    font-weight: 500;
    margin: 0;
}

h1 {
    font-size: 34px;
    line-height: 117.647%;
    font-weight: 600;
}

.page-template-page-categories h1,
.page-template-page-recent-articles h1,
.post-type-archive-event h1,
.post-type-archive-organisation h1 {
    font-size: 22px;
    text-transform: initial;
}

.post-type-archive-event h1 {
    margin-bottom: 30px;
}

h2 {
    font-size: 22px;
    line-height: 121.429%;
    margin-bottom: 20px;
    letter-spacing: -.22px;
}

h3 {
    font-size: 22px;
    line-height: 127.273%;
    letter-spacing: .4px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    line-height: 133.333%;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: -.16px;
    font-weight: 400;
}

p.is-style-black-block {
    color: #fee900;
    line-height: 1.5;
    display: block;
    max-width: 408px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    display: flex;
    flex-wrap: wrap;
}

p.is-style-black-block .word {
    background: #000000;
    padding: 3px;
    line-height: 23px;
    margin-bottom: 3px;
}

a {
    text-decoration: none;
}

a,
button,
input,
select,
textarea,
label {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
}

.tabbing a:focus, .tabbing
button:focus, .tabbing
input:focus, .tabbing
select:focus, .tabbing
textarea:focus, .tabbing
label:focus {
    outline: 2px solid #f00;
}

a.no-focus,
button.no-focus,
input.no-focus,
select.no-focus,
textarea.no-focus,
label.no-focus {
    outline: 0;
}

.noscript-warning {
    margin: 0;
    text-align: center;
    padding: 20px;
    background-color: #666;
    color: #fff;
}

.old-browser {
    padding: 20px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    display: none;
}

.old-browser p {
    margin: 0 0 30px;
}

.old-browser p:last-child {
    margin: 0;
}

.old-browser.is_visible {
    display: block;
}

.site-content {
    max-width: 1121px;
    margin: 90px auto 0;
    padding: 0 20px;
}

.home .site-content {
    width: 100%;
    margin: 0;
    max-width: 100%;
    background: #EFEFEF;
    padding: 0;
}

hr {
    max-width: calc(1121px - 20px * 2);
    width: calc(100% - 20px * 2);
    margin: 0 auto 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-categories li {
    display: inline-block;
}

.post-categories li a {
    display: inline-block;
    background-color: #fee900;
    color: #000000;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 50vw;
    font-size: 12px;
    transition: .4s ease color, .4s ease background-color;
}

.post-categories li a:hover {
    background-color: #000000;
    color: #fee900;
}

a:visited {
    color: initial;
}

a.read-more {
    text-decoration: underline;
    color: #767676;
}

.btn-container {
    display: flex;
}

.btn-container.center {
    justify-content: center;
}

.btn-container.right {
    justify-content: flex-end;
}

a.btn,
button.btn,
input[type="button"].btn,
input[type="reset"].btn,
input[type="submit"].btn {
    background-color: #fee900;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 17px;
    border: 0;
    display: inline-block;
    text-align: center;
    color: #000000;
    transition: .4s ease color, .4s ease background-color;
}

a.btn-dark,
button.btn-dark,
input[type="button"].btn-dark,
input[type="reset"].btn-dark,
input[type="submit"].btn-dark {
    background-color: #000000;
    color: #fee900;
}

a.btn-dark:visited,
button.btn-dark:visited,
input[type="button"].btn-dark:visited,
input[type="reset"].btn-dark:visited,
input[type="submit"].btn-dark:visited {
    color: #fee900;
}

a.btn:disabled,
button.btn:disabled,
input[type="button"].btn:disabled,
input[type="reset"].btn:disabled,
input[type="submit"].btn:disabled {
    background-color: #767676;
}

a.btn:hover,
button.btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover,
input[type="submit"].btn:hover {
    background-color: #000000;
    color: #fee900;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 3px;
    margin-bottom: 10px;
    width: 100%;
}

label {
    display: block;
    margin-bottom: 5px;
}

.entry-title,
.sub-title {
    margin-bottom: 10px;
}

ul,
ol,
li {
    margin: 0 0 20px;
    padding: 0;
}

ul::marker,
ol::marker,
li::marker {
    color: #ed269d;
    font-weight: bold;
}

ul,
ol {
    padding-left: 20px;
}

li {
    padding-left: 15px;
}

.site-main {
    margin-bottom: 30px;
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
}

.site-main .load-more {
    display: block;
    margin: 0 auto;
}

.site-main > h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.home .site-main {
    max-width: 1121px;
    padding: 70px 20px 0;
    margin: 0 auto;
}

.sidebar .content-area {
    display: flex;
    flex-direction: column;
}

.sidebar .site-main {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
}

.sidebar .widget-area {
    flex-basis: 100%;
    max-width: 100%;
}

.content-area {
    margin-top: 70px;
    transition: transform .6s, opacity .6s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.single .content-area {
    margin-top: 10px;
}

.home .content-area {
    position: relative;
    z-index: 1;
    margin-top: 545px;
    background: #EFEFEF;
}

.page-template-page-categories .content-area,
.post-type-archive-organisation .content-area,
.page-template-page-recent-articles .content-area {
    margin-top: 0;
}

.page-template-page-recent-articles .content-area .entry-content {
    margin-top: 0;
}

body:not(.page-template-page-recent-articles):not(.home):not(.post-type-archive-organisation):not(.search-results):not(.page-template-page-categories) .site-main > article {
    max-width: 716px;
    padding: 50px;
    background-color: #ffffff;
    margin: 0 auto;
}

body:not(.page-template-page-recent-articles):not(.home):not(.post-type-archive-organisation):not(.search-results):not(.page-template-page-categories) .site-main > article a {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    transition: .4s ease opacity;
}

body:not(.page-template-page-recent-articles):not(.home):not(.post-type-archive-organisation):not(.search-results):not(.page-template-page-categories) .site-main > article a:hover {
    opacity: .5;
}

body:not(.page-template-page-recent-articles):not(.home):not(.post-type-archive-organisation):not(.search-results):not(.page-template-page-categories) .site-main .entry-content {
    margin-top: 0;
}

.siteFooter {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 35px 0;
    position: relative;
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
}

.siteFooter a {
    color: #fee900;
}

.siteFooter ul,
.siteFooter li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.siteFooter p {
    margin-bottom: 0;
}

.siteFooter__row {
    display: flex;
    max-width: 1121px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.siteFooter__top {
    justify-content: space-between;
    padding-bottom: 30px;
}

.siteFooter__top a {
    font-size: 13px;
    display: flex;
    align-items: flex-end;
    text-decoration: underline;
}

.siteFooter__cta {
    font-family: "ProximaNova", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    text-transform: uppercase;
    font-weight: 600;
}

.siteFooter__menu {
    margin-bottom: 120px;
}

.siteFooter__menu a {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 14px;
}

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

.siteFooter__menu li {
    width: 50%;
}

.siteFooter__copyright {
    text-align: center;
    font-size: 10px;
    padding-bottom: 70px;
}

.siteFooter__copyright p {
    width: 100%;
}

.siteHeader {
    height: 90px;
    background-color: #000000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.home .siteHeader {
    background-color: #fee900;
}

.admin-bar .siteHeader {
    top: 46px;
}

.siteHeader__inside {
    max-width: 1121px;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@supports (padding-top: env(safe-area-inset-top)) {
    .siteHeader__inside {
        padding-right: calc(env(safe-area-inset-right) + 20px);
        padding-left: calc(env(safe-area-inset-left) + 20px);
    }
}

.siteHeader__logo {
    transform: translateY(26px);
    order: 2;
    z-index: 10;
}

.siteHeader__logo img {
    width: 110px;
}

.siteHeader__mainNav {
    width: auto;
    display: none;
}

.siteHeader .menu-primary-menu-container {
    width: auto;
    display: none;
    flex-grow: 1;
    display: flex;
    height: 100%;
    align-items: center;
}

.siteHeader .main-navigation ul li:hover > ul,
.siteHeader .main-navigation ul li.focus > ul {
    opacity: 1;
    left: 0;
    pointer-events: all;
}

.siteHeader .sub-menu {
    pointer-events: none;
    opacity: 0;
    left: 0;
    position: fixed;
    top: calc(90px + 32px);
    background: black;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.siteHeader .sub-menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.home .siteHeader .sub-menu a {
    color: #ffffff;
}

.siteHeader li {
    margin-left: 30px;
}

.siteHeader li.current-menu-item a {
    position: relative;
}

.siteHeader a {
    color: #fee900;
    transition: 0.4s ease opacity;
}

.mobileNavActive .siteHeader a,
.home .siteHeader a {
    color: #000000;
}

.siteHeader a:hover {
    opacity: 0.6;
}

.siteHeader__mobileNav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 10;
    transition: 0.4s ease opacity;
    background: #fee900;
}

@supports (padding-top: env(safe-area-inset-top)) {
    .siteHeader__mobileNav {
        padding-right: calc(env(safe-area-inset-right));
        padding-left: calc(env(safe-area-inset-left));
    }
}

.mobileNavActive .siteHeader__mobileNav {
    opacity: 1;
    pointer-events: all;
}

.siteHeader__mobileNav--logo {
    position: absolute;
    top: 20px;
    right: 20px;
}

.siteHeader__mobileNav--toggle {
    border: 0;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    z-index: 11;
    color: #fee900;
}

.home .siteHeader__mobileNav--toggle {
    color: #000000;
}

.mobileNavActive .siteHeader__mobileNav--toggle {
    color: #fee900;
}

.siteHeader__mobileNav--decorative {
    margin-right: 10px;
}

.siteHeader__mobileNav--decorativeLine {
    display: block;
    width: 16px;
    height: 2px;
    margin-bottom: 3px;
    transition: transform 0.4s ease;
    background-color: #fee900;
}

.home .siteHeader__mobileNav--decorativeLine {
    background-color: #000000;
}

.mobileNavActive .siteHeader__mobileNav--decorativeLine {
    background-color: #000000;
}

.mobileNavActive .siteHeader__mobileNav--decorativeLine:first-of-type {
    transform: rotate(-45deg) translateY(4px);
}

.mobileNavActive .siteHeader__mobileNav--decorativeLine:nth-of-type(2) {
    transform: rotate(45deg) translateY(-4px);
}

.siteHeader__mobileNav--decorativeLine-small {
    width: 8px;
    margin-bottom: 0;
}

.mobileNavActive .siteHeader__mobileNav--decorativeLine-small {
    transition: 0.4s ease opacity, 0.4s ease transform;
    opacity: 0;
    transform: translateX(-25px);
}

.siteHeader__mobileNav .menu-mobile-menu-container,
.siteHeader__mobileNav ul {
    width: 100%;
}

.siteHeader__mobileNav ul {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.siteHeader__mobileNav li {
    display: inline-block;
    margin-bottom: 14px;
    padding-bottom: 14px;
    margin-left: 0;
    border-bottom: 1px solid #000000;
}

.siteHeader__mobileNav li a {
    position: relative;
}

.siteHeader__mobileNav li a:after {
    display: block;
    position: absolute;
    content: "";
    right: -25px;
    background-image: url("../images/right-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 50%;
    transform: translateY(50%);
    width: 12px;
    height: 12px;
}

.page-header {
    padding-top: 70px;
}

.home .page-header {
    position: relative;
    overflow: hidden;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #fee900;
    background-color: #fee900;
    justify-content: center;
    height: 500px;
    position: fixed;
    width: calc(100% + 10px);
    left: 0;
    top: 90px;
}

.page-header h1 {
    position: relative;
    z-index: 1;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    max-width: 720px;
}

.page-header h2 {
    color: #000000;
}

.page-header h4 {
    font-size: 12px;
}

.home .page-header p {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 600;
}

.page-header__image {
    line-height: 0;
    width: 100%;
}

.page-header__image img {
    object-fit: cover;
    width: 100%;
}

.page-header__image--caption {
    font-size: 13px;
    letter-spacing: -0.13px;
    color: #000000;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 10px;
}

.page-header__video {
    position: relative;
}

.page-header__video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.page-header__video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.page-header__container {
    max-width: 1121px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 155px;
}

@supports (padding-top: env(safe-area-inset-top)) {
    .page-header__container {
        padding-right: env(safe-area-inset-right);
        padding-left: env(safe-area-inset-left);
    }
}

.home .page-header__container {
    max-width: 1121px;
    display: block;
    padding-right: 19.804%;
    padding-left: 20px;
}

.page-header__container--date {
    font-size: 16px;
    font-weight: bold;
    color: #CE1182;
}

.page-header__container--author {
    display: flex;
}

.page-header__container--author img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 45px;
    border-radius: 50%;
}

.page-header__container--author span {
    margin-top: 5px;
}

.page-header__link {
    position: relative;
    color: #000000;
    text-decoration: underline;
    margin-bottom: 10px;
    align-self: flex-end;
}

.page-header__link:visited {
    color: #000000;
}

figcaption {
    font-size: 13px;
    color: #767676;
    line-height: 24px;
    letter-spacing: -0.13px;
}

.wp-block-columns figcaption,
.wp-block-columns figure {
    margin-bottom: 0;
}

.page {
    margin-bottom: 0;
}

.site {
    overflow: hidden;
    overflow-y: auto;
}

.card {
    text-decoration: none;
    color: initial;
    display: flex;
    margin-bottom: 20px;
    background-color: white;
}

.card:hover img {
    transform: scale(1.15);
}

.card img {
    transition: 0.4s ease transform;
}

.card h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 23px;
}

.card a:not(.read-more) {
    color: #000000;
}

.card.has-header-image {
    flex-direction: column;
    border: 0;
    position: relative;
}

.card.has-header-image:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent #fee900;
}

.card.has-header-image:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #212121 transparent transparent;
}

.card.listing-page {
    display: flex;
    min-height: 263px;
}

.card.listing-page h2 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.18px;
}

.card__content {
    padding: 20px;
    order: 0;
    flex-basis: 60%;
    max-width: 60%;
    position: relative;
}

.full-width .card__content {
    flex-basis: 100%;
    max-width: 100%;
}

.featured:not(.stacked):not(.listing-page) .card__content {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
    position: relative;
    z-index: 1;
}

.listing-page .card__content {
    flex-basis: 67.897%;
    max-width: 100%;
}

.listing-page .card__content--inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.card__content--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__image {
    order: 1;
    line-height: 0;
    flex-basis: 40%;
    max-width: 40%;
    overflow: hidden;
}

.card__image img {
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}

.featured:not(.stacked):not(.listing-page) .card__image {
    flex-basis: 100%;
    max-width: 100%;
    order: 0;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.featured:not(.stacked):not(.listing-page) .card__image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.listing-page .card__image {
    order: 0;
    position: static;
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
}

.listing-page .card__image:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent #fee900;
}

.listing-page .card__image:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #EFEFEF transparent transparent;
}

.card__info p:last-of-type {
    margin-bottom: 10px;
}

.card__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
}

.card__meta ul {
    padding-left: 0;
}

.card__meta li {
    display: inline-block;
    color: #767676;
    padding-left: 0;
    margin-bottom: 5px;
}

.card__meta li:not(:last-child):after {
    content: "\2219";
    padding: 0;
    margin-left: 5px;
    display: inline-block;
}

.featured:not(.stacked):not(.listing-page) .card__meta li {
    color: white;
}

.card .post-categories {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-wrap: wrap;
}

.card .post-categories li {
    padding-left: 0;
    margin-bottom: 0;
}

.card.featured:not(.stacked):not(.listing-page) {
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.card.featured:not(.stacked):not(.listing-page) h2 a {
    color: white;
}

.search-results .card .card__image {
    display: none;
    position: relative;
}

.search-results .card .card__image:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent #fee900;
}

.search-results .card .card__image:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #EFEFEF transparent transparent;
}

.search-results .card .card__content {
    flex-basis: 90%;
    max-width: 90%;
}

.related-articles .card {
    position: relative;
}

.related-articles .card:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent #fee900;
}

.related-articles .card:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #212121 transparent transparent;
}

body:not(.home) .card.event img {
    width: 100%;
}

.card.event {
    position: relative;
}

.card.event:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent #C7C7C7;
}

.card.event:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #EFEFEF transparent transparent;
}

.card.event h2 {
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

@supports (-webkit-text-stroke: 1.25px black) {
    .card.event h2 a {
        color: white;
        font-size: 20px;
        -webkit-text-stroke: 1.25px black;
    }
}

.card.event .event-date {
    margin-bottom: 10px;
}

.card.event .card__info {
    font-weight: 500;
}

.card.event header {
    overflow: hidden;
}

.card.event img {
    display: block;
    object-fit: cover;
    height: 100%;
}

.card.event .card__content > div {
    margin-bottom: 40px;
}

.searchform input[type=search] {
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 5px center;
    text-indent: 30px;
}

.searchform input[type=search]:focus {
    background-image: none;
    text-indent: 0;
}

.searchform__toggle {
    background-image: url("../images/search-yellow.svg");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    border: 0;
    display: none;
}

.searchform__close {
    background-image: url("../images/close.svg");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    background-position: center center;
    color: transparent;
    border: 0;
}

.searchform__modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fee900;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transition: transform .6s, opacity .8s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}

.searchform__modal__header {
    width: 100%;
    position: absolute;
    top: 0;
    height: 90px;
}

.admin-bar .searchform__modal__header {
    top: 32px;
}

.searchform__modal__header__inside {
    max-width: 1121px;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.searchform__modal form {
    display: flex;
    min-width: 578px;
    padding-bottom: 14px;
    border-bottom: 3px solid #000000;
}

.searchform__modal label {
    flex-grow: 1;
}

.searchform__modal input[type=search] {
    width: 100%;
    padding: 0px;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    background-image: none;
    font-size: 30px;
    font-weight: 500;
    height: 56px;
    text-indent: 0;
}

.searchform__modal input[type=search]:-ms-input-placeholder {
    color: #000000;
}

.searchform__modal input[type=search]::placeholder {
    color: #000000;
}

.searchform__modal input[type=submit] {
    border-radius: 5px;
    border: 0;
    background-color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-image: url("../images/search-white.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    color: transparent;
}

.site-header .searchform__form {
    display: none;
}

.mobileNavActive .site-header .searchform__form {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 11;
}

.mobileNavActive .site-header .searchform__form > label {
    flex-grow: 1;
}

.mobileNavActive .site-header .searchform__form input[type=search] {
    width: 100%;
    padding: 20px;
    border-radius: 0;
    border: 0;
    background-position: 20px center;
}

@supports (padding-top: env(safe-area-inset-top)) {
    .mobileNavActive .site-header .searchform__form input[type=search] {
        padding-left: calc(env(safe-area-inset-left) + 20px);
        background-position: calc(env(safe-area-inset-left) + 20px) center;
    }
}

.mobileNavActive .site-header .searchform__form input[type=submit] {
    border-radius: 0;
    border: 0;
    background-color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

@supports (padding-top: env(safe-area-inset-top)) {
    .mobileNavActive .site-header .searchform__form input[type=submit] {
        padding-right: calc(env(safe-area-inset-right) + 12px);
    }
}

.searchActive .content-area {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
}

.widget > h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.widget .card:last-of-type {
    margin-bottom: 30px;
}

.widget_tag_cloud .tag-cloud-link,
.wp-block-tag-cloud .tag-cloud-link {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px !important;
    display: inline-block;
    background-color: #fee900;
    color: #000000;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 50vw;
    font-size: 12px;
    transition: .4s ease color, .4s ease background-color;
}

.widget_tag_cloud .tag-cloud-link:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
    background-color: #000000;
    color: #fee900;
}

.block {
    margin-bottom: 30px;
}

.block > h2 {
    font-size: 22px;
    line-height: 121.429%;
    margin-bottom: 20px;
    letter-spacing: -0.22px;
}

.block .swiper-container {
    overflow: visible;
}

.block .swiper-slide {
    height: auto;
}

.block .card {
    margin-bottom: 0;
    height: auto;
}

.block .card.has-post-thumbnail {
    height: 100%;
}

.block .card:not(.has-post-thumbnail) .card__image {
    display: none;
}

.block.events .swiper-slide:nth-child(odd) .has-header-image {
    height: auto;
}

.block.events .swiper-slide:nth-child(odd) .has-header-image header {
    display: none;
}

.block.events .swiper-slide:nth-child(odd) .has-header-image .card__info p {
    font-size: 18px;
    line-height: 27px;
}

.block.events .swiper-slide .has-header-image .card__info p {
    font-weight: bold;
}

.block.events .card header {
    overflow: hidden;
    height: 100%;
}

.postInfo {
    color: #767676;
    font-size: 12px;
  /* Larger than designs */
    line-height: 16px;
    margin-bottom: 30px;
}

.page-template-page-categories .site-main,
.post-type-archive-organisation .site-main {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-categories .card,
.post-type-archive-organisation .card {
    margin: 0 10px 20px;
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
    flex-direction: column-reverse;
}

.page-template-page-categories .card__image,
.post-type-archive-organisation .card__image {
    min-height: 193px;
    max-height: 193px;
    flex-grow: 0;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    max-width: 100%;
    overflow: hidden;
}

.page-template-page-categories .card__content,
.post-type-archive-organisation .card__content {
    background-color: #000000;
    min-height: 125px;
    flex-basis: 100%;
    max-width: 100%;
}

.page-template-page-categories .card__content h2,
.page-template-page-categories .card__content a,
.post-type-archive-organisation .card__content h2,
.post-type-archive-organisation .card__content a {
    color: #fee900;
    margin: 0;
}

.page-template-page-categories .card__content p,
.post-type-archive-organisation .card__content p {
    color: #fee900;
    font-size: 13px;
    margin-bottom: 10px;
}

.page-template-page-categories .card.bright-theme .card__content,
.post-type-archive-organisation .card.bright-theme .card__content {
    background-color: #ffffff;
}

.page-template-page-categories .card.bright-theme h2,
.page-template-page-categories .card.bright-theme a,
.post-type-archive-organisation .card.bright-theme h2,
.post-type-archive-organisation .card.bright-theme a {
    color: #000000;
}

.page-template-page-categories .card.bright-theme h2,
.post-type-archive-organisation .card.bright-theme h2 {
    margin-bottom: 20px;
}

.page-template-page-categories .card.bright-theme p,
.post-type-archive-organisation .card.bright-theme p {
    margin-bottom: 0;
    color: #767676;
}

.single-organisation .page-header {
    display: flex;
    padding-top: 99px;
}

.single-organisation .page-header h1 {
    font-size: 22px;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    font-weight: bold;
    margin: 0;
}

.single-organisation .page-header__image {
    display: flex;
    align-items: center;
}

.single-organisation .page-header img {
    height: 50px;
    width: auto;
}

.single-organisation .page-header__container {
    width: auto;
    flex-shrink: 0;
    padding-right: 30px;
}

.single-organisation .content-area {
    margin-top: 30px;
}

.single-organisation__selectors {
    margin-bottom: 25px;
}

.single-organisation__selectors a,
.single-organisation__selectors button {
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    font-size: 16px;
    line-height: 16px;
    margin-right: 30px;
}

.single-organisation__selectors a.active,
.single-organisation__selectors button.active {
    font-weight: bold;
    text-decoration: none;
}

.single-organisation__selectors a {
    margin-right: 0;
}

.single-organisation .orgPosts {
    display: none;
}

.single-organisation .orgPosts.showing {
    display: block;
}

.not-found {
    padding: 10vh 0;
}

.not-found h1 {
    padding: 10px 0;
}

article.event .event-date {
    margin-bottom: 0;
    font-weight: 500;
}

.post-type-archive-event h2.heading {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

@font-face {
    font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Black.otf");
  font-display: fallback;
  font-weight: 600;
}

@font-face {
    font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Bold.otf");
  font-display: fallback;
  font-weight: 500;
}

@font-face {
    font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.otf");
  font-display: fallback;
  font-weight: 400;
}

@font-face {
    font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-display: fallback;
  font-weight: 500;
}

@font-face {
    font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-display: fallback;
  font-weight: 400;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
  font-display: fallback;
  font-weight: normal;
}

.a2cldr {
    position: relative;
    height: 46px;
}

.a2cldr-btn {
    background-color: #000000;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 17px;
    border: 0;
    display: inline-block;
    text-align: center;
    color: #fee900;
}

.a2cldr-list {
    position: relative;
    z-index: 2;
    padding: 0;
    display: none;
    background-color: #fff;
    margin: 0;
    border: 1px solid #000000;
    max-width: 300px;
}

.active .a2cldr-list {
    display: block;
}

.a2cldr-item {
    list-style: none;
    border-bottom: 1px solid #000000;
}

.a2cldr-item:last-of-type {
    border-bottom: 0;
}

.a2cldr-item a {
    display: block;
    padding: 14px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.a2cldr-item a:hover {
    background-color: #000000;
    color: #fee900;
}

.search-no-results h1,
.search-results h1 {
    font-size: 22px;
    margin-bottom: 0;
}

.search-no-results .content-area,
.search-results .content-area {
    margin-top: 30px;
}

.search-no-results .card header,
.search-results .card header {
    display: none;
}

.search-no-results .card.type-post .card__content--inner > div,
.search-results .card.type-post .card__content--inner > div {
    margin-bottom: 50px;
}

.search-no-results .card.type-event .card__content > div,
.search-results .card.type-event .card__content > div {
    margin-bottom: 50px;
}

.search-no-results .card.type-event .card__content p,
.search-results .card.type-event .card__content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 23px;
    font-weight: bold;
}

.search-no-results .site-main > h2,
.search-results .site-main > h2 {
    margin-top: 50px;
}

.search-no-results .site-main p,
.search-no-results .site-main h2,
.search-results .site-main p,
.search-results .site-main h2 {
    max-width: 72.895%;
}

.search-no-results .no-results,
.search-results .no-results {
    padding-top: 0;
}

.search-no-results .search-submit,
.search-results .search-submit {
    cursor: pointer;
}

.related-articles {
    padding: 34px 20px 50px;
    background-color: #212121;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.related-articles .widget-title,
.related-articles .swiper-container {
    max-width: 1121px;
    margin: 0 auto;
}

.related-articles .widget-title {
    color: #ffffff;
    margin-bottom: 20px;
}

.nextPost {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-height: 350px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    max-width: 716px;
    margin: 0 auto;
}

.nextPost .btn {
    position: absolute;
    z-index: 1;
    font-size: 18px;
    padding: 17px;
}

.nextPost__fade {
    padding-top: 30px;
}

.nextPost__fade:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(239, 239, 239, 0.6) 0%, rgba(239, 239, 239, 0.7) 25%, rgba(239, 239, 239, 0.8) 50%, rgba(239, 239, 239, 0.9) 75%, rgba(239, 239, 239, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.nextPost__published {
    color: #ed269d;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    font-weight: bold;
}

.nextPost__title {
    color: #000000;
    font-size: 34px;
    font-weight: bold;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    margin-bottom: 40px;
    display: block;
}

.nextPost__author {
    margin-bottom: 20px;
}

@media (min-width: 48em) {
    h1 {
        font-size: 60px;
    }

    .sidebar .content-area {
        flex-direction: row;
    }

    .sidebar .widget-area {
        flex-basis: 31%;
        max-width: 31%;
    }

    .home .content-area {
        margin-top: 650px;
    }

    .siteFooter__menu a {
        font-size: 16px;
    }

    .home .page-header {
        height: 590px;
    }

    .home .page-header p {
        font-size: 60px;
        line-height: 69px;
    }

    .page-header__container {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .single-event .page-header__container,
  .single-post .page-header__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-header__container--date {
        font-size: 18px;
    }

    .page-header__container--author img {
        margin-right: 10px;
    }

    .card.listing-page h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.24px;
        padding-right: calc(calc(141 / 1084 * 100%) - 20px);
    }

    .featured:not(.stacked):not(.listing-page) .card__content {
        padding-top: 40%;
    }

    .listing-page .card__image {
        flex-basis: 32.103%;
        order: 1;
        flex-basis: 40%;
        max-width: 40%;
    }

    body:not(.home) .card.event {
        display: flex;
        flex-direction: row;
    }

    body:not(.home) .card.event header {
        order: 2;
        width: 32.103%;
        flex-shrink: 0;
    }

    body:not(.home) .card.event img {
        width: 100%;
    }

    body:not(.home) .card.event .card__content {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }

    .search-no-results .card h2,
  .search-results .card h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .search-no-results .card.type-event .card__content p,
  .search-results .card.type-event .card__content p {
        font-size: 24px;
        line-height: 32px;
    }

    .nextPost__title {
        font-size: 50px;
    }
}

@media (max-width: 47.99em) {
    body:not(.page-template-page-recent-articles):not(.home):not(.post-type-archive-organisation):not(.search-results):not(.page-template-page-categories) .site-main > article {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .card.listing-page {
        flex-direction: column;
    }
}

@media screen and (min-width: 782px) {
    .admin-bar .siteHeader {
        top: 32px;
    }
}

@media (min-width: 64em) {
    .siteHeader__inside {
        justify-content: initial;
    }

    .siteHeader__logo {
        order: initial;
        margin-right: 35px;
    }

    .siteHeader__mainNav {
        display: initial;
        flex-grow: 1;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .siteHeader ul {
        display: flex;
        height: 100%;
    }

    .siteHeader li {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .siteHeader li.current-menu-item a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 25px;
        height: 3px;
        border-radius: 15px;
        background-color: #fee900;
        width: 100%;
    }

    .home .siteHeader li.current-menu-item a:after {
        background-color: #000000;
    }

    .siteHeader a {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .siteHeader__mobileNav {
        display: none;
    }

    .siteHeader__mobileNav--toggle {
        display: none;
    }

    .page-header h1.page-header__organisation {
        margin-left: 20px;
        align-items: flex-end;
        flex-direction: column;
    }

    .page:not(.page-template-page-categories):not(.page-template-page-recent-articles):not(.home)
.page-header__container,
  .category .page-header__container,
  .single-event .page-header__container,
  .single-post .page-header__container {
        padding-left: 195px;
    }

    .home .searchform__toggle {
        background-image: url("../images/search.svg");
    }

    .site-header .searchform__toggle {
        display: block;
    }

    .searchActive .searchform__modal {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .page-template-page-categories .card,
  .post-type-archive-organisation .card {
        flex-basis: calc(25% - 20px);
        max-width: calc(25% - 20px);
    }
}

@media (min-width: 37.5em) {
    .stacked .card__content {
        order: 1;
        flex-basis: 100%;
        max-width: 100%;
    }

    .stacked .card__image {
        order: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .card.stacked {
        flex-direction: column;
    }
}

@media (max-width: 63.99em) {
    .searchform input[type=search] {
        margin-bottom: 0;
    }

    .searchform label {
        margin-bottom: 0;
    }
}

@media (min-width: 37.5em) and (max-width: 47.99em) {
    .page-template-page-categories .card,
  .post-type-archive-organisation .card {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (min-width: 48em) and (max-width: 63.99em) {
    .page-template-page-categories .card,
  .post-type-archive-organisation .card {
        flex-basis: calc(33% - 20px);
        max-width: calc(33% - 20px);
    }
}

/*# sourceMappingURL=style.css.map */
