.block_cont {
  margin: 100px 50px 50px;
}

.block_cont.full_width {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1200px) {
  .block_cont {
    margin: 50px 20px 20px;
  }
  .block_cont.full_width {
    margin-left: 0;
    margin-right: 0;
  }
}

.image_block {
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
}

.image_block.inline {
  max-width: 900px;
}


.text_block {
  max-width: 900px;
  margin: auto;
}



.two_column_block {
  max-width: 900px;
  margin: auto;
}

.two_column_block:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.two_column_block_70-30,
.two_column_block_30-70 {
  max-width: 1285px;
}

.two_column_block .col {
  width: calc(50% - 30px);
  float: left;
}

.two_column_block .col:first-child {
  min-height: 1px;
}

.two_column_block .col_70 {
  width: calc(70% - 30px);
}

.two_column_block .col_30 {
  width: calc(30% - 30px);
}

.two_column_block .col + .col {
  margin-left: 60px;
}

@media (max-width: 1200px) {
  .two_column_block .col {
    float: none;
    width: auto;
  }

  .two_column_block .col + .col {
    margin-left: 0;
    margin-top: 50px;
  }
}

.two_column_block .col .block_cont {
  margin: 40px 0 0;
  break-inside: avoid-column;
}

.two_column_block .col .block_cont:first-child {
  margin-top: 0;
}

.two_column_block .reduce_space_block {
  margin-top: -10px;
}


.image_2_column_block {
  max-width: 1800px;
  margin: auto;
}

.image_2_column_block:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.image_2_column_block .col {
  width: calc(50% - 30px);
  float: left;
}

.image_2_column_block .col + .col {
  margin-left: 60px;
}

@media (max-width: 1200px) {
  .image_2_column_block .col {
    float: none;
    width: auto;
  }

  .image_2_column_block .col + .col {
    margin-left: 0;
    margin-top: 2em;
  }
}

.image_2_column_block .col_image {
  width: 100%;
  display: block;
  height: auto;
}




.artist_block {
  max-width: 900px;
  margin: auto;
}

.artist_block:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.artist_block .artist_title {
  font-size: 17px;
  box-sizing: border-box;
  margin-bottom: 30px;
  z-index: 1;
  display: block;
  line-height: 1.5;
}

.artist_block .artist_name {
  font-weight: bold;
}

.artist_block .artist_image {
  width: 100%;
  display: block;
  height: auto;
}

.artist_block .artist_image_title {
  margin-top: 0.5em;
  font-size: 17px;
  line-height: 1.5;
}


.artist_block .col {
  width: calc(50% - 30px);
  float: left;
  min-height: 1px;
}

.artist_block .col + .col {
  margin-left: 60px;
}

@media (max-width: 1200px) {
  .artist_block .col {
    float: none;
    width: auto;
  }

  .artist_block .col + .col {
    margin-left: 0;
    margin-top: 2em;
  }
}

.artist_block .col_image {
  width: 100%;
  display: block;
  height: auto;
}

.artist_block > a {
  display: block;
}


.artwork_block {
  max-width: 900px;
  margin: auto;
}

.artwork_block.full_width {
  max-width: none;
}

.artwork_block:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.artwork_block .description_inner {
  line-height: 1.5;
  font-size: 17px;
}

.artwork_block .artwork_artist_name {
  display: block;
  font-weight: bold;
}

.artwork_artist_last_name {
  text-transform: uppercase;
}

.artwork_block .artwork_title_cont {
  margin-top: 1em;
  display: inline-block;
}

.artwork_block .artwork_title_cont:first-child {
  margin-top: 0;
}

.artwork_block .artwork_title {
  font-weight: bold;
  display: inline;
  margin-right: 0.5em;
}
.artwork_block .artwork_title p {
  display: inline;
}

.artwork_block .artwork_artist_short_bio {
}

.artwork_block .artwork_year {
  display: inline;
}

.artwork_block .artwork_image {
  width: 100%;
  display: block;
  height: auto;
}

.artwork_block .artwork_meta {
  margin-top: 0.5em;
}

.artwork_block .artwork_link {
  margin-top: 0.5em;
}

.artwork_block .artwork_image_title {
  margin-top: 0.5em;
  font-size: 16px;
}


