@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: 1rem;
  --wrap-y: 0.6rem;
  --wrap-content: 0.8rem;
  --wrap-project-link: .95rem;
  --m-paragraph: 1.2rem;
  /* line-height */
  --heading-line-height: 1.15;
  --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: 1.1rem;
  --font-size-big: 1rem;
  --font-size-nav: .8rem;
  --font-size-small: .7rem;
  --border-height: 2px;
  --border-height-menu: 4px;
  --color-bronze: #00A3CB;
  --color-blue: #00A3CB;
  --color-deepblue: #00A3CB;
  --color-brown: #00A3CB;
  --color-teal: #00A3CB;
  --color-yellow: #00A3CB;
  --color-purple: #00A3CB;
  --color-green: #00A3CB;
  --color-red: #00A3CB;
  --swiper-pagination-bullet-horizontal-gap: .35rem;
  --swiper-pagination-bullet-width: .6rem;
  --swiper-pagination-bullet-height: .6rem;
  --swiper-pagination-bullet-color: #00A3CB;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
@media (min-width: 48em) {
  :root {
    --wrap: 1.45rem;
  }
}
@media (min-width: 64em) {
  :root {
    --wrap: 1.45rem;
    --wrap-y: 0.8rem;
    --wrap-content: 1rem;
    --swiper-pagination-bullet-width: .45rem;
    --swiper-pagination-bullet-height: .45rem;
    --font-size-heading: 1.2rem;
    --font-size-big: 1.1rem;
    --font-size-nav: .83rem;
    --font-size-small: .8rem;
  }
}

/*
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: "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: #00A3CB;
  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: 4vw;
  font-size: 4vmin;
  scroll-behavior: smooth;
}
@media (min-width: 48em) {
  html {
    font-size: 1.35vw;
  }
}
@media (min-width: 64em) {
  html {
    font-size: 1.13vw;
  }
}
@media (min-width: 95em) {
  html {
    font-size: 17px;
  }
}

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

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

.sidebar-nav .navbar-nav > li > a {
  text-transform: uppercase;
}

.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: "Helvetica Neue", 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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #00A3CB;
  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: #00A3CB !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: #00A3CB;
  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.25;
    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;
}

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: #C1FE2E;
  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;
  white-space: nowrap;
}

.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%;
  scroll-padding-top: 1.2rem;
}

/* 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.25;
  color: #00A3CB;
  background-color: #C1FE2E;
  -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;
}

.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: 88rem;
  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(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: var(--wrap);
  }
}
@media (min-width: 64em) {
  .cca-grid-header {
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.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: var(--wrap);
  width: 100%;
  max-width: 88rem;
  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 var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .cca-grid {
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@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;
  }
}
@media (min-width: 64em) {
  .lg-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .lg-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .lg-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .lg-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.grid-2,
.grid-3,
.grid-4,
.related-content #jp-relatedposts .jp-relatedposts-items-visual {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: var(--wrap);
  margin-bottom: var(--wrap-y);
}
.grid-2 > *:nth-child(1), .grid-3 > *:nth-child(1), .grid-4 > *:nth-child(1), .related-content #jp-relatedposts .jp-relatedposts-items-visual > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 48em) {
  .grid-2,
  .grid-3,
  .grid-4,
  .related-content #jp-relatedposts .jp-relatedposts-items-visual {
    -ms-grid-columns: 1fr var(--wrap) 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 48em) {
  .grid-3 {
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 48em) {
  .grid-4 {
    -ms-grid-columns: 1fr var(--wrap) 1fr var(--wrap) 1fr var(--wrap) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@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-4--projects {
  margin-top: -0.3rem;
  grid-row-gap: 0.95rem;
}

.grid-4 h2 {
  margin-top: 0.45rem;
}

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

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

.section-spacer {
  grid-column: 1/-1;
  height: 2.5rem;
}
.section-spacer--variant {
  height: 1.5rem;
}

@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: #00A3CB;
  opacity: 1;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  color: #00A3CB;
  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: #00A3CB;
  /* on hover */
}
a:hover, a:focus, a:active,
a:visited:hover,
a:visited:focus,
a:visited:active {
  color: #00A3CB;
  outline: 0;
}
a,
a:visited {
  /* on click */
}
a,
a:visited {
  /* mobile tap color */
}
a[href^=tel] {
  color: inherit !important;
  text-decoration: none;
}

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

