/*!
Theme Name: CHINATI
Theme URI: http://underscores.me/
Author: Structure&Narrative
Author URI: http://www.strctrnrrtv.com
Description: Custom theme for The Chinati Foundation
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chinati
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CHINATI is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "FuturaPT";
  src: url("inc/fonts/3620F9_0_0.eot");
  src: url("inc/fonts/3620F9_0_0.eot?#iefix") format("embedded-opentype"), url("inc/fonts/3620F9_0_0.woff2") format("woff2"), url("inc/fonts/3620F9_0_0.woff") format("woff"), url("inc/fonts/3620F9_0_0.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "FuturaPT";
  src: url("inc/fonts/3620F9_1_0.eot");
  src: url("inc/fonts/3620F9_1_0.eot?#iefix") format("embedded-opentype"), url("inc/fonts/3620F9_1_0.woff2") format("woff2"), url("inc/fonts/3620F9_1_0.woff") format("woff"), url("inc/fonts/3620F9_1_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "FuturaPT";
  src: url("inc/fonts/3620F9_2_0.eot");
  src: url("inc/fonts/3620F9_2_0.eot?#iefix") format("embedded-opentype"), url("inc/fonts/3620F9_2_0.woff2") format("woff2"), url("inc/fonts/3620F9_2_0.woff") format("woff"), url("inc/fonts/3620F9_2_0.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "FuturaPT";
  src: url("inc/fonts/3620F9_3_0.eot");
  src: url("inc/fonts/3620F9_3_0.eot?#iefix") format("embedded-opentype"), url("inc/fonts/3620F9_3_0.woff2") format("woff2"), url("inc/fonts/3620F9_3_0.woff") format("woff"), url("inc/fonts/3620F9_3_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "FuturaPT";
  src: url("inc/fonts/FuturaPT-Bold.woff2") format("woff2"), url("inc/fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: 600;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.color_grey {
  color: #797979;
}

.text_xs {
  font-size: 12px;
  line-height: 16px;
}

.text_s {
  font-size: 16px;
  line-height: 19px;
}

.text_m {
  font-size: 22px;
  line-height: 27px;
}

.text_l {
  font-size: 27px;
  line-height: 32px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "FuturaPT", sans-serif;
  font-size: 16px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 22px;
    line-height: 27px;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
  margin-top: 0;
  line-height: 1;
}

figure + h1, figure + h2, figure + h3, figure + h4, figure + h5, figure + h6 {
  margin-top: 12px;
}

.page_header + .entry-content .wrap > h1:first-child,
.page_header + .entry-content .wrap > h2:first-child {
  margin-top: 12px;
}

h1 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h1 {
    font-size: 27px;
    line-height: 32px;
  }
}

.blocks h1,
.long-form h1 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .blocks h1,
.long-form h1 {
    font-size: 22px;
    line-height: 27px;
  }
}
.blocks h2,
.long-form h2 {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .blocks h2,
.long-form h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
.blocks h2.display-title,
.blocks h2 > .display-title,
.long-form h2.display-title,
.long-form h2 > .display-title {
  font-weight: 400;
}
.blocks h2 + h3,
.long-form h2 + h3 {
  margin-top: -12px;
}
.blocks h3,
.long-form h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #797979;
}
@media (min-width: 1024px) {
  .blocks h3,
.long-form h3 {
    font-size: 27px;
    line-height: 32px;
  }
}

.long-form-top {
  margin: 27px 0 0 0;
}
@media (min-width: 1024px) {
  .long-form-top {
    margin: 32px 0 0 0;
  }
}
.long-form-top h1 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .long-form-top h1 {
    font-size: 27px;
    line-height: 32px;
  }
}

p {
  margin: 0 0 1rem 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
  font-size: 20px;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow: auto;
  padding: 1rem;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 20px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.boilerplate {
  color: #797979;
  font-size: 12px;
  line-height: 16px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: white; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #797979;
  border: 0;
  height: 1px;
  margin-bottom: 1rem;
}

ul, ol {
  margin: 0 0 0.5rem 1rem;
  padding-inline-start: 1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

dt {
  font-weight: 500;
}

dd {
  margin: 0 0.5rem 0.5rem;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  width: 100%;
}

figure {
  margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1em;
  width: 100%;
}
table.cart td,
table.cart th {
  padding: 5px;
}
table th {
  font-weight: 500;
  text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 12px;
  background: #666;
  color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 18px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  background: #F5333F;
  cursor: pointer;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

textarea {
  width: 100%;
}

.login-username label,
.login-password label,
.login-remember label {
  display: block;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: inherit;
}

.search-form {
  margin: 0 0 27px;
}

.site-main .gform_wrapper {
  font-size: 22px;
  line-height: 27px;
  margin: 0 0 19px 0;
}
.site-main .gform_wrapper img.gform_ajax_spinner {
  width: auto !important;
}
.site-main .gform_wrapper .top_label div.ginput_container {
  margin-top: 2px;
}
.site-main .gform_wrapper .gsection .gfield_label,
.site-main .gform_wrapper h2.gsection_title,
.site-main .gform_wrapper h3.gform_title,
.site-main .gform_wrapper label.gfield_label,
.site-main .gform_wrapper legend.gfield_label {
  font-weight: 500;
}
.site-main .gform_wrapper .gfield_required {
  color: #F5333F;
}
.site-main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.site-main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 2px 0 0px 1px;
}
.site-main .gform_wrapper .field_description_below .gfield_description {
  padding-top: 2px;
}
.site-main .gform_wrapper ul li.gfield {
  margin-top: 19px;
  padding-top: 0;
}
.site-main .gform_wrapper ul li.gfield:first-child {
  margin-top: 0;
}
.site-main .gform_wrapper ul li .field_description_below div.ginput_container_checkbox,
.site-main .gform_wrapper ul li .field_description_below div.ginput_container_radio {
  margin-top: 2px;
  margin-bottom: 0;
}
.site-main .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.site-main .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.site-main .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -6px;
}
.site-main .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.site-main .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.site-main .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.site-main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.site-main .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.site-main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: inherit;
}

#bbox-msg-wrapper > img {
  width: auto !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #F5333F;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
a.button {
  background: #666;
  border-radius: 12px;
  border-bottom: none !important;
  padding: 4px 18px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: none;
  font-size: 12px;
  line-height: 16px;
  color: white;
}
@media (min-width: 1024px) {
  a.button {
    font-size: 16px;
    line-height: 19px;
  }
}
a.button:hover, a.button:active {
  background: #F5333F;
}
a.button:focus {
  outline: 0;
}
a.button.big {
  font-size: 16px;
  line-height: 19px;
  padding: 8px 18px;
  border-radius: 21px;
}
@media (min-width: 1024px) {
  a.button.big {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .slideshow a.button {
    background: white;
    color: black;
  }
  .slideshow a.button:hover {
    background: #F5333F;
    color: white;
  }
}

.archive_link,
.nav-previous,
.nav-next {
  font-weight: 500;
  border-top: solid 1px black;
  width: 46.359223%;
  font-size: 16px;
  line-height: 19px;
  padding: 4px 0;
}
@media (min-width: 1024px) {
  .archive_link,
.nav-previous,
.nav-next {
    width: 22.815534%;
  }
}
.archive_link a,
.nav-previous a,
.nav-next a {
  border-bottom: none !important;
  text-decoration: none;
  color: #797979;
}
.archive_link a:hover, .archive_link a:active,
.nav-previous a:hover,
.nav-previous a:active,
.nav-next a:hover,
.nav-next a:active {
  color: #F5333F;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
  text-align: right;
}

.archive_link {
  float: right;
  clear: both;
  margin-left: auto;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation button {
  background: transparent;
  border: none;
  border-radius: 0;
  float: right;
  margin: 0;
  text-transform: uppercase;
  text-indent: -99em;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 28px;
  height: 23px;
  z-index: 99;
  position: absolute;
}
.main-navigation button.menu-toggle {
  top: 16px;
  right: 0px;
}
.main-navigation button.menu-toggle:after, .main-navigation button.menu-toggle:before {
  content: "";
  background: white;
  height: 3px;
  position: absolute;
  left: 0px;
  width: 28px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.main-navigation button.menu-toggle:before {
  top: 2px;
}
.main-navigation button.menu-toggle:after {
  bottom: 2px;
}
.main-navigation button.menu-toggle > span {
  display: block;
}
.main-navigation button.menu-toggle > span:after {
  content: "";
  background: white;
  height: 3px;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 28px;
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.main-navigation button.search-toggle {
  background-repeat: no-repeat;
  top: 16px;
  right: 40px;
}
.main-navigation button.search-toggle:after, .main-navigation button.search-toggle:before {
  content: "";
  background: white;
  height: 3px;
  position: absolute;
  left: 0px;
  width: 28px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.main-navigation button.search-toggle:before {
  top: 0px;
  background: transparent;
  border: 3px solid white;
  height: 16px;
  width: 16px;
  border-radius: 8px;
}
.main-navigation button.search-toggle:after {
  bottom: 4px;
  transform: rotate(45deg);
  left: 10px;
  height: 3px;
  width: 14px;
}
.main-navigation button:hover {
  cursor: pointer;
}
.main-navigation button:focus {
  outline: none;
}
.main-navigation.toggled .menu-primary-menu-container {
  transform: translateY(0%);
}
.main-navigation.toggled > .search-toggle {
  z-index: 96;
}
.main-navigation.toggled > .menu-toggle:before, .main-navigation.toggled > .menu-toggle:after {
  background: #F5333F;
}
.main-navigation.toggled > .menu-toggle:before {
  top: 10px;
  transform: rotate(45deg);
}
.main-navigation.toggled > .menu-toggle:after {
  bottom: 10px;
  transform: rotate(-45deg);
}
.main-navigation.toggled > .menu-toggle > span:after {
  opacity: 0;
}
.main-navigation .menu-primary-menu-container {
  will-change: transform;
  transition: transform 200ms ease-in;
  transform: translateY(-100%);
  background: white;
  position: fixed;
  top: 0;
  height: 100vh;
  right: 0;
  width: 100%;
  z-index: 98;
}
@media (min-width: 568px) {
  .main-navigation .menu-primary-menu-container {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .main-navigation .menu-primary-menu-container {
    width: 40%;
  }
}
.main-navigation .menu-primary-menu-container > ul {
  list-style: none;
  font-size: 20px;
  line-height: 27px;
  margin: 32px 32px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .main-navigation .menu-primary-menu-container > ul {
    margin: 96px 32px;
  }
}
.main-navigation .menu-primary-menu-container > ul > li {
  position: relative;
  padding: 0 0 0 32px;
  text-transform: lowercase;
  font-weight: 500;
}
.main-navigation .menu-primary-menu-container > ul > li.search {
  margin-top: 12px;
}
.main-navigation .menu-primary-menu-container > ul > li.collapser:before, .main-navigation .menu-primary-menu-container > ul > li.collapser:after {
  content: "";
  background-color: #666;
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 2px;
  pointer-events: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.main-navigation .menu-primary-menu-container > ul > li.collapser:after {
  transform: rotate(90deg);
}
.main-navigation .menu-primary-menu-container > ul > li.collapser.open:before, .main-navigation .menu-primary-menu-container > ul > li.collapser.open:after {
  background-color: #F5333F;
}
.main-navigation .menu-primary-menu-container > ul > li.collapser.open:after {
  width: 2px;
  left: 9px;
}
.main-navigation .menu-primary-menu-container > ul > li.collapser.open > a {
  color: #F5333F;
}
.main-navigation .menu-primary-menu-container > ul > li.collapser.open > ul {
  display: block;
}
.main-navigation .menu-primary-menu-container > ul > li a {
  color: #666;
}
.main-navigation .menu-primary-menu-container > ul > li a:hover, .main-navigation .menu-primary-menu-container > ul > li a:active {
  color: #F5333F;
}
.main-navigation .menu-primary-menu-container > ul > li li {
  padding: 0 0 0 20px;
  text-transform: none;
  font-weight: 400;
}
.main-navigation .menu-primary-menu-container > ul > li > ul {
  display: none;
}
.main-navigation .menu-primary-menu-container > ul ul {
  margin: 0;
  padding: 0;
}
.main-navigation .menu-primary-menu-container > ul ul li:hover > ul, .main-navigation .menu-primary-menu-container > ul ul li.focus > ul {
  left: 100%;
}
.main-navigation .menu-primary-menu-container > ul li:hover > ul,
.main-navigation .menu-primary-menu-container > ul li.focus > ul {
  left: auto;
}
.main-navigation .menu-primary-menu-container li {
  display: block;
  position: relative;
}
.main-navigation .menu-primary-menu-container a {
  display: block;
  text-decoration: none;
  margin-left: -32px;
  padding-left: 32px;
}
.main-navigation .menu-primary-menu-container a:focus {
  outline: none;
}
.main-navigation .menu-primary-menu-container .search input[type=text] {
  width: 100px;
  display: inline-block;
  background: transparent;
  font-size: 19px;
  font-weight: 500;
  padding: 0;
}
.main-navigation .menu-primary-menu-container .search input:focus {
  outline: none;
}

#masthead.search_toggled .search-toggle {
  z-index: 100;
}
#masthead.search_toggled .search-toggle:before {
  top: 10px;
  background: #F5333F;
  border: none;
  height: 3px;
  width: 28px;
  border-radius: 0;
  transform: rotate(-45deg);
}
#masthead.search_toggled .search-toggle:after {
  background: #F5333F;
  bottom: 10px;
  transform: rotate(45deg);
  left: 0px;
  height: 3px;
  width: 28px;
}
#masthead.search_toggled .site-search {
  transform: translateY(0%);
  z-index: 99;
}

.site-search {
  will-change: transform;
  transition: transform 200ms ease-in;
  transform: translateY(-100%);
  padding: 64px 48px 32px;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 97;
}
@media (min-width: 568px) {
  .site-search {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .site-search {
    width: 40%;
  }
}
.site-search .search input[type=text] {
  width: 100px;
  display: inline-block;
  background: transparent;
  font-size: 19px;
  font-weight: 500;
  padding: 0;
}
.site-search .search input:focus {
  outline: none;
}

.secondary-navigation {
  display: none;
  float: right;
  font-size: 20px;
  text-transform: lowercase;
  margin: 14px 72px 0 0;
}
@media (min-width: 768px) {
  .secondary-navigation {
    display: block;
  }
}
@media (min-width: 1024px) {
  .secondary-navigation {
    margin: 14px 80px 0 0;
  }
}
.secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-navigation ul li {
  display: inline-block;
}
.secondary-navigation ul li a {
  color: white;
  margin: 15px 8px;
  padding: 1px 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .secondary-navigation ul li a {
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .secondary-navigation ul li a {
    margin: 15px 16px;
  }
}
.secondary-navigation ul li a:hover, .secondary-navigation ul li a:active {
  border-bottom: 1px white solid;
}
.secondary-navigation ul li.current_menu_item a, .secondary-navigation ul li.current_page_item a, .secondary-navigation ul li.current-page-ancestor a {
  border-bottom: 1px white solid;
}

.chinati_more_posts {
  margin: 0 0 27px;
  padding: 19px 0 0 0;
  overflow: hidden;
  border-top: solid 1px black;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.chinati_more_posts a {
  color: #797979;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 0 0 10px;
}
.chinati_more_posts a:hover {
  color: #F5333F;
}
.chinati_more_posts a:after {
  content: "";
  height: 10px;
  width: 1px;
  background: black;
  position: absolute;
  top: 4px;
  right: 0;
}
.chinati_more_posts a:last-child:after {
  display: none;
}

.footer-navigation {
  clear: left;
  float: left;
  text-transform: lowercase;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .footer-navigation {
    clear: none;
    float: right;
    width: 36.62378617%;
    margin-top: 0;
  }
}
.footer-navigation ul.menu {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  /*  //changed to right column only
  columns: 2;
  column-gap: 1rem;
  */
}
@media (min-width: 568px) {
  .footer-navigation ul.menu {
    width: 55.04%;
  }
}
.footer-navigation ul.menu li {
  margin: 0 0 0 0;
  display: inline-block;
  width: 100%;
}
.footer-navigation ul.menu li a {
  color: #797979;
  text-decoration: none;
}
.footer-navigation ul.menu li a:hover, .footer-navigation ul.menu li a:active {
  color: #F5333F;
}
.footer-navigation .social {
  margin: 16px 0 0 0;
}
@media (min-width: 568px) {
  .footer-navigation .social {
    margin: 0;
    float: right;
    width: 44.96%;
  }
}
.footer-navigation .social a {
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.footer-navigation .social a.twitter {
  background-image: url("img/social-twitter.svg");
}
.footer-navigation .social a.twitter:hover {
  background-image: url("img/social-twitter-red.svg");
}
.footer-navigation .social a.facebook {
  background-image: url("img/social-facebook.svg");
}
.footer-navigation .social a.facebook:hover {
  background-image: url("img/social-facebook-red.svg");
}
.footer-navigation .social a.insta {
  background-image: url("img/social-instagram.svg");
}
.footer-navigation .social a.insta:hover {
  background-image: url("img/social-instagram-red.svg");
}
.footer-navigation .social a.vimeo {
  background-image: url("img/social-vimeo.svg");
}
.footer-navigation .social a.vimeo:hover {
  background-image: url("img/social-vimeo-red.svg");
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/*
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 27px;
  overflow: hidden;
}

/* Master Plan Menu */
ul#master-plan-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#master-plan-menu li {
  margin-bottom: 19px;
}
ul#master-plan-menu li a {
  color: #797979;
}
ul#master-plan-menu li a:hover, ul#master-plan-menu li a:active {
  color: #F5333F;
}
ul#master-plan-menu .current-menu-item a {
  border-bottom: none;
  color: black;
}

