@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Hind');


:root {
  /* Theme Colors */
  --green: #00B488;
  --red: #C82021;
  --blue: #4fa2bc;
  --orange: #d25f13;
  --yellow: #fad437;
  --pink: #ff0099;
  --lime: #BEDD21;

  /* Neutral Tones */
  --lbeige: #ddd7c7;
  --dbeige: #ac9e79;
  --black: #2b2b2b;

  --grey: #666666;
  --mgrey: #777777;
  --dgrey: #333333;
  --lgrey: #B3B3B3;

  --dark: #2b2b2b;
  --vapor: #f7f7f7;
  --light: #e9e9e9;

  /* System Colors */
  --system-message: rgba(32, 163, 255, 0.8);
  --system-error: rgba(255, 112, 112, 0.85);

  /* Compound Colors */
  --darkglass: rgba(69,96,115,0.7);

  /* Site Colors */
  --site-bg: #fff;
  --site-fg: #fff;
  --site-link: var(--pink);
  --site-text: var(--grey);
  --site-primary-accent: var(--pink);
  --site-secondary-accent: var(--lime);
  --site-warning-accent: var(--red);

  /* Core Colors */
  --bg-color: var(--site-bg);
  --fg-color: var(--site-fg);
  --text-color: var(--site-text);
  --link-color: var(--site-link);
  --link-hover: var(--site-link);
  --primary-color: var(--site-primary-accent);
  --secondary-color: var(--site-secondary-accent);
  --warning-color: var(--site-warning-accent);
}

.red {
  color: var(--red);
}

.green {
  color: var(--green);
}

.blue {
  color: var(--blue);
}

.orange {
  background-color: var(--orange);
}

.white {
  color: #fff;
}

.bg-red {
  background-color: var(--red);
}

.bg-green {
  background-color: var(--green);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-orange {
  background-color: var(--orange);
}

:root {
  --boldsans: "Montserrat", "Avenir", "Helvetica Neue", Arial, sans-serif;
  --sans: "Montserrat", "Avenir", "Helvetica Neue", Arial, sans-serif;
  --blackserif: "", Georgia, Times, 'Times New Roman', serif;
  --serif: "", Georgia, Times, 'Times New Roman', serif;
  --body: "Hind", "Avenir", "Helvetica Neue", Arial, sans-serif;
}

body {
  min-height: 100vh;
}

.row {
  max-width: 75rem;
}

.medium-5 + .medium-5 {
  margin-top: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sans);
  font-weight: 600;
}

h2 {
  font-weight: 300;
}

blockquote {
  border-left: 6px solid var(--lgrey);
  border-top: 0;
  border-bottom: 0;
  padding: 10px 10px 10px 30px;
  font-weight: 100;
  margin: 10px 0;
}

blockquote p {
  font-family: var(--body);
}

header {
  text-align: center;
  border: 0;
  box-shadow: none;
  height: auto;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
}

.flash_message {
  display: none;
  padding: 10px;
  background-color: var(--green);
  color: white;
  font-size: 20px;
}

.flash_message.display {
  display: block;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 28px;
  line-height: 28px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.page-title {
  margin-bottom: 3rem;
}

.body-copy p {
  margin-right: .0rem;
  margin-left: 0rem;
}

.body-copy ul {
  color: var(--dark);
  margin-right: 0rem;
  margin-left: 0rem;
  list-style-position: inside;
}

.body-copy ul.gallery {
  margin-right: 0;
  margin-left: 0;
}

.body-copy ul li {
  color: var(--dark);
  margin-bottom: 1rem;
}

.header-logo {
  max-width: 18rem;
}

.mobile-nav-bar {
  padding: 1rem 0;
}

.darkHeader {
  background: rgba(255, 255, 255);
  box-shadow: 1px 0 3px rgba(0, 0, 0, .125);
}

.darkHeader #primary-nav .menu li a {
  color: var(--dark);
}

#logo {
  max-width: 16rem;
  display: block;
  margin-right: auto;
  margin-left: 0;
}