a[href^="http://1"]::before,
a[href^="https://1"]::before,
a[href^="/"]::before,
a[href^="https://2eap"]::before,
a.arrow-link::before,
.arrow-link a::before,
.arrow-links a::before,
.btn-arrow::before {
  content: "→";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-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.13em;
  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[href^="https://2eap"].mobile-section-title::before {
  content: "" !important;
}

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: normal;
  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-size: var(--font-size-nav);
}

.text-caption {
  font-family: "Helvetica Neue", 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 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.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-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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-3d .swiper-cube-shadow,
.swiper-3d .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;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.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-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

.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);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

.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 {
  width: 1px;
  height: var(--swiper-virtual-size);
}

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

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

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

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.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);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.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.25));
  position: absolute;
}

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.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-cards {
  overflow: visible;
}

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

.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 {
  display: none;
  position: relative;
  background-color: #C1FE2E;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -ms-grid-column-span: 4;
  grid-column: span 4;
  padding-top: 0.3rem;
}
@media (min-width: 64em) {
  .header-col3 {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.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;
}
@media (min-width: 48em) {
  .header-col2 {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

body:not(.page-template-page-artistsTemplate):not(.page-template-page-videosTemplate) :where(.header-col2, .header-col3) {
  visibility: hidden;
}

body:not(.page-template-page-artistsTemplate):not(.page-template-page-videosTemplate) .header-col2 :where(button, div) {
  display: none;
}

.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;
  }
}

.header-col6 {
  position: absolute;
  z-index: 7;
  top: 5.6rem;
  right: var(--wrap);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (min-width: 48em) {
  .header-col6 {
    position: absolute;
    top: calc(var(--wrap) + 0.3rem);
    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: 2;
    grid-column: span 2;
    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,
.footer-main-logo img {
  width: 27vmin;
}
@media (min-width: 48em) {
  .main-logo img,
  .footer-main-logo img {
    width: 12.4rem;
  }
}

@media (min-width: 64em) {
  .mobile-menu-logo {
    display: none;
  }
}

.main-title {
  margin-top: 0.25rem;
  grid-gap: 0;
  max-width: 25.6em;
}
@media (min-width: 64em) {
  .main-title {
    margin-top: -0.2em;
    max-width: 28em;
  }
}

.main-title a {
  grid-column: 1/-1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-title .site-title {
  margin-bottom: 0.96rem;
}
@media (max-width: 47.99em) {
  .main-title .site-title {
    font-size: 90%;
    margin-top: -0.3em;
  }
}

.main-title .tagline {
  margin-bottom: 4.5rem;
}
@media (max-width: 47.99em) {
  .main-title .tagline {
    font-size: 65.8%;
    max-width: 28em;
    margin-top: -0.5em;
    margin-bottom: 0;
  }
}

body:not(.page-template-page-artistsTemplate):not(.page-template-page-videosTemplate) .navbar-nav {
  padding-top: 0.5rem;
}

@media (max-width: 63.99em) {
  .menu-wrapper {
    position: fixed;
    background: #00A3CB;
    top: 0;
    right: 0;
    width: 80%;
    z-index: 10;
    color: white !important;
    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 {
    color: white !important;
  }
}
@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: #00A3CB;
}

.col-menu {
  font-size: var(--font-size-nav);
}
@media (min-width: 64em) {
  .col-menu {
    position: sticky;
    top: 1rem;
  }
}
.col-menu input[type=text],
.col-menu input[type=search],
.col-menu input[type=email] {
  margin-bottom: 1rem;
}

.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: -1rem;
  }
}
.main-nav.nav-cat {
  display: block;
}
@media (max-width: 47.99em) {
  .main-nav.nav-cat li {
    display: none;
  }
}
.main-nav.nav-cat-1 li:first-child, .main-nav.nav-cat-39 li:nth-child(2), .main-nav.nav-cat-6 li:nth-child(3), .main-nav.nav-cat-144 li:nth-child(4) {
  display: block;
}
.main-nav li::after {
  content: "";
  display: block;
  width: 6rem;
  height: var(--border-height-menu);
  margin-top: 0.3rem;
  background-color: var(--accent-color);
}
.main-nav li.border-teal::after {
  background-color: #00A3CB;
}
.main-nav li.border-yellow::after {
  background-color: #00A3CB;
}
.main-nav li.border-green::after {
  background-color: #00A3CB;
}
.main-nav li.border-purple::after {
  background-color: #00A3CB;
}
.main-nav li:last-child {
  display: none;
}
@media (min-width: 64em) {
  .main-nav li:last-child {
    display: block;
  }
}

@media (min-width: 48em) {
  body:not(.page-template-page-artistsTemplate):not(.page-template-page-videosTemplate) .main-nav {
    margin-top: -4.5rem;
  }
}

.mobile-section-title {
  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.border-teal::after {
  background-color: #00A3CB;
}
.mobile-section-title.border-yellow::after {
  background-color: #00A3CB;
}
.mobile-section-title.border-green::after {
  background-color: #00A3CB;
}
.mobile-section-title.border-purple::after {
  background-color: #00A3CB;
}
.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 {
  display: block;
  line-height: 1.3;
  margin: 0.2rem auto 0.85rem 0;
}

.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: #00A3CB;
  }
}

.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: #00A3CB;
}

.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: #00A3CB;
}

