@charset "UTF-8";
/*! Made with web3000.net */
/******************************************************************
Site Name:
Author: web3000.net

Stylesheet: Main Stylesheet 
******************************************************************/
/* destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  margin: 0 0 0 0;
  max-width: 100%;
  height: auto;
  width: auto;
}

/*img[width] {
width: auto; 
}
img[width][height] {
height: auto; 
}*/
/* Let SVG scale without boundaries */
/*img[src$=".svg"] {
width: 100%;
height: auto;
max-width: none;
}*/
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/******************************************************************
Site Name: 
Author:

Stylesheet: Variables
******************************************************************/
:root {
  --wrap: .6rem;
  --wrap-y: 0.6rem;
  --wrap-content: 0.8rem;
  --wrap-project-link: .95rem;
  --grid-gap: 0.9rem;
  --m-paragraph: 1.2rem;
  /* line-height */
  --heading-line-height: 1.05;
  --body-line-height: 1.35;
  /* capital letters - used in combo with the lhCrop mixin */
  --font-primary-capital-letter: 1;
  --font-secondary-capital-letter: 0.87;
  --font-size-heading: 1rem;
  --font-size-big: 1rem;
  --font-size-nav: .8rem;
  --font-size-small: .8rem;
  --font-size-medium: .9rem;
  --border-height: 2px;
  --border-height-menu: 5px;
  --color-bronze: #223E79;
  --color-blue: #223E79;
  --color-lightblue: #009EE3;
  --color-deepblue: #223E79;
  --color-brown: #223E79;
  --color-teal: #223E79;
  --color-yellow: #FEB212;
  --color-purple: #223E79;
  --color-green: #34621E;
  --color-red: #C41415;
  --swiper-pagination-bullet-horizontal-gap: .15rem;
  --swiper-pagination-bullet-width: .6rem;
  --swiper-pagination-bullet-height: .6rem;
  --swiper-pagination-bullet-color: #223E79;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
@media (min-width: 48em) {
  :root {
    --wrap: 1.35rem;
    --grid-gap: 1rem;
  }
}
@media (min-width: 64em) {
  :root {
    --wrap-y: 0.6rem;
    --wrap-content: 1rem;
    --swiper-pagination-bullet-width: .45rem;
    --swiper-pagination-bullet-height: .45rem;
    --font-size-heading: 1rem;
    --font-size-big: 1rem;
    --fon-size-medium: 0.9rem;
    --font-size-nav: 0.8rem;
    --font-size-small: .71rem;
  }
}

/*
Theme Name: CCA Bootstrap Theme
Theme URI: https://afterimagedesigns.com/cca-bootstrap-theme/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cca-bootstrap-theme
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
@font-face {
  font-family: "Moderat";
  src: url("/webfonts/Moderat/Moderat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Moderat";
  src: url("/webfonts/Moderat/Moderat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Moderat";
  src: url("/webfonts/Moderat/Moderat-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Crimson";
  src: url("/webfonts/Crimson/CrimsonText-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Crimson";
  src: url("/webfonts/Crimson/CrimsonText-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Crimson";
  src: url("/webfonts/Crimson/CrimsonText-Semibold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Crimson";
  src: url("/webfonts/Crimson/CrimsonText-SemiboldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# CCA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# images
--------------------------------------------------------------*/
.sized-category {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 60%;
  position: relative;
}

@media (min-width: 768px) {
  .sized-category {
    background-size: contain;
  }
}
@media (min-width: 1260px) {
  .sized-category {
    width: 560px;
    height: 300px;
    padding-top: 0;
  }
}
.sized-category img {
  display: none;
}

.sized-primary {
  width: 100%;
  height: calc(53.33vw - 30px);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1260px) {
  .sized-primary {
    height: 640px;
  }
}
.standard-ratio {
  padding-top: 66%;
  position: relative;
  background-color: #223E79;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.standard-ratio::after {
  width: 100%;
  height: 4px;
  content: "";
  background-color: #9a846f;
  left: 0;
  bottom: 0;
  position: absolute;
}

body.home .standard-ratio::after {
  display: none;
}

.standard-ratio .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.standard-ratio .inner iframe {
  width: 100%;
  height: 100%;
}

.standard-ratio.cover {
  background-size: cover;
  border: none;
}

.standard-ratio.cover::after {
  display: none;
}

.standard-ratio.cover.lazy {
  background: #fff url("/images/loading.gif") no-repeat center center;
}

.gallery-ratio {
  padding-top: 66.6667%;
  position: relative;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 4px solid #9a846f;
}

.gallery-ratio .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-ratio .inner iframe {
  width: 100%;
  height: 100%;
}

.gallery-ratio.cover {
  background-size: cover;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-size: 5.5vw;
  font-size: 5.5vmin;
  scroll-behavior: smooth;
}
@media (min-width: 48em) {
  html {
    font-size: 1.9vw;
  }
}
@media (min-width: 64em) {
  html {
    font-size: 1.612vw;
  }
}
@media (min-width: 95em) {
  html {
    font-size: 24.5px;
  }
}

body {
  font-family: "Crimson", serif;
}

.sans-serif,
.sidebar-nav .navbar-nav > li > a {
  font-family: "Moderat", Helvetica, Arial, sans-serif;
}

.form-select {
  display: inline-block;
  width: 300px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #333;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  .form-select {
    margin-left: 15px;
  }
}
:focus-visible {
  outline: none;
  border: none;
}

.indented-text {
  padding-right: 2rem;
  padding-left: 2rem;
}

button.expand-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  text-indent: -9999px;
}

button.expand-btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: 0;
  padding: 7px;
  content: "- HIDE DETAILS";
}

button.expand-btn.collapsed::after {
  content: "+ SHOW DETAILS";
}

button.caret {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  text-indent: -9999px;
  width: 40px;
  height: 30px;
  display: block;
  margin: -10px;
  background: transparent url("/images/narrow-caret.png") no-repeat center center;
  background-size: cover;
}

button.caret.collapsed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

img.w-100 {
  width: 100%;
}

body.loading::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff url(/images/loading.gif) no-repeat center center;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 0;
  z-index: 100;
  opacity: 0.5;
}

body.single #contentHero {
  background: transparent url(/images/loading.gif) no-repeat center center;
}

.sharedaddy {
  display: none;
}

.nominators .owl-dots {
  display: none;
}

.nominators ul li {
  list-style: none;
}

.nominators ul {
  padding-left: 0;
}

.nominators .carousel-container {
  margin-top: 10px;
}

.nominators .carousel-container.collapse.show::after {
  content: "";
  position: absolute;
  display: block;
  border-color: transparent transparent #e7e7e7 transparent;
  border-width: 0 23px 28px;
  width: 20px;
  height: 20px;
  left: 50%;
  border-style: solid;
  top: 0;
  margin-left: -23px;
  margin-top: -13px;
}

.wp-block-image img {
  height: auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    float: none;
    margin: 0;
    width: 100%;
  }
  .wp-block-image .alignright img,
  .wp-block-image .alignleft img {
    width: 100%;
  }
}
#top,
.scrubber-anchor {
  visibility: hidden;
  position: relative;
  top: -140px;
}

.subheader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

.subheader .container {
  position: relative;
  z-index: 10;
  padding-left: 15px;
  padding-right: 15px;
}

.drawer-left {
  width: 100%;
  max-width: 100%;
  background-color: rgba(200, 200, 200, 0.25);
  position: absolute;
  height: 100vh;
  overflow: hidden;
  display: none;
}

.drawer-left .search {
  display: block;
  padding: 0;
  width: 100%;
}

.drawer-left .search form {
  visibility: visible;
  opacity: 1;
  display: block;
  margin: 0 0 30px;
}

.drawer-left .inner {
  width: 101%;
  max-width: 767px;
  background: #fff;
  position: relative;
  padding: 20px 25px;
  left: -767px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

@media (min-width: 768px) {
  .drawer-left .inner {
    background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), color-stop(5%, white), to(white));
    background: linear-gradient(90deg, #f1f1f1 0%, white 5%, white 100%);
  }
}
.drawer-left.open .inner {
  left: -5px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.drawer-left .secondary {
  clear: both;
}

.drawer-left .search-input {
  width: calc(100vw - 85px);
}

@media (min-width: 480px) {
  .drawer-left .search-input {
    width: 320px;
  }
}
.secondary a {
  text-decoration: none;
  text-transform: uppercase;
}

.secondary > a {
  font-weight: bold;
}

.close-sub,
.close {
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 25px;
}

.close-sub::before,
.close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9a846f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 19px;
  left: -4px;
  position: absolute;
}

.close-sub::after,
.close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9a846f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 19px;
  left: -4px;
  position: absolute;
}