footer {
  margin: 0;
  padding: 0 ;
  background: var(--light);
}

address a {
  margin: 10px 0;
  color: var(--dark);
  display: inline-block;
}

a.tel {
  color: var(--dark);
}

a.tel:hover {
  color: var(--primary-color);
}

.footer-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 0px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.footer-menu li a {
  display: block;
  padding: 4px 0;
  font-size: 0.9em;
  color: var(--dark);
}

.footer-menu li a:focus span, .footer-menu li a:active span {
  text-decoration: none;
  border-bottom: 2px solid var(--primary-color);
}

.footer-menu li.active a span {
  border-bottom: 2px solid var(--primary-color);
}

.footer-menu li a span {
  border-bottom: 2px solid transparent;
}

.footer-menu li a:hover {
  color: var(--dark);
  text-decoration: none;
}

.footer-menu li a:hover span {
  border-bottom: 2px solid var(--primary-color);
}

#social-bar {
  background: var(--vapor);
  padding: 2rem 0;
  margin: 0 0 2rem 0;
  width: 100%;
}

#social-bar h5 {
  border-bottom: 3px solid var(--primary-color);
  display: inline-block;
  clear: both;
  margin: 0 0 1rem 0;
}

.social-links a:hover {
  text-decoration: none;
}

.social-links a span {
  margin-right: 1rem;
  color: var(--dark);
  font-size: 1.125rem;
}

.social-links a span:hover {
  border-bottom: 2px solid var(--primary-color);
}

.social-links a span.fb-icon svg {
  color: #3b5998;
  fill: #3b5998;
}

.social-links a span.instagram-icon svg {
  color: #5851db;
  fill: #5851db;
}

.social-links a span svg {
    vertical-align: sub;
}

.social-links a span:hover svg {
  border-radius: 100%;
  color: #0e1a25;
  fill: #0e1a25;
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

tbody {
  border: 0;
  background: transparent;
}

tbody tr:nth-child(2n) {
  background: transparent;
}

table.table-plain,
table.table-plain td
{
    border: none !important;
    table-layout: auto;
    padding: .5rem;
}

table.table-plain td:first-child {
	text-align: left;
	font-weight: bold;
  padding-left: 0;
}

table.table-plain td:nth-child(2) {
	text-align: left;
}

.page-content {
  margin: 8rem auto 4rem auto;
}

nav .menu {
  background: transparent;
  width: 100%;
  justify-content: flex-end;
}

.header-logo {
  margin-right: auto;
}

.header-logo a {
    padding: 10px 0 !important;
}

#primary-nav {
  display: flex;
  justify-content: flex-end;
  align-content: center;
}

#primary-nav .menu li:hover {
  background: transparent;
}

#primary-nav .menu li.active a {
  background: transparent;
}

#primary-nav .menu li.active a span {
  background: transparent;
   border-bottom: 2px solid var(--link-color);
}

#primary-nav .menu li a {
  padding: 18px 15px;
  color: var(--dark);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--body);
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#primary-nav .menu li a span {
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}

#primary-nav .menu li a:hover span {
  border-bottom: 2px solid var(--link-color);
  padding-bottom: 4px;
}

#primary-nav .menu li a:hover {
  color: var(--link-color);
  background-color: transparent;
}

#nav-icon {
  cursor: pointer;
  position: absolute;
  width: 2rem;
  float: right;
  height: 2rem;
  padding: 5px 0 0 0;
  right: 5%;
}

#nav-icon.active + .menu {
  background: #fff;
  align-content: flex-start;
  justify-content: flex-start;
  border-left: 16px solid var(--primary-color);
  border-left: 16px solid var(--primary-color);
  width: 100vw;
  padding-top: 4rem;
}

#nav-icon.active + .menu li {
  width: 100%;
}

#nav-icon.active + .menu li:hover {
  background: transparent;
}

#nav-icon.active + .menu li a {
  font-family: var(--sans);
  text-transform: capitalize;
  font-size: 1.25rem;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
}

#nav-icon.active + .menu li a:hover span {
  background: transparent;
  border-bottom: 2px solid var(--primary-color);
  color: var(--dark);
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility;
  color: var(--dark);
}

