@charset "UTF-8";
/*!
 * Theme Name: Old Sturbridge Village New 2025
 * Description: 2017 Website Theme
 * Author: AKA NYC
*/
/*
 __   ___   ___ ___   _   ___ _    ___ ___ 
 \ \ / /_\ | _ \_ _| /_\ | _ ) |  | __/ __|
  \ V / _ \|   /| | / _ \| _ \ |__| _|\__ \
   \_/_/ \_\_|_\___/_/ \_\___/____|___|___/ VARIABLES */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.invisible {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: auto;
}
.invisible.focusable:active, .invisible.focusable:focus {
  position: static;
  clip: auto;
}

.visible {
  position: static;
  clip: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*___ ___ ___ ___ _____ 
 | _ \ __/ __| __|_   _|
 |   / _|\__ \ _|  | |  
 |_|_\___|___/___| |_| RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

img, embed, iframe, object, video {
  max-width: 100%;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  touch-action: manipulation;
}

#wpadminbar {
  margin-top: 0;
}

.entry-content img, .comment-content img, .widget img, .entry-summary img, .wp-caption {
  max-width: 100%;
}

img[class*=align], img[class*=wp-image-], .comment-content img[height], .entry-content img, .entry-summary img, img[class*=attachment-] {
  height: auto;
}

img.size-auto, img.size-full, img.size-large, img.size-medium, img.size-thumbnail, .wp-post-image, .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 1em auto;
}

.alignleft, .alignright {
  display: inline;
  margin-bottom: 1em;
}
.alignleft:before, .alignright:before {
  content: " ";
  display: table;
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 1em;
  text-align: left;
}
.alignleft .wp-caption-text, .alignleft .wp-caption-dd {
  padding-right: 10px;
}

.alignright {
  float: right;
  margin-left: 1em;
  text-align: right;
}
.alignright .wp-caption-text, .alignright .wp-caption-dd {
  padding-left: 10px;
}

.wp-caption-text, .wp-caption-dd {
  margin-top: 0;
  font-size: 0.75em;
  text-align: center;
  color: #777;
}

/*___ _    ___  ___   _   _    
 / __| |  / _ \| _ ) /_\ | |   
| (_ | |_| (_) | _ \/ _ \| |__ 
 \___|____\___/|___/_/ \_\____| GLOBAL */
body {
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: white;
}

main {
  margin: 0;
}

p + p, p + ul, p + ol, p + li, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + blockquote, p + pre, ul + p, ul + ul, ul + ol, ul + li, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + blockquote, ul + pre, ol + p, ol + ul, ol + ol, ol + li, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + blockquote, ol + pre, li + p, li + ul, li + ol, li + li, li + h1, li + h2, li + h3, li + h4, li + h5, li + h6, li + blockquote, li + pre, h1 + p, h1 + ul, h1 + ol, h1 + li, h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + blockquote, h1 + pre, h2 + p, h2 + ul, h2 + ol, h2 + li, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + blockquote, h2 + pre, h3 + p, h3 + ul, h3 + ol, h3 + li, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3 + blockquote, h3 + pre, h4 + p, h4 + ul, h4 + ol, h4 + li, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4 + blockquote, h4 + pre, h5 + p, h5 + ul, h5 + ol, h5 + li, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5 + blockquote, h5 + pre, h6 + p, h6 + ul, h6 + ol, h6 + li, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6 + blockquote, h6 + pre, blockquote + p, blockquote + ul, blockquote + ol, blockquote + li, blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6, blockquote + blockquote, blockquote + pre, pre + p, pre + ul, pre + ol, pre + li, pre + h1, pre + h2, pre + h3, pre + h4, pre + h5, pre + h6, pre + blockquote, pre + pre {
  margin-top: 1em;
}

b, strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

h1, .h1 {
  font-family: "din-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1 b, h1 strong, .h1 b, .h1 strong {
  font-weight: 400;
}
h1 em, h1 i, .h1 em, .h1 i {
  font-style: normal;
}

h1, .h1 {
  font-size: 2em;
  color: #032d4d;
}

h2, .h2 {
  font-size: 1.5em;
  color: #0D6092;
}

h3, .h3 {
  font-size: 1.25em;
  color: #5C6471;
}

h4, .h4 {
  font-size: 1.125em;
  color: #544E58;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.875em;
}

a {
  text-decoration: none;
  color: inherit;
}

p a, ol a, ul a, blockquote a {
  text-decoration: underline;
  color: #05528c;
}
p a:hover, ol a:hover, ul a:hover, blockquote a:hover {
  color: white;
  background-color: #05528c;
  text-decoration: none;
}

ul, ol {
  list-style-position: outside;
  padding-left: 1.6em;
}
ul ul, ul ol, ol ul, ol ol {
  margin-left: 1em;
  margin-top: 1em;
}
ul ul ul > li:before, ul ol ul > li:before, ol ul ul > li:before, ol ol ul > li:before {
  content: "– ";
}
ul ul ol, ul ol ol, ol ul ol, ol ol ol {
  list-style-type: lower-roman;
}
ul ul > li:before, ol ul > li:before {
  content: "o ";
}
ul ol, ol ol {
  list-style-type: lower-alpha;
}

ul {
  list-style: none;
}
ul > li:before {
  content: "• ";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: orange;
}

ol {
  list-style-type: decimal;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote {
  padding-left: 1em;
  padding-right: 1em;
  border-left: 0.5em solid #999;
}
blockquote cite {
  display: block;
  font-size: 0.75em;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  width: 100%;
  height: 0;
  margin: 3em auto;
  border: none;
  border-top: 1px solid #b2b2b2;
}

.toggler {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: auto;
}
.toggler.focusable:active, .toggler.focusable:focus {
  position: static;
  clip: auto;
}
.toggler + * {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: auto;
}
.toggler + *.focusable:active, .toggler + *.focusable:focus {
  position: static;
  clip: auto;
}
.toggler:checked + * {
  position: static;
  clip: auto;
  animation: fadein 0.3s ease-in-out 1;
}

.toggler_label {
  cursor: pointer;
}

button {
  display: inline-block;
  padding: 0.25em 1em;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  color: white;
  background: black;
  border: 1px solid black;
  border-radius: 0;
  cursor: pointer;
}
button:hover {
  color: black;
  background-color: white;
}
button.fullwidth {
  display: block;
}

.button {
  --button-color: #032d4d;
  --button-hover-color: white;
  --button-bg-color: transparent;
  display: inline-block;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--button-color);
  border: 1px solid;
  background-color: var(--button-bg-color);
}
.button.white {
  --button-color: white;
  --button-hover-color: black;
}
.button.green {
  --button-color: #879947;
}
.button.teal {
  --button-color: #58999D;
}
.button:hover {
  color: var(--button-hover-color);
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.button.solid {
  color: var(--button-hover-color);
  border-color: var(--button-color);
  background-color: var(--button-color);
}
.button.solid:hover {
  color: var(--button-color);
  background-color: var(--button-hover-color);
}
.button.fullwidth {
  display: block;
  text-align: center;
}

.embed_container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed_container iframe, .embed_container object, .embed_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

/*_  _ ___   _   ___  ___ ___
 | || | __| /_\ |   \| __| _ \
 | __ | _| / _ \| |) | _||   /
 |_||_|___/_/ \_\___/|___|_|_\ HEADER */
.site_header {
  position: relative;
  z-index: 10;
  background-color: white;
}
@media (min-width: 992px) {
  .site_header {
    font-size: 1.125em;
  }
}
@media (min-width: 1200px) {
  .site_header {
    font-size: 1.25em;
  }
}
@media (min-width: 1600px) {
  .site_header {
    font-size: 1.375em;
  }
}
@media (min-width: 768px) and (min-height: 800px) {
  .site_header {
    position: sticky;
    top: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}

.site_header_greenbar {
  padding: 0.25em;
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #879947;
}
@media (min-width: 768px) {
  .site_header_greenbar {
    position: relative;
    font-size: 1em;
  }
}

.greenbar_mobilelink {
  color: white;
  text-decoration: none;
}
.greenbar_mobilelink:hover {
  color: #879947;
  background-color: white;
}

.greenbar_desktopcontent {
  position: absolute;
  top: 100%;
  right: 1rem;
  margin-top: 0;
  display: flex;
}

.greenbar_button {
  display: block;
  padding: 0.25em 0.5em;
  letter-spacing: 1px;
  background-color: #879947;
}
.greenbar_button:hover {
  background-color: #687637;
}

.greenbar_button_wrap {
  padding-left: 0.5rem;
}
.greenbar_button_wrap:first-child {
  padding-left: 0;
}

.greenbar_icons {
  margin-top: 0;
  padding-right: 0.5em;
  text-align: right;
  color: black;
}
.greenbar_icons .calendar_icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-top: 0;
  padding: 0.375em;
}

.mobile-only .calendar_icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-top: 0;
  padding: 0.375em;
}