.artwork_block .col {
  width: calc(50% - 30px);
  float: left;
}

.artwork_block .col + .col {
  margin-left: 60px;
}

@media (max-width: 1200px) {
  .artwork_block .col {
    float: none;
    width: auto;
  }

  .artwork_block .col + .col {
    margin-left: 0;
    margin-top: 2em;
  }
}

.artwork_block .col_image {
  width: 100%;
  display: block;
  height: auto;
}

.artwork_block > a {
  display: block;
}


.event_block {
  max-width: 900px;
  margin: auto;
}

.event_block:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.event_block .event_title {
  font-size: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  z-index: 1;
}

.event_block .event_title:before {
  content: "\2014";
  display: block;
}

.event_block .event_title_inner {
  display: block;
  float: left;
  clear: both;
  text-decoration: none;
}

.event_block .event_title_inner:hover {
  opacity: 0.6;
}

.event_block .event_name {
  float: left;
  clear: both;
}

.event_block .event_date {
  float: left;
  clear: both;
}

.event_block .event_image {
  width: 100%;
  display: block;
  height: auto;
}

.event_block .col {
  width: calc(50% - 30px);
  float: left;
}

.event_block .col + .col {
  margin-left: 60px;
}

@media (max-width: 1200px) {
  .event_block .col {
    float: none;
    width: auto;
  }

  .event_block .col + .col {
    margin-left: 0;
    margin-top: 2em;
  }
}

.event_block .col_image {
  width: 100%;
  display: block;
  height: auto;
}

.event_block > a {
  display: block;
}


.exhibition_block {
  max-width: 900px;
  margin: auto;
}

.exhibition_block:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.exhibition_block .exhibition_title {
  font-size: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  z-index: 1;
}

.exhibition_block .exhibition_title:before {
  content: "\2014";
  display: block;
}

.exhibition_block .exhibition_title_inner {
  display: block;
  float: left;
  clear: both;
  text-decoration: none;
}

.exhibition_block .exhibition_title_inner:hover {
  opacity: 0.6;
}

.exhibition_block .exhibition_name {
  float: left;
  clear: both;
}

.exhibition_block .exhibition_date {
  float: left;
  clear: both;
}

.exhibition_block .exhibition_image {
  width: 100%;
  display: block;
  height: auto;
}


.exhibition_block .col {
  width: calc(50% - 30px);
  float: left;
}

.exhibition_block .col + .col {
  margin-left: 60px;
}

@media (max-width: 1200px) {
  .exhibition_block .col {
    float: none;
    width: auto;
  }

  .exhibition_block .col + .col {
    margin-left: 0;
    margin-top: 2em;
  }
}

.exhibition_block .col_image {
  width: 100%;
  display: block;
  height: auto;
}

.exhibition_block > a {
  display: block;
}




.header_block {
  position: relative;
  height: calc(60vh - 80px);
  overflow: hidden;
  background: #f5f5f5 center/cover;
}

.header_block .title_square {
  position: absolute;
  bottom: 0;
  left: 50px;
  min-width: 220px;
  height: 200px;
  color: #fff;
}

@media (max-width: 1200px) {
  .header_block .title_square {
    left: 20px;
  }
}

.header_block .title_square_black {
  background: #000;
}
.header_block .title_square_white {
  background: #fff;
  color: #000;
}
.header_block .title_square_yellow {
  background: #FBDD40;
}
.header_block .title_square_orange {
  background: #FFBF3F;
}
.header_block .title_square_red {
  background: #E4002B;
}
.header_block .title_square_magenta {
  background: #D40F7D;
}
.header_block .title_square_purple {
  background: #68478D;
}
.header_block .title_square_pink {
  background: #f486b7;
}
.header_block .title_square_blue {
  background: #2C5697;
}
.header_block .title_square_cyan {
  background: #3EB1C8;
}
.header_block .title_square_teal {
  background: #00A499;
}
.header_block .title_square_green {
  background: #C4D600;
}

.header_block .title_square_text {
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  font-size: 30px;
  font-weight: bold;
}


.anchor_block {
  transform: translateY(-80px);/* scroll past header */
}



.accordion_title_cont {
  max-width: 900px;
  margin: auto;
}

.accordion_title {
  cursor: pointer;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
}