a {
  color: var(--link-color);
  text-decoration: none;
}

.index-bar {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid var(--dark);
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.index-bar h1 {
  flex: 1 0 100%;
  margin: 0 0 1rem 0;
}

.index-bar div + div {
  margin-right: auto;
}

.gallery {
  margin: 0;
  list-style-type: none;
}

.gallery-slide {
  width: 100%;
  text-align: center;
}

.gallery-slide figure {
  display: inline-block;
}

.gallery-slide img {
  min-height: 400px;
  max-height: 570px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  position: relative;
}

.gallery-button {
  color: var(--dark);
  padding: .75rem 1.5rem;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  flex: 1 0 auto;
  background: var(--vapor);
}

.gallery-button:hover {
  background: #fff;
}

.gallery-button.is-selected {
  box-shadow: inset 0 3px 0 0px var(--primary-color);
  background: #fff;
}



.home-gallery {
  margin: 0;
  list-style-type: none;
}
.home-hero img{width:100%}

.gallery-info {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.gallery-info_headline {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
  line-height: 1;
  font-size: 1.65rem;
}

.gallery-info_subheadline {
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .6s);
  font-weight: 400;
}

.caption, figcaption {
  padding: 10px 15px 10px 15px;
  border-left: 5px solid var(--light);
  transform: translateX(10%);
  font-size: 1rem;
  width: 85%;
  line-height: 1.2;
  text-align: left;
}

.index-link {
  display: inline-block;
  padding: 2px 6px 5px;
  color: var(--dark);
}

.index-link:hover {
  color: var(--link-color);
  text-decoration: none;
}

.index-link.active {
  border-top: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  border-right: 1px solid var(--dark);
}

::placeholder {
  color: var(--grey);
}

input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], textarea {
  border-color: var(--lgrey);
  border-radius: 0;
  color: var(--dark);
  margin: 0 0 10px 0;
  padding-bottom: 6px;
}

input[type="text"]:focus, input[type="text"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="password"]:focus, input[type="password"]:active, textarea:focus, textarea:active {
  border-color: var(--grey);
}

.btn {
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.6em;
  padding-right: 1.2em;
  padding-bottom: 0.65em;
  padding-left: 1.2em;
  font-size: 0.8em;
  background-color: #fff;
  color: var(--link-color);
}

.btn.btn--primary {
  border-color: var(--primary-color);
  background-color: #fff;
  color: var(--link-color);
}