.desktop_search {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.search-form {
  height: 100%;
  padding: 0.25em;
  font-size: 0.75em;
}
.search-form label {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  cursor: pointer;
}
.search-form label img {
  width: 2rem;
  height: 100%;
  padding: 0.375rem;
}
.search-form input[type=search] {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 200ms;
}
.search-form input[type=search].expanded {
  width: 170px;
  padding: 0.25em;
  opacity: 1;
}
.search-form input[type=search].expanded + button {
  width: auto;
  padding: 0.25em 0.5em;
  opacity: 1;
}
.search-form button {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
  border-left: 0;
  background-color: #ebebeb;
  opacity: 0;
  transition: all 200ms;
}

.site_header_mobilizer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .site_header_mobilizer {
    justify-content: flex-start;
  }
}

.hamburger {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  padding: 0.5rem 1rem;
  font-size: 0.625em;
  font-weight: 700;
  line-height: 1;
}
.hamburger .bar {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background-color: black;
  transition: transform 250ms;
}
.hamburger.opened .bar1 {
  transform: rotate(45deg) translate(0, 0.4em) scale(0.5);
}
.hamburger.opened .bar2 {
  transform: rotate(-45deg) translate(0, -0.3em) scale(0.5);
}
.hamburger.opened .bar3 {
  opacity: 0;
}

.site_logo {
  display: block;
  vertical-align: middle;
  margin-top: 0;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  max-width: 20em;
  flex: 1;
}
@media (min-width: 992px) {
  .site_logo {
    max-width: 25em;
  }
}
@media (min-width: 1200px) {
  .site_logo {
    max-width: 30em;
  }
}
.site_logo img {
  display: block;
  width: 100%;
}

.site_header_slideout {
  position: absolute;
  z-index: 10;
  clip: auto;
  left: -100%;
  width: 100%;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: left 300ms;
}

.slideout_bg {
  display: block;
  padding: 1rem;
  background-color: white;
}
@media (min-width: 768px) {
  .slideout_bg {
    position: absolute;
  }
}

.mobile_buttons a.button {
  margin-bottom: 0.2rem;
}

.site_nav {
  margin: 0.25rem -1rem 0;
  padding: 0 1rem;
  border-bottom: 3px solid #032d4d;
}
.site_nav ul {
  padding-left: 0;
  list-style: none;
  position: relative;
}
.site_nav li {
  margin-top: 0;
}
.site_nav li:before {
  content: none !important;
}
.site_nav a {
  display: block;
  padding: 0.625em 0;
  text-decoration: none;
  color: #6e6e6e;
  border-bottom: 1px solid #b2b2b2;
}
@media (min-width: 768px) {
  .site_nav a {
    padding: 0.5em;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .site_nav a {
    padding: 0.5em 1em;
  }
}
.site_nav a:hover {
  color: black;
  background-color: transparent;
}
.site_nav > ul > li:last-child > a {
  border-bottom: none;
}
.site_nav .sub-menu {
  display: none;
}
.site_nav + .mobile-only {
  margin-top: 1em;
}
.site_nav li > a > .submenu-expand:before {
  display: none;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .site_nav {
    border-bottom: none;
    padding: 0;
  }
  .site_nav li > a > .submenu-expand:before {
    content: ">";
    display: inline-block;
    margin-left: 1ex;
    font-weight: bold;
  }
  .site_nav li.submenu-active a > .submenu-expand:before {
    display: inline-block;
    transform: rotate(90deg);
  }
  .site_nav > ul > li.submenu-active .sub-menu {
    display: block;
    margin-top: 0;
  }
  .site_nav li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #ebebeb;
    min-height: 100%;
    margin-left: 0;
  }
  .site_nav li:hover {
    background-color: #ebebeb;
  }
  .site_nav li:hover li.desktop-only {
    font-weight: bold;
  }
  .site_nav li:hover .sub-menu a {
    display: block;
  }
  .site_nav li:hover .sub-menu a:hover {
    background-color: white;
  }
}
.site_nav > ul > li:hover .sub-menu {
  display: block;
  margin-top: 0;
}

body.ie .search-form input[type=search] {
  width: auto !important;
  opacity: 1 !important;
  padding: 0.25em;
}
body.ie .search-form button {
  width: auto !important;
  opacity: 1 !important;
  padding: 0.25em 1em;
}

.site_footer {
  position: relative;
  margin-top: 1rem;
  padding: 2rem 1rem;
  font-size: 0.875em;
  color: #90a2b0;
  background-color: #32373b;
}
@media (min-width: 768px) {
  .site_footer {
    margin-top: 3rem;
    font-size: 0.875em;
    text-align: center;
  }
}
.site_footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 5em;
  margin-left: -2.5em;
  border-top: 1em solid white;
  border-left: 2.5em solid transparent;
  border-right: 2.5em solid transparent;
}
.site_footer h3 {
  font: inherit;
  font-size: 1.5em;
  line-height: 1.2;
  color: white;
}
.site_footer a {
  color: white;
}