.accordion_title:hover {
  opacity: 0.6;
}

.accordion_block .text_block {
  display: none;
  padding-top: 1em;
}
.accordion_block .text_block.active {
  display: block;
}



.embed_block.content_width {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.embed_block_cont.full_width {
  background: #000;
}
.embed_block.full_width {
  /* 
   * We dont want the height to be more than 100vh - 80px:
   * A) height = 56.25% width
   * B) height < 100vh - 80px
   * Solving:
   *         height < 100vh - 80px
   * 0.5625 * width < 100vh - 80px
   *          width < (100vh - 80px) / 0.5625
   *          width < (100vh - 80px) * 1.7777
   *          width < 177.77vh - 141.216px
   */
  max-width: calc(177.77vh - 141.216px);
  margin: auto;
}
.embed_block .responsive-object {
  position: relative;
}
.embed_block .responsive-object iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}


.html_block {
}

.html_block.content_width {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}



.reduce_space_block {
  margin-top: -80px;
}

@media (max-width: 1200px) {
  .reduce_space_block {
    margin-top: -30px;
  }
}


.list_block {
  margin: auto;
  column-count: 3;
  column-gap: 30px;
  max-width: 1285px;
}

.list_block.full_width {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

@media (max-width: 900px) {
  .list_block {
    column-count: 1 !important;
  }
}

.list_block .block_cont {
  margin: 40px 0 0;
  break-inside: avoid-column;
}

.list_block .block_cont:first-child {
  margin-top: 0;
}

.list_block .reduce_space_block {
  margin-top: -10px;
}


.home_hero_block {
  min-height: calc(100vh - 80px);
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .home_hero_block {
    padding: 0;
  }
}

.home_hero_panel {
  width: 55%;
  max-width: 900px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 30px 30px;
  box-sizing: border-box;
  text-decoration: none;
}

.home_hero_label {
  font-size: 25px;
  font-weight: bold;
  border-top: 5px solid;
  padding-top: 15px;
}

.home_hero_title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 15px;
}

@media (max-width: 1200px) {
  .home_hero_title {
    font-size: 40px;
  }
}

.home_hero_date {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
}

.home_hero_description {
  font-size: 20px;
  max-width: 600px;
  margin-top: 30px;
}



.home_hero_list_block .home_hero_block {
  min-height: auto;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .home_hero_list_block .home_hero_block {
    padding: 0;
  }
}

.home_hero_list_block .home_hero_block:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.home_hero_image {
  background: #f5f5f5 center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 45%;
  min-width: calc(100% - 900px);
}

@media (max-width: 1200px) {
  .home_hero_list_block .home_hero_image {
    position: static;
    width: 100%;
    height: 300px;
  }
}

.home_hero_list_block .home_hero_block:nth-of-type(odd) .home_hero_image {
  left: min(55%, 900px);
}

.home_hero_list_block .home_hero_block:nth-of-type(even) .home_hero_image {
  right: min(55%, 900px);
}

.home_hero_list_block .home_hero_panel {
  position: static;
  display: block;
  transform: none;
  padding: 11vh 50px;
}

.home_hero_list_block .home_hero_block:nth-of-type(even) .home_hero_panel {
  float: right;
}

.home_hero_list_block .home_hero_block:nth-of-type(even) .home_hero_panel {
  background: #000;
  color: #fff;
}

@media (max-width: 1200px) {
  .home_hero_list_block .home_hero_panel {
    padding: 30px 20px 40px;
    width: 100%;
    max-width: none;
  }
}


.columns_block {
  margin: auto;
  column-gap: 30px;
  max-width: 1285px;
}

.columns_block.full_width {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

@media (max-width: 900px) {
  .columns_block {
    column-count: 1 !important;
  }
}

.columns_block .col {
  break-inside: avoid;
  break-after: column;
}

@media (max-width: 900px) {
  .columns_block .col {
    margin-top: 40px;
  }
}

/* margin should probably be 40px we are currently leaving at 30px to space links under images used on most landing pages */
.columns_block .col .block_cont {
  margin: 30px 0 0;
  break-inside: avoid-column;
}

.columns_block .col .block_cont:first-child {
  margin-top: 0;
}

.columns_block .reduce_space_block {
  margin-top: -10px;
}