.color-category-blue,
.category-1 {
  --accent-color: #00A3CB;
}

.color-category-brown,
.category-39 {
  --accent-color: #00A3CB;
}

.color-category-green,
.category-6 {
  --accent-color: #00A3CB;
}

.color-category-yellow,
.category-144 {
  --accent-color: #00A3CB;
}

.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 #00A3CB;
}

.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: #C1FE2E;
  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: #C1FE2E;
  padding: 0.5em;
  margin-right: 1em;
}
.btn-primary {
  background-color: #C1FE2E !important;
  border-color: #00A3CB !important;
  color: #00A3CB !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: #00A3CB;
  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 #00A3CB;
    background-color: #C1FE2E;
  }
}
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: #00A3CB;
  -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%;
}

/* entry content */
.entry-content {
  word-break: break-word;
}
.entry-content p {
  margin: 0 0 var(--m-paragraph) 0;
}
.entry-content p: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 {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}

/* end .entry-content */
.entry-content h1,
.font-bigger h2 {
  font-size: 150%;
}

.content-area h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: var(--m-paragraph);
}

.text-color h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: var(--m-paragraph);
}
.text-color h1,
.text-color h2,
.text-color h5 {
  color: var(--accent-color);
}
.text-color h5 {
  margin-bottom: var(--m-paragraph);
}

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: #00A3CB;
}
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));
}

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

.hero-image-caption {
  font-size: 61%;
  margin: auto 0 0.5rem auto;
  width: 50%;
}
@media (min-width: 48em) {
  .hero-image-caption {
    font-size: 81%;
    width: 100%;
    margin: auto 0 0.9rem;
  }
}

@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 #00A3CB;
}
@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;
}

.contributor-detail,
#media-wrapper + #related-block hr {
  display: none;
}

.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 #00A3CB;
}
.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;
}

.page-template-default h2,
.page-template-page-glossaryTemplate h2 {
  margin: 1.5em auto 1.1em 0;
}

.page-template-default .text-block:first-child h2:first-child {
  margin-top: 0.1em;
}

.page-template-page-glossaryTemplate .text-block:first-child > div:first-child h2:first-child {
  margin-top: 0.1em;
}
.page-template-page-glossaryTemplate .text-block:last-child hr:last-child {
  display: none;
}

.team-cta {
  cursor: pointer;
}

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

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

body.single-post .content-area {
  padding-bottom: 5rem;
}
@media (min-width: 64em) {
  body.single-post .content-area {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
@media (min-width: 64em) {
  body.single-post .menu-wrapper {
    display: none;
  }
}
@media (min-width: 48em) {
  body.single-post .hero-image,
  body.single-post .hero-image-caption {
    grid-column: 1/-1;
  }
}
body.single-post .hero-image-caption {
  position: relative;
  padding-bottom: 0.2rem;
}
@media (min-width: 48em) {
  body.single-post .hero-image-caption {
    -ms-grid-column-span: 1;
    grid-column: span 1/-1;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
}
@media (min-width: 64em) {
  body.single-post .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-post .hero-image-caption--inner {
    position: absolute;
  }
}
body.single-post h3 {
  font-family: "Helvetica Neue", 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: 64em) {
  .grid-single {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

@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 #00A3CB;
}

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

@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: #00A3CB;
}

.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-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);
}
@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: 8em;
  }
}

.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: 8em;
  }
}

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

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

.color-category-news {
  --accent-color: #00A3CB;
}

.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: #00A3CB;
  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: #00A3CB;
  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: #C1FE2E;
  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 #00A3CB;
}
.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: #C1FE2E;
  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 #00A3CB;
}

.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 #00A3CB;
}
@media (min-width: 64em) {
  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-main-logo {
  display: inline-block !important;
  margin-bottom: 1.7rem;
  padding-left: 0 !important;
}
@media (max-width: 47.99em) {
  .footer-main-logo img {
    width: 36.3vmin;
  }
}

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

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

.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;
  }
}