/*
font-family: 'Nunito Sans', sans-serif; (300, 400, 500, 600, 800)
font-family: 'Oswald', sans-serif; (200, 400)
*/

/* alert-block css */
.alert-block {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.alert-block.hidden {
	display: none;
}
.alert-block .alert-block-bkgd {
	width: 100%;
	height: 100%;
	/* background-color: rgba(58,96,110,0.5); */
  /* background-color: rgba(0,0,0,0.4); */
  background-color: rgba(255,255,255,0.6);
}
.alert-block .alert-block-content {
	width: 720px;
  height: 400px;
	padding: 25px;
	box-sizing: border-box;
	background-color: #fff;
	/* border: 4px solid #063542; */
  /* border: 3px solid #E8001B; */
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	position: fixed;
	top: calc(50% - 200px);
	left: calc(50% - (720px / 2));
	z-index: 999;
}
.alert-block .alert-block-content p {
	margin-bottom: 10px;
	font-size: 16px;
}
.alert-block .alert-block-content ol {
	margin-bottom: 10px;
	padding: 0 0 0 35px;
}
.alert-block .alert-block-content .close {
	color: #000;
  /* color: #ED1D25; */
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 15px;
}
@media only screen and (max-width: 800px) {
  .alert-block .alert-block-content {
    width: calc(100% - 60px);
    min-width: unset;
    /* max-height: calc(100% - 25px); */
    height: 250px;
    top: calc(50% - 125px);
    left: calc(50% - ((100% - 60px) / 2));
    overflow: scroll;
  }
}
@media only screen and (max-width: 450px) {
  .alert-block .alert-block-content {
    width: calc(100% - 30px);
    height: 80%;
    top: 10%;
    left: calc(50% - ((100% - 30px) / 2));
  }
  .alert-block .alert-block-content p {
    font-size: 14px;
  }
  .alert-block .alert-block-content ol li {
    font-size: 13px;
  }
}
/* end alert-block css */

/* start byte_content types css */
.byte_content_embargo {
  background-color: #FF8800 !important;
  box-shadow: 0 0 3px #ccc !important;
}
.byte_content_postpone {
  display: none !important;
}
/* .byte_content_review {} */
img.byte_img_embargo {
  box-shadow: 5px 5px 1px 2px #FF8800, 5px 5px 3px 2px #ccc !important;
}
/* img.byte_img_postpone {} */
img.byte_img_review {
  display: none !important;
}
/* end byte_content types css */

/*======================================================================================
  BASE STYLES - desktop
======================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
}
a {
  transition: color .3s;
}
#is_mobile {
  display: none;
}

/* JS starts ================================== */

.page-banner {
  width: 100%;
  min-height: 288px;
  position: relative;
}
.page-banner .banner-media {
  width: 100%;
  height: 100%;
  /*   background-size: cover; */
  background-size: 125%;
  background-repeat: no-repeat;
  /*   background-position: 0 50%; */
  background-position: 50% 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  margin-top: 50px;
}

h2{
	font-family: 'Oswald';
  font-size: 25px;
  font-weight: 200;
	color: #000;
	line-height: 30px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.home h2 {
  font-family: 'Nunito Sans', sans-serif;
  margin: 15px 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 29px;
  text-align: center;
  text-transform: initial;
  letter-spacing: initial;
}

h3 {
  /* font-family: 'Nunito Sans', sans-serif; */
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.home h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

h4 {
  /* font-family: 'Nunito Sans', sans-serif; */
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

p {
    /* font-family: 'Nunito Sans'; */
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    margin: 5px 0px;
    max-width: 705px;
}
.home p {
  margin: 5px 0px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.first-p { /* first paragraph of the page */
    /* font-family: 'Nunito Sans'; */
    font-size: 20px;
    font-weight: 300;
    color: #5E5E5C;
    line-height: 27px;
}

.small-p {
  font-size: 12px;
  line-height: 20px;
  color: #5E5E5C;
}

figcaption p {
  font-size: 11px !important;
  margin-top: 0 !important;
  line-height: 11px !important;
}

.page-content ul {
    list-style-image: url('../images/grey-bullet.svg');
    /* font-family: 'Nunito Sans'; */
    font-size: 15px;
    font-weight: 100;
    color: #000;
    line-height: 25px;
    list-style-position: outside;
    margin: 0 0 0 -10px;
}
.home ul{
  list-style: none;
  line-height: initial;
  font-size: initial;
  line-height: initial;
}

ol { /* gets rid of OG numbers styles */
    list-style: none;
    counter-reset: li;
    /* font-family: 'Nunito Sans'; */
    font-size: 15px;
    font-weight: 100;
    color: #000;
    line-height: 24px;
    list-style-position: outside;
    margin: 0 0 0 -10px;
}

ol li::before { /* new numbers styles */
    content: counter(li);
    font-family: 'Oswald';
    font-weight: 500;
    color: #767676;
    display: inline-block;
    width: 1em;
    margin-left: -25px;
    margin-right: 10px;
    text-align: right;
    direction: rtl;
}

ol li { /* ensures that the numbers increase */
    counter-increment: li;
}


a { /* normal links */
  color: #E7131A;/*#ED1D25*/;
}
a[href*="//"]:not(.skip-offsite):not([href*="katonahmuseum.org"]):after {
  content: url('../images/offsite-link.svg');
  margin-left: 5px;
}
a[target="_blank"]:after { /* icon for links going off-site */
}
a[name] {/**/
  color: #000;
}

.share-link {
  display: inline-block;
  position: relative;
}
.share-link .share-clickable-area {
  width: 100%;
  height: 100%;
  /* background-color: rgba(255,0,0,.4); */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.share-link .share-pulldown {
  margin: 0;
  padding: 0;
  /* border: 1px solid #BFBFBF; */
  list-style-type: none;
  list-style-image: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 15px;
  transition: opacity .3s, top .3s;
  pointer-events: none;
}
.share-link.active .share-pulldown {
  opacity: 1;
  top: calc(100% + 5px);
  pointer-events: all;
}
.share-link .share-pulldown li {
  /* margin-bottom: 5px; */
  background-color: #D9D9D9;
  border: 1px solid #fff;
  border-bottom: 1px solid transparent;
  transition: background-color .3s;
}
.share-link .share-pulldown li:last-of-type {
  margin-bottom: 0;
}
.share-link .share-pulldown li:hover {
  background-color: #E0E0E0;
}
.share-link .share-pulldown li a {
  padding: 4px 15px 2px 15px;
  box-sizing: border-box;
  color: #5E5E5C;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.share-link .share-pulldown .share-permalink .share-url {
  opacity: 0;
  position: absolute;
  left: -9999px;
  pointer-events: none;
}
.share-link .share-pulldown .share-permalink i {
  opacity: 0;
}
.share-link .share-pulldown .share-permalink.active i {
  opacity: 1;
}

.primary {
    padding: 4px 23px 2px 15px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #BFBFBF;
    color: #5E5E5C;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .2px;
    position: relative;
    transition: background-color .3s;
}

.primary::before{
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(/assets/images/kma_button_shape.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -1px;
    right: -14px;
}

.secondary {
    padding: 4px 15px 2px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    color: #5E5E5C;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    letter-spacing: .2px;
}

figure img{
  max-width: 100%;   
}
.img_right {
  float: right;
  /* width: 50%; */
  margin: 0 0 10px 10px;
  clear: right;
}
.img_right_25 {
  float: right;
  width: 25%;
  margin: 0 0 10px 10px;
  clear: right;
}
.img_right_50 {
  float: right;
  width: 50%;
  margin: 0 0 10px 10px;
  clear: right;
}
.img_left {
  float: left;
  /* width: 50%; */
  margin: 0 10px 10px 0;
  clear: left;
}
.img_left_25 {
  float: left;
  width: 25%;
  margin: 0 10px 10px 0;
  clear: left;
}
.img_left_50 {
  float: left;
  width: 50%;
  margin: 0 10px 10px 0;
  clear: left;
}
.img_full_width {
  width: 100%;
  float: none;
  margin: .5em auto 1em;
}

.flex-container {
  /* border: 2px solid orange; */
  column-width: 175px;
  max-width: 705px;
}

.flex-item {
  /* border: 1px solid blue; */
  /* width: 150px; */
  width: 200px;
}

/* Forms ============================ */

/*-------- fieldset (default) --------*/
fieldset {
  display: block;
  margin-left: 0;
  margin-bottom: 5px;
  padding: 0;
  border: none;
}
fieldset legend {
  font-family: 'Oswald';
  font-size: 25px;
  font-weight: 200;
  color: #000;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 15px;
}
fieldset .field-container {
  /* display: flex; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  margin-bottom: 10px;
  width: 100%;
}
fieldset .field-container label {
  color: #083643;
  font-size: 16px;
  font-weight: 500;
}
fieldset .field-container input:not([type='checkbox']), fieldset .field-container textarea, fieldset .field-container select {
  /* font-family: 'Nunito Sans'; */
  /* width: 100%; */
  width: calc(100% - 10px);
  /* margin-right: 22px; */
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 3px;
  /* box-shadow: inset 0 0 3px rgba(0,0,0,.15); */
  color: #083643;
  font-size: 16px;
  display: block;
}
fieldset .field-container input[type='radio'] {
	display: inline-block;
	width: 20px;
	background-color: blue;
	white-space: nowrap;
}
fieldset .field-container .required-star {
  color: red;
}
fieldset .field-row {
  display: flex;
}
fieldset .field-row .hidden {
  display: none;
}

/*------------------------------------*/

/* JS end ==================================================== */

button, a.button-like {
  padding: 4px 23px 2px 15px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #BFBFBF;
  color: #5E5E5C;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2px;
  position: relative;
  transition: background-color .3s;
}
button:before, a.button-like:before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url('/assets/images/kma_button_shape.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -1px;
  right: -14px;
}
/* button secondary edits */
button.secondary, a.button-like.secondary {
  padding: 4px 15px 2px 15px;
}
button.secondary:before, a.button-like.secondary:before {
  display: none;
}
/* button:hover:before, a.button-like:hover:before {} */
button:hover, a.button-like:hover {
  /* background-color: rgba(6,53,66,0.9); */
}
.tablet, .mobile {
  display: none;
}
.parallax-media {
  background-size: 125%;
}

/* custom site logo (used in header and footer) */
.site-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.site-logo .logo-heading {
  max-width: 231px;
  margin-left: 20px;
  color: #000;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
}
.site-logo .logo-heading .highlight {
  transition: color .3s;
}
.site-logo .kma-logo {
  width: 88px;
  height: 88px;
  /* width: 44px; */
  /* height: 44px; */
  display: block;
  position: relative;
}
.site-logo .kma-logo .tri, .kma-logo .square {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transition: border .2s;
}
.site-logo .kma-logo .tri.top {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #231F20;
  top: 0;
  left: 24px;
}
.site-logo .kma-logo .tri.left {
  border-top: 24px solid transparent;
  border-right: 24px solid #231F20;
  border-bottom: 24px solid transparent;
  top: 20px;
  left: 0;
}
.site-logo .kma-logo .tri.bottom {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #231F20;
  top: 68px;
  left: 24px;
}
/*
.kma-logo .tri.right {
  border-top: 24px solid transparent;
  border-left: 24px solid #E8001B;
  border-bottom: 24px solid transparent;
  top: 20px;
  left: 64px;
}
.kma-logo .tri.inner {
  border-top: 24px solid transparent;
  border-right: 24px solid #E8001B;
  border-bottom: 24px solid transparent;
  top: 20px;
  left: 40px;
}
*/
.site-logo .kma-logo .square {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  top: 20px;
  left: 40px;
}
.site-logo:hover .kma-logo .square {
  animation: inner_square_rotate .3s infinite;
  animation: none;
}
.site-logo .kma-logo .square .left {
  border-top: 24px solid transparent;
  border-right: 24px solid #767676;
  border-bottom: 24px solid transparent;
  display: block;
  transition: border .2s;
}
.site-logo .kma-logo .square .right {
  border-top: 24px solid transparent;
  border-left: 24px solid #767676;
  border-bottom: 24px solid transparent;
  display: block;
  transition: border .2s;
}
@keyframes inner_square_rotate {
  0%   {transform: rotate(45deg)}
  100% {transform: rotate(-45deg)}
}
/* red version of kma-logo */
.site-logo.red .logo-heading {
  max-width: none;
  margin-left: 12px;
  background-color: white;
  /* font-size: 28px; */
  /* font-weight: 800; */
  /* line-height: 28px; */
  letter-spacing: 1px;
}
.site-logo.red .logo-heading .highlight {
  color: #E8001B;
}
.site-logo.red .kma-logo {
  width: 44px;
  height: 44px;
}
.site-logo.red .kma-logo .tri.top {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #231F20;
  top: 0;
  left: 12px;
}
.site-logo.red .kma-logo .tri.left {
  border-top: 12px solid transparent;
  border-right: 12px solid #231F20;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 0;
}
.site-logo.red .kma-logo .tri.bottom {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #231F20;
  top: 34px;
  left: 12px;
}
.site-logo.red .kma-logo .square {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  top: 10px;
  left: 20px;
}
.site-logo.red .kma-logo .square .left {
  border-top: 12px solid transparent;
  border-right: 12px solid #E8001B;
  border-bottom: 12px solid transparent;
  display: block;
  transition: border .2s;
}
.site-logo.red .kma-logo .square .right {
  border-top: 12px solid transparent;
  border-left: 12px solid #E8001B;
  border-bottom: 12px solid transparent;
  display: block;
  transition: border .2s;
}

/*
.kma-logo .square {
  display: block;
  position: absolute;
}

.kma-logo .square.background {
  width: 62px;
  height: 62px;
  background-color: #231F20;
  top: 0;
  left: 0;
  z-index: 5;
  transform: rotate(45deg);
}
.kma-logo .square.foreground {
  width: 41px;
  height: 48px;
  background-color: #FEFEFE;
  top: 7px;
  left: 11px;
  z-index: 10;
}
.kma-logo .square.offset {
  width: 34px;
  height: 34px;
  background-color: #E8001B;
  top: 14px;
  left: 34px;
  z-index: 15;
  transform: rotate(45deg);
}
@keyframes offset_rotate {
  0%   {transform: rotate(45deg)}
  100% {transform: rotate(-45deg)}
}
.kma-logo .square.offset.foreground {
  border-top: 1px solid #FEFEFE;
  border-right: 1px solid #FEFEFE;
  background-color: #FEFEFE;
  z-index: 10;
  animation: none;
}
*/


/*======================================================================================
  HEADER STYLES - desktop
======================================================================================*/
header .skip-content-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
}
header .skip-content-button:focus {
  opacity: 1;
  pointer-events: all;
}
header .alerts-slider {
  width: 100%;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  /*   top: -64px; */
  top: -100px;
  z-index: 80;
  transition: top .3s;
}
header.show-notices .alerts-slider {
  top: 0;
}
header .alerts-slider .close-icon {
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px solid #ED1D25;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 99;
}
header .alerts-slider .swiper {
  width: 100%;
  height: 54px;
}
header .alerts-slider .swiper.tab {
  max-width: 300px;
  background-color: #333;
  position: relative;
  bottom: -24px;
  transition: bottom .3s;
}
/*
header.show-notices .alerts-slider .swiper.tab {
  bottom: 0;
}
*/
header .alerts-slider .swiper.tab .tab-toggle {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
header .alerts-slider .swiper.tab p {
  /* width: 100%; */
  /* max-width: none; */
  color: #fff;
  /* margin: 0; */
}
header .alerts-slider .swiper.tab .swiper-slide {
  color: #fff;
  /* display: block; */
  /* align-items: center; */
}
header .alerts-slider .swiper.tab .swiper-slide .alert-icon {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .alerts-slider .swiper.tab .swiper-slide .alert-icon .hexagon-shape {
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  transform: scale(0.18);
}
header .alerts-slider .swiper.tab .swiper-slide .alert-icon .hexagon-shape:before {
  content: "";
  width: 42px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 29px solid #fff;
  border-left: 29px solid #333;
  border-right: 29px solid #333;
}
header .alerts-slider .swiper.tab .swiper-slide .alert-icon .hexagon-shape:after {
  content: "";
  width: 42px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 29px solid #fff;
  border-left: 29px solid #333;
  border-right: 29px solid #333;
}
/*
header .alerts-slider .swiper.tab .swiper-slide .alert-icon:before {
  content: "";
  width: 0;
  height: 0;
}
header .alerts-slider .swiper.tab .swiper-slide .alert-icon:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  z-index: 5;
}
*/
header .alerts-slider .swiper.tab .swiper-slide .alert-icon i {
  color: #333;
  font-size: 8px;
  position: relative;
  z-index: 10;
}
header .alerts-slider .swiper.main .swiper-slide,
header .alerts-slider .swiper.tab .swiper-slide {
  /* margin-left: -7px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
header .alerts-slider .swiper.main .swiper-slide .slide-content {
  display: flex;
  align-items: center;
}
header .alerts-slider .swiper.main .swiper-slide .slide-content .alert-title {
  font-weight: 700;
}
header .alerts-slider .swiper.main .swiper-slide .slide-content .alert-title i {
  margin-right: 5px;
}
header .alerts-slider .swiper.main .swiper-slide .slide-content .alert-text {
  margin: 0 5px 0 10px;
}

header {
  width: 100%;
  /* max-width: 1280px; */
  /* margin: 0 auto; */
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: relative;
  transition: padding .3s, top 0s;
  transition: padding .3s, top .3s;
}
header:before, header:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
header:before {
  height: 36px;
  background-color: #FBFBFB;
  /* background-color: #000; */
  top: 0;
  transition: height .3s;
}
header.show-notices:before {
  height: 150px;
}
header:after {
  height: 64px;
  background-color: #fff;
  box-shadow: 0 2px 3px -2px rgb(0,0,0,0);
  /* top: 36px; */
  bottom: 1px;
  transition: box-shadow .3s;
}
.fixed-header header:after {
  box-shadow: 0 2px 3px -2px rgb(0,0,0,0.2);
}
header.show-notices {
  /*   padding-top: 64px; */
  padding-top: 100px;
}
header .header-wrapper {
  /* width: 100%; */
  width: calc(100% - 52px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  position: relative;
  transition: width .3s;
}
.fixed-header header {
  position: fixed;
  top: -100px;
  /* left: 0; */
  z-index: 99;
  transition: padding .3s, top .3s;
}
.fixed-header.show-header header {
  top: 0;
}

header .site-logo {
  position: absolute;
  top: 121px;
  left: 0px;
  z-index: 99;
}
header .site-logo.home {display: none;}
.fixed-header header .site-logo.home {display: flex;}
header .site-logo.red {
  top: 45px;
  /*left: 160px;*/
}
header .header-wrapper .site-navigations {
  width: 100%;
}
header .ham-menu {
  width: 30px;
  height: 20px;
  margin: 0;
  flex-direction: column;
  position: relative;
  z-index: 100;
}
header .ham-menu .line {
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  background-color: #000;
  opacity: 1;
  display: inline-block;
  transition: background-color .3s ease-out, opacity .2s ease-out, transform .3s ease-out;
}
header .ham-menu .line:last-of-type {
  margin-bottom: 0;
}
header.open-menu .ham-menu .line {
  margin-bottom: 0;
  position: absolute;
  top: 8px;
}
header.open-menu .ham-menu .line:first-of-type {
  transform: rotate(45deg);
}
header.open-menu .ham-menu .line:nth-of-type(2) {
  transform: rotate(-45deg);
}
header.open-menu .ham-menu .line:last-of-type {
  opacity: 0;
}

.main-nav {
  width: 100%;
  /* padding: 20px 26px; */
  padding: 20px 0;
  box-sizing: border-box;
  /* background-color: #55717A; */
  /* background-color: #fff; */
  /* box-shadow: 0 2px 3px -2px rgba(0,0,0,0); */
  /* transition: box-shadow .3s; */
  position: relative;
  z-index: 5;
}
/*
.fixed-header .main-nav {
  box-shadow: 0 2px 3px -2px rgba(0,0,0,0.2);
}
*/
.main-nav ul {
  width: 100%;
  /* max-width: 1250px; */
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
/*
header.home .main-nav ul {
  max-width: none;
}
*/
.main-nav ul li {
  margin: 0 42px 0 0;
  position: relative;
  transition: margin .3s;
}
.main-nav ul li:last-of-type {
  margin: 0;
}
.main-nav ul li:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -1px;
  transition: width .3s;
}
.main-nav ul li:hover:before, .main-nav ul li.active:before {
  width: 100%;
}
.main-nav ul li a {
  color: rgba(0,0,0,0.75);
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  letter-spacing: 0.27px;
  position: relative;
}
.main-nav ul li a:hover,
.main-nav ul li.active a {
  color: rgba(0,0,0,1);
  z-index: 100;
}
.main-nav ul li .item-arrow {
  display: none;
}
.main-nav ul li .nav-dropdown {display:none;}
/*
.main-nav ul li .nav-dropdown {
  width: 180px;
  padding: 14px 0;
  box-sizing: border-box;
  background-color: #063542;
  box-shadow: 0 1px 3px -1px #333;
  opacity: 0;
  position: absolute;
  top: calc(100% - 45px);
  left: calc(50% - (180px / 2));
  transition: opacity .3s, top .3s;
  pointer-events: none;
}
.main-nav ul li:hover .nav-dropdown, .main-nav ul li:focus-within .nav-dropdown {
  opacity: 1;
  top: calc(100% + 15px);
  pointer-events: all;
}
*/
/* dropdown white space cover */
/*
.main-nav ul li .nav-dropdown:before {
  content: "";
  width: 100%;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 0;
}
*/
/* dropdown pointer */
/*
.main-nav ul li .nav-dropdown:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #063542;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: calc(50% - 10px);
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: transform .3s;
}
.main-nav ul li:hover .nav-dropdown:after, .main-nav ul li:focus-within .nav-dropdown:after {
  transform: scaleY(1);
  transition: transform .3s .1s;
}
*/
.main-nav ul li .nav-dropdown ul {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.main-nav ul li .nav-dropdown ul li {
  width: 100%;
}
.main-nav ul li .nav-dropdown ul li a {
  width: 100%;
  padding: 4px 5px;
  box-sizing: border-box;
  /* background-color: #063542; */
  display: block;
  transition: background-color .3s, color .3s;
}
.main-nav ul li .nav-dropdown ul li a:hover {
  background-color: #095266;
}

.utility-nav {
  width: 100%;
  /* padding: 7px 25px; */
  padding: 7px 0;
  box-sizing: border-box;
  /* background-color: #FBFBFB; */
  display: flex;
  position: relative;
  /* z-index: 5; */
  z-index: 10;
}
.utility-nav ul {
  /* width: 100%; */
  max-width: 1250px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
/*
header.home .utility-nav ul {
  max-width: none;
}
*/
.utility-nav ul li {
  /* width: 100%; */
  /* max-width: ...; */
  margin: 0 26px 0 0;
  position: relative;
}
.utility-nav ul li:last-of-type {
  margin: 0;
}
.utility-nav ul li a {
  color: rgba(0,0,0,0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.utility-nav ul li a:hover {
  color: rgba(0,0,0,1);
}
.utility-nav ul li .nav-dropdown {
  width: 180px;
  padding: 14px 0;
  box-sizing: border-box;
  background-color: #063542;
  box-shadow: 0 1px 3px -1px #333;
  opacity: 0;
  position: absolute;
  top: calc(100% - 45px);
  left: calc(50% - (180px / 2));
  z-index: 99;
  transition: opacity .3s, top .3s;
  pointer-events: none;
}
.utility-nav ul li:hover .nav-dropdown, .utility-nav ul li:focus-within .nav-dropdown {
  opacity: 1;
  top: calc(100% + 15px);
  pointer-events: all;
}
.utility-nav ul li .nav-dropdown:before {/* dropdown white space cover */
  content: "";
  width: 100%;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 0;
}
.utility-nav ul li .nav-dropdown:after {/* dropdown pointer */
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #063542;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: calc(50% - 10px);
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: transform .3s;
}
.utility-nav ul li:hover .nav-dropdown:after, .utility-nav ul li:focus-within .nav-dropdown:after {
  transform: scaleY(1);
  transition: transform .3s .1s;
}
.utility-nav ul li .nav-dropdown ul {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.utility-nav ul li .nav-dropdown ul li {
  width: 100%;
}
.utility-nav ul li .nav-dropdown ul li a {
  width: 100%;
  padding: 4px 5px;
  box-sizing: border-box;
  background-color: #063542;
  color: #fff;
  display: block;
  position: relative;
  z-index: 100;
  transition: background-color .3s, color .3s;
}
.utility-nav ul li .nav-dropdown ul li a:hover {
  background-color: #095266;
}
.utility-nav .top-search-input {
  width: 14px;
  height: 22px;
  margin: 0 0 0 26px;
  position: relative;
  transition: width ease-out .3s;
}
.utility-nav .top-search-input.active {
  width: 235px;
}
.utility-nav .top-search-input .onsite-search-label {
  height: 0;
  text-indent: -9999px;
}
.utility-nav .top-search-input .search-toggle {
  /* width: calc(100% + 6px); */
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.utility-nav .top-search-input.active .search-toggle {
  display: none;
}
.utility-nav .top-search-input form {
  display: flex;
}
.utility-nav .top-search-input form input[type="text"] {
  width: 0;
  height: 100%;
  padding: 0;
  /* box-sizing: border-box; */
  /* background-color: #E6E6E6; */
  background-color: #fff;
  box-shadow: inset 0 0 4px rgb(0 0 0 / 10%);
  border: none;
  /* border-radius: 5px; */
  color: rgba(0,0,0,0.8);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  transition: width ease-out .3s, padding .3s;
}
.utility-nav .top-search-input.active form input[type="text"] {
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}
.utility-nav .top-search-input form .onsite-search-submit {
  font-size: 14px;
  position: absolute;
  top: 2px;
  right: 0;
}
.utility-nav .top-search-input.active form .onsite-search-submit {
  right: 5px;
}
.utility-nav .top-search-input form .onsite-search-close {
	display: none;
}
.utility-nav .top-search-input .search-results {
  width: 100%;
  max-height: calc(100vh - 36px);
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px -2px rgb(0 0 0 / 20%);
  /*   background-color: #fff; */
  background-color: #f4f4f5;
  /*   border-top: 1px solid rgb(0 0 0 / 10%); */
  opacity: 0;
  position: relative;
  top: 22px;
  z-index: 99;
  pointer-events: none;
  overflow-y: scroll;
  /*
  position: absolute;
  left: 0;
  bottom: 0;
  */
}
.utility-nav .top-search-input .search-results.active {
  opacity: 1;
  pointer-events: all;
}
.utility-nav .top-search-input .search-results .search-close {
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 5px;
}
.utility-nav .top-search-input .search-results .tag {
  width: 100%;
  margin: 10px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}
/*
.utility-nav .top-search-input .search-results .tag:first-of-type {
  margin-top: 0;
}
*/
.utility-nav .top-search-input .search-results i {
  display: none;
}
.utility-nav .top-search-input .search-results .result {
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.utility-nav .top-search-input .search-results .result:last-of-type {
  margin-bottom: 20px;
}
.utility-nav .top-search-input .search-results .result .search-bar-item,
.utility-nav .top-search-input .search-results .result .meta-info {
  width: 100%;
  font-size: 13px;
  display: block;
}
.utility-nav .top-search-input .search-results .full-search-results {
  margin-top: 15px;
  /* font-size: 16px; */
}

/*======================================================================================
  BODY STYLES - desktop
======================================================================================*/
.wrapper {
  overflow: hidden;
}
.main-content {
  width: 100%;
  /* max-width: 1280px; */
  min-height: 68vh;
  margin: 0 auto;
  box-sizing: border-box;
  /* display: flex; */
  /* flex-wrap: wrap; */
}
.main-content.home {
  max-width: none;
}
.fixed-header .main-content {
  padding-top: 100px;
}
.main-content.exhibitions {
  max-width: 1360px;
  padding-top: 47px;
  /* padding-top: 147px; */
}
.fixed-header .main-content.exhibitions {
  padding-top: 147px;
}
.main-content.exhibition {
  padding-top: 15px;
}
.fixed-header .main-content.exhibition {
/*   padding-top: 157px; */
}

.kma-loading-screen {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  /* background-color: rgba(255,255,255,1); */
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s;
}
.kma-loading-screen.hide {
  opacity: 0;
}
.kma-loading-screen .site-logo {
  /* transform: scale(1.5); */
}
.kma-loading-screen .site-logo .kma-logo {}
.kma-loading-screen .site-logo .kma-logo .square {
  animation: loading-square 1.5s infinite;
}
@keyframes loading-square {
  0%   {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.page-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
.main-content.home .page-wrapper {
  max-width: none;
}
.main-content.search .page-wrapper {
  max-width: 1080px;
}
.page-content {
  width: 100%;
  /* max-width: 875px; */
  margin-right: 0;
  transition: margin .3s;
}
.page-content bs_editable {}
.page-content bs_editable img {
  max-width: 100%;
  height: auto;
}
.page-content .lineage-container {
  display: flex;
  flex-wrap: wrap;
}
.page-content .lineage-container.hide {
  display: none;
}
.page-content .lineage-container .lineage-item {
  width: 100%;
  max-width: 285px;
  margin: 0 25px 15px 0;
}
.page-content .lineage-container .lineage-item:last-of-type {
  margin: 0 0 15px 0;
}
.page-content .lineage-container .lineage-item .item-content {}
.page-content .lineage-container .lineage-item .item-content .item-heading {
  margin: 5px 0;
  color: rgba(0,0,0,0.75);
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  display: block;
}
.page-content .lineage-container .lineage-item .item-content .item-heading:hover {
  color: rgba(0,0,0,1);
}
.page-content .lineage-container .lineage-item .item-content .item-media {
  width: 100%;
  min-height: 118px;
  margin-bottom: 10px;
  display: block;
  background-color: #D8D8D8;
  background-size: cover;
  background-position: center;
}

.home-banner {
  width: 100%;
  /* height: 648px; */
  margin: 0 0 100px 0;
  display: block;
}
.home-banner .banner-logo-wrapper {
  /* width: 100%; */
  width: calc(100% - 52px);
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: width .3s;
}
.home-banner .banner-logo-wrapper .site-logo {
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 99;
}
.home-banner .banner-logo-wrapper .site-logo.red {
  top: -55px;
}
.home-banner .banner-image {
  width: 100%;
  height: 648px;
  /* background-image: url('/assets/images/kma_banner.jpg'); */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 130%;
  display: block;
  position: relative;
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  transition: height .3s;
}
.home-banner .banner-text {
  width: 100%;
  padding: 16px 10px;
  box-sizing: border-box;
  background-color: #3A606E;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.27px;
  text-align: center;
  display: block;
}
.home-banner .banner-text a {
  color: #fff;
}

.kma-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 150px auto;
}
.kma-section .section-nav {
  width: 100%;
  /* width: calc(100% + 20px); */
  /* margin-left: -10px; */
  margin-bottom: 25px;
  /* border-bottom: 1px solid #000; */
  position: relative;
}
.kma-section .section-nav:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5E5E5C;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.kma-section .section-nav .nav-toggle,
.kma-section .section-nav .nav-toggle-area {
  display: none;
}
.kma-section .section-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.kma-section .section-nav ul li {
  margin-right: 26px;
}
.kma-section .section-nav ul li:last-of-type {
  margin-right: 0;
}
.kma-section .section-nav ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}
.kma-section .section-nav ul li.active a {
  pointer-events: none;
}
.kma-section .section-nav ul li a:before {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: width .3s;
}
.kma-section .section-nav ul li a:hover:before, .kma-section .section-nav ul li.active a:before {
  width: 100%;
}
.kma-section .section-content {
  width: 100%;
}
.kma-section.current-exhibitions, .kma-section.upcoming-exhibitions {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.kma-section .exhibition {
  width: 100%;
  max-width: 1020px;
  margin: 0 0 15px 0;
  background-color: #EAEAEA;
  box-shadow: inset 0 0 0 rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  position: relative;
  transition: box-shadow .4s;
}
.kma-section .exhibition.hovered,
.kma-section .exhibition:focus-within {
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.kma-section.exhibitions-page .exhibition {
  max-width: 760px;
}
.kma-section.current-exhibitions .exhibition:first-of-type {
  max-width: none;
}
.kma-section.current-exhibitions .exhibition:first-of-type .exhibition-media {
  min-height: 400px;
}
.kma-section.current-exhibitions .exhibition:first-of-type .exhibition-media.placeholder .site-logo {
  transform: scale(3.5);
}
.kma-section.current-exhibitions .exhibition:first-of-type .exhibition-content {}
.kma-section.current-exhibitions .exhibition:first-of-type .exhibition-content h3 {
  font-size: 30px;
  line-height: 34px;
}
.kma-section.current-exhibitions .exhibition:first-of-type .exhibition-content .date {
  margin-bottom: 16px;
  opacity: 0.7;
  font-size: 18px;
  line-height: 21px;
}
.kma-section.current-exhibitions .exhibition:first-of-type .exhibition-content p {
  font-size: 20px;
  line-height: 27px;
}
.kma-section .exhibition:last-of-type {
  margin: 0;
}
.kma-section .exhibition:before {
  content: "";
  width: 5px;
  height: 0;
  background-color: #ED1D25;
  position: absolute;
  top: 0;
  right: 0;
  transition: height .3s;
}
.kma-section .exhibition.hovered:before,
.kma-section .exhibition:focus-within:before {
  height: 100%;
}
.kma-section .exhibition .exhibition-link {
  width: 100%;
  height: 100%;
  /* background-color: red; */
  /* opacity: .1; */
  /* opacity: 0; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.kma-section .exhibition .exhibition-media {
  width: 50%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 8px #0001;
  opacity: 0;
  display: block;
  position: relative;
  transition: opacity .6s .1s ease-out;
}
.kma-section .exhibition .exhibition-media:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: #EAEAEA;
  display: block;
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0;
  /* transition: width .25s .4s ease-out; */
  transition: width .6s ease-out;
}
.kma-section .exhibition.right .exhibition-media:before {
  /* left: auto; */
  /* right: 0; */
  left: 0;
}
.kma-section .exhibition.in-view .exhibition-media:before {
  width: 0%;
}
.kma-section .exhibition.show-media .exhibition-media {
  opacity: 1;
}
.kma-section .exhibition .exhibition-media.parallax-media {
  background-size: 125%;
}
.kma-section .exhibition .exhibition-media.placeholder {
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kma-section .exhibition .exhibition-media.placeholder .site-logo {
  transform: scale(2.5);
}
.kma-section .exhibition .exhibition-media.placeholder .site-logo .square {
  animation: none;
}
.kma-section .exhibition .exhibition-content {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
  opacity: 0;
  /* transition: padding .3s, opacity .3s; */
  position: relative;
  transition: opacity .4s .1s ease-in-out, left .6s ease-out;
}
.kma-section .exhibition .exhibition-content,
.kma-section .exhibition.left .exhibition-content,
.kma-section.current-exhibitions .exhibition:first-of-type .exhibition-content {
  /* padding: 0 0 0 50px; */
  left: 50px;
}
.kma-section .exhibition.right .exhibition-content {
  /* padding: 0 50px 0 0; */
  left: -50px;
}
.kma-section.in-view .exhibition .exhibition-content,
.kma-section.current-exhibitions.in-view .exhibition:first-of-type .exhibition-content,
.kma-section.current-exhibitions .exhibition.in-view:first-of-type .exhibition-content,
.kma-section .exhibition.in-view .exhibition-content {
  /* padding: 0 50px; */
  opacity: 1;
  left: 0;
}
.kma-section .exhibition .exhibition-content h3 {
  margin: 0 0 18px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative;
}
/*
.kma-section .exhibition .exhibition-content h3:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .3s;
}
.kma-section .exhibition.right .exhibition-content h3:before {
  left: auto;
  right: 0;
}
.kma-section .exhibition .exhibition-content h3:hover:before,
.kma-section .exhibition.hovered .exhibition-content h3:before,
.kma-section .exhibition:focus-within .exhibition-content h3:before {
  width: 100%;
}
*/
.kma-section .exhibition .exhibition-content h3 a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.kma-section .exhibition .exhibition-content .date {
  display: block;
  margin-bottom: 6px;
  opacity: 0.7;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}
.kma-section .exhibition.right .exhibition-content .date {
	text-align: right;
}  
.kma-section .exhibition .exhibition-content .date .date-line {
  display: block;
  white-space: nowrap;
}
.kma-section .exhibition .exhibition-content .body {
  /* max-height: 66px; */
  /* max-height: 48px; */
  max-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kma-section .exhibition .exhibition-content .body img {
  display: none;
}
.kma-section .exhibition .exhibition-content a.button-like {
  margin-top: 15px;
}
/* exhibition right edits */
.kma-section .exhibition.right {
  align-self: flex-end;
}
.kma-section .exhibition.right:before {
  left: 0;
  right: auto;
}
.kma-section .exhibition.right .exhibition-media {
  order: 1;
}
.kma-section .exhibition.right .exhibition-content {
  order: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.kma-section .exhibition.right .exhibition-content h3 {
  text-align: right;
}
.kma-section .exhibition.right .exhibition-content p {
  text-align: right;
}
.kma-section .exhibition.right .exhibition-content .body {
  text-align: right;
}
/* events edits */
.kma-section.events {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kma-section.events h2 {
  align-self: flex-start;
}
.kma-section.events .event-row {
  width: 100%;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: flex-start;
}
.kma-section.events .event-row.right {
  justify-content: flex-end;
}
.kma-section.events .event-row .exhibition {
  max-width: 560px;
  margin: 0 15px 0 0;
  display: none;
}
.kma-section.events .event-row .exhibition:last-of-type {
  margin: 0;
}
.kma-section.events .event-row .exhibition.active {
  display: flex;
}
.kma-section.events .event-row .exhibition .exhibition-media {
  min-height: 200px;
}
.kma-section.events .event-row .exhibition .exhibition-media.placeholder {
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kma-section.events .event-row .exhibition .exhibition-media.placeholder .site-logo {
  transform: scale(2.5);
  /* transform: scale(1.5); */
}
.kma-section.events .event-row .exhibition .exhibition-media.placeholder .site-logo:hover .kma-logo .square {
  animation: none;
}
.kma-section.events .event-row .exhibition .exhibition-content {
  padding: 0 25px;
}
.kma-section.events .event-row .exhibition .exhibition-content h3 {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.kma-section.events .event-row .exhibition .exhibition-content .time {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
/* calendar-featured-events edit */
.kma-section.calendar-featured-events {
  margin-bottom: 50px;
}
.kma-section.calendar-featured-events .exhibition:before {
  left: 0;
  right: auto;
}
.kma-section.calendar-featured-events .exhibitions-container {
  margin: 25px 0px 15px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.kma-section.calendar-featured-events .event-row {
  width: 100%;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
}
.kma-section.calendar-featured-events .exhibition .exhibition-content .date  {
  font-weight: 700;
}
.kma-section.calendar-featured-events .event-row .exhibition .exhibition-content .time {
  font-size: 14px;
  line-height: 23px;
}		
/* sm(small) edit */
.kma-section.events.sm .event-row .exhibition {
  max-width: 380px;
}
.kma-section.exhibition.sm .event-row .exhibition {
  display: none;
}
.kma-section.exhibition.sm .event-row .exhibition.active {
  display: flex;
}
/* kma-is-for edits */
.kma-section.kma-is-for .event-row {
  max-width: 1060px;
  margin: 0 auto 15px auto;
  opacity: 0;
  position: relative;
  transition: opacity .4s .1s ease-in-out, left .6s ease-out;
}
.kma-section.kma-is-for.disable-transitions .event-row {
  transition: opacity 0s, left 0s;
}
.kma-section.kma-is-for .event-row.left {
  left: 50px;
}
.kma-section.kma-is-for .event-row.right {
  left: -50px;
}
.kma-section.kma-is-for.show-rows .event-row.left, .kma-section.kma-is-for.show-rows .event-row.right {
  opacity: 1;
  left: 0;
}
.kma-section.kma-is-for.hide-rows .event-row.left {
  left: -50px;
}
.kma-section.kma-is-for.hide-rows .event-row.right {
  left: 50px;
}
.kma-section.kma-is-for.hide-rows .event-row.left, .kma-section.kma-is-for.hide-rows .event-row.right {
  opacity: 0;
}
.kma-section.kma-is-for.filtered .section-content {
  display: none;
}
.kma-section.kma-is-for.filtered .filtered-content {
  display: inline-block;
}
.kma-section.kma-is-for.filtered .filtered-content:nth-of-type(3) {
  position: absolute;
}
.kma-section.kma-is-for .event-row .exhibition {
  max-width: 490px;
}
.kma-section.kma-is-for .event-row .exhibition .exhibition-media {
  min-height: 178px;
}
.kma-section.tiled {
  width: 100%;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
}
.kma-section.tiled .section-media {
  width: 615px;
  height: 411px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: width .3s, height .3s;
}
.kma-section.tiled .section-media.placeholder {
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kma-section.tiled .section-media.placeholder .site-logo {
  transform: scale(4);
}
.kma-section.tiled .section-content {
  width: calc(100% - 615px);
  padding: 0 75px;
  box-sizing: border-box;
  transition: width.3s, padding .3s;
}
.kma-section.tiled .section-content h2 {
  margin: 0;
  text-align: initial;
}
.kma-section.tiled .section-content .content-top {
  margin-bottom: 11px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.kma-section.tiled .section-content .tiled-items {
  margin-top: 11px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.kma-section.tiled .section-content .tiled-items .item {
  display: flex;
  flex-direction: column;
}
.kma-section.tiled .section-content .tiled-items .item img {
  margin-bottom: 5px;
  transition: width .3s, height .3s;
}
.kma-section.tiled .section-content .tiled-items .item .item-link-media {
  display: flex;
}
.kma-section.tiled .section-content .tiled-items .item .item-link {
  /* margin-top: 5px; */
  display: inline-block;
  text-decoration: none;
}
.kma-section.tiled .section-content .tiled-items .item .item-heading {
  max-width: 165px;
  /* margin-top: 5px; */
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}

/* data-media edits */
.kma-section.data-media .section-media {
  position: relative;
}
.kma-section.data-media .section-media:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  /* left: 0; */
  /* transition: width .3s; */
  transition: width .6s ease-out;
}
.kma-section.data-media.member .section-media:before {
  background-color: #EAEAEA;	
}
.kma-section.data-media.in-view .section-media:before {
  width: 0%;
}
.kma-section.data-media .section-content .tiled-items {
  position: relative;
}
.kma-section.data-media .section-content .tiled-items .item {
  opacity: 0;
  position: relative;
  left: -50px;
  /* transition: opacity .4s .6s, left .5s ease-out .5s; */
  /* transition: width .6s ease-out; */
}
.kma-section.data-media.in-view .section-content .tiled-items .item:first-of-type {
  /* transition: opacity .4s 1.2s, left .5s ease-out 1.1s; */
  transition: opacity .4s ease-out .6s, left .5s ease-out .6s;
}
.kma-section.data-media.in-view .section-content .tiled-items .item:nth-of-type(2) {
  /* transition: opacity .4s 1.8s, left .5s ease-out 1.6s; */
  transition: opacity .4s ease-out .8s, left .5s ease-out .8s;
}
.kma-section.data-media.in-view .section-content .tiled-items .item:nth-of-type(3) {
  /* transition: opacity .4s 2.4s, left .5s ease-out 2.1s; */
  transition: opacity .4s ease-out 1s, left .5s ease-out 1s;
}
.kma-section.data-media.in-view .section-content .tiled-items .item {
  opacity: 1;
  left: 0;
}
.kma-section.data-media .section-content .tiled-items .item:first {}

.kma-section.about {
  max-width: 1180px;
  display: flex;
  align-items: center;
}
.kma-section.about .section-media {
  width: 510px;
  height: 292px;
  margin-left: 50px;
  transition: width .3s, height .3s, margin .3s;
}
.kma-section.about .section-media.placeholder {
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kma-section.about .section-media.placeholder .site-logo {
  transform: scale(3);
}
.kma-section.about .section-content {
  width: calc(100% - 510px);
  transition: width .3s;
}
.kma-section.about .section-content h2 {
  margin: 0 0 15px 0;
  text-align: initial;  
}
.kma-section.about .section-content a.button-like {
  margin-top: 15px;
}
.kma-section.member {
  max-width: 1060px;
  margin: 100px auto;
  display: flex;
  align-items: center;
  background-color: #EAEAEA;
  position: relative;
}
.home .kma-section.member {
  margin: 0 auto 150px auto;
}
.kma-section.member:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 18px);
  border: 1px solid #979797;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  pointer-events: none;
}
.kma-section.member .section-media {
  width: 50%;
  max-width: 563px;
  height: 237px;
  transition: width .3s, max-width .3s, height .3s;
}
.kma-section.member .section-content {
  width: 100%;
  padding: 25px 50px;
  box-sizing: border-box;
  transition: width .3s, padding .3s;
}
.kma-section.member.media-layout .section-content {
  width: calc(100% - 563px);
  padding: 0 50px;
}
.kma-section.member .section-content h2 {
  margin: 0 0 15px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 29px;
  text-align: initial;
  text-transform: initial;
  letter-spacing: initial;
}
.kma-section.member .section-content a.button-like {
  margin: 15px 30px 0 0;
}
.kma-section.member .section-content a.button-like:last-of-type {
  margin-right: 0;
}
.kma-section.on-view h2,
.kma-section.featured-events h2 {
  width: 100%;
  max-width: 730px;
  text-align: initial;
  align-self: initial;
}

.search-container {
  /* max-width: 1080px; */
  /* margin: 0 auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-container .search-page-search {
  width: 100%;
  margin: 0 0 50px 0;
}
.search-container .search-col-left,
.search-container .search-col-right {
  width: calc(50% - 10px);
}
.search-container .results-container {
  margin-bottom: 30px;
}
.search-container .results-container .type {
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.left-sidebar {
  width: 100%;
  max-width: 250px;
  margin-right: 154px;
  padding-top: var(--height-offset, 110px);
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  --height-offset: 110px; /*UNIT MUST BE PX FOR JS atm*/
  transition: margin .3s;
}
.left-sidebar .context-nav {
  width: 100%;
  max-width: 250px;
  padding: 15px 25px;
  box-sizing: border-box;
  /* background-color: rgba(6,53,66,0.1); */
  background-color: #F0F0F0;
  transition: top .3s;
}
.left-sidebar .context-nav.fixed {
  position: fixed;
  top: 98px;
  top: var(--height-offset, 110px);
}
.show-header .left-sidebar .context-nav.fixed {
  top: 145px;
}
.left-sidebar .context-nav.absolute-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.show-header .left-sidebar .context-nav.absolute-bottom {
  top: auto;
  bottom: 0;
}
.left-sidebar .context-nav a {
  color: #000;
  text-decoration: none;
}
.left-sidebar .context-nav .nav-heading {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 800;
  line-height: 34px;
}
.left-sidebar .context-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.left-sidebar .context-nav ul li {
  width: 100%;
  margin-bottom: 10px;
}
.left-sidebar .context-nav ul li:last-of-type {
  margin-bottom: 0;
}
.left-sidebar .context-nav ul li a {
  /* width: 100%; */
  /* padding: 4px 5px; */
  /* box-sizing: border-box; */
  /* background-color: rgba(6,53,66,0); */
  color: rgba(0,0,0,0.75);
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  /* transition: background-color .3s; */
}
.left-sidebar .context-nav ul li a:hover,
.left-sidebar .context-nav ul li.active a {
  /* background-color: rgba(6,53,66,0.1); */
  color: rgba(0,0,0,1);
}
.left-sidebar .context-nav ul li.active a {
  font-weight: 600;
}
.left-sidebar .context-nav .nav-content-children {
  margin-bottom: 20px;
  border-left: 1px solid black;
}
.left-sidebar .context-nav .nav-content-children li {
  padding-left: 15px;
}
.left-sidebar .context-nav .nav-content-children li.active {
  border-left: 2px solid red;
}
.events-link {
  color: #000;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.events-link.mobile {
  display: none;
}
.events-link i {
  margin-right: 10px;
  font-size: 30px;
}

  
.active-exhibition-banner {
  min-height: 100vh;
  /* padding: 279px 0; */
  /* box-sizing: border-box; */
  background-color: #FBFBFB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}
.active-exhibition-banner .banner-bkgd {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.active-exhibition-banner .banner-content {
  width: 100%;
  max-width: 980px;

}
.active-exhibition-banner .banner-content h2 {
  margin: 0 0 50px 0;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 96px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: initial;
  text-shadow: 0 0 50px #000;
  position: relative;
  z-index: 10;
}
.active-exhibition-banner .banner-content h3 {
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 0 50px #000;
  position: relative;
  z-index: 10;
}

.on-view-container {
  width: 100%;
  max-width: 730px;
  /* margin: 57px auto 92px auto; */
  /* margin: 0 auto 92px auto; */
  margin: 0 auto 42px auto;
}
.on-view-container .nav-toggle {
  display: none;
}
.on-view-container ul.view-list {
  margin: 20px 0 50px 0;
  padding: 0 0 9px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #D8D8D8;
  list-style-type: none;
  list-style-image: none;
  display: flex;
}
.on-view-container ul.view-list li {
  margin-right: 31px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
}
.on-view-container ul.view-list li:first-of-type {
  font-weight: 700;
  text-transform: initial;
}
.on-view-container ul.view-list li:last-of-type {
  margin-right: 0;
}
.on-view-container ul.view-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #E00000;
  opacity: 0;
  display: block;
  position: absolute;
  bottom: -13px;
  left: calc(50% - (7px / 2));
  transform: rotate(45deg);
  transition: opacity .3s;
}
/*
.on-view-container ul.view-list li::marker {
  display: none;
}
*/
.on-view-container ul.view-list li.active:before {
  opacity: 1;
}
.on-view-container ul.view-list li.active {
  font-weight: 700;
}
.on-view-container ul.view-list li a {
  color: rgba(0,0,0,0.75);
  text-decoration: none;
}
.on-view-container ul.view-list li a:hover {
  color: rgba(0,0,0,1);
}
.on-view-container .view-content {}
.on-view-container .view-content .exhibition-in-view {
  display: none;
}
.on-view-container .view-content .exhibition-in-view.active {
  display: block;
}
.on-view-container .view-content .exhibition-in-view h2 {
  margin: 0 0 10px 0;
  text-align: initial;
  font-family: 'Nunito Sans';
  text-transform: none;
  font-weight: 900;
}
.on-view-container .view-content .exhibition-in-view .date {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}
.on-view-container .view-content .exhibition-in-view a.button-like {
  margin: 0 15px 14px 0;
}
.on-view-container .view-content .exhibition-in-view a.button-like:last-of-type {
  margin-right: 0;
}
.on-view-container .view-content .exhibition-in-view p {
  margin: 10px 0;
}

.exhibition-slider {
  margin: 0 auto 92px auto;
  /* padding: 10px 0; */
  /* background-color: #595959; */
  padding: 10px 0 0 0;
  box-sizing: border-box;
}
.exhibition-slider .swiper {
  width: 1280px;
  height: 400px;
  background-color: #595959;
  padding: 10px 0;
  position: relative;
}
.exhibition-slider h2 {
  max-width: 730px;
  /* max-width: 680px; */
  margin: 0 auto 23px auto;
}
.exhibition-slider .swiper:before, .exhibition-slider .swiper:after {
  content: "";
  width: 72px;
  height: calc(100% - 20px);
  /* background: linear-gradient(to right,#e66465, #9198e5); */
  background: linear-gradient(to right, rgba(89,89,89,1), rgba(89,89,89,0));
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 5;
}
.exhibition-slider .swiper:after {
  background: linear-gradient(to right, rgba(89,89,89,0), rgba(89,89,89,1));
  left: auto;
  right: 0;
}
.exhibition-slider .swiper .swiper-wrapper {
  position: relative;
}
.exhibition-slider .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.exhibition-slider .swiper .swiper-wrapper .swiper-slide .slide-media {
  /* max-width: 250px; */
  max-height: 400px;
}
.exhibition-slider .swiper .swiper-wrapper .swiper-slide .slide-body {
  width: 100%;
  padding: 17px 15px 10px 15px;
  box-sizing: border-box;
  background-color: rgba(89,89,89,0.75);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}
/*
.exhibition-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-body {
  opacity: 1;
  pointer-events: all;
}
.exhibition-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active:hover .slide-body {
  opacity: 1;
  pointer-events: all;
}
*/
.exhibition-slider .swiper .swiper-wrapper .swiper-slide:hover .slide-body {
  opacity: 1;
  pointer-events: all;
}
.exhibition-slider .swiper .swiper-wrapper .swiper-slide .slide-body .heading {
  margin-bottom: 10px;
  color: #fff;
  /* font-family: 'Nunito Sans', sans-serif; */
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}
.exhibition-slider .swiper .swiper-wrapper .swiper-slide .slide-body p {
  margin: 0;
  color: #fff;
  font-weight: 300;
}
.exhibition-slider .swiper .swiper-button-prev, .exhibition-slider .swiper .swiper-button-next {
  width: 24px;
  height: 42px;
  /* color: #fff; */
  background-image: url('/assets/images/kma_slider_arrow.svg');
  background-repeat: no-repeat;
  /* top: calc(50% - 21px); */
  top: 50%;
  right: 15px;
}
.exhibition-slider .swiper .swiper-button-prev {
  left: 15px;
  transform: rotate(180deg);
}
.exhibition-slider .swiper .swiper-button-prev:after, .exhibition-slider .swiper .swiper-button-next:after {
  content: "";
}
/* gallery-list edits */
.exhibition-slider.gallery-list {
  min-height: 400px;
  position: relative;
}
.exhibition-slider.gallery-list h2 {
  margin: 25px 0;
}
.exhibition-slider.gallery-list .swiper {
  /* width: 100%; */
  /* max-width: 1280px; */
  /* max-height: 400px; */
  margin: 0;
  position: absolute;
  left: -404px;
}

.the-artists {
  width: 100%;
  max-width: 730px;
  /* max-width: 680px; */
  margin: 0 auto 92px auto;
}
.the-artists h2 {
  margin: 0 0 23px 0;
  text-align: initial;
}
.the-artists ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  flex-wrap: wrap;
}
.the-artists ul li {
  width: calc((100% / 3) - 54px);
  margin-right: 26px;
  margin-bottom: 13px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}
.the-artists ul li.active {
  display: block;
}
.the-artists.show-all ul li {
  display: block;
}
.the-artists ul li:nth-child(3n) {
  margin-right: 0;
}
.the-artists ul li a {
  color: rgba(0,0,0,0.75);
}
.the-artists ul li a:hover {
  color: rgba(0,0,0,1);
}
.the-artists a.view-more {}
.the-artists a.view-less {
  display: none;
}
.the-artists.show-all a.view-more {
  display: none;
}
.the-artists.show-all a.view-less {
  display: inline-block;
}

.explore-exhibition {
  max-width: 930px;
  margin: 0 auto 92px auto;
}
.explore-exhibition h3 {}
.explore-exhibition .explore-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.explore-exhibition .explore-items .item {
  /* width: 100%; */
  width: calc(50% - 20px);
  max-width: 440px;
  min-height: 138px;
  margin-bottom: 45px;
  padding: 10px 0 0 88px;
  box-sizing: border-box;
  display: none;
  position: relative;
}
.explore-exhibition .explore-items .item.active {
  display: block;
}
.explore-exhibition.show-all .explore-items .item {
  min-height: 138px;
  display: block;
}
.explore-exhibition .explore-items .item:before {
  content: "";
  width: 138px;
  height: 138px;
  background-color: #B6D8DA;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.explore-exhibition .explore-items .item .item-content {
  position: relative;
  z-index: 5;
}
.explore-exhibition .explore-items .item .item-content .heading {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.explore-exhibition .explore-items .item .item-content p.description {
  /* max-height: 66px; */
  max-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.explore-exhibition .explore-items .item .item-content.show-full-text p.description {
  max-height: none;
  display: inline-block;
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
  overflow: initial;
}
.explore-exhibition .explore-items .item .item-content .read-more-text {
  /* width: 100%; */
  margin-right: 5px;
  /*
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  */
}
.explore-exhibition .explore-items .item .item-content .read-more-text .arrow,
.explore-exhibition a.button-like .arrow {
  margin-left: 5px;
  display: inline-block;
  font-size: 16px;
  /* transform: rotate(90deg); */
  position: relative;
  top: 1px;
}
.explore-exhibition.show-all a.button-like .arrow,
.explore-exhibition .explore-items .item .item-content.show-full-text .read-more-text .arrow {
  transform: rotate(180deg);
}
.explore-exhibition .explore-items .item .item-content .read-more-text .read-less {
  display: none;
}
.explore-exhibition .explore-items .item .item-content.show-full-text .read-more-text .read-more {
  display: none;
}
.explore-exhibition .explore-items .item .item-content.show-full-text .read-more-text .read-less {
  display: inline-block;
}
/*
.explore-exhibition .explore-items .item .item-content a.button-like {
  margin-top: 15px;
}
*/
.explore-exhibition a.button-like .view-less {
  display: none;
}
.explore-exhibition.show-all a.button-like .view-more {
  display: none;
}
.explore-exhibition.show-all a.button-like .view-less {
  display: inline-block;
}

.text-panels {
  width: 100%;
  max-width: 730px;
  margin: 0 auto 92px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-panels h2 {
  width: 100%;
}
.text-panels ul.panels-list {
  max-width: 154px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style-type: none;
  position: relative;
}
.text-panels ul.panels-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
}
.text-panels ul.panels-list li {
  margin-bottom: 17px;
  list-style-image: none;
  text-align: end;
  position: relative;
}
.text-panels ul.panels-list li:last-of-type {
  margin-bottom: 0;
}
.text-panels ul.panels-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #E00000;
  display: none;
  position: absolute;
  top: 7px;
  right: -13px;
  transform: rotate(45deg);
}
.text-panels ul.panels-list li.active:before {
  display: block;
}
.text-panels ul.panels-list li a {
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}
.text-panels ul.panels-list li a:hover,
.text-panels ul.panels-list li.active a {
  color: rgba(0,0,0,1);
}
.text-panels ul.panels-list li.active a {
  font-weight: 700;
}
.text-panels .panels-content {
  width: calc(100% - 174px);
}
.text-panels .panels-content .panel {
  display: none;
}
.text-panels .panels-content .panel.active {
  display: block;
}
.text-panels .panels-content .panel .heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.exhibition-support {
  width: 100%;
  max-width: 730px;
  margin: 0 auto 92px auto;
}
.exhibition-support .support-logos {
  margin: 30px 0 0 -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.exhibition-support .support-logos img {
  margin: 0 8px 25px 8px;
  max-height: 120px;
}

footer {
  width: 100%;
  margin-top: 208px;
  /* background-color: #355764; */
  background-color: #3A606E;
  /* position: relative; */
  /* z-index: 15; */
}
footer .footer-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #3A606E;
  position: relative;
}
footer .footer-wrapper .site-logo {
  position: absolute;
  /* top: -282px; */
  top: -59px;
  left: 50px;
  z-index: 5;
  transition: left .3s;
}
footer .footer-wrapper .footer-columns {
  width: 100%;
  padding: 24px 50px 18px 50px;
  box-sizing: border-box;
  background-color: #3A606E;
  display: flex;
  position: relative;
  z-index: 15;
  transition: padding .3s;
}
footer .footer-wrapper .footer-columns p {
  color: #fff;
}
footer .footer-wrapper .footer-columns .column {
  margin-right: 155px;
  position: relative;
  transition: margin .3s;
}
footer .footer-wrapper .footer-columns .column:last-of-type {
  margin-right: 0;
}
footer .footer-wrapper .footer-columns .column .column-heading {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}
/* column newsletter edits */
footer .footer-wrapper .footer-columns .column.newsletter {
  position: absolute;
  top: -44px;
  right: 47px;
}
footer .footer-wrapper .footer-columns .column.newsletter:before {
  content: "";
  width: 275px;
  height: 275px;
  background-color: #000;
  display: block;
  position: absolute;
  top: -41px;
  left: -44px;
  z-index: 1;
  transform: rotate(45deg);
}
footer .footer-wrapper .footer-columns .column.newsletter .column-content {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}
footer .footer-wrapper .footer-columns .column.newsletter .column-content .column-heading {
  margin-bottom: 7px; 
}
footer .footer-wrapper .footer-columns .column.newsletter .column-content .social-icons {
  margin: 0 0 45px 0;
  display: flex;
}
footer .footer-wrapper .footer-columns .column.newsletter .column-content .social-icons .icon {
  margin-right: 15px;
  display: block;
}
footer .footer-wrapper .footer-columns .column.newsletter .column-content input[type="text"] {
  width: 100%;
  margin: 5px 0 15px 0;
  padding: 4px 5px;
  box-sizing: border-box;
  border: 1px solid #BFBFBF;
  font-size: 11px;
  line-height: 14px;
}
footer .footer-wrapper .footer-columns .column.newsletter .column-content .social-icons .icon:last-of-type {
  margin-right: 0;
}
footer .footer-wrapper .footer-columns .column ul.hours {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}
footer .footer-wrapper .footer-columns .column ul.hours li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
footer .footer-wrapper .footer-columns .column ul.hours li:last-of-type {
  margin-bottom: 0;
}
footer .footer-wrapper .footer-columns .column ul.hours li .day {
  width: 89px;
  display: inline-block;
}
footer .footer-wrapper .footer-columns .column ul.hours li .time {
  font-weight: 300;
}
footer .footer-credits {
  width: 100%;
  background-color: rgba(6,53,66,0.7);
}
footer .footer-credits .credits-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 6px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
footer .footer-credits p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
footer .footer-credits a {
  color: #fff;
  text-decoration: none;
}
footer .footer-credits nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  list-style: none;
  font-weight: initial;
}
footer .footer-credits nav ul li {
  margin-right: 50px;
  font-size: 13px;
  line-height: 18px;
}
footer .footer-credits nav ul li:last-of-type {
  margin-right: 0;
}
footer .footer-credits a:hover {
  text-decoration: underline;
}
footer .footer-wrapper .footer-columns .column .footer-nav {
  box-sizing: border-box;
}
footer .footer-wrapper .footer-columns .column .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  line-height: initial;
  /* display: flex; */
}
footer .footer-wrapper .footer-columns .column .footer-nav ul li {
  margin-bottom: 8px;
}
footer .footer-wrapper .footer-columns .column .footer-nav ul li:last-of-type {
  margin-bottom: 0;
}
footer .footer-wrapper .footer-columns .column .footer-nav ul li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

@media only screen and (max-width: 1440px) {
  .kma-section,
  .kma-section.current-exhibitions,
  .kma-section.upcoming-exhibitions {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1300px) {
  .home-banner .banner-image {
    height: 600px;
  }

  .kma-section.tiled .section-content .tiled-items .item img {
    width: 138px;
    height: 138px;
  }
  .kma-section.tiled .section-content .tiled-items .item .item-heading {
    max-width: 138px;
  }
}

@media only screen and (max-width: 1280px) {
  .exhibition-slider {
    width: 100%;
  }
  .exhibition-slider .swiper {
    width: calc(100vw - 30px);
  }
  .exhibition-slider.gallery-list .swiper {
    /* width: calc(100% + 404px); */
    left: calc(-404px + 15px);
  }
}

@media only screen and (max-width: 1200px) {
  .home-banner .banner-image {
    height: 550px;
  }

  .kma-section.tiled .section-content {
    width: calc(100% - 421px);
    padding: 0 65px;
  }
  .kma-section.tiled .section-media {
    width: 421px;
    height: 364px;
  }
}
@media only screen and (max-width: 1100px) {
  .left-sidebar {
    margin-right: 50px;
  }
  .page-content {
    /* width: calc(100% - (49px + 250px)); */
    margin-right: 49px;
  }
  .main-content.exhibition .page-content,
  .main-content.event-calendar .page-content,
  .main-content.home .page-content {
    margin: 0;
  }

  .main-nav ul li {
    margin: 0 30px 0 0;
  }

  .exhibition-slider.gallery-list .swiper {
    /* width: calc(100% + 349px); */
    /* left: -300px; */
    left: calc(-300px + 15px);
  }

  .home-banner .banner-image {
    height: 518px;
  }
  
  .kma-section.calendar-featured-events .event-row {
	flex-direction: column;
	align-items: center;
  }
  .kma-section.calendar-featured-events .event-row .exhibition {
	margin: 0 0 15px 0;
  }
  
  .kma-section.about .section-media {
    width: 397px;
    height: 227px;
    margin-left: 38px;
  }
  .kma-section.about .section-content {
    width: calc(100% - 397px);
  }

  footer .footer-wrapper .footer-columns {
    padding: 24px 42px 18px 42px;
  }
  footer .footer-wrapper .footer-columns .column {
    margin-right: 65px;
  }
}

@media only screen and (max-width: 1020px) {
  header .header-wrapper, .home-banner .banner-logo-wrapper {
    width: calc(100% - 30px);
  }

  .main-nav ul li {
    margin-right: 25px;
  }
  .main-nav ul li a {
    font-size: 18px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 980px) {
  .kma-section.tiled .section-media {
    width: 316px;
    height: 273px;
  }
  .kma-section.tiled .section-content {
    width: calc(100% - 316px);
    padding: 0 50px;
  }
  .kma-section.tiled .section-content .tiled-items .item img {
    width: 103px;
    height: 103px;
  }
  .kma-section.tiled .section-content .tiled-items .item .item-heading {
    max-width: 103px;
    /* font-size: 14px; */
    /* line-height: 21px; */
    font-size: 11px;
    line-height: 15px;
  }
  
  .kma-section.member .section-media {
    max-width: 443px;
    /* height: 187px; */
  }
  .kma-section.member.media-layout .section-content {
    width: calc(100% - 443px);
    padding: 0 25px;
  }
}

@media only screen and (max-width: 930px) {
  #is_mobile {
    display: block;
  }

  .site-logo.red .logo-heading {
    max-width: 182px;
    margin-left: 9px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: initial;
  }
  .site-logo.red .logo-heading .highlight {
    color: #000;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /* box-shadow: 0 1px 3px -1px #333; */
  }
  .fixed-header header {
    top: 0;
  }
  header:before, header:after {
    display: none;
  }
  header.show-notices {
    padding-top: 85px;
  }
  header.show-notices.open-menu {
    padding-top: 0;
  }
  header .header-wrapper {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  header .header-wrapper:before, header .header-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header .header-wrapper:before {
    height: 0;
    z-index: 1;
    transition: height .3s;
  }
  header.open-menu .header-wrapper:before {
    height: 100vh;
  }
  header .site-logo.red {
    position: relative;
    top: 0;
    z-index: 15;
  }
  header .site-logo.home {display: flex;}
  header .header-wrapper .site-navigations {
    width: 100%;
    padding: 15px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -100vh;
    left: 0;
    z-index: 5;
    transition: top .3s;
  }
  header.open-menu .header-wrapper .site-navigations {
    /* top: 92px; */
    top: 64px;
  }

  header .ham-menu {
    display: flex;
  }
  
  header .mobile-search-toggle {
	color: #000;
    font-size: 20px;
    position: absolute;
    right: 54px;
    z-index: 15;
  }

  header .alerts-slider,
  header.show-notices.open-menu .alerts-slider {
  	/*     top: -21px; */
    top: -81px;
  }
  header .alerts-slider:before {
    content: "";
    width: 100%;
    height: 85px;
    background-color: #FBFBFB;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .alerts-slider .swiper {
    width: 100%;
    height: 75px;
    /* background-color: #fff; */
  }
  header .alerts-slider .swiper.main .swiper-slide .slide-content {
    flex-direction: column;
  }
  header .alerts-slider .swiper.tab {
    /*     top: 0; */
    top: 50px;
    transition: top .3s;
  }
  header.show-notices .alerts-slider .swiper.tab {
    top: 54px;
	/* 	  top: 0; */
  }
  header.open-menu .alerts-slider .swiper.tab,
  header.show-notices.open-menu .alerts-slider .swiper.tab {
    /*     top: -36px; */
    top: -40px;
  }
  header .alerts-slider .swiper.main .swiper-slide .slide-content .alert-title {
    font-size: 15px;
  }
  header .alerts-slider .swiper.main .swiper-slide .slide-content .alert-text {
    font-size: 13px;
    white-space: nowrap;
  }
  header .alerts-slider .swiper.main .swiper-slide .slide-content .alert-link {
    font-size: 13px;
  }

  .utility-nav {
    margin-top: 11px;
    /* padding: 25px 0; */
    padding: 20px 0;
    background-color: #F9F9F9;
    flex-direction: column;
    order: 1;
  }
  /*
  .utility-nav:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    background-color: red;
    position: absolute;
    top: 0;
    left: -4px;
  }
  */
  .utility-nav ul {
	margin: 0;
    flex-direction: column;
    order: 1;
  }
  .utility-nav ul li {
    width: 100%;
    /* border-bottom: 1px solid rgba(0,0,0,0.8); */
    display: flex;
    flex-wrap: wrap;
  }
  .utility-nav ul li:last-of-type {
    border-bottom: none;
  }
  .utility-nav ul li a {
    width: calc(100% - 20px);
    padding: 10px 14px;
    box-sizing: border-box;
    display: block;
  }
  .utility-nav ul li .item-arrow {
    width: auto;
    padding: 6px 5px;
    font-weight: 700;
    display: inline-block;
    transition: transform .3s;
  }
  .utility-nav ul li.toggled .item-arrow {
    transform: rotate(90deg);
  }
  .utility-nav ul li .nav-dropdown {
    width: 100%;
    max-height: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transition: padding .3s;
  }
  .utility-nav ul li:hover .nav-dropdown {
    opacity: 0;
    pointer-events: none;
  }
  .utility-nav ul li.toggled .nav-dropdown {
    max-height: 100%;
    padding: 0 0 10px 0;
    opacity: 1;
    pointer-events: all;
    transition: padding .3s, opacity .3s;
  }
  .utility-nav ul li .nav-dropdown:before, .utility-nav ul li .nav-dropdown:after {
    display: none;
  }
  .utility-nav ul li .nav-dropdown ul {
    padding: 0;
  }
  .utility-nav ul li .nav-dropdown ul li a {
    padding: 2px 15px;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
  }
  .utility-nav ul li .nav-dropdown ul li a:hover {
    background-color: transparent;
  }
  .utility-nav .top-search-input {
  	margin: 0 0 10px 14px;
	order: 0;
  }
  .utility-nav .top-search-input.active {
	width: calc(100% - 28px);
  }
  .utility-nav .top-search-input .search-results.active {
	display: none;
  }
  /* new edits */
  .utility-nav .top-search-input.new {
	width: 100%;
	height: 33px;
	/*     padding: 0 5px; */
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 64px;
    right: 0;
	/* transition: top .3s ease-out; */
    transform: scaleY(0);
	transform-origin: 50% 0;
	transition: transform 0s ease-out;
  }
  .utility-nav .top-search-input.new.active {
  	/* 	top: 66px; */
  	transform: scaleY(1);
  	transition: transform .2s ease-out;
  }
  .utility-nav .top-search-input.new form .onsite-search-submit,
  .utility-nav .top-search-input.new .search-toggle {
	display: none;
	/*
	position: fixed;
	top: 17px;
	left: auto;
	right: 52px;
	*/
  }
  /*
  .utility-nav .top-search-input.new .search-toggle {
	width: 22px;
	height: 22px;
	top: 20px;
  }
  .utility-nav .top-search-input.new form .onsite-search-submit {
	font-size: 22px;
  }
  */
  .utility-nav .top-search-input.new form .onsite-search-close {
  	display: inline-block;
  	opacity: 0;
  	font-size: 20px;
	position: absolute;
	top: 2px;
	right: 17px;
	pointer-events: none;
	transition: opacity 0s;
  }
  .utility-nav .top-search-input.new.active form .onsite-search-close {
	opacity: 1;
	pointer-events: all;
	transition: opacity .3s .1s;
  }
  .utility-nav .top-search-input.new form input[type="text"] {
	width: calc(100% - 20px);
	height: auto;
	margin: 0 0 0 10px;
	padding: 5px;
	background-color: #F9F9F9;
	/* 	transform: scaleY(0); */
	/* 	transform-origin: 50% 0; */
	/* 	transition: transform 0s ease-out; */
  }
  /*
  .utility-nav .top-search-input.new.active form input[type="text"] {
	transform: scaleY(1);
	transition: transform .2s ease-out;
  }
  */
  .utility-nav .top-search-input.new .search-results {
	width: 100%;
  	/* 	max-height: calc(100vh - (92px + 20px)); */
	max-height: calc(100vh - 92px);
	top: 28px;
	overflow-y: scroll;
  }
  .utility-nav .top-search-input.new .search-results.active {
	display: inline-block;
  }
  .utility-nav .top-search-input.new .search-results .search-close {
	display: none;
  }

  .main-nav {
    padding: 0;
    order: 0;
  }
  .main-nav ul {
    flex-direction: column;
  }
  .main-nav ul li {
    width: 100%;
    /* border-bottom: 1px solid rgba(255,255,255,0.8); */
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* justify-content: space-between; */
  }
  .main-nav ul li:before {
    display: none;
  }
  .main-nav ul li:last-of-type {
    border-bottom: none;
  }
  .main-nav ul li a {
    /* width: calc(100% - 29px); */
    width: calc(100% - 41px);
    padding: 10px 14px;
    box-sizing: border-box;
    color: #000;
    display: block;
  }
  .main-nav ul li .item-arrow {
    width: auto;
    /* width: 25px; */
    padding: 6px 5px;
    /* padding: 6px 0; */
    box-sizing: border-box;
    border: none;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    transition: transform .3s;
  }
  .main-nav ul li .item-arrow:before {
    display: none;
  }
  .main-nav ul li.toggled .item-arrow {
    transform: rotate(180deg);
  }
  .main-nav ul li .nav-dropdown {
    width: 100%;
    max-height: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transition: padding .3s;
  }
  .main-nav ul li:hover .nav-dropdown {
    opacity: 0;
    pointer-events: none;
  }
  .main-nav ul li.toggled .nav-dropdown {
    max-height: 100%;
    padding: 0 0 10px 0;
    opacity: 1;
    pointer-events: all;
    transition: padding .3s, opacity .3s;
  }
  .main-nav ul li .nav-dropdown:before, .main-nav ul li .nav-dropdown:after {
    display: none;
  }
  .main-nav ul li .nav-dropdown ul {
    padding: 0;
  }
  .main-nav ul li .nav-dropdown ul li a {
    padding: 4px 14px;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .main-nav ul li .nav-dropdown ul li a:hover {
    background-color: transparent;
  }

  .main-content {
    padding: 64px 0 0 0;
  }

  .page-wrapper {
    padding: 0 10px;
    box-sizing: border-box;
    /* flex-direction: column; */
  }

  .exhibition-slider.gallery-list .swiper {
    left: calc(-300px + 5px);
  }

  .home-banner .banner-logo-wrapper {
    display: none;
  }

  .kma-section, .kma-section.current-exhibitions, .kma-section.upcoming-exhibitions {
    width: 100%;
  }
  .kma-section .exhibition .exhibition-media.parallax-media {
    background-size: cover;
  }

  .home .kma-section.member {
    width: calc(100% - 20px);
  }

  footer .footer-wrapper .site-logo {
    left: 13px;
  }
  footer .footer-wrapper .footer-columns {
    padding: 24px 25px 18px 25px;
  }
  footer .footer-wrapper .footer-columns .column {
    margin-right: 35px;
  }
  footer .footer-credits .credits-wrapper {
    padding: 6px 25px;
  }
}

@media only screen and (max-width: 840px) {
  footer {
    margin-top: 382px;
  }
  /* footer {display: none;} */
  footer .footer-wrapper {
    /* position: relative; */
  }
  footer .footer-wrapper .site-logo {
    top: -282px;
  }
  footer .footer-wrapper .footer-columns {
    padding: 182px 15px 0 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    /* position: initial; */
  }
  footer .footer-wrapper .footer-columns .column {
    max-width: 180px;
    margin: 0 0 25px 0;
  }
  footer .footer-wrapper .footer-columns .column.address {order:0;}
  footer .footer-wrapper .footer-columns .column.navigation {order:1;}
  footer .footer-wrapper .footer-columns .column.hours {
    width: 100%;
    order: 2;
  }
  footer .footer-wrapper .footer-columns .column.newsletter {
    width: 100%;
    max-width: none;
    top: -86px;
    left: 0;
    right: auto;
  }
  footer .footer-wrapper .footer-columns .column.newsletter:before {
    width: 255px;
    height: 255px;
    left: calc(50% - (255px / 2));
  }
  footer .footer-wrapper .footer-columns .column.newsletter .column-content {
    width: 170px;
    margin: 0 auto;
  }
  footer .footer-wrapper .footer-columns .column.newsletter .column-content .social-icons {
    margin-bottom: 25px;
  }
  footer .site-map ul {
    flex-direction: column;
  }
  footer .site-map ul li {
    margin: 0 0 25px 0;
  }
  footer .site-map ul li .nav-dropdown {
    margin-top: 10px;
  }
  footer .footer-credits {
    /* padding: 10px; */
    flex-wrap: wrap;
  }
  footer .footer-credits .credits-wrapper {
    padding: 6px 15px;
    /* flex-wrap: wrap; */
  }
  footer .footer-credits .credit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  footer .footer-credits nav {
    width: 100%;
  }
  footer .footer-credits nav ul {
    /* justify-content: space-between; */
  }
  /*
  footer .footer-credits nav ul li {
    margin: 0;
  }
  */
}

@media only screen and (max-width: 768px) {
  h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }
  .img_right, .img_right_25, .img_right_50, .img_left, .img_left_25, .img_left_50, .img_full_width {
    /* margin: 10px 0;
    float: none; */
  }
  .img_right_25 {
    width: 33%;
  }

  button, a.button-like {
    font-size: 10px;
    line-height: 14px;
  }
  button:before, a.button-like:before {
    width: 22px;
    height: 22px;
    background-size: cover;
    right: -11px;
  }
  .home p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }
  .page-content p {
    /* font-size: 12px; */
    /* line-height: 20px; */
    font-size: 14px;
    line-height: 24px;
  }
  .page-content ul {
    margin: 0;
    padding: 0 0 0 22px;
  }
  .page-content ul li {
    /* font-size: 12px; */
    /* line-height: 20px; */
    font-size: 14px;
    line-height: 24px;
  }

  .desktop-only {display:none;}
  #is_mobile {
    display: block;
  }
  .tablet, .mobile {
    display: inline-block;
  }

  /*
  .site-logo.red .kma-logo {
    width: 72px;
    height: 72px;
  }
  .site-logo.red .kma-logo .tri.top {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #231F20;
    top: 0;
    left: 19px;
  }
  .site-logo.red .kma-logo .tri.left {
    border-top: 19px solid transparent;
    border-right: 19px solid #231F20;
    border-bottom: 19px solid transparent;
    top: 17px;
    left: 0;
  }
  .site-logo.red .kma-logo .tri.bottom {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #231F20;
    top: 55px;
    left: 19px;
  }
  .site-logo.red .kma-logo .square {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    top: 17px;
    left: 34px;
  }
  .site-logo.red .kma-logo .square .left {
    border-top: 19px solid transparent;
    border-right: 19px solid #E8001B;
    border-bottom: 19px solid transparent;
    display: block;
    transition: border .2s;
  }
  .site-logo.red .kma-logo .square .right {
    border-top: 19px solid transparent;
    border-left: 19px solid #E8001B;
    border-bottom: 19px solid transparent;
    display: block;
    transition: border .2s;
  }
  */
  

  .main-content {
    /* padding: 92px 0 0 0; */
    /* padding: 64px 0 0 0; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .main-content.exhibitions {
    /* padding: 92px 0 0 0; */
    padding: 64px 0 0 0;
  }
  .page-wrapper {
    /* padding: 0 10px; */
    /* box-sizing: border-box; */
    flex-direction: column;
  }
  .page-content {
    order: 0;
  }

  .left-sidebar {
	max-width: none;
    margin: 0;
	padding-top: 25px;
    order: 1;
	/* 	display: none; */
  }
  .left-sidebar .context-nav {
	max-width: none;
  }
  .left-sidebar .context-nav.fixed {
	position: relative;
	top: auto;
  }
  .show-header .left-sidebar .context-nav.fixed {
	top: auto;	  
  }

  .home-banner {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .home-banner .banner-image {
    height: 437px;
    background-position: center;
    background-size: 100%;
  }
  .home-banner .banner-logo-wrapper {
    display: none;
  }
  .home-banner .banner-text {
    padding: 15px 10px;
    font-weight: 500;
  }

  .page-banner {
    min-height: 200px;
    margin-bottom: 15px;
  }

  .exhibition-slider.gallery-list {
    min-height: 245px;
  }
  .exhibition-slider.gallery-list .swiper {
    width: 100%;
    left: auto;
  }

  .kma-section.member {
    margin-bottom: 0;
  }
  .kma-section.member .section-content {
    padding: 10px 15px;
  }

  .kma-section {
    margin-bottom: 100px;
  }
  .kma-section .exhibition .exhibition-media {
    min-height: 196px;
  }
  .kma-section.current-exhibitions .exhibition:first-of-type .exhibition-media {
    min-height: 256px;
  }
  .kma-section .exhibition .exhibition-content,
  .kma-section.events .event-row .exhibition .exhibition-content {
    padding: 0 10px;
  }
  .kma-section .exhibition .exhibition-content h3,
  .kma-section.current-exhibitions .exhibition:first-of-type .exhibition-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }
  .kma-section .exhibition .exhibition-content .date,
  .kma-section.current-exhibitions .exhibition:first-of-type .exhibition-content .date {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }
  .kma-section .exhibition .exhibition-content .body {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }
  .kma-section.events .event-row {
    margin: 0;
    flex-direction: column;
  }
  .kma-section.events .event-row .exhibition,
  .kma-section.events .event-row .exhibition:last-of-type {
    margin-bottom: 15px;
  }
  /*
  .kma-section.events .event-row:last-of-type .exhibition:last-of-type {
    margin: 0;
  }
  */
  .kma-section.tiled {
    flex-direction: column;
  }
  .kma-section.tiled .section-media {
    width: 100%;
    height: 220px;
  }
  .kma-section.tiled .section-content {
    width: 100%;
    padding: 15px 10px;
  }
  .kma-section.tiled .section-content .tiled-items .item img {
    width: 100px;
    height: 100px;
  }
  .kma-section.tiled .section-content .tiled-items .item .item-heading {
    max-width: 100px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }
  .kma-section.events .event-row .exhibition {
    margin-right: 0;
  }
  /*
  .kma-section.events .event-row:last-of-type .exhibition:last-of-type {
    margin-bottom: 0;
  }
  */
  .kma-section.kma-is-for .event-row .exhibition .exhibition-media {
    min-height: 196px;
  }
  .kma-section.kma-is-for .event-row .exhibition:last-of-type .exhibition-media {
    order: 1;
  }
  .kma-section.kma-is-for .event-row .exhibition:last-of-type .exhibition-content {
    order: 0;
  }
  .kma-section .event-row .exhibition:last-of-type .exhibition-media {
    order: 1;
  }
  .kma-section .event-row .exhibition:last-of-type .exhibition-content {
    order: 0;
  }
  .kma-section .event-row .exhibition:last-of-type .exhibition-content h3 {
    text-align: right;
  }
  .kma-section .event-row .exhibition:last-of-type .exhibition-content .date {
    text-align: right;
  }
  .kma-section .event-row .exhibition.right:first-of-type .exhibition-content {
    align-items: flex-start;
  }
  .kma-section .event-row .exhibition.right:first-of-type .exhibition-content h3 {
    text-align: initial;
  }
  .kma-section .event-row .exhibition.right:first-of-type .exhibition-content .date {
    text-align: initial;
  }
  .kma-section .exhibition.right:first-of-type .exhibition-media {
    order: 0;
  }
  .kma-section .exhibition.right:first-of-type .exhibition-content {
    order: 1;
  }

  .kma-section.about {
    flex-direction: column;
  }
  .kma-section.about .section-content {
    width: 100%;
    padding: 15px 10px 0 10px;
    box-sizing: border-box;
    order: 1;
  }
  .kma-section.about .section-media {
    width: 360px;
    height: 220px;
    margin: 0;
    order: 0;
  }
  .kma-section.member {
    width: calc(100% - 40px);
    flex-direction: column;
  }
  .kma-section.member .section-media {
    width: 100%;
    height: 154px;
  }
  .kma-section.member.media-layout .section-content {
    width: 100%;
    padding: 15px 10px;
  }

  .kma-section .section-nav {
    /* padding: 0 15px 0 10px; */
    /* box-sizing: border-box; */
  }
  .on-view-container ul.view-list {
    width: 100%;
    /* width: calc(100% + 20px); */
    border: none;
    position: relative;
    /* left: -10px; */
    margin-top: 40px;
  }
  .kma-section .section-nav:before {
    display: none;
  }
  .kma-section .section-nav .nav-toggle,
  .on-view-container .nav-toggle {
    /* padding: 0 7px; */
    /* box-sizing: border-box; */
    display: block;
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 1px;
    /* right: 15px; */
    right: 8px;
  }
  .kma-section .section-nav .nav-toggle-area,
  .on-view-container .nav-toggle-area {
    width: 100%;
    height: 26px;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .kma-section .section-nav.show-list .nav-toggle {
    top: -1px;
    transform: rotate(180deg);
  }
  .on-view-container {
    position: relative;
  }
  .kma-section .section-nav ul,
  .on-view-container ul.view-list {
    flex-direction: column;
  }
  .on-view-container ul.view-list li {
    width: 100%;
  }
  .kma-section .section-nav ul li,
  .on-view-container ul.view-list li {
    margin: 0;
    /* border-top: 1px solid transparent; */
    /* border-bottom: 1px solid transparent; */
    border: 1px solid transparent;
    position: absolute;
    left: -9999px;
    order: 1;
    pointer-events: none;
    transition: opacity .3s;
  }
  .kma-section .section-nav ul li.active,
  .on-view-container ul.view-list li.active {
    /* border-top: 1px solid #BFBFBF; */
    /* border-bottom: 1px solid #BFBFBF; */
    border: 1px solid #BFBFBF;
    order: 0;
  }
  .kma-section .section-nav ul li.active,
  .kma-section .section-nav.show-list ul li,
  .on-view-container ul.view-list.show-list li,
  .on-view-container ul.view-list li.active {
    opacity: 1;
    position: relative;
    left: 0;
    pointer-events: all;
  }
  .kma-section .section-nav ul li a,
  .on-view-container ul.view-list li a {
    padding: 3px 10px 0 10px;
    /* font-size: 10px; */
    font-size: 14px;
    font-weight: 400;
    /* line-height: 14px; */
    line-height: 19px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    transition: padding .3s;
  }
  .on-view-container ul.view-list li a {
    display: block;
  }
  .kma-section .section-nav ul li.active a,
  .kma-section .section-nav.show-list ul li a,
  .on-view-container ul.view-list li.active a,
  .on-view-container ul.view-list.show-list li a {
    padding: 3px 10px 2px 10px;
  }
  .kma-section .section-nav ul li a:before,
  .on-view-container ul.view-list li:before {
    display: none;
  }
  .on-view-container ul.view-list li:first-of-type {
    width: calc(100% - 10px);
    font-weight: 500;
    display: block;
    position: absolute;
    top: -20px;
    left: 10px;
  }
  /*
  .on-view-container .nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
  }
  */

  .page-content .lineage-container {
    justify-content: space-between;
  }
  .page-content .lineage-container .lineage-item {
    max-width: 165px;
    margin-right: 0;
  }
  .page-content .lineage-container .lineage-item .item-content .item-media {
    min-height: 100px;
  }

  .active-exhibition-banner {
    padding-top: 92px;
    box-sizing: border-box;
  }
  .active-exhibition-banner .banner-content h2 {
    margin: 0;
    font-size: 55px;
    line-height: 75px;
  }
  .exhibition-slider .swiper {
    width: calc(100vw - 20px);
    height: 245px;
  }
  .exhibition-slider .swiper .swiper-wrapper .swiper-slide .slide-media {
    max-height: 245px;
  }
  .the-artists ul {
    padding: 0;
  }
  .the-artists ul li {
    width: calc((100% / 3) - 14px);
    margin-right: 20px;
  }
  .explore-exhibition .explore-items .item {
    width: 100%;
    min-height: 120px;
    margin-bottom: 15px;
    padding-left: 45px;
  }
  .explore-exhibition .explore-items .item:before {
    width: 120px;
    height: 120px;
  }
  .explore-exhibition .explore-items .item .item-content .heading {
    font-size: 13px;
    line-height: 18px;
  }

  .events-link {
    display: none;
  }
  .events-link.mobile {
    display: flex;
  }
  /*
  .calendar-day {
    background-color: #C0BEA4;
    background-color: transparent;
  }
  .calendar-dates .date-hours-block {display:none;}
  
  li .calendar-day p {
    font-size: 13px;
    line-height: 18px;
  }
  .calendar .calendar-dates {
    padding: 0;
  }
  .calendar .calendar-dates li {
    height: 70px;
    margin: 0;
    border: solid 1px #D4D4D4;
  }
  
  .calendar .calendar-dates li:nth-child(7n),
  .calendar .calendar-dates li:last-child {
    border-right: solid 1px #D4D4D4;
  }
  .calendar .calendar-dates li:before {
    content: "";
    width: 100%;
    height: 9px;
    background-color: #D4D4D4;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  */
  .search-container .search-page-search .top-search {
	width: calc(100% - 101px);
  }
  .search-container .search-page-search .search-results-count {
	margin-top: 10px;
	display: block;
  }
  .search-container .search-col-left, .search-container .search-col-right {
	width: 100%;
  }

  footer {
    margin-top: 382px;
  }
  /* footer {display: none;} */
  footer .footer-wrapper {
    /* position: relative; */
  }
  footer .footer-wrapper .site-logo {
    top: -282px;
  }
  footer .footer-wrapper .footer-columns {
    padding: 182px 15px 0 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    /* position: initial; */
  }
  footer .footer-wrapper .footer-columns .column {
    max-width: 180px;
    margin: 0 0 25px 0;
  }
  footer .footer-wrapper .footer-columns .column.address {order:0;}
  footer .footer-wrapper .footer-columns .column.navigation {order:1;}
  footer .footer-wrapper .footer-columns .column.hours {
	width: 100%;
    order: 2;
  }
  footer .footer-wrapper .footer-columns .column.newsletter {
    width: 100%;
    max-width: none;
    top: -86px;
    left: 0;
    right: auto;
  }
  footer .footer-wrapper .footer-columns .column.newsletter:before {
    width: 255px;
    height: 255px;
    left: calc(50% - (255px / 2));
  }
  footer .footer-wrapper .footer-columns .column.newsletter .column-content {
    width: 170px;
    margin: 0 auto;
  }
  footer .footer-wrapper .footer-columns .column.newsletter .column-content .social-icons {
    margin-bottom: 25px;
  }
  footer .site-map ul {
    flex-direction: column;
  }
  footer .site-map ul li {
    margin: 0 0 25px 0;
  }
  footer .site-map ul li .nav-dropdown {
    margin-top: 10px;
  }
  footer .footer-credits {
    /* padding: 10px; */
    flex-wrap: wrap;
  }
  footer .footer-credits .credits-wrapper {
    flex-wrap: wrap;
  }
  footer .footer-credits .credit {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .footer-credits nav {
    width: 100%;
  }
  footer .footer-credits nav ul {
    justify-content: space-between;
  }
  footer .footer-credits nav ul li {
    margin: 0;
  }
}


/*** BytePattern - alert tab ***/
.alerts-container {
	position: absolute;
    margin: 0 auto;
    top: 32px;
	transform: translateY(-100%);
    transition: .25s;
    width: 100%;
    z-index: 1000;
}
.alerts-container.hidden {
    display: none;
}
body.open-alerts .alerts-container {
    top: 0;
    transform: translateY(0);
}

.alerts-open-area {
    width: 100vw;
	display: flex;
    background-color: #F5F5F5;
    border-bottom: 1px solid #333;
    padding-top: 1em;
}

.alert-open-detail {
    width: calc(50% - 3em);
    margin: 0;
    /* transform: translateX(100%); */
    /* transform: translateX(120%); */
    /* transition: .25s; */
    text-align: center;
}
.alert-open-detail p {
    font-size: 18px;
	max-width: initial;
}
.alert-open-detail.active {
    /* opacity: 1; */
    /* transform: translateX(0); */
}
.alert-open-detail.active ~ .alert-detail {
    transform: translateX(-120%);
}
@media screen and (max-width: 1023px) {
    .alerts-container {
        transform: translateY(-100%);
    }
    .alerts-open-area {
        transform: translateY(0%);
    }
}
@media screen and (max-width: 500px) {
    .alerts-container {
        transform: translateY(-100%);
    }
    .alerts-open-area {
        transform: translateY(0%);
    }
}


.alerts-over {
    position: relative;
    width: 300px;
    height: 32px;
    margin: 0 auto;
    background-color: #333;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.alert-over-wrapper {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateX(100%);
    transition: .25s;
    cursor: pointer;
}
.alert-over-wrapper.active {
    transform: translateX(0);
    opacity: 1;
}
.alert-over-wrapper.active ~ .alert-over-wrapper {
    transform: translateX(-100%);
}
.alert-over {
    font-size: 14px;
    margin-top:7px;
    color: #fff;
}

a.alerts-container-close {
    font-size: 12px;
    position: absolute;
    top: 30%;
    right: .5em;
    transform: translateY(-50%);
    height: auto;
    color: #333;
    border: none;
    border-radius: 0;
    z-index: 100;
}
a.alerts-container-close:hover {
    cursor: pointer;
}
.alerts-container-close .fa-times.fa-stack-1x {
    line-height: 1.8em;
}
/*** End BytePattern - alert tab ***/