span.pad {
  padding: 9px 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

h1 span.pad {
  padding: 8px 0;
}

span.pad p {
  display: inline;
}

.btn {
  padding: 12px 20px;
  font-size: 14px;
  font-family: "Moderat", Helvetica, Arial, sans-serif;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #797979;
  border-color: #c7c7c7;
}

.accordion .btn,
.accordion .btn:hover,
.accordion .btn:focus,
.accordion .btn:active {
  border-color: #c7c7c7;
  background-color: #fff;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}

@media (min-width: 992px) {
  .btn {
    font-size: 18px;
  }
}
.btn.btn-archive {
  background: transparent;
  font-size: 24px;
  padding: 15px 30px;
}

.btn.btn-search,
.btn.btn-cta {
  font-family: "Moderat", Helvetica, Arial, sans-serif;
  border: 1px solid #223E79;
  padding: 15px 30px;
  width: 100%;
}

.btn.btn-search:hover,
.btn.btn-cta:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn.btn-cta {
  width: auto;
}

.description-meta .btn.btn-cta {
  margin-bottom: 30px;
}

div.search button {
  display: none;
}

/*
.navbar-toggler-icon {
	&::before {
		content: "";
		position: absolute;
		width: 49px;
		height: 8px;
		background-color: #9a846f;
		display: block;
		top: -11px;
		left: 0;
	}
	&::after {
		content: "";
		position: absolute;
		width: 49px;
		height: 8px;
		background-color: #9a846f;
		display: block;
		bottom: -11px;
		left: 0;
	}
}
*/
.navbar-nav {
  list-style: none;
}

.color-bronze,
.site-header li a,
.sidebar-nav a {
  color: #223E79 !important;
}

.owl-dot button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
  border: none;
  outline: none;
  text-indent: -9999px;
}

button.carousel {
  text-indent: -9999px;
  overflow: hidden;
}

.item .carousel-content {
  position: absolute;
  bottom: 0;
}

.related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.related-post img {
  width: 100%;
  height: auto;
}

.btn-ccas {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  z-index: 1;
}

@media (min-width: 768px) {
  .whoweare.promo-0 .col-xl-6 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .whoweare.promo-1 .col-xl-6 {
    width: 76%;
    padding-right: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76%;
            flex: 0 0 76%;
    max-width: 76%;
  }
  .whoweare.promo-2 .col-xl-6 {
    width: 52%;
    padding-right: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    max-width: 52%;
  }
  .whoweare .col-xl-3 {
    width: 24%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    max-width: 24%;
  }
}
@media (min-width: 1260px) {
  .whoweare.promo-0 .col-xl-6 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .whoweare.promo-1 .col-xl-6 {
    width: 940px;
    padding-right: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 940px;
            flex: 0 0 940px;
    max-width: 940px;
  }
  .whoweare.promo-2 .col-xl-6 {
    width: 650px;
    padding-right: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 650px;
            flex: 0 0 650px;
    max-width: 650px;
  }
  .whoweare .col-xl-3 {
    width: 290px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
    max-width: 290px;
  }
}
.center-text {
  text-align: center;
}

@media (min-width: 480px) {
  .right-text {
    text-align: right;
  }
}
/* owl-carousel container */
.home-programmes .col-sm-12 > .wrapper {
  background: #e7e7e7;
  padding-bottom: 20px;
}

.home-programmes h2 {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .home-programmes .btn {
    float: right;
    margin-right: 50px;
    margin-top: 17px;
  }
}
@media (min-width: 1260px) {
  .home-programmes.count-3 .btn {
    margin-right: 203px;
  }
}
@media (max-width: 767px) {
  .home-programmes .btn {
    margin: 20px auto 0px;
    display: block;
    max-width: 139px;
  }
}
.home-programmes .owl-controls {
  padding-top: 19px;
  padding-bottom: 0px;
}

.home-programmes .owl-dots {
  display: none;
}

.home-programmes .owl-carousel .owl-stage {
  margin: 0 auto;
}

.sized {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.centered-text {
  text-align: center;
}

body.single header.entry-header,
body.page-template-default header.entry-header {
  display: none;
}

body.page-template-default .cover-details.type-pagedetail,
body.page-template-page-resource-center .cover-details.type-pagedetail,
body.page-template-page-directory .cover-details.type-pagedetail,
body.page-template-page-research .cover-details.type-pagedetail,
body.page-template-page-about .cover-details.type-pagedetail,
body.single-research .cover-details.type-pagedetail {
  display: none;
}

body.page-template-page-directory .wp-block-cover__inner-container {
  display: none;
}

.contributor-image {
  width: 85%;
  aspect-ratio: 1;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 9999px;
  background-position: center center;
  background-color: #223E79;
  margin: 0 auto var(--wrap-y);
}

@media (min-width: 768px) {
  .contributor-image {
    max-width: 14.8rem;
  }
}
.page-template-page-calendar .view-theme,
.page-template-page-education .view-theme {
  padding: 20px 30px;
}

.page-template-page-calendar .view-theme button.checkbox-theme,
.page-template-page-education .view-theme button.checkbox-theme {
  margin-top: 0;
  min-height: 22px;
  width: 100%;
}

@media (min-width: 768px) {
  .page-template-page-calendar .view-theme button.checkbox-theme,
  .page-template-page-education .view-theme button.checkbox-theme {
    width: auto;
  }
}
.page-template-page-calendar .type-subtitle {
  padding-bottom: 0.05rem;
}

.page-template-page-calendar .owl-carousel > div.type-standard {
  padding: 20px 50px;
}

.page-template-page-calendar .owl-controls {
  margin-top: 20px;
}

body.page-exhibitions.page-template-page-calendar .view-theme {
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 1.75;
}

body.page-exhibitions.page-template-page-calendar .view-theme button.checkbox-theme {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

@media (min-width: 768px) {
  body.page-exhibitions.page-template-page-calendar .view-theme button.checkbox-theme[data-key=theme] {
    width: 153px;
    line-height: 1.19;
    padding-top: 3px;
  }
  body.page-exhibitions.page-template-page-calendar .view-theme button.checkbox-theme[data-key=theme][value=place-labour-capital] {
    margin-left: auto;
  }
}
.owl-controls {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.single .owl-controls,
body.page-template-default .owl-controls {
  margin-bottom: 30px;
}

.owl-controls button.owl.carousel.prev,
.owl-controls button.owl.carousel.next,
.owl-controls button.home-owl.carousel.prev,
.owl-controls button.home-owl.carousel.next {
  width: 40px;
  height: 40px;
  position: relative;
  border: none;
  outline: none;
}

.owl-controls button.owl.carousel.prev:hover,
.owl-controls button.owl.carousel.prev:active,
.owl-controls button.owl.carousel.prev:focus,
.owl-controls button.owl.carousel.next:hover,
.owl-controls button.owl.carousel.next:active,
.owl-controls button.owl.carousel.next:focus,
.owl-controls button.home-owl.carousel.prev:hover,
.owl-controls button.home-owl.carousel.prev:active,
.owl-controls button.home-owl.carousel.prev:focus,
.owl-controls button.home-owl.carousel.next:hover,
.owl-controls button.home-owl.carousel.next:active,
.owl-controls button.home-owl.carousel.next:focus {
  background: #797979;
}

.owl-controls .slider-counter {
  line-height: 41px;
  padding: 0 20px;
}

.owl-item figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}

.grid-contributor-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-contributor-related > * {
  overflow: hidden;
  margin: 0 1%;
  padding: 20px 10px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

@media (min-width: 480px) {
  .grid-contributor-related > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 768px) {
  .grid-contributor-related > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 992px) {
  .grid-contributor-related > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}
@media (min-width: 1260px) {
  .grid-contributor-related > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}
.grid-contributor-related .type-module-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.grid-contributor-related a:hover {
  text-decoration: none;
}

.contributors-block-detail .standard-ratio {
  background-image: url("/images/CCA_no-photo.jpg");
}

#contributor-details {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

#contributor-details .standard-ratio {
  background-image: url("/images/CCA_no-photo.jpg");
}

.hidden {
  display: none;
}

span.arrow {
  display: block;
  position: absolute;
  top: 20px;
  width: 70%;
  height: 1px;
  background-color: #fff;
  left: 15%;
}

.prev span.arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrow::after,
.arrow::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  right: -2px;
  background-color: #fff;
}

.arrow::after {
  top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow::before {
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.digital-archive .btn {
  margin-top: 23px;
}

.page-template-page-collab .color-category-page {
  background: #01a0c6;
}

.page-template-page-collab span.pad.color-category-page {
  -webkit-box-shadow: 20px 0 0 #01a0c6, -20px 0 0 #01a0c6;
          box-shadow: 20px 0 0 #01a0c6, -20px 0 0 #01a0c6;
}

.screening-icon {
  position: absolute;
  background: transparent url("/images/moving-image.png") no-repeat center center;
  background-size: contain;
  top: 9px;
  right: 6px;
  width: 25px;
  height: 25px;
}

@media (min-width: 768px) {
  .screening-icon {
    width: 50px;
    height: 50px;
  }
}
.online-icon {
  position: absolute;
  background: transparent url("/images/CCA-online.png") no-repeat center center;
  background-size: contain;
  top: 7px;
  right: 7px;
  width: 40px;
  height: 60px;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

::-ms-input-placeholder {
  text-overflow: ellipsis;
}

::placeholder {
  text-overflow: ellipsis;
}

[placeholder] {
  text-overflow: ellipsis;
}

.search-header .search-bar {
  background: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-header input {
  padding: 10px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  border: none;
  outline: none;
  min-width: 200px;
  font-size: 14px;
}

.search-header input::-webkit-input-placeholder {
  color: #cfcfcf;
}

.search-header input::-moz-placeholder {
  color: #cfcfcf;
}

.search-header input:-ms-input-placeholder {
  color: #cfcfcf;
}

.search-header input::-ms-input-placeholder {
  color: #cfcfcf;
}

.search-header input::placeholder {
  color: #cfcfcf;
}

@media (min-width: 992px) {
  .search-header input {
    font-size: 20px;
  }
}
.search-header .btn-secondary {
  border-radius: 10px;
  height: 39px;
  padding: 5px 40px 5px 20px;
  border: none;
}

.search-header .btn-secondary::after {
  border: none;
  background: transparent url("/images/chevron-down-black.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  right: 23px;
  top: 26px;
}

@media (min-width: 768px) {
  .search-header .btn-secondary::after {
    right: 10px;
    top: 13px;
  }
}
.search-header .btn-secondary.color-category-exhibition::after,
.search-header .btn-secondary.color-category-programme::after,
.search-header .btn-secondary.color-category-residency::after,
.search-header .btn-secondary.color-category-research::after,
.search-header .btn-secondary.color-category-resource::after {
  background: transparent url("/images/chevron-down-white.svg") no-repeat;
}

.search-header .btn-secondary.color-category-exhibition:hover::after,
.search-header .btn-secondary.color-category-programme:hover::after,
.search-header .btn-secondary.color-category-residency:hover::after,
.search-header .btn-secondary.color-category-research:hover::after,
.search-header .btn-secondary.color-category-resource:hover::after {
  background: transparent url("/images/chevron-down-black.svg") no-repeat;
}

a#to-top {
  display: none;
  position: fixed;
  right: -20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  background: transparent url("/images/chevron-down-black.svg") no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
  z-index: 5;
  text-indent: -9999px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

a#to-top.shown {
  opacity: 1;
  right: 20px;
}

button.clear-search {
  background: transparent;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: relative;
  width: 37px;
  height: 37px;
  margin: 15px;
}

button.clear-search::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #9a846f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 19px;
  left: 4px;
  position: absolute;
}

button.clear-search::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #9a846f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 19px;
  left: 4px;
  position: absolute;
}

.filter-options .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 0;
  text-align: left;
}

.filter-options .dropdown-toggle::after {
  margin-left: auto;
}

.filter-options .dropdown-menu.show {
  width: 100%;
}

.filter-options .btn-white {
  width: 100%;
  background: #fff;
  text-align: left;
  position: relative;
  height: 40px;
  padding: 6px 12px;
}

.filter-options .btn-white::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: transparent url("/images/chevron-down.svg") no-repeat center center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .filter-options .btn-white::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.filter-options .btn-white.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 768px) {
  .filter-options .btn-white.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.filter-options .btn-white.active::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  bottom: -46px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  .filter-options > .row div:nth-child(1),
  .filter-options > .row div:nth-child(2) {
    margin-bottom: 15px;
  }
}
@media (max-width: 479.98px) {
  .filter-options > .row div:nth-child(3) {
    margin-bottom: 15px;
  }
}
.dropdown-item {
  font-style: normal;
}

#search-filter-display {
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  #search-filter-display {
    max-height: 0;
  }
}
@media (min-width: 1260px) {
  #search-filter-display {
    padding: 0;
  }
}
#search-filter-display::after {
  /* content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #9a846f; */
}

