@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../assets/vendor/codelation/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../assets/vendor/codelation/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../assets/vendor/codelation/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../assets/vendor/codelation/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../assets/vendor/codelation/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../assets/vendor/codelation/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../assets/vendor/codelation/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../assets/vendor/codelation/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../assets/vendor/codelation/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../assets/vendor/codelation/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../assets/vendor/codelation/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../assets/vendor/codelation/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../assets/vendor/codelation/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../assets/vendor/codelation/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../assets/vendor/codelation/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../assets/vendor/codelation/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../assets/vendor/codelation/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../assets/vendor/codelation/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../assets/vendor/codelation/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../assets/vendor/codelation/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../assets/vendor/codelation/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../assets/vendor/codelation/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../assets/vendor/codelation/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../assets/vendor/codelation/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../assets/vendor/codelation/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../assets/vendor/codelation/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../assets/vendor/codelation/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../assets/vendor/codelation/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../assets/vendor/codelation/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../assets/vendor/codelation/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../assets/vendor/codelation/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../assets/vendor/codelation/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../assets/vendor/codelation/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../assets/vendor/codelation/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../assets/vendor/codelation/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../assets/vendor/codelation/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../assets/vendor/codelation/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../assets/vendor/codelation/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../assets/vendor/codelation/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../assets/vendor/codelation/_normalize.scss */
td,
th {
  padding: 0;
}

/* No files to import found in codelation/functions/**\/* */
/* No files to import found in codelation/mixins/**\/* */
/* line 17, ../assets/vendor/codelation/codelation.scss */
html {
  box-sizing: border-box;
}