.continue {
  display: block;
  position: relative;
  margin: 64px 0;
  padding: 19px 0 0 0;
}
.continue:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
}
.continue a {
  color: #797979;
  display: inline-block;
}

.pagination {
  clear: both;
  border-top: solid 1px black;
  margin: 19px 0;
  padding: 19px 0 0;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links > a,
.pagination .nav-links > span {
  display: inline-block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #F9F7E3;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.wrap {
  margin: 0 16px;
  position: relative;
  width: calc(100% - 32px);
}
.wrap.entry-archive {
  margin: 54px 16px 0;
}
@media (min-width: 768px) {
  .wrap.entry-archive {
    margin: 54px auto 0;
  }
}
@media (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    max-width: 966px;
    width: 80.46875%;
  }
}

.site-header {
  background-color: #666;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.site-header a:focus {
  outline: none;
}
.site-header.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.site-header.headroom--pinned {
  transform: translateY(0%);
}
.site-header.headroom--unpinned {
  transform: translateY(-100%);
}
.site-header.headroom--unpinned.nav-toggled {
  transform: translateY(0%);
}
.site-header .site-branding {
  float: left;
  position: relative;
}
.site-header .site-branding .site-title {
  margin: 16px 0;
}
.site-header .site-branding .site-title > a {
  background: url("img/chinati-logo.svg") no-repeat;
  display: block;
  width: 132px;
  height: 22px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.site-footer {
  color: #797979;
  font-size: 16px;
  line-height: 22px;
}
.site-footer > .wrap {
  border-top: 1px solid #000;
  padding: 16px 0 24px;
}
.site-footer .site-title {
  background: url("img/chinati-footer-logo.svg") no-repeat;
  display: block;
  float: left;
  margin: 0;
  width: 130px;
  height: 130px;
  position: relative;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.site-footer .site-info {
  float: left;
  clear: left;
  margin: 16px 0 0;
}
@media (min-width: 568px) {
  .site-footer .site-info {
    clear: none;
    margin: 0 0 16px 16px;
  }
}
.site-footer .site-info .org {
  font-weight: 500;
}
.site-footer .site-info abbr {
  text-decoration: none;
}
.site-footer .site-info .copy,
.site-footer .site-info .tinylinks {
  display: block;
  font-size: 12px;
  line-height: 19px;
}
.site-footer .site-info a {
  color: #797979;
  text-decoration: none;
}
.site-footer .site-info a:hover, .site-footer .site-info a:active {
  color: #F5333F;
}
.site-footer .ctct-form-wrapper {
  margin: 16px 0px 0px 0px;
  clear: both;
  float: left;
  width: 100%;
}
@media (min-width: 568px) {
  .site-footer .ctct-form-wrapper {
    margin: 0 0 10px 0;
    clear: none;
    float: none;
    width: auto;
  }
}
.site-footer .ctct-form-wrapper .ctct-message {
  padding: 5px 8px;
}
.site-footer .ctct-form-wrapper .ctct-form abbr {
  display: none;
}
.site-footer .ctct-form-wrapper .ctct-form-field {
  margin: 0;
}
.site-footer .ctct-form-wrapper .ctct-form-description p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.site-footer .ctct-form-wrapper .ctct-form-description + .ctct-button {
  display: none;
}
.site-footer .ctct-form-wrapper input {
  border-radius: 0;
}
.site-footer .ctct-form-wrapper input[type=email] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #797979;
  max-width: 100%;
  font-size: 12px;
}
.site-footer .ctct-form-wrapper input[type=submit] {
  background: transparent;
  border: none;
  color: #797979;
  padding: 0;
  font-size: 12px;
  text-align: left;
}
.site-footer .ctct-form-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 2px 0px;
}
.site-footer .ctct-form-wrapper .ctct-disclosure {
  display: none;
}
.site-footer .gform_wrapper {
  margin: 16px 0px 0px 0px;
  clear: both;
  float: left;
  width: 100%;
}
@media (min-width: 568px) {
  .site-footer .gform_wrapper {
    margin: 0 0 10px 0;
    clear: none;
    float: none;
    width: auto;
  }
}
.site-footer .gform_wrapper form .gform_heading {
  margin: 0;
}
.site-footer .gform_wrapper form .gform_heading .gform_description {
  width: 100%;
  margin-bottom: 0;
}
.site-footer .gform_wrapper form .gfield_required {
  display: none;
}
.site-footer .gform_wrapper form ul.gform_fields {
  width: 100%;
}
.site-footer .gform_wrapper form ul.gform_fields li.gfield {
  padding: 0;
  margin: 0;
  width: 100%;
}
.site-footer .gform_wrapper form label,
.site-footer .gform_wrapper form label.gfield_label,
.site-footer .gform_wrapper form legend.gfield_label {
  font-size: 12px;
  font-weight: 400;
}
.site-footer .gform_wrapper form input {
  border-radius: 0;
}
.site-footer .gform_wrapper form input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #797979;
  max-width: 100%;
  font-size: 12px;
}
.site-footer .gform_wrapper form input[type=submit] {
  background: transparent;
  border: none;
  color: #797979;
  padding: 0;
  font-size: 12px;
  text-align: left;
}
.site-footer .gform_wrapper form .top_label div.ginput_container {
  margin: 0;
}
.site-footer .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 2px 0px;
}
.site-footer .gform_wrapper form div.validation_error {
  color: #790000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 8px 0;
  clear: both;
  width: 100%;
  text-align: left;
  line-height: 1;
}
.site-footer .gform_wrapper form.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%;
}
.site-footer .gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.site-footer .gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
.site-footer .gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-right: 0;
}
.site-footer .gform_wrapper form .field_description_below .gfield_description {
  padding-top: 0;
}
.site-footer .gform_wrapper form .validation_message {
  color: #790000;
  font-weight: 400;
  letter-spacing: normal;
}
.site-footer .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}