body.search #search-filter-display.shown,
#search-filter-display.shown, .new-filter-list {
  max-height: 12.7em;
}

#search-filter-display .inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  max-height: 100%;
}

@media (min-width: 768px) {
  #search-filter-display .inner {
    max-height: 240px;
  }
}
.new-filter-list {
  overflow: auto;
}

#search-filter-display .inner > button, .new-filter-list button {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 768px) {
  #search-filter-display .inner > button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
/* @media (max-width: 767.98px) {
	#search-filter-display {
		transition: left 0.5s ease;
		position: fixed;
		margin: 0 30px;
		width: 100%;
		height: 100%;
		max-height: 100%;
		left: 100%;
		top: 60px;
		margin: 0;
		padding: 20px;
		z-index: 20;
	}
	#search-filter-display.shown {
		left: 0;
		height: 100%;
	}
} */
button.visual-checkbox {
  /* color: #000;
  background: transparent;
  outline: none;
  border: none;
  padding-left: 40px;
  text-align: left;
  height: 35px;
  background: transparent url("/images/CheckboxIcon.svg") no-repeat left center; */
}

button.visual-checkbox.active:after {
  /* background: transparent url("/images/CheckboxIcon-Checked.svg") no-repeat left center; */
  content: "×";
  font-size: 1.5rem;
  padding-left: 0.25rem;
  line-height: 1rem;
}

button.checkbox-theme {
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding-left: 33px;
  width: 100%;
  margin-top: 10px;
  height: 23px;
  background: transparent url("/images/CheckboxIcon.svg") no-repeat 0 0;
}

@media (min-width: 768px) {
  button.checkbox-theme {
    margin-top: -10px;
  }
}
button.checkbox-theme.active {
  background: transparent url("/images/CheckboxIcon-Checked.svg") no-repeat 0 0;
}

@media (min-width: 768px) {
  button.checkbox-theme {
    padding-left: 60px;
    width: 150px;
    margin-top: 20px;
    height: auto;
    background-position: 20px 0;
  }
  button.checkbox-theme.active {
    background-position: 20px 0;
  }
}
#no_search_results {
  display: none;
}

.search-results .category-0 {
  display: none;
}

article.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
article.search-result a[href^="https://ccasinga"]::before {
  content: "";
}
article.search-result {
  /* display: flex;
  flex-direction: column;
  padding: 30px 0;
  margin: 0 20px;
  transition: all 0.3s;
  border-bottom: 4px solid #9a846f; */
}

article.search-result.collapsed {
  padding: 0;
  height: 0;
  border-bottom: none !important;
  overflow: hidden;
  border-bottom: none;
  overflow: hidden;
}

@media (min-width: 480px) {
  article.search-result h2.type-subtitle {
    margin-top: 0;
  }
}
article.search-result .digital-archive-icon {
  min-height: 100%;
}

@media (min-width: 768px) {
  article.search-result .digital-archive-icon {
    height: 100px;
    min-height: auto;
  }
}
.search-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.page-template-page-research .search_insert_content {
  margin: 40px 0 25px;
}

@media (min-width: 768px) {
  .page-template-page-research .search_insert_content {
    margin: 40px 90px 25px;
  }
}
.search_insert_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  margin: 0;
  position: relative;
  top: -4px;
}

.search_insert_content h2.type-subtitle {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .search_insert_content h2.type-subtitle {
    margin-top: 0;
  }
}
.search_insert_content > div:nth-child(1) {
  width: 100%;
}

.search_insert_content > div:nth-child(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .search_insert_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 10px 30px 30px;
    margin: 0 30px;
  }
  .search_insert_content > div:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search_insert_content > div:nth-child(2) {
    margin-left: 30px;
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 1260px) {
  .search_insert_content > div:nth-child(2) {
    width: 300px;
  }
}
.search_insert_content .btn-archive {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .search_insert_content .btn-archive {
    margin-right: 30px;
    margin-top: 0;
  }
}
.search-header-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .search-header-grid {
    -ms-flex-wrap: none;
        flex-wrap: none;
  }
}
.search-header-grid > div:first-child {
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .search-header-grid > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.search-header-grid > div:nth-child(2) {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .search-header-grid > div:nth-child(2) {
    margin-bottom: 0;
    width: 50%;
    padding-right: 7.5px;
  }
}
.search-header-grid > div:nth-child(3) {
  width: 100%;
}

@media (min-width: 480px) {
  .search-header-grid > div:nth-child(3) {
    width: 50%;
    padding-left: 7.5px;
  }
}
@media (min-width: 768px) {
  .search-header-grid > div:nth-child(3) {
    padding-left: 0;
    width: 182px;
  }
}
@media (max-width: 767.98px) {
  .search-header-grid .dropdown-menu {
    font-size: 20px;
    width: 98%;
  }
}
.carousel-holder {
  position: fixed;
  left: -99999px;
}

.results-image .online-icon {
  width: 20px;
  height: 30px;
}

.results-image .standard-ratio.cover:not(.lazy) {
  background-image: url("/images/No-Feature-Placeholder.jpg");
}

@media (max-width: 767.98px) {
  #dropdownMenuButtonMobile,
  #dropdownMenuButtonDesktop {
    width: 100%;
    height: 100%;
    margin-right: 15px;
    border-radius: 0;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 479.98px) {
  #dropdownMenuButtonMobile,
  #dropdownMenuButtonDesktop {
    min-height: 60px;
  }
}
.digital-archive-icon {
  background: transparent url("/images/digital-archive.png") no-repeat center center;
  background-size: contain;
}

.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#applied_tags {
  height: 0;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  overflow: hidden;
  position: absolute;
  background-color: #C3FE8E;
  z-index: 2;
}

#applied_tags.shown {
  height: auto;
}

.view-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .view-theme {
    padding: 10px 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .view-theme {
    height: 104px;
  }
}
/* .mobile-filter-header {
	flex: 1 1 100%;
	border-bottom: 4px solid #000;
	padding-bottom: 10px;
	line-height: 1.75;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}
.mobile-filter-header::before {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 0;
	top: 0;
	background: transparent url("/images/chevron-down-black.svg") no-repeat 0px
		15px;
	transform: rotate(90deg);
	content: "";
} */
.mobile-filter-header {
  display: none;
}

.tag-markup span {
  cursor: pointer;
}

.tag-markup span.active {
  font-weight: bold;
}

.filter-tag {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.filter-tag::after, .visual-checkbox.selected:after {
  content: "×";
  position: relative;
  top: 0.06em;
  font-size: 1.5rem;
  padding-left: 0.25em;
  line-height: 1rem;
}

span.heading {
  padding-right: 20px;
}

.line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
}

.lines-2,
.lines-2 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lines-3,
.lines-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.filter-contributors {
  display: none;
}

.page-contributors .filter-contributors {
  display: block;
}

.page-template-page-education #search-output .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .page-template-page-education #search-output .articles {
    margin: 0 60px;
  }
}
.page-template-page-education #search-output .articles article,
.page-template-page-collaboration #search-output .articles article {
  width: 100%;
  padding: 20px 30px;
}

.page-template-page-education .type-subtitle.highlight-yellow {
  display: none;
}

.reviews .item {
  margin: 10px;
  border: 3px solid;
  padding: 40px 20px;
  text-align: center;
  line-height: 1.15;
}

.reviews.d-none {
  margin-bottom: 30px;
}

