@charset "UTF-8";
*, :before, :after {
  box-sizing: border-box; }

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("../../ubuntu/Ubuntu-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu-Medium";
  src: url("../../ubuntu/Ubuntu-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu-Bold";
  src: url("../../ubuntu/Ubuntu-Bold.ttf") format("truetype"); }

.hidden {
  display: none !important; }

img {
  transition: 0.35s ease; }

.strong {
  font-family: "Ubuntu-Bold", sans-serif; }

.image-lazy {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%; }

.fade-block,
blockquote {
  opacity: 0;
  transition: 0.8s ease; }
  .fade-block.fade-in,
  blockquote.fade-in {
    opacity: 1;
    transition: 0.8s ease; }

.text-animate {
  opacity: 0;
  transform: translateX(-100%); }
  .text-animate.animated {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.2s, transform 1.5s; }

.text-animate-left,
.footer__signup {
  opacity: 0;
  transform: translateX(100%); }
  .text-animate-left.animated,
  .footer__signup.animated {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.2s, transform 1.5s; }

.flex {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px 0 20px;
  display: flex;
  flex-wrap: wrap; }
  .flex > * {
    padding-right: 10px; }
  .flex [class*='col-sm'] {
    padding-right: 10px; }
  .flex .parent {
    padding-right: 0 !important; }

.col-sm-1-1 {
  width: 100%; }

.col-sm-1-2 {
  width: 50%; }

.col-sm-1-3 {
  width: 33.333%; }

.col-sm-2-3 {
  width: 66.667%; }

.col-sm-1-4 {
  width: 25%; }

.col-sm-3-4 {
  width: 75%; }

.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

body {
  background-color: #F3F3F1;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-size: 15px;
  transition: 0.35s ease; }
  body * {
    color: #4F4F48;
    font-family: "Ubuntu-Regular", sans-serif;
    line-height: 1.65; }
  body a {
    text-decoration: none;
    transition: 0.35s ease; }
    body a * {
      transition: 0.35s ease; }
  body p,
  body li {
    margin: 0 0 20px;
    font-size: 1.25rem; }
  body p a:not(.button),
  body .link-hover,
  body .wysiwyg li a {
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    font-family: "Ubuntu-Bold", sans-serif;
    color: #C87041;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-size: 100% 0px;
    background-position: 50% 100%;
    background-image: linear-gradient(to top, #C87041 100%, #C87041 100%);
    transition: 0.35s ease; }
    body p a:not(.button):hover, body p a:not(.button):focus, body p a:not(.button):focus-within,
    body .link-hover:hover,
    body .link-hover:focus,
    body .link-hover:focus-within,
    body .wysiwyg li a:hover,
    body .wysiwyg li a:focus,
    body .wysiwyg li a:focus-within {
      color: #F3F3F1;
      background-size: 100% 100%; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Ubuntu-Bold", sans-serif;
    font-style: normal;
    line-height: 1.125em;
    margin: 0 0 10px; }
  body h1 {
    font-size: 3.125rem; }
  body h2 {
    font-size: 2.8125rem; }
  body h3 {
    font-size: 2.25rem; }
  body h4 {
    font-size: 1.875rem; }
  body h5 {
    font-size: 1.25rem; }
  body h6 {
    font-size: 1rem;
    text-transform: uppercase; }
  body ul,
  body ol,
  body li {
    margin: 0;
    padding: 0;
    list-style: none; }
  body hr {
    width: 100%;
    height: 3px;
    background: #4F4F48;
    border: none;
    margin: 30px 0; }
  body .wysiwyg hr {
    width: 0; }
    body .wysiwyg hr.animated {
      width: 100%;
      transition: 0.8s ease; }
  body .intro-text p,
  body .intro-text {
    font-size: 1.5rem; }
  body .wysiwyg blockquote {
    display: block;
    padding: 25px 30px 5px;
    margin: 0;
    background-color: #4F4F48;
    border-bottom: 20px solid #8A8B7B; }
    body .wysiwyg blockquote p {
      color: #F3F3F1;
      font-size: 1.5rem; }
  body .wysiwyg ul, body .wysiwyg ol {
    padding: 0 0 20px;
    margin: 0; }
    body .wysiwyg ul li, body .wysiwyg ol li {
      position: relative;
      margin-bottom: 15px;
      padding-left: 28px; }
      body .wysiwyg ul li:last-child, body .wysiwyg ol li:last-child {
        margin-bottom: 0; }
      body .wysiwyg ul li:before, body .wysiwyg ol li:before {
        position: absolute;
        left: 0;
        top: 0; }
    body .wysiwyg ul ul, body .wysiwyg ul ol, body .wysiwyg ol ul, body .wysiwyg ol ol {
      padding: 10px 0 0 0; }
  body .wysiwyg ul li:before {
    content: '';
    top: 15px;
    display: block;
    width: 6px;
    height: 6px;
    background: #4F4F48; }
  body .wysiwyg ol {
    counter-reset: moa-counter; }
    body .wysiwyg ol li {
      counter-increment: moa-counter; }
      body .wysiwyg ol li:before {
        content: counter(moa-counter) ". "; }
  body .wysiwyg iframe,
  body .wysiwyg figure,
  body .wysiwyg img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0; }
    body .wysiwyg iframe.aligncenter, body .wysiwyg iframe.alignleft, body .wysiwyg iframe.alignright, body .wysiwyg iframe.alignnone,
    body .wysiwyg figure.aligncenter,
    body .wysiwyg figure.alignleft,
    body .wysiwyg figure.alignright,
    body .wysiwyg figure.alignnone,
    body .wysiwyg img.aligncenter,
    body .wysiwyg img.alignleft,
    body .wysiwyg img.alignright,
    body .wysiwyg img.alignnone {
      position: relative;
      margin-bottom: 20px; }
    body .wysiwyg iframe.aligncenter,
    body .wysiwyg figure.aligncenter,
    body .wysiwyg img.aligncenter {
      width: calc(100% + 40px);
      margin: 20px;
      float: none; }
    body .wysiwyg iframe.alignleft, body .wysiwyg iframe.alignright,
    body .wysiwyg figure.alignleft,
    body .wysiwyg figure.alignright,
    body .wysiwyg img.alignleft,
    body .wysiwyg img.alignright {
      max-width: 50%; }
    body .wysiwyg iframe.alignleft,
    body .wysiwyg figure.alignleft,
    body .wysiwyg img.alignleft {
      float: left;
      margin: 0 30px 20px 0px; }
    body .wysiwyg iframe.alignright,
    body .wysiwyg figure.alignright,
    body .wysiwyg img.alignright {
      float: right;
      margin: 0 0 20px 20px; }
    body .wysiwyg iframe figcaption,
    body .wysiwyg figure figcaption,
    body .wysiwyg img figcaption {
      background-color: #DFDFDA;
      font-size: 14px;
      font-family: "Ubuntu-Bold", sans-serif;
      padding: 10px 15px;
      margin-top: -10px; }
  body .button,
  body button,
  body input[type=submit],
  body .gform_footer input,
  body .ginput_container.ginput_container_fileupload input {
    position: relative !important;
    z-index: 1;
    display: inline-block;
    padding: 8px 65px 8px 25px;
    border: none;
    background: #A75B2D;
    line-height: normal;
    color: #F3F3F1;
    cursor: pointer;
    font-family: "Ubuntu-Bold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    transition: 0.35s ease; }
    body .button:before, body .button:after,
    body button:before,
    body button:after,
    body input[type=submit]:before,
    body input[type=submit]:after,
    body .gform_footer input:before,
    body .gform_footer input:after,
    body .ginput_container.ginput_container_fileupload input:before,
    body .ginput_container.ginput_container_fileupload input:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.35s ease; }
    body .button:before,
    body button:before,
    body input[type=submit]:before,
    body .gform_footer input:before,
    body .ginput_container.ginput_container_fileupload input:before {
      content: "»";
      z-index: 1;
      right: 15px; }
    body .button:after,
    body button:after,
    body input[type=submit]:after,
    body .gform_footer input:after,
    body .ginput_container.ginput_container_fileupload input:after {
      content: "";
      background-color: #C87041;
      height: 100%;
      width: 40px;
      right: 0; }
    body .button.button--medium,
    body button.button--medium,
    body input[type=submit].button--medium,
    body .gform_footer input.button--medium,
    body .ginput_container.ginput_container_fileupload input.button--medium {
      padding: 14px 85px 14px 25px;
      font-size: 1.275rem; }
      body .button.button--medium:after,
      body button.button--medium:after,
      body input[type=submit].button--medium:after,
      body .gform_footer input.button--medium:after,
      body .ginput_container.ginput_container_fileupload input.button--medium:after {
        width: 60px; }
      body .button.button--medium:before,
      body button.button--medium:before,
      body input[type=submit].button--medium:before,
      body .gform_footer input.button--medium:before,
      body .ginput_container.ginput_container_fileupload input.button--medium:before {
        right: 24px; }
    body .button:hover, body .button:focus, body .button:focus-within,
    body button:hover,
    body button:focus,
    body button:focus-within,
    body input[type=submit]:hover,
    body input[type=submit]:focus,
    body input[type=submit]:focus-within,
    body .gform_footer input:hover,
    body .gform_footer input:focus,
    body .gform_footer input:focus-within,
    body .ginput_container.ginput_container_fileupload input:hover,
    body .ginput_container.ginput_container_fileupload input:focus,
    body .ginput_container.ginput_container_fileupload input:focus-within {
      color: white;
      background: #C87041; }
      body .button:hover:before, body .button:focus:before, body .button:focus-within:before,
      body button:hover:before,
      body button:focus:before,
      body button:focus-within:before,
      body input[type=submit]:hover:before,
      body input[type=submit]:focus:before,
      body input[type=submit]:focus-within:before,
      body .gform_footer input:hover:before,
      body .gform_footer input:focus:before,
      body .gform_footer input:focus-within:before,
      body .ginput_container.ginput_container_fileupload input:hover:before,
      body .ginput_container.ginput_container_fileupload input:focus:before,
      body .ginput_container.ginput_container_fileupload input:focus-within:before {
        right: 9px;
        transition: 0.35s ease; }
      body .button:hover.button--medium:before, body .button:focus.button--medium:before, body .button:focus-within.button--medium:before,
      body button:hover.button--medium:before,
      body button:focus.button--medium:before,
      body button:focus-within.button--medium:before,
      body input[type=submit]:hover.button--medium:before,
      body input[type=submit]:focus.button--medium:before,
      body input[type=submit]:focus-within.button--medium:before,
      body .gform_footer input:hover.button--medium:before,
      body .gform_footer input:focus.button--medium:before,
      body .gform_footer input:focus-within.button--medium:before,
      body .ginput_container.ginput_container_fileupload input:hover.button--medium:before,
      body .ginput_container.ginput_container_fileupload input:focus.button--medium:before,
      body .ginput_container.ginput_container_fileupload input:focus-within.button--medium:before {
        right: 15px; }
      body .button:hover.button--large:before, body .button:focus.button--large:before, body .button:focus-within.button--large:before,
      body button:hover.button--large:before,
      body button:focus.button--large:before,
      body button:focus-within.button--large:before,
      body input[type=submit]:hover.button--large:before,
      body input[type=submit]:focus.button--large:before,
      body input[type=submit]:focus-within.button--large:before,
      body .gform_footer input:hover.button--large:before,
      body .gform_footer input:focus.button--large:before,
      body .gform_footer input:focus-within.button--large:before,
      body .ginput_container.ginput_container_fileupload input:hover.button--large:before,
      body .ginput_container.ginput_container_fileupload input:focus.button--large:before,
      body .ginput_container.ginput_container_fileupload input:focus-within.button--large:before {
        right: 35px; }
  body .text-cta {
    font-family: "Ubuntu-Bold", sans-serif; }
    body .text-cta:after {
      content: '»';
      padding-left: 5px;
      transition: 0.35s ease; }
    body .text-cta:hover:after, body .text-cta:focus-within:after {
      margin-left: 5px;
      transition: 0.35s ease; }

.footer__flex {
  display: flex;
  flex-wrap: wrap; }
  .footer__flex * {
    color: #F3F3F1; }

.footer__top {
  margin-top: 50px;
  position: relative;
  flex-direction: column-reverse; }

.footer__logo {
  background-color: #4F4F48;
  padding: 30px 42px;
  z-index: 1; }

.footer__logo-wrapper {
  max-width: 275px; }

.footer__logo-link:hover svg,
.footer__logo-link:focus svg {
  transform: scale(1.1); }

.footer__signup {
  right: 0;
  bottom: 0;
  background-color: #F3F3F1;
  opacity: 1;
  z-index: 0;
  transition: 0.35s ease;
  transform: translateY(65px); }
  .footer__signup.form-open {
    background-color: #DFDFDA;
    transition: 0.35s ease; }
  .footer__signup.animated {
    transform: translateY(0);
    transition: 0.35s ease; }

.footer__signup-button {
  bottom: 0;
  font-size: 16px;
  padding: 16px 80px 14px 25px; }
  .footer__signup-button:before {
    transform: rotate(-90deg);
    right: 25px !important;
    top: 17px; }
  .footer__signup-button:hover:before, .footer__signup-button:focus:before {
    right: 25px !important;
    top: 10px; }

.footer__signup-form {
  height: 0;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.35s ease; }
  .footer__signup-form .gform_wrapper {
    margin: 0 !important; }

.form-open .footer__signup-form {
  height: 360px;
  transform: scaleY(1);
  transition: 0.35s ease; }

.form-open .footer__signup-button::before {
  transform: rotate(90deg); }

.gfield {
  padding: 0 20px 0 !important;
  margin: 0 !important;
  letter-spacing: 1px; }

.gform_footer {
  padding: 10px 20px !important;
  margin: 6px 0 !important; }

.gfield_label {
  color: #4F4F48;
  text-transform: uppercase;
  font-size: 13px !important; }

.ginput_container {
  margin: 0 !important; }
  .ginput_container input {
    line-height: 1; }

.gform_wrapper .top_label input,
.gform_wrapper .top_label select {
  width: 100% !important;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 5px 10px !important;
  color: #4F4F48; }
  .gform_wrapper .top_label input:hover, .gform_wrapper .top_label input:focus,
  .gform_wrapper .top_label select:hover,
  .gform_wrapper .top_label select:focus {
    border-bottom: 2px solid #C87041; }

.gform_confirmation_message {
  width: 300px;
  font-size: 18px;
  padding: 30px;
  color: #4F4F48; }

.footer__contact {
  background-color: #DFDFDA;
  padding: 20px 30px;
  font-family: "Ubuntu-Bold", sans-serif; }
  .footer__contact * {
    color: #4F4F48; }
  .footer__contact hr {
    margin: 15px 0; }

.footer__contact-title {
  font-family: "Ubuntu-Bold", sans-serif;
  width: 100%;
  font-size: 20px; }

.footer__copyright {
  font-size: 16px; }

.footer__email,
.footer__address,
.footer__phone {
  width: fit-content;
  width: -moz-fit-content; }

.footer__hover {
  color: #4F4F48 !important;
  background-image: linear-gradient(to top, #4F4F48 100%, #4F4F48 100%) !important;
  font-family: "Ubuntu-Regular", sans-serif !important; }
  .footer__hover:hover, .footer__hover:focus {
    color: #F3F3F1 !important; }

.footer__hours {
  padding: 20px 30px;
  background-color: #435E62;
  height: 70%; }

.footer__social {
  background-color: #597E81;
  height: 30%;
  display: flex;
  align-items: center;
  padding: 15px 30px; }

.footer__social-svg {
  height: 25px;
  width: 25px;
  fill: #F3F3F1;
  margin-right: 15px; }

.footer__social-link {
  height: 25px; }
  .footer__social-link:hover .footer__social-svg, .footer__social-link:focus .footer__social-svg {
    transform: scale(1.1);
    fill: #DFDFDA; }

.footer__support {
  padding: 30px;
  background-color: #4A4264;
  position: relative;
  min-height: 220px; }

.footer__support-logos {
  display: flex;
  flex-wrap: wrap; }
  .footer__support-logos a:focus .footer__support-logo,
  .footer__support-logos a:hover .footer__support-logo {
    transform: scale(1.075); }

.footer__support-logo {
  height: 60px;
  width: auto;
  max-width: 200px;
  margin: 10px 20px 10px 0; }

.footer__support-lig-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #645381; }

.footer__support-lig {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed; }
  .footer__support-lig span {
    font-size: 12px; }

* {
  outline: none !important; }

.skip-link.screen-reader-text {
  position: absolute;
  z-index: 100;
  left: -100%;
  background-color: #A75B2D;
  height: 65px;
  width: 243px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  transition: 0.35s ease; }
  .skip-link.screen-reader-text:focus {
    left: 0;
    transition: 0.35s ease; }

.logo__svg {
  height: 45px;
  width: 135px;
  transition: 0.35s ease; }

.logo__use {
  transform: scale(1);
  transition: 0.35s ease; }

.logo {
  width: 164px;
  padding: 13px 15px;
  height: 67px;
  transition: 0.35s ease; }
  .logo:focus-within .logo__use, .logo:hover .logo__use {
    transform: scale(0.97);
    transition: 0.35s ease; }

.header__main {
  background-color: #F3F3F1; }

.header__main-reverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse; }

.header__main-toggle-wrapper {
  height: 100%;
  width: 70px;
  cursor: pointer; }
  .header__main-toggle-wrapper .header__main-toggle {
    height: 9px;
    width: 38px;
    background-color: #4F4F48;
    position: relative;
    margin: 27px 15px;
    transition: background-color linear 0.3s 0.2s; }
    .header__main-toggle-wrapper .header__main-toggle:before {
      content: "";
      position: absolute;
      top: -15px;
      height: 9px;
      width: 38px;
      background-color: #4F4F48;
      transition: transform linear 0.3s, top linear 0.3s 0.2s; }
    .header__main-toggle-wrapper .header__main-toggle:after {
      content: "";
      position: absolute;
      height: 9px;
      width: 38px;
      top: 15px;
      background-color: #4F4F48;
      transition: transform linear 0.3s, top linear 0.3s 0.2s; }
  .header__main-toggle-wrapper:hover .header__main-toggle:before, .header__main-toggle-wrapper:focus .header__main-toggle:before {
    top: -18px; }
  .header__main-toggle-wrapper:hover .header__main-toggle:after, .header__main-toggle-wrapper:focus .header__main-toggle:after {
    top: 18px; }

.header__main-content {
  display: flex;
  position: fixed;
  align-items: center;
  background-color: #F3F3F1;
  height: 63px;
  box-shadow: 0 6px 0px -2px rgba(0, 0, 0, 0.37);
  z-index: 10;
  transition: 0.35s ease; }
  .header__main-content:before {
    content: "";
    background-color: #DFDFDA;
    width: 100%;
    height: 0px;
    position: absolute;
    box-shadow: 0 6px 0px -2px rgba(0, 0, 0, 0.37);
    top: 100%;
    z-index: -1; }
  .header__main-content .menu-main-menu-container {
    width: 100%;
    display: flex;
    pointer-events: none;
    transition: 0.35s ease; }
    .header__main-content .menu-main-menu-container > li a {
      font-size: 0px;
      padding: 0;
      opacity: 0;
      max-height: 100%;
      font-family: "Ubuntu-Bold", sans-serif !important;
      position: relative;
      text-transform: uppercase;
      transition: opacity linear 0.2s, padding linear 0.2s, font-size linear 0.2s 0.2s; }
      .header__main-content .menu-main-menu-container > li a:before {
        content: "";
        position: absolute;
        height: 0;
        width: 100%;
        background-color: #DFDFDA;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: height ease 0.4s 0.2s; }
    .header__main-content .menu-main-menu-container > li.menu-button > a {
      background-color: #A75B2D;
      color: #F3F3F1;
      transition: 0.35s ease; }
      .header__main-content .menu-main-menu-container > li.menu-button > a:hover, .header__main-content .menu-main-menu-container > li.menu-button > a:focus {
        background-color: #C87041;
        transition: 0.35s ease; }
      .header__main-content .menu-main-menu-container > li.menu-button > a .nav-arrow--next {
        color: #F3F3F1; }
  .header__main-content .sub-menu {
    position: absolute; }
    .header__main-content .sub-menu .menu-item {
      position: relative; }
      .header__main-content .sub-menu .menu-item a {
        font-size: 16px !important;
        padding: 10px 5px 10px 0px !important;
        display: block;
        transition: 0.35s ease; }
        .header__main-content .sub-menu .menu-item a:hover, .header__main-content .sub-menu .menu-item a:focus {
          padding: 10px 0px 10px 5px !important;
          transition: 0.35s ease; }
    .header__main-content .sub-menu::before {
      content: "";
      background-color: #DFDFDA;
      width: 100%;
      height: 20px; }

.menu-item-has-children > a {
  cursor: default; }

.menu-item-has-children:hover .sub-menu, .menu-item-has-children:focus-within .sub-menu {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform linear 0.2s 0.2s; }

.header__main-content.open .menu-main-menu-container {
  pointer-events: visible;
  transition: 0.35s ease; }
  .header__main-content.open .menu-main-menu-container > .menu-item a {
    font-size: 20px;
    padding: 23px 20px 20px;
    opacity: 1;
    transition: font-size linear 0.2s, padding linear 0.2s, opacity linear 0.2s 0.2s; }

.header__main-content.open .header__main-toggle-wrapper .header__main-toggle {
  background-color: #F3F3F1;
  transition: 0.35s ease; }
  .header__main-content.open .header__main-toggle-wrapper .header__main-toggle:before {
    top: 0;
    transform: rotate(45deg);
    transition: top linear 0.2s, transform linear 0.2s 0.2s; }
  .header__main-content.open .header__main-toggle-wrapper .header__main-toggle:after {
    top: 0;
    transform: rotate(-45deg);
    transition: top linear 0.2s, transform linear 0.2s 0.2s; }

.submenu__background {
  width: 100%;
  z-index: -2;
  top: 100%;
  position: absolute;
  content: "";
  position: absolute;
  width: 100%;
  background-color: #DFDFDA;
  height: 0px;
  top: 100%;
  left: 0;
  box-shadow: 0 6px 0px -2px rgba(0, 0, 0, 0.37);
  transition: all linear 0.2s 0.2s; }

.content__404 {
  margin: 60px 0 70px; }
  .content__404 h3 {
    margin-bottom: 50px; }

.error404 .hero__page-wrapper {
  background-color: #741A1A; }
  .error404 .hero__page-wrapper .hero__page-content {
    border-bottom: 20px solid #A53333; }
    .error404 .hero__page-wrapper .hero__page-content h1 {
      color: #741A1A !important; }

.post-password-form input[type=password] {
  width: 100%;
  border: none;
  height: 30px;
  padding: 20px;
  margin-bottom: 20px; }

.post-password-form label {
  color: #4F4F48;
  text-transform: uppercase;
  font-size: 13px !important;
  font-family: "Ubuntu-Bold", sans-serif;
  letter-spacing: 1px; }

.post-password-form input[type=submit] {
  padding: 5px 20px; }

.map__block {
  background-color: #4F4F48;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto 30px;
  padding-left: 30px;
  position: relative; }
  .map__block * {
    color: #F3F3F1; }

.map__block-wrap {
  margin: 0 auto; }

.map__title {
  margin-bottom: 50px; }

.map__block-content {
  position: relative;
  padding: 30px 20px 20px 0; }
  .map__block-content:before {
    content: url("../../src/svg/icon-location-ltgray.svg");
    top: -40px;
    position: absolute;
    height: 40px;
    width: 40px; }

.map__block-maplink {
  z-index: 1;
  cursor: pointer; }

#mapdiv {
  height: 100%;
  border: 1px solid #8A8B7B;
  border-bottom: 20px solid #8A8B7B;
  pointer-events: none; }
  #mapdiv .olTileImage {
    left: 0; }

.olControlZoom.olControlNoSelect,
.olControlAttribution {
  display: none !important; }

.map__block.blue {
  background-color: #435E62; }
  .map__block.blue #mapdiv {
    border: 1px solid #435E62;
    border-bottom: 20px solid #597E81; }
  .map__block.blue .map__block-content:before {
    content: url("../../src/svg/icon-location-ltblue.svg"); }

.map__block.green {
  background-color: #525B40; }
  .map__block.green #mapdiv {
    border: 1px solid #525B40;
    border-bottom: 20px solid #828E55; }
  .map__block.green .map__block-content:before {
    content: url("../../src/svg/icon-location-ltgreen.svg"); }

.map__block.purple {
  background-color: #4A4264; }
  .map__block.purple #mapdiv {
    border: 1px solid #4A4264;
    border-bottom: 20px solid #645381; }
  .map__block.purple .map__block-content:before {
    content: url("../../src/svg/icon-location-ltpurple.svg"); }

.map__block.red {
  background-color: #741A1A; }
  .map__block.red #mapdiv {
    border: 1px solid #741A1A;
    border-bottom: 20px solid #A53333; }
  .map__block.red .map__block-content:before {
    content: url("../../src/svg/icon-location-ltred.svg"); }

.map__block.gold {
  background-color: #856D0C; }
  .map__block.gold #mapdiv {
    border: 1px solid #856D0C;
    border-bottom: 20px solid #B29A36; }
  .map__block.gold .map__block-content:before {
    content: url("../../src/svg/icon-location-ltgold.svg"); }

.featured_exhibition-posts {
  display: flex;
  position: relative;
  flex-wrap: wrap; }

.featured_exhibition {
  display: flex;
  position: relative;
  margin-bottom: 50px; }

.featured_exhibition-image {
  overflow: hidden; }

.featured_exhibition-content {
  display: flex;
  flex-direction: column-reverse; }
  .featured_exhibition-content * {
    color: #F3F3F1; }
  .featured_exhibition-content hr {
    background: #F3F3F1;
    margin: 10px 0 15px; }

.featured_exhibitions {
  margin-bottom: 60px; }

.featured_exhibition-info {
  padding: 20px 40px 20px 20px;
  position: relative; }
  .featured_exhibition-info h4 {
    line-height: 1.15;
    font-size: 32px;
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .featured_exhibition-info .link-hover {
    line-height: 1.15;
    color: #F3F3F1;
    background-image: linear-gradient(to top, #F3F3F1 100%, #F3F3F1 100%); }

.featured_exhibition-posts.one-col .featured_exhibition-square {
  position: absolute;
  top: -50px; }
  .featured_exhibition-posts.one-col .featured_exhibition-square img {
    width: 70%; }

.featured_exhibition-posts.one-col.left .featured_exhibition-wrap:nth-child(even) .featured_exhibition-square,
.featured_exhibition-posts.one-col.right .featured_exhibition-wrap:nth-child(odd) .featured_exhibition-square {
  left: -50px; }

.featured_exhibition-posts.one-col.left .featured_exhibition-wrap:nth-child(odd) .featured_exhibition-square,
.featured_exhibition-posts.one-col.right .featured_exhibition-wrap:nth-child(even) .featured_exhibition-square {
  right: -50px;
  text-align: right; }

.featured_exhibition.gold {
  background-color: #856D0C; }
  .featured_exhibition.gold .featured_exhibition-image,
  .featured_exhibition.gold .featured_exhibition-square img {
    border-bottom: 20px solid #B29A36; }
  .featured_exhibition.gold .featured_exhibition-info .link-hover:hover,
  .featured_exhibition.gold .featured_exhibition-info .link-hover:focus {
    color: #856D0C; }

.featured_exhibition.green {
  background-color: #525B40; }
  .featured_exhibition.green .featured_exhibition-image,
  .featured_exhibition.green .featured_exhibition-square img {
    border-bottom: 20px solid #828E55; }
  .featured_exhibition.green .featured_exhibition-info .link-hover:hover,
  .featured_exhibition.green .featured_exhibition-info .link-hover:focus {
    color: #525B40; }

.featured_exhibition.blue {
  background-color: #435E62; }
  .featured_exhibition.blue .featured_exhibition-image,
  .featured_exhibition.blue .featured_exhibition-square img {
    border-bottom: 20px solid #597E81; }
  .featured_exhibition.blue .featured_exhibition-info .link-hover:hover,
  .featured_exhibition.blue .featured_exhibition-info .link-hover:focus {
    color: #435E62; }

.featured_exhibition.purple {
  background-color: #4A4264; }
  .featured_exhibition.purple .featured_exhibition-image,
  .featured_exhibition.purple .featured_exhibition-square img {
    border-bottom: 20px solid #645381; }
  .featured_exhibition.purple .featured_exhibition-info .link-hover:hover,
  .featured_exhibition.purple .featured_exhibition-info .link-hover:focus {
    color: #4A4264; }

.featured_exhibition.red {
  background-color: #741A1A; }
  .featured_exhibition.red .featured_exhibition-image,
  .featured_exhibition.red .featured_exhibition-square img {
    border-bottom: 20px solid #A53333; }
  .featured_exhibition.red .featured_exhibition-info .link-hover:hover,
  .featured_exhibition.red .featured_exhibition-info .link-hover:focus {
    color: #741A1A; }

.content__block {
  margin-top: 50px;
  margin-bottom: 50px; }

.no-results {
  margin: 80px 0; }

.pagination {
  margin: 50px 0; }
  .pagination ul {
    display: flex;
    justify-content: center; }
  .pagination li, .pagination a {
    display: block;
    padding: 0;
    height: 40px; }
  .pagination li {
    font-size: 1.125rem;
    font-family: "Ubuntu-Bold", sans-serif;
    margin: 5px;
    background-color: #DFDFDA; }
    .pagination li a {
      position: relative;
      width: 40px;
      line-height: 40px;
      text-align: center;
      color: #4F4F48;
      background-size: 100% 100%;
      z-index: 3;
      transition: 0.35s ease; }
      .pagination li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        width: 100%;
        background-color: #8A8B7B;
        z-index: -1;
        transition: 0.35s ease; }
      .pagination li a:hover, .pagination li a:focus-within, .pagination li a:active {
        color: #F3F3F1;
        transition: 0.35s ease; }
        .pagination li a:hover:after, .pagination li a:focus-within:after, .pagination li a:active:after {
          height: 100%;
          transition: 0.35s ease; }
    .pagination li.active {
      pointer-events: none; }
      .pagination li.active a {
        background: #4F4F48;
        color: #F3F3F1; }
  .pagination .pagination__next,
  .pagination .pagination__previous {
    background-color: transparent; }
    .pagination .pagination__next a,
    .pagination .pagination__previous a {
      font-size: 30px;
      color: #8A8B7B; }
  .pagination .pagination__previous--disabled {
    width: 40px;
    background-color: transparent !important;
    line-height: 40px;
    text-align: center;
    color: #DFDFDA;
    font-size: 30px; }

.hero__home {
  overflow: hidden; }

.flex-home {
  display: flex;
  flex-wrap: wrap; }

.hero__home-logo-wrapper {
  height: 100%;
  z-index: 1;
  background-color: #F3F3F1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between; }
  .hero__home-logo-wrapper .hero__home-logo-link {
    height: 152px;
    width: 150px; }

.hero__home-right {
  position: relative;
  z-index: 1; }

.hero__home-right-top {
  display: none; }

.hero__home-trigger {
  max-width: 100%; }

.hero__home-headline {
  padding: 50px 20px 10px;
  max-width: 100%; }
  .hero__home-headline .hero__home-header {
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }

.menu-main-menu-container > li > a:after {
  content: "";
  background: #DFDFDA;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.35s ease; }

.menu-main-menu-container > li > a:hover:after, .menu-main-menu-container > li > a:focus:after {
  width: calc(100% + 10px);
  transition: 0.35s ease; }

.hero__home-menu {
  margin-left: 20px; }
  .hero__home-menu li {
    text-align: end;
    text-transform: uppercase; }
    .hero__home-menu li a {
      z-index: 0;
      padding: 5px 30px 5px 0;
      transition: 0.35s ease;
      z-index: 0;
      font-family: "Ubuntu-Bold", sans-serif;
      position: relative; }
    .hero__home-menu li.menu-button a {
      color: #A75B2D; }
      .hero__home-menu li.menu-button a:after {
        background: #A75B2D; }
      .hero__home-menu li.menu-button a:hover, .hero__home-menu li.menu-button a:focus {
        color: #F3F3F1; }
    .hero__home-menu li .sub-menu {
      padding: 0 15px;
      z-index: -1;
      position: absolute;
      width: 275px;
      margin-top: -32px;
      right: 0;
      transition: 0.35s ease; }
      .hero__home-menu li .sub-menu li {
        text-align: left;
        font-size: 16px;
        padding: 5px 0; }
        .hero__home-menu li .sub-menu li a:hover,
        .hero__home-menu li .sub-menu li a:focus {
          padding: 5px 0 5px 7px;
          transition: 0.35s ease; }
      .hero__home-menu li .sub-menu li:not(:last-child) {
        border-bottom: 2px solid #8A8B7B; }
    .hero__home-menu li.open {
      transition: 0.35s ease; }
      .hero__home-menu li.open .sub-menu {
        right: -275px;
        transition: 0.35s ease; }

.hero__home-button {
  margin: 0 20px -20px; }
  .hero__home-button .button {
    text-align: center; }

.hero__home-image {
  position: relative;
  height: 100vh;
  max-height: 268px;
  flex-grow: 1; }

.hero__home .image-animate {
  position: relative;
  height: 100vh;
  max-height: 268px;
  flex-grow: 1; }
  .hero__home .image-animate:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F3F3F1; }
  .hero__home .image-animate.animated:after {
    height: 0;
    transition: height 1s; }

.hero__home-image-caption {
  background-color: #435E62;
  color: #F3F3F1;
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 4px;
  font-family: "Ubuntu-Bold", sans-serif;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed; }

.hero__home-details {
  position: relative;
  z-index: 3; }

.hero__home-detail {
  padding: 15px 20px;
  right: 20px;
  width: calc(100% - 40px);
  margin: 0 auto; }

.hero__home-detail1 {
  background-color: #F3F3F1;
  bottom: 0; }

.hero__home-detail2 {
  background-color: #435E62;
  top: 100%; }
  .hero__home-detail2 * {
    color: #F3F3F1; }

.detail_title {
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 18px;
  margin-bottom: 5px; }

.hero__home-additional.text .additional_text {
  background-color: #DFDFDA;
  padding: 50px 30px 30px;
  z-index: 3; }

.hero__home-additional.image {
  display: flex; }
  .hero__home-additional.image .additional_text {
    padding: 30px 0 30px 40px !important; }

.additional_image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 0 !important; }

.additional_image-header {
  display: flex;
  align-items: flex-end;
  background-color: #856D0C;
  padding: 40px 30px 20px; }
  .additional_image-header h2 {
    color: #F3F3F1; }

.hero__page {
  overflow: hidden;
  padding-bottom: 60px; }

.hero__page-wrapper {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .hero__page-wrapper.hero__short {
    height: 220px; }
  .hero__page-wrapper .hero__page-content {
    width: fit-content;
    width: -moz-fit-content;
    max-width: 91.667%;
    background-color: #F3F3F1;
    position: absolute;
    bottom: -20px;
    border-bottom: 20px solid #4F4F48; }
    .hero__page-wrapper .hero__page-content h2 {
      color: #F3F3F1;
      padding: 10px 30px 0px; }
  .hero__page-wrapper.none .hero__page-content h2 {
    color: #4F4F48; }
  .hero__page-wrapper.gold .hero__page-content {
    background-color: #856D0C;
    border-bottom: 20px solid #B29A36; }
  .hero__page-wrapper.blue .hero__page-content {
    background-color: #435E62;
    border-bottom: 20px solid #597E81; }
  .hero__page-wrapper.green .hero__page-content {
    background-color: #525B40;
    border-bottom: 20px solid #828E55; }
  .hero__page-wrapper.purple .hero__page-content {
    background-color: #4A4264;
    border-bottom: 20px solid #645381; }
  .hero__page-wrapper.red .hero__page-content {
    background-color: #741A1A;
    border-bottom: 20px solid #A53333; }

.single .hero__page-wrapper {
  z-index: -1;
  height: 350px; }

.exhibition .single-flex {
  justify-content: space-between; }

.exhibition-content {
  padding-bottom: 30px; }

.exhibition__content {
  padding-right: 0 !important; }

.exhibition-credits {
  padding: 50px 0 50px;
  position: relative; }
  .exhibition-credits:before {
    content: "";
    width: 40vw;
    height: 3px;
    position: absolute;
    top: 0%;
    left: -25vw; }

.exhibition__cta,
.exhibition__cta-image {
  max-width: 100%;
  width: 100%; }

.exhibition__cta {
  margin-top: -80px;
  z-index: 3; }

.exhibition__cta-image-wrapper {
  height: fit-content;
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden; }

.exhibition-button {
  width: 100%;
  text-align: center; }

.exhibition__details {
  overflow-x: hidden;
  margin-bottom: 150px;
  padding-top: 40px;
  padding-bottom: 15px; }
  .exhibition__details .exhibition__details-flex .flex {
    flex-direction: row;
    justify-content: center; }

.exhibition__details-svg {
  height: 30px;
  width: 30px; }

.exhibition__details-hours {
  padding: 20px 0 20px;
  margin: auto 0; }
  .exhibition__details-hours .text-cta {
    color: #F3F3F1; }
  .exhibition__details-hours h5, .exhibition__details-hours p {
    color: #F3F3F1;
    margin-bottom: 0; }
  .exhibition__details-hours p {
    font-size: 16px; }

.exhibition__details-icons {
  background-color: #DFDFDA;
  padding: 20px 30px 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.exhibition__details-icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .exhibition__details-icon h5 {
    margin: 0; }

.exhibition__details-svg {
  height: 20px;
  width: 20px;
  margin-right: 15px; }

.media_links {
  margin-top: 15px;
  margin-bottom: 30px; }

.media_link {
  padding: 1px 2px;
  line-height: 15px;
  margin-right: 15px;
  font-size: 20px;
  font-family: "Ubuntu-Regular", sans-serif !important;
  color: #4F4F48 !important;
  background-image: linear-gradient(to top, #4F4F48 100%, #4F4F48 100%) !important; }
  .media_link:hover, .media_link:focus {
    color: #F3F3F1 !important; }

.media_link2 {
  position: relative; }
  .media_link2:after {
    content: "|";
    color: #4F4F48;
    position: absolute;
    left: -8px; }

.exhibition__photo-flex {
  flex-direction: column-reverse; }

.exhibition__photo-block {
  position: relative; }

.exhibition__photo-content {
  background-color: #DFDFDA;
  z-index: 1;
  padding: 20px; }
  .exhibition__photo-content p {
    font-size: 16px; }

.exhibition__photo-image .exhibition__cta-image-wrapper {
  margin-bottom: 0; }

.exhibition.gold .exhibition__details-flex,
.exhibition.gold .exhibition-credits:before,
.exhibition.gold blockquote {
  background-color: #856D0C; }

.exhibition.gold .exhibition__cta-image-wrapper,
.exhibition.gold .exhibition__details-icons,
.exhibition.gold blockquote {
  border-bottom: 10px solid #B29A36; }

.exhibition.gold .exhibition__details-svg {
  fill: #856D0C; }

.exhibition.blue .exhibition__details-flex,
.exhibition.blue .exhibition-credits:before,
.exhibition.blue blockquote {
  background-color: #435E62; }

.exhibition.blue .exhibition__cta-image-wrapper,
.exhibition.blue .exhibition__details-icons,
.exhibition.blue blockquote {
  border-bottom: 10px solid #597E81; }

.exhibition.blue .exhibition__details-svg {
  fill: #435E62; }

.exhibition.green .exhibition__details-flex,
.exhibition.green .exhibition-credits:before,
.exhibition.green blockquote {
  background-color: #525B40; }

.exhibition.green .exhibition__cta-image-wrapper,
.exhibition.green .exhibition__details-icons,
.exhibition.green blockquote {
  border-bottom: 10px solid #828E55; }

.exhibition.green .exhibition__details-svg {
  fill: #525B40; }

.exhibition.purple .exhibition__details-flex,
.exhibition.purple .exhibition-credits:before,
.exhibition.purple blockquote {
  background-color: #4A4264; }

.exhibition.purple .exhibition__cta-image-wrapper,
.exhibition.purple .exhibition__details-icons,
.exhibition.purple blockquote {
  border-bottom: 10px solid #645381; }

.exhibition.purple .exhibition__details-svg {
  fill: #4A4264; }

.exhibition.red .exhibition__details-flex,
.exhibition.red .exhibition-credits:before,
.exhibition.red blockquote {
  background-color: #741A1A; }

.exhibition.red .exhibition__cta-image-wrapper,
.exhibition.red .exhibition__details-icons,
.exhibition.red blockquote {
  border-bottom: 10px solid #A53333; }

.exhibition.red .exhibition__details-svg {
  fill: #741A1A; }

.archive__posts {
  margin-top: 50px; }

.archive .featured_exhibition-posts .featured_exhibition-image {
  right: -20px !important; }

.archive .featured_exhibition-posts:nth-child(3n+1) .featured_exhibition-image {
  right: 20px !important; }

@media (min-width: 720px) {
  .flex {
    padding: 0 20px 0 40px; }
    .flex [class*='col-sm'] {
      padding-right: 20px; }
  .col-md-1-1 {
    width: 100%; }
  .col-md-1-2 {
    width: 50%; }
  .col-md-1-3 {
    width: 33.333%; }
  .col-md-2-3 {
    width: 66.667%; }
  .col-md-1-4 {
    width: 25%; }
  .col-md-3-4 {
    width: 75%; }
  .col-md-1-5 {
    width: 20%; }
  .col-md-2-5 {
    width: 40%; }
  .col-md-3-5 {
    width: 60%; }
  .col-md-4-5 {
    width: 80%; }
  .col-md-1-6 {
    width: 16.667%; }
  .col-md-5-6 {
    width: 83.333%; }
  .col-md-1-7 {
    width: 14.286%; }
  .col-md-2-7 {
    width: 28.571%; }
  .col-md-3-7 {
    width: 42.857%; }
  .col-md-4-7 {
    width: 57.143%; }
  .col-md-5-7 {
    width: 71.429%; }
  .col-md-6-7 {
    width: 85.714%; }
  .col-md-1-8 {
    width: 12.5%; }
  .col-md-3-8 {
    width: 37.5%; }
  .col-md-5-8 {
    width: 62.5%; }
  .col-md-7-8 {
    width: 87.5%; }
  .col-md-1-10 {
    width: 10%; }
  .col-md-3-10 {
    width: 30%; }
  .col-md-5-10 {
    width: 50%; }
  .col-md-7-10 {
    width: 70%; }
  .col-md-9-10 {
    width: 90%; }
      body .wysiwyg blockquote {
        width: 75%; }
      body .button.button--large,
      body button.button--large,
      body input[type=submit].button--large,
      body .gform_footer input.button--large,
      body .ginput_container.ginput_container_fileupload input.button--large {
        padding: 21px 150px 20px 35px;
        font-size: 1.875rem; }
        body .button.button--large:after,
        body button.button--large:after,
        body input[type=submit].button--large:after,
        body .gform_footer input.button--large:after,
        body .ginput_container.ginput_container_fileupload input.button--large:after {
          width: 114px; }
        body .button.button--large:before,
        body button.button--large:before,
        body input[type=submit].button--large:before,
        body .gform_footer input.button--large:before,
        body .ginput_container.ginput_container_fileupload input.button--large:before {
          right: 45px; }
    .footer__signup {
      position: absolute; }
    .footer__signup-form {
      transform-origin: top; }
    .content__404 {
      margin: 80px 0 130px; }
  .page__content {
    background-color: #F3F3F1;
    padding-top: 55px;
    margin-top: -130px;
    z-index: 1;
    position: relative; }
    .page__content:before {
      content: "";
      position: absolute;
      background-color: #F3F3F1;
      top: 0;
      right: 100%;
      height: 80px;
      width: calc(100vw - 100%); }
  .page .hero__page-content {
    z-index: 2;
    bottom: 50px !important; }
    .map__title {
      margin-bottom: 80px; }
    .map__block-maplink {
      width: 60%;
      margin: -40px 0 -20px !important; }
    .featured_exhibition-content {
      width: 80%; }
  .featured_exhibitions.one-col {
    margin-bottom: 90px; }
    .featured_exhibition-info {
      padding: 20px 20px 20px 20px; }
  .featured_exhibition-posts.one-col.left .featured_exhibition-wrap:nth-child(even) .featured_exhibition,
  .featured_exhibition-posts.one-col.right .featured_exhibition-wrap:nth-child(odd) .featured_exhibition {
    flex-direction: row; }
  .featured_exhibition-posts.one-col.left .featured_exhibition-wrap:nth-child(odd) .featured_exhibition,
  .featured_exhibition-posts.one-col.right .featured_exhibition-wrap:nth-child(even) .featured_exhibition {
    flex-direction: row-reverse; }
  .featured_exhibition-posts.one-col .featured_exhibition-wrap:not(:last-child) .featured_exhibition {
    margin-bottom: 150px; }
  .featured_exhibition-posts.one-col .featured_exhibition-content {
    width: 40%;
    min-width: 300px; }
  .featured_exhibition-posts.one-col .featured_exhibition-info {
    margin-top: 220px; }
  .featured_exhibition-posts.one-col .featured_exhibition-image {
    margin-top: -50px;
    flex-grow: 1;
    margin-bottom: -50px; }
  .featured_exhibition-posts.two-col .featured_exhibition-info,
  .featured_exhibition-posts.three-col .featured_exhibition-info {
    margin-top: 330px; }
  .featured_exhibition-posts.two-col .featured_exhibition-image,
  .featured_exhibition-posts.three-col .featured_exhibition-image {
    position: absolute;
    height: 330px;
    width: 100%;
    top: -20px;
    right: -20px; }
  .featured_exhibition-posts.two-col .featured_exhibition,
  .featured_exhibition-posts.three-col .featured_exhibition {
    margin-bottom: 50px; }
  .featured_exhibition-posts.three-col .featured_exhibition-content {
    width: 100%; }
    .content__block {
      margin-top: 80px;
      margin-bottom: 80px; }
    .hero__home-headline {
      max-width: 100%;
      padding: 50px 30px 10px; }
    .hero__home-image {
      max-height: 600px; }
    .hero__home .image-animate {
      max-height: 600px; }
    .hero__home-detail {
      padding: 35px 20px;
      position: absolute;
      width: calc(33vw);
      margin: 0;
      right: 0; }
    .hero__home-additional.image {
      height: 500px; }
      .hero__page-wrapper .hero__page-content {
        max-width: 58.333%; }
    .single .hero__page-wrapper {
      height: 600px; }
    .exhibition__cta {
      position: sticky;
      top: 20px;
      margin-bottom: 20px; }
    .exhibition__details-hours {
      padding: 40px 0 40px; }
    .exhibition__details-icons {
      height: calc(100% + 60px);
      margin-top: -30px;
      margin-bottom: -30px; }
    .exhibition.gold .exhibition__cta-image-wrapper,
    .exhibition.gold .exhibition__details-icons,
    .exhibition.gold blockquote {
      border-bottom: 20px solid #B29A36; }
    .exhibition.blue .exhibition__cta-image-wrapper,
    .exhibition.blue .exhibition__details-icons,
    .exhibition.blue blockquote {
      border-bottom: 20px solid #597E81; }
    .exhibition.green .exhibition__cta-image-wrapper,
    .exhibition.green .exhibition__details-icons,
    .exhibition.green blockquote {
      border-bottom: 20px solid #828E55; }
    .exhibition.purple .exhibition__cta-image-wrapper,
    .exhibition.purple .exhibition__details-icons,
    .exhibition.purple blockquote {
      border-bottom: 20px solid #645381; }
    .exhibition.red .exhibition__cta-image-wrapper,
    .exhibition.red .exhibition__details-icons,
    .exhibition.red blockquote {
      border-bottom: 20px solid #A53333; } }

@media (min-width: 900px) {
  .flex {
    padding: 0 50px 0 100px; }
    .flex [class*='col-sm'] {
      padding-right: 50px; }
  .col-lg-1-1 {
    width: 100%; }
  .col-lg-1-2 {
    width: 50%; }
  .col-lg-1-3 {
    width: 33.333%; }
  .col-lg-2-3 {
    width: 66.667%; }
  .col-lg-1-4 {
    width: 25%; }
  .col-lg-3-4 {
    width: 75%; }
  .col-lg-1-5 {
    width: 20%; }
  .col-lg-2-5 {
    width: 40%; }
  .col-lg-3-5 {
    width: 60%; }
  .col-lg-4-5 {
    width: 80%; }
  .col-lg-1-6 {
    width: 16.667%; }
  .col-lg-5-6 {
    width: 83.333%; }
  .col-lg-1-7 {
    width: 14.286%; }
  .col-lg-2-7 {
    width: 28.571%; }
  .col-lg-3-7 {
    width: 42.857%; }
  .col-lg-4-7 {
    width: 57.143%; }
  .col-lg-5-7 {
    width: 71.429%; }
  .col-lg-6-7 {
    width: 85.714%; }
  .col-lg-1-8 {
    width: 12.5%; }
  .col-lg-3-8 {
    width: 37.5%; }
  .col-lg-5-8 {
    width: 62.5%; }
  .col-lg-7-8 {
    width: 87.5%; }
  .col-lg-1-10 {
    width: 10%; }
  .col-lg-3-10 {
    width: 30%; }
  .col-lg-5-10 {
    width: 50%; }
  .col-lg-7-10 {
    width: 70%; }
  .col-lg-9-10 {
    width: 90%; }
  .col-lg-1-12 {
    width: 8.333%; }
  .col-lg-3-12 {
    width: 25%; }
  .col-lg-5-12 {
    width: 41.667%; }
  .col-lg-7-12 {
    width: 58.333%; }
  .col-lg-9-12 {
    width: 75%; }
    .footer__signup {
      right: 30px; }
  header .header__main-content {
    top: -70px; }
  header.is-scrolled .header__main-content {
    top: 0px; }
      .header__main-content .menu-main-menu-container > li:hover a:before, .header__main-content .menu-main-menu-container > li:focus-within a:before {
        height: 100%;
        transition: height ease 0.4s 0.2s; }
      .header__main-content .sub-menu {
        margin: 10px 0 10px 20px;
        width: 215px;
        top: 100%;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform linear 0.2s 0.2s; }
        .header__main-content .sub-menu .menu-item:not(:last-child) {
          border-bottom: 1px solid #4F4F48; }
  .featured_exhibition-posts.three-col .featured_exhibition-image {
    height: 230px; }
  .featured_exhibition-posts.three-col .featured_exhibition-info {
    margin-top: 220px; }
  .featured_exhibition-posts.three-col .featured_exhibition-wrap:nth-child(3n+1) .featured_exhibition-image {
    right: 20px; }
    .hero__home-logo-wrapper:before {
      content: "";
      background-color: #DFDFDA;
      height: 100%;
      width: 275px;
      position: absolute;
      right: 0;
      z-index: -1;
      transition: 0.35s ease; }
    .hero__home-logo-wrapper.open:before {
      right: -275px;
      transition: 0.35s ease; }
    .hero__home-right {
      min-width: 345px; }
    .hero__home-right-top {
      padding: 30px 0 30px 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 100%; }
    .hero__home-button {
      margin: 0; }
      .hero__home-button .button {
        width: calc(100% + 114px); }
    .hero__home-image {
      max-height: 800px; }
    .hero__home .image-animate {
      max-height: 800px; }
    .hero__home-detail {
      width: 25vw; }
  .hero__home-additional.text {
    background-color: #DFDFDA; }
    .single .hero__page-wrapper {
      max-height: 800px;
      height: calc( 100vh - 20px); }
    .exhibition__photo-content {
      position: absolute;
      top: -50px;
      min-width: 360px;
      max-width: 360px; }
  .exhibition__photo-image {
    height: 585px;
    margin-left: auto; } }

@media (max-width: 719px) {
      body p,
      body li {
        font-size: 1.125rem; }
      body h1 {
        font-size: 2.375rem; }
      body h2 {
        font-size: 2rem; }
      body h3 {
        font-size: 1.5625rem; }
      body h4 {
        font-size: 1.25rem; }
      body h5 {
        font-size: 1.125rem; }
    .footer__signup-button {
      width: 100%; }
    .footer__support-logo {
      width: 150px;
      margin: 5px 10px 5px 0; }
    .map__block {
      flex-direction: column; }
    .map__block-maplink {
      height: 200px;
      bottom: 0;
      margin: 0px 10px -20px -10px !important; }
    .featured_exhibition {
      flex-direction: column-reverse;
      margin-right: 20px;
      margin-bottom: 50px; }
    .featured_exhibition-image {
      height: 200px;
      width: calc(100%);
      margin-bottom: 0;
      margin-top: -20px;
      margin-left: 20px; }
    .featured_exhibition-posts.one-col .featured_exhibition-square {
      display: none; }
    .hero__home-image-caption {
      display: none; }
    .hero__home-details {
      margin-top: -30px;
      margin-bottom: -30px; }
  .flex-additional {
    padding: 0; }
    .hero__home-additional.image {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      background-color: transparent; }
      .hero__home-additional.image .additional_text {
        background-color: #856D0C; }
  .hero__home-additional {
    padding-right: 0 !important; }
    .additional_image {
      height: 220px;
      width: 100%; }
    .additional_image-header {
      background-color: #856D0C;
      padding-top: 60px; }
    .exhibition__cta {
      width: fit-content;
      width: -moz-fit-content;
      margin-top: 0px; }
    .exhibition__details {
      margin: 50px 0;
      padding: 0 20px; }
    .exhibition__details-icons {
      margin-right: -40px;
      margin-left: -40px; } }

@media (max-width: 899px) {
    .header__main-reverse {
      flex-direction: column;
      align-items: flex-end; }
    .header__main-content {
      width: 100%;
      align-items: flex-start;
      justify-content: space-between; }
      .header__main-content .menu-main-menu-container > li.menu-button {
        margin-top: 20px; }
      .header__main-content .menu-main-menu-container {
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        top: 65px; }
        .header__main-content .menu-main-menu-container > li {
          padding: 10px 0; }
          .header__main-content .menu-main-menu-container > li.button a {
            background-color: #A75B2D;
            color: #F3F3F1;
            margin: 20px 20px 0 0 !important;
            padding: 8px 15px !important; }
      .header__main-content .sub-menu {
        top: 0;
        padding: 30px 10px;
        border: 3px solid #8A8B7B;
        border-bottom: none;
        height: calc(100vh - 65px);
        width: calc(100vw + 6px);
        background-color: #DFDFDA;
        left: 100%;
        display: none; }
        .header__main-content .sub-menu .menu-item {
          height: 50px; }
          .header__main-content .sub-menu .menu-item a {
            padding: 15px 5px 15px 0px !important;
            text-align: right;
            font-size: 16px !important; }
        .header__main-content .sub-menu.is-active {
          display: block; }
        .header__main-content .sub-menu .sub-menu__header {
          display: flex;
          align-items: center;
          flex-direction: row-reverse;
          justify-content: center;
          text-align: center;
          font-family: "Ubuntu-Bold", sans-serif;
          font-size: 20px;
          text-transform: uppercase;
          margin-bottom: 15px; }
        .header__main-content .sub-menu .nav-arrow {
          background-color: transparent;
          padding: 10px 15px; }
          .header__main-content .sub-menu .nav-arrow.nav-arrow--next {
            margin-left: 10px !important;
            width: 20px; }
          .header__main-content .sub-menu .nav-arrow.nav-arrow--back {
            position: absolute !important;
            left: 0px;
            top: 28px;
            width: 40px;
            height: 40px;
            z-index: 10; }
            .header__main-content .sub-menu .nav-arrow.nav-arrow--back:after {
              width: 40px;
              height: 40px;
              transform: rotate(180deg);
              color: #F3F3F1;
              top: 0; }
            .header__main-content .sub-menu .nav-arrow.nav-arrow--back:before {
              transform: rotate(180deg);
              top: 10px; }
  .header__main-content.open {
    height: 100vh; }
  .logged-in .header__main {
    margin-top: 46px; }
    .featured_exhibition-posts.one-col.left .featured_exhibition-wrap:nth-child(even) .featured_exhibition-square,
    .featured_exhibition-posts.one-col.right .featured_exhibition-wrap:nth-child(odd) .featured_exhibition-square {
      left: -20px; }
    .featured_exhibition-posts.one-col.left .featured_exhibition-wrap:nth-child(odd) .featured_exhibition-square,
    .featured_exhibition-posts.one-col.right .featured_exhibition-wrap:nth-child(even) .featured_exhibition-square {
      right: -20px; }
  .hero__wrapper.hero__home-wrapper {
    padding-top: 80px; }
        .hero__page-wrapper .hero__page-content h2 {
          font-size: 28px;
          padding: 8px 20px 0px; }
    .exhibition__photo-flex {
      padding: 0; }
    .exhibition__photo-content {
      margin-top: -30px;
      margin: -30px 10px 0 20px; }
  .exhibition__photo-image {
    padding: 0 !important; } }

@media (min-width: 720px) and (max-width: 899px) {
  .featured_exhibition-posts.three-col .featured_exhibition {
    width: calc(100% - 10px); }
  .hero__home-additional.text .additional_text {
    padding-right: 16.667%; } }

@media (max-width: 899px) and (min-width: 720px) {
    .hero__page-wrapper .hero__page-content h2 {
      font-size: 40px; }
    .exhibition__photo-content {
      margin: -30px 0px 0 20px; } }