@media (min-width: 768px) {
  .footer_hours {
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
    margin-right: 1rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer_hours {
    margin-right: 2rem;
  }
}

.footer_map {
  margin-top: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .footer_map {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    min-width: 600px;
    max-width: 700px;
    margin-right: 1rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer_map {
    margin-right: 3rem;
  }
}

.footer_map_textarea {
  padding: 1rem;
}
@media (min-width: 768px) {
  .footer_map_textarea {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

.footer_map_img {
  display: block;
  width: 100%;
}
.footer_map_img img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .footer_map_img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

.footer_errata {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .footer_errata {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}

.footer_connect a {
  display: inline-block;
  height: 3em;
  margin-top: 1rem;
}
.footer_connect a + a {
  margin-left: 1.5em;
}
.footer_connect a img {
  display: block;
  height: 100%;
}
.footer_connect a:hover img {
  filter: brightness(3);
}

.footer_newsletter {
  margin-top: 1rem;
}
.footer_newsletter a {
  text-decoration: none;
}
.footer_newsletter form {
  margin-top: 1rem;
}

.footer_networks {
  margin-top: 1rem;
}
.footer_networks a {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  max-width: 5em;
  margin-bottom: 1em;
}
.footer_networks a + a {
  padding-left: 1.5em;
}
.footer_networks a.double {
  width: calc(60% + 3px);
  max-width: 20em;
}

.footer_links {
  margin-top: 1rem;
}
.footer_links a:hover {
  color: #32373b;
  background-color: white;
}

/*___ ___  ___ __  __ ___ 
 | __/ _ \| _ \  \/  / __|
 | _| (_) |   / |\/| \__ \
 |_| \___/|_|_\_|  |_|___/ FORMS */
fieldset {
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

input, textarea, select, optgroup {
  font: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  font: inherit;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
textarea {
  padding: 0.25em;
  border: 1px solid black;
  border-radius: 0;
  -webkit-appearance: none;
}

textarea {
  min-height: 6em;
  resize: vertical;
  overflow: auto;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=submit], input[type=reset], a.submit {
  padding: 0.25em 1em;
  color: white;
  background: #777;
  border: 1px solid black;
  border-radius: 0;
  cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover, a.submit:hover {
  background: black;
}

input:disabled {
  border-color: #777;
  background-color: #ebebeb;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}

:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.unslider {
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  white-space: nowrap;
}

.unslider_item {
  display: inline-block;
  vertical-align: top;
}

.unslider_arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  width: 2rem;
  margin-top: 0;
  padding: 0.5rem;
  cursor: pointer;
  border: none;
  background-color: #ebebeb;
}
.unslider_arrow.left {
  left: 0;
}
@media (min-width: 768px) {
  .unslider_arrow.left {
    left: 1rem;
  }
}
.unslider_arrow.right {
  right: 0;
}
@media (min-width: 768px) {
  .unslider_arrow.right {
    right: 1rem;
  }
}
.unslider_arrow img {
  display: block;
  width: 100%;
}

body.page-template-t-events-calendar {
  background-color: #f1f1f1;
}

.calendar_headnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .calendar_headnav {
    padding: 1rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.calendar_headnav .calendar_heading {
  margin: 0 1rem;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  color: #58999D;
}
.calendar_headnav .calendar_heading.month-chooser__trigger {
  cursor: pointer;
}
.calendar_headnav .calendar_heading.month-chooser__trigger:after {
  content: "▾";
  margin-left: 0.5rem;
}

.month-chooser {
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.calendarview_month {
  position: relative;
  margin-bottom: 350px;
  margin-bottom: 65vh;
  border-top: 1px solid #b2b2b2;
  background-color: #f8f8f8;
}
@media (min-width: 1200px) {
  .calendarview_month {
    margin-bottom: 1rem !important;
    padding-left: 1rem;
    padding-left: 5vw;
    padding-right: 1rem;
    padding-right: 5vw;
    border: none;
    background-color: transparent;
  }
}

.month_row {
  border-bottom: 1px solid #b2b2b2;
}
.month_row:after {
  content: " ";
  display: table;
  clear: both;
}
.month_row.headings {
  color: #878787;
  background-color: white;
}
@media (min-width: 1200px) {
  .month_row.headings {
    background-color: transparent;
  }
  .month_row.headings .month_cell {
    padding: 0;
    font-size: 0.75em;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .month_row {
    position: relative;
    display: flex;
    background-color: white;
    border: 1px solid #999;
    border-bottom: none;
  }
  .month_row:last-of-type {
    border-bottom: 1px solid #999;
  }
  .month_row.headings {
    border: none;
  }
}

.month_cell {
  float: left;
  width: 14.2857%;
  width: 14.2857142857%;
  text-align: center;
}
.month_cell.empty {
  color: #777;
}
.month_cell.passed, .month_cell.closed {
  color: #777;
}
@media (min-width: 1200px) {
  .month_cell.passed .month_dayevents, .month_cell.closed .month_dayevents {
    color: #777;
  }
  .expanded.passed .month_cell.passed .month_dayevents, .expanded.passed .month_cell.closed .month_dayevents {
    color: #777;
  }
}
@media (min-width: 1200px) {
  .month_cell {
    position: relative;
    padding: 2rem 0 2.25rem;
    border-right: 1px solid #999;
  }
  .headings .month_cell, .month_cell:nth-child(7n) {
    border: none;
  }
  .headings .month_cell {
    padding: 0.5rem 0;
  }
  .month_cell:hover .month_daynumber {
    background-color: transparent;
  }
}

.month_daynumber {
  display: block;
  line-height: 3;
  color: #878787;
}
.month_daynumber.has_events {
  color: #58999D;
}
.month_daynumber.has_events:hover {
  background-color: #ebebeb;
  cursor: pointer;
}
.month_daynumber.current {
  color: white;
  background-color: #58999D;
}
.month_daynumber.current:hover {
  color: white;
  background-color: #58999D;
}
.month_daynumber.current + .month_dayevents {
  display: block;
  animation: fadein 0.3s ease-in-out 1;
}
@media (min-width: 1200px) {
  .month_daynumber.current {
    color: black;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .month_daynumber {
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    line-height: 2;
    border: none;
    border-radius: 0;
    cursor: auto;
    pointer-events: none;
  }
  .month_daynumber.has_events {
    color: inherit;
  }
}

.month_dayevents {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 350px;
  height: 65vh;
  padding: 1rem;
  text-align: left;
  color: black;
}
.js .month_dayevents {
  overflow: auto;
  height: auto;
}
@media (min-width: 1200px) {
  .month_dayevents {
    display: block;
    position: static;
    overflow: auto;
    height: auto;
    padding: 0 0.5rem;
  }
  .month_dayevents h3 {
    display: none;
  }
}
.month_dayevents .button {
  margin-top: 1em;
}
@media (min-width: 1200px) {
  .month_dayevents .button {
    font-size: 0.75em;
    letter-spacing: 0;
    color: #878787;
    background-color: transparent;
    border: none;
  }
}

.dayevents_scroller {
  overflow: scroll;
  height: 300px;
  height: calc(100% - 40px);
  padding: 1rem 0;
  -webkit-overflow-scrolling: touch;
}
.js .dayevents_scroller {
  overflow: auto;
  height: auto;
  padding: 0;
}
@media (min-width: 1200px) {
  .dayevents_scroller {
    overflow: auto;
    height: auto;
    padding: 0;
  }
}

.event_group_heading {
  display: none;
}

.month_dayevent {
  position: relative;
  display: block;
  padding: 0.5em 9rem 0.5em 2px;
  font-size: 0.875em;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .month_dayevent {
    padding: 0.5rem 0;
  }
  .month_dayevent:last-of-type {
    border-bottom: none;
  }
}

.event-group-none a.month_dayevent {
  color: #757575;
}
.event-group-celebrations a.month_dayevent {
  color: #66952B;
}
.event-group-family a.month_dayevent {
  color: #CB393A;
}
.event-group-food a.month_dayevent {
  color: #4A7A7E;
}
.event-group-holiday a.month_dayevent {
  color: #BA5B1B;
}
.event-group-special a.month_dayevent {
  color: #6F4709;
}
.event-group-theatre a.month_dayevent {
  color: #2E3A76;
}
a.month_dayevent:hover {
  background-color: #ebebeb;
}
a.month_dayevent.type-holiday, a.month_dayevent.type-special-daytime-events, a.month_dayevent.type-theatre {
  color: #649531;
}
a.month_dayevent.type-curatorial-collections-events, a.month_dayevent.type-hearth-cooking-events, a.month_dayevent.type-dining-events, a.month_dayevent.type-education-youth-programs, a.month_dayevent.type-gardening-events, a.month_dayevent.type-historical-craft-classes, a.month_dayevent.type-other-miscellaneous, a.month_dayevent.type-speaker-series, a.month_dayevent.type-textiles-quilting {
  color: #58999D;
}
a.month_dayevent.type-donor-events, a.month_dayevent.type-member-events {
  color: #2e3a73;
}

.dailyschedule_link {
  display: block;
  padding: 0.5em;
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
  background-color: #ebebeb;
}
.dailyschedule_link:hover {
  background-color: #999;
}
@media (min-width: 1200px) {
  .dailyschedule_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.single-event main {
  background-color: #f8f8f8;
}
.single-event main section:not(.page_heading) {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.event_heading {
  background-color: white;
}
@media (min-width: 768px) {
  .event_heading {
    display: flex;
  }
}

.event_heading_image {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .event_heading_image {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    flex-basis: 45%;
    object-fit: cover;
  }
}

.event_heading_text {
  padding: 1rem;
}
@media (min-width: 768px) {
  .event_heading_text {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    flex-basis: 55%;
  }
}

.event_dates {
  line-height: 1.2;
  color: #58999D;
}

.event_location {
  padding-top: 1em;
  color: #58999D;
  border-top: 1px solid;
}

.event_booknow {
  margin-top: 1em;
}

.event_content {
  padding: 1rem;
}
.page-template-t-daily_calendar_sample main, .page-template-t-daily_schedule main {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}
.page-template-t-daily_calendar_sample h1, .page-template-t-daily_schedule h1 {
  font-size: 5em;
  margin: 1em auto;
  text-align: center;
  text-transform: uppercase;
  color: #B04138;
}
.page-template-t-daily_calendar_sample h1 span, .page-template-t-daily_schedule h1 span {
  border: 3px solid;
  border-left: none;
  border-right: none;
}

.dailyschedule_dater {
  display: flex;
  align-items: stretch;
  font-size: 3em;
  font-family: "din-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0.5em;
  text-align: center;
  color: white;
  background-color: #B04138;
}
.dailyschedule_dater > * {
  flex-basis: 50%;
  padding: 0.25em;
}

.dailyschedule_dater_todaysdate {
  border-right: 1px solid;
}

.dailyschedule_dater_datepicker {
  cursor: pointer;
}

.dailyschedule_openhours {
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  color: #777;
}

.dailyschedule_postcontent h1, .dailyschedule_postcontent h2, .dailyschedule_postcontent h3 {
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #B04138;
}

.blog-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.blog-wrapper .blog-content {
  padding: 1rem;
  flex: 1;
}
.blog-wrapper .blog-sidebar {
  padding: 1rem;
  flex: 0;
}
@media (min-width: 768px) {
  .blog-wrapper {
    flex-direction: row;
  }
  .blog-wrapper .blog-sidebar {
    flex-basis: 15rem;
  }
}

.blog-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0 1rem;
}

.tease-post {
  width: calc(100% - 0.75rem);
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  min-height: 240px;
}
@media screen and (min-width: 768px) {
  .tease-post {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .tease-post {
    min-height: 280px;
  }
}
@media (min-width: 992px) {
  .tease-post {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .tease-post {
    min-height: 330px;
  }
}

.blog-tease {
  display: flex;
  justify-content: stretch;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.blog-tease:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 0;
}

.blog-preview {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.blog-preview a {
  color: white;
}
.blog-preview a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blog-thumbnail {
  order: -1;
  width: 150px;
}

.blog-meta {
  font-weight: bold;
  order: 1;
  color: white;
}

.blog-tease-title {
  order: 0;
  color: white;
}

.blog-pagination {
  display: flex;
  justify-content: stretch;
  padding: 0;
}
.blog-pagination .prev, .blog-pagination .next {
  flex: 0;
}
.blog-pagination .blog-pagination-pages {
  padding: 0 0.5rem;
}
.blog-pagination .blog-pagination-pages li {
  padding: 0;
  margin: 0.5rem;
  display: inline;
  list-style: none;
  margin: 0;
}
.blog-pagination .blog-pagination-pages li:before {
  display: none;
}

.comment-form {
  margin-top: 1rem;
}
.comment-form label {
  display: block;
  font-weight: bold;
}

.blog-comment {
  margin-top: 1rem;
  border-bottom: 1px solid #eee;
}

.comment-author {
  font-style: italic;
  font-weight: bold;
}

.categories li + li {
  margin-top: 0.5rem;
}

.categories-child {
  margin-left: 1rem;
}

.blog-nav-links {
  display: block;
}
@media (min-width: 480px) {
  .blog-nav-links {
    display: flex;
  }
}
.blog-nav-links span {
  display: block;
  flex-basis: 50%;
}
.blog-nav-links span.blog-nav-links-next {
  text-align: left;
  justify-self: flex-start;
}
@media (min-width: 480px) {
  .blog-nav-links span.blog-nav-links-next {
    justify-self: flex-end;
    text-align: right;
  }
}
.blog-nav-links span.blog-nav-links-prev {
  text-align: left;
  justify-self: flex-start;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.tiny-slider {
  position: relative;
}
.tiny-slider .tns-controls button {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin: -2.5rem 0 0;
  padding: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
.tiny-slider .tns-controls button:hover {
  background-color: black;
}
.tiny-slider .tns-controls button img {
  display: block;
  height: 3rem;
}
.tiny-slider .tns-controls button[data-controls=prev] {
  left: 0;
  padding-left: 0.75rem;
}
.tiny-slider .tns-controls button[data-controls=next] {
  right: 0;
  padding-right: 0.75rem;
}

.home_herohours {
  position: relative;
}

.home_hero_slider {
  position: relative;
}
@media (max-width: 767px) {
  .home_hero_slider {
    background-color: black;
  }
  .home_hero_slider .tns-controls button {
    top: auto;
    bottom: 1rem;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .home_hero_slider {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .home_hero_slider {
    font-size: 1.5em;
  }
}
@media (min-width: 1600px) {
  .home_hero_slider {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .home_hero_slide {
    position: relative;
  }
}

.home_hero_slide_img {
  display: block;
  width: 100%;
  height: 50vw;
  object-fit: cover;
  background-color: black;
}

.home_hero_slide_textarea {
  padding: 1rem 3rem;
  font-size: 5vw;
  text-align: center;
  color: white;
  background-color: #111;
}
@media (min-width: 768px) {
  .home_hero_slide_textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3em 2em 2em;
    font-size: 1.7vw;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  }
}
.home_hero_slide_textarea h1 {
  line-height: 1;
  color: white;
}
@media (min-width: 768px) {
  .home_hero_slide_textarea h1 {
    font-size: 3em;
  }
}
.home_hero_slide_textarea p {
  margin-top: 0.25em;
  color: #ebebeb;
}
.home_hero_slide_textarea .short_sentence {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home_hero_slide_textarea .short_sentence {
    font-size: 1.125em;
  }
}
.home_hero_slide_textarea .button {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .home_hero_slide_textarea .button {
    font-size: 0.875em;
  }
}

@media (min-width: 992px) {
  .home_openinghours {
    position: absolute;
    top: 1%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .home_openinghours {
    top: 5%;
  }
}

.home_openinghours_heading {
  padding: 0.5rem 1rem;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  color: white;
  background-color: rgba(150, 150, 150, 0.8);
}
.home_openinghours_heading a {
  display: block;
}

.home_openinghours_times {
  padding: 0.5rem 1rem;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.8);
}
.home_openinghours_times hr {
  width: 100%;
  margin: 0.5em 0;
}

.home_welcome {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .home_welcome {
    display: flex;
    margin-top: 2px;
  }
}

@media (min-width: 768px) {
  .home_welcome_player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 2;
    order: 2;
    background-color: black;
  }
}
.home_welcome_player .embed_container {
  width: 100%;
}

@-moz-document url-prefix() {
  .home_welcome_player .embed_container {
    padding-bottom: 100%;
  }
}
.home_welcome_textarea {
  margin-top: 0;
  padding: 1em;
  padding: 3vw;
  color: white;
  background-color: #032d4d;
}
@media (min-width: 768px) {
  .home_welcome_textarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    order: 1;
  }
}
@media (min-width: 992px) {
  .home_welcome_textarea {
    font-size: 1.125em;
  }
}
@media (min-width: 1200px) {
  .home_welcome_textarea {
    font-size: 1.25em;
  }
}
@media (min-width: 1600px) {
  .home_welcome_textarea {
    font-size: 1.375em;
  }
}
.home_welcome_textarea .home_welcome_heading {
  font: inherit;
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .home_welcome_textarea .home_welcome_heading {
    font-size: 2em;
  }
}
.home_welcome_textarea .home_welcome_paragraph {
  max-width: 25em;
  margin-top: 1rem;
  padding-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.home_welcome_textarea .home_welcome_buttons {
  text-align: center;
}
.home_welcome_textarea .home_welcome_buttons .button {
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
}

.home .module_calendar {
  margin-top: 0;
  margin-bottom: 0;
}

.home_blog {
  padding: 1rem 0 2rem;
  color: white;
  background-color: #8D2232;
  margin-top: 2px;
}
@media (min-width: 1200px) {
  .home_blog {
    font-size: 1.125em;
  }
}
.home_blog h2.h1 {
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .home_blog h2.h1 {
    font-size: 3em;
  }
}

.home_blogposts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  padding: 1rem;
  gap: 1rem;
}
@media (min-width: 1600px) {
  .home_blogposts {
    margin: 0 auto;
  }
}

.home_blogpost {
  width: 100%;
  margin: 0 0 1rem;
  background-color: #ebebeb;
  flex-basis: 100%;
}
@media (min-width: 480px) {
  .home_blogpost {
    flex-basis: 45%;
  }
}
@media (min-width: 992px) {
  .home_blogpost {
    flex-basis: 20%;
  }
}

.home_blogpost_img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 50%;
}

.home_blogpost_textarea {
  margin-top: 0;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .home_blogpost_textarea {
    padding: 1em;
  }
}
@media (min-width: 1200px) {
  .home_blogpost_textarea {
    position: relative;
    margin-top: -3rem;
    padding-top: 2rem;
    background: -moz-linear-gradient(top, rgba(235, 235, 235, 0) 0%, rgb(235, 235, 235) 3rem);
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 0) 0%, rgb(235, 235, 235) 3rem);
    background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgb(235, 235, 235) 3rem);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ebebeb", endColorstr="#ebebeb",GradientType=0 );
  }
}
.home_blogpost_textarea h2 {
  margin-top: 0;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #032d4d;
}
@media (min-width: 768px) {
  .home_blogpost_textarea h2 {
    font-size: 1.5em;
  }
}
.home_blogpost_textarea p {
  color: black;
}
@media (max-width: 767px) {
  .home_blogpost_textarea p {
    display: none;
  }
}

.home_blogpost_date {
  color: #6e6e6e;
}

.home_blogbutton {
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .home_blogbutton {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .home_blogbutton {
    width: 80%;
    margin: 0 auto;
  }
}

.home_callouts {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .home_callouts {
    display: flex;
    justify-content: center;
    margin-top: 2px;
  }
  .home_callouts:before, .home_callouts:after {
    content: " ";
    display: table;
  }
  .home_callouts:after {
    clear: both;
  }
  @supports (display: flex) {
    .home_callouts:before, .home_callouts:after {
      content: none;
      display: none;
    }
  }
}

.home_callout {
  display: block;
  background-color: #ebebeb;
}
.home_callout + .home_callout {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .home_callout {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 33.33%;
    width: 33.3333333333%;
  }
  .home_callout + .home_callout {
    margin-top: 0;
  }
}

a.home_callout:hover {
  background-color: #b2b2b2;
}
a.home_callout:hover .home_callout_img {
  opacity: 0.8;
}
a.home_callout:hover .button {
  color: var(--button-hover-color);
  background-color: var(--button-color);
  border-color: var(--button-color);
}

.home_callout_img {
  display: block;
  width: 100%;
  margin-top: 0;
}
.home_callout_img img {
  display: block;
  width: 100%;
}

.home_callout_textarea {
  margin-top: 0;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .home_callout_textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem 1rem 1rem;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  }
}
.home_callout_textarea h1 {
  font-size: 1.5em;
  line-height: 1.2;
  color: #032d4d;
}
@media (min-width: 768px) {
  .home_callout_textarea h1 {
    font-size: 2em;
    color: white;
  }
}
@media (max-width: 767px) {
  .home_callout_textarea .button {
    display: none;
  }
}

.home_stay {
  margin-top: 1rem;
  padding: 0 1rem;
  color: #032d4d;
}
@media (min-width: 768px) {
  .home_stay {
    position: relative;
    display: block;
    margin-top: 2px;
    padding: 0;
    font-size: 2vw;
    text-align: center;
  }
}

.home_stay_textarea {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home_stay_textarea {
    position: absolute;
    bottom: 5em;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 3rem;
    color: white;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
  }
}
.home_stay_textarea h1 {
  font-size: 1.5em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .home_stay_textarea h1 {
    font-size: 2em;
    color: white;
  }
}
.home_stay_textarea p {
  margin-top: 0;
}

.home_stay_img {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home_stay_img {
    display: block;
    width: 100%;
  }
}
.home_stay_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_stay_btns {
  margin-top: 1rem;
  font-size: 0.75em;
}
@media (max-width: 767px) {
  .home_stay_btns .button + .button {
    margin-top: 1em;
  }
}
@media (min-width: 480px) {
  .home_stay_btns {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .home_stay_btns {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5em;
    margin-top: 0;
    padding: 1em 0 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .home_stay_btns .button {
    --button-color: white;
    --button-hover-color: black;
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 0.75em;
  }
}

.home_gridcallouts {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .home_gridcallouts {
    padding: 0 1rem;
  }
  .home_gridcallouts:before, .home_gridcallouts:after {
    content: " ";
    display: table;
  }
  .home_gridcallouts:after {
    clear: both;
  }
}

.home_gridcallout {
  position: relative;
  display: block;
}
.home_gridcallout + .home_gridcallout {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .home_gridcallout:nth-of-type(1) {
    float: left;
    width: 50%;
  }
  .home_gridcallout:nth-of-type(2) {
    float: right;
    width: 50%;
    width: calc(50% - 1rem);
    margin-top: 0;
    margin-left: 1rem;
  }
  .home_gridcallout:nth-of-type(3) {
    float: right;
    width: 50%;
    width: calc(50% - 1rem);
    margin-top: 1rem;
    margin-left: 1rem;
  }
}

.home_gridcallout_img {
  display: block;
  width: 100%;
  margin-top: 0;
}

.home_gridcallout_textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  margin-top: 0;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 0.75em;
  line-height: 1.2;
  color: white;
  background: -moz-linear-gradient(left, rgb(30, 30, 30) 40%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(30, 30, 30) 40%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgb(30, 30, 30) 40%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=1 );
}
@media (min-width: 480px) {
  .home_gridcallout_textarea {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .home_gridcallout_textarea {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 3em 1rem 1rem;
    font-size: 1.125em;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
  }
}
@media (min-width: 992px) {
  .home_gridcallout_textarea {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .home_gridcallout_textarea {
    font-size: 1.5em;
  }
}
@media (min-width: 1600px) {
  .home_gridcallout_textarea {
    font-size: 1.75em;
  }
}
.home_gridcallout_textarea h1 {
  font-size: 1.5em;
  color: white;
}
.home_gridcallout_textarea p {
  margin-top: 0;
}

.page-id-223 .button, .parent-pageid-223 .button {
  --button-color: #E3A558;
}
.page-id-223 .page_title, .page-id-223 .pageteaser_heading, .page-id-223 .pageteaser_location, .page-id-223 .module_expandinglist .expandinglist_itemheading, .parent-pageid-223 .page_title, .parent-pageid-223 .pageteaser_heading, .parent-pageid-223 .pageteaser_location, .parent-pageid-223 .module_expandinglist .expandinglist_itemheading {
  color: #E3A558;
}
.page-id-223 .page_breadcrumbstagline, .parent-pageid-223 .page_breadcrumbstagline {
  background-color: #E3A558;
}
.page-id-223 .unslider_arrow img, .parent-pageid-223 .unslider_arrow img {
  filter: hue-rotate(290deg);
}
.page-id-223 .module_calendar_event + .module_calendar_event, .parent-pageid-223 .module_calendar_event + .module_calendar_event {
  border-color: #E3A558;
}

.page-id-178 .button, .parent-pageid-178 .button {
  --button-color: #879947;
}
.page-id-178 .page_title, .page-id-178 .pageteaser_heading, .page-id-178 .pageteaser_location, .page-id-178 .module_expandinglist .expandinglist_itemheading, .parent-pageid-178 .page_title, .parent-pageid-178 .pageteaser_heading, .parent-pageid-178 .pageteaser_location, .parent-pageid-178 .module_expandinglist .expandinglist_itemheading {
  color: #879947;
}
.page-id-178 .page_breadcrumbstagline, .parent-pageid-178 .page_breadcrumbstagline {
  background-color: #879947;
}
.page-id-178 .unslider_arrow img, .parent-pageid-178 .unslider_arrow img {
  filter: hue-rotate(0deg);
}
.page-id-178 .module_calendar_event + .module_calendar_event, .parent-pageid-178 .module_calendar_event + .module_calendar_event {
  border-color: #879947;
}

.page-id-192 .button, .parent-pageid-192 .button {
  --button-color: #B4403C;
}
.page-id-192 .page_title, .page-id-192 .pageteaser_heading, .page-id-192 .pageteaser_location, .page-id-192 .module_expandinglist .expandinglist_itemheading, .parent-pageid-192 .page_title, .parent-pageid-192 .pageteaser_heading, .parent-pageid-192 .pageteaser_location, .parent-pageid-192 .module_expandinglist .expandinglist_itemheading {
  color: #B4403C;
}
.page-id-192 .page_breadcrumbstagline, .parent-pageid-192 .page_breadcrumbstagline {
  background-color: #B4403C;
}
.page-id-192 .unslider_arrow img, .parent-pageid-192 .unslider_arrow img {
  filter: hue-rotate(240deg);
}
.page-id-192 .module_calendar_event + .module_calendar_event, .parent-pageid-192 .module_calendar_event + .module_calendar_event {
  border-color: #B4403C;
}

.page-id-187 .button, .parent-pageid-187 .button {
  --button-color: #58999D;
}
.page-id-187 .page_title, .page-id-187 .pageteaser_heading, .page-id-187 .pageteaser_location, .page-id-187 .module_expandinglist .expandinglist_itemheading, .parent-pageid-187 .page_title, .parent-pageid-187 .pageteaser_heading, .parent-pageid-187 .pageteaser_location, .parent-pageid-187 .module_expandinglist .expandinglist_itemheading {
  color: #58999D;
}
.page-id-187 .page_breadcrumbstagline, .parent-pageid-187 .page_breadcrumbstagline {
  background-color: #58999D;
}
.page-id-187 .unslider_arrow img, .parent-pageid-187 .unslider_arrow img {
  filter: hue-rotate(130deg);
}
.page-id-187 .module_calendar_event + .module_calendar_event, .parent-pageid-187 .module_calendar_event + .module_calendar_event {
  border-color: #58999D;
}

.page-id-197 .button, .parent-pageid-197 .button {
  --button-color: #D07343;
}
.page-id-197 .page_title, .page-id-197 .pageteaser_heading, .page-id-197 .pageteaser_location, .page-id-197 .module_expandinglist .expandinglist_itemheading, .parent-pageid-197 .page_title, .parent-pageid-197 .pageteaser_heading, .parent-pageid-197 .pageteaser_location, .parent-pageid-197 .module_expandinglist .expandinglist_itemheading {
  color: #D07343;
}
.page-id-197 .page_breadcrumbstagline, .parent-pageid-197 .page_breadcrumbstagline {
  background-color: #D07343;
}
.page-id-197 .unslider_arrow img, .parent-pageid-197 .unslider_arrow img {
  filter: hue-rotate(220deg);
}
.page-id-197 .module_calendar_event + .module_calendar_event, .parent-pageid-197 .module_calendar_event + .module_calendar_event {
  border-color: #D07343;
}

.page-id-214 .button, .parent-pageid-214 .button {
  --button-color: #B4403C;
}
.page-id-214 .page_title, .page-id-214 .pageteaser_heading, .page-id-214 .pageteaser_location, .page-id-214 .module_expandinglist .expandinglist_itemheading, .parent-pageid-214 .page_title, .parent-pageid-214 .pageteaser_heading, .parent-pageid-214 .pageteaser_location, .parent-pageid-214 .module_expandinglist .expandinglist_itemheading {
  color: #B4403C;
}
.page-id-214 .page_breadcrumbstagline, .parent-pageid-214 .page_breadcrumbstagline {
  background-color: #B4403C;
}
.page-id-214 .unslider_arrow img, .parent-pageid-214 .unslider_arrow img {
  filter: hue-rotate(240deg);
}
.page-id-214 .module_calendar_event + .module_calendar_event, .parent-pageid-214 .module_calendar_event + .module_calendar_event {
  border-color: #B4403C;
}

.page_header {
  margin-bottom: 5rem;
}

.page_herotitle {
  position: relative;
  height: 12rem;
  background-color: black;
}
@media (min-width: 768px) {
  .page_herotitle {
    height: auto;
    padding-top: 33.33%;
  }
}
@media (min-width: 768px) {
  .page_herotitle.has_hero {
    padding-top: 0;
  }
}
.page_herotitle.hide_title h1 {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: auto;
}
.page_herotitle.hide_title h1.focusable:active, .page_herotitle.hide_title h1.focusable:focus {
  position: static;
  clip: auto;
}
.page_herotitle.hide_title .page_hero_img {
  opacity: 1;
}

.page_hero_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .page_hero_img {
    height: auto;
    object-fit: fill;
  }
}

.page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  font-size: 9vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #58999D;
}
.page_title span {
  display: inline-block;
  margin: 0 1em;
  padding: 0.25em 0;
  border-top: 0.05em solid;
  border-bottom: 0.05em solid;
}
@media (min-width: 480px) {
  .page_title {
    font-size: 7vw;
  }
}
@media (min-width: 768px) {
  .page_title {
    font-size: 3em;
    font-size: 5vw;
  }
}

.page_breadcrumbstagline {
  padding: 0.25em 1em;
  background-color: #58999D;
}

.page_breadcrumbs {
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
@media (min-width: 768px) {
  .page_breadcrumbs {
    font-size: 1em;
  }
}
.page_breadcrumbs a {
  display: inline-block;
  padding: 0 1em;
}
.page_breadcrumbs a:hover {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}
.page_breadcrumbs .breadcrumb_last {
  padding-left: 1em;
}

.page_tagline {
  padding: 2em;
  font-size: 6vw;
  line-height: 1.25;
  text-align: center;
  color: black;
}
@media (min-width: 480px) {
  .page_tagline {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .page_tagline {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  .page_tagline {
    font-size: 2vw;
  }
}

.module {
  margin: 1rem 0;
  padding: 0 1rem;
}
.module:before, .module:after {
  content: " ";
  display: table;
}
.module:after {
  clear: both;
}
.module + .module {
  margin-top: 5rem;
}
.module + .module.smallmargin {
  margin-top: 1rem;
}

.module_wysiwyg {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wysiwyg_column + .wysiwyg_column {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .wysiwyg_column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .wysiwyg_column:first-of-type {
    padding-right: 1rem;
  }
  .wysiwyg_column:last-of-type {
    padding-left: 1rem;
  }
}

.module_video {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.module_imagegallery {
  position: relative;
  padding: 0;
}
@media (min-aspect-ratio: 1/1) {
  .module_imagegallery {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.image_carousel img {
  display: block;
  width: 100%;
}

.module_calendar {
  padding: 1rem;
  text-align: center;
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  .module_calendar {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .module_calendar_textarea {
    flex: 0 0 9em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .module_calendar_textarea {
    font-size: 1.25em;
  }
}

.module_calendar_slidearea {
  position: relative;
  padding: 0 3rem;
}
@media (min-width: 768px) {
  .module_calendar_slidearea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    min-width: 0;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.module_calendar_slider {
  display: flex;
}
.module_calendar_event {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  flex-basis: 100%;
  margin-top: 0;
  padding: 1rem;
  padding-bottom: 4.25rem;
  color: #6e6e6e;
}
@media (min-width: 480px) {
  .module_calendar_event {
    width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .module_calendar_event {
    min-width: 0;
  }
  .module_calendar_event + .module_calendar_event {
    border-left: 2px solid #879947;
  }
}
@media (min-width: 992px) {
  .module_calendar_event {
    width: 33.33%;
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .module_calendar_event {
    width: 25%;
    flex-basis: 25%;
  }
}
@media (min-width: 1600px) {
  .module_calendar_event {
    width: 16.66%;
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
}
.module_calendar_event:hover {
  color: black;
  background-color: white;
}

.module_calendar_iconwrap {
  flex-basis: 100%;
}
.module_calendar_icon {
  display: none;
  width: 2em;
  margin: 0 auto;
}

.module_calendar_eventdate {
  flex-basis: 100%;
  margin-top: 0.25em;
  font-family: "din-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.2;
  color: #032d4d;
}
@media (min-width: 768px) {
  .module_calendar_eventdate span {
    display: block;
    font-size: 3em;
  }
}

.module_calendar_eventtitle {
  flex-basis: 100%;
  margin-top: 0;
  font: inherit;
  line-height: 1.2;
  color: #032d4d;
  white-space: normal;
}
.module_calendar_eventtime {
  position: absolute;
  bottom: 1rem;
  left: 20%;
  width: 60%;
  max-width: none;
  padding-top: 1rem;
  font-size: 0.75em;
  border-top: 1px solid;
}
.module_calendar_weatherwidget {
  margin-top: 1rem;
  padding: 1rem;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .module_calendar_weatherwidget {
    position: relative;
    flex: 0 0 11em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
    padding: 2rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .module_calendar_weatherwidget {
    font-size: 1.25em;
  }
}
.module_calendar_weatherwidget h2 {
  font: inherit;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.1;
  color: #032d4d;
}
.module_calendar_weatherwidget p {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .module_calendar_weatherwidget p {
    max-width: none;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 0.6875em;
  }
}

.weather_icon {
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  margin-right: 0.75em;
}
@media (min-width: 768px) {
  .weather_icon {
    float: left;
  }
}
.weather_icon svg {
  display: block;
  width: 100%;
}
.weather_icon svg path {
  fill: #01426a;
}

.module_expandinglist {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.module_expandinglist .expandinglist_itemheading {
  color: orange;
  border-bottom: 1px solid black;
  cursor: pointer;
}
.module_expandinglist .expandinglist_itemheading:hover {
  background-color: #ebebeb;
}
.module_expandinglist .expandinglist_itemheading button {
  all: inherit;
  border: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0.5em 0;
}
.module_expandinglist .expandinglist_itemheading button:focus svg {
  outline: 2px solid;
}
.module_expandinglist .expandinglist_itemheading button svg {
  height: 1em;
  margin-top: 0.25em;
  margin-left: 0.5em;
}
.module_expandinglist [aria-expanded=true] .vert {
  display: none;
}
.module_expandinglist [aria-expanded] rect {
  fill: black;
}
.module_expandinglist div {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #ebebeb;
}

.module_callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  background-color: #032d4d;
}
@media (min-width: 768px) {
  .module_callout {
    flex-direction: row;
    padding: 2.5vw 5vw;
  }
  .single-event .module_callout {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .module_callout {
    padding: 2.5vw 10vw;
  }
  .single-event .module_callout {
    padding: 1rem;
  }
}

.callout {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.callout + .callout {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .callout-multiple .callout {
    display: flex;
    align-items: flex-end;
  }
  .callout-multiple .callout + .callout {
    margin-top: 0;
    margin-left: 1rem;
    margin-left: 1.5vw;
  }
}

.callout_bg {
  display: block;
  width: 100%;
}

.callout_content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 9rem 1rem 1rem;
  color: white;
  background: black;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.7) 68%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.7) 68%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.7) 68%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
@media (min-width: 768px) {
  .callout-single .callout_content {
    width: 60%;
    height: 100%;
    padding: 3vw 3vw 3vw 12rem;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.7) 88%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.7) 88%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.7) 88%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=1 );
  }
}
.callout_heading {
  line-height: 1.1;
  margin-bottom: 0.5em;
  color: white;
}
@media screen and (min-width: 768px) {
  .callout_heading {
    font-size: 1.5em;
  }
}

.module_pageteaser {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.pageteaser_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageteaser_content {
  position: relative;
  padding: 5rem 1rem;
  color: white;
  background: black;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#00000000",GradientType=0 );
}
@media (min-width: 768px) {
  .pageteaser_content {
    display: inline-block;
    max-width: 65%;
    padding: 3rem 6rem 3rem 3rem;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  }
}

.pageteaser_heading {
  line-height: 1.2;
  color: #58999D;
}

.pageteaser_location {
  margin: 1em 0;
  padding-top: 1em;
  color: #58999D;
  border-top: 1px solid;
}

.module_inn_res_form {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.module_inn_res_form fieldset {
  margin-bottom: 1em;
}
.module_inn_res_form legend {
  font-weight: bold;
}
.module_inn_res_form .form-item {
  display: inline-block;
  margin-right: 1em;
}

.buildings_location + .buildings_location {
  margin-top: 3rem;
}
.buildings_location h2 {
  padding: 0 1rem;
  color: #6e6e6e;
}

.buildings {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 480px) {
  .buildings {
    padding: 0 0.5rem;
  }
}

.building {
  flex-basis: calc(100% - 2rem);
  margin: 0 1rem 1rem;
}
@media (min-width: 480px) {
  .building {
    flex-basis: calc(50% - 1rem);
    margin: 0 0.5rem 1rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .building {
    flex-basis: calc(33.3333333333% - 1rem);
  }
}
.building:before {
  content: none;
}

.building_link {
  position: relative;
  display: block;
  background-color: black;
}

.building_img {
  display: block;
  width: 100%;
  opacity: 0.7;
}

.building_name {
  position: absolute;
  bottom: 0.25em;
  left: 0.375em;
  font-size: 1.5em;
  line-height: 1;
  color: white;
}

.people_group {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.people_group h2 {
  padding: 0 1rem;
  color: #6e6e6e;
}

.people {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}

.person {
  width: calc(50% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
@media (min-width: 480px) {
  .person {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (min-width: 768px) {
  .person {
    width: calc(25% - 1rem);
  }
}
@media (min-width: 992px) {
  .person {
    width: calc(20% - 1rem);
  }
}
@media (min-width: 1200px) {
  .person {
    width: calc(16.6666666667% - 1rem);
  }
}
.person:before {
  content: none;
}

.person_link {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0.25rem;
  text-decoration: none;
}

a.person_link:hover {
  background-color: #eee;
}

.person_img {
  display: block;
  width: 100%;
}
.person_img + * {
  margin-top: 0.25rem;
}
a.person_link:hover .person_img {
  filter: saturate(150%);
}

.person_name {
  padding: 0 0.5em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
}

.person_role {
  margin-top: 0;
  padding: 0 0.5em;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
}

.person_modal {
  display: none;
  width: 90%;
  width: calc(100% - 2rem);
  max-width: 88rem;
}

.person_modal_img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .person_modal_img {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
}

.person_modal_txt {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .person_modal_txt {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-top: 0;
    padding-left: 1rem;
  }
}

.featured_item {
  margin: 3rem 0;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .featured_item {
    padding: 0 1rem;
  }
}

.featured_item_wrap {
  display: block;
}
@media (min-width: 768px) {
  .featured_item_wrap {
    display: flex;
    max-width: 80em;
    margin: 0 auto;
    background-color: #ebebeb;
  }
}

.featured_item_image {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .featured_item_image {
    width: 48%;
    height: 100%;
    object-fit: contain;
  }
}

.featured_item_text {
  position: relative;
  padding: 4rem 1rem 1rem;
}
@media (min-width: 768px) {
  .featured_item_text {
    width: 52%;
    padding: 3rem;
  }
}

.featured_item_tag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  line-height: 1.1;
  text-align: center;
  color: black;
  background-color: gold;
}
@media (min-width: 768px) {
  .featured_item_tag {
    left: auto;
    right: 0;
    width: auto;
    padding: 1rem 1rem 3.5rem 3.5rem;
    font-size: 0.875em;
    text-align: right;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  }
}
.featured_item_tag br {
  display: none;
}
@media (min-width: 768px) {
  .featured_item_tag br {
    display: block;
  }
}

.masonry_grid {
  margin: 3rem 0.5rem;
}
@media (min-width: 768px) {
  .masonry_grid {
    margin: 3rem 1rem;
  }
}

.masonry_item, .masonry_itemsizer {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.25rem);
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .masonry_item, .masonry_itemsizer {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 1rem;
  }
}
.masonry_item a, .masonry_itemsizer a {
  display: block;
  background-color: #ebebeb;
}
.masonry_item a:hover, .masonry_itemsizer a:hover {
  background-color: white;
}
.masonry_item a:hover img, .masonry_itemsizer a:hover img {
  filter: brightness(125%);
}
.masonry_item img, .masonry_itemsizer img {
  display: block;
  width: 100%;
}
.masonry_item h3, .masonry_itemsizer h3 {
  padding: 0.5em;
  font-size: 1em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .masonry_item h3, .masonry_itemsizer h3 {
    font-size: 1.25em;
  }
}

.masonry_guttersizer {
  display: inline-block;
  vertical-align: top;
  width: 0.5rem;
}
@media (min-width: 768px) {
  .masonry_guttersizer {
    width: 1rem;
  }
}

.collectionitem_image {
  display: block;
  width: 100%;
  max-width: 30em;
  margin: 3em auto;
}

@media (min-width: 768px) {
  .collectionitem_text {
    display: flex;
    max-width: 80em;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.collectionitem_stats {
  padding: 1rem;
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  .collectionitem_stats {
    width: 40%;
  }
}

.collectionitem_wysiwyg {
  padding: 1rem;
}
@media (min-width: 768px) {
  .collectionitem_wysiwyg {
    width: 60%;
  }
}

.otheritems {
  max-width: 80em;
  margin: 5rem auto;
  text-align: center;
}
.otheritems h2 {
  margin-bottom: 1em;
}

.otheritem {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  margin: 0 1rem 3em;
  padding: 1em;
  background-color: #ebebeb;
}
.otheritem:hover {
  background-color: #58999D;
}
.otheritem img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.otheritem h3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

/**
 * Post/page password form
 */
.password-form {
  margin-top: 1em;
}
.password-form label {
  font-weight: bold;
}

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