/* line 22, ../assets/vendor/codelation/codelation.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 4, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  padding-top: 60px;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
body.error404 .content-area > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 42.5%;
  margin-right: 1em;
}
/* line 44, ../assets/vendor/codelation/mixins/has_columns.scss */
body.error404 .content-area > *:not(script):last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 4, ../assets/stylesheets/components/_404.scss */
  body.error404 .content-area {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  body.error404 .content-area > *:not(script) {
    margin-bottom: 1em;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  body.error404 .content-area > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 11, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area .site-main form {
  border-top: 1px solid #ebebec;
  padding-top: 2em;
}
/* line 16, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area .site-main label {
  font-size: 27px;
  font-weight: 400;
  margin-right: 30px;
}
/* line 22, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area .site-main input[type="text"] {
  border: 0;
  border-bottom: 2px solid #3d3e3e;
  font-size: 15px;
  margin-right: 30px;
  max-width: 150px;
  padding-bottom: 5px;
}
/* line 31, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area .site-main input[type="submit"] {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #3d3e3e;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 20px;
}
/* line 41, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area .site-main input[type="submit"]:hover {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #ed1e24;
  color: #fff;
}
/* line 49, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area #sidebar {
  border-left: 1px solid #ebebec;
  max-width: 320px;
  padding-left: 2em;
}
/* line 54, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area #sidebar ul {
  list-style: none;
  padding: 0;
}
/* line 61, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area #sidebar li a {
  display: inline-block;
  margin-bottom: 5px;
}
/* line 67, ../assets/stylesheets/components/_404.scss */
body.error404 .content-area #sidebar form {
  display: none;
}

/* line 3, ../assets/stylesheets/components/_background_screen.scss */
.background-screen {
  background: #575757;
  height: 100%;
  left: 0;
  opacity: 0.8;
  padding: 2em 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 3, ../assets/stylesheets/components/_content_separator.scss */
hr.content-separator {
  background-color: #ebebec;
  border: 0;
  height: 3px;
  margin-bottom: 60px;
  margin-top: 60px;
}

/* line 3, ../assets/stylesheets/components/_custom_select.scss */
.custom-select {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #757575;
  height: 46px;
  position: relative;
  width: 100%;
}
/* line 14, ../assets/stylesheets/components/_custom_select.scss */
.custom-select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 27, ../assets/stylesheets/components/_custom_select.scss */
.custom-select select {
  -webkit-appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 5px 8px 5px 20px;
  width: 130%;
  z-index: 2;
}
/* line 37, ../assets/stylesheets/components/_custom_select.scss */
.custom-select select:focus {
  outline: none;
}

/* line 2, ../assets/stylesheets/components/_datepicker.scss */
.date-selection {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  position: relative;
  text-align: center;
  top: -200px;
}
/* line 10, ../assets/stylesheets/components/_datepicker.scss */
.date-selection h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
  text-shadow: 0px 0px 10px #000;
}
/* line 19, ../assets/stylesheets/components/_datepicker.scss */
.date-selection .datepicker {
  font-size: 16px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 300px;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 35, ../assets/stylesheets/components/_datepicker.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
/* line 50, ../assets/stylesheets/components/_datepicker.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
/* line 56, ../assets/stylesheets/components/_datepicker.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
/* line 62, ../assets/stylesheets/components/_datepicker.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 78, ../assets/stylesheets/components/_datepicker.scss */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
/* line 91, ../assets/stylesheets/components/_datepicker.scss */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 100, ../assets/stylesheets/components/_datepicker.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  /* line 113, ../assets/stylesheets/components/_datepicker.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  /* line 121, ../assets/stylesheets/components/_datepicker.scss */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 128, ../assets/stylesheets/components/_datepicker.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  /* line 134, ../assets/stylesheets/components/_datepicker.scss */
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
/* line 141, ../assets/stylesheets/components/_datepicker.scss */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  /* line 147, ../assets/stylesheets/components/_datepicker.scss */
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  /* line 152, ../assets/stylesheets/components/_datepicker.scss */
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  /* line 163, ../assets/stylesheets/components/_datepicker.scss */
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
/* line 172, ../assets/stylesheets/components/_datepicker.scss */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

/* line 182, ../assets/stylesheets/components/_datepicker.scss */
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  /* line 192, ../assets/stylesheets/components/_datepicker.scss */
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 204, ../assets/stylesheets/components/_datepicker.scss */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
/* line 210, ../assets/stylesheets/components/_datepicker.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 218, ../assets/stylesheets/components/_datepicker.scss */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 225, ../assets/stylesheets/components/_datepicker.scss */
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
/* line 233, ../assets/stylesheets/components/_datepicker.scss */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  /* line 242, ../assets/stylesheets/components/_datepicker.scss */
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
/* line 247, ../assets/stylesheets/components/_datepicker.scss */
.picker__select--month {
  width: 35%;
}

/* line 250, ../assets/stylesheets/components/_datepicker.scss */
.picker__select--year {
  width: 22.5%;
}

/* line 253, ../assets/stylesheets/components/_datepicker.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
/* line 260, ../assets/stylesheets/components/_datepicker.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  /* line 270, ../assets/stylesheets/components/_datepicker.scss */
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
/* line 275, ../assets/stylesheets/components/_datepicker.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 280, ../assets/stylesheets/components/_datepicker.scss */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
/* line 284, ../assets/stylesheets/components/_datepicker.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 289, ../assets/stylesheets/components/_datepicker.scss */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
/* line 293, ../assets/stylesheets/components/_datepicker.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 304, ../assets/stylesheets/components/_datepicker.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

/* line 308, ../assets/stylesheets/components/_datepicker.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 314, ../assets/stylesheets/components/_datepicker.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 326, ../assets/stylesheets/components/_datepicker.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  /* line 337, ../assets/stylesheets/components/_datepicker.scss */
  .picker__table {
    margin-bottom: .75em;
  }
}
/* line 341, ../assets/stylesheets/components/_datepicker.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 348, ../assets/stylesheets/components/_datepicker.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 357, ../assets/stylesheets/components/_datepicker.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
/* line 364, ../assets/stylesheets/components/_datepicker.scss */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

/* line 369, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--today {
  position: relative;
}

/* line 372, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

/* line 382, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 385, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--outfocus {
  color: #dddddd;
}

/* line 388, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 394, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--highlighted {
  border-color: #0089ec;
}

/* line 397, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 403, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

/* line 409, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 417, ../assets/stylesheets/components/_datepicker.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 424, ../assets/stylesheets/components/_datepicker.scss */
.picker__footer {
  text-align: center;
}

/* line 427, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 439, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 447, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

/* line 454, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 461, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 466, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 472, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

/* line 477, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

/* line 485, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 492, ../assets/stylesheets/components/_datepicker.scss */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* line 3, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar-heading {
  font-weight: 500;
  margin-bottom: 55px;
  text-align: center;
}

/* line 9, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar {
  background-color: #f3f3f3;
  padding-bottom: 1.875em;
  position: relative;
}
/* line 14, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  background-color: #ed1e24;
  color: #fff;
  margin-bottom: 2em;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
.events-calendar .events-calendar-header > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 33.33333%;
}
@media (max-width: 767px) {
  /* line 14, ../assets/stylesheets/components/_event_calendar.scss */
  .events-calendar .events-calendar-header {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  .events-calendar .events-calendar-header > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  .events-calendar .events-calendar-header > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 20, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .back {
  background-color: #e01218;
  border-left: 1px solid #db1217;
  max-width: 69px;
}
/* line 25, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .back .back-caret {
  display: block;
  padding: 30px 27px;
}
/* line 29, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .back .back-caret img {
  height: 18px;
  width: 15px;
}
/* line 35, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .back:hover {
  background-color: #c81015;
}
/* line 40, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .month {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 31px;
  font-weight: 300;
  text-align: center;
}
/* line 49, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .forward {
  background-color: #e01218;
  border-left: 1px solid #db1217;
  max-width: 69px;
}
/* line 54, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .forward .forward-caret {
  display: block;
  padding: 30px 27px;
}
/* line 58, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .forward .forward-caret img {
  height: 18px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  width: 15px;
}
/* line 70, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .events-calendar-header .forward:hover {
  background-color: #c81015;
  border-color: #c31015;
}
/* line 77, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .navigate-back,
.events-calendar .navigate-forward {
  background-color: #f3f3f3;
  bottom: 274px;
  display: block;
  padding: 30px 15px;
  position: absolute;
}
/* line 85, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .navigate-back img,
.events-calendar .navigate-forward img {
  height: 24px;
  width: 13px;
}
/* line 90, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .navigate-back:hover,
.events-calendar .navigate-forward:hover {
  background-color: #ebebec;
}
/* line 95, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .navigate-back {
  left: -33px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 105, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .navigate-forward {
  right: -33px;
}
/* line 109, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  column-count: 3;
  margin-left: auto;
  margin-right: auto;
  max-width: 944px;
  overflow: hidden;
  position: relative;
}
/* line 19, ../assets/vendor/codelation/mixins/has_grid.scss */
.events-calendar .calendar-events-grid > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 28.33333%;
  margin-right: 1em;
  margin-top: 1em;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.events-calendar .calendar-events-grid > *:not(script):nth-child(1) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.events-calendar .calendar-events-grid > *:not(script):nth-child(2) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.events-calendar .calendar-events-grid > *:not(script):nth-child(3) {
  margin-top: 0;
}
/* line 48, ../assets/vendor/codelation/mixins/has_grid.scss */
.events-calendar .calendar-events-grid > *:not(script):nth-child(3n) {
  margin-right: 0;
}
/* line 54, ../assets/vendor/codelation/mixins/has_grid.scss */
.events-calendar .calendar-events-grid > *:not(script):empty {
  margin-bottom: 0;
  margin-top: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 64, ../assets/vendor/codelation/mixins/has_grid.scss */
  .events-calendar .calendar-events-grid > *:not(script) {
    margin-bottom: 1em;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  /* line 70, ../assets/vendor/codelation/mixins/has_grid.scss */
  .events-calendar .calendar-events-grid > *:not(script):last-of-type {
    margin-bottom: 0;
  }
  /* line 74, ../assets/vendor/codelation/mixins/has_grid.scss */
  .events-calendar .calendar-events-grid > *:not(script):empty {
    display: none;
  }
}
/* line 117, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition {
  background-color: #ebebec;
  width: 298px;
  position: relative;
}
/* line 122, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition a {
  color: #3d3e3e;
}
/* line 126, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .exhibition-hero {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: url("backgrounds/arrival-at-fresh-water-background.jpg");
  background-size: cover;
  height: 240px;
  padding: 30px;
  position: relative;
  width: 100%;
}
/* line 136, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .exhibition-hero .background-screen {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0.3;
}
/* line 141, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  text-align: center;
  z-index: 9;
}
/* line 152, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .exhibition-content {
  padding: 30px;
}
/* line 156, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .exhibition-date {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 14px;
}
/* line 162, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .exhibition-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 168, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .exhibition-summary {
  font-size: 13px;
  font-weight: light;
}
/* line 172, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .exhibition-summary p {
  margin-bottom: 36px;
}
/* line 177, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .view-exhibition {
  color: #ed1e24;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
/* line 186, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition .view-exhibition:before {
  background-image: url("navigation/navigation-arrow-red.png");
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 7px;
}
/* line 203, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition:hover .exhibition-hero .background-screen {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
/* line 208, ../assets/stylesheets/components/_event_calendar.scss */
.events-calendar .calendar-events-grid .exhibition:hover .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  text-shadow: 5px 5px 5px #3d3e3e;
}

/* line 3, ../assets/stylesheets/components/_flex_slider.scss */
.flexslider .slides img {
  height: auto;
}

/* line 3, ../assets/stylesheets/components/_newsletter_signup.scss */
.newsletter-sign-up-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
/* line 9, ../assets/stylesheets/components/_newsletter_signup.scss */
.newsletter-sign-up-wrapper .newsletter-heading {
  font-size: 27px;
  font-weight: 400;
  margin-right: 30px;
}
/* line 15, ../assets/stylesheets/components/_newsletter_signup.scss */
.newsletter-sign-up-wrapper label {
  display: none;
}
/* line 19, ../assets/stylesheets/components/_newsletter_signup.scss */
.newsletter-sign-up-wrapper p {
  display: inline-block;
}
/* line 22, ../assets/stylesheets/components/_newsletter_signup.scss */
.newsletter-sign-up-wrapper p .text-field,
.newsletter-sign-up-wrapper p .email-field {
  border: 0;
  border-bottom: 2px solid #3d3e3e;
  font-size: 15px;
  margin-right: 30px;
  max-width: 150px;
  padding-bottom: 5px;
}
/* line 33, ../assets/stylesheets/components/_newsletter_signup.scss */
.newsletter-sign-up-wrapper button {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #3d3e3e;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 20px;
}
/* line 43, ../assets/stylesheets/components/_newsletter_signup.scss */
.newsletter-sign-up-wrapper button:hover {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #ed1e24;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 3, ../assets/stylesheets/components/_newsletter_signup.scss */
  .newsletter-sign-up-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  /* line 55, ../assets/stylesheets/components/_newsletter_signup.scss */
  .newsletter-sign-up-wrapper .newsletter-heading {
    display: block;
    margin-bottom: 12px;
  }
  /* line 61, ../assets/stylesheets/components/_newsletter_signup.scss */
  .newsletter-sign-up-wrapper p .text-field,
  .newsletter-sign-up-wrapper p .email-field {
    display: block;
    margin-bottom: 12px;
    max-width: 100%;
    width: 100%;
  }
  /* line 68, ../assets/stylesheets/components/_newsletter_signup.scss */
  .newsletter-sign-up-wrapper p .text-field:last-child,
  .newsletter-sign-up-wrapper p .email-field:last-child {
    margin-bottom: 0;
  }
  /* line 74, ../assets/stylesheets/components/_newsletter_signup.scss */
  .newsletter-sign-up-wrapper button {
    width: 100%;
  }
}

/* line 3, ../assets/stylesheets/components/_page_full.scss */
.page-full {
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
}
/* line 8, ../assets/stylesheets/components/_page_full.scss */
.page-full .page-date {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 17px;
}
/* line 14, ../assets/stylesheets/components/_page_full.scss */
.page-full .page-title,
.page-full h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 34px;
}
/* line 22, ../assets/stylesheets/components/_page_full.scss */
.page-full .page-summary {
  color: #808285;
  font-size: 18px;
  font-weight: 300;
}
/* line 27, ../assets/stylesheets/components/_page_full.scss */
.page-full .page-summary p {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  /* line 3, ../assets/stylesheets/components/_page_full.scss */
  .page-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 3, ../assets/stylesheets/components/_page_hero.scss */
.page-hero {
  background: #3d3e3e url("/wp-content/themes/plains-art-museum/assets/images/backgrounds/header-background-placeholder.jpg");
  background-size: cover;
  margin-bottom: 60px;
  padding-bottom: 160px;
  padding-top: 260px;
  position: relative;
  text-align: center;
  z-index: 0;
}
/* line 13, ../assets/stylesheets/components/_page_hero.scss */
.page-hero h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  margin: 0;
  position: relative;
  text-shadow: 0px 0px 10px #000;
}
/* line 22, ../assets/stylesheets/components/_page_hero.scss */
.page-hero h1,
.page-hero h2 {
  position: relative;
  z-index: 9;
}
/* line 28, ../assets/stylesheets/components/_page_hero.scss */
.page-hero h2.subheading {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  margin-top: 29px;
  position: relative;
  text-shadow: 0px 0px 10px #000;
}
/* line 36, ../assets/stylesheets/components/_page_hero.scss */
.page-hero h2.subheading a {
  color: #fff;
  margin-right: 40px;
  text-decoration: none;
}
/* line 41, ../assets/stylesheets/components/_page_hero.scss */
.page-hero h2.subheading a.current {
  color: #ed1e24;
}
/* line 45, ../assets/stylesheets/components/_page_hero.scss */
.page-hero h2.subheading a:last-child {
  margin-right: 0;
}

/* line 53, ../assets/stylesheets/components/_page_hero.scss */
.post-type-archive-exhibitions .page-hero {
  background: #3d3e3e url("/wp-content/themes/plains-art-museum/assets/images/backgrounds/events-archive-background.jpg");
  background-size: cover;
}

/* line 60, ../assets/stylesheets/components/_page_hero.scss */
.post-type-archive-events .page-hero {
  background: #3d3e3e url("/wp-content/themes/plains-art-museum/assets/images/backgrounds/current-exhibition-background.jpg");
  background-size: cover;
}

/* line 3, ../assets/stylesheets/layout/_content_wrapper.scss */
.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3, ../assets/stylesheets/layout/_footer.scss */
footer {
  background-color: #3d3e3e;
  color: #fff;
  min-height: 75px;
  padding-bottom: 50px;
  padding-top: 50px;
}
/* line 10, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
footer .content-wrapper > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 28.33333%;
  margin-right: 3.5em;
}
/* line 44, ../assets/vendor/codelation/mixins/has_columns.scss */
footer .content-wrapper > *:not(script):last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 10, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  footer .content-wrapper > *:not(script) {
    margin-bottom: 3.5em;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  footer .content-wrapper > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 12, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .footer-navigation {
  max-width: 75px;
}
/* line 17, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .footer-navigation .menu ul {
  list-style: none;
  padding: 0;
}
/* line 22, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .footer-navigation .menu li {
  margin-bottom: 15px;
}
/* line 26, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .footer-navigation .menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 34, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .footer-navigation .menu a:last-child {
  margin-bottom: 0;
}
/* line 41, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .footer-navigation .footer-socials .social {
  height: 20px;
  width: 20px;
}
/* line 45, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .footer-navigation .footer-socials .social img {
  height: auto;
  width: 20px;
}
/* line 50, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .footer-navigation .footer-socials .social:last-child {
  margin-right: 0;
}
/* line 59, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .location .map {
  margin-bottom: 20px;
}
/* line 63, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .location .contacts {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
footer .content-wrapper .location .contacts > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 63, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .location .contacts {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  footer .content-wrapper .location .contacts > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  footer .content-wrapper .location .contacts > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 67, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .location .contacts .name {
  display: none;
}
/* line 71, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .location .contacts .phone-number {
  text-align: right;
}
/* line 77, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .hours {
  max-width: 200px;
}
/* line 82, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .hours .weekly-hours .hours-heading {
  border-bottom: 2px solid #fff;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 90, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .hours .weekly-hours .weekly-hours-list {
  font-size: 13px;
  font-weight: 500;
  list-style: none;
  padding: 0;
}
/* line 96, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .hours .weekly-hours .weekly-hours-list li {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin-bottom: 5px;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
footer .content-wrapper .hours .weekly-hours .weekly-hours-list li > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 96, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .hours .weekly-hours .weekly-hours-list li {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  footer .content-wrapper .hours .weekly-hours .weekly-hours-list li > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  footer .content-wrapper .hours .weekly-hours .weekly-hours-list li > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 100, ../assets/stylesheets/layout/_footer.scss */
footer .content-wrapper .hours .weekly-hours .weekly-hours-list li .status {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 3, ../assets/stylesheets/layout/_footer.scss */
  footer {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  /* line 114, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .footer-navigation {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;
  }
  /* line 121, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .location {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    border-bottom: 1px solid #565858;
    margin-bottom: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  /* line 129, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .location .map img {
    height: auto;
    width: 100%;
  }
  /* line 137, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .location .contacts .name {
    margin-bottom: 6px;
  }
  /* line 141, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .location .contacts .phone-number {
    text-align: center;
  }
  /* line 147, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .hours {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    max-width: 100%;
  }
  /* line 154, ../assets/stylesheets/layout/_footer.scss */
  footer .content-wrapper .hours .weekly-hours .hours .weekly-hours {
    text-align: center;
  }
}

/* line 3, ../assets/stylesheets/layout/_header.scss */
.red-bar {
  background-color: #ed1e24;
  color: white;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.red-bar a {
	color: white;
	text-decoration: underline;
}

.red-bar a:hover {
	color: white;
}

/* line 10, ../assets/stylesheets/layout/_header.scss */
.red-bar div {
  margin: 0 auto;
  max-width: 960px;
}

/* line 14, ../assets/stylesheets/layout/_header.scss */
.virtual-button {
  background-color: white;
  display: block;
  padding: 5px;
  text-align: center;
  width: 100%;
}

/* line 21, ../assets/stylesheets/layout/_header.scss */
.virtual-button:hover {
  background-color: #ed1e24;
  color: white;
  transition: all 0.5s;
}

/* line 26, ../assets/stylesheets/layout/_header.scss */
.homepage-header-wrapper .hours .virtual-button {
  padding: 20px;
}

/* line 29, ../assets/stylesheets/layout/_header.scss */
.homepage-header-wrapper .hours p {
  font-size: 16px;
}

/* line 6, ../assets/stylesheets/layout/_main_menu.scss */
.home .main-menu-wrapper .flat-logo {
  display: none;
}

/* line 15, ../assets/stylesheets/layout/_main_menu.scss */
.page-template-single-page .main-menu-wrapper,
.post-type-archive-exhibitions .main-menu-wrapper,
.single-exhibitions .main-menu-wrapper,
.post-type-archive-events .main-menu-wrapper,
.single-events .main-menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* line 23, ../assets/stylesheets/layout/_main_menu.scss */
.page-template-single-page.admin-bar .main-menu-wrapper,
.post-type-archive-exhibitions.admin-bar .main-menu-wrapper,
.single-exhibitions.admin-bar .main-menu-wrapper,
.post-type-archive-events.admin-bar .main-menu-wrapper,
.single-events.admin-bar .main-menu-wrapper {
  top: 32px;
}

/* line 29, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper {
  background-color: #ed1e24;
}
/* line 32, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* line 39, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper .flat-logo {
  bottom: -43px;
  left: 40px;
  position: absolute;
  z-index: 100;
}
/* line 45, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper .flat-logo img {
  height: 40px;
  width: 304px;
}
/* line 51, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
/* line 56, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
.main-menu-wrapper ul > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 20%;
}
@media (max-width: 767px) {
  /* line 56, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  .main-menu-wrapper ul > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  .main-menu-wrapper ul > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 62, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li {
  display: inline-block;
  position: relative;
  text-align: center;
}
/* line 67, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li:first-child {
  display: none;
}
/* line 71, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li > a {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #ed1e24;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 85, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li > a:hover {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #c81015;
}
/* line 91, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li .sub-menu {
  display: none;
  background-color: #e1e1e1;
  display: none;
  left: 0;
  padding-bottom: 19px;
  padding-top: 19px;
  position: absolute;
  text-align: left;
  top: 79px;
  width: 315px;
  z-index: 999;
}
/* line 104, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li .sub-menu:after {
  background-color: #555;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
}
/* line 114, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li .sub-menu li {
  display: block;
  text-align: left;
  width: 100%;
}
/* line 120, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li .sub-menu a {
  background-color: #e1e1e1;
  color: #575757;
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 17px;
  padding: 9px 65px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
/* line 132, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li .sub-menu a:last-child {
  margin-bottom: 0;
}
/* line 140, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li:hover .sub-menu {
  display: block;
}
/* line 143, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li:hover .sub-menu:before {
  border: solid transparent;
  border-bottom-color: #e1e1e1;
  border-width: 10px;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 99px;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 999;
}
/* line 161, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li:nth-child(n+4) .sub-menu {
  left: auto;
  right: 0;
}
/* line 165, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li:nth-child(n+4) .sub-menu:before {
  left: auto;
  right: 89px;
}
/* line 170, ../assets/stylesheets/layout/_main_menu.scss */
.main-menu-wrapper ul li:nth-child(n+4) .sub-menu:after {
  left: -300px;
  right: auto;
}
@media (max-width: 767px) {
  /* line 29, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper {
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    transition: left 1s;
    display: none;
    left: -100%;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  /* line 187, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper.show {
    left: 0;
  }
  /* line 191, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper nav {
    padding: 0;
  }
  /* line 195, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper .primary-menu > .menu-item {
    padding-bottom: 6px;
  }
  /* line 199, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul {
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  /* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
  .main-menu-wrapper ul > *:not(script) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 20%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 199, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  .main-menu-wrapper ul > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  .main-menu-wrapper ul > *:not(script):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 202, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li {
    display: block;
    text-align: left;
  }
  /* line 206, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li > a {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: #c81015;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* line 217, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li > a:hover {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: #b00e13;
  }
  /* line 223, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li .sub-menu {
    display: block;
    background-color: #ed1e24;
    display: block;
    left: auto;
    padding-bottom: 0;
    padding-top: 0px;
    position: relative;
    text-align: left;
    top: auto;
    width: 100%;
  }
  /* line 235, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li .sub-menu:after {
    display: none;
  }
  /* line 239, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li .sub-menu li {
    display: block;
    text-align: left;
    width: 100%;
  }
  /* line 245, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li .sub-menu a {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: #ed1e24;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
    padding: 9px 24px;
    text-align: left;
  }
  /* line 256, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li .sub-menu a:last-child {
    margin-bottom: 0;
  }
  /* line 260, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li .sub-menu a:hover {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: #c81015;
  }
  /* line 269, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li:hover .sub-menu {
    display: block;
  }
  /* line 272, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li:hover .sub-menu:before {
    display: none;
  }
  /* line 279, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li:nth-child(n+4) .sub-menu {
    left: auto;
    right: 0;
  }
  /* line 283, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li:nth-child(n+4) .sub-menu:before {
    left: auto;
    right: 89px;
  }
  /* line 288, ../assets/stylesheets/layout/_main_menu.scss */
  .main-menu-wrapper ul li:nth-child(n+4) .sub-menu:after {
    left: -300px;
    right: auto;
  }
}

/* line 3, ../assets/stylesheets/layout/_mobile_navigation.scss */
.menu-btn {
  display: none;
}

@media (max-width: 767px) {
  /* line 9, ../assets/stylesheets/layout/_mobile_navigation.scss */
  .main-menu-wrapper ul li:first-child {
    display: block;
  }

  /* line 13, ../assets/stylesheets/layout/_mobile_navigation.scss */
  ul {
    margin: 0;
    padding: 0;
  }

  /* line 20, ../assets/stylesheets/layout/_mobile_navigation.scss */
  #container {
    position: relative;
  }

  /* line 24, ../assets/stylesheets/layout/_mobile_navigation.scss */
  .site-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
  }

  /* line 35, ../assets/stylesheets/layout/_mobile_navigation.scss */
  .menu-btn {
    -webkit-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    background: #000;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 43px;
    left: 0;
    line-height: 43px;
    margin-left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 9998;
  }
  /* line 51, ../assets/stylesheets/layout/_mobile_navigation.scss */
  .menu-btn:after {
    content: "☰";
  }
  /* line 55, ../assets/stylesheets/layout/_mobile_navigation.scss */
  .menu-btn.align-right {
    left: 100%;
    margin-left: -60px;
  }
  /* line 59, ../assets/stylesheets/layout/_mobile_navigation.scss */
  .menu-btn.align-right:after {
    content: "X";
  }
}
/* line 3, ../assets/stylesheets/layout/_progress-bar.scss */
.turbolinks-progress-bar {
  background-color: #2196f3;
}

/* line 4, ../assets/stylesheets/typography/_body.scss */
html {
  box-sizing: border-box;
}

/* line 8, ../assets/stylesheets/typography/_body.scss */
html,
body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* line 15, ../assets/stylesheets/typography/_body.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 22, ../assets/stylesheets/typography/_body.scss */
body {
  background-color: #fff;
  color: #575757;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

/* line 30, ../assets/stylesheets/typography/_body.scss */
a {
  color: #ed1e24;
  text-decoration: none;
}
/* line 34, ../assets/stylesheets/typography/_body.scss */
a:hover {
  color: #e01218;
}

/* line 3, ../assets/stylesheets/typography/_headings.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
}

/* line 13, ../assets/stylesheets/typography/_headings.scss */
h1 {
  font-size: 2.375em;
}

/* line 17, ../assets/stylesheets/typography/_headings.scss */
h2 {
  font-size: 1.75em;
}

/* line 21, ../assets/stylesheets/typography/_headings.scss */
h3 {
  font-size: 1.375em;
}

/* line 25, ../assets/stylesheets/typography/_headings.scss */
h4 {
  font-size: 1.125em;
}

/* line 29, ../assets/stylesheets/typography/_headings.scss */
h5 {
  font-size: 1em;
}

/* line 9, ../assets/stylesheets/typography/_inline-elements.scss */
em {
  font-style: normal;
  line-height: 1em;
  font-style: italic;
  padding: 3px;
}

/* line 17, ../assets/stylesheets/typography/_inline-elements.scss */
small {
  color: #7d7d7d;
  font-size: 0.8em;
}

/* line 23, ../assets/stylesheets/typography/_inline-elements.scss */
strong {
  font-weight: bold;
}

/* line 3, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  column-count: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: -120px;
  max-width: 944px;
  position: relative;
  z-index: 14;
}
/* line 19, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-events-grid > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 42.5%;
  margin-right: 1.875em;
  margin-top: 1.875em;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-events-grid > *:not(script):nth-child(1) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-events-grid > *:not(script):nth-child(2) {
  margin-top: 0;
}
/* line 48, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-events-grid > *:not(script):nth-child(2n) {
  margin-right: 0;
}
/* line 54, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-events-grid > *:not(script):empty {
  margin-bottom: 0;
  margin-top: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 64, ../assets/vendor/codelation/mixins/has_grid.scss */
  .current-events-grid > *:not(script) {
    margin-bottom: 1.875em;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  /* line 70, ../assets/vendor/codelation/mixins/has_grid.scss */
  .current-events-grid > *:not(script):last-of-type {
    margin-bottom: 0;
  }
  /* line 74, ../assets/vendor/codelation/mixins/has_grid.scss */
  .current-events-grid > *:not(script):empty {
    display: none;
  }
}
/* line 12, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event {
  background-color: #ebebec;
  position: relative;
}
/* line 16, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .event-hero {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: url("/wp-content/themes/plains-art-museum/assets/images/backgrounds/arrival-at-fresh-water-background.jpg");
  background-size: cover;
  height: 305px;
  padding: 30px;
  position: relative;
  width: 100%;
}
/* line 26, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .event-hero .background-screen {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0.3;
}
/* line 31, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .event-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #fff;
  font-size: 41px;
  font-weight: 500;
  position: relative;
  text-align: center;
  z-index: 9;
}
/* line 42, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .event-content {
  padding: 30px;
}
/* line 46, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .event-date {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 14px;
}
/* line 52, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .event-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 58, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .event-summary {
  font-size: 14px;
  font-weight: light;
}
/* line 62, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .event-summary p {
  margin-bottom: 36px;
}
/* line 67, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .view-event {
  color: #ed1e24;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
/* line 76, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event .view-event:before {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow-red.png");
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 7px;
}
/* line 93, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event:hover .exhibition-hero .background-screen {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
/* line 98, ../assets/stylesheets/views/pages/current-events/_main.scss */
.current-events-grid .event:hover .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  text-shadow: 5px 5px 5px #3d3e3e;
}

/* line 107, ../assets/stylesheets/views/pages/current-events/_main.scss */
.subsection-heading {
  font-size: 55px;
  margin: 0 0 60px;
  text-align: center;
}

/* line 113, ../assets/stylesheets/views/pages/current-events/_main.scss */
.more-exhibitions-wrapper {
  background-color: #ebebec;
  margin-top: 60px;
  padding-bottom: 80px;
  padding-top: 60px;
}

/* line 120, ../assets/stylesheets/views/pages/current-events/_main.scss */
.more-exhibitions-grid {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  column-count: 3;
}
/* line 19, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 28.33333%;
  margin-right: 2em;
  margin-top: 2em;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(1) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(2) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(3) {
  margin-top: 0;
}
/* line 48, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(3n) {
  margin-right: 0;
}
/* line 54, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):empty {
  margin-bottom: 0;
  margin-top: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 64, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script) {
    margin-bottom: 2em;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  /* line 70, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script):last-of-type {
    margin-bottom: 0;
  }
  /* line 74, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script):empty {
    display: none;
  }
}
/* line 123, ../assets/stylesheets/views/pages/current-events/_main.scss */
.more-exhibitions-grid .exhibition {
  background-color: #fff;
}

/* line 3, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  column-count: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: -120px;
  max-width: 944px;
  position: relative;
  z-index: 14;
}
/* line 19, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-exhibitions-grid > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 42.5%;
  margin-right: 1.875em;
  margin-top: 1.875em;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-exhibitions-grid > *:not(script):nth-child(1) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-exhibitions-grid > *:not(script):nth-child(2) {
  margin-top: 0;
}
/* line 48, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-exhibitions-grid > *:not(script):nth-child(2n) {
  margin-right: 0;
}
/* line 54, ../assets/vendor/codelation/mixins/has_grid.scss */
.current-exhibitions-grid > *:not(script):empty {
  margin-bottom: 0;
  margin-top: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 64, ../assets/vendor/codelation/mixins/has_grid.scss */
  .current-exhibitions-grid > *:not(script) {
    margin-bottom: 1.875em;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  /* line 70, ../assets/vendor/codelation/mixins/has_grid.scss */
  .current-exhibitions-grid > *:not(script):last-of-type {
    margin-bottom: 0;
  }
  /* line 74, ../assets/vendor/codelation/mixins/has_grid.scss */
  .current-exhibitions-grid > *:not(script):empty {
    display: none;
  }
}
/* line 12, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition {
  background-color: #ebebec;
  position: relative;
}
/* line 16, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .exhibition-hero {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: url("/wp-content/themes/plains-art-museum/assets/images/backgrounds/arrival-at-fresh-water-background.jpg");
  background-size: cover;
  height: 305px;
  padding: 30px;
  position: relative;
  width: 100%;
}
/* line 26, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .exhibition-hero .background-screen {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0.3;
}
/* line 31, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #fff;
  font-size: 41px;
  font-weight: 500;
  position: relative;
  text-align: center;
  z-index: 9;
}
/* line 42, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .exhibition-content {
  padding: 30px;
}
/* line 46, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .exhibition-date {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 14px;
}
/* line 52, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .exhibition-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 58, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .exhibition-summary {
  font-size: 14px;
  font-weight: light;
}
/* line 62, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .exhibition-summary p {
  margin-bottom: 36px;
}
/* line 67, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .view-exhibition {
  color: #ed1e24;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
/* line 76, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition .view-exhibition:before {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow-red.png");
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 7px;
}
/* line 93, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition:hover .exhibition-hero .background-screen {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
/* line 98, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.current-exhibitions-grid .exhibition:hover .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  text-shadow: 5px 5px 5px #3d3e3e;
}

/* line 107, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.subsection-heading {
  font-size: 55px;
  margin: 0 0 60px;
  text-align: center;
}

/* line 113, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.more-exhibitions-wrapper {
  background-color: #ebebec;
  margin-top: 60px;
  padding-bottom: 80px;
  padding-top: 60px;
}

/* line 120, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.more-exhibitions-grid {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  column-count: 3;
}
/* line 19, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 28.33333%;
  margin-right: 2em;
  margin-top: 2em;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(1) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(2) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(3) {
  margin-top: 0;
}
/* line 48, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(3n) {
  margin-right: 0;
}
/* line 54, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):empty {
  margin-bottom: 0;
  margin-top: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 64, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script) {
    margin-bottom: 2em;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  /* line 70, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script):last-of-type {
    margin-bottom: 0;
  }
  /* line 74, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script):empty {
    display: none;
  }
}
/* line 123, ../assets/stylesheets/views/pages/current-exhibitions/_main.scss */
.more-exhibitions-grid .exhibition {
  background-color: #fff;
}

/* line 3, ../assets/stylesheets/views/pages/event/_main.scss */
.event-full {
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 3, ../assets/stylesheets/views/pages/event/_main.scss */
  .event-full {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 17, ../assets/stylesheets/views/pages/event/_main.scss */
.event-full .event-date {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 17px;
}
/* line 23, ../assets/stylesheets/views/pages/event/_main.scss */
.event-full .event-title {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 34px;
}
/* line 30, ../assets/stylesheets/views/pages/event/_main.scss */
.event-full .event-summary {
  color: #808285;
  font-size: 18px;
  font-weight: 300;
}
/* line 35, ../assets/stylesheets/views/pages/event/_main.scss */
.event-full .event-summary p {
  margin-bottom: 36px;
}
/* line 44, ../assets/stylesheets/views/pages/event/_main.scss */
.event-full:hover .event-hero .background-screen {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
/* line 49, ../assets/stylesheets/views/pages/event/_main.scss */
.event-full:hover .event-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  text-shadow: 5px 5px 5px #3d3e3e;
}

/* line 57, ../assets/stylesheets/views/pages/event/_main.scss */
.subsection-heading {
  font-size: 55px;
  margin: 0 0 60px;
  text-align: center;
}

/* line 63, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-wrapper {
  background-color: #ebebec;
  margin-top: 60px;
  padding-bottom: 80px;
  padding-top: 60px;
}

/* line 70, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  column-count: 3;
}
/* line 19, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 28.33333%;
  margin-right: 2em;
  margin-top: 2em;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(1) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(2) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(3) {
  margin-top: 0;
}
/* line 48, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(3n) {
  margin-right: 0;
}
/* line 54, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):empty {
  margin-bottom: 0;
  margin-top: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 64, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script) {
    margin-bottom: 2em;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  /* line 70, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script):last-of-type {
    margin-bottom: 0;
  }
  /* line 74, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script):empty {
    display: none;
  }
}
/* line 73, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition {
  background-color: #fff;
  position: relative;
}
/* line 77, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-hero {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: url("/wp-content/themes/plains-art-museum/assets/images/backgrounds/arrival-at-fresh-water-background.jpg");
  background-size: cover;
  height: 305px;
  padding: 30px;
  position: relative;
  width: 100%;
}
/* line 87, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-hero .background-screen {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0.3;
}
/* line 92, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #fff;
  font-size: 41px;
  font-weight: 500;
  position: relative;
  text-align: center;
  z-index: 9;
}
/* line 103, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-content {
  padding: 30px;
}
/* line 107, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-date {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 14px;
}
/* line 113, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 119, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-summary {
  font-size: 14px;
  font-weight: light;
}
/* line 123, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-summary p {
  margin-bottom: 36px;
}
/* line 128, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .view-exhibition {
  color: #ed1e24;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
/* line 137, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition .view-exhibition:before {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow-red.png");
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 7px;
}
/* line 154, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition:hover .exhibition-hero .background-screen {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
/* line 159, ../assets/stylesheets/views/pages/event/_main.scss */
.more-exhibitions-grid .exhibition:hover .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  text-shadow: 5px 5px 5px #3d3e3e;
}

/* line 3, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full {
  position: relative;
}
/* line 10, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibition-date {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 17px;
}
/* line 16, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibition-title {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 34px;
}
/* line 23, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibition-summary {
  color: #808285;
  font-size: 18px;
  font-weight: 300;
}
/* line 28, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibition-summary p {
  margin-bottom: 36px;
}
/* line 33, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .view-exhibition {
  color: #ed1e24;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
/* line 42, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .view-exhibition:before {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow-red.png");
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 7px;
}
/* line 59, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full:hover .exhibition-hero .background-screen {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
/* line 64, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full:hover .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  text-shadow: 5px 5px 5px #3d3e3e;
}
/* line 71, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 76, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
/* line 81, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events {
  bottom: -105px;
  left: 0;
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 5;
}
/* line 89, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  max-width: 100%;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 89, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 93, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper a {
  color: #fff;
}
/* line 98, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .primary-event {
  background-size: cover;
  height: 300px;
  padding: 30px;
}
/* line 104, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .secondary-event {
  background-size: cover;
  height: 300px;
  padding: 30px;
  position: relative;
  z-index: 9;
}
/* line 112, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-header {
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
/* line 120, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-heading {
  padding-right: 120px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
  z-index: 9;
}
/* line 130, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-date-time {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.685;
  position: relative;
  z-index: 9;
}
/* line 137, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-date-time span {
  font-weight: 300;
}
/* line 142, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .background-screen {
  opacity: 0.35;
}
/* line 147, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .bx-wrapper {
  position: relative;
}
/* line 150, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-controls {
  margin-left: 52%;
  margin-top: -27px;
  position: relative;
  z-index: 999;
}
/* line 156, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-controls .bx-next {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow.png");
  background-size: 13px 24px;
  display: block;
  float: left;
  height: 24px;
  margin-left: 31px;
  text-indent: -9999px;
  width: 13px;
}
/* line 167, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-controls .bx-prev {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow.png");
  background-size: 13px 24px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  display: block;
  float: left;
  height: 24px;
  margin-right: 15px;
  text-indent: -9999px;
  width: 13px;
}
/* line 187, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .exhibitions-hero {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
.exhibition-full .exhibitions-events-wrapper .exhibitions-hero > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 42.5%;
  margin-right: 25px;
}
/* line 44, ../assets/vendor/codelation/mixins/has_columns.scss */
.exhibition-full .exhibitions-events-wrapper .exhibitions-hero > *:not(script):last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 187, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .exhibitions-hero {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  .exhibition-full .exhibitions-events-wrapper .exhibitions-hero > *:not(script) {
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  .exhibition-full .exhibitions-events-wrapper .exhibitions-hero > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 190, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  padding-bottom: 17px;
}
/* line 195, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions .summary {
  color: #b1b3b6;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 50px;
  width: 200px;
}
/* line 204, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions .pagination {
  color: #3d3e3e;
  font-size: 14px;
  padding-left: 25px;
}
/* line 211, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .exhibitions-hero .exhibit-photo {
  color: #fff;
  max-width: 475px;
}
/* line 215, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.exhibition-full .exhibitions-events-wrapper .exhibitions-hero .exhibit-photo img {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 224, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper #main-content {
    margin-top: 0;
  }
  /* line 228, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .exhibitions-hero {
    min-height: auto;
    padding-top: 12px;
  }
  /* line 232, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    padding: 24px 0;
  }
  /* line 236, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions .summary {
    margin-bottom: 25px;
  }
  /* line 241, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .exhibitions-hero .exhibit-photo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    margin-bottom: 0;
  }
  /* line 247, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 251, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events {
    bottom: auto;
    left: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    position: relative;
    right: auto;
  }
  /* line 259, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .primary-event {
    bottom: auto;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
  }
  /* line 266, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-heading {
    padding-right: 0;
  }
  /* line 270, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .secondary-events-wrapper {
    position: relative;
    right: auto;
    width: 100%;
  }
  /* line 275, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .upcoming-events .secondary-events-wrapper:after {
    left: 0;
    right: 0;
    text-align: center;
  }
  /* line 283, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .bx-wrapper {
    position: relative;
  }
  /* line 286, ../assets/stylesheets/views/pages/exhibition/_main.scss */
  .exhibition-full .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-controls {
    margin-left: 0;
  }
}

/* line 295, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.subsection-heading {
  font-size: 55px;
  margin: 0 0 60px;
  text-align: center;
}

/* line 301, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-wrapper {
  background-color: #ebebec;
  margin-top: 60px;
  padding-bottom: 80px;
  padding-top: 60px;
}

/* line 308, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  column-count: 3;
}
/* line 19, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 28.33333%;
  margin-right: 2em;
  margin-top: 2em;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(1) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(2) {
  margin-top: 0;
}
/* line 43, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(3) {
  margin-top: 0;
}
/* line 48, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):nth-child(3n) {
  margin-right: 0;
}
/* line 54, ../assets/vendor/codelation/mixins/has_grid.scss */
.more-exhibitions-grid > *:not(script):empty {
  margin-bottom: 0;
  margin-top: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 64, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script) {
    margin-bottom: 2em;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  /* line 70, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script):last-of-type {
    margin-bottom: 0;
  }
  /* line 74, ../assets/vendor/codelation/mixins/has_grid.scss */
  .more-exhibitions-grid > *:not(script):empty {
    display: none;
  }
}
/* line 311, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition {
  background-color: #fff;
  position: relative;
}
/* line 315, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-hero {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: url("/wp-content/themes/plains-art-museum/assets/images/backgrounds/arrival-at-fresh-water-background.jpg");
  background-size: cover;
  padding: 30px;
  position: relative;
  width: 100%;
}
/* line 324, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-hero .background-screen {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0.3;
}
/* line 329, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #fff;
  font-size: 41px;
  font-weight: 500;
  position: relative;
  text-align: center;
  z-index: 9;
}
/* line 340, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-content {
  padding: 30px;
}
/* line 344, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-date {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 14px;
}
/* line 350, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 356, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-summary {
  font-size: 14px;
  font-weight: light;
}
/* line 360, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .exhibition-summary p {
  margin-bottom: 36px;
}
/* line 365, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .view-exhibition {
  color: #ed1e24;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
/* line 374, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition .view-exhibition:before {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow-red.png");
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 7px;
}
/* line 391, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition:hover .exhibition-hero .background-screen {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
/* line 396, ../assets/stylesheets/views/pages/exhibition/_main.scss */
.more-exhibitions-grid .exhibition:hover .exhibition-hero h2 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  text-shadow: 5px 5px 5px #3d3e3e;
}

/* line 8, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
/* line 14, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 12px;
  padding-right: 12px;
  bottom: -105px;
  color: #fff;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 5;
}
/* line 24, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  max-width: 100%;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 24, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 28, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .events-wrapper a {
  color: #fff;
}
/* line 33, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .primary-event {
  background-size: cover;
  height: 300px;
  padding: 30px;
}
/* line 39, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .secondary-event {
  background-size: cover;
  height: 300px;
  padding: 30px;
  position: relative;
  z-index: 9;
}
/* line 47, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-header {
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
/* line 55, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-heading {
  padding-right: 120px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
  z-index: 9;
}
/* line 65, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-date-time {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.685;
  position: relative;
  z-index: 9;
}
/* line 72, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-date-time span {
  font-weight: 300;
}
/* line 77, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .background-screen {
  opacity: 0.35;
}
/* line 82, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .bx-wrapper {
  position: relative;
}
/* line 87, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-viewport .bxslider {
  margin-top: 0;
}
/* line 92, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-controls {
  left: 42%;
  position: absolute;
  top: 320px;
}
/* line 97, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-controls .bx-next {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow.png");
  background-size: 13px 24px;
  display: block;
  float: left;
  height: 24px;
  margin-left: 15px;
  width: 13px;
}
/* line 107, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-controls .bx-prev {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow.png");
  background-size: 13px 24px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  display: block;
  float: left;
  height: 24px;
  margin-right: 15px;
  width: 13px;
}
/* line 126, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .exhibitions-hero {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  min-height: 600px;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
body.home .exhibitions-events-wrapper .exhibitions-hero > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 126, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .exhibitions-hero {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  body.home .exhibitions-events-wrapper .exhibitions-hero > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  body.home .exhibitions-events-wrapper .exhibitions-hero > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 131, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  padding: 40px 30px;
}
/* line 136, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions .summary {
  max-width: 480px;
}
/* line 141, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
body.home .exhibitions-events-wrapper .exhibitions-hero .exhibit-photo {
  background-color: white;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 600px;
  color: #fff;
  padding: 40px 30px;
}
@media (max-width: 767px) {
  /* line 152, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper #main-content {
    margin-top: 0;
  }
  /* line 156, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .exhibitions-hero {
    min-height: auto;
    padding-top: 12px;
  }
  /* line 160, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    padding: 24px 0;
  }
  /* line 164, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .exhibitions-hero .current-exhibitions .summary {
    padding: 0 12px;
  }
  /* line 169, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .exhibitions-hero .exhibit-photo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    background-size: auto 300px;
    min-height: 300px;
  }
  /* line 176, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 180, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events {
    bottom: auto;
    left: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    position: relative;
    right: auto;
  }
  /* line 188, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .primary-event {
    bottom: auto;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
  }
  /* line 195, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .event-heading {
    padding-right: 0;
  }
  /* line 199, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .secondary-events-wrapper {
    position: relative;
    right: auto;
    width: 100%;
  }
  /* line 204, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .upcoming-events .secondary-events-wrapper:after {
    left: 0;
    right: 0;
    text-align: center;
  }
  /* line 212, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .bx-wrapper {
    padding-bottom: 40px;
    position: relative;
  }
  /* line 216, ../assets/stylesheets/views/pages/index/_exhibitions_events.scss */
  body.home .exhibitions-events-wrapper .content-wrapper .bx-wrapper .bx-controls {
    top: auto;
  }
}

/* line 3, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper {
  background: #ed1e24 url("/wp-content/themes/plains-art-museum/assets/images/support-museum-background.jpg");
  background-position: top center;
  background-size: cover;
  color: #fff;
  min-height: 615px;
  padding-bottom: 100px;
  padding-top: 143px;
  position: relative;
}
/* line 13, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper .background-screen {
  background-color: #414042;
  opacity: 0.3;
}
/* line 18, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper .content {
  font-size: 16px;
  max-width: 33%;
  position: relative;
  z-index: 9;
}
/* line 25, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper h1 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
}
/* line 31, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper h1 span {
  display: block;
}
/* line 35, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper h1:before {
  content: "Get Involved";
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: -31px;
}
/* line 47, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 26px;
}
/* line 53, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper ul {
  list-style: none;
  padding: 0;
}
/* line 58, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper li {
  font-weight: 300;
  margin-bottom: 14px;
  padding-left: 16px;
  position: relative;
}
/* line 65, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper li:before {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow-white.png");
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 7px;
}
/* line 78, ../assets/stylesheets/views/pages/index/_get_involved.scss */
.get-involved-wrapper a {
  color: #fff;
  margin-bottom: 4px;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 3, ../assets/stylesheets/views/pages/index/_get_involved.scss */
  .get-involved-wrapper {
    min-height: inherit;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  /* line 89, ../assets/stylesheets/views/pages/index/_get_involved.scss */
  .get-involved-wrapper .content {
    max-width: 100%;
  }
}

/* line 9, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  min-height: 550px;
  position: relative;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
.homepage-header-wrapper .content-wrapper > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 9, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
  .homepage-header-wrapper .content-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  .homepage-header-wrapper .content-wrapper > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  .homepage-header-wrapper .content-wrapper > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 17, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .logo {
  background-color: #ed1f24;
  max-height: 200px;
  max-width: 200px;
  position: relative;
}
/* line 23, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .logo img {
  height: auto;
  max-width: 200px;
}
/* line 29, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours {
  background-color: rgba(86, 85, 85, 0.8);
  color: #fff;
  max-width: 308px;
  min-height: 450px;
  padding: 36px;
}
/* line 36, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours .current-date {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 42, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours .open-or-closed {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 5px;
  margin-top: 8px;
  text-transform: uppercase;
}
/* line 51, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours .open-time {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 30px;
}
/* line 59, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours .weekly-hours .hours-heading {
  border-bottom: 3px solid #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
/* line 69, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours .weekly-hours .weekly-hours-list {
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  padding: 0;
}
/* line 75, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours .weekly-hours .weekly-hours-list li {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
.homepage-header-wrapper .content-wrapper .hours .weekly-hours .weekly-hours-list li > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 75, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
  .homepage-header-wrapper .content-wrapper .hours .weekly-hours .weekly-hours-list li {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  .homepage-header-wrapper .content-wrapper .hours .weekly-hours .weekly-hours-list li > *:not(script) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  .homepage-header-wrapper .content-wrapper .hours .weekly-hours .weekly-hours-list li > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 80, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours .weekly-hours .weekly-hours-list li .status {
  text-align: right;
}
/* line 84, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .hours .weekly-hours .weekly-hours-list li:last-child {
  margin-bottom: 0;
}
/* line 92, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .memberships {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #fff;
  bottom: 0;
  color: #575757;
  display: block;
  font-size: 18px;
  font-weight: 500;
  left: 12px;
  line-height: 1;
  padding: 33px 30px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
/* line 108, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
.homepage-header-wrapper .content-wrapper .memberships:hover {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  /* line 116, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
  .homepage-header-wrapper .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 120, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
  .homepage-header-wrapper .content-wrapper .logo {
    max-width: none;
    text-align: center;
    width: 100%;
  }
  /* line 125, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
  .homepage-header-wrapper .content-wrapper .logo img {
    height: 100px;
    width: 100px;
  }
  /* line 131, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
  .homepage-header-wrapper .content-wrapper .hours {
    max-width: none;
    padding: 60px 24px 24px 24px;
    width: 100%;
  }
  /* line 137, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
  .homepage-header-wrapper .content-wrapper .memberships {
    border-bottom: 2px solid #3d3e3e;
    left: auto;
    margin-bottom: 12px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  /* line 147, ../assets/stylesheets/views/pages/index/_homepage_header.scss */
  .homepage-header-wrapper #main-content {
    margin-top: 24px;
  }
}

/* line 3, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
.shop-our-store {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ed1e24;
  margin-top: -75px;
  padding: 44px 75px 40px;
  position: relative;
  text-align: center;
  z-index: 9;
}
/* line 12, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
.shop-our-store h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 46px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 20, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
.shop-our-store .shop-grid {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin-bottom: 38px;
}
/* line 17, ../assets/vendor/codelation/mixins/has_columns.scss */
.shop-our-store .shop-grid > *:not(script) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 28.33333%;
  margin-right: 1em;
}
/* line 44, ../assets/vendor/codelation/mixins/has_columns.scss */
.shop-our-store .shop-grid > *:not(script):last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 20, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
  .shop-our-store .shop-grid {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../assets/vendor/codelation/mixins/has_columns.scss */
  .shop-our-store .shop-grid > *:not(script) {
    margin-bottom: 1em;
    margin-right: 0;
    width: 100%;
  }
  /* line 60, ../assets/vendor/codelation/mixins/has_columns.scss */
  .shop-our-store .shop-grid > *:not(script):last-child {
    margin-bottom: 0;
  }
}
/* line 25, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
.shop-our-store .shop-item {
  text-align: left;
}
/* line 28, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
.shop-our-store .shop-item img {
  max-width: 100%;
}
/* line 33, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
.shop-our-store .view-more {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 3, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
  .shop-our-store {
    margin-top: 0;
    padding: 24px 12px 20px;
  }
  /* line 42, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
  .shop-our-store h2 {
    margin-bottom: 24px;
  }
  /* line 46, ../assets/stylesheets/views/pages/index/_shop_our_store.scss */
  .shop-our-store .shop-grid {
    margin-bottom: 24px;
  }
}

/* line 6, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero .current-exhibitions {
  max-height: 380px;
  padding: 55px;
}
/* line 11, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero .current-exhibitions-header {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
/* line 19, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero .current-exhibitions-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 8px;
}
/* line 26, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero .current-exhibitions-subtitle {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
}
/* line 32, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero .current-exhibit-summary {
  letter-spacing: 1px;
  font-weight: 400;
  max-width: 300px;
}
/* line 38, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero .view-exhibition {
  color: #ed1e24;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
/* line 46, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero .view-exhibition:before {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/navigation/navigation-arrow.png");
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 7px;
}
/* line 60, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero.beyond-order .exhibit-photo {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/slider/slide-1.jpg");
}
/* line 66, ../assets/stylesheets/views/pages/index/_slides.scss */
body.home .exhibitions-hero.secondary-exhibition .exhibit-photo {
  background-image: url("/wp-content/themes/plains-art-museum/assets/images/slider/slide-2.jpg");
}