.grecaptcha-badge {
  visibility: collapse !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}
.post.post-password-required,
.page.post-password-required {
  margin: 0 auto;
}
.post.post-password-required > .wrap,
.page.post-password-required > .wrap {
  padding: 6rem 0 2rem;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 0;
}

.entry-content {
  margin: 88px 0 0 0;
}
.slideshow + .entry-content, .entry-content.artist {
  margin: 0;
}
.entry-header + .entry-content, .entry-header + .image-info-container + .entry-content {
  margin: 0 0 88px 0;
}
.exhibition .entry-header + .entry-content, .exhibition .entry-header + .image-info-container + .entry-content {
  padding: 80vh 0 0 0;
}
.entry-content .entry-meta {
  margin: 32px 0 18px 0;
  color: #797979;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .entry-content .entry-meta {
    width: 70%;
  }
}
.entry-content .entry-meta p {
  margin: 0;
}
.entry-content .entry-meta dt {
  clear: left;
  display: block;
}
.entry-content .entry-meta dd {
  display: block;
  margin: 0 0 10px 0;
}
.entry-content figcaption {
  color: #797979;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 5px 0 8px 0;
}
.entry-content a {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page_header {
  max-height: 100vh;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.exhibition .page_header, .page .page_header {
  height: 80vh;
}
.page-collection .page_header {
  height: 100vh;
}
.single-artist .page_header, .page-collection .page_header, .single-exhibition .page_header {
  position: absolute;
}
.page_header figure {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.related_posts {
  margin: 32px 0 0 0;
}

.post-archive {
  margin-top: 88px;
}

.post-archive,
.related_posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-archive > div,
.related_posts > div {
  border-top: solid 1px black;
  margin: 12px 0;
  padding: 6px 0 0 0;
  width: 100%;
}
@media (min-width: 568px) {
  .post-archive > div,
.related_posts > div {
    width: 46.359223%;
    margin: 12px 7.28% 12px 0;
  }
  .post-archive > div:nth-child(2n),
.related_posts > div:nth-child(2n) {
    margin: 12px 0;
  }
}
@media (min-width: 1024px) {
  .post-archive > div,
.related_posts > div {
    margin: 12px 2.91% 12px 0;
    padding: 6px 0 0 0;
    width: 22.815534%;
  }
  .post-archive > div:nth-child(2n),
.related_posts > div:nth-child(2n) {
    margin: 12px 2.91% 12px 0;
  }
  .post-archive > div:nth-child(4n),
.related_posts > div:nth-child(4n) {
    margin: 12px 0;
  }
}
.post-archive > div .image .post-thumbnail,
.related_posts > div .image .post-thumbnail {
  margin-bottom: 10px;
  display: block;
}
.post-archive > div .image .post-thumbnail img,
.related_posts > div .image .post-thumbnail img {
  display: block;
}
.post-archive > div h2,
.related_posts > div h2 {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}
.post-archive > div h3,
.related_posts > div h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
  color: #797979;
}
.post-archive > div a,
.related_posts > div a {
  border-bottom: none;
  text-decoration: none;
}
.post-archive > div .excerpt,
.related_posts > div .excerpt {
  margin-top: 10px;
}
.post-archive > div .excerpt,
.post-archive > div .ex_meta,
.related_posts > div .excerpt,
.related_posts > div .ex_meta {
  font-size: 16px;
  line-height: 19px;
}
.post-archive > div .entry-meta,
.related_posts > div .entry-meta {
  color: #797979;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.post-archive > div .entry-meta .posted-on,
.related_posts > div .entry-meta .posted-on {
  display: block;
}
.post-archive > div .entry-meta a,
.related_posts > div .entry-meta a {
  color: #797979;
}

.collection_list {
  margin-top: 88px;
  min-height: calc(100vh - 88px);
  /*	
  	.collection_intro {
  		color: white;

  		font-size: $text_size_s;
  		line-height: $line_height_s;

  		margin: 0 0 $line_height_m 0;


  		@include breakpoint("iPhoneL") {
  			width: 42%;
  			margin: 0 14% 0 0;
  			float: left;

  		}

  		@include breakpoint("tabletL") {
  			font-size: $text_size_l;
  			line-height: 37px;//$line_height_l;
  		}

  	}
  */
}
.collection_list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*
  @include breakpoint("iPhoneL") {
  		width: 44%;
  		margin: 0;
  		float: right;	
  }*/
}
.collection_list > ul li {
  font-size: 22px;
  line-height: 27px;
  float: left;
  width: 100%;
}
@media (min-width: 568px) {
  .collection_list > ul li {
    width: 32%;
    margin: 0 3% 0 0;
  }
  .collection_list > ul li:nth-child(2n) {
    width: 65%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .collection_list > ul li {
    font-size: 27px;
    line-height: 32px;
  }
}
.collection_list > ul li a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 0 0 0px 0;
  border-bottom: solid 1px transparent;
  color: white;
}
.collection_list > ul li a:hover, .collection_list > ul li a:active {
  border-bottom: solid 1px white;
  color: white;
}

.artist_index {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 88px;
  position: absolute;
  top: 0;
  width: 100%;
}
.artist_index h1 {
  color: white;
  font-size: 27px;
  line-height: 32px;
  margin: 0;
}
.artist_index ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.artist_index ul li {
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .artist_index ul li {
    font-size: 27px;
    line-height: 32px;
  }
}
.artist_index ul li a {
  border-bottom: none;
  color: white;
  text-decoration: none;
}
.artist_index ul li a:focus, .artist_index ul li a:active, .artist_index ul li a:visited, .artist_index ul li a:hover {
  color: white;
}
.artist_index ul li a:hover, .artist_index ul li a:active {
  text-decoration: underline;
}

.artist_works .blocks {
  padding-bottom: 22px;
  margin-bottom: 18px;
  border-bottom: solid 1px black;
}
.artist_works .blocks h1 {
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  margin: 0;
}
.artist_works .blocks h2 {
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
}
.artist_works .wrap:last-child .blocks {
  margin-bottom: 0;
  border-bottom: none;
}
.artist_works .description {
  font-size: 22px;
  line-height: 27px;
}
.artist_works .artist_gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.artist_works .artist_gallery > div > div,
.artist_works .artist_gallery > div > figure {
  margin: 0 0 19px 0;
}
.artist_works .artist_gallery .half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.artist_works .artist_gallery .half > div,
.artist_works .artist_gallery .half > figure {
  width: 47.643979%;
  margin: 0 4.712042% 19px 0;
}
.artist_works .artist_gallery .half > div:nth-child(2n),
.artist_works .artist_gallery .half > figure:nth-child(2n) {
  margin: 0 0 19px 0;
}
.artist_works .artist_gallery img {
  display: block;
}

dl.related_reading {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #797979;
  font-size: 16px;
  line-height: 19px;
}
dl.related_reading dt {
  font-weight: 400;
}
dl.related_reading dd {
  margin: 0;
}
dl.related_reading dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl.related_reading a {
  border-bottom: none;
}
dl.related_reading a:hover, dl.related_reading a:active {
  color: #F5333F;
}

@media (min-width: 768px) {
  .long-form .long-form-menu {
    float: right;
    margin-top: 32px;
    width: 46.359223%;
  }
  .long-form .long-form-menu #master-plan-menu.pinned {
    position: fixed;
    top: 88px;
  }
}
.long-form .long-form-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .long-form .long-form-content {
    float: left;
    margin-top: 32px;
    width: 46.359223%;
  }
}
.long-form .long-form-content .wp-block-image {
  overflow: auto;
}
@media (min-width: 768px) {
  .long-form .long-form-content .wp-block-image {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .long-form .long-form-content figure.aligncenter {
    width: 215.7068076831%;
  }
  .long-form .long-form-content figure.aligncenter figcaption {
    margin-left: 53.63%;
  }
}
.long-form .long-form-content figure.alignright {
  margin-left: 0;
}
@media (min-width: 768px) {
  .long-form .long-form-content figure.alignright {
    float: right;
    margin-right: -115.7%;
    width: 100%;
  }
}

.blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blocks .block {
  display: block;
  margin-top: 24px;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .blocks .block {
    margin-top: 32px;
    width: 46.359223%;
  }
}
.blocks .block.col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .blocks .block.force_right {
    margin-left: 53.640777%;
  }
}
@media (min-width: 768px) {
  .blocks .block.pad_wide {
    margin-right: 53.63%;
  }
}
.blocks .block .video_wrapper {
  position: relative;
  padding: 0 0 56.25%; /* 16:9 */
  height: 0;
}
.blocks .block .video_wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocks .block.membership_level {
  border-top: solid 1px black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.blocks .block.membership_level:last-child {
  margin-bottom: 32px;
}
.blocks .block.membership_level > .block p {
  margin: 0;
}
.blocks .block.membership_level .level:hover {
  cursor: pointer;
}
.blocks .block.membership_level h3 {
  color: #F5333F;
  font-weight: 500;
}
.blocks .block.membership_level h3 a {
  color: #F5333F;
  text-decoration: none;
}
.blocks .block.membership_level .deductible {
  color: #797979;
  font-style: italic;
}
.blocks .basic_text {
  font-size: 22px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .blocks .basic_text {
    font-size: 27px;
    line-height: 32px;
  }
}
.blocks .basic_text.smaller {
  font-size: 16px;
  line-height: 19px;
}
.blocks .two_col_text {
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 568px) {
  .blocks .two_col_text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blocks .two_col_text .col {
    width: 45.79%;
  }
}
.blocks .collapse_panel .collapse_panel_header {
  border-top: solid 1px black;
  padding: 4px 0 0 0;
  position: relative;
  transition: all 500ms ease-in-out;
}
.blocks .collapse_panel .collapse_panel_header:hover {
  cursor: pointer;
}
.blocks .collapse_panel .collapse_panel_header:before, .blocks .collapse_panel .collapse_panel_header:after {
  content: "";
  width: 22px;
  height: 2px;
  background: black;
  position: absolute;
  right: 0;
  top: 60%;
  transition: all 500ms ease-in-out;
}
.blocks .collapse_panel .collapse_panel_header:before {
  transform: rotate(90deg);
}
.blocks .collapse_panel .collapse_panel_header h2 {
  color: #797979;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 6px;
}
.blocks .collapse_panel .collapse_panel_header h2:hover {
  color: #F5333F;
}
.blocks .collapse_panel .collapse_panel_header.expanded h2 {
  color: #F5333F;
}
.blocks .collapse_panel .collapse_panel_header.expanded h2:hover {
  color: #F5333F;
}
.blocks .collapse_panel .collapse_panel_header.expanded:before {
  width: 2px;
  right: 10px;
}
.blocks .collapse_panel .collapse_panel_header.expanded:after {
  background: #F5333F;
}
.blocks .collapse_panel .collapse_panel_text {
  display: none;
  padding: 6px 0 0 0;
}

.featured_page_blocks_large {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.featured_page_blocks_large a.featured_page {
  border-bottom: none;
  color: #797979;
  display: block;
  margin-top: 24px;
  text-decoration: none;
}
@media (min-width: 568px) {
  .featured_page_blocks_large a.featured_page {
    margin-top: 32px;
    width: 46.359223%;
  }
}
.featured_page_blocks_large a.featured_page img {
  display: block;
}
.featured_page_blocks_large a.featured_page:hover img {
  opacity: 0.8;
}
.featured_page_blocks_large a.featured_page:hover h3 {
  color: #F5333F;
}
.featured_page_blocks_large a.featured_page span {
  display: inline-block;
  background-color: black;
  margin: 0 0 8px 0;
}
.featured_page_blocks_large a.featured_page h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  margin: 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .featured_page_blocks_large a.featured_page h3 {
    font-size: 27px;
    line-height: 32px;
  }
}

.archive h1.page-title {
  font-size: 22px;
  line-height: 27px;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .archive h1.page-title {
    font-size: 27px;
    line-height: 32px;
  }
}
.archive .post-archive {
  margin-top: 15px;
}

.search-page .search-term {
  color: #F5333F;
}
.search-page .search_result {
  border-top: solid 1px black;
  clear: both;
}
.search-page .search_result .entry-header {
  margin: 10px 0;
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .search-page .search_result .entry-header {
    float: left;
    margin: 10px auto 10px 0;
    padding: 10px 0 0 0;
    width: 46.359223%;
  }
}
.search-page .search_result .entry-header h2 {
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .search-page .search_result .entry-header h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .search-page .search_result .entry-summary {
    float: right;
    margin: 10px 0 10px auto;
    padding: 10px 0 0 0;
    width: 46.359223%;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.map-container #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 18px;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 12px 0;
}

.wp-caption-text {
  text-align: left;
  color: #797979;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.slideshow {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slideshow {
    height: 100vh;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .exhibition .slideshow {
    height: 80vh;
  }
}
.slideshow > .slides > .slide {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 50vh;
}
@media (min-width: 768px) {
  .slideshow > .slides > .slide {
    height: 100vh;
    position: relative;
  }
}
.slideshow > .slides > .slide > .image {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slideshow > .slides > .slide > .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.slideshow > .slides > .slide > .embed-container.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  padding-bottom: 0;
}
.slideshow > .slides > .slide > .embed-container.video iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow > .slides > .slide > .embed-container iframe,
.slideshow > .slides > .slide > .embed-container object,
.slideshow > .slides > .slide > .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow > .slide-info-container {
  width: 100%;
  margin-top: 19px;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .slideshow > .slide-info-container {
    height: 100vh;
    position: absolute;
    top: 88px;
    margin-top: 0;
    z-index: 999;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 22px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .slideshow > .slide-info-container {
    font-size: 27px;
    line-height: 32px;
    height: 75vh;
  }
}
@media (min-width: 1024px) {
  .slideshow > .slide-info-container .slide-info {
    width: 46.359223%;
  }
}
.slideshow > .slide-info-container .slide-info h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin: 0;
}
.slideshow > .slide-info-container .slide-info h2.display-title {
  font-weight: 400;
}
.slideshow > .slide-info-container .slide-info h2.display-title p {
  margin: 0;
}
@media (min-width: 768px) {
  .slideshow > .slide-info-container .slide-info h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .slideshow > .slide-info-container .slide-info h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
.slideshow > .slide-info-container .slide-info p {
  margin: 0 0 0.5rem 0;
}
.slideshow > .slide-info-container .cycle-pager {
  margin: 6px 0 0 0;
}
.slideshow > .slide-info-container .cycle-pager span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border: solid 2px #797979;
  border-radius: 5px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.slideshow > .slide-info-container .cycle-pager span:hover {
  cursor: pointer;
}
.slideshow > .slide-info-container .cycle-pager span.cycle-pager-active {
  background: #797979;
}
@media (min-width: 768px) {
  .slideshow > .slide-info-container .cycle-pager span {
    border: solid 2px white;
  }
  .slideshow > .slide-info-container .cycle-pager span.cycle-pager-active {
    background: white;
  }
}

.image-info-container {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 88px;
  z-index: 999;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 22px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .image-info-container {
    font-size: 27px;
    line-height: 32px;
    top: 15%;
    height: 75vh;
  }
}
@media (min-width: 768px) {
  .image-info-container .image-info {
    width: 46.359223%;
  }
}
.image-info-container .image-info h2 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  margin: 0;
}
.image-info-container .image-info h2.display-title {
  font-weight: 400;
}
.image-info-container .image-info h2.display-title p {
  margin: 0;
}
@media (min-width: 1024px) {
  .image-info-container .image-info h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
.image-info-container .image-info p {
  margin: 0 0 0.5rem 0;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-image > img {
  display: block;
}
.wp-block-image > figcaption {
  margin: 10px 0 0 0;
}

.wp-block-gallery {
  margin: 0;
}
.wp-block-gallery.pull, .wp-block-gallery.alignright {
  max-width: 100%;
  float: none;
}
@media (min-width: 768px) {
  .wp-block-gallery.pull, .wp-block-gallery.alignright {
    float: right;
    margin-right: -115.7%;
  }
}
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 10px 0;
}
.wp-block-gallery .blocks-gallery-item figure {
  display: block;
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
  position: inherit;
  bottom: auto;
  width: 100%;
  max-height: none;
  overflow: inherit;
  padding: 0 0 0 0;
  color: #797979;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  background: none;
  display: block;
  clear: left;
  float: left;
  margin: 5px 0 5px 0;
}

/* fancybox */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*--------------------------------------------------------------
## Calendar
--------------------------------------------------------------*/
/* Default tooltip style */
.qtip-default {
  border: 1px solid black !important;
  background-color: white !important;
  color: black !important;
}

.qtip-default .qtip-titlebar {
  background-color: #F5333F !important;
  color: white;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

#ignitewoo_events_calendar_wrap.fc {
  font-size: inherit;
}
#ignitewoo_events_calendar_wrap.fc .fc-button {
  border: none;
  border-radius: 12px;
  background: #666;
  color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 18px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: none;
}
#ignitewoo_events_calendar_wrap.fc .fc-state-default,
#ignitewoo_events_calendar_wrap.fc .fc-state-default .fc-button-inner,
#ignitewoo_events_calendar_wrap.fc .fc-state-active,
#ignitewoo_events_calendar_wrap.fc .fc-state-active .fc-button-inner {
  background: transparent;
  color: inherit;
  border: none;
}
#ignitewoo_events_calendar_wrap.fc .fc-state-default .fc-button-effect,
#ignitewoo_events_calendar_wrap.fc .fc-state-active .fc-button-effect {
  display: none;
}
#ignitewoo_events_calendar_wrap.fc .fc-button-content {
  height: auto;
  line-height: inherit;
  padding: 0;
}
#ignitewoo_events_calendar_wrap.fc .fc-button-content:hover {
  color: #F5333F !important;
}
#ignitewoo_events_calendar_wrap.fc .fc-view {
  background-color: transparent;
  color: #000;
}
#ignitewoo_events_calendar_wrap.fc .fc-event-skin {
  border: none;
  background: transparent !important;
  color: #000 !important;
}
#ignitewoo_events_calendar_wrap.fc .fc-event-skin:hover {
  color: #F5333F !important;
}
#ignitewoo_events_calendar_wrap.fc .fc-widget-header,
#ignitewoo_events_calendar_wrap.fc .fc-widget-content {
  border: none;
  border: none;
  border-bottom: 1px dotted #797979;
  border-left: 1px dotted #797979;
}
#ignitewoo_events_calendar_wrap.fc .fc-widget-header:first-child,
#ignitewoo_events_calendar_wrap.fc .fc-widget-content:first-child {
  border-left: none;
}
#ignitewoo_events_calendar_wrap.fc .fc-widget-header {
  font-size: 22px;
  line-height: 27px;
}
#ignitewoo_events_calendar_wrap.fc table {
  font-size: 16px;
}
#ignitewoo_events_calendar_wrap.fc table tr:last-child td.fc-widget-content {
  border-bottom: none;
}
#ignitewoo_events_calendar_wrap.fc .fc-corner-right .fc-button-inner,
#ignitewoo_events_calendar_wrap.fc .fc-corner-right .fc-event-inner {
  margin: 0;
  border: 0;
}
#ignitewoo_events_calendar_wrap.fc a {
  border: none;
}
#ignitewoo_events_calendar_wrap.fc a.fc-event {
  background: transparent !important;
  font-size: 12px;
  line-height: 16px;
}
#ignitewoo_events_calendar_wrap.fc .fc-state-highlight {
  background-color: transparent;
  border: solid 2px #F5333F;
}
#ignitewoo_events_calendar_wrap.fc .fc-grid .fc-event-time {
  display: none;
}
#ignitewoo_events_calendar_wrap.fc .fc-grid .fc-day-number {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  padding: 0 8px 0 0;
}
#ignitewoo_events_calendar_wrap.fc .fc-grid .fc-day-content {
  padding: 0px 5px 10px;
}
#ignitewoo_events_calendar_wrap.fc .fc-corner-right,
#ignitewoo_events_calendar_wrap.fc .fc-corner-left {
  margin: 0;
}
#ignitewoo_events_calendar_wrap.fc .fc-event-hori {
  margin-bottom: 0;
}

