/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

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

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

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

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

/* external button styling */
.external-link, p a[target="_blank"], .partner-logos-block__intro-text a[target="_blank"], .menu a[target="_blank"], .card__content a[target="_blank"] {
  position: relative; }
  .external-link .card__title, p a[target="_blank"] .card__title, .partner-logos-block__intro-text a[target="_blank"] .card__title, .menu a[target="_blank"] .card__title, .card__content a[target="_blank"] .card__title {
    display: inline; }
  .external-link:after, p a[target="_blank"]:after, .partner-logos-block__intro-text a[target="_blank"]:after, .menu a[target="_blank"]:after, .card__content a[target="_blank"]:after {
    content: '\2197\fe0e';
    background-size: cover;
    margin-left: 2px;
    font-size: 1em; }

.grecaptcha-badge {
  display: none !important; }

p a[target="_blank"] {
  text-decoration: underline; }

.general-button {
  padding: 10px 40px 10px 20px;
  background: black;
  color: white;
  text-transform: uppercase;
  position: relative;
  display: inline-block; }
  .general-button:hover, .general-button:visited {
    color: white; }
  .general-button:after {
    content: '';
    background: url(../images/chevron-down--black.svg);
    display: block;
    background-size: cover;
    position: absolute;
    right: 14px;
    top: 16px;
    width: 7px;
    height: 11px; }
  .general-button:before {
    content: "";
    padding: 10px 40px 10px 20px;
    background: black;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: 0.1s; }
  .general-button:hover {
    text-decoration: none; }
    .general-button:hover:before {
      top: 12px;
      right: -12px; }
  .general-button--blue {
    background: #14F2E8;
    color: #000000; }
    .general-button--blue:hover, .general-button--blue:visited {
      color: #000000; }
  .general-button--green {
    background: #ABF217;
    color: #000000; }
    .general-button--green:hover, .general-button--green:visited {
      color: #000000; }
  .general-button--black:before {
    background: white; }
  .general-button--pink {
    background: #CC17BF;
    color: white; }
  .general-button--black:after, .general-button--pink:after {
    background: url(../images/chevron-down--white.svg); }
  .general-button--white {
    background: white;
    color: #000000; }
    .general-button--white:hover, .general-button--white:visited {
      color: #000000; }
  .general-button--external {
    padding-right: 30px; }
    .general-button--external:after {
      content: '\2197\fe0e';
      display: inline-block;
      background-size: cover;
      margin-left: 6px;
      font-size: 1em; }
    .general-button--external:after {
      background: none;
      width: 0;
      height: 0;
      position: static; }

.buttons-block .general-button--black:before {
  background: #ABF217; }

.wp-block-table {
  margin: 24px 0; }

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th, .wp-block-table.is-style-regular td, .wp-block-table.is-style-regular th {
  padding: 5px;
  border: 1px solid;
  border-color: #262223; }

mark.searchwp-highlight {
  font-style: normal; }

#ob-debug {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 960px;
  padding: 10px;
  margin: 0 0 0 -480px;
  background: white;
  z-index: 9999;
  border: solid 1px #efefef; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  padding: 30px;
  border-radius: 8px;
  transform: translateX(-1000px);
  z-index: 100; }

.skip-link:focus {
  transform: translateX(0); }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-family: 'Rubik', sans-serif;
  font-weight: 100; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

a {
  color: #333333;
  text-decoration: none; }

a:visited {
  color: #333333; }

a:hover {
  color: #333333;
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

.general-button:focus {
  outline: -webkit-focus-ring-color auto 5px; }

h2 {
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 18px; }

.nav a, .slug, .breadcrumb, .loadmore, .nav-menu-icon {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 100; }

.mobile-menu-content__title {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 100; }

.footer__copyright-bar {
  font-size: 1.2rem;
  line-height: 1.2em; }

.hero-block__heading {
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 100; }
  @media only screen and (max-width: 940px) {
    .hero-block__heading {
      font-size: 4.8rem;
      line-height: 1.12em; } }
  @media only screen and (max-height: 480px) {
    .hero-block__heading {
      font-size: 3.6rem;
      line-height: 1.16em; } }
  @media only screen and (max-width: 480px) {
    .hero-block__heading {
      font-size: 3.6rem;
      line-height: 1.16em; } }

.hero-block__text {
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: 100; }
  @media only screen and (max-width: 940px) {
    .hero-block__text {
      font-size: 2.4rem;
      line-height: 1.5em; } }

.form__button {
  font-weight: 100;
  font-size: 16px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  font-weight: 100;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  font-size: 16px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-weight: 100;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  font-size: 16px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-weight: 100;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  font-size: 16px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-weight: 100;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  font-size: 16px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
  color: white;
  -webkit-box-shadow: 0 0 0px 1000px #747474 inset;
  transition: background-color 5000s ease-in-out 0s; }

.archive-content__title, .partner-logos-block__title, .statements-block__title, .links-block__title, .team-block__title, .form-block__title {
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 100; }
  @media only screen and (max-width: 940px) {
    .archive-content__title, .partner-logos-block__title, .statements-block__title, .links-block__title, .team-block__title, .form-block__title {
      font-size: 3.6rem;
      line-height: 1.16em; } }

.partner-logos-block__intro-text, .simple-text-block__intro-text, .statements-block, .links-block__intro-text, .links-block__link, .form-block__intro-text {
  font-size: 2.4rem;
  line-height: 1.5em; }
  .partner-logos-block__intro-text a, .simple-text-block__intro-text a, .statements-block a, .links-block__intro-text a, .links-block__link a, .form-block__intro-text a {
    text-decoration: underline; }
  @media only screen and (max-width: 940px) {
    .partner-logos-block__intro-text, .simple-text-block__intro-text, .statements-block, .links-block__intro-text, .links-block__link, .form-block__intro-text {
      font-size: 1.8rem;
      line-height: 1.3em; } }

.links-block__section-title {
  font-size: 3.6rem;
  line-height: 1.16em;
  font-weight: 100; }
  @media only screen and (max-width: 940px) {
    .links-block__section-title {
      font-size: 2.4rem;
      line-height: 1.25em;
      font-weight: 100; } }

.links-block__link {
  font-size: 2.4rem;
  line-height: 1.5em; }

.quotes-block__quote {
  font-size: 3.6rem;
  line-height: 1.2em;
  font-weight: 100; }
  @media only screen and (max-width: 940px) {
    .quotes-block__quote {
      font-size: 3rem;
      line-height: 1.4em; } }

.quotes-block__cite {
  font-size: 2.4rem;
  line-height: 1.25em;
  font-weight: 100; }
  @media only screen and (max-width: 940px) {
    .quotes-block__cite {
      font-size: 1.8rem;
      line-height: 1.3em; } }

.team-block__qualifications, .team-block__position {
  font-size: 2.4rem;
  line-height: 1.25em;
  font-weight: 100; }
  @media only screen and (max-width: 940px) {
    .team-block__qualifications, .team-block__position {
      font-size: 1.8rem;
      line-height: 1.3em; } }

.team-block__name {
  font-size: 3.6rem;
  line-height: 1.16em;
  font-weight: 100; }

.title-section__title-text {
  font-size: 4.2rem;
  line-height: 1.3em;
  font-weight: 100; }
  @media only screen and (max-width: 480px) {
    .title-section__title-text {
      line-height: 1em; } }

.title-section__intro-text {
  font-size: 3rem;
  line-height: 1.2em; }
  @media only screen and (max-width: 400px) {
    .title-section__intro-text {
      font-size: 2.4rem;
      line-height: 1.25em; } }

.posts-slider-block__card-title {
  font-size: 2.4rem;
  line-height: 1.25em;
  font-weight: 500;
  margin: 0; }

.posts-slider-block__card-source {
  font-style: italic; }

.posts-slider-block__card-tags {
  margin-top: 24px; }

.cta-box__text {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 100; }

.twitter__title {
  font-size: 3.6rem;
  line-height: 1.16em;
  font-weight: 100; }

.cta-card-block__card-text {
  font-size: 3rem;
  line-height: 1.2em; }

.filter-sidebar__title {
  font-size: 1.4rem;
  line-height: 1.25em;
  font-weight: 100;
  text-transform: uppercase; }

.search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: grey; }

.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: grey; }

.search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: grey; }

.search-form :-moz-placeholder {
  /* Firefox 18- */
  color: grey; }

.filter-block .form__row label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 6px; }

.filter-block .slug {
  font-size: 1.4rem;
  font-weight: 100;
  text-transform: uppercase; }

.tags__group h4 {
  font-size: 16px;
  font-weight: 100; }

.card__title {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500; }

.card__authors {
  font-weight: 400; }

.card__tag {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400; }

.card__source, .card__authors {
  font-size: 18px;
  line-height: 1.5em; }

.card__excerpt {
  font-size: 14px;
  line-height: 20px; }

.card-grid__no-posts {
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: 100;
  margin: 0 24px;
  padding: 36px 0 0 0;
  display: inline-block; }

.custom-select .item {
  font-size: 1.8rem;
  line-height: 2.5em; }

.post-text__title, .post-text h1 {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 100; }
  @media only screen and (max-width: 400px) {
    .post-text__title, .post-text h1 {
      font-size: 2.4rem; } }

.post-text h2 {
  font-size: 2.4rem;
  line-height: 1.16em;
  font-weight: 100; }

.post-text h3, .post-text h4, .post-text h5, .post-text h6 {
  font-size: 1.8rem;
  line-height: 1.16em;
  font-weight: 100; }

.archive-content__title {
  text-transform: capitalize; }

.data-card__statistic {
  font-size: 6rem !important;
  line-height: 1.2em !important;
  font-weight: 100 !important; }

.data-card__statistic-post-text {
  font-size: 3rem;
  line-height: 1em;
  margin-left: 12px; }

.data-card__text, .data-card__link {
  font-size: 1.8rem;
  line-height: 1.33em; }

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  color: #262223; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

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

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hero-block__breadcrumb {
  margin-top: 0; }
  .hero-block__breadcrumb a {
    color: white; }
  .hero-block__breadcrumb .pipe {
    margin: 0 10px; }

.hero-block__video-container {
  position: relative; }

.hero-block__video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .hero-block__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hero-block__image {
  position: relative;
  height: 80vh;
  min-height: 400px;
  max-height: 650px;
  background-position: bottom right; }

.hero-block__button {
  margin-top: 30px;
  display: inline-block; }

.hero-block__overlay {
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  .hero-block__overlay:before {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    /* w3c */
    z-index: 9; }
  .hero-block__overlay--blue {
    background: #00767D; }
  .hero-block__overlay--pink {
    background: #CC17BF; }
  .hero-block__overlay--green {
    background: #baf33c; }

.hero-block__container {
  position: relative;
  height: 100%; }

.hero-block__inner {
  position: absolute;
  bottom: 84px;
  right: 36px;
  left: 36px;
  z-index: 1;
  color: white;
  display: flex; }
  .hero-block__inner--dark-text, .hero-block__inner--dark-text .hero-block__breadcrumb a {
    color: #000000; }
  @media only screen and (max-width: 480px) {
    .hero-block__inner {
      bottom: 60px; } }
  @media only screen and (max-width: 460px) {
    .hero-block__inner {
      right: 12px;
      left: 12px; } }
  @media only screen and (max-width: 360px) {
    .hero-block__inner {
      bottom: 24px; } }

.hero-block__inner-text {
  max-width: 900px; }

.hero-block__text {
  margin-top: 18px; }
  @media (max-height: 800px) and (max-width: 460px) {
    .hero-block__text {
      font-size: 1.8rem; } }
  @media (max-height: 900px) and (min-width: 1040px) {
    .hero-block__text {
      font-size: 2.2rem; } }

.hero-block__inner-logo {
  width: 90px;
  margin-right: 18px; }
  .hero-block__inner-logo img {
    width: 100%;
    height: auto; }

.hero-block {
  position: relative; }
  .hero-block__video-container {
    position: relative; }
  .hero-block__image {
    position: relative;
    height: 80vh; }
  .hero-block__overlay {
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer; }
    .hero-block__overlay:before {
      content: "";
      opacity: 0.8;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 220px;
      background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
      z-index: 9; }
  .hero-block__container {
    position: relative;
    height: 100%;
    z-index: 2; }
  .hero-block__inner {
    position: absolute;
    z-index: 2;
    color: white; }
    .hero-block__inner--dark-text {
      color: #000000; }
  .hero-block--video {
    max-height: 70vh;
    overflow: hidden; }
  .hero-block--archive-filter .hero-block__image {
    position: relative;
    height: 40vh; }
  .hero-block--archive-filter .hero-block__heading {
    font-size: 4rem; }
  .hero-block--archive-filter .hero-block__text {
    margin-top: 12px;
    font-size: 24px; }
  .hero-block--archive-filter .hero-block__inner {
    bottom: 40px; }
  @media screen and (max-width: 400px) {
    .hero-block--archive-filter .hero-block__text {
      font-size: 20px; }
    .hero-block--archive-filter .hero-block__inner {
      flex-direction: column; }
    .hero-block--archive-filter .hero-block__inner-logo {
      width: 60px;
      margin-right: 18px;
      margin-bottom: 20px; } }

.in-page-nav {
  background: #aef9f8;
  padding: 30px 0; }
  .in-page-nav__container {
    display: flex;
    justify-content: space-evenly; }

.video {
  position: relative;
  background: none; }
  .video__frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1.5); }
    .video__frame--tall {
      transform: translateX(-50%) translateY(-50%) scale(2.5); }
  .video__link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

.touchevents .home .video__frame {
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) scale(2); }

.project-video {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .project-video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .project-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .project-video__cover {
    background: no-repeat center /cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out; }
    .project-video__cover.hide {
      opacity: 0; }

.video-overlay {
  max-height: 70vh; }
  .video-overlay:after {
    content: "";
    background-image: url(../images/WEKH-Icon-Play.svg);
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 100px;
    right: 100px;
    width: 100px;
    height: 100px; }
  .video-overlay.playing:after {
    content: "";
    background-image: url(../images/WEKH-Icon-Pause.svg);
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 100px;
    right: 100px;
    width: 100px;
    height: 100px; }

.data-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-gap: 48px; }
  @media only screen and (max-width: 1024px) {
    .data-cards-grid {
      margin-top: 48px;
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 640px) {
    .data-cards-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .data-cards-grid--preview {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px; }
    @media only screen and (max-width: 640px) {
      .data-cards-grid--preview {
        grid-template-columns: repeat(1, 1fr); } }

.data-card {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding: 20px; }
  .data-card__statistic {
    margin-bottom: 12px;
    margin-top: 12px; }
  .data-card__animated {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }

.data-card:nth-child(6n+1) {
  color: white;
  background: #CC17BF; }
  .data-card:nth-child(6n+1) a {
    color: white; }
  .data-card:nth-child(6n+1) .data-card__image {
    background: url("../images/icon-pink-card.svg");
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 18px; }

.data-card:nth-child(6n+2) {
  color: #000000;
  background: #14F2E8; }
  .data-card:nth-child(6n+2) a {
    color: #000000; }
  .data-card:nth-child(6n+2) .data-card__image {
    background: url("../images/icon-blue-card.svg");
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 18px; }

.data-card:nth-child(6n+3) {
  color: #000000;
  background: #ABF217; }
  .data-card:nth-child(6n+3) a {
    color: #000000; }
  .data-card:nth-child(6n+3) .data-card__image {
    background: url("../images/icon-green-card.svg");
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 18px; }

.data-card:nth-child(6n+4) {
  color: #000000;
  background: #14F2E8; }
  .data-card:nth-child(6n+4) a {
    color: #000000; }
  .data-card:nth-child(6n+4) .data-card__image {
    background: url("../images/icon-blue-card.svg");
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 18px; }

.data-card:nth-child(6n+5) {
  color: #000000;
  background: #ABF217; }
  .data-card:nth-child(6n+5) a {
    color: #000000; }
  .data-card:nth-child(6n+5) .data-card__image {
    background: url("../images/icon-green-card.svg");
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 18px; }

.data-card:nth-child(6n+6) {
  color: white;
  background: #CC17BF; }
  .data-card:nth-child(6n+6) a {
    color: white; }
  .data-card:nth-child(6n+6) .data-card__image {
    background: url("../images/icon-pink-card.svg");
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 18px; }

.ob-loadmore-template {
  display: none; }

.form__row {
  margin-bottom: 12px;
  position: relative; }

.form__input, .form__textarea {
  color: white; }

.form__input--textarea {
  height: 160px; }

.form__input--select {
  height: 52px;
  color: #D2D2D8;
  text-transform: uppercase;
  font-size: 12px; }

.form__input, .form input:invalid, .form textarea:invalid {
  background: #000000 !important;
  border: none;
  padding: 22px 10px 12px;
  border-radius: 10px;
  width: 100%;
  color: white; }

.form__message {
  margin-top: 18px;
  max-width: 325px; }

.form__button {
  background: white;
  border: none;
  padding: 18px 10px 18px;
  border-radius: 10px; }

.form--error .form__message:before {
  content: "*"; }

.form--error .form__label--empty:after {
  content: "Missing Field";
  position: absolute;
  color: #D2D2D8;
  right: 12px;
  text-transform: uppercase;
  top: 2px;
  font-size: 12px; }

.form--success .form__row, .form--success .form__button {
  display: none; }

.form--success .form__message {
  padding: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  color: white;
  background: #262223;
  max-width: none;
  width: 100%; }

.form__label span {
  position: absolute;
  color: #D2D2D8;
  left: 12px;
  text-transform: uppercase;
  top: 2px;
  font-size: 12px; }

.form__label--checkbox, .form__label--radio {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .form__label--checkbox input, .form__label--radio input {
    width: auto;
    margin-right: 12px; }
  .form__label--checkbox span, .form__label--radio span {
    position: static;
    color: #000000; }

.form__label--select span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.footer .form--error .form__label--empty:after {
  top: initial;
  bottom: -24px; }

.footer .form--success .form__message {
  background: #000000; }

.footer--english .form--error .form__label--empty:after {
  content: "Required";
  position: absolute; }

.footer--french .form--error .form__label--empty:after {
  content: "obligatoire";
  position: absolute; }

.title-section {
  margin: 0 48px 0 0;
  max-width: 870px;
  z-index: 1; }
  @media only screen and (max-width: 480px) {
    .title-section {
      margin: 0; } }
  .title-section__title {
    margin: 0 0 18px;
    display: flex;
    align-items: center; }
  .title-section__title-text {
    margin: 0; }
  .title-section__icon {
    height: 80px;
    width: 80px;
    margin-right: 12px;
    min-width: 40px; }
  .title-section__intro-text {
    width: 360px; }
    @media only screen and (max-width: 1024px) {
      .title-section__intro-text {
        margin-right: 0;
        width: 100%;
        max-width: 60vw; } }
    @media only screen and (max-width: 480px) {
      .title-section__intro-text {
        max-width: 100%; } }
  .title-section__button {
    margin-top: 30px; }
    @media only screen and (max-width: 1024px) {
      .title-section__button {
        display: none; } }
    .title-section__button--mobile {
      display: none; }
      @media only screen and (max-width: 1024px) {
        .title-section__button--mobile {
          display: block; } }
  .title-section--animated .title-section__title {
    opacity: 0;
    transition: all ease 0.5s;
    transform: translate(-50%, 0); }
    .title-section--animated .title-section__title.animate {
      opacity: 1;
      transform: translate(0%, 0); }

.featured-research-block__initial-cards, .featured-research-block__reveal-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 50px; }
  @media only screen and (max-width: 860px) {
    .featured-research-block__initial-cards, .featured-research-block__reveal-cards {
      grid-template-columns: 1fr 1fr;
      column-gap: 30px;
      row-gap: 30px; } }
  @media screen and (max-width: 580px) {
    .featured-research-block__initial-cards, .featured-research-block__reveal-cards {
      grid-template-columns: 1fr; } }

@media only screen and (max-width: 860px) {
  .featured-research-block__initial-cards .card:nth-child(4n) {
    display: none; } }

.featured-research-block__card-image--entrepreneur {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 240px; }

.featured-research-block__reveal-cards {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition-delay: 0.2s;
  max-height: 0;
  overflow: hidden;
  margin-top: 60px;
  z-index: 1; }
  @media screen and (max-width: 860px) {
    .featured-research-block__reveal-cards {
      margin-top: 30px; } }
  .featured-research-block__reveal-cards--open {
    transition: max-height 1s ease-in-out;
    max-height: 10000px; }

.featured-research-block__reveal-button, .featured-research-block__hide-button {
  text-align: center;
  display: block;
  margin-top: 60px;
  padding: 12px;
  width: 100%;
  border: none;
  color: #2C2C2E;
  background: white;
  position: relative;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.5rem;
  cursor: pointer; }
  .featured-research-block__reveal-button:after, .featured-research-block__hide-button:after {
    content: '';
    background: url(../images/chevron-down.svg);
    display: inline-block;
    background-size: cover;
    width: 14px;
    height: 8px; }
  .featured-research-block__reveal-button--hide, .featured-research-block__hide-button--hide {
    visibility: hidden;
    z-index: 0; }

.featured-research-block__reveal-button {
  z-index: 2; }

.featured-research-block__hide-button {
  z-index: 1;
  margin-top: 0; }
  .featured-research-block__hide-button:after {
    transform: rotate(180deg); }

.swiper-nav-button {
  width: 40px;
  background: #CC17BF;
  z-index: 1; }

@media only screen and (max-width: 480px) {
  .swiper-button-next {
    right: 0; } }

@media only screen and (max-width: 480px) {
  .swiper-button-prev {
    left: 0; } }

.swiper-pagination-bullet {
  background: transparent; }

.swiper-pagination {
  text-align: center;
  margin: 0 auto; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1; }

.swiper-container--quote {
  padding-bottom: 40px;
  bottom: -6px !important; }
  .swiper-container--quote .swiper-pagination {
    text-align: left; }
    .swiper-container--quote .swiper-pagination .swiper-pagination-bullet {
      width: 22px;
      height: 22px;
      background: transparent;
      border: 2px solid #CC17BF;
      opacity: 1; }
    .swiper-container--quote .swiper-pagination .swiper-pagination-bullet-active {
      background: #CC17BF; }

.swiper-container--posts .swiper-pagination {
  width: 200px !important;
  margin: 0 auto;
  text-align: center;
  left: calc(50% - 100px) !important; }

/* The animation code */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.card {
  border-radius: 5px;
  background: white; }
  .card__featured-pattern {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 80px;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .card__featured-pattern img {
      position: absolute;
      position: absolute;
      width: 500px;
      top: -132px;
      left: 0;
      z-index: 1; }
    .card__featured-pattern span {
      content: '';
      top: 0;
      bottom: 10px;
      left: 0;
      right: 0;
      position: absolute;
      z-index: 0; }
  .card__content {
    position: relative;
    padding: 30px; }
    @media screen and (max-width: 860px) {
      .card__content {
        padding: 20px 12px; } }
  .card__social {
    display: flex;
    margin-top: 12px; }
  .card__social-icon {
    width: 22px;
    height: 22px;
    margin-right: 6px; }
    .card__social-icon:after {
      display: none; }
  .card__excerpt {
    word-break: break-word; }
  .card__research-content {
    margin-top: 6px;
    line-height: 1.25em;
    text-transform: capitalize; }
  .card__title {
    margin: 0;
    font-size: 24px;
    line-height: 30px; }
  .card__authors {
    margin-bottom: 6px; }
  .card__source {
    margin-bottom: 0;
    margin-top: 0; }
  .card__authors, .card__source {
    font-size: 16px; }
  .card__tags-block {
    margin-top: 20px; }
    .card__tags-block .active {
      display: none; }
  .card__tags {
    margin-top: 30px; }
    .card__tags strong {
      font-weight: 400; }
  .card__categories strong {
    font-weight: 400; }
  .card__tag {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .card__tags-block-title {
    margin: 0; }
  .card--featured {
    animation: fadeIn 0.3s linear; }
  .card--post strong {
    font-weight: 400; }
  .card--post .card__image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .card--post .card__date {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 2rem; }
  .card--resource .card__description, .card--entrepreneurs .card__description {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.5em; }
  .card--resource .card__title, .card--entrepreneurs .card__title {
    flex: 0 0 25%; }
  .card--resource .card__tags, .card--entrepreneurs .card__tags {
    flex: 0 0 15%;
    margin-top: 0; }
  .card--resource .external-link:after, .card--entrepreneurs .external-link:after {
    position: absolute;
    bottom: -2px; }
  .card--entrepreneurs .card__tag {
    line-height: 1.5em;
    text-transform: initial;
    font-weight: 400; }
  .card--entrepreneurs .card__tags {
    display: inline-block;
    line-height: 0;
    margin-top: 12px; }
  .card--placeholder {
    min-height: 112px; }
  .card--top-card {
    grid-column: 1 / 4;
    display: flex;
    flex-direction: row;
    min-height: 270px; }
    .card--top-card .card__container {
      display: flex;
      width: 100%; }
    .card--top-card .card__title {
      margin: 0;
      font-size: 36px;
      line-height: 40px; }
    .card--top-card .card__image {
      width: calc(33% + 22px);
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      position: relative; }
    .card--top-card .card__content {
      flex: 1 1 0;
      align-self: center; }
    .card--top-card .card__featured-pattern {
      width: 60px;
      height: 100%;
      position: absolute;
      overflow: hidden; }
      .card--top-card .card__featured-pattern img {
        width: 500px;
        left: -100px;
        top: -100px;
        max-width: initial; }
    .card--top-card .card__excerpt {
      font-size: 14px;
      line-height: 20px; }
    .card--top-card .card__readmore {
      text-transform: uppercase;
      text-decoration: underline;
      font-weight: 400; }
    .card--top-card .card__authors, .card--top-card .card__source {
      font-size: 18px; }
      @media screen and (max-width: 580px) {
        .card--top-card .card__authors, .card--top-card .card__source {
          font-size: 16px; } }
    @media screen and (max-width: 860px) {
      .card--top-card {
        grid-column: span 2; }
        .card--top-card .card__container {
          flex-direction: column; }
        .card--top-card .card__title {
          font-size: 24px;
          line-height: 30px; }
        .card--top-card .card__image {
          width: 100%;
          height: 200px;
          border-bottom-left-radius: 0px;
          border-top-right-radius: 5px; }
        .card--top-card .card__content {
          flex: 1 1 0; } }
    @media screen and (max-width: 580px) {
      .card--top-card {
        grid-column: 1; } }

.card-grid--list .card {
  margin: 0; }
  @media screen and (max-width: 580px) {
    .card-grid--list .card .card__title, .card-grid--list .card .card__authors-source, .card-grid--list .card .card__year-type {
      flex: 1 1 0; } }
  .card-grid--list .card__featured-pattern {
    position: relative;
    overflow: hidden; }
    .card-grid--list .card__featured-pattern img {
      position: absolute;
      width: 300px;
      max-width: initial;
      left: -100px;
      height: 300px; }
    .card-grid--list .card__featured-pattern span {
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 10px;
      position: absolute;
      z-index: 0; }
  .card-grid--list .card__title {
    margin: 0;
    max-width: 40%;
    flex: 0 0 45%;
    font-size: 16px;
    line-height: 20px; }
    @media screen and (max-width: 580px) {
      .card-grid--list .card__title {
        max-width: 100%;
        margin-bottom: 20px; } }
    .card-grid--list .card__title h3 {
      display: inline;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      margin-top: 0; }
  .card-grid--list .card__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding: 20px 30px; }
    @media screen and (max-width: 1024px) {
      .card-grid--list .card__content {
        padding: 12px 20px; } }
    @media screen and (max-width: 580px) {
      .card-grid--list .card__content {
        flex-direction: column; } }
  .card-grid--list .card__authors-source {
    margin-top: 0;
    flex: 0 0 45%; }
  .card-grid--list .card__tags {
    margin-top: 6px;
    margin-bottom: 0; }
    .card-grid--list .card__tags strong {
      font-weight: 400; }
  .card-grid--list .card__authors {
    margin-top: 0;
    margin-bottom: 0; }
  .card-grid--list .card__authors, .card-grid--list .card__source {
    font-size: 14px;
    line-height: 20px; }
  .card-grid--list .card__year-type {
    flex: 0 0 10%; }
    .card-grid--list .card__year-type .slug {
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0; }
  .card-grid--list .card__year {
    margin-bottom: 6px; }
  .card-grid--list .card--resource .card__graphic {
    background: #cc17bf57; }
  .card-grid--list .card--resource .card__description {
    flex: 0 0 60%;
    padding: 0 20px; }
  .card-grid--list .card--resource .card__title {
    flex: 0 0 40%; }
    @media screen and (max-width: 580px) {
      .card-grid--list .card--resource .card__title {
        margin-bottom: 8px; } }
  .card-grid--list .card--resource .card__tags {
    flex: 1;
    margin-left: 18px;
    margin-top: 0; }
    @media screen and (max-width: 580px) {
      .card-grid--list .card--resource .card__tags {
        margin-left: 0; } }
  .card-grid--list .card--entrepreneurs .card__description {
    padding: 0; }
  .card-grid--list .card--entrepreneurs .card__tags {
    display: inline-block;
    margin-top: 12px;
    line-height: 1em; }
  .card-grid--list .card--entrepreneurs .card__tag {
    line-height: 1.5em;
    text-transform: initial;
    font-weight: 400; }
  .card-grid--list .card--entrepreneurs .card__content-left {
    flex: 0 0 40%;
    padding-right: 18px; }
  .card-grid--list .card--entrepreneurs .card__content-right {
    flex: 0 0 60%; }

.card-grid--grid .card__featured-pattern span {
  content: '';
  bottom: 10px;
  right: 0px; }

.card-grid--grid .card__title {
  font-size: 20px;
  line-height: 26px; }
  .card-grid--grid .card__title h3 {
    display: inline;
    font-size: 20px;
    line-height: 26px; }

.card-grid--grid .card__content {
  padding: 30px 15px; }

.card-grid--grid .card__tags {
  margin-top: 12px; }

.card-grid--grid .card__authors {
  margin-bottom: 0; }

.card-grid--grid .card__authors, .card-grid--grid .card__source {
  font-size: 14px;
  line-height: 20px;
  display: inline-block; }

.card-grid--grid .card--entrepreneurs .card__image {
  height: 180px;
  background-position: center !important; }

.card-grid--grid .card--entrepreneurs .card__description {
  padding: 12px 0; }

.card-grid--grid .card--entrepreneurs .external-link {
  padding-right: 14px; }

@keyframes announcement-spin {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: rotate(90deg); } }

@keyframes announcement-fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.announcement {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #14F2E8;
  position: fixed;
  font-size: 18px;
  line-height: 26px;
  z-index: 8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s; }
  .announcement__flyout {
    display: none;
    opacity: 0;
    max-width: 400px;
    transition-delay: 0.3s; }
  .announcement__flyout-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0; }
  .announcement__flyout-text {
    display: inline-block;
    margin: 1em 0 0; }
    .announcement__flyout-text p:last-child {
      margin-bottom: 0; }
  .announcement__toggle {
    border: 0;
    background: none;
    position: relative;
    font-weight: 500;
    padding: 60px 12px 30px 12px; }
    .announcement__toggle:before {
      content: '';
      background-image: url(../images/WEKH-Icon-Open.svg);
      background-size: cover;
      position: absolute;
      top: 21px;
      left: 12px;
      height: 1px;
      width: 18px;
      background: black; }
    .announcement__toggle:after {
      content: '';
      background-size: cover;
      position: absolute;
      transform: rotate(-90deg);
      top: 21px;
      left: 12px;
      height: 1px;
      width: 18px;
      background: black; }
  .announcement__button-text {
    writing-mode: vertical-rl;
    transform: scale(-1); }
    .announcement__button-text--open {
      display: block; }
    .announcement__button-text--close {
      display: none; }
  .announcement--visible {
    padding: 21px 0 0; }
    .announcement--visible .announcement__flyout {
      animation: 0.6s announcement-fadein linear forwards;
      display: block;
      opacity: 1; }
    .announcement--visible .announcement__flyout-title {
      padding: 0 30px; }
    .announcement--visible .announcement__flyout-text {
      background: white;
      padding: 0 30px 30px; }
      .announcement--visible .announcement__flyout-text a {
        text-decoration: underline; }
    .announcement--visible .announcement__toggle {
      padding: 0;
      position: absolute;
      right: 30px;
      top: 24px;
      width: 20px;
      height: 20px;
      animation: 0.6s announcement-spin linear forwards; }
      .announcement--visible .announcement__toggle:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 1px;
        height: 1px;
        width: 18px;
        background: black; }
      .announcement--visible .announcement__toggle:after {
        content: '';
        position: absolute;
        top: 9px;
        left: 1px;
        height: 1px;
        width: 18px;
        background: black; }
    .announcement--visible .announcement__button-text--open {
      display: none; }
    .announcement--visible .announcement__button-text--close {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
  @media screen and (max-width: 480px) {
    .announcement {
      top: auto;
      bottom: 0;
      right: 0;
      transform: translateY(0%); }
      .announcement__toggle {
        padding: 12px 30px 12px 60px; }
      .announcement__button-text {
        transform: scale(1); }
        .announcement__button-text--open {
          writing-mode: unset; } }

@media only screen and (max-width: 600px) {
  .filtering_set_val:after {
    content: "\22C1";
    margin-left: 6px; }
  .filtering_set_val.show:after {
    content: "\22C0";
    margin-left: 6px; } }

.search-form-section {
  background: #00767D;
  padding: 30rem 0 8rem; }
  @media only screen and (max-width: 1024px) {
    .search-form-section {
      padding: 200px 0 100px; } }
  @media only screen and (max-width: 460px) {
    .search-form-section {
      padding: 140px 0 60px; } }
  .search-form-section--pink {
    background: #CC17BF; }
  .search-form-section h1 {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-family: 'Rubik', sans-serif;
    font-weight: 100; }

.search-page {
  padding-bottom: 8rem; }
  .search-page__results-section {
    margin-top: 8rem; }
    .search-page__results-section .general-button {
      margin: 0 20px 20px 0; }
  .search-page__title {
    font-weight: 100;
    font-size: 4rem;
    margin-top: 60px;
    margin-bottom: -30px;
    text-transform: none; }
    .search-page__title--no-results {
      margin-bottom: 0; }
    @media screen and (max-width: 860px) {
      .search-page__title {
        margin-top: 30px;
        font-size: 36px; } }
    @media screen and (max-width: 460px) {
      .search-page__title {
        font-size: 24px; } }
  .search-page__suggested-title {
    font-size: 24px; }
  .search-page__suggested-terms {
    margin-top: 60px; }
  .search-page__block-title {
    text-transform: capitalize; }
  .search-page__posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    align-items: flex-start;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .search-page__posts {
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 600px) {
      .search-page__posts {
        grid-template-columns: 1fr; } }
    .search-page__posts--events {
      display: flex;
      flex-wrap: wrap;
      grid-gap: 0; }
    .search-page__posts .ajde_evcal_calendar {
      margin-bottom: 0 !important;
      padding-top: 0; }
  .search-page__btn {
    margin-top: 6rem; }
  @media screen and (max-width: 860px) {
    .search-page .card__title {
      margin-top: 0;
      font-size: 16px;
      line-height: 20px; } }

.filter-search-form {
  display: block;
  width: 100%;
  border-bottom: 1px solid white;
  position: relative;
  transition: 0.3s;
  cursor: pointer; }
  .filter-search-form:hover {
    border-bottom: 1px solid white; }
  .filter-search-form__search-submit {
    border: none;
    background-color: none;
    width: 60px;
    height: 60px;
    background: url(../images/search-white-24x24.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 9px;
    right: 10px;
    color: transparent; }
    @media only screen and (max-width: 1024px) {
      .filter-search-form__search-submit {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 460px) {
      .filter-search-form__search-submit {
        width: 30px;
        height: 30px;
        right: 0; } }
  .filter-search-form__search-field {
    color: white;
    font-size: 7rem;
    line-height: 1.3em;
    background: none;
    padding: 0 !important;
    border: none !important;
    width: 100%; }
    .filter-search-form__search-field::selection {
      background: white; }
    .filter-search-form__search-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white;
      font-size: 7rem;
      font-family: 'Rubik', sans-serif;
      padding: 10px 0; }
    .filter-search-form__search-field::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      font-size: 7rem;
      font-family: 'Rubik', sans-serif;
      padding: 10px 0; }
    .filter-search-form__search-field:-ms-input-placeholder {
      /* IE 10+ */
      color: white;
      font-size: 7rem;
      font-family: 'Rubik', sans-serif;
      padding: 10px 0; }
    .filter-search-form__search-field:-moz-placeholder {
      /* Firefox 18- */
      color: white;
      font-size: 7rem;
      font-family: 'Rubik', sans-serif;
      padding: 10px 0; }
    .filter-search-form__search-field:-webkit-autofill, .filter-search-form__search-field:-webkit-autofill:hover, .filter-search-form__search-field:-webkit-autofill:focus, .filter-search-form__search-field:-internal-autofill-previewed, .filter-search-form__search-field:-internal-autofill-selected {
      -webkit-text-fill-color: white;
      -webkit-box-shadow: 0 0 0px 1000px transparent inset;
      transition: background-color 5000s ease-in-out 0s;
      font-size: 7rem !important; }
      .filter-search-form__search-field:-webkit-autofill::-webkit-input-placeholder, .filter-search-form__search-field:-webkit-autofill:hover::-webkit-input-placeholder, .filter-search-form__search-field:-webkit-autofill:focus::-webkit-input-placeholder, .filter-search-form__search-field:-internal-autofill-previewed::-webkit-input-placeholder, .filter-search-form__search-field:-internal-autofill-selected::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
        font-size: 7rem !important;
        font-family: 'Rubik', sans-serif;
        padding: 10px 0; }
      .filter-search-form__search-field:-webkit-autofill::-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:hover::-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:focus::-moz-placeholder, .filter-search-form__search-field:-internal-autofill-previewed::-moz-placeholder, .filter-search-form__search-field:-internal-autofill-selected::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
        font-size: 7rem !important;
        font-family: 'Rubik', sans-serif;
        padding: 10px 0; }
      .filter-search-form__search-field:-webkit-autofill:-ms-input-placeholder, .filter-search-form__search-field:-webkit-autofill:hover:-ms-input-placeholder, .filter-search-form__search-field:-webkit-autofill:focus:-ms-input-placeholder, .filter-search-form__search-field:-internal-autofill-previewed:-ms-input-placeholder, .filter-search-form__search-field:-internal-autofill-selected:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
        font-size: 7rem !important;
        font-family: 'Rubik', sans-serif;
        padding: 10px 0; }
      .filter-search-form__search-field:-webkit-autofill:-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:hover:-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:focus:-moz-placeholder, .filter-search-form__search-field:-internal-autofill-previewed:-moz-placeholder, .filter-search-form__search-field:-internal-autofill-selected:-moz-placeholder {
        /* Firefox 18- */
        color: white;
        font-size: 7rem !important;
        font-family: 'Rubik', sans-serif;
        padding: 10px 0; }
    @media only screen and (max-width: 1024px) {
      .filter-search-form__search-field {
        font-size: 42px;
        padding: 0 46px 0 0 !important; }
        .filter-search-form__search-field::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 42px !important; }
        .filter-search-form__search-field::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 42px !important; }
        .filter-search-form__search-field:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 42px !important; }
        .filter-search-form__search-field:-moz-placeholder {
          /* Firefox 18- */
          font-size: 42px !important; }
        .filter-search-form__search-field:-webkit-autofill, .filter-search-form__search-field:-webkit-autofill:hover, .filter-search-form__search-field:-webkit-autofill:focus, .filter-search-form__search-field:-internal-autofill-previewed, .filter-search-form__search-field:-internal-autofill-selected {
          font-size: 42px !important; }
          .filter-search-form__search-field:-webkit-autofill::-webkit-input-placeholder, .filter-search-form__search-field:-webkit-autofill:hover::-webkit-input-placeholder, .filter-search-form__search-field:-webkit-autofill:focus::-webkit-input-placeholder, .filter-search-form__search-field:-internal-autofill-previewed::-webkit-input-placeholder, .filter-search-form__search-field:-internal-autofill-selected::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-size: 42px !important; }
          .filter-search-form__search-field:-webkit-autofill::-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:hover::-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:focus::-moz-placeholder, .filter-search-form__search-field:-internal-autofill-previewed::-moz-placeholder, .filter-search-form__search-field:-internal-autofill-selected::-moz-placeholder {
            /* Firefox 19+ */
            font-size: 42px !important; }
          .filter-search-form__search-field:-webkit-autofill:-ms-input-placeholder, .filter-search-form__search-field:-webkit-autofill:hover:-ms-input-placeholder, .filter-search-form__search-field:-webkit-autofill:focus:-ms-input-placeholder, .filter-search-form__search-field:-internal-autofill-previewed:-ms-input-placeholder, .filter-search-form__search-field:-internal-autofill-selected:-ms-input-placeholder {
            /* IE 10+ */
            font-size: 42px !important; }
          .filter-search-form__search-field:-webkit-autofill:-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:hover:-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:focus:-moz-placeholder, .filter-search-form__search-field:-internal-autofill-previewed:-moz-placeholder, .filter-search-form__search-field:-internal-autofill-selected:-moz-placeholder {
            /* Firefox 18- */
            font-size: 42px !important; } }
    @media only screen and (max-width: 460px) {
      .filter-search-form__search-field {
        font-size: 30px;
        padding: 0 36px 0 0 !important; }
        .filter-search-form__search-field::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 30px !important; }
        .filter-search-form__search-field::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 30px !important; }
        .filter-search-form__search-field:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 30px !important; }
        .filter-search-form__search-field:-moz-placeholder {
          /* Firefox 18- */
          font-size: 30px !important; }
        .filter-search-form__search-field:-webkit-autofill, .filter-search-form__search-field:-webkit-autofill:hover, .filter-search-form__search-field:-webkit-autofill:focus, .filter-search-form__search-field:-internal-autofill-previewed, .filter-search-form__search-field:-internal-autofill-selected {
          font-size: 30px !important; }
          .filter-search-form__search-field:-webkit-autofill::-webkit-input-placeholder, .filter-search-form__search-field:-webkit-autofill:hover::-webkit-input-placeholder, .filter-search-form__search-field:-webkit-autofill:focus::-webkit-input-placeholder, .filter-search-form__search-field:-internal-autofill-previewed::-webkit-input-placeholder, .filter-search-form__search-field:-internal-autofill-selected::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-size: 30px !important; }
          .filter-search-form__search-field:-webkit-autofill::-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:hover::-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:focus::-moz-placeholder, .filter-search-form__search-field:-internal-autofill-previewed::-moz-placeholder, .filter-search-form__search-field:-internal-autofill-selected::-moz-placeholder {
            /* Firefox 19+ */
            font-size: 30px !important; }
          .filter-search-form__search-field:-webkit-autofill:-ms-input-placeholder, .filter-search-form__search-field:-webkit-autofill:hover:-ms-input-placeholder, .filter-search-form__search-field:-webkit-autofill:focus:-ms-input-placeholder, .filter-search-form__search-field:-internal-autofill-previewed:-ms-input-placeholder, .filter-search-form__search-field:-internal-autofill-selected:-ms-input-placeholder {
            /* IE 10+ */
            font-size: 30px !important; }
          .filter-search-form__search-field:-webkit-autofill:-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:hover:-moz-placeholder, .filter-search-form__search-field:-webkit-autofill:focus:-moz-placeholder, .filter-search-form__search-field:-internal-autofill-previewed:-moz-placeholder, .filter-search-form__search-field:-internal-autofill-selected:-moz-placeholder {
            /* Firefox 18- */
            font-size: 30px !important; } }
  .filter-search-form__search-clear {
    color: white;
    text-transform: uppercase;
    padding: 5px 6px 0px 20px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    cursor: pointer; }
    .filter-search-form__search-clear:before, .filter-search-form__search-clear:after {
      content: '';
      position: absolute;
      top: 16px;
      height: 1px;
      background: white;
      width: 16px;
      transform: rotate(45deg);
      left: 0; }
    .filter-search-form__search-clear:after {
      transform: rotate(-45deg); }
  .filter-search-form--close {
    background: url(../images/clear--blue.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 9px;
    right: 6px; }
  .filter-search-form__total {
    color: white; }

.page-block--pink .card__content {
  background: #CC17BF; }

.page-block--blue .card__content {
  background: #14F2E8; }

.page-block--white .card__content {
  background: "white"; }

.card__excerpt {
  margin: 20px 0; }

.filter-block {
  position: relative; }
  .filter-block__main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media only screen and (max-width: 1024px) {
      .filter-block__main-content {
        flex-direction: column; } }
    .filter-block__main-content--no-filters {
      justify-content: flex-end; }
  .filter-block input[type="radio"], .filter-block input[type="checkbox"] {
    display: none; }
  .filter-block .wekh-only:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid black;
    display: inline-block;
    margin-right: 6px; }
  .filter-block .wekh-only--checked:before {
    content: '';
    background: #000; }
  .filter-block .form__row {
    margin-bottom: 0; }
    .filter-block .form__row label {
      display: flex;
      align-items: baseline; }
  .filter-block__pagination {
    width: 76%;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .filter-block__pagination {
        width: 100%; } }

.filter-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 42px; }
  .filter-nav__above-cards-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1 1 0;
    padding-left: 24px; }
    @media only screen and (max-width: 1024px) {
      .filter-nav__above-cards-content {
        display: none;
        flex: 1; } }
    .filter-nav__above-cards-content--mobile {
      display: none;
      padding-left: 0;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1024px) {
        .filter-nav__above-cards-content--mobile {
          display: flex; } }
      .filter-nav__above-cards-content--mobile .sort-by {
        display: none; }
        @media only screen and (max-width: 1024px) {
          .filter-nav__above-cards-content--mobile .sort-by {
            display: block; } }
  .filter-nav__search {
    width: calc(25% - 24px);
    max-width: 324px;
    min-width: 230px; }
    @media only screen and (max-width: 1024px) {
      .filter-nav__search {
        width: 100%;
        max-width: initial; } }
  .filter-nav--no-filters {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 76%;
    padding-right: 54px; }
    @media only screen and (max-width: 1200px) {
      .filter-nav--no-filters {
        width: 90%; } }
    @media only screen and (max-width: 1024px) {
      .filter-nav--no-filters {
        width: 100%; } }
    .filter-nav--no-filters .top-nav__above-cards-content {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      width: 76%; }

.total-results--mobile, .loadmore--mobile {
  padding: 18px 0;
  display: none; }
  @media only screen and (max-width: 1024px) {
    .total-results--mobile, .loadmore--mobile {
      display: block; } }

.total-results__loading:after, .loadmore__loading:after {
  content: ' .';
  animation: dots 1.5s steps(5, end) infinite; }

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: black;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: .25em 0 0 black, .5em 0 0 black; } }

.card-grid {
  width: 75%;
  margin-bottom: 40px;
  margin: 0 0 40px; }
  @media only screen and (max-width: 1024px) {
    .card-grid {
      width: 100%; } }
  .card-grid__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px; }
  .card-grid__card {
    width: calc(33.33333333% - 24px);
    margin: 0 12px;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .card-grid__card {
        width: calc(50% - 48px); } }
    @media only screen and (max-width: 640px) {
      .card-grid__card {
        width: calc(100% - 48px);
        margin-bottom: 24px; } }
    @media only screen and (max-width: 460px) {
      .card-grid__card {
        width: 100%;
        margin-left: 12px;
        margin-right: 12px; } }
  @media only screen and (max-width: 1200px) {
    .card-grid--no-filters {
      width: 90%; } }
  @media only screen and (max-width: 1024px) {
    .card-grid--no-filters {
      width: 100%; } }
  .card-grid--list .card-grid__content {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .card-grid--list .card {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden; }
    .card-grid--list .card:nth-child(6n+1) .card__featured-pattern:after {
      background: #CC17BF; }
    .card-grid--list .card:nth-child(6n+2) .card__featured-pattern:after {
      background: #14F2E8; }
    .card-grid--list .card:nth-child(6n+3) .card__featured-pattern:after {
      background: #ABF217; }
    .card-grid--list .card:nth-child(6n+4) .card__featured-pattern:after {
      background: #CC17BF; }
    .card-grid--list .card:nth-child(6n+5) .card__featured-pattern:after {
      background: #14F2E8; }
    .card-grid--list .card:nth-child(6n+6) .card__featured-pattern:after {
      background: #ABF217; }
  .card-grid--list .card__featured-pattern {
    width: 80px;
    min-width: 80px;
    height: auto;
    border-top-right-radius: 0; }
  .card-grid--list .card__graphic {
    width: 70px;
    min-width: 70px;
    height: auto;
    border-top-right-radius: 0; }
  @media screen and (max-width: 1024px) {
    .card-grid--list .card__featured-pattern {
      width: 40px;
      min-width: 40px; } }
  .card-grid--list .card__graphic {
    background: #c7fffe; }
    @media screen and (max-width: 1024px) {
      .card-grid--list .card__graphic {
        width: 30px;
        min-width: 30px;
        background: #c7fffe; } }
  .card-grid--grid .card:nth-child(6n+1) .card__featured-pattern:after {
    background: #CC17BF; }
  .card-grid--grid .card:nth-child(6n+2) .card__featured-pattern:after {
    background: #14F2E8; }
  .card-grid--grid .card:nth-child(6n+3) .card__featured-pattern:after {
    background: #ABF217; }
  .card-grid--grid .card:nth-child(6n+4) .card__featured-pattern:after {
    background: #14F2E8; }
  .card-grid--grid .card:nth-child(6n+5) .card__featured-pattern:after {
    background: #ABF217; }
  .card-grid--grid .card:nth-child(6n+6) .card__featured-pattern:after {
    background: #CC17BF; }
  .card-grid--loading {
    animation: cards-loading 0.8s linear infinite alternate; }
    .card-grid--loading .card__content {
      visibility: hidden; }

@keyframes cards-loading {
  from {
    opacity: 0.2; }
  to {
    opacity: 0.5; } }

.loadmore {
  margin: 40px auto 0;
  text-align: center;
  display: block;
  border: none;
  color: #2C2C2E;
  background: none;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 640px) {
    .loadmore {
      margin: 12px auto 0; } }
  .loadmore:after {
    content: '';
    background: url(../images/chevron-down.svg);
    display: block;
    background-size: cover;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 4px);
    width: 14px;
    height: 8px; }
  .loadmore--more {
    display: block;
    margin-top: 60px; }
  .loadmore--all {
    display: none;
    margin-top: 60px; }
  .loadmore--open.loadmore--more {
    display: none; }
  .loadmore--open.loadmore--all {
    display: block; }
  .loadmore--hidden {
    pointer-events: none;
    visibility: hidden; }

.filter-sidebar {
  width: 25%; }
  @media only screen and (max-width: 1024px) {
    .filter-sidebar {
      width: 100%;
      padding-right: 0; } }
  .filter-sidebar__title {
    color: #000000;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between; }
  .filter-sidebar__form {
    padding-right: 24px; }
    @media only screen and (max-width: 1024px) {
      .filter-sidebar__form {
        padding-right: 0; } }
  .filter-sidebar__clearall {
    cursor: pointer; }
    .filter-sidebar__clearall:hover {
      text-decoration: underline; }
  .filter-sidebar__hr {
    border-top: 2px solid #000000; }

.taxonomy__title {
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .taxonomy__title {
      margin: 12px 0; } }

.taxonomy__dropdown-arrow {
  margin: 0 10px 0 0;
  display: inline-block; }

.taxonomy__tags {
  overflow: scroll;
  max-height: 400px;
  display: none;
  margin-top: -12px; }
  @media only screen and (max-width: 767px) {
    .taxonomy__tags {
      margin-top: 0; } }

.taxonomy__hr {
  margin: 6px 0; }

.taxonomy--open .taxonomy__tags {
  display: block; }

.taxonomy--open .taxonomy__dropdown-arrow {
  transform: rotate(90deg); }

.taxonomy--open .tag {
  display: block; }

.tag {
  margin-left: 18px; }
  .tag__label {
    display: block; }
    .tag__label:before {
      content: "";
      min-width: 12px;
      height: 12px;
      border: 2px solid black;
      display: inline-block;
      margin-right: 6px; }
    .tag__label:hover:before {
      content: "";
      background: rgba(0, 0, 0, 0.2); }
    .tag__label--selected {
      font-weight: 400;
      position: relative; }
      .tag__label--selected:before {
        content: "";
        content: '';
        width: 12px;
        background: #000;
        height: 12px;
        border: 2px solid black;
        display: inline-block;
        margin-right: 6px; }
      .tag__label--selected .tag__label-name {
        font-weight: 400; }
    .tag__label--disabled {
      pointer-events: none;
      color: #4d4d4d4d; }
      .tag__label--disabled:before {
        content: "";
        border: 2px solid #4d4d4d4d; }
  .tag__label-name span:first-child {
    margin-right: 6px; }
  .tag__label-text {
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .tag__label-text {
        width: initial;
        position: relative; } }
  .tag__count {
    display: inline-block; }
  .tag__dropdown-arrow {
    margin: 0 6px 0 0;
    display: inline-block;
    height: 100%; }
    .tag__dropdown-arrow--open {
      transform: rotate(90deg); }
  .tag__input {
    margin-right: 6px; }
  .tag__closer {
    position: absolute;
    display: block !important;
    right: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .tag__closer {
        right: -30px; } }
    .tag__closer .tag__label-text {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      top: 3px;
      left: 3px;
      background-repeat: no-repeat;
      background-size: cover; }
  .tag__submenu {
    margin-left: 30px;
    display: none; }
    .tag__submenu--open {
      display: block; }

.search-form {
  position: relative; }
  .search-form__label {
    display: flex;
    align-items: center; }
    .search-form__label:before {
      content: "";
      width: 12px;
      height: 12px;
      border: 2px solid #262223;
      margin-right: 12px; }
    .search-form__label--open:before {
      content: "";
      background: #262223; }
  .search-form__input {
    background: none;
    width: 100%;
    padding: 14px 10px 12px;
    border-radius: 10px;
    line-height: 1.5em;
    border: 2px solid #000000; }
  .search-form__clear {
    position: absolute;
    top: -24px;
    left: 6px; }
  .search-form__button {
    border: none;
    background-color: none;
    width: 26px;
    height: 25px;
    background: url(../images/filter-search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 15px;
    right: 20px; }
    .search-form__button--close {
      width: 24px;
      background: url(../images/clear-search.svg); }
    .search-form__button--loading {
      width: 24px;
      background: url(../images/loading.gif);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .search-form--resource .search-form__button {
    border: none;
    background-color: none;
    width: 26px;
    height: 25px;
    background: url(../images/filter-search--pink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 15px;
    right: 20px; }
    .search-form--resource .search-form__button--close {
      width: 24px;
      background: url(../images/clear-search--pink.svg); }
    .search-form--resource .search-form__button--loading {
      width: 24px;
      background: url(../images/loading.gif);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.sort-by {
  align-items: center;
  margin-left: 20px; }
  @media only screen and (max-width: 1024px) {
    .sort-by {
      display: none; } }
  .sort-by__label {
    width: 100%;
    text-align: center;
    display: block; }
  .sort-by__selected-item {
    border-radius: 8px;
    padding-left: 8px;
    cursor: pointer;
    user-select: none;
    border: 2px solid #000000; }
    .sort-by__selected-item:after {
      position: absolute;
      content: ">";
      top: 1px;
      right: 18px;
      font-size: 2rem;
      transform: rotate(90deg); }
    .sort-by__selected-item--open {
      border-radius: 8px 8px 0px 0px;
      background: #c7fffe; }
      .sort-by__selected-item--open:after {
        transform: rotate(-90deg); }
  .sort-by__dropdown {
    position: relative;
    width: 120px;
    text-align: left;
    outline: none;
    height: 32px;
    line-height: 28px; }
  .sort-by__dropdown-items {
    z-index: 9;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #000000;
    border-top: 0;
    background: #c7fffe; }
    .sort-by__dropdown-items--hide {
      display: none; }
  .sort-by__dropdown-item {
    padding-left: 8px;
    cursor: pointer;
    user-select: none; }
    .sort-by__dropdown-item:hover {
      text-decoration: underline; }
  .sort-by--fr .sort-by__dropdown {
    width: 230px; }

.pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 18px; }
  @media screen and (max-width: 416px) {
    .pagination {
      flex-direction: column; } }
  .pagination__item {
    margin: 0 1rem;
    transition: 0.3s; }
    .pagination__item--current {
      font-weight: 900; }
    .pagination__item:hover {
      opacity: 0.7; }
  .pagination form {
    min-width: 218px;
    text-align: center;
    display: inline-block; }
    @media screen and (max-width: 416px) {
      .pagination form {
        margin: 2rem 0; } }
  .pagination input[type="radio"] {
    display: none; }
  .pagination__button {
    border: none;
    background: none;
    display: inline-block;
    transition: 0.3s;
    font-size: 14px;
    line-height: 18px; }
    .pagination__button:hover {
      opacity: 0.7; }
    .pagination__button--disabled {
      cursor: default;
      pointer-events: none;
      opacity: 0.3; }

.view-by-block {
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .view-by-block {
      display: none; } }
  .view-by-block .view-by {
    display: flex; }
  .view-by-block button {
    border: 2px solid;
    background: none;
    padding: 6px 12px;
    min-width: 50px; }
    .view-by-block button:after {
      display: flex;
      min-width: 20px;
      height: 16px; }
    .view-by-block button:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      border-right: none; }
      .view-by-block button:first-child:after {
        content: url("../images/List-Icon.svg");
        display: block; }
    .view-by-block button:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-left: none; }
      .view-by-block button:last-child:after {
        content: url("../images/Card-Icon.svg");
        display: block; }
    .view-by-block button:focus {
      outline: none; }
    .view-by-block button.active {
      background: #000; }
      .view-by-block button.active:first-child:after {
        content: url("../images/List-Icon--white.svg");
        display: block; }
      .view-by-block button.active:last-child:after {
        content: url("../images/Card-Icon--white.svg");
        display: block; }

.search-results-block {
  padding: 0px 0 120px; }
  .search-results-block__title {
    margin-top: 80px;
    margin-bottom: 60px;
    text-transform: none;
    display: none;
    font-weight: 100;
    font-size: 4rem; }
    .search-results-block__title--active {
      display: block; }
    @media screen and (max-width: 860px) {
      .search-results-block__title {
        margin-top: 30px;
        font-size: 36px; } }
    @media screen and (max-width: 460px) {
      .search-results-block__title {
        font-size: 24px; } }
  .search-results-block__loading {
    margin-top: 80px;
    margin-bottom: 60px;
    text-transform: none;
    font-weight: 100;
    font-size: 4rem; }
    @media screen and (max-width: 860px) {
      .search-results-block__loading {
        margin-top: 30px;
        font-size: 36px; } }
  .search-results-block__title-type {
    text-transform: capitalize; }
  .search-results-block__card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    margin-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      .search-results-block__card-grid {
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 600px) {
      .search-results-block__card-grid {
        grid-template-columns: 1fr; } }
  .search-results-block .card-grid__no-posts {
    grid-column: span 3;
    font-size: 4rem;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .search-results-block .card-grid__no-posts {
        grid-column: span 2; } }
    @media screen and (max-width: 600px) {
      .search-results-block .card-grid__no-posts {
        grid-column: span 1;
        font-size: 3rem; } }
  .search-results-block__pagination {
    margin: 0 auto; }

.search-results .top-nav__site-logo {
  width: 30%;
  margin: 0; }

.or_iframe-container {
  width: 100%;
  overflow: hidden;
  padding-top: 55.25%;
  position: relative; }

.or_iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.archive-content.archive-content--magnet-embed {
  padding-top: 0;
  padding-bottom: 0; }

.block-container, .page-container {
  max-width: 1272px;
  padding: 0 36px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 460px) {
    .block-container, .page-container {
      padding: 0 12px; } }

.page-id-29219 .main-content > div:not(.hero-block), .page-id-17801 .main-content > div:not(.hero-block), .page-id-28055 .main-content > div:not(.hero-block), .page-id-28056 .main-content > div:not(.hero-block), .page-id-18636 .main-content > div:not(.hero-block) {
  max-width: 1272px;
  padding: 0 36px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 460px) {
    .page-id-29219 .main-content > div:not(.hero-block), .page-id-17801 .main-content > div:not(.hero-block), .page-id-28055 .main-content > div:not(.hero-block), .page-id-28056 .main-content > div:not(.hero-block), .page-id-18636 .main-content > div:not(.hero-block) {
      padding: 0 12px; } }

.page-id-29219 .main-content > div:not(.hero-block), .page-id-17801 .main-content > div:not(.hero-block), .page-id-28055 .main-content > div:not(.hero-block), .page-id-28056 .main-content > div:not(.hero-block), .page-id-18636 .main-content > div:not(.hero-block) {
  margin: 102px auto; }
  @media only screen and (max-width: 940px) {
    .page-id-29219 .main-content > div:not(.hero-block), .page-id-17801 .main-content > div:not(.hero-block), .page-id-28055 .main-content > div:not(.hero-block), .page-id-28056 .main-content > div:not(.hero-block), .page-id-18636 .main-content > div:not(.hero-block) {
      margin: 60px auto; } }
  .page-id-29219 .main-content > div:not(.hero-block)--padded, .page-id-17801 .main-content > div:not(.hero-block)--padded, .page-id-28055 .main-content > div:not(.hero-block)--padded, .page-id-28056 .main-content > div:not(.hero-block)--padded, .page-id-18636 .main-content > div:not(.hero-block)--padded {
    padding: 102px 0;
    margin: 0; }
    @media only screen and (max-width: 940px) {
      .page-id-29219 .main-content > div:not(.hero-block)--padded, .page-id-17801 .main-content > div:not(.hero-block)--padded, .page-id-28055 .main-content > div:not(.hero-block)--padded, .page-id-28056 .main-content > div:not(.hero-block)--padded, .page-id-18636 .main-content > div:not(.hero-block)--padded {
        padding: 60px 0; } }

.page-block {
  margin: 102px auto; }
  @media only screen and (max-width: 940px) {
    .page-block {
      margin: 60px auto; } }
  .page-block--padded {
    padding: 102px 0;
    margin: 0; }
    @media only screen and (max-width: 940px) {
      .page-block--padded {
        padding: 60px 0; } }

.archive-content {
  padding-top: 102px;
  padding-bottom: 102px !important; }
  @media only screen and (max-width: 1024px) {
    .archive-content {
      padding-top: 60px;
      padding-bottom: 60px !important; } }

.post-type-archive-research .archive-content, .post-type-archive-resources .archive-content, .post-type-archive-entrepreneurs .archive-content {
  padding-top: 0; }
  @media only screen and (max-width: 1024px) {
    .post-type-archive-research .archive-content, .post-type-archive-resources .archive-content, .post-type-archive-entrepreneurs .archive-content {
      padding-top: 0; } }

.ajde_evcal_calendar {
  padding-top: 102px;
  margin-bottom: 102px !important; }
  @media only screen and (max-width: 1024px) {
    .ajde_evcal_calendar {
      padding-top: 60px;
      margin-bottom: 60px !important; } }

.header {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 501;
  top: 0;
  width: 100%;
  height: 206px;
  transition: 0.3s; }
  @media only screen and (max-width: 940px) {
    .header {
      height: auto; } }
  .header.scrolled-header {
    height: 54px;
    background: #262223; }
    .header.scrolled-header .menu {
      align-items: center;
      margin: 0; }
      @media only screen and (max-width: 940px) {
        .header.scrolled-header .menu {
          align-items: flex-start;
          width: 100%; } }
    .header.scrolled-header .top-nav {
      top: 0px;
      padding: 12px 36px;
      flex-wrap: nowrap;
      transition: 0.3s; }
      @media only screen and (max-width: 940px) {
        .header.scrolled-header .top-nav {
          flex-wrap: wrap;
          padding: 12px 36px 12px;
          width: 100%; }
          .header.scrolled-header .top-nav--open {
            padding: 12px 36px 48px; } }
      @media only screen and (max-width: 480px) {
        .header.scrolled-header .top-nav {
          padding: 12px; }
          .header.scrolled-header .top-nav--open {
            padding: 12px 12px 48px; } }
      .header.scrolled-header .top-nav__site-logo {
        margin-top: 0;
        display: flex;
        align-items: center;
        width: 5%;
        order: -1; }
        .header.scrolled-header .top-nav__site-logo .site-logo-full {
          opacity: 0; }
        .header.scrolled-header .top-nav__site-logo .site-logo-small {
          display: block;
          width: 30px;
          height: 30px;
          opacity: 1; }

.header__suggested-title {
  font-size: 24px;
  font-weight: 100;
  color: white;
  text-transform: capitalize; }

.header__suggested-term {
  margin-right: 20px; }

.header__search {
  transition: transform 0.3s linear;
  position: absolute;
  bottom: 100%;
  top: auto;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  background: #CC17BF;
  padding: 30vh 0 60px;
  min-height: 500px; }
  .header__search h3 {
    color: white; }
  @media screen and (max-width: 1024px) {
    .header__search {
      height: 100%;
      overflow: scroll;
      min-height: 100vh; } }
  @media screen and (max-width: 767px) {
    .header__search {
      padding-top: 8rem; } }
  .header__search .header__utility-menu {
    display: none; }
  .header__search .block-container {
    opacity: 0;
    transition: opacity 0.1s linear 0s; }

.header--search-open .header__search {
  transform: translateY(100%); }

.header--search-open .header__search .block-container {
  transition: opacity 0.3s linear 0.3s;
  opacity: 1; }

.header__search-form {
  margin-bottom: 10rem;
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 1px solid white;
  position: relative;
  transition: 0.3s;
  cursor: pointer; }
  .header__search-form input {
    color: white;
    font-size: 7rem;
    line-height: 1.3em;
    background: none;
    padding: 0 !important;
    border: none !important;
    width: 100%; }
    .header__search-form input::selection {
      background: white; }
    .header__search-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white;
      font-size: 7rem;
      font-family: 'Rubik', sans-serif;
      padding: 10px 0; }
    .header__search-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      font-size: 7rem;
      font-family: 'Rubik', sans-serif;
      padding: 10px 0; }
    .header__search-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: white;
      font-size: 7rem;
      font-family: 'Rubik', sans-serif;
      padding: 10px 0; }
    .header__search-form input:-moz-placeholder {
      /* Firefox 18- */
      color: white;
      font-size: 7rem;
      font-family: 'Rubik', sans-serif;
      padding: 10px 0; }
    .header__search-form input:-webkit-autofill, .header__search-form input:-webkit-autofill:hover, .header__search-form input:-webkit-autofill:focus, .header__search-form input:-internal-autofill-previewed, .header__search-form input:-internal-autofill-selected {
      -webkit-text-fill-color: white;
      -webkit-box-shadow: 0 0 0px 1000px transparent inset;
      transition: background-color 5000s ease-in-out 0s;
      font-size: 7rem !important; }
      .header__search-form input:-webkit-autofill::-webkit-input-placeholder, .header__search-form input:-webkit-autofill:hover::-webkit-input-placeholder, .header__search-form input:-webkit-autofill:focus::-webkit-input-placeholder, .header__search-form input:-internal-autofill-previewed::-webkit-input-placeholder, .header__search-form input:-internal-autofill-selected::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
        font-size: 7rem !important;
        font-family: 'Rubik', sans-serif;
        padding: 10px 0; }
      .header__search-form input:-webkit-autofill::-moz-placeholder, .header__search-form input:-webkit-autofill:hover::-moz-placeholder, .header__search-form input:-webkit-autofill:focus::-moz-placeholder, .header__search-form input:-internal-autofill-previewed::-moz-placeholder, .header__search-form input:-internal-autofill-selected::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
        font-size: 7rem !important;
        font-family: 'Rubik', sans-serif;
        padding: 10px 0; }
      .header__search-form input:-webkit-autofill:-ms-input-placeholder, .header__search-form input:-webkit-autofill:hover:-ms-input-placeholder, .header__search-form input:-webkit-autofill:focus:-ms-input-placeholder, .header__search-form input:-internal-autofill-previewed:-ms-input-placeholder, .header__search-form input:-internal-autofill-selected:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
        font-size: 7rem !important;
        font-family: 'Rubik', sans-serif;
        padding: 10px 0; }
      .header__search-form input:-webkit-autofill:-moz-placeholder, .header__search-form input:-webkit-autofill:hover:-moz-placeholder, .header__search-form input:-webkit-autofill:focus:-moz-placeholder, .header__search-form input:-internal-autofill-previewed:-moz-placeholder, .header__search-form input:-internal-autofill-selected:-moz-placeholder {
        /* Firefox 18- */
        color: white;
        font-size: 7rem !important;
        font-family: 'Rubik', sans-serif;
        padding: 10px 0; }
  .header__search-form--mobile {
    margin-bottom: 0;
    margin-top: 20px; }
    .header__search-form--mobile input {
      font-size: 30px; }
      .header__search-form--mobile input::selection {
        background: white; }
      .header__search-form--mobile input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 30px; }
      .header__search-form--mobile input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 30px; }
      .header__search-form--mobile input:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 30px; }
      .header__search-form--mobile input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 30px; }
      .header__search-form--mobile input:-webkit-autofill, .header__search-form--mobile input:-webkit-autofill:hover, .header__search-form--mobile input:-webkit-autofill:focus, .header__search-form--mobile input:-internal-autofill-previewed, .header__search-form--mobile input:-internal-autofill-selected {
        font-size: 30px !important; }
        .header__search-form--mobile input:-webkit-autofill::-webkit-input-placeholder, .header__search-form--mobile input:-webkit-autofill:hover::-webkit-input-placeholder, .header__search-form--mobile input:-webkit-autofill:focus::-webkit-input-placeholder, .header__search-form--mobile input:-internal-autofill-previewed::-webkit-input-placeholder, .header__search-form--mobile input:-internal-autofill-selected::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 30px !important; }
        .header__search-form--mobile input:-webkit-autofill::-moz-placeholder, .header__search-form--mobile input:-webkit-autofill:hover::-moz-placeholder, .header__search-form--mobile input:-webkit-autofill:focus::-moz-placeholder, .header__search-form--mobile input:-internal-autofill-previewed::-moz-placeholder, .header__search-form--mobile input:-internal-autofill-selected::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 30px !important; }
        .header__search-form--mobile input:-webkit-autofill:-ms-input-placeholder, .header__search-form--mobile input:-webkit-autofill:hover:-ms-input-placeholder, .header__search-form--mobile input:-webkit-autofill:focus:-ms-input-placeholder, .header__search-form--mobile input:-internal-autofill-previewed:-ms-input-placeholder, .header__search-form--mobile input:-internal-autofill-selected:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 30px !important; }
        .header__search-form--mobile input:-webkit-autofill:-moz-placeholder, .header__search-form--mobile input:-webkit-autofill:hover:-moz-placeholder, .header__search-form--mobile input:-webkit-autofill:focus:-moz-placeholder, .header__search-form--mobile input:-internal-autofill-previewed:-moz-placeholder, .header__search-form--mobile input:-internal-autofill-selected:-moz-placeholder {
          /* Firefox 18- */
          font-size: 30px !important; }

.header .btn--expand-search, .header .btn--search {
  background: url(../images/search-white-24x24.svg);
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  transition: all 0.2s ease;
  background-position: right;
  margin-left: 20px; }
  .header .btn--expand-search:hover, .header .btn--search:hover {
    background: url(../images/search-white-24x24.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right; }

.header .btn--expanded {
  background: url(../images/search-white-24x24.svg);
  background-repeat: no-repeat;
  background-position: right;
  pointer-events: none; }

.header .btn--search {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 9px;
  right: 10px; }
  @media screen and (max-width: 1024px) {
    .header .btn--search {
      width: 30px;
      height: 30px; } }

.header__search-clear {
  color: white;
  text-transform: uppercase;
  padding: 6px 1rem 1rem 3rem;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  cursor: pointer; }
  .header__search-clear:before, .header__search-clear:after {
    content: '';
    position: absolute;
    top: 16px;
    height: 1px;
    background: white;
    width: 16px;
    transform: rotate(45deg);
    left: 0; }
  .header__search-clear:after {
    transform: rotate(-45deg); }

.header__search-exit {
  border: none;
  background: none;
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  transition: all 0.2s ease;
  margin-left: 20px;
  cursor: pointer; }
  .header__search-exit:before, .header__search-exit:after {
    content: '';
    position: absolute;
    height: 1px;
    transform: rotate(45deg);
    left: 0;
    width: 18px;
    background: white;
    top: 9px; }
  .header__search-exit:after {
    transform: rotate(-45deg); }

.news-banner {
  text-align: center;
  padding: 2rem 0; }
  .news-banner .block-container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .news-banner p {
    font-size: 2.4rem;
    line-height: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    margin-bottom: 0;
    color: white;
    display: inline-block; }
  .news-banner a {
    color: white;
    text-decoration: underline; }
  .news-banner__close {
    position: relative;
    border: none;
    top: -5px;
    right: -20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background: none;
    display: inline-block; }
    .news-banner__close:before, .news-banner__close:after {
      content: '';
      position: absolute;
      background-color: white;
      width: 17px;
      height: 1px;
      left: 7px;
      top: 14px;
      transform: rotate(45deg);
      transition: all 0.3s ease; }
    .news-banner__close:before {
      transform: rotate(135deg); }
  .news-banner--light a, .news-banner--light p {
    color: #333; }
  .news-banner--light .news-banner__close:before, .news-banner--light .news-banner__close:after {
    background-color: #333; }
  .news-banner--hidden {
    display: none; }

.nav--footer a {
  margin-bottom: 4px;
  display: block; }

.top-nav {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
  top: 32px;
  left: 0;
  right: 0; }
  .top-nav__display-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%; }
    .top-nav__display-menu .menu {
      display: flex;
      width: 100%;
      justify-content: flex-end; }
      .top-nav__display-menu .menu a {
        color: white; }
    .top-nav__display-menu .menu-item {
      margin-left: 26px; }
      .top-nav__display-menu .menu-item:first-child {
        margin-left: 0; }
  .top-nav__site-logo {
    width: 36%;
    margin: 18px 0 0 0; }
    .top-nav__site-logo .site-logo-full {
      display: block; }
    .top-nav__site-logo .site-logo-small {
      display: none; }

.post-type-archive-research .top-nav__site-logo, .post-type-archive-resource .top-nav__site-logo {
  width: 25%; }

.mobile-menu-content {
  transition: 0.3s;
  top: -100%;
  color: white;
  overflow: hidden;
  width: 100%;
  left: 0;
  display: none; }
  .mobile-menu-content .menu {
    flex-direction: column;
    align-items: flex-start; }
    .mobile-menu-content .menu a {
      margin: 12px 0 0;
      display: block;
      color: white; }
  .mobile-menu-content__title {
    margin: 36px 0 24px; }
  .mobile-menu-content__icon {
    position: absolute;
    z-index: -1;
    right: -100px;
    bottom: -100px;
    width: 400px;
    height: 400px;
    opacity: 0.1; }

.wpml-ls-current-language {
  display: none; }

.nav-menu-icon {
  position: absolute;
  right: 36px;
  z-index: 4;
  cursor: pointer;
  display: none; }
  .nav-menu-icon__item {
    color: white; }
    .nav-menu-icon__item--menu {
      display: flex;
      align-items: center; }
    .nav-menu-icon__item--close {
      display: none; }
  .nav-menu-icon__item-text {
    margin-right: 12px; }
  .nav-menu-icon--open .nav-menu-icon__item--menu {
    display: none; }
  .nav-menu-icon--open .nav-menu-icon__item--close {
    display: flex;
    align-items: center; }
  .nav-menu-icon svg {
    width: 30px;
    height: 30px; }
  .nav-menu-icon:hover {
    transition: 0.3s; }
    .nav-menu-icon:hover svg circle {
      fill: #CC17BF; }

@media only screen and (max-width: 1040px) {
  .top-nav {
    background: #262223;
    top: 0px;
    padding: 12px 36px 12px;
    flex-wrap: no-wrap;
    justify-content: space-between;
    overflow: hidden; }
    .top-nav__site-logo {
      margin-top: 0;
      display: flex;
      align-items: baseline;
      width: 5%;
      order: -1; }
      .top-nav__site-logo .site-logo-full {
        display: none; }
      .top-nav__site-logo .site-logo-small {
        display: block;
        width: 30px;
        max-width: initial; }
    .top-nav__display-menu {
      display: none; }
    .top-nav--open {
      padding-bottom: 48px; }
  .nav-menu-icon {
    display: flex; }
  .mobile-menu-content--open {
    display: block; }
    .mobile-menu-content--open .menu-content__title, .mobile-menu-content--open .menu-content__icon, .mobile-menu-content--open .menu-content__stay-connected, .mobile-menu-content--open .menu {
      display: block; } }

@media only screen and (max-width: 460px) {
  .top-nav {
    padding: 12px; }
    .top-nav--open {
      padding-bottom: 48px; }
  .nav-menu-icon {
    right: 12px; } }

@media only screen and (max-height: 700px) {
  .top-nav--open {
    position: fixed;
    overflow-y: scroll;
    height: 100%; } }

.main-content {
  position: relative; }

.sidebar > * {
  margin-bottom: 24px; }

.sidebar__cards .data-card:first-child {
  margin: 60px 0 48px; }

.sidebar__cards--page-bottom {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sidebar__cards--page-bottom {
      display: block; } }

@media only screen and (max-width: 767px) {
  .sidebar__cards {
    max-width: 336px; } }

@media only screen and (max-width: 767px) {
  .sidebar {
    display: none; } }

.sidebar--mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sidebar--mobile {
      display: block; }
      .sidebar--mobile .sidebar__cards {
        display: none; } }

.sidebar__addthis .addthis_toolbox {
  margin-top: 6px; }

.sidebar__addthis .at-icon-wrapper {
  display: none; }

.sidebar__addthis a {
  display: inline-block;
  margin-right: 12px; }
  .sidebar__addthis a:hover svg path {
    fill: #00A3AD;
    transition: 0.3s; }

.sidebar__addthis svg {
  width: 22px;
  height: 22px; }

.site-background {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%; }
  .site-background--blue {
    background: #e6fbfb; }
  .site-background--green {
    background: #e0f9a3; }
  .site-background--pale-green {
    background: #f2f8e6; }
  .site-background--pink {
    background: #fce2fc; }
  .site-background__connect {
    margin-left: -10vw;
    opacity: 0.04; }
    .site-background__connect img {
      width: 50vw;
      max-width: 800px;
      transform-origin: center; }
      .site-background__connect img.up {
        transform: scale(0.8); }
      .site-background__connect img.down {
        transform: scale(1.2); }
    .site-background__connect:nth-child(even) {
      text-align: right;
      margin-right: -20vw; }
    .site-background__connect:nth-child(3n + 3) img {
      width: 70vw; }
    @media (min-width: 1600px) {
      .site-background__connect {
        margin-left: 0; }
        .site-background__connect:nth-child(even) {
          margin-right: 0; } }

.footer {
  background: #262223;
  color: white; }
  .footer a {
    color: white; }
  .footer h2 {
    text-transform: none; }
  .footer__container {
    max-width: 1440px;
    padding: 0 36px;
    margin: 0 auto; }
  .footer__main-content {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 940px) {
      .footer__main-content {
        flex-wrap: wrap; } }
  @media only screen and (max-width: 940px) {
    .footer__contact, .footer__nav {
      width: 50%; } }
  @media only screen and (max-width: 640px) {
    .footer__contact, .footer__nav {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    .footer__contact {
      display: flex; } }
  @media only screen and (max-width: 640px) {
    .footer__contact h2 {
      margin-top: 0; } }
  @media only screen and (max-width: 640px) {
    .footer__contact-text {
      width: 60%; } }
  @media only screen and (max-width: 940px) {
    .footer__nav {
      padding-left: 48px; } }
  @media only screen and (max-width: 640px) {
    .footer__nav {
      padding-left: 0px; } }
  @media only screen and (max-width: 640px) {
    .footer__nav, .footer__stay-connected {
      margin-top: 36px; } }
  .footer__logo {
    margin-top: 27px;
    display: block; }
    @media only screen and (max-width: 640px) {
      .footer__logo {
        width: 40%;
        display: flex;
        justify-content: flex-end; } }
    .footer__logo img {
      width: 75px; }
  .footer__copyright-bar {
    background: #000000;
    padding-top: 36px;
    padding-bottom: 36px; }
  .footer__copyright-bar-content {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    padding: 0 36px;
    margin: 0 auto;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .footer__copyright-bar-content {
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 480px) {
      .footer__copyright-bar-content {
        padding: 0 12px; } }
  @media only screen and (max-width: 640px) {
    .footer__acknowledgement {
      margin-top: 24px; } }
  .footer__social {
    margin-bottom: 60px; }
  .footer__form {
    max-width: 300px;
    min-width: 300px; }
  .footer__contact-icon {
    width: 20px;
    height: auto;
    margin-right: 12px;
    margin-top: 4px; }
  .footer__contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px; }
    .footer__contact-item p {
      margin: 0; }

.social-icons {
  display: flex; }
  .social-icons__icon {
    margin-left: 24px;
    width: 42px;
    height: 42px;
    display: block; }
    .social-icons__icon:first-child {
      margin-left: 0; }
    .social-icons__icon:hover svg path {
      transition: 0.3s;
      fill: #00A3AD; }

.quotes-block__title {
  margin: 0 0 12px; }

.quotes-block__quote {
  margin: 0; }

.quotes-block__cite {
  display: block;
  font-style: initial;
  margin: 10px 0; }

.quotes-block .swiper-pagniation {
  bottom: -7px !important; }

.quotes-block--blue {
  background: #14F2E8; }
  .quotes-block--blue .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #CC17BF; }
  .quotes-block--blue .swiper-pagination .swiper-pagination-bullet-active {
    background: #CC17BF; }

.post__hero {
  background-size: cover;
  background-position: center; }
  .post__hero--has-image {
    height: 50vh;
    position: relative; }

.post-text__breadcrumb {
  margin-top: 0; }
  .post-text__breadcrumb .pipe {
    margin: 0 10px; }

.post-text__title {
  margin-top: 0px; }

.post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6 {
  margin-top: 42px;
  margin-bottom: 18px; }

.post-content__container {
  display: flex; }

.post-content__text {
  width: 70%;
  padding-right: 172px; }
  @media only screen and (max-width: 1140px) {
    .post-content__text {
      padding-right: 72px; } }
  @media only screen and (max-width: 767px) {
    .post-content__text {
      width: 100%;
      padding-right: 0; } }

.post-content__sidebar {
  width: 30%; }
  @media only screen and (max-width: 767px) {
    .post-content__sidebar {
      width: 100%; } }

.quotes-block .swiper-container {
  padding-bottom: 40px; }

.quotes-block .swiper-pagination {
  text-align: left;
  bottom: -6px !important; }
  .quotes-block .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: transparent;
    border: 2px solid #CC17BF;
    opacity: 1; }
  .quotes-block .swiper-pagination .swiper-pagination-bullet-active {
    background: #CC17BF; }

.single-post .post-content__padder {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  margin: -12px;
  padding: 12px; }

.featured-posts-block {
  text-align: left;
  padding: 0px 0 120px;
  position: relative; }
  .featured-posts-block__container {
    position: relative;
    padding: 0 10%; }
  .featured-posts-block__logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 48px; }
  .featured-posts-block__card-title {
    margin: 0; }
  .featured-posts-block__card-image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-height: 200px;
    object-fit: cover; }
  .featured-posts-block__card-text {
    margin-top: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .featured-posts-block__cards {
    overflow: hidden;
    position: static;
    z-index: 1; }
  .featured-posts-block__card {
    border-radius: 8px; }
  .featured-posts-block__card-content {
    padding: 18px; }
  .featured-posts-block__card-date {
    margin-right: 18px;
    margin-bottom: 6px; }
  .featured-posts-block .swiper-pagination {
    bottom: -60px;
    text-align: center;
    z-index: 0; }
  .featured-posts-block .swiper-pagination-bullet {
    background: transparent; }
  .featured-posts-block .swiper-nav-button {
    width: 40px; }
  .featured-posts-block .swiper-button-next {
    right: 0;
    z-index: 0; }
    @media only screen and (max-width: 960px) {
      .featured-posts-block .swiper-button-next {
        right: -6px; } }
    @media only screen and (max-width: 480px) {
      .featured-posts-block .swiper-button-next {
        width: 30px; } }
  .featured-posts-block .swiper-button-prev {
    left: 0;
    z-index: 0; }
    @media only screen and (max-width: 960px) {
      .featured-posts-block .swiper-button-prev {
        left: -6px; } }
    @media only screen and (max-width: 480px) {
      .featured-posts-block .swiper-button-prev {
        width: 30px; } }
  .featured-posts-block--blue .swiper-slide, .featured-posts-block--blue .featured-posts-block__slide {
    background: #14F2E8; }
  .featured-posts-block--blue .featured-posts-block__title-section, .featured-posts-block--blue .card__title, .featured-posts-block--blue .featured-posts-block__card-tags {
    color: #000000; }
  .featured-posts-block--blue .swiper-pagination-bullet {
    border: 2px solid #14F2E8; }
  .featured-posts-block--blue .swiper-pagination-bullet-active, .featured-posts-block--blue .swiper-nav-button {
    background: #14F2E8; }
  .featured-posts-block--pink .swiper-slide, .featured-posts-block--pink .featured-posts-block__slide {
    background: #CC17BF; }
  .featured-posts-block--pink .featured-posts-block__title-section, .featured-posts-block--pink .card__title, .featured-posts-block--pink .featured-posts-block__card-tags {
    color: white; }
  .featured-posts-block--pink .swiper-pagination-bullet {
    border: 2px solid #CC17BF; }
  .featured-posts-block--pink .swiper-pagination-bullet-active, .featured-posts-block--pink .swiper-nav-button {
    background: #CC17BF; }

.archive-content {
  padding-top: 60px; }
  .archive-content__filter-section {
    position: relative;
    margin-top: 102px; }
  .archive-content__inpagelink {
    position: absolute;
    top: -100px; }
  .archive-content__title {
    margin-bottom: 20px;
    margin-top: 0; }
    @media only screen and (max-width: 480px) {
      .archive-content__title {
        margin-bottom: 30px; } }
  .archive-content__cta-text {
    font-size: 2.4rem;
    padding-left: 0px;
    margin: 0;
    line-height: 1.25em; }
    .archive-content__cta-text p:first-child {
      margin-top: 0; }
    .archive-content__cta-text a {
      text-decoration: underline; }
  .archive-content--no-top-padding {
    padding-top: 0; }

.post-archive, .tag-archive, .category-archive, .date-archive {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .post-archive, .tag-archive, .category-archive, .date-archive {
      padding-top: 36px;
      padding-bottom: 36px; } }
  .post-archive__container, .tag-archive__container, .category-archive__container, .date-archive__container {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .post-archive__container, .tag-archive__container, .category-archive__container, .date-archive__container {
        flex-direction: column; } }
  .post-archive__header, .tag-archive__header, .category-archive__header, .date-archive__header {
    font-weight: 100; }
  .post-archive__posts, .tag-archive__posts, .category-archive__posts, .date-archive__posts {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 -12px; }
    @media only screen and (max-width: 767px) {
      .post-archive__posts, .tag-archive__posts, .category-archive__posts, .date-archive__posts {
        order: 1;
        width: 100%;
        margin: 0; } }
  .post-archive__sidebar, .tag-archive__sidebar, .category-archive__sidebar, .date-archive__sidebar {
    margin-left: 48px;
    width: calc(25% - 24px);
    background: #14F2E8;
    align-self: flex-start;
    padding: 18px;
    border-radius: 8px; }
    .post-archive__sidebar ul, .tag-archive__sidebar ul, .category-archive__sidebar ul, .date-archive__sidebar ul {
      font-size: 1.4rem;
      line-height: 2rem;
      padding: 0;
      margin: 0 0 24px 0; }
    .post-archive__sidebar .post-archive__dates, .tag-archive__sidebar .post-archive__dates, .category-archive__sidebar .post-archive__dates, .date-archive__sidebar .post-archive__dates {
      margin-bottom: 0; }
    .post-archive__sidebar li, .tag-archive__sidebar li, .category-archive__sidebar li, .date-archive__sidebar li {
      margin-left: 24px; }
    @media only screen and (max-width: 960px) {
      .post-archive__sidebar, .tag-archive__sidebar, .category-archive__sidebar, .date-archive__sidebar {
        margin-left: 24px;
        width: 25%; } }
    @media only screen and (max-width: 767px) {
      .post-archive__sidebar, .tag-archive__sidebar, .category-archive__sidebar, .date-archive__sidebar {
        order: 0;
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px; }
        .post-archive__sidebar ul, .tag-archive__sidebar ul, .category-archive__sidebar ul, .date-archive__sidebar ul {
          margin-bottom: 12px; }
        .post-archive__sidebar li, .tag-archive__sidebar li, .category-archive__sidebar li, .date-archive__sidebar li {
          display: inline;
          margin-left: 0;
          padding: 0 6px;
          border-right: 1px solid black; }
          .post-archive__sidebar li:last-child, .tag-archive__sidebar li:last-child, .category-archive__sidebar li:last-child, .date-archive__sidebar li:last-child {
            border-right: none; } }
  .post-archive__sidebar-header, .tag-archive__sidebar-header, .category-archive__sidebar-header, .date-archive__sidebar-header {
    margin-bottom: 12px;
    font-size: 1.4rem;
    line-height: 1.25em;
    font-weight: 100;
    text-transform: uppercase; }
  .post-archive__sidebar-title, .tag-archive__sidebar-title, .category-archive__sidebar-title, .date-archive__sidebar-title {
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .post-archive__nav, .tag-archive__nav, .category-archive__nav, .date-archive__nav {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .post-archive__nav a, .tag-archive__nav a, .category-archive__nav a, .date-archive__nav a {
      padding: 12px; }
  .post-archive .card--post, .tag-archive .card--post, .category-archive .card--post, .date-archive .card--post {
    width: calc(50% - 24px);
    margin: 0 12px 24px 12px;
    background: white;
    border-radius: 8px;
    align-self: flex-start;
    height: auto; }
    @media only screen and (max-width: 767px) {
      .post-archive .card--post, .tag-archive .card--post, .category-archive .card--post, .date-archive .card--post {
        width: 100%;
        margin: 12px 0; } }
  .post-archive .cards__image img, .tag-archive .cards__image img, .category-archive .cards__image img, .date-archive .cards__image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .post-archive .card__author, .post-archive .card__tags, .post-archive .card__categories, .post-archive .card__excerpt, .tag-archive .card__author, .tag-archive .card__tags, .tag-archive .card__categories, .tag-archive .card__excerpt, .category-archive .card__author, .category-archive .card__tags, .category-archive .card__categories, .category-archive .card__excerpt, .date-archive .card__author, .date-archive .card__tags, .date-archive .card__categories, .date-archive .card__excerpt {
    font-size: 1.4rem;
    line-height: 2rem; }
    .post-archive .card__author strong, .post-archive .card__tags strong, .post-archive .card__categories strong, .post-archive .card__excerpt strong, .tag-archive .card__author strong, .tag-archive .card__tags strong, .tag-archive .card__categories strong, .tag-archive .card__excerpt strong, .category-archive .card__author strong, .category-archive .card__tags strong, .category-archive .card__categories strong, .category-archive .card__excerpt strong, .date-archive .card__author strong, .date-archive .card__tags strong, .date-archive .card__categories strong, .date-archive .card__excerpt strong {
      font-weight: 400;
      font-size: 1.2rem;
      text-transform: uppercase; }
  .post-archive .card__excerpt, .tag-archive .card__excerpt, .category-archive .card__excerpt, .date-archive .card__excerpt {
    margin-top: 12px; }

.post-content__sidebar .post-archive__sidebar {
  width: auto;
  margin-right: 100px;
  margin-left: 0; }
  @media only screen and (max-width: 960px) {
    .post-content__sidebar .post-archive__sidebar {
      margin-right: 0; } }

body.tag {
  margin-left: 0; }

.ie-warning {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 960px;
  margin: 0px 0px 0px -480px;
  border-bottom: solid 1px #e0e0e0;
  background: white;
  padding: 5px 0px;
  text-align: center; }

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