.reviews .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*================ #Clear Fix ================*/
/*********************
IMAGE-REPLACEMENT     @include image-replace("xxx.jpg");
*********************/
/*********************
CALC     @include calc( width, '100% - 2px');
*********************/
/*********************
REM-PX      @include font-size(1.6);
*********************/
/*********************
REM-PX 2      @include rem-fallback(margin, 10, 20, 30, 40);
*********************/
/*********************
REM-PX 3     @include rem(font-size, 1.6rem);   or  @include rem(padding, 20px 10px);
*********************/
/*********************
TRANSLATE    @include translate(-50%, -50%);
*********************/
/*********************
ROTATE    @include rotate(-90deg);
*********************/
/*********************
TRANSFORM-ORIGIN    @include transform-origin(top left);
*********************/
/*********************
VERTICAL ALIGN MIDDLE    @include vertical-align-middle();
*********************/
/*********************
TRANSITION     @include transition(color .3s ease);
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING    @include box-sizing(border-box);
*********************/
/*********************
OPACITY   @include opacity(0.8);
*********************/
/*********************
GRADIENT     @include gradient(#ff00ff, #ff00cc, vertical);   
*********************/
/*============================================================================
  Prefix mixin for generating vendor prefixes:

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }

  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
==============================================================================*/
/*********************
BREAKPOINT
div {
 margin:5em;
 @include break-point(mobile)
 {
 margin:2em;
 }
 }   
*********************/
/******************************************************************
Stylesheet: Base Stylesheet 

@include media(">=tablet", "<=1150px", "landscape") { }

@supports (display: grid) { }

@supports not (position: sticky) { }

@media (any-hover: hover) { }

height: calc(var(--vh, 1vh) * 8.8);

******************************************************************/
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* -webkit-perspective: 1000; */
  /* overflow: -moz-scrollbars-none; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  max-height: 1000000px;
}

body {
  font-size: 1rem;
  line-height: 1.23;
  color: #223E79;
  background-color: #C3FE8E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

html.android,
html.android body {
  height: auto;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.hidden-w3000 {
  display: none !important;
}

.relative {
  position: relative;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(-1 * var(--wrap));
  margin-right: calc(-1 * var(--wrap));
}

.cca-grid-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 0.2rem;
  width: 100%;
  max-width: 1520px;
  padding: 0 var(--wrap);
  margin: 0 auto;
  margin-left: auto;
}

.cca-grid-header > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.cca-grid-header > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.cca-grid-header > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.cca-grid-header > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.cca-grid-header > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.cca-grid-header > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
@media (min-width: 48em) {
  .cca-grid-header {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: var(--grid-gap);
  }
}

.cca-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 0;
  width: 100%;
  max-width: 1520px;
  padding: 0 var(--wrap);
  margin: 0 auto;
  margin-left: auto;
}

.cca-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 48em) {
  .cca-grid {
    -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .cca-grid {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: var(--grid-gap);
  }
}

@media (min-width: 48em) {
  .content-area {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
.grid-2,
.grid-3,
.grid-4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--grid-gap);
}
@media (min-width: 48em) {
  .grid-2,
  .grid-3,
  .grid-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: var(--grid-gap);
    -ms-grid-columns: minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-2 > *:nth-child(1), .grid-3 > *:nth-child(1), .grid-4 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-2 > *:nth-child(2), .grid-3 > *:nth-child(2), .grid-4 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media (min-width: 48em) {
  .grid-3 {
    -ms-grid-columns: minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 48em) {
  .grid-4 {
    -ms-grid-columns: minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr) var(--grid-gap) minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 48em) {
  .grid-start-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
  }
}

@media (min-width: 48em) {
  body.page-id-895 .team-wrapper .item:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  body.page-id-895 .team-wrapper .item:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  body.page-id-895 .team-wrapper .item:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  body.page-id-895 .team-wrapper .item:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  body.page-id-895 .team-wrapper .item:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  body.page-id-895 .team-wrapper .item:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  body.page-id-895 .team-wrapper .item:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  body.page-id-895 .team-wrapper .item:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  body.page-id-895 .team-wrapper .item:nth-child(9) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  body.page-id-895 .team-wrapper .item:nth-child(10) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  body.page-id-895 .team-wrapper .item:nth-child(11) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  body.page-id-895 .team-wrapper .item:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}

@media (min-width: 48em) {
  .aircast-columns,
  .team-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--wrap) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: var(--wrap);
  }
}
@media (min-width: 64em) {
  .aircast-columns,
  .team-columns {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.grid-y-gapsmall {
  row-gap: 0.5rem;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 48em) {
  .hr-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

.blur-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}

::-webkit-input-placeholder {
  color: #223E79;
  opacity: 1;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  color: #223E79;
  opacity: 1;
}

/*  SELECTION */
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

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

/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #223E79;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px !important;
  /* on hover */
}
a:hover, a:focus, a:active,
a:visited:hover,
a:visited:focus,
a:visited:active {
  color: #223E79;
  outline: 0;
}
a,
a:visited {
  /* on click */
}
a,
a:visited {
  /* mobile tap color */
}
a[href^=tel] {
  color: inherit !important;
  text-decoration: none;
}

.content-area a {
  text-decoration: underline !important;
  cursor: pointer !important;
}

a.arrow-link,
.arrow-link a,
.arrow-links a {
  position: relative;
  display: inline;
  padding-left: 1.6em;
  text-decoration: none !important;
}
a.arrow-link:hover,
.arrow-link a:hover,
.arrow-links a:hover {
  text-decoration: underline !important;
}

a.arrow-link::before,
.arrow-link a::before,
.arrow-links a::before {
  content: "⟶";
  font-family: "Crimson", serif;
  display: inline-block;
  position: relative;
  top: -0.05em;
  height: 100%;
  padding-right: 0.25rem;
  font-size: 1rem;
}

a.arrow-link::before,
.arrow-link a::before,
.arrow-links a::before {
  position: absolute;
  top: -0.23em;
  left: 0;
  height: 100%;
  padding-right: 0.25rem;
  font-size: 1rem;
}

.arrow-links a[href^="mailto:"] {
  padding-left: 0;
}
.arrow-links a[href^="mailto:"]::before {
  display: none;
}

html.firefox a.arrow-link::before,
html.firefox .arrow-link a::before,
html.firefox .arrow-links a::before {
  content: "→";
  top: -0.15em;
}

a.related-post::before {
  display: none;
}

.arrow-link.menu-item a {
  position: relative;
  padding-left: 1.33em;
}
.arrow-link.menu-item a:hover {
  text-decoration: underline;
}
.arrow-link.menu-item a:before {
  position: absolute;
  left: 0;
}

.no-arrows a::before,
a.no-arrow::before,
.site-header li a::before,
.sidebar-nav .navbar-nav > li > a::before {
  display: none;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-size: 100%;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizelegibility;
  line-height: var(--heading-line-height);
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

h1 {
  font-size: var(--font-size-heading);
}

.ls-sans,
.uppercase.sans-serif {
  letter-spacing: 0.055em;
}

.section-title {
  font-weight: bold;
  margin-bottom: var(--wrap);
}

.color-category {
  color: var(--accent-color);
}

strong,
b,
.font-bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.text-heading {
  font-size: var(--font-size-heading);
}

.text-big {
  font-size: var(--font-size-big);
}

.text-small,
.font-small {
  font-size: var(--font-size-nav);
}

.text-medium,
.font-medium {
  font-size: var(--font-size-medium);
}

.text-nav {
  font-size: var(--font-size-nav);
}

.text-caption {
  font-family: "Moderat", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: var(--font-size-small);
}

@media (min-width: 48em) {
  .two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: var(--wrap);
       -moz-column-gap: var(--wrap);
            column-gap: var(--wrap);
  }
}

@media (min-width: 48em) {
  .three-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: var(--wrap);
       -moz-column-gap: var(--wrap);
            column-gap: var(--wrap);
  }
}

/* */
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-ordinal-group: 10000;
          -ms-flex-order: 9999;
              order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
            animation: swiper-preloader-spin 1s linear infinite;
  }
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}

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

.swiper-button-next, .swiper-button-prev {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--swiper-navigation-size);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  ::slotted(svg), svg {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: top 0.2s, -webkit-transform 0.2s;
      transition: top 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, top 0.2s;
      transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      -webkit-transition: left 0.2s, -webkit-transform 0.2s;
      transition: left 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, left 0.2s;
      transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
    }
  }
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

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

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

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

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

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

.swiper-zoom-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

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