.overline {
  background: rgba(0, 0, 0, .2);
  padding: 3px 5px;
  color: #fff;
  font-size: .875rem;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.hero.is-light a.btn {
  color: var(--link-color) !important;
}

.hero.is-light a.btn:hover {
  color: #fff !important;
}

.hero.is-bold .btn {
  margin-top: 1rem;
}

.media-feature--image-right .media-feature__image {
  max-width: 66%;
}

.bg-brand {
  background-image: var(--pink);
  padding: 0;
}

.second-column_content img {
  margin-bottom: 20px;
  text-align: center;
  clear: none;
  width: 23%;
}

.section.is-primary.has-background-primary {
  background: #fff;
}

.is-light.has-background-light.has-text-dark {
  background: #fff !important;
}

.is-dark.has-background-dark.has-text-dark {
  background: var(--lgrey) !important;
}

.is-primary.has-background-primary a {
  color: var(--secondary-color);
}

.is-primary.has-background-primary a:hover {
  color: #fff;
}

.btn.btn--primary:hover {
  background: var(--primary-color);
  color: #fff;
}

.media-feature__content-title {
  line-height: 1.2;
}

.media-feature__content-copy {
  margin: 1rem 0;
  font-family: var(--sans);
  color: var(--dgrey) !important;
}
.section.testimonial {
  position: relative;
}

.sub-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 0px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.sub-menu li a {
  display: block;
  padding: 8px 0;
  font-size: 0.9em;
  color: var(--dark);
  text-decoration: none;
}

.sub-menu li a:focus span, .sub-menu li a:active span {
  text-decoration: none;
  border-bottom: 2px solid var(--primary-color);
}

.sub-menu li.active a span {
  border-bottom: 2px solid var(--primary-color);
}

.sub-menu li a span {
  border-bottom: 2px solid transparent;
}

.sub-menu li a:hover {
  color: var(--dark);
  text-decoration: none;
}
.sub-menu li a.active span, 
.sub-menu li a:hover span {
  border-bottom: 2px solid var(--primary-color);
}

.column-icon {
  display: inline-block;
  float: left;
  height: 100%;
  vertical-align: top;
  margin-right: 1rem;
}

.column-icon:before {
  font-size: 1.25rem;
  background: #fad437;
  text-align: center;
  vertical-align: middle;
  padding: .5rem .75rem;
  border-radius: 50%;
  position: relative;
  display: block;
}

/* EXHIBITIONS */

.exhibition {
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.compact-exhibition {
  margin: 2rem 0;
  display: inline-block;
}

.compact-exhibition:hover a,.compact-exhibition:active a, .compact-exhibition:focus a {
  text-decoration: none;
}

.compact-exhibition:hover a .exhibition-title {
  color: var(--primary-color);
}

.exhibition-image {
  min-height: 200px;
  max-height: 350px;
  background-color: var(--lgrey);
  transition: .125s ease-in-out all;
}

.exhibition-info {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  transition: .125s ease-in-out all;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  display: flex;
  align-items: center;
}

.compact-exhibition-info {
  display: flex;
  align-items: center;
}

.exhibition-info h3 {
  color: #fff;
}

.exhibition-info p {
  color: #fff;
}

.exhibition-date {
  font-size: .9125rem;
}

.exhibition:hover .exhibition-image {
  transform: scale3d(1.01, 1.01, 1.01);
}

.exhibition:hover .exhibition-info {
  background: rgba(0, 0, 0, .6);
}

.exhibition-gallery, .installation_gallery {
  margin-right: -.91375rem;
  margin-left: -.91375rem;
}

.hero {
  margin-bottom: 4rem;
}

.hero figure {
   padding-bottom: calc((630/1440)*100%);
   position: relative;
}

.hero figure img {
  width: 100%;
  position: absolute;
}

.home-hero {
  margin-bottom: 0;
  padding: 77px 0 0;
}

.home-hero figure {
   padding-bottom: calc((630/1440)*100%);
   position: relative;
}

.home-hero figure img {
  width: 100%;
  position: absolute;
}

.hero-gallery-slide {
  width: 100%;
}

.hero-gallery-slide figure {
}

#position {
  margin: 1rem 0 0 0;
  text-align: center;
}
#position h1{font-weight: 300; }
.hero-caption {
  margin-top: -4rem;
  margin-bottom: 1rem;
  transform: none;
  max-width: 100%;
  font-family: var(--body);
}

sub, sup {
  font-size: .5rem;
  top: 0;
}

.news-group-header {
  margin-bottom: 1rem;
}

.news-item {
  line-height: 1;
  margin-bottom: 1rem;
}

.index-content .news-item:last-of-type {
  margin-bottom: 4rem;
}

.news-item svg {
  vertical-align: super;
  margin-left: 5px;
}

.news-date {
  color: var(--grey);
  margin: 0;
  display: inline-block;
  width: 100%;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.news-link {
  display: block;
  color: var(--dark);
  line-height: 1;
}

.title-block {
  display: inline-block;
  float: right;
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  min-height: 185px;
  position: relative;
  width: 100%;
  margin: 0 0 1rem 0;
}

.title-block_title {
  color: var(--vapor);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.title-block_date {
  color: var(--light);
  margin-top: 1rem;
}

.cover {
  min-height: 300px;
  height: 70vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  background-attachment:scroll;
  overflow: hidden;
}

.cover-img {
  display: none;
}

.related-header {
  border-bottom: 1px solid var(--dark);
  display: inline-block;
}

.related-news {
  list-style-type: none;
  margin: 1rem 0;
}

/* EVENTS */

.event {
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.event-image {
  transition: .25s all ease-in-out;
  margin-bottom: 4px;
}

.event a {
  display: inline-block;
}

.event a:hover,.event a:focus,.event a:active {
  text-decoration: none;
}

.event a:hover .event-title,.event a:focus .event-title,.event a:active .event-title {
  color: var(--primary-color);
}

.event:hover a {
  text-decoration: none;
}

.event:hover .event-title {
  color: var(--primary-color);
}

.event:hover .event-image {
  transform: scale3d(1.01, 1.01, 1.01);
}

.event-title {
  line-height: 1.2;
  margin: 0;
}

.event-cat {
  color: var(--grey);
  margin: 5px 0 5px;
  display: inline-block;
  width: 100%;
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.event-date {
  color: var(--grey);
  font-size: .85rem;
}

.event-excerpt {
  color: var(--dgrey);
  font-size: .975rem;
  line-height: 1.2;
  margin-top: 6px;
}

.event-meta {
  display: block;
  margin: 10px 0;
  color: var(--mgrey);
}

.map-container{position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 1rem;}
.map-iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;}
 /***** MEDIA QUERIES ****/

@media (min-width: 590px) {
  .medium-5 + .medium-5 {
    margin-top: 0;
  }
  .exhibition-image {
    min-height: 220px;
    max-height: 350px;
    background-color: var(--lgrey);
    transition: .125s ease-in-out all;
  }
}

@media (max-width: 590px) {
  #social-bar .row > div + div {
    margin: 2rem 0 0;
  }
}

@media (min-width: 980px) {
  .index-bar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid var(--dark);
    margin-bottom: 2rem;
    flex-wrap: nowrap;
  }

  .index-bar div + div {
    margin-right: 0
  }

  .hero-caption {
    margin-top: -4rem;
    margin-bottom: 2rem;
    transform: none;
    max-width: calc(100% - 415px);
    font-family: var(--body);
  }

  .title-block {
    display: inline-block;
    float: right;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    max-width: 400px;
    margin-top: -15%;
    min-height: 185px;
    position: relative;
    margin-right: 5.3125rem;
  }

  .index-bar h1 {
    flex: 0 1 auto;
    margin-right: auto;
  }

  .index-bar div {
    flex: 0 1 auto;
    margin-left: 1rem;
  }
  .column-icon:before {
    font-size: 1.75rem;
    background: #fad437;
    text-align: center;
    vertical-align: middle;
    padding: .85rem 1rem;
    border-radius: 50%;
  }
  .body-copy p {
    margin-right: 3.25rem;
    margin-left: 3.25rem;
  }

  .body-copy ul {
    color: var(--dark);
    margin-right: 3.25rem;
    margin-left: 3.25rem;
    list-style-position: inside;
  }

  .gallery-info .row {
    background: rgba(0, 0, 0, .4);
    max-width: 70%;
    margin-left: 4rem;
  }

  .gallery-info_headline {
    line-height: 1;
    font-size: 2.25rem;
    padding-top: 10px;
  }

  .gallery-info_subheadline {
    margin: 1rem 0 2rem;
    font-size: 1.875rem;
  }
  .exhibition-image {
    min-height: 280px;
    max-height: 350px;
    background-color: var(--lgrey);
    transition: .125s ease-in-out all;
  }
}

@media (min-width: 1180px) {
  .column-icon:before {
    font-size: 2rem;
    background: #fad437;
    text-align: center;
    vertical-align: middle;
    padding: 1rem 1.25rem;
    border-radius: 50%;
  }

  .hero-gallery-slide img {
    min-height: 400px;
  }

  .body-copy p {
    margin-right: 6.25rem;
    margin-left: 6.25rem;
  }

  .body-copy ul {
    color: var(--dark);
    margin-right: 6.25rem;
    margin-left: 6.25rem;
    list-style-position: inside;
  }
  .exhibition-image {
    min-height: 350px;
    max-height: 350px;
    background-color: var(--lgrey);
    transition: .125s ease-in-out all;
  }
}