#calendar_loading {
  background-color: #F5333F;
  border: none;
  color: #FFFFFF;
  display: none;
  font-size: 22px;
  font-weight: 500;
  height: 27px;
  margin: 0px auto;
  opacity: 0.1;
  filter: alpha(opacity=100);
  padding: 5px 5px 12px 5px;
  position: absolute;
  top: 1px;
  width: 200px;
  z-index: 999999;
}

.chinati-weekend .red {
  color: #F5333F;
}
.chinati-weekend .grey {
  color: rgb(177, 178, 179);
}
.chinati-weekend .highlight {
  display: inline-block;
  padding: 0 5px;
  color: white;
  background: black;
}
.chinati-weekend small {
  display: inline-block;
  font-size: 75%;
  line-height: 125%;
}
.chinati-weekend .entry-header {
  position: relative;
}
.chinati-weekend .entry-header #weekend-scroll {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 37px);
  width: 74px;
  height: 84px;
  background-image: url("img/cw_arrow.svg");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.chinati-weekend .entry-header + .entry-content {
  margin: 24px 0;
}
.chinati-weekend h1 {
  font-weight: 600;
  font-size: 41.58px;
  line-height: 34.32px;
  color: #F5333F;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .chinati-weekend h1 {
    font-size: 63px;
    line-height: 52px;
  }
}
.chinati-weekend .entry-content a {
  border-bottom: 1px solid #F5333F;
  text-decoration: none;
}
.chinati-weekend .weekend-banner {
  border-bottom: 1px solid rgb(177, 178, 179);
  margin-bottom: 16px;
}
.chinati-weekend .weekend-banner a {
  border-bottom: none;
}
.chinati-weekend .weekend-content h2 {
  font-weight: 400;
  color: black;
  font-size: 35px;
  line-height: 40px;
  margin: 0;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.chinati-weekend .weekend-content h3 {
  font-weight: 400;
  color: rgb(177, 178, 179);
  font-size: 35px;
  line-height: 40px;
  margin: 0;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-content h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.chinati-weekend .weekend-content .date-time {
  font-weight: 400;
  color: rgb(177, 178, 179);
  margin-bottom: 10px;
  display: block;
  font-size: 35px;
  line-height: 40px;
  margin: 0;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-content .date-time {
    font-size: 35px;
    line-height: 40px;
  }
}
.chinati-weekend .weekend-content .no-break {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
  display: inline-block;
}
.chinati-weekend .weekend-content .feature {
  margin: 16px 0 0 0;
}
.chinati-weekend .weekend-content .feature .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.chinati-weekend .weekend-content .feature .embed-container > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
.chinati-weekend .weekend-content .feature .embed-container > .video iframe {
  width: 100%;
  height: 100%;
  min-width: 100%; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chinati-weekend .weekend-content .event_description {
  font-size: 16px;
  line-height: 22px;
  margin: 16px 0 16px 0;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-content .event_description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-content .event_description {
    column-count: 1;
    column-gap: 40px;
  }
  .chinati-weekend .weekend-content .event_description.split {
    column-count: 1;
    grid-auto-columns: 1fr 1fr;
    display: grid;
    grid-auto-flow: column;
  }
}
.chinati-weekend .made-in-marfa .made-in-marfa-sort {
  font-weight: 600;
  border-top: 1px solid rgb(177, 178, 179);
  border-bottom: 1px solid rgb(177, 178, 179);
  text-transform: uppercase;
  margin: 0 0 16px 0;
  padding: 4px 0;
  font-size: 21.12px;
  line-height: 21.12px;
}
@media (min-width: 768px) {
  .chinati-weekend .made-in-marfa .made-in-marfa-sort {
    font-size: 32px;
    line-height: 32px;
  }
}
.chinati-weekend .made-in-marfa .made-in-marfa-sort a {
  color: rgb(177, 178, 179);
  border: none;
  display: inline-block;
  margin: 0 16px 0 0;
}
.chinati-weekend .made-in-marfa .made-in-marfa-sort a.current {
  color: #F5333F;
}
@media (min-width: 768px) {
  .chinati-weekend .made-in-marfa .participants {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .chinati-weekend .made-in-marfa .participants .participant {
    width: 30%;
    margin: 0 3.33% 15px 0;
  }
}
.chinati-weekend .made-in-marfa .participants .participant.hide {
  display: none;
}
.chinati-weekend .made-in-marfa .participants .participant figure img {
  display: block;
}
.chinati-weekend .made-in-marfa .participants .participant h2 {
  text-transform: uppercase;
  margin: 15px 0 3px 0;
  font-size: 9.9px;
  line-height: 9.9px;
}
@media (min-width: 768px) {
  .chinati-weekend .made-in-marfa .participants .participant h2 {
    font-size: 15px;
    line-height: 15px;
  }
}
.chinati-weekend .made-in-marfa .participants .participant p {
  margin: 0 0 3px 0;
  font-size: 9.9px;
  line-height: 9.9px;
}
@media (min-width: 768px) {
  .chinati-weekend .made-in-marfa .participants .participant p {
    font-size: 15px;
    line-height: 15px;
  }
}
.chinati-weekend .made-in-marfa .participants .participant a {
  display: block;
  color: rgb(177, 178, 179);
  border: none;
  font-size: 9.9px;
  line-height: 9.9px;
}
@media (min-width: 768px) {
  .chinati-weekend .made-in-marfa .participants .participant a {
    font-size: 15px;
    line-height: 15px;
  }
}
.chinati-weekend .weekend-page-links {
  border-top: 1px solid rgb(177, 178, 179);
  border-bottom: 1px solid rgb(177, 178, 179);
  color: black;
  font-weight: 500;
  padding: 8px 0;
  margin: 16px 0 0 0;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-page-links {
    font-size: 19px;
    line-height: 22px;
  }
}
.chinati-weekend .weekend-page-links span:after {
  content: " | ";
}
.chinati-weekend .weekend-page-links span:last-child:after {
  content: "";
}
.chinati-weekend .weekend-schedule {
  margin-bottom: 19px;
  padding-top: 19px;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-schedule {
    margin-bottom: 27px;
  }
}
.chinati-weekend .weekend-schedule h1 {
  margin: 0;
}
.chinati-weekend .weekend-schedule .done {
  opacity: 0.4;
}
.chinati-weekend .weekend-schedule .days {
  padding-top: 19px;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-schedule .days {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-schedule .days .day {
    flex-grow: 1;
    width: 30%;
    margin: 0 3.33% 0 0;
  }
}
.chinati-weekend .weekend-schedule .days .day h2 {
  font-weight: 600;
  color: #F5333F;
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.chinati-weekend .weekend-schedule .days .day h3,
.chinati-weekend .weekend-schedule .days .day h4 {
  font-weight: 500;
  color: rgb(177, 178, 179);
  font-size: 19px;
  line-height: 22px;
  margin: 0;
  text-transform: uppercase;
}
.chinati-weekend .weekend-schedule .days .day h4 {
  color: black;
}
.chinati-weekend .weekend-schedule .days .day .day-content {
  font-size: 19px;
  line-height: 22px;
  /*
  i {
  	font-size: 15px;
  	line-height: 16px;
  }*/
}
.chinati-weekend .weekend-schedule .days .day .day-content p {
  margin: 0;
}
.chinati-weekend .weekend-schedule .days .day .day-content .eleven {
  display: block;
  margin: 0 0 11px 0;
}
.chinati-weekend .weekend-schedule .days .day .day-content .five {
  display: block;
  margin: 0 0 5px 0;
}
.chinati-weekend .weekend-schedule .days .day .day-content .three {
  display: block;
  margin: 0 0 3px 0;
}
.chinati-weekend .weekend-footer {
  border-top: 1px solid black;
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-footer {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-footer > div {
    flex-grow: 1;
    width: 30%;
    margin: 0 3.33% 0 0;
  }
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-footer.cw2022 > div {
    flex-grow: 1;
    width: calc(50% - 40px);
    margin: 0;
  }
}
.chinati-weekend .weekend-footer.cw2022 > div:first-child {
  margin: 0 40px 0 0;
}
.chinati-weekend .weekend-footer .newsletter {
  font-size: 12.54px;
  line-height: 14.52px;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-footer .newsletter {
    font-size: 19px;
    line-height: 22px;
  }
}
.chinati-weekend .weekend-footer .newsletter .ctct-form-wrapper .ctct-form-description + .ctct-button,
.chinati-weekend .weekend-footer .newsletter .ctct-form-wrapper .ctct-disclosure {
  display: none;
}
.chinati-weekend .weekend-footer .newsletter .ctct-form-wrapper .ctct-form-description p {
  margin: 0;
}
.chinati-weekend .weekend-footer .logos {
  position: relative;
}
.cw2022 .chinati-weekend .weekend-footer .logos {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .chinati-weekend .weekend-footer .logos .edu {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.chinati-weekend .weekend-footer .logos img {
  width: auto;
}

/*# sourceMappingURL=style.css.map */