.swiper-cube {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      -webkit-filter: blur(50px);
              filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

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

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

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

.swiper-flip {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

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

.swiper-creative {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

.header-row1 {
  padding: 0.5rem var(--wrap) 0;
}
@media (min-width: 48em) {
  .header-row1 {
    padding: 1.4rem var(--wrap) 1rem;
  }
}

.header-col1,
.header-col2,
.header-col3,
.header-col4,
.header-col5 {
  padding: 0.5rem 0;
}

.header-col3 {
  position: relative;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -ms-grid-column-span: 4;
  grid-column: span 4;
  padding-top: 0;
}
@media (min-width: 48em) {
  .header-col3 {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    padding-top: 0.3rem;
    padding-left: 2rem;
  }
}
@media (min-width: 64em) {
  .header-col3 {
    padding-left: 0;
  }
}

.lang-switcher {
  font-family: "Moderat", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-nav);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.3em;
}
@media (min-width: 48em) {
  .lang-switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.lang-switcher .lang-switcher-link {
  display: block;
}
.lang-switcher .lang-switcher-link:hover {
  text-decoration: underline !important;
}

@media (min-width: 48em) {
  .lang-divider {
    display: none;
  }
}

.lang-switcher-link--active {
  text-decoration: underline;
}

.drawer-out .header-col3 {
  background-color: transparent;
}

.header-col2 {
  position: relative;
  display: none;
  margin-top: -0.06em;
  line-height: 1.41;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.header-col4 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (min-width: 48em) {
  .header-col4 {
    display: none;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.header-col5 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (min-width: 48em) {
  .header-col5 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: right;
  }
}

.header-col6 {
  position: absolute;
  z-index: 7;
  top: 6rem;
  right: var(--wrap);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (min-width: 48em) {
  .header-col6 {
    position: absolute;
    top: 6rem;
    right: var(--wrap);
  }
}
@media (min-width: 64em) {
  .header-col6 {
    display: none;
  }
}

.ntu-logo {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  padding-right: 0.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 48em) {
  .ntu-logo {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    padding-right: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.ntu-logo img {
  width: 100%;
}
@media (min-width: 48em) {
  .ntu-logo img {
    width: 28rem;
  }
}

@media (max-width: 47.99em) {
  .main-logo a {
    display: block;
    text-align: right;
    padding-left: 1rem;
  }
}

.main-logo img {
  width: 27vmin;
}
@media (min-width: 48em) {
  .main-logo img {
    width: 8.4rem;
    margin-top: -0.2rem;
  }
}

@media (min-width: 48em) {
  .mobile-menu-logo {
    text-align: right;
    margin-top: 0.5rem;
  }
}
@media (min-width: 64em) {
  .mobile-menu-logo {
    display: none;
  }
}

.main-title {
  font-size: 0.68rem;
  margin-top: 0;
  margin-bottom: 1.1em;
  grid-gap: 0;
  max-width: 25.6em;
}
@media (min-width: 48em) {
  .main-title {
    font-size: var(--font-size-heading);
    margin-top: -0.2em;
    margin-bottom: 2.3em;
    max-width: 32em;
  }
}
.main-title h1 {
  font-size: inherit;
}
.main-title a {
  grid-column: 1/-1;
  font-family: "Moderat", Helvetica, Arial, sans-serif;
}
@media (max-width: 47.99em) {
  .main-title br {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .menu-wrapper {
    position: fixed;
    background: #223E79;
    top: 0;
    right: 0;
    width: 80%;
    z-index: 10;
    color: #C3FE8E !important;
    border-color: #C3FE8E;
    padding: 1.4rem var(--wrap) 5rem;
    height: 100vh;
    overflow: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    max-width: calc(25% + var(--wrap));
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .menu-wrapper.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .menu-wrapper a,
  .menu-wrapper input[type=search] {
    color: #C3FE8E !important;
  }
  .menu-wrapper input[type=search] {
    border-color: #C3FE8E !important;
  }
  .menu-wrapper .sidebar-nav > ul > li::after, .menu-wrapper .col-menu hr, .menu-wrapper .description-sidebar hr {
    background-color: #C3FE8E;
  }
}
@media (max-width: 47.99em) {
  .menu-wrapper {
    max-width: 100%;
    padding-top: 1rem;
  }
}
@media (min-width: 64em) {
  .menu-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.hamburger-menu-mobile-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.1rem 0 0;
}
@media (min-width: 48em) {
  .hamburger-menu-mobile-wrap {
    padding: 4.5rem 0 0;
  }
}
@media (min-width: 64em) {
  .hamburger-menu-mobile-wrap {
    display: none;
  }
}

.hamburger-menu {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  cursor: pointer;
}

.bar {
  width: 100%;
  border-bottom: 3px solid #fff;
  padding-bottom: 4px;
}

.bar--bronze {
  border-color: #223E79;
}

.col-menu {
  font-size: var(--font-size-nav);
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (min-width: 64em) {
  .col-menu {
    position: sticky;
    top: 1rem;
    margin-top: 0.35rem;
  }
}
.col-menu .search {
  margin-top: -0.15rem;
}
.col-menu .search .type-footer-header {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.col-menu input[type=text],
.col-menu input[type=search],
.col-menu input[type=email] {
  margin-bottom: 1rem;
  font-family: "Moderat", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-small);
  background-color: transparent;
}

.main-nav {
  display: none;
  margin-top: 1.3rem;
  font-size: var(--font-size-nav);
  line-height: 1.15;
}
@media (min-width: 48em) {
  .main-nav {
    display: block;
    margin-top: -1.3rem;
  }
}
.main-nav li::after {
  content: "";
  display: block;
  width: 4.3rem;
  height: var(--border-height-menu);
  margin-top: 0.5rem;
  background-color: var(--accent-color);
}
.main-nav li.color-category-bronze:last-child {
  display: none;
}
@media (min-width: 64em) {
  .main-nav li.color-category-bronze:last-child {
    display: block;
  }
}

.mobile-section-title {
  font-family: "Moderat", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-nav);
  font-weight: 700;
  margin-bottom: 0.5rem;
  -ms-grid-column-span: 4;
  grid-column: span 4;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .mobile-section-title {
    display: none;
  }
}
.mobile-section-title::after {
  content: "";
  display: block;
  width: 6rem;
  height: var(--border-height-menu);
  margin-top: 0.3rem;
  background-color: var(--accent-color);
}
.mobile-section-title.color-category-green {
  --accent-color: #34621E;
}
.mobile-section-title.color-category-red {
  --accent-color: #C41415;
}
.mobile-section-title.color-category-lightblue {
  --accent-color: #009EE3;
}
.mobile-section-title.color-category-yellow {
  --accent-color: #FEB212;
}
.mobile-section-title.border-teal::after {
  background-color: #223E79;
}
.mobile-section-title.border-yellow::after {
  background-color: #FEB212;
}
.mobile-section-title.border-green::after {
  background-color: #34621E;
}
.mobile-section-title.border-purple::after {
  background-color: #223E79;
}
.mobile-section-title:last-child {
  display: none;
}
@media (min-width: 64em) {
  .mobile-section-title:last-child {
    display: block;
  }
}

.sidebar-nav li {
  line-height: 1;
}

.sidebar-nav .navbar-nav > li > a {
  text-transform: uppercase;
  display: block;
  line-height: 0.8;
  margin: 0rem auto 0.62rem 0;
  font-weight: 700;
}

.sidebar-nav .navbar-nav > li:first-child > a {
  margin-top: -0.25rem;
}

.sidebar-nav > ul > li::after,
hr {
  content: "";
  display: block;
  height: var(--border-height);
  border: 0;
}

.sidebar-nav > ul > li::after,
.col-menu hr,
.description-sidebar hr {
  margin: calc(0.8 * var(--wrap-y)) auto calc(1.1 * var(--wrap-y));
  background-color: #fff;
}
@media (min-width: 64em) {
  .sidebar-nav > ul > li::after,
  .col-menu hr,
  .description-sidebar hr {
    background-color: #223E79;
  }
}

.site-header li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media (min-width: 64em) {
  .site-header li a {
    min-height: 2em;
  }
}

body.home .site-header li a,
.site-header li a:hover,
body.page-template-page-research .site-header li.border-teal a,
body.page-id-788 .site-header li.border-yellow a,
body.single-residency .site-header li.border-yellow a,
body.page-id-773 .site-header li.border-purple a,
body.single-programme .site-header li.border-purple a,
body.post-type-archive-news .site-header li.border-green a,
body.single-news .site-header li.border-green a,
body.page-template-page-about .site-header li.border-bronze a {
  opacity: 1;
}

.description-sidebar hr {
  background-color: #223E79;
}

.description-sidebar .description-area hr {
  margin-top: -0.5rem;
}

.child-menu {
  display: none;
  padding-bottom: 0.3rem;
}

.current-menu-ancestor .child-menu {
  display: block;
}

.current-menu-item a,
.child-menu .current-menu-item a {
  text-decoration: underline;
}

.child-menu .current-menu-item.menu-underline a {
  text-decoration: none;
}
.child-menu .current-menu-item.menu-underline a:hover {
  text-decoration: underline;
}

.close-menu {
  display: none;
}

/* */
.color-category-bronze,
.color-category-page,
.category- {
  --accent-color: #223E79;
}

.color-category-green,
.category-1,
.category-268 {
  --accent-color: #34621E;
}

.color-category-red,
.category-39,
.category-269 {
  --accent-color: #C41415;
}

.color-category-lightblue,
.category-6,
.category-270 {
  --accent-color: #009EE3;
}

.color-category-yellow,
.category-144,
.category-271 {
  --accent-color: #FEB212;
}

.no-underline,
.no-underlines a,
.no-underline a,
a.related-post {
  text-decoration: none !important;
}

.spacer {
  height: var(--m-paragraph);
}

.border-b {
  padding-bottom: var(--wrap);
  border-bottom: var(--border-height) solid #223E79;
}

.no-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* clear */
.hide-small {
  display: none;
}
@media (min-width: 48em) {
  .hide-small {
    display: block;
  }
}

.hide-medium {
  display: block;
}
@media (min-width: 48em) {
  .hide-medium {
    display: none;
  }
}

.hide-large {
  display: block;
}
@media (min-width: 64em) {
  .hide-large {
    display: none;
  }
}

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

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-wrap {
  margin-top: var(--wrap-y);
}

.mb-wrap {
  margin-bottom: var(--wrap-y);
}

.mb-wrap1 {
  margin-bottom: var(--wrap);
}

.mb-wrap2 {
  margin-bottom: calc(0.8 * var(--wrap));
}

.my-wrap {
  margin-top: var(--wrap-y);
  margin-bottom: var(--wrap-y);
}

.pt-wrap {
  padding-top: var(--wrap-y);
}

.pb-section {
  padding-bottom: 3rem;
}

@media (max-width: 63.99em) {
  .s-mb-0\.5 {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-1 {
    margin-bottom: 1em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-1\.5 {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-2 {
    margin-bottom: 2em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-2\.5 {
    margin-bottom: 2.5em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-3 {
    margin-bottom: 3em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-3\.5 {
    margin-bottom: 3.5em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-4 {
    margin-bottom: 4em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-4\.5 {
    margin-bottom: 4.5em;
  }
}

@media (max-width: 63.99em) {
  .s-mb-5 {
    margin-bottom: 5em;
  }
}

@media (min-width: 64em) {
  .l-mb-0\.5 {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 64em) {
  .l-mb-1 {
    margin-bottom: 1em;
  }
}

@media (min-width: 64em) {
  .l-mb-1\.5 {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 64em) {
  .l-mb-2 {
    margin-bottom: 2em;
  }
}

@media (min-width: 64em) {
  .l-mb-2\.5 {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 64em) {
  .l-mb-3 {
    margin-bottom: 3em;
  }
}

@media (min-width: 64em) {
  .l-mb-3\.5 {
    margin-bottom: 3.5em;
  }
}

@media (min-width: 64em) {
  .l-mb-4 {
    margin-bottom: 4em;
  }
}

@media (min-width: 64em) {
  .l-mb-4\.5 {
    margin-bottom: 4.5em;
  }
}

@media (min-width: 64em) {
  .l-mb-5 {
    margin-bottom: 5em;
  }
}

.white-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #C3FE8E;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.white-btn:hover, .white-btn:focus {
  text-decoration: none;
}
.white-btn:active {
  top: 1px;
}

.white-btn {
  cursor: pointer;
  border: 1px solid black;
  color: black;
  background-color: #C3FE8E;
  padding: 0.5em;
  margin-right: 1em;
}
.btn-primary {
  background-color: #C3FE8E !important;
  border-color: #223E79 !important;
  color: #223E79 !important;
}
.btn-primary::before {
  display: none !important;
}

.btn-arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 1.2em;
  line-height: 1em;
  padding: 0 0.3em;
  font-size: 1em;
  color: #223E79;
  border-radius: 0;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background-color: #fff;
  border: var(--border-height) solid #fff;
}
@media (min-width: 64em) {
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=tel],
  input[type=color],
  select,
  textarea,
  .field {
    border: var(--border-height) solid #223E79;
    background-color: #C3FE8E;
  }
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
  border-color: #223E79;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=password] {
  letter-spacing: 0.3em;
}

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

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

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

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

#mc_embed_signup {
  margin-top: 0.5rem;
}

.newsletter-btn {
  display: none;
}

/******************************************************************
Stylesheet: Content Stylesheet
******************************************************************/
#content {
  min-height: calc(100vh - 10rem);
  padding-top: 1.2rem;
  padding-bottom: 2rem;
}
@media (min-width: 48em) {
  #content {
    padding-top: 2em;
  }
}

#primary {
  min-height: calc(100vh - 18rem);
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

.font-bigger :where(h5, p),
h1 + .exhibition-date {
  font-size: 115%;
}

.bg-blue {
  background-color: #223E79;
}

.anchors-navi {
  font-size: var(--font-size-nav);
  margin-top: 1.5rem;
}
@media (min-width: 48em) {
  .anchors-navi {
    margin-top: 2.15rem;
  }
}

/* entry content */
.entry-content {
  word-break: break-word;
}
.entry-content p, .entry-content ul, .entry-content ol {
  margin: 0 0 var(--m-paragraph) 0;
}
.entry-content p:last-child, .entry-content ul:last-child, .entry-content ol:last-child {
  margin-bottom: 0;
}
.entry-content iframe,
.entry-content video {
  margin: 0 0 var(--m-paragraph) 0;
}
.entry-content h1 p {
  font-size: 100%;
  margin: 0 0 var(--m-paragraph) 0;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
.entry-content ul {
  padding-left: 0.9em;
  list-style-type: disc;
}
.entry-content ol {
  padding-left: 0.9em;
  list-style-type: decimal;
}

/* end .entry-content */
.entry-content h1,
.entry-content h2,
.entry-content .h1,
.entry-content .h2,
h2.block-heading {
  font-weight: 700;
  font-size: var(--font-size-heading);
  letter-spacing: 0.055em;
}

.content-area h1, .content-area .h1, .content-area h2, .content-area .h2 {
  font-family: "Moderat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: calc(var(--m-paragraph) * 0.7);
  color: var(--accent-color);
  letter-spacing: 0.055em;
}

h1 + .exhibition-date {
  margin-top: 0.5rem;
}

img,
video,
iframe,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

hr {
  width: 100%;
  margin: calc(0.6 * var(--wrap)) auto calc(0.6 * var(--wrap));
  background-color: transparent;
}
hr.hr--variant {
  margin: calc(0.4 * var(--wrap)) auto calc(0.6 * var(--wrap));
}
hr.hr--variant2 {
  margin: calc(0.4 * var(--wrap)) auto calc(1 * var(--wrap));
}
hr.block-border {
  background-color: #223E79;
}

.hero-image {
  margin-bottom: 0.2rem;
}
@media (min-width: 48em) {
  .hero-image {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .project-meta {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

@media (min-width: 48em) {
  .content-blocks {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

blockquote {
  margin: 0 0 var(--wrap);
  text-align: left;
  border-bottom: var(--border-height) solid #223E79;
}
@media (min-width: 48em) {
  blockquote {
    max-width: calc(66.66% - 0.4rem);
  }
}

blockquote p {
  font-size: 135% !important;
  line-height: 1.2;
  padding: 0 0 var(--wrap);
}

.contrib-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
  aspect-ratio: 1;
}

.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.grid-4--projects .column > div {
  margin-top: var(--wrap-project-link);
}

.projects-links {
  display: none;
  padding-bottom: var(--wrap-project-link);
}
.projects-links-wrapper {
  border-bottom: var(--border-height) solid #223E79;
}
.projects-links-wrapper h2 {
  cursor: pointer;
  margin-top: 0.1rem;
  padding-bottom: var(--wrap-project-link);
}
.projects-links-wrapper h2:hover {
  text-decoration: underline;
}
.projects-links a {
  width: 100%;
}
.projects-links .project-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.item .topics {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.team-cta {
  cursor: pointer;
}

.team-expanded {
  display: none;
  padding-bottom: 0.5rem;
}

.team-expanded-helper {
  height: var(--m-paragraph);
}

.img-w-c4 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (min-width: 48em) {
  .img-w-c4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}

.img-w-c3_1,
.swiper-w-c3_1 .swiper-slide .border-image {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (min-width: 48em) {
  .img-w-c3_1,
  .swiper-w-c3_1 .swiper-slide .border-image {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

.img-w-c3_2,
.swiper-w-c3_2 .swiper-slide .border-image {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (min-width: 48em) {
  .img-w-c3_2,
  .swiper-w-c3_2 .swiper-slide .border-image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
  }
}

.img-w-c2 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (min-width: 48em) {
  .img-w-c2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.crop-image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .crop-image img {
    aspect-ratio: 18/9;
  }
}

.img-w-c2.crop-image img {
  aspect-ratio: 2.7/3;
}

.image-caption {
  font-family: "Moderat", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-small);
  line-height: 1.15;
  margin: 0.5rem 0 0 0;
}
@media (min-width: 48em) {
  .image-caption {
    margin-top: 0;
    -ms-grid-column: 1;
    grid-column: 1/1;
    padding-right: 0.4em;
  }
  .image-caption.font-medium {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .image-caption.media-caption {
    max-width: 50%;
    margin-top: 0.55rem;
    margin-bottom: 1rem;
  }
}

.hero-image-caption {
  margin: 0 auto 2rem !important;
}
@media (min-width: 48em) {
  .hero-image-caption {
    margin: 0 auto 0.7rem !important;
  }
}

.video-block.single-video + .image-caption {
  margin-top: -0.5rem;
}

@media (min-width: 48em) {
  .single-post .grid-4.span-4:has(> .img-w-c3_1),
  .single-post .grid-4.span-4:has(> .img-w-c3_2) {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 48em) {
  .single-post .grid-4.span-4:has(> .img-w-c3_1) > .image-caption,
  .single-post .grid-4.span-4:has(> .img-w-c3_2) > .image-caption {
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 0;
  }
}

.hero-no-caption {
  margin-bottom: 1.8rem;
}

@media (min-width: 48em) {
  .img-w-c3_2 + .image-caption {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
    max-width: calc(33.3333333333% - 1.25 * var(--wrap));
  }
}

.single-post .image-caption {
  margin-bottom: 0.5rem;
}
.single-post .image-caption.image-caption-aside {
  display: none;
}
@media (min-width: 48em) {
  .single-post .image-caption.image-caption-aside {
    display: block;
    margin-top: auto;
    margin-bottom: -1px;
  }
}
@media (min-width: 48em) {
  .single-post .image-caption.image-caption-aside-right {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/span 1;
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .single-post .image-caption.video-caption-aside {
    padding-bottom: 7px;
  }
}

@media (min-width: 48em) {
  .image-block + .page-main-text,
  .image-caption + .page-main-text,
  .image-block + .event-main-text,
  .image-caption + .event-main-text,
  .image-block + hr + .page-main-text,
  .image-caption + hr + .event-main-text,
  .image-gallery-block + .page-main-text,
  .image-gallery-block + .event-main-text,
  .image-gallery-block + hr + .page-main-text,
  .image-gallery-block + hr + .event-main-text,
  .hero-image-caption + .page-main-text,
  .hero-image-caption + .text-block {
    padding-top: 2.6rem;
  }
}

@media (min-width: 48em) {
  .image-gallery-block + .page-main-text,
  .image-gallery-block + .event-main-text,
  .image-gallery-block + hr + .page-main-text,
  .image-gallery-block + hr + .event-main-text,
  .image-gallery-block + .list-block-col2 .page-main-text {
    padding-top: 0;
    margin-top: -0.5rem;
  }
}

.image-gallery-block {
  --swiper-pagination-color: #223E79;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-size: 11px;
  max-width: calc(100vw - 2 * var(--wrap));
}
@media (max-width: 47.99em) {
  .image-gallery-block {
    margin-bottom: 0 !important;
  }
}
.image-gallery-block.swiper-w-c3_1, .image-gallery-block.swiper-w-c3_2 {
  margin-bottom: 0 !important;
}
.image-gallery-block .image-gallery-swiper {
  width: 100%;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  .image-gallery-block.swiper-w-c3_1 .image-gallery-swiper, .image-gallery-block.swiper-w-c3_2 .image-gallery-swiper {
    padding-bottom: 1.5rem;
  }
}
.image-gallery-block .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-gallery-block .swiper-slide {
  height: 100%;
}
.image-gallery-block .swiper-slide .inner {
  background-color: #223E79;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28.7rem;
}
.image-gallery-block .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 28.7rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-gallery-block .swiper-slide .image-caption {
  margin-top: 0.55rem;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .image-gallery-block .swiper-slide .image-caption {
    max-width: calc(25% - 0.75 * var(--wrap));
  }
}
.image-gallery-block .swiper-pagination {
  position: relative;
  top: auto;
  bottom: 0;
  text-align: center;
  margin-top: 0.7rem;
}
@media (min-width: 48em) {
  .image-gallery-block .swiper-pagination {
    position: absolute;
    top: 29.6rem;
    bottom: auto;
    text-align: center;
    margin-top: 0;
  }
}
@media (min-width: 75em) {
  .image-gallery-block .swiper-pagination {
    top: 29.6rem;
  }
}
.image-gallery-block .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #223E79;
  opacity: 1;
}
@media (min-width: 48em) {
  .image-gallery-block.swiper-w-c3_1 .swiper-slide, .image-gallery-block.swiper-w-c3_2 .swiper-slide {
    display: -ms-grid;
    display: grid;
  }
}
.image-gallery-block.swiper-w-c3_1 .swiper-slide .inner,
.image-gallery-block.swiper-w-c3_1 .swiper-slide img, .image-gallery-block.swiper-w-c3_2 .swiper-slide .inner,
.image-gallery-block.swiper-w-c3_2 .swiper-slide img {
  height: 25rem;
}
@media (min-width: 48em) {
  .image-gallery-block.swiper-w-c3_1 .image-caption, .image-gallery-block.swiper-w-c3_2 .image-caption {
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .image-gallery-block.swiper-w-c3_1 .swiper-pagination, .image-gallery-block.swiper-w-c3_2 .swiper-pagination {
    top: 25.4rem;
    left: 12.5%;
  }
}
@media (min-width: 48em) {
  .image-gallery-block.swiper-w-c3_1 .swiper-pagination {
    left: -12.5%;
  }
}

.image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.border-image:not(.hero-image):not(.contrib-image) {
  max-height: 28.7rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.side-meta-text {
  font-size: var(--font-size-medium);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  grid-column: 1/-1;
}
@media (min-width: 48em) {
  .side-meta-text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    font-size: var(--font-size-small);
  }
}

.image-grid,
.media-grid {
  row-gap: 2.3rem;
}

.image-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-bottom: var(--border-height) solid #223E79;
  padding-bottom: 0.45rem;
}

.image-grid-image {
  aspect-ratio: 4/2.85;
  margin-bottom: 0.45rem;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.image-grid-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.image-grid-date {
  margin-top: auto;
}

.media-image img {
  aspect-ratio: 13/9;
}

.media-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block:has(+ hr + .list-block-col2),
.text-block:has(+ hr + .list-block-col4),
.text-block:has(+ hr + .anchor + .list-block-col2),
.text-block:has(+ hr + .anchor + .list-block-col4) {
  margin-bottom: var(--m-paragraph);
}

.list-block-col4:has(+ hr + .list-block-col4) + hr + .list-block-col4 {
  padding-top: 2.1rem;
}

@media (min-width: 48em) {
  .columns-col2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 48em) {
  .columns-col4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    font-size: var(--font-size-medium);
  }
}

.border-block,
.block-border {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

hr + .block-border {
  margin-top: -1rem;
}

.site-main > .grid-4 hr.border-block:last-child,
.site-main > .grid-4 hr.block-border:last-child {
  display: none;
}

.contributor-grid article {
  cursor: pointer;
}

.contributor-detail {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.expanded .contributor-detail {
  max-height: 50rem;
}

@media (min-width: 48em) {
  body.page .flex-navi {
    position: absolute;
    z-index: 2;
  }
}

.flex-navi--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
}

.related-post--video-tile .related-post-image {
  overflow: hidden;
}
.related-post--video-tile .related-post-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.related-post--video-tile .related-post-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.95rem;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.anchor {
  scroll-margin-top: 2rem;
}

body.single-postV1 .content-area {
  padding-bottom: 5rem;
}
@media (min-width: 64em) {
  body.single-postV1 .content-area {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
@media (min-width: 64em) {
  body.single-postV1 .menu-wrapper {
    display: none;
  }
}
@media (min-width: 48em) {
  body.single-postV1 .hero-image,
  body.single-postV1 .hero-image-caption {
    grid-column: 1/-1;
  }
}
body.single-postV1 .hero-image-caption {
  position: relative;
  padding-bottom: 1.2rem;
}
@media (min-width: 48em) {
  body.single-postV1 .hero-image-caption {
    -ms-grid-column-span: 1;
    grid-column: span 1/-1;
    -ms-grid-column: 3;
        grid-column-start: 3;
    padding-bottom: 0.2rem;
  }
}
@media (min-width: 64em) {
  body.single-postV1 .hero-image-caption {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
}
@media (min-width: 64em) {
  body.single-postV1 .hero-image-caption--inner {
    position: absolute;
  }
}
body.single-postV1 h3 {
  font-family: "Moderat", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-big);
  text-transform: uppercase;
  margin-bottom: var(--m-paragraph);
}

.main-text {
  padding-top: 2rem;
}
@media (min-width: 48em) {
  .main-text {
    padding-top: 0;
    min-height: 12em;
  }
  .main-text p {
    font-size: 110%;
  }
}

@media (min-width: 48em) {
  .grid-single {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--grid-gap);
  }
}
@media (min-width: 64em) {
  .grid-single {
    -ms-grid-columns: 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr var(--grid-gap) 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: var(--grid-gap);
  }
}

@media (max-width: 47.99em) {
  .main-meta {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: var(--wrap);
       -moz-column-gap: var(--wrap);
            column-gap: var(--wrap);
  }
  .single-main-grid .main-meta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-main-grid .main-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1rem;
  }
}
.no-break {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

@media (max-width: 47.99em) {
  .projects-item .no-break {
    padding-bottom: 0.75rem;
  }
}

.sub-grid {
  grid-column: 1/-1;
  padding-top: 0.15rem;
  word-break: break-word;
}
.sub-grid .col1 {
  padding-top: calc(0.9 * var(--wrap));
  border-top: var(--border-height) solid;
}
@media (max-width: 47.99em) {
  .sub-grid .col1.courses-nav a, .sub-grid .col1.courses-nav br, .sub-grid .col1.videos-nav a, .sub-grid .col1.videos-nav br, .sub-grid .col1.audios-nav a, .sub-grid .col1.audios-nav br, .sub-grid .col1.conferences-nav a, .sub-grid .col1.conferences-nav br {
    display: none;
  }
}
@media (min-width: 48em) {
  .sub-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--wrap);
  }
  .sub-grid .col1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .sub-grid .col2 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    border-top: var(--border-height) solid;
    padding-top: calc(0.9 * var(--wrap));
  }
}
@media (min-width: 64em) {
  .sub-grid {
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
  .sub-grid .col2 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.sub-grid.no-border .col1, .sub-grid.no-border .col2 {
  border-top: none;
}
@media (min-width: 48em) {
  .sub-grid > div:not(.project-info) hr:not(.hr--variant):not(.hr--variant2) {
    margin: calc(0.1 * var(--wrap)) auto calc(1.05 * var(--wrap));
  }
}

@media (min-width: 48em) {
  .single-blocks {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media (min-width: 64em) {
  .single-blocks {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}

.artist-meta {
  padding-bottom: 0.6rem;
}
@media (min-width: 48em) {
  .artist-meta {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}

@media (min-width: 48em) {
  #page.single-cat-39 .artist-meta {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  #page.single-cat-6 .artist-meta {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  #page.single-cat-144 .artist-meta {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
}
.project-info .no-break:first-child hr:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .project-info .no-break:first-child hr:first-child {
    margin-top: 0.15rem;
  }
}
@media (min-width: 48em) {
  .project-info .no-break:last-child hr:last-child {
    display: none;
  }
}

.sub-navi {
  line-height: 1.2;
}

.projects-items,
.projects-item {
  grid-column: 1/-1;
}

.projects-item .main-meta hr:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .projects-item .main-meta hr:first-child {
    margin-top: 0.75rem;
  }
}

.projects-item:last-child {
  margin-bottom: -1rem;
}
.projects-item:last-child .col2 hr:last-child {
  display: none;
}

.project-slideshow {
  margin-bottom: 1.5rem;
}

swiper-slide {
  max-width: 100%;
  width: 100% !important;
}
@media (min-width: 48em) {
  swiper-slide {
    padding-bottom: 3rem;
  }
  swiper-slide img {
    max-height: 50vw;
    max-height: min(50vw, 880px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}

swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-caption {
  margin: 0.6rem 0 1rem;
}
@media (min-width: 48em) {
  .swiper-caption {
    margin: 0.87em 0 1rem;
  }
}

swiper-container::part(pagination) {
  position: static;
}
@media (min-width: 48em) {
  swiper-container::part(pagination) {
    position: relative;
    top: -2.5rem;
  }
}

swiper-container::part(bullet) {
  border: 1.5px solid #223E79;
}

swiper-container::part(bullet-active) {
  border: 1.5px solid #223E79;
  background: #223E79;
}

@media (min-width: 48em) {
  .swiper-caption {
    position: absolute;
    right: 0;
    width: calc(40% - 0.9 * var(--wrap));
    margin-left: auto;
  }
}

.project-col2-content__col2 {
  margin-top: 3rem;
}
@media (min-width: 48em) {
  .project-col2-content {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--wrap);
  }
  .project-col2-content__col1 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .project-col2-content__col2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    margin-top: -0.3rem;
  }
}
@media (min-width: 64em) {
  .project-col2-content {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}

.project-documents {
  padding-bottom: 1rem;
}
@media (max-width: 47.99em) {
  .project-documents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.2rem;
  }
}

.document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: calc(0.8 * var(--wrap));
}

.document-image {
  width: 60%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border: var(--border-height) solid;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .document-image {
    width: 40%;
  }
}

.biography-image img {
  margin-top: 0.25rem;
  margin-bottom: 0.35rem;
}
@media (min-width: 48em) {
  .biography-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--wrap);
  }
}
@media (min-width: 64em) {
  .biography-text {
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.biography-link {
  margin: 1rem auto 0 0;
}
@media (min-width: 48em) {
  .biography-link {
    margin: 0;
  }
}
@media (min-width: 48em) {
  .biography-text__main {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    gap: var(--wrap);
  }
}
@media (min-width: 64em) {
  .biography-text__main {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (min-width: 48em) {
  .biography-text__source {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.biography-text__sourcetext {
  padding-top: 1rem;
}
@media (min-width: 48em) {
  .biography-text__sourcetext {
    margin-top: auto;
  }
}

@media (min-width: 48em) {
  .audios-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--wrap);
  }
}
@media (min-width: 48em) {
  .audios-item {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
.audios-item:last-child hr {
  display: none;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio of 16:9 */
  height: 0;
}

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

.videos-item,
.courses-item,
.conferences-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.videos-item hr:last-child,
.courses-item hr:last-child,
.conferences-item hr:last-child {
  padding-top: 1.5rem;
  background-color: transparent;
}
.videos-item hr:last-child::after,
.courses-item hr:last-child::after,
.conferences-item hr:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: var(--border-height);
  background: #223E79;
}

.videos-content,
.audios-content,
.courses-content,
.conferences-content {
  margin-bottom: -1rem;
}

:where(.courses-item) hr:last-child {
  margin: auto 0 0 !important;
}

:where(.videos-item) hr:last-child {
  padding-top: 1rem !important;
  margin: auto 0 0.5rem !important;
}

:where(.audios-item) hr:last-child {
  margin: 1.5rem 0 0.5rem !important;
}

:where(.conferences-item) hr:last-child {
  margin: auto 0 0.5rem !important;
}

@media (min-width: 64em) {
  .further-reading-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--wrap);
  }
}
@media (min-width: 64em) {
  .further-reading-content {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

@media (min-width: 48em) {
  .selected-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: var(--wrap);
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media (min-width: 64em) {
  .selected-grid {
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
.selected-grid h2 {
  margin-top: 1.45rem;
}
.selected-grid hr {
  margin-top: calc(0.5 * var(--wrap));
  margin-bottom: calc(0.9 * var(--wrap));
}

.single__source {
  margin-top: var(--m-paragraph);
}
@media (min-width: 48em) {
  .single__source {
    width: 50%;
  }
}

video, audio, iframe {
  max-width: 100%;
  width: 100%;
}

video, audio, .video-container {
  margin: 0.3rem auto 0.5rem 0;
}

.front-grids {
  width: calc(100vw - var(--wrap) * 2);
}
@media (min-width: 48em) {
  .front-grids {
    width: 100%;
  }
}

.front-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wrap);
  margin-bottom: var(--wrap);
  overflow-x: scroll;
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media (min-width: 48em) {
  .front-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
    max-height: calc(100vh - 11.1rem);
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.front-grid article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 80vw;
  width: 80vw;
}
@media (min-width: 48em) {
  .front-grid article {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.related-post .upcoming-details,
.archive-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: var(--wrap-y) 0;
  border-bottom: var(--border-height) solid var(--accent-color);
  font-size: 0.75rem;
}
@media (min-width: 48em) {
  .related-post .upcoming-details,
  .archive-details {
    min-height: 7.4em;
  }
}
@media (min-width: 64em) {
  .related-post .upcoming-details,
  .archive-details {
    min-height: 6.75em;
  }
}

.related-post--video-tile .upcoming-details {
  min-height: 2em;
}
.related-post--video-tile .lines-2, .related-post--video-tile .lines-2 p {
  -webkit-line-clamp: unset;
}

.search-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--wrap-y) 0;
  border-bottom: var(--border-height) solid var(--accent-color);
}
@media (min-width: 48em) {
  .search-details {
    min-height: 6.1em;
  }
}

.grid-line2 {
  min-height: 2.5em;
}

.grid-line3 {
  margin-top: auto;
}

.color-category-news {
  --accent-color: #34621E;
}

.cca-modal {
  position: fixed;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cca-modal .swiper {
  height: 100vh;
}
.cca-modal__close {
  color: #223E79;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  cursor: pointer;
  font-size: 2.5rem;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cca-modal .swiper-container {
  width: 100%;
  height: 100%;
}
.cca-modal .swiper-slide {
  width: 100%;
  height: 100%;
}
.cca-modal .swiper-slide .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  max-height: 100%;
  overflow: auto;
  width: calc(100% - 2 * var(--wrap));
  text-align: center;
}
@media (min-width: 48em) {
  .cca-modal .swiper-slide .item {
    max-width: 60%;
  }
}
.cca-modal .swiper-slide .item img {
  max-height: 80vh;
}
.cca-modal .swiper-button-next {
  right: 10%;
}
.cca-modal .swiper-button-prev {
  left: 10%;
}
.cca-modal .swiper-button-prev:after,
.cca-modal .swiper-button-next:after {
  content: "";
}
.cca-modal .swiper-button-prev,
.cca-modal .swiper-button-next {
  color: #223E79;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
  line-height: 30px;
  display: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
@media (min-width: 48em) {
  .cca-modal .swiper-button-prev,
  .cca-modal .swiper-button-next {
    display: block;
  }
}
.cca-modal figcaption {
  text-align: center;
  max-width: 33em;
  margin: 0.75rem auto 0;
}

.filter-box {
  position: absolute;
  z-index: 2;
  top: -0.2rem;
  left: 0;
  background-color: #C3FE8E;
  padding: 0.2rem calc(0.5 * var(--wrap)) 0.35rem;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 48em) {
  .filter-box {
    left: calc(-0.5 * var(--wrap));
    width: calc(100% + 0.5 * var(--wrap));
  }
}
.filter-box .filter-values {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-box.active {
  border: 1px solid #223E79;
}
.filter-box.active .filter-values {
  opacity: 1;
  pointer-events: auto;
}

#filter-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-wrapper {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 0.5rem;
  background-color: #C3FE8E;
  z-index: 5;
  width: calc(100% + 2px);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  border: 1px solid transparent;
}
@media (min-width: 48em) {
  .filter-wrapper {
    left: -0.5rem;
    width: calc(100% + 1rem);
  }
}
.filter-wrapper.active-border {
  z-index: 9;
}

.filter-wrapper.active-border {
  border: 1px solid #223E79;
}

.sort-options,
.filter-options {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.sort-options.shown,
.filter-options.shown {
  max-height: 100vh;
}

#search-filter-display .inner > button.type-filter-text {
  margin-left: 1.4em;
}
#search-filter-display .inner > button:hover {
  text-decoration: underline;
}

.open-filter {
  margin-top: 0.1rem;
}
@media (min-width: 48em) {
  .open-filter {
    margin-top: 0.25rem;
  }
}

.type-sort-date.active,
.type-sort-title.active {
  text-decoration: underline;
}

.new-filter-list button {
  margin-left: 1.4em;
  display: block;
}

.type-filter-type + .inner,
.type-filter-topic + .inner,
.type-filter-artist + .inner,
.type-filter-region + .inner {
  display: none;
}

.type-filter-type.open + .inner,
.type-filter-topic.open + .inner,
.type-filter-artist.open + .inner,
.type-filter-region.open + .inner {
  display: block;
}

.filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-close {
  display: none;
}

/* */
footer.site-footer {
  padding-top: 2.1rem;
  margin-top: 6rem;
  padding-bottom: 2rem;
  border-top: var(--border-height-menu) solid #223E79;
  font-size: var(--font-size-small);
}
@media (min-width: 48em) {
  footer.site-footer {
    display: -ms-grid;
    display: grid;
  }
}
footer.site-footer p {
  margin-bottom: 1.3rem;
}
footer.site-footer p:last-child {
  margin-bottom: 0;
}
footer.site-footer a {
  text-decoration: underline;
}
footer.site-footer a:hover {
  text-decoration: none;
}

.footer-terms-text p:nth-last-of-type(2) {
  margin-bottom: 0;
}

.footer-top-row {
  margin-bottom: 1.7rem;
}
@media (min-width: 48em) {
  .footer-top-row {
    margin-bottom: 3rem;
  }
}

.footer-main-logo {
  display: inline-block !important;
  margin-bottom: 1.7rem;
  padding-left: 0 !important;
}
@media (min-width: 48em) {
  .footer-main-logo {
    margin-bottom: 2.6rem;
  }
}

.footer-ntu-logo {
  display: inline-block;
  max-width: 27rem;
  margin-bottom: 1.3rem;
}

.footer-ntu-logo-left {
  max-width: 14rem;
}
@media (min-width: 48em) {
  .footer-ntu-logo-left {
    margin-top: -0.6rem;
  }
}

.footer-ntu-logo-right {
  max-width: 5.8rem;
}
@media (min-width: 48em) {
  .footer-ntu-logo-right {
    max-width: 7.6rem;
    margin-top: 0.4rem;
    margin-bottom: 2.6rem;
  }
}

@media (max-width: 47.99em) {
  .footer-ntu-logo-left-desktop,
  .footer-ntu-logo-right-desktop {
    display: none;
  }
}

.gillman_barracks-logo {
  width: 12rem;
  margin-bottom: 1rem;
}

.footer-mobile-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 2rem 1fr;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0.2rem auto 0.7rem;
}
@media (min-width: 48em) {
  .footer-mobile-logos {
    display: none;
  }
}

.swup-transition-fade {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

html.is-animating .swup-transition-fade {
  opacity: 0;
  -webkit-transform: translateY(10vh);
          transform: translateY(10vh);
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author: 

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  html,
  body {
    height: 99% !important;
    overflow: visible !important;
    border: 1px solid white;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  body {
    margin: 0 0 0 0 !important;
    min-height: 0 !important;
  }
  body,
  h1,
  h2,
  h3,
  ol,
  ul,
  div {
    width: auto;
    float: none;
    position: static;
    overflow: visible;
  }
  #container {
    min-height: 1px !important;
  }
  #content {
    margin-left: 0 !important;
    display: block !important;
    padding: 20px 0 20px 0 !important;
  }
  .page-section {
    max-width: 90%;
    display: inline !important;
  }
  .sticky-helper {
    position: static !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .footer {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }
  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
    display: none !important;
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  header,
  .social_links a,
  #lang_sel_list,
  .bg-image,
  #responsive-menu-pro-container {
    display: none !important;
  }
  img {
    position: static !important;
    opacity: 1 !important;
  }
  .entry-content img {
    margin: 0px;
    width: 60% !important;
    max-width: 100%;
    height: auto;
  }
  #logo {
    max-width: 30% !important;
  }
  #logo {
    float: none !important;
    position: static !important;
    padding: 1px;
    width: 100%;
  }
  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }
  .read-more-link {
    display: none !important;
  }
  .js_hidden {
    display: block !important;
  }
  a {
    text-decoration: none !important;
  }
}