@charset "UTF-8";
/**
 * Main theme styles.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&family=Source+Serif+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@import url("https://use.typekit.net/ltl1aml.css");
/**
 * @TODO verify this is needed, don't think so
 */
/**
 * Breakpoints
 * - These are generic breakpoints. Use component-specific breakpoints for each component
 */
/**
  * Spacing
  */
/**
 * Layout
 */
/**
 * Elements
 */
/**
* Colors
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../static/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../static/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../static/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../static/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../static/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../static/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only, .sr-only-focusable, .stay-touch label, .stay-touch body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template .stay-touch .page__form__events__categories__label, .stay-touch body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template .stay-touch .page__form__events__categories__dropdown__selection,
.stay-touch .ctct-disclosure,
.stay-touch .ctct-form-description, .site-footer__newsletter__form label, .site-footer__newsletter__form body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template .site-footer__newsletter__form .page__form__events__categories__label, .site-footer__newsletter__form body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template .site-footer__newsletter__form .page__form__events__categories__dropdown__selection,
.site-footer__newsletter__form .ctct-disclosure,
.site-footer__newsletter__form .ctct-form-description, body.singular.page-template-page-calendar-template .page__form__events__dates__inputs label, body.singular.page-template-page-calendar-template .page__form__events__dates__inputs .page__form__events__categories__label, body.singular.page-template-page-calendar-template .page__form__events__dates__inputs .page__form__events__categories__dropdown__selection, body.singular.page-template-page-exhibitions-template .page .page__content__header, body.search .page__form label, body.search .page__form body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template body.search .page__form .page__form__events__categories__label, body.search .page__form body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template body.search .page__form .page__form__events__categories__dropdown__selection,
body.archive .page__form label, body.archive .page__form body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template body.archive .page__form .page__form__events__categories__label, body.archive .page__form body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template body.archive .page__form .page__form__events__categories__dropdown__selection {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.dashicon {
  font-family: 'dashicon'; }

/**
 * Create mixins to help with animations
 */
/**
 * Animate
 * Mixin for re-using basic animation code while overriding specifics, if necessary
 */
/**
 * Create mixins to help with animations
 */
/**
 * Animate
 * Mixin for re-using basic animation code while overriding specifics, if necessary
 */
/***
 * Create mixins to help with layout
 */
/***
 * Container
 * - This is what we will include for the container of each component
 * 
 * @param {boolean} $large - If the container should be large
 * @param {boolean} $full - If the max-width of container should be full-width
 * @param {boolean} $force - If the container should be forced full width
 */
/**
 * Inner Container
 * - This is used for containers inside of a normal container.
 * It allows for us to have the content contained in the parent while giving it 100% width for responsiveness
 * @TODO: make more dynamic for different instances/widths of inner containers
 */
/**
 * Breakpoint mixin.
 */
/**
 * Font Sizes should ideally be something defined in a style guide which comes from the visual design.
 * - Currently there are some generic size titles, adjust and add as needed per project
 */
/**
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
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,
body.singular.page-template-page-calendar-template .page__form__events__categories__label,
body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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; }

* {
  box-sizing: border-box;
  color: inherit; }

a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none; }

/**
 * This file is for setting styles at the basic html elements scope
 * - Examples could include form elements such as inputs, buttons or anchors
 */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  line-height: 1;
  overflow-x: hidden;
  width: 100%; }

body {
  font-family: "Source Serif Pro", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  background-color: #fffbf2;
  color: #000000;
  min-width: 320px;
  max-width: 100vw;
  overflow-x: hidden; }
  body #page {
    position: relative; }
  body a {
    color: #8b5837;
    text-decoration: none; }
    body a:hover {
      text-decoration: underline; }
  body h1, body h2, body h3, body h4 {
    margin-top: 20px;
    margin-bottom: 10px; }
  body h1, body .h1 {
    font-family: "Source Serif Pro", serif;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: #52533c;
    font-family: "Ogg-Roman", serif;
    margin-top: 0;
    margin-bottom: 35px; }
    @media screen and (min-width: 1366px) {
      body h1, body .h1 {
        font-size: 70px;
        font-size: 7rem;
        line-height: 78px;
        line-height: 7.8rem;
        margin-bottom: 55px; } }
  body h2, body .h2 {
    font-family: "Source Serif Pro", serif;
    font-family: "Source Serif Pro", serif;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: #52533c;
    font-family: "Ogg-Roman", serif;
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 400; }
    @media screen and (min-width: 1366px) {
      body h2, body .h2 {
        font-size: 70px;
        font-size: 7rem;
        line-height: 78px;
        line-height: 7.8rem;
        margin-bottom: 55px; } }
  body h3, body .h3 {
    font-family: "Source Serif Pro", serif;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 34px;
    line-height: 3.4rem;
    color: #52533c;
    margin-bottom: 35px;
    margin-top: 0; }
    @media screen and (min-width: 1366px) {
      body h3, body .h3 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 44px;
        line-height: 4.4rem; } }
  body h4, body .h4 {
    font-family: "Source Serif Pro", serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem; }
  body h5, body .h5 {
    font-family: "Source Serif Pro", serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem; }
  body h6, body .h6 {
    font-family: "Source Serif Pro", serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem; }
  body img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  body figure {
    margin: 0; }
    body figure img {
      margin: 0 auto; }
  body p {
    font-family: "Source Serif Pro", serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 0 0 15px; }
  body em,
  body i {
    font-style: italic; }
  body strong {
    font-weight: bold; }
  body sup, body sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  body sub {
    bottom: -0.25em; }
  body sup {
    top: -0.5em; }
  body ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  body iframe {
    width: 100%; }
  body input {
    border-radius: 0; }
  body button {
    cursor: pointer; }
  body button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent; }
  body hr {
    margin-top: 35px;
    margin-bottom: 35px; }
  body label, body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection {
    font-family: "Source Serif Pro", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #665f5c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  body input[type="text"],
  body input[type="tel"],
  body input[type="number"],
  body input[type="email"],
  body input[type="password"],
  body textarea {
    font-family: "Source Serif Pro", serif;
    background-color: #ffffff;
    border: 1px solid #665f5c;
    color: #665f5c;
    font-family: "Source Serif Pro", serif;
    max-width: 100%;
    padding-left: 9px; }
    body input[type="text"]:-webkit-autofill, body input[type="text"]:-webkit-autofill:hover, body input[type="text"]:-webkit-autofill:focus, body input[type="text"]:-webkit-autofill:active, body input[type="text"]:-internal-autofill-previewed, body input[type="text"]:-internal-autofill-selected,
    body input[type="tel"]:-webkit-autofill,
    body input[type="tel"]:-webkit-autofill:hover,
    body input[type="tel"]:-webkit-autofill:focus,
    body input[type="tel"]:-webkit-autofill:active,
    body input[type="tel"]:-internal-autofill-previewed,
    body input[type="tel"]:-internal-autofill-selected,
    body input[type="number"]:-webkit-autofill,
    body input[type="number"]:-webkit-autofill:hover,
    body input[type="number"]:-webkit-autofill:focus,
    body input[type="number"]:-webkit-autofill:active,
    body input[type="number"]:-internal-autofill-previewed,
    body input[type="number"]:-internal-autofill-selected,
    body input[type="email"]:-webkit-autofill,
    body input[type="email"]:-webkit-autofill:hover,
    body input[type="email"]:-webkit-autofill:focus,
    body input[type="email"]:-webkit-autofill:active,
    body input[type="email"]:-internal-autofill-previewed,
    body input[type="email"]:-internal-autofill-selected,
    body input[type="password"]:-webkit-autofill,
    body input[type="password"]:-webkit-autofill:hover,
    body input[type="password"]:-webkit-autofill:focus,
    body input[type="password"]:-webkit-autofill:active,
    body input[type="password"]:-internal-autofill-previewed,
    body input[type="password"]:-internal-autofill-selected,
    body textarea:-webkit-autofill,
    body textarea:-webkit-autofill:hover,
    body textarea:-webkit-autofill:focus,
    body textarea:-webkit-autofill:active,
    body textarea:-internal-autofill-previewed,
    body textarea:-internal-autofill-selected {
      -webkit-box-shadow: 0 0 0 3000px white inset !important; }
  body input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    margin-right: 24px; }
    body input[type="checkbox"]:before {
      align-items: center;
      background-color: #ffffff;
      border: 1px solid #665f5c;
      content: " ";
      display: flex;
      height: 30px;
      justify-content: center;
      width: 30px; }
    body input[type="checkbox"]:checked:before {
      font-size: 30px;
      font-size: 3rem;
      line-height: normal;
      background-color: #dee8c8;
      content: "✓"; }
  body input[type="submit"],
  body input[type="button"] {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    background-color: #8b5837;
    border: 0 !important;
    border-radius: 4px;
    color: #fffbf2;
    display: inline-block;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 45px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    body input[type="submit"]:hover,
    body input[type="button"]:hover {
      background-color: #754b33;
      text-decoration: none; }
    body input[type="submit"].has-sage-dark-background-color:hover,
    body input[type="button"].has-sage-dark-background-color:hover {
      background-color: #52533c; }
    body input[type="submit"].has-video-icon,
    body input[type="button"].has-video-icon {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
      background-position: 98% center;
      background-size: 15px;
      background-repeat: no-repeat;
      padding-right: 25px; }
    body input[type="submit"].disabled, body input[type="submit"][disabled="disabled"],
    body input[type="button"].disabled,
    body input[type="button"][disabled="disabled"] {
      background-color: #665f5c;
      cursor: not-allowed;
      opacity: 0.8; }
    body input[type="submit"]:hover,
    body input[type="button"]:hover {
      background-color: #754b33; }
  body select, body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown, body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #dee8c8;
    background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-accordion-button.svg");
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #665f5c;
    color: #665f5c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    height: 42px;
    text-indent: 5px;
    text-transform: uppercase; }
  body .element-invisible {
    display: none !important; }

/**
 * Import fonts and create font-face rules here
 * @TODO add various font formats [otf,ttf,woff,eot]
 * @see font-weight guidelines: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight#Common_weight_name_mapping
 */
@font-face {
  font-family: "Gotham-Medium";
  src: url("gotham-medium/3a47f5f06b5484abfeee9eac90348a9c.eot");
  /* IE9*/
  src: url("/wp-content/themes/reynolda/assets/fonts/gotham-medium/3a47f5f06b5484abfeee9eac90348a9c.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/reynolda/assets/fonts/gotham-medium/3a47f5f06b5484abfeee9eac90348a9c.woff2") format("woff2"), url("/wp-content/themes/reynolda/assets/fonts/gotham-medium/3a47f5f06b5484abfeee9eac90348a9c.woff") format("woff"), url("/wp-content/themes/reynolda/assets/fonts/gotham-medium/3a47f5f06b5484abfeee9eac90348a9c.ttf") format("truetype"), url("/wp-content/themes/reynolda/assets/fonts/gotham-medium/3a47f5f06b5484abfeee9eac90348a9c.svg#Gotham-Medium") format("svg");
  /* iOS 4.1- */ }

@font-face {
  font-family: "Gotham-Italic";
  src: url("/wp-content/themes/reynolda/assets/fonts/gotham-italic/fb06511a156c5dfcbf8927a04ca05759.eot");
  /* IE9*/
  src: url("/wp-content/themes/reynolda/assets/fonts/gotham-italic/fb06511a156c5dfcbf8927a04ca05759.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/reynolda/assets/fonts/gotham-italic/fb06511a156c5dfcbf8927a04ca05759.woff2") format("woff2"), url("/wp-content/themes/reynolda/assets/fonts/gotham-italic/fb06511a156c5dfcbf8927a04ca05759.woff") format("woff"), url("/wp-content/themes/reynolda/assets/fonts/gotham-italic/fb06511a156c5dfcbf8927a04ca05759.ttf") format("truetype"), url("/wp-content/themes/reynolda/assets/fonts/gotham-italic/fb06511a156c5dfcbf8927a04ca05759.svg#Gotham Italic") format("svg");
  /* iOS 4.1- */ }

@font-face {
  font-family: "Ogg-Roman";
  src: url("/wp-content/themes/reynolda/assets/fonts/ogg-roman/256518dac0fd2bd21da6027102ae7901.eot");
  /* IE9*/
  src: url("/wp-content/themes/reynolda/assets/fonts/ogg-roman/256518dac0fd2bd21da6027102ae7901.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/reynolda/assets/fonts/ogg-roman/256518dac0fd2bd21da6027102ae7901.woff2") format("woff2"), url("/wp-content/themes/reynolda/assets/fonts/ogg-roman/256518dac0fd2bd21da6027102ae7901.woff") format("woff"), url("/wp-content/themes/reynolda/assets/fonts/ogg-roman/256518dac0fd2bd21da6027102ae7901.ttf") format("truetype"), url("/wp-content/themes/reynolda/assets/fonts/ogg-roman/256518dac0fd2bd21da6027102ae7901.svg#Ogg-Roman") format("svg");
  /* iOS 4.1- */ }

@font-face {
  font-family: "Ogg-Italic";
  src: url("/wp-content/themes/reynolda/assets/fonts/ogg-italic/0674e2aa65694de5f36c519475ddfd88.eot");
  /* IE9*/
  src: url("/wp-content/themes/reynolda/assets/fonts/ogg-italic/0674e2aa65694de5f36c519475ddfd88.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/reynolda/assets/fonts/ogg-italic/0674e2aa65694de5f36c519475ddfd88.woff2") format("woff2"), url("/wp-content/themes/reynolda/assets/fonts/ogg-italic/0674e2aa65694de5f36c519475ddfd88.woff") format("woff"), url("/wp-content/themes/reynolda/assets/fonts/ogg-italic/0674e2aa65694de5f36c519475ddfd88.ttf") format("truetype"), url("/wp-content/themes/reynolda/assets/fonts/ogg-italic/0674e2aa65694de5f36c519475ddfd88.svg#Ogg-Italic") format("svg");
  /* iOS 4.1- */ }

@font-face {
  font-family: "dashicons";
  src: url("/wp-content/themes/reynolda/assets/fonts/dashicons/dashicons.eot") url("/wp-content/themes/reynolda/assets/fonts/dashicons/dashicons.woff2") format("woff2"), url("/wp-content/themes/reynolda/assets/fonts/ogg-italic/dashicons/dashicons.ttf") format("truetype");
  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ }

.dashicon {
  font-family: dashicons; }

/**
 * See variables file for font-weights.
 * Try to set the font-family and weights in the component stylesheet if possible.
 * Otherwise use these utility classes on markup if _necessary_.
 */
.fontw-light {
  font-weight: 300; }

.fontw-regular {
  font-weight: 400; }

.fontw-medium {
  font-weight: 500; }

.fontw-semibold {
  font-weight: 600; }

.fontw-bold {
  font-weight: 700; }

.fontw-black {
  font-weight: 900; }

/**
 * Simple helper class for nowrap white-space on text
 * 
 * X: text-
 *    wrapping
 * 
 * ✓: no-text-wrapping
 */
.nowrap {
  white-space: nowrap; }

.sr-only, .sr-only-focusable, .stay-touch label, .stay-touch body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template .stay-touch .page__form__events__categories__label, .stay-touch body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template .stay-touch .page__form__events__categories__dropdown__selection,
.stay-touch .ctct-disclosure,
.stay-touch .ctct-form-description, .site-footer__newsletter__form label, .site-footer__newsletter__form body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template .site-footer__newsletter__form .page__form__events__categories__label, .site-footer__newsletter__form body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template .site-footer__newsletter__form .page__form__events__categories__dropdown__selection,
.site-footer__newsletter__form .ctct-disclosure,
.site-footer__newsletter__form .ctct-form-description, body.singular.page-template-page-calendar-template .page__form__events__dates__inputs label, body.singular.page-template-page-calendar-template .page__form__events__dates__inputs .page__form__events__categories__label, body.singular.page-template-page-calendar-template .page__form__events__dates__inputs .page__form__events__categories__dropdown__selection, body.singular.page-template-page-exhibitions-template .page .page__content__header, body.search .page__form label, body.search .page__form body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template body.search .page__form .page__form__events__categories__label, body.search .page__form body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template body.search .page__form .page__form__events__categories__dropdown__selection,
body.archive .page__form label, body.archive .page__form body.singular.page-template-page-calendar-template .page__form__events__categories__label, body.singular.page-template-page-calendar-template body.archive .page__form .page__form__events__categories__label, body.archive .page__form body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template body.archive .page__form .page__form__events__categories__dropdown__selection {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:focus {
  position: relative;
  top: initial;
  left: initial;
  z-index: 999;
  width: auto;
  height: auto;
  margin: 0;
  color: initial;
  background-color: initial;
  clip: inherit; }

.noscroll {
  height: 100vh;
  overflow: hidden; }

.clearfix {
  clear: both; }

.wp-block-button__link, .wp-block-file .wp-block-file__button, .site-header__content__menu__top a.tickets {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  background-color: #8b5837;
  border: 0 !important;
  border-radius: 4px;
  color: #fffbf2;
  display: inline-block;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 45px;
  margin-right: 5px;
  text-align: center;
  text-transform: uppercase; }
  .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, .site-header__content__menu__top a.tickets:hover {
    background-color: #754b33;
    text-decoration: none; }
  .wp-block-button__link.has-sage-dark-background-color:hover, .wp-block-file .has-sage-dark-background-color.wp-block-file__button:hover, .site-header__content__menu__top a.has-sage-dark-background-color.tickets:hover {
    background-color: #52533c; }
  .wp-block-button__link.has-video-icon, .wp-block-file .has-video-icon.wp-block-file__button, .site-header__content__menu__top a.has-video-icon.tickets {
    background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
    background-position: 98% center;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-right: 25px; }
  .wp-block-button__link.disabled, .wp-block-file .disabled.wp-block-file__button, .site-header__content__menu__top a.disabled.tickets, .wp-block-button__link[disabled="disabled"], .wp-block-file .wp-block-file__button[disabled="disabled"], .site-header__content__menu__top a.tickets[disabled="disabled"] {
    background-color: #665f5c;
    cursor: not-allowed;
    opacity: 0.8; }

input {
  border: none;
  box-shadow: none;
  height: 50px; }

.wysiwyg-styles a:not(.wp-block-button__link) svg g {
  fill: #8b5837; }

.wysiwyg-styles a:not(.wp-block-button__link):hover {
  color: #AA5A25;
  text-decoration: none; }
  .wysiwyg-styles a:not(.wp-block-button__link):hover svg g {
    fill: #AA5A25; }

.wysiwyg-styles h1 a, .wysiwyg-styles h2 a, .wysiwyg-styles h3 a, .wysiwyg-styles h4 a, .wysiwyg-styles h5 a, .wysiwyg-styles h6 a {
  color: #52533c; }
  .wysiwyg-styles h1 a:hover, .wysiwyg-styles h2 a:hover, .wysiwyg-styles h3 a:hover, .wysiwyg-styles h4 a:hover, .wysiwyg-styles h5 a:hover, .wysiwyg-styles h6 a:hover {
    color: #AA5A25; }

.wysiwyg-styles > h1,
.wysiwyg-styles > h2,
.wysiwyg-styles > h3 {
  margin-top: 20px; }

.wysiwyg-styles > h1:first-of-type,
.wysiwyg-styles > h2:first-of-type {
  margin-top: 0; }

.wysiwyg-styles > h4,
.wysiwyg-styles > h5,
.wysiwyg-styles > h6 {
  margin-bottom: 35px; }

.wysiwyg-styles > p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 35px; }

.wysiwyg-styles > blockquote {
  padding-left: 30px;
  margin-bottom: 35px; }
  @media screen and (min-width: 992px) {
    .wysiwyg-styles > blockquote {
      padding-left: 100px;
      margin-bottom: 55px; } }
  @media print {
    .wysiwyg-styles > blockquote {
      padding-left: 100px;
      margin-bottom: 55px; } }
  .wysiwyg-styles > blockquote > p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 5px; }
  .wysiwyg-styles > blockquote > cite {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-style: normal; }
    .wysiwyg-styles > blockquote > cite:before {
      content: " ⏤ ";
      display: inline-block; }

.wysiwyg-styles ol {
  counter-reset: myOrderedListItemsCounter; }

.wysiwyg-styles > ol {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  list-style: decimal;
  margin-bottom: 35px;
  padding-left: 45px; }
  .wysiwyg-styles > ol li {
    list-style-type: none;
    margin-bottom: 35px;
    position: relative; }
  .wysiwyg-styles > ol > li:before {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    background-color: #52533c;
    border: 1px solid #707070;
    color: #fffbf2;
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter) " ";
    display: inline-block;
    font-family: "Source Serif Pro", serif;
    padding: 0 8px;
    margin-right: 11px;
    text-align: center; }
  .wysiwyg-styles > ol li:before {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    background-color: #52533c;
    border: 1px solid #707070;
    color: #fffbf2;
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter) " ";
    display: inline-block;
    font-family: "Source Serif Pro", serif;
    padding: 0 8px;
    margin-right: 11px;
    text-align: center; }
  .wysiwyg-styles > ol ol {
    margin-top: 35px;
    padding-left: 25px; }
  .wysiwyg-styles > ol > li > ol {
    list-style: none; }
    .wysiwyg-styles > ol > li > ol > li > ol {
      list-style: none; }

.wysiwyg-styles > ul {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  list-style-type: none;
  margin-bottom: 35px;
  padding-left: 85px; }
  .wysiwyg-styles > ul li {
    margin-bottom: 35px; }
  .wysiwyg-styles > ul > li {
    list-style-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-arrow-right-forest.svg"); }
  .wysiwyg-styles > ul ul {
    margin-top: 35px;
    padding-left: 25px; }

.wysiwyg-styles p.announcement {
  color: #911000;
  font-weight: bold; }

.wysiwyg-styles .iframe-processed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .wysiwyg-styles .iframe-processed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wysiwyg-styles p.has-drop-cap:not(:focus)::first-letter {
  color: #52533c;
  font-family: "Ogg-Roman", serif; }

.wysiwyg-styles .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wysiwyg-styles p.wp-caption-text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-top: 10px; }

@media screen and (max-width: 992px) {
  .wysiwyg-styles .wp-block-image .alignleft,
  .wysiwyg-styles .wp-block-image .alignright {
    float: none !important;
    margin-left: auto;
    margin-right: auto; } }

.staff-card {
  flex: 0 0 33%;
  justify-content: space-between;
  margin-bottom: 75px; }
  @media screen and (max-width: 767px) {
    .staff-card {
      flex: 0 0 50%;
      margin-bottom: 55px; } }

.staff {
  font-family: "Source Serif Pro", serif;
  text-align: center; }
  .staff__inner {
    margin: 0 auto;
    width: 250px; }
  .staff__image {
    background: #dee8c8;
    border-radius: 112.5px;
    height: 225px;
    margin: 0 auto 20px auto;
    width: 225px; }
    .staff__image img {
      border-radius: 112.5px;
      height: 100%;
      object-fit: cover; }
    .staff__image.no-media {
      align-items: center;
      display: flex; }
      .staff__image.no-media img {
        border-radius: 0;
        height: 60%;
        width: 60%; }
  .staff__name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 600; }
  .staff__position {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem; }
  .staff__phone, .staff__fax, .staff__email {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    min-height: 28px; }

.has-black-background-color {
  background-color: #000000; }

.has-black-color {
  border-color: #000000 !important;
  color: #000000 !important; }

.has-black-border-color {
  border-color: #000000 !important; }

.has-blue-background-color {
  background-color: #B6C6E6; }

.has-blue-color {
  border-color: #B6C6E6 !important;
  color: #B6C6E6 !important; }

.has-blue-border-color {
  border-color: #B6C6E6 !important; }

.has-blue-flagstone-background-color {
  background-color: #c8d3c1; }

.has-blue-flagstone-color {
  border-color: #c8d3c1 !important;
  color: #c8d3c1 !important; }

.has-blue-flagstone-border-color {
  border-color: #c8d3c1 !important; }

.has-copper-background-color {
  background-color: #7d5830; }

.has-copper-color {
  border-color: #7d5830 !important;
  color: #7d5830 !important; }

.has-copper-border-color {
  border-color: #7d5830 !important; }

.has-copper-dark-background-color {
  background-color: #754b33; }

.has-copper-dark-color {
  border-color: #754b33 !important;
  color: #754b33 !important; }

.has-copper-dark-border-color {
  border-color: #754b33 !important; }

.has-cream-background-color {
  background-color: #fffbf2; }

.has-cream-color {
  border-color: #fffbf2 !important;
  color: #fffbf2 !important; }

.has-cream-border-color {
  border-color: #fffbf2 !important; }

.has-forest-green-background-color {
  background-color: #545e44; }

.has-forest-green-color {
  border-color: #545e44 !important;
  color: #545e44 !important; }

.has-forest-green-border-color {
  border-color: #545e44 !important; }

.has-forest-green-dark-background-color {
  background-color: #52533c; }

.has-forest-green-dark-color {
  border-color: #52533c !important;
  color: #52533c !important; }

.has-forest-green-dark-border-color {
  border-color: #52533c !important; }

.has-forest-green-darker-background-color {
  background-color: #52533D; }

.has-forest-green-darker-color {
  border-color: #52533D !important;
  color: #52533D !important; }

.has-forest-green-darker-border-color {
  border-color: #52533D !important; }

.has-sage-background-color {
  background-color: #929c8c; }

.has-sage-color {
  border-color: #929c8c !important;
  color: #929c8c !important; }

.has-sage-border-color {
  border-color: #929c8c !important; }

.has-sage-light-background-color {
  background-color: #dee8c8; }

.has-sage-light-color {
  border-color: #dee8c8 !important;
  color: #dee8c8 !important; }

.has-sage-light-border-color {
  border-color: #dee8c8 !important; }

.has-sage-dark-background-color {
  background-color: #6f7566; }

.has-sage-dark-color {
  border-color: #6f7566 !important;
  color: #6f7566 !important; }

.has-sage-dark-border-color {
  border-color: #6f7566 !important; }

.has-tobacco-background-color {
  background-color: #ba8360; }

.has-tobacco-color {
  border-color: #ba8360 !important;
  color: #ba8360 !important; }

.has-tobacco-border-color {
  border-color: #ba8360 !important; }

.has-tobacco-dark-background-color {
  background-color: #8b5837; }

.has-tobacco-dark-color {
  border-color: #8b5837 !important;
  color: #8b5837 !important; }

.has-tobacco-dark-border-color {
  border-color: #8b5837 !important; }

.wp-block-accordion {
  background-color: rgba(222, 232, 200, 0.5);
  margin-bottom: 55px; }
  .wp-block-accordion__header {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    background-color: #dee8c8;
    color: #52533c;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    padding: 22px 22px 12px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .wp-block-accordion__header {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between; } }
    @media print {
      .wp-block-accordion__header {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .wp-block-accordion__header__subhead {
      font-size: 20px;
      font-size: 2rem;
      line-height: 34px;
      line-height: 3.4rem;
      font-weight: 300;
      text-align: left;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .wp-block-accordion__header__subhead {
          width: 50%; } }
      @media print {
        .wp-block-accordion__header__subhead {
          width: 50%; } }
    .wp-block-accordion__header:after {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-accordion-button.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px;
      content: " ";
      display: block;
      height: 40px;
      right: 10px;
      margin-left: 10px;
      position: absolute;
      top: 10px;
      transition: transform 0.3s;
      width: 40px; }
  .wp-block-accordion__body {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    display: none;
    padding: 30px 20px; }
    @media screen and (min-width: 992px) {
      .wp-block-accordion__body {
        padding: 40px 43px; } }
    @media print {
      .wp-block-accordion__body {
        padding: 40px 43px; } }
    .wp-block-accordion__body p {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 30px;
      line-height: 3rem; }
  .wp-block-accordion--child {
    background-color: transparent;
    font-family: "Source Serif Pro", serif;
    margin-bottom: 45px; }
    .wp-block-accordion--child .wp-block-accordion__header {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 30px;
      line-height: 3rem;
      background-color: transparent;
      font-family: "Source Serif Pro", serif;
      padding-left: 40px;
      text-align: left; }
      .wp-block-accordion--child .wp-block-accordion__header:after {
        background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-plus.svg");
        background-position: left center;
        background-repeat: no-repeat;
        left: 0;
        right: initial;
        top: 13px; }
    .wp-block-accordion--child .wp-block-accordion__body {
      padding: 12px 43px; }
      @media screen and (min-width: 992px) {
        .wp-block-accordion--child .wp-block-accordion__body {
          padding-left: 70px; } }
      @media print {
        .wp-block-accordion--child .wp-block-accordion__body {
          padding-left: 70px; } }
  .wp-block-accordion.open:not(.wp-block-accordion--child) > .wp-block-accordion__header:after {
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(180deg); }
  .wp-block-accordion.open.wp-block-accordion--child .wp-block-accordion__header:after {
    background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-minus.svg"); }
  .wp-block-accordion.open > .wp-block-accordion__body {
    display: block; }

.wp-block-columns__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  display: flex;
  flex-wrap: nowrap;
  padding: 1.25em 0; }
  @media screen and (min-width: 1366px) {
    .wp-block-columns__wrapper {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    .wp-block-columns__wrapper {
      width: 1530px; } }

.wp-block-columns.has-background {
  padding: 0; }

.wp-block-jetpack-contact-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px; }
  @media screen and (max-width: 991px) {
    .wp-block-jetpack-contact-form {
      flex-direction: column; } }
  .wp-block-jetpack-contact-form h2,
  .wp-block-jetpack-contact-form h3,
  .wp-block-jetpack-contact-form h4,
  .wp-block-jetpack-contact-form h5,
  .wp-block-jetpack-contact-form h6,
  .wp-block-jetpack-contact-form p {
    display: block;
    width: 100%; }
  .wp-block-jetpack-contact-form.contact-form label.checkbox, .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .checkbox.page__form__events__categories__label, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .checkbox.page__form__events__categories__label, .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .checkbox.page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .checkbox.page__form__events__categories__dropdown__selection,
  .wp-block-jetpack-contact-form.contact-form label.checkbox-multiple,
  .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .checkbox-multiple.page__form__events__categories__label,
  body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .checkbox-multiple.page__form__events__categories__label,
  .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .checkbox-multiple.page__form__events__categories__dropdown__selection,
  body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .checkbox-multiple.page__form__events__categories__dropdown__selection,
  .wp-block-jetpack-contact-form.contact-form label.radio,
  .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .radio.page__form__events__categories__label,
  body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .radio.page__form__events__categories__label,
  .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .radio.page__form__events__categories__dropdown__selection,
  body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .radio.page__form__events__categories__dropdown__selection,
  .wp-block-jetpack-contact-form.contact-form legend {
    font-family: "Source Serif Pro", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #665f5c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    align-items: flex-start;
    margin-bottom: 0; }
    .wp-block-jetpack-contact-form.contact-form label.checkbox span.grunion-label-required, .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .checkbox.page__form__events__categories__label span.grunion-label-required, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .checkbox.page__form__events__categories__label span.grunion-label-required, .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .checkbox.page__form__events__categories__dropdown__selection span.grunion-label-required, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .checkbox.page__form__events__categories__dropdown__selection span.grunion-label-required,
    .wp-block-jetpack-contact-form.contact-form label.checkbox-multiple span.grunion-label-required,
    .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .checkbox-multiple.page__form__events__categories__label span.grunion-label-required,
    body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .checkbox-multiple.page__form__events__categories__label span.grunion-label-required,
    .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .checkbox-multiple.page__form__events__categories__dropdown__selection span.grunion-label-required,
    body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .checkbox-multiple.page__form__events__categories__dropdown__selection span.grunion-label-required,
    .wp-block-jetpack-contact-form.contact-form label.radio span.grunion-label-required,
    .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .radio.page__form__events__categories__label span.grunion-label-required,
    body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .radio.page__form__events__categories__label span.grunion-label-required,
    .wp-block-jetpack-contact-form.contact-form body.singular.page-template-page-calendar-template .radio.page__form__events__categories__dropdown__selection span.grunion-label-required,
    body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form.contact-form .radio.page__form__events__categories__dropdown__selection span.grunion-label-required,
    .wp-block-jetpack-contact-form.contact-form legend span.grunion-label-required {
      font-size: 85%;
      font-weight: 400;
      margin-left: 0.25em;
      opacity: .45; }
  .wp-block-jetpack-contact-form.contact-form input[type="checkbox"] {
    margin-right: 30px !important; }
  .wp-block-jetpack-contact-form span.grunion-label-required {
    font-family: "Source Serif Pro", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #665f5c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    align-items: flex-start;
    margin-bottom: 0;
    font-size: 85%;
    font-weight: 400;
    margin-left: 0.25em;
    opacity: .45; }
  .wp-block-jetpack-contact-form input[type="text"],
  .wp-block-jetpack-contact-form input[type="number"],
  .wp-block-jetpack-contact-form input[type="email"],
  .wp-block-jetpack-contact-form input[type="password"] {
    background-color: #ffffff;
    text-align: left; }
  .wp-block-jetpack-contact-form .wp-block-jetpack-button button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    background-color: #8b5837;
    border: 0 !important;
    border-radius: 4px;
    color: #fffbf2;
    display: inline-block;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 45px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase; }
    .wp-block-jetpack-contact-form .wp-block-jetpack-button button:hover {
      background-color: #754b33;
      text-decoration: none; }
    .wp-block-jetpack-contact-form .wp-block-jetpack-button button.has-sage-dark-background-color:hover {
      background-color: #52533c; }
    .wp-block-jetpack-contact-form .wp-block-jetpack-button button.has-video-icon {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
      background-position: 98% center;
      background-size: 15px;
      background-repeat: no-repeat;
      padding-right: 25px; }
    .wp-block-jetpack-contact-form .wp-block-jetpack-button button.disabled, .wp-block-jetpack-contact-form .wp-block-jetpack-button button[disabled="disabled"] {
      background-color: #665f5c;
      cursor: not-allowed;
      opacity: 0.8; }
  .wp-block-jetpack-contact-form select, .wp-block-jetpack-contact-form body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form .page__form__events__categories__dropdown, .wp-block-jetpack-contact-form body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form .page__form__events__categories__dropdown__options {
    min-height: 55px; }
  .wp-block-jetpack-contact-form .grunion-field-wrap {
    border-right: 15px solid transparent;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    margin-bottom: 10px; }
  .wp-block-jetpack-contact-form .grunion-field-radio-wrap label.grunion-radio-label, .wp-block-jetpack-contact-form .grunion-field-radio-wrap body.singular.page-template-page-calendar-template .grunion-radio-label.page__form__events__categories__label, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form .grunion-field-radio-wrap .grunion-radio-label.page__form__events__categories__label, .wp-block-jetpack-contact-form .grunion-field-radio-wrap body.singular.page-template-page-calendar-template .grunion-radio-label.page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form .grunion-field-radio-wrap .grunion-radio-label.page__form__events__categories__dropdown__selection {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px; }
  .wp-block-jetpack-contact-form .grunion-field-radio-wrap input[type="radio"] {
    height: 30px;
    margin-right: 9px !important;
    width: 30px;
    margin-top: 2px !important; }
  .wp-block-jetpack-contact-form .grunion-field-radio-wrap p.contact-form-field {
    margin-bottom: 0 !important; }
  .wp-block-jetpack-contact-form .grunion-field-checkbox-wrap > label, .wp-block-jetpack-contact-form body.singular.page-template-page-calendar-template .grunion-field-checkbox-wrap > .page__form__events__categories__label, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form .grunion-field-checkbox-wrap > .page__form__events__categories__label, .wp-block-jetpack-contact-form body.singular.page-template-page-calendar-template .grunion-field-checkbox-wrap > .page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form .grunion-field-checkbox-wrap > .page__form__events__categories__dropdown__selection {
    display: flex !important;
    padding-top: 20px !important; }
    .wp-block-jetpack-contact-form .grunion-field-checkbox-wrap > label input[type="checkbox"]:before, .wp-block-jetpack-contact-form body.singular.page-template-page-calendar-template .grunion-field-checkbox-wrap > .page__form__events__categories__label input[type="checkbox"]:before, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form .grunion-field-checkbox-wrap > .page__form__events__categories__label input[type="checkbox"]:before, .wp-block-jetpack-contact-form body.singular.page-template-page-calendar-template .grunion-field-checkbox-wrap > .page__form__events__categories__dropdown__selection input[type="checkbox"]:before, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form .grunion-field-checkbox-wrap > .page__form__events__categories__dropdown__selection input[type="checkbox"]:before {
      margin-top: -6px !important; }
  .wp-block-jetpack-contact-form .grunion-field-checkbox-multiple-wrap .grunion-checkbox-multiple-label {
    display: flex !important;
    padding-top: 20px !important; }
    .wp-block-jetpack-contact-form .grunion-field-checkbox-multiple-wrap .grunion-checkbox-multiple-label input[type="checkbox"]:before {
      margin-top: -6px !important; }
  .wp-block-jetpack-contact-form .grunion-field-width-25-wrap {
    flex: 0 0 25%;
    justify-content: flex-end; }
  .wp-block-jetpack-contact-form .grunion-field-width-50-wrap {
    flex: 0 0 50%;
    justify-content: flex-end; }
  .wp-block-jetpack-contact-form .grunion-field-width-75-wrap {
    flex: 0 0 75%;
    justify-content: flex-end; }
  @media screen and (max-width: 991px) {
    .wp-block-jetpack-contact-form .grunion-field-wrap,
    .wp-block-jetpack-contact-form .grunion-field-width-25-wrap,
    .wp-block-jetpack-contact-form .grunion-field-width-50-wrap,
    .wp-block-jetpack-contact-form .grunion-field-width-75-wrap {
      border-right: 0 !important;
      flex: 0 0 100% !important; } }
  .wp-block-jetpack-contact-form .g-recaptcha + button[type="submit"],
  .wp-block-jetpack-contact-form .g-recaptcha + input[type="submit"] {
    margin-top: 10px; }
  .wp-block-jetpack-contact-form p.contact-form-field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .wp-block-jetpack-contact-form p.contact-form-field label.grunion-checkbox-multiple-label, .wp-block-jetpack-contact-form p.contact-form-field body.singular.page-template-page-calendar-template .grunion-checkbox-multiple-label.page__form__events__categories__label, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form p.contact-form-field .grunion-checkbox-multiple-label.page__form__events__categories__label, .wp-block-jetpack-contact-form p.contact-form-field body.singular.page-template-page-calendar-template .grunion-checkbox-multiple-label.page__form__events__categories__dropdown__selection, body.singular.page-template-page-calendar-template .wp-block-jetpack-contact-form p.contact-form-field .grunion-checkbox-multiple-label.page__form__events__categories__dropdown__selection {
      padding-top: 0 !important; }

.directory-listing__title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 44px;
  line-height: 4.4rem;
  color: #52533c;
  font-family: "Source Serif Pro", serif;
  font-weight: 600;
  flex: 0 0 100%;
  margin: 25px 0 40px 0; }
  @media screen and (max-width: 768px) {
    .directory-listing__title {
      margin: 0 0 40px 0; } }

.directory-listing__body {
  margin-bottom: 40px;
  margin-top: -30px; }

.directory-listing__items {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media screen and (min-width: 768px) {
    .directory-listing__items {
      flex-direction: row;
      flex-wrap: wrap;
      margin-left: -1%;
      margin-right: -1%; } }
  .directory-listing__items__item {
    font-family: "Source Serif Pro", serif;
    text-align: center;
    margin-bottom: 75px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .directory-listing__items__item {
        margin-left: 1%;
        margin-right: 1%;
        width: 48%; } }
    @media screen and (min-width: 992px) {
      .directory-listing__items__item {
        margin-left: 1%;
        margin-right: 1%;
        width: 23%; } }
    @media print {
      .directory-listing__items__item {
        margin-left: 1%;
        margin-right: 1%;
        width: 23%; } }
    .directory-listing__items__item__image {
      margin: 0 auto 20px auto; }
      .directory-listing__items__item__image img {
        height: 100%;
        object-fit: cover; }
    .directory-listing__items__item__name {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem;
      font-weight: 600; }

.estate-map {
  margin-bottom: 55px; }
  .estate-map__header {
    background-color: #52533c;
    color: #ffffff; }
    .estate-map__header__inner {
      margin-left: auto;
      margin-right: auto;
      max-width: 90%;
      padding: 55px 0; }
      @media screen and (min-width: 1366px) {
        .estate-map__header__inner {
          width: 1260px; } }
      @media screen and (min-width: 1580px) {
        .estate-map__header__inner {
          width: 1530px; } }
      @media screen and (min-width: 992px) {
        .estate-map__header__inner {
          padding: 75px 0; } }
      @media print {
        .estate-map__header__inner {
          padding: 75px 0; } }
    .estate-map__header a,
    .estate-map__header h2 {
      color: #ffffff; }
    .estate-map__header__content .fullscreen-link a {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      .estate-map__header__content .fullscreen-link a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .estate-map__map {
    position: relative; }
    .estate-map__map__overlay {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 32px;
      line-height: 3.2rem;
      align-items: center;
      background-color: rgba(222, 232, 200, 0.6);
      color: #52533c;
      display: flex;
      font-family: "Source Serif Pro", serif;
      height: 100%;
      justify-content: center;
      left: 0;
      position: absolute;
      width: 100%;
      top: 0;
      z-index: 1; }
    .estate-map__map iframe {
      min-height: 300px;
      z-index: 0; }
      @media screen and (min-width: 768px) {
        .estate-map__map iframe {
          min-height: 550px; } }
      @media screen and (min-width: 992px) {
        .estate-map__map iframe {
          min-height: 950px; } }
      @media print {
        .estate-map__map iframe {
          min-height: 950px; } }

body.page .gform_wrapper.gform-theme--framework {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  margin-bottom: 55px;
  font-family: "Source Serif Pro", serif; }
  @media screen and (min-width: 1366px) {
    body.page .gform_wrapper.gform-theme--framework {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.page .gform_wrapper.gform-theme--framework {
      width: 1530px; } }
  body.page .gform_wrapper.gform-theme--framework legend,
  body.page .gform_wrapper.gform-theme--framework label,
  body.page .gform_wrapper.gform-theme--framework body.singular.page-template-page-calendar-template .page__form__events__categories__label,
  body.singular.page-template-page-calendar-template body.page .gform_wrapper.gform-theme--framework .page__form__events__categories__label,
  body.page .gform_wrapper.gform-theme--framework body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection,
  body.singular.page-template-page-calendar-template body.page .gform_wrapper.gform-theme--framework .page__form__events__categories__dropdown__selection {
    font-family: "Source Serif Pro", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #665f5c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    align-items: flex-start;
    margin-bottom: 0; }
    body.page .gform_wrapper.gform-theme--framework legend span.gfield_required,
    body.page .gform_wrapper.gform-theme--framework label span.gfield_required,
    body.page .gform_wrapper.gform-theme--framework body.singular.page-template-page-calendar-template .page__form__events__categories__label span.gfield_required,
    body.singular.page-template-page-calendar-template body.page .gform_wrapper.gform-theme--framework .page__form__events__categories__label span.gfield_required,
    body.page .gform_wrapper.gform-theme--framework body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection span.gfield_required,
    body.singular.page-template-page-calendar-template body.page .gform_wrapper.gform-theme--framework .page__form__events__categories__dropdown__selection span.gfield_required {
      font-family: "Source Serif Pro", serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 28px;
      line-height: 2.8rem;
      color: #665f5c;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 85%;
      font-weight: 400;
      margin-left: 0.25em;
      opacity: .45; }
  body.page .gform_wrapper.gform-theme--framework .gfield_description {
    font-family: "Source Serif Pro", serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem; }
  body.page .gform_wrapper.gform-theme--framework input[type="submit"],
  body.page .gform_wrapper.gform-theme--framework .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body.page .gform_wrapper.gform-theme--framework .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body.page .gform_wrapper.gform-theme--framework button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body.page .gform_wrapper.gform-theme--framework input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body.page .gform_wrapper.gform-theme--framework input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body.page .gform_wrapper.gform-theme--framework input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    background-color: #8b5837;
    border: 0 !important;
    border-radius: 4px;
    color: #fffbf2;
    display: inline-block;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 45px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase; }
    body.page .gform_wrapper.gform-theme--framework input[type="submit"]:hover,
    body.page .gform_wrapper.gform-theme--framework .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    body.page .gform_wrapper.gform-theme--framework .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    body.page .gform_wrapper.gform-theme--framework button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    body.page .gform_wrapper.gform-theme--framework input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    body.page .gform_wrapper.gform-theme--framework input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    body.page .gform_wrapper.gform-theme--framework input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
      background-color: #754b33;
      text-decoration: none; }

.image-credit {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 55px;
  margin-top: 55px; }
  .image-credit p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem; }

.image-grid__items__row .features__items__item {
  margin-bottom: 55px; }
  .image-grid__items__row .features__items__item .feature-item__content__caption {
    text-align: left; }

@media screen and (min-width: 768px) {
  .image-grid__items__row {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: -1%;
    margin-right: -1%;
    width: 100%; }
    .image-grid__items__row .features__items__item {
      margin-left: 1%;
      margin-right: 1%;
      width: 32%; }
      .image-grid__items__row .features__items__item .feature-item {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: stretch; }
        .image-grid__items__row .features__items__item .feature-item__media + .feature-item__content {
          flex: 1; } }

.make-it-official {
  background-color: #dee8c8; }
  .make-it-official__header, .make-it-official__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding: 55px 0 0; }
    @media screen and (min-width: 1366px) {
      .make-it-official__header, .make-it-official__content {
        width: 1260px; } }
    @media screen and (min-width: 1580px) {
      .make-it-official__header, .make-it-official__content {
        width: 1530px; } }
    @media screen and (min-width: 992px) {
      .make-it-official__header, .make-it-official__content {
        padding: 75px 0 0; } }
    @media print {
      .make-it-official__header, .make-it-official__content {
        padding: 75px 0 0; } }
  .make-it-official__header h2, .make-it-official__header__content {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .make-it-official__header h2, .make-it-official__header__content {
        margin-left: auto;
        margin-right: auto;
        width: 75%; } }
    @media print {
      .make-it-official__header h2, .make-it-official__header__content {
        margin-left: auto;
        margin-right: auto;
        width: 75%; } }
  .make-it-official__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 55px; }
    @media screen and (min-width: 992px) {
      .make-it-official__content {
        align-items: stretch;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 75px; } }
    @media print {
      .make-it-official__content {
        align-items: stretch;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 75px; } }
    .make-it-official__content__museum, .make-it-official__content__gardens {
      align-items: center;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 992px) {
        .make-it-official__content__museum, .make-it-official__content__gardens {
          margin: 0 80px;
          max-height: 322px;
          max-width: 459px;
          position: relative; } }
      @media print {
        .make-it-official__content__museum, .make-it-official__content__gardens {
          margin: 0 80px;
          max-height: 322px;
          max-width: 459px;
          position: relative; } }
    .make-it-official__content__museum {
      padding-bottom: 55px; }
      @media screen and (min-width: 992px) {
        .make-it-official__content__museum {
          margin-bottom: 0; }
          .make-it-official__content__museum .make-it-official__content__title {
            margin-bottom: 35px; } }
      @media print {
        .make-it-official__content__museum {
          margin-bottom: 0; }
          .make-it-official__content__museum .make-it-official__content__title {
            margin-bottom: 35px; } }
    .make-it-official__content__title {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 29px;
      line-height: 2.9rem;
      color: #52533c;
      font-family: "Montserrat", sans-serif;
      text-align: center;
      text-transform: uppercase; }
    .make-it-official__content__icon {
      flex: 1;
      margin-bottom: 35px; }
      .make-it-official__content__icon img {
        height: auto;
        width: 100%; }
    .make-it-official__content__gardens {
      padding-bottom: 35px; }
      @media screen and (min-width: 992px) {
        .make-it-official__content__gardens .make-it-official__content__icon {
          margin-top: -15px;
          margin-bottom: 0; }
        .make-it-official__content__gardens .make-it-official__content__button {
          margin-top: -20px; } }
      @media print {
        .make-it-official__content__gardens .make-it-official__content__icon {
          margin-top: -15px;
          margin-bottom: 0; }
        .make-it-official__content__gardens .make-it-official__content__button {
          margin-top: -20px; } }
    @media screen and (min-width: 992px) {
      .make-it-official__content__button {
        bottom: 0;
        position: absolute; } }
    @media print {
      .make-it-official__content__button {
        bottom: 0;
        position: absolute; } }

.make-it-official--simple {
  background-color: transparent; }
  .make-it-official--simple .make-it-official__content__museum, .make-it-official--simple .make-it-official__content__gardens {
    border: 2px solid #52533D;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 28px 20px; }
    @media screen and (min-width: 768px) {
      .make-it-official--simple .make-it-official__content__museum, .make-it-official--simple .make-it-official__content__gardens {
        width: 552px; } }
    @media screen and (min-width: 992px) {
      .make-it-official--simple .make-it-official__content__museum, .make-it-official--simple .make-it-official__content__gardens {
        width: 45%;
        height: auto;
        margin-bottom: 0;
        max-width: none;
        max-height: none;
        margin: 0 auto; } }
    @media print {
      .make-it-official--simple .make-it-official__content__museum, .make-it-official--simple .make-it-official__content__gardens {
        width: 45%;
        height: auto;
        margin-bottom: 0;
        max-width: none;
        max-height: none;
        margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .make-it-official--simple .make-it-official__content__museum .make-it-official__content__title {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .make-it-official--simple .make-it-official__content__museum .make-it-official__content__title {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px;
      max-width: 300px; } }
  @media screen and (min-width: 992px) {
    .make-it-official--simple .make-it-official__content__gardens .make-it-official__content__title {
      max-width: 274px; } }
  @media print {
    .make-it-official--simple .make-it-official__content__gardens .make-it-official__content__title {
      max-width: 274px; } }
  .make-it-official--simple .make-it-official__content__gardens .make-it-official__content__button {
    margin-top: -35px; }
    @media screen and (min-width: 768px) {
      .make-it-official--simple .make-it-official__content__gardens .make-it-official__content__button {
        margin-top: -55px; } }
    @media screen and (min-width: 992px) {
      .make-it-official--simple .make-it-official__content__gardens .make-it-official__content__button {
        margin-top: -35px; } }
    @media print {
      .make-it-official--simple .make-it-official__content__gardens .make-it-official__content__button {
        margin-top: -35px; } }
  @media screen and (min-width: 992px) {
    .make-it-official--simple .make-it-official__content__button {
      bottom: 28px; } }
  @media print {
    .make-it-official--simple .make-it-official__content__button {
      bottom: 28px; } }

.make-it-official--hours {
  background-color: transparent;
  text-align: center; }
  .make-it-official--hours .make-it-official__content__title {
    font-family: "Source Serif Pro", serif;
    font-weight: 700;
    text-transform: none; }
  .make-it-official--hours .make-it-official__content__house .make-it-official__content__hours {
    margin-bottom: 10px;
    margin-top: 20px; }
  .make-it-official--hours .make-it-official__content__gardens .make-it-official__content__title {
    margin-top: -35px; }
    @media screen and (min-width: 768px) {
      .make-it-official--hours .make-it-official__content__gardens .make-it-official__content__title {
        margin-top: -55px; } }
    @media screen and (min-width: 992px) {
      .make-it-official--hours .make-it-official__content__gardens .make-it-official__content__title {
        margin-bottom: 29px;
        margin-top: -35px; } }
    @media print {
      .make-it-official--hours .make-it-official__content__gardens .make-it-official__content__title {
        margin-bottom: 29px;
        margin-top: -35px; } }
  @media screen and (min-width: 992px) {
    .make-it-official--hours .make-it-official__content__village .make-it-official__content__title {
      margin-bottom: 10px;
      margin-top: -41px; } }
  @media print {
    .make-it-official--hours .make-it-official__content__village .make-it-official__content__title {
      margin-bottom: 10px;
      margin-top: -41px; } }
  @media screen and (min-width: 992px) {
    .make-it-official--hours .make-it-official__content__gardens, .make-it-official--hours .make-it-official__content__village {
      margin-top: -47px; } }
  @media print {
    .make-it-official--hours .make-it-official__content__gardens, .make-it-official--hours .make-it-official__content__village {
      margin-top: -47px; } }

.share-your-story {
  margin-bottom: 55px; }
  .share-your-story__inner {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 992px) {
      .share-your-story__inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        flex-direction: row;
        justify-content: space-between; } }
  @media screen and (min-width: 992px) and (min-width: 1366px) {
    .share-your-story__inner {
      width: 1260px; } }
  @media screen and (min-width: 992px) and (min-width: 1580px) {
    .share-your-story__inner {
      width: 1530px; } }
    @media print {
      .share-your-story__inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        flex-direction: row;
        justify-content: space-between; } }
  .share-your-story h2.share-your-story__title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 33px;
    line-height: 3.3rem;
    color: #52533c;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .share-your-story h2.share-your-story__title {
        font-size: 37px;
        font-size: 3.7rem;
        line-height: 45px;
        line-height: 4.5rem; } }
    @media screen and (min-width: 992px) {
      .share-your-story h2.share-your-story__title {
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 57px;
        line-height: 5.7rem; } }
    @media print {
      .share-your-story h2.share-your-story__title {
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 57px;
        line-height: 5.7rem; } }
    @media screen and (min-width: 1580px) {
      .share-your-story h2.share-your-story__title {
        font-size: 57px;
        font-size: 5.7rem;
        line-height: 68px;
        line-height: 6.8rem; } }
  .share-your-story__subheading {
    color: #52533c;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      .share-your-story__subheading {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem; } }
    @media print {
      .share-your-story__subheading {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem; } }
  .share-your-story__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-bottom: 55px;
    padding-top: 15px; }
    @media screen and (min-width: 1366px) {
      .share-your-story__content {
        width: 1260px; } }
    @media screen and (min-width: 1580px) {
      .share-your-story__content {
        width: 1530px; } }
    @media screen and (min-width: 768px) {
      .share-your-story__content {
        padding-top: 35px; } }
    @media screen and (min-width: 992px) {
      .share-your-story__content {
        margin: 0;
        max-width: none;
        padding-bottom: 55px;
        padding-top: 55px;
        width: 100%; }
        .share-your-story__media + .share-your-story__content {
          width: calc(100% - 418px); } }
    @media print {
      .share-your-story__content {
        margin: 0;
        max-width: none;
        padding-bottom: 55px;
        padding-top: 55px;
        width: 100%; }
        .share-your-story__media + .share-your-story__content {
          width: calc(100% - 418px); } }
  .share-your-story__media {
    width: 100%; }
    .share-your-story__media img {
      height: auto;
      width: 100%; }
    @media screen and (min-width: 768px) {
      .share-your-story__media {
        height: 334px;
        overflow: hidden; }
        .share-your-story__media img {
          margin-top: -20%; } }
    @media screen and (min-width: 821px) {
      .share-your-story__media {
        height: 415px; }
        .share-your-story__media img {
          margin-top: -25%; } }
    @media screen and (min-width: 992px) {
      .share-your-story__media {
        margin-top: 0;
        height: 100%;
        flex: 1 0 388px;
        margin-right: 30px;
        width: 388px; }
        .share-your-story__media img {
          margin-top: 0; } }
    @media print {
      .share-your-story__media {
        margin-top: 0;
        height: 100%;
        flex: 1 0 388px;
        margin-right: 30px;
        width: 388px; }
        .share-your-story__media img {
          margin-top: 0; } }
  .share-your-story__links {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (min-width: 768px) {
      .share-your-story__links {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 35px; } }
    @media screen and (min-width: 992px) {
      .share-your-story__links {
        margin-left: -6px;
        margin-right: -6px; } }
    @media print {
      .share-your-story__links {
        margin-left: -6px;
        margin-right: -6px; } }
    @media screen and (min-width: 768px) {
      .share-your-story__links__item {
        max-width: 32%;
        width: 238px; } }
    .share-your-story__links__item:not(:last-child) {
      margin-bottom: 32px; }
      @media screen and (min-width: 768px) {
        .share-your-story__links__item:not(:last-child) {
          margin-bottom: 0; } }
    .share-your-story__links .reynolda-info__name {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 27px;
      line-height: 2.7rem;
      font-family: "Montserrat", sans-serif;
      margin: 0 auto 5px;
      text-align: center;
      text-transform: uppercase;
      width: 160px; }
      .share-your-story__links .reynolda-info__name strong {
        font-weight: normal !important; }
    .share-your-story__links .social-links {
      justify-content: center !important; }
      @media screen and (min-width: 992px) {
        .share-your-story__links .social-links {
          flex-wrap: nowrap; } }
      @media print {
        .share-your-story__links .social-links {
          flex-wrap: nowrap; } }
      .share-your-story__links .social-links .social-link {
        background-color: #545e44 !important;
        height: 45px;
        margin: 0 10px;
        width: 45px; }
        @media screen and (min-width: 992px) {
          .share-your-story__links .social-links .social-link {
            align-items: center;
            display: flex;
            justify-content: center;
            margin-left: 6px;
            margin-right: 6px; } }
        @media print {
          .share-your-story__links .social-links .social-link {
            align-items: center;
            display: flex;
            justify-content: center;
            margin-left: 6px;
            margin-right: 6px; } }
        @media screen and (min-width: 1366px) {
          .share-your-story__links .social-links .social-link {
            height: 71.83px;
            width: 71.83px; } }

.wp-block-jetpack-slideshow {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    .wp-block-jetpack-slideshow {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    .wp-block-jetpack-slideshow {
      width: 1530px; } }
  .wp-block-jetpack-slideshow_pagination {
    display: none; }
  .wp-block-jetpack-slideshow_button-prev, .wp-block-jetpack-slideshow_button-next {
    bottom: 0;
    top: initial !important; }

.social-links {
  align-items: center;
  display: flex;
  justify-content: center; }
  .social-links .social-link {
    background-color: #8b5837;
    border-radius: 50%;
    flex: 0 0 45px;
    height: 45px;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 45px; }
    .social-links .social-link a {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center;
      overflow: hidden;
      width: 100%; }
    .social-links .social-link svg {
      height: 70%;
      width: 70%; }
    .social-links .social-link.social-link-twitter svg {
      height: 100%;
      width: 100%; }
    .social-links .social-link:hover {
      transform: scale(1.1); }

.stay-touch {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  background-image: url(/wp-content/themes/reynolda/assets/images/svg/icon-stamp.svg);
  background-position: 45px left;
  background-repeat: no-repeat;
  margin: 55px auto; }
  @media screen and (min-width: 1366px) {
    .stay-touch {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    .stay-touch {
      width: 1530px; } }
  @media screen and (min-width: 768px) {
    .stay-touch {
      margin: 75px auto; } }
  .stay-touch__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
    color: #52533c;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    padding-top: 45px;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .stay-touch__title {
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 57px;
        line-height: 5.7rem; } }
    @media print {
      .stay-touch__title {
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 57px;
        line-height: 5.7rem; } }
  .stay-touch__subheading {
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .stay-touch__subheading {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem; } }
    @media print {
      .stay-touch__subheading {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem; } }
  @media screen and (min-width: 768px) {
    .stay-touch .ctct-form {
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media screen and (min-width: 992px) {
    .stay-touch .ctct-form {
      flex-wrap: nowrap; } }
  @media print {
    .stay-touch .ctct-form {
      flex-wrap: nowrap; } }
  .stay-touch input[type="email"],
  .stay-touch input[type="text"],
  .stay-touch a.button {
    width: 100%; }
  .stay-touch input[type="submit"] {
    cursor: pointer; }
  .stay-touch a.button {
    display: block; }
  @media screen and (min-width: 768px) {
    .stay-touch .ctct-form-field-text {
      display: inline-block;
      margin-right: 2%;
      width: 49%; }
      .stay-touch .ctct-form-field-text + .ctct-form-field-text {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .stay-touch .ctct-form-field-email {
      display: inline-block;
      margin-right: 2%;
      width: 73%; }
    .stay-touch .ctct-form-field-submit {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 0;
      width: 25%; } }
  @media screen and (min-width: 992px) {
    .stay-touch .ctct-form-field {
      display: inline-block;
      margin-right: 2% !important;
      width: 23%; }
      .stay-touch .ctct-form-field.ctct-form-field-submit {
        margin-right: 0 !important; } }
  @media print {
    .stay-touch .ctct-form-field {
      display: inline-block;
      margin-right: 2% !important;
      width: 23%; }
      .stay-touch .ctct-form-field.ctct-form-field-submit {
        margin-right: 0 !important; } }
  .stay-touch .ctct-form-field-submit {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .stay-touch .ctct-form-field-submit {
        text-align: left; } }
    @media print {
      .stay-touch .ctct-form-field-submit {
        text-align: left; } }
  .stay-touch .ctct-form-field-checkbox,
  .stay-touch .ctct-optin-hide,
  .stay-touch .ctct_usage,
  .stay-touch .ctct-message.ctct-success button,
  .stay-touch .ctct-message.ctct-success + .ctct-form,
  .stay-touch .ctct-dismiss {
    display: none; }
  .stay-touch .ctct-message.ctct-success,
  .stay-touch .ctct-message.ctct-error {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 0;
    width: 100%; }

.block-timeline__inner {
  width: 100%;
  margin: 0 auto; }

.storyjs-embed {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important; }

.vco-storyjs .vco-feature h1, .vco-storyjs .vco-feature h2,
.vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature h4,
.vco-storyjs .vco-feature h5, .vco-storyjs .vco-feature h6 {
  color: #52533c !important;
  font-size: 22px !important;
  font-family: "Ogg-Roman", serif !important;
  line-height: 28px !important; }
  @media screen and (min-width: 712px) {
    .vco-storyjs .vco-feature h1, .vco-storyjs .vco-feature h2,
    .vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature h4,
    .vco-storyjs .vco-feature h5, .vco-storyjs .vco-feature h6 {
      font-size: 40px !important;
      line-height: 50px !important; } }

.vco-slider {
  background: #dee8c8; }

.vco-slider .slider-item .content .content-container .text .container h2.date {
  font-weight: bold !important;
  color: #8b5837 !important;
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important; }

.vco-storyjs .vco-feature p,
.vco-storyjs .vco-feature p a {
  font-family: "Source Serif Pro", serif !important;
  font-size: 16px !important;
  display: block;
  margin-top: 15px;
  color: #000 !important;
  line-height: 18px !important; }
  @media screen and (min-width: 712px) {
    .vco-storyjs .vco-feature p,
    .vco-storyjs .vco-feature p a {
      font-size: 20px !important;
      line-height: 28px !important; } }

.vco-slider .nav-previous .date,
.vco-slider .nav-next .date,
.vco-slider .nav-previous .title,
.vco-slider .nav-next .title {
  font-family: "Gotham-Medium", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 22px;
  color: #52533c !important; }

.vco-timeline .vco-navigation .timenav-background .timenav-line,
.vco-timeline .vco-navigation .timenav .content .marker .line .event-line,
.vco-timeline .vco-navigation .timenav .content .marker.active .dot,
.vco-timeline .vco-navigation .timenav .content .marker.active .line {
  background-color: #286134 !important; }

.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
  color: #286134 !important; }

.vco-timeline .vco-navigation .timenav .content .flag .flag-content h3,
.vco-timeline .vco-navigation .timenav .content .flag-small .flag-content h3 {
  text-align: left !important; }

.vco-slider .slider-item .content .content-container .media .media-wrapper .credit {
  color: #000000 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  text-align: left !important; }
  @media screen and (min-width: 712px) {
    .vco-slider .slider-item .content .content-container .media .media-wrapper .credit {
      font-size: 18px !important;
      line-height: 22px !important; } }

.vco-slider .slider-item .content .content-container .media .media-wrapper .caption {
  text-align: left !important;
  color: #000000 !important;
  font-style: normal;
  font-family: "Source Serif Pro", serif !important;
  font-size: 12px !important;
  line-height: 14px !important; }
  @media screen and (min-width: 712px) {
    .vco-slider .slider-item .content .content-container .media .media-wrapper .caption {
      font-size: 16px !important;
      line-height: 22px !important; } }

@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .block-timeline__inner .storyjs-embed.full-embed {
    width: 100% !important; } }

.storyjs-embed.sized-embed {
  padding-top: 0 !important; }

.nav-container {
  display: flex !important;
  flex-direction: column-reverse !important; }

.nav-next .date, .nav-previous .date {
  display: none !important; }

.nav-next .icon {
  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-arrow-right-forest.svg") !important;
  height: 15px !important;
  background-position: 0 !important;
  width: 40px !important;
  margin-left: 45px !important; }

.nav-previous .icon {
  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-arrow-right-forest.svg") !important;
  height: 15px !important;
  background-position: 0 !important;
  width: 40px !important;
  margin-left: 15px !important;
  transform: scaleX(-1); }

.volunteer-spotlight {
  background: #6f7566;
  padding: 55px 25px; }
  @media screen and (min-width: 992px) {
    .volunteer-spotlight {
      padding: 75px 0; } }
  @media print {
    .volunteer-spotlight {
      padding: 75px 0; } }
  @media screen and (min-width: 1366px) {
    .volunteer-spotlight {
      padding: 100px 0; } }
  .volunteer-spotlight__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 95%; }
    @media screen and (min-width: 1366px) {
      .volunteer-spotlight__inner {
        width: 1260px; } }
    @media screen and (min-width: 1580px) {
      .volunteer-spotlight__inner {
        width: 1530px; } }
    @media screen and (min-width: 992px) {
      .volunteer-spotlight__inner {
        width: 1215px; } }
    @media print {
      .volunteer-spotlight__inner {
        width: 1215px; } }
    @media screen and (min-width: 1366px) {
      .volunteer-spotlight__inner {
        width: 1445px; } }
  .volunteer-spotlight__title {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: #fffbf2;
    flex: 0 0 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    margin-bottom: 35px;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .volunteer-spotlight__title {
        font-size: 57px;
        font-size: 5.7rem;
        line-height: 69px;
        line-height: 6.9rem;
        margin-bottom: 55px; } }
    @media print {
      .volunteer-spotlight__title {
        font-size: 57px;
        font-size: 5.7rem;
        line-height: 69px;
        line-height: 6.9rem;
        margin-bottom: 55px; } }
    @media screen and (min-width: 1366px) {
      .volunteer-spotlight__title {
        margin-bottom: 80px; } }
  .volunteer-spotlight__image {
    flex: 0 0 100%;
    margin-bottom: 55px; }
    @media screen and (min-width: 992px) {
      .volunteer-spotlight__image {
        flex: 0 0 340px;
        margin-bottom: 0; } }
    @media print {
      .volunteer-spotlight__image {
        flex: 0 0 340px;
        margin-bottom: 0; } }
    @media screen and (min-width: 1366px) {
      .volunteer-spotlight__image {
        flex: 0 0 420px; } }
    .volunteer-spotlight__image img {
      max-height: 295px;
      object-fit: cover;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .volunteer-spotlight__image img {
          max-height: unset; } }
      @media print {
        .volunteer-spotlight__image img {
          max-height: unset; } }
  .volunteer-spotlight__text {
    color: #fffbf2;
    flex: 0 0 100%; }
    @media screen and (min-width: 992px) {
      .volunteer-spotlight__text {
        flex: 1 1 0%;
        padding-left: 16px; } }
    @media print {
      .volunteer-spotlight__text {
        flex: 1 1 0%;
        padding-left: 16px; } }
    .volunteer-spotlight__text__name {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 28px;
      line-height: 2.8rem;
      font-family: "Ogg-Roman", serif;
      margin-bottom: 35px; }
      @media screen and (min-width: 992px) {
        .volunteer-spotlight__text__name {
          margin-bottom: 50px; } }
      @media print {
        .volunteer-spotlight__text__name {
          margin-bottom: 50px; } }
    .volunteer-spotlight__text__bio {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 25px;
      line-height: 2.5rem;
      font-family: "Source Serif Pro", serif; }
      @media screen and (min-width: 992px) {
        .volunteer-spotlight__text__bio {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 28px;
          line-height: 2.8rem; } }
      @media print {
        .volunteer-spotlight__text__bio {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 28px;
          line-height: 2.8rem; } }

.video-embed {
  margin: 55px 0; }
  .video-embed__video + .video-embed__transcript {
    margin-top: 20px; }
  .video-embed__transcript__button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    align-items: center;
    color: #8b5837;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .video-embed__transcript__button span.on {
      display: inline; }
    .video-embed__transcript__button span.off {
      display: none; }
    .video-embed__transcript__button svg {
      height: 25px;
      margin-left: 10px;
      transition: transform 0.3s;
      width: 16px; }
  .video-embed__transcript.open .video-embed__transcript__button span.off {
    display: inline; }
  .video-embed__transcript.open .video-embed__transcript__button span.on {
    display: none; }
  .video-embed__transcript.open svg {
    transform: rotate(180deg); }
  .video-embed__transcript__content {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    display: none;
    font-family: "Montserrat", sans-serif;
    color: #8b5837;
    margin-top: 15px; }

.village-map {
  position: relative; }
  .village-map svg {
    height: auto;
    position: relative;
    width: 100%; }
    .village-map svg .building {
      cursor: pointer; }
  .village-map__popup {
    background-color: #dee8c8;
    border: 4px solid #52533c;
    display: none;
    max-width: 90%;
    padding: 16px 18px;
    position: absolute;
    width: 390px; }
    .village-map__popup__header {
      display: flex;
      justify-content: space-between; }
      .village-map__popup__header__title {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 58px;
        line-height: 5.8rem;
        color: #52533c;
        font-family: "Ogg-Roman", serif; }
      .village-map__popup__header > button {
        background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-close-forestgreen.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        flex: 0 0 43px;
        font-size: 0;
        height: 43px;
        width: 43px; }
    .village-map__popup__content .listing {
      font-size: 20px;
      font-size: 2rem;
      line-height: 34px;
      line-height: 3.4rem;
      font-family: "Montserrat", sans-serif; }
      .village-map__popup__content .listing + .listing {
        margin-top: 32px; }
      .village-map__popup__content .listing p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 34px;
        line-height: 3.4rem;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 0; }
        .village-map__popup__content .listing p.description {
          margin-bottom: 16px; }
        .village-map__popup__content .listing p.website {
          line-break: anywhere;
          margin-top: 16px; }
        .village-map__popup__content .listing p a {
          color: #52533c;
          text-decoration: underline; }
          .village-map__popup__content .listing p a:hover {
            color: #52533c; }
  .village-map__map {
    margin-bottom: 50px;
    position: relative; }
    .village-map__map #Path_8499,
    .village-map__map #Path_8492 {
      z-index: 1; }
  .village-map__columns {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .village-map__columns {
        flex-direction: row;
        justify-content: space-between; }
        .village-map__columns__column {
          width: 48%; }
          .village-map__columns__column p {
            margin-bottom: 35px; } }
    @media print {
      .village-map__columns {
        flex-direction: row;
        justify-content: space-between; }
        .village-map__columns__column {
          width: 48%; }
          .village-map__columns__column p {
            margin-bottom: 35px; } }

.callout {
  height: auto;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .callout {
      height: 554.53125px; } }
  @media print {
    .callout {
      height: 554.53125px; } }
  @media screen and (min-width: 1366px) {
    .callout {
      height: 641.46875px; } }
  @media screen and (min-width: xlart) {
    .callout {
      height: 780px; } }
  .callout__media {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    .callout__media.callout__media--image {
      height: 100%; }
    @media screen and (min-width: 992px) {
      .callout__media {
        left: initial;
        position: relative;
        top: initial; } }
    @media print {
      .callout__media {
        left: initial;
        position: relative;
        top: initial; } }
    .callout__media__button {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-pause.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      font-size: 0;
      height: 43px;
      right: 30px;
      position: absolute;
      top: 30px;
      width: 43px;
      z-index: 2; }
      .callout__media__button.paused {
        background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-play.svg"); }
  .callout__content {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .callout__content {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; } }
    @media print {
      .callout__content {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; } }
    .callout__content__type {
      font-family: "Source Serif Pro", serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      line-height: 2rem;
      color: #8b5837;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .callout__content__headline {
      font-family: "Source Serif Pro", serif;
      font-family: "Source Serif Pro", serif;
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 45px;
      line-height: 4.5rem;
      color: #52533c;
      font-family: "Ogg-Roman", serif;
      margin-top: 0;
      margin-bottom: 35px;
      font-weight: 400; }
      @media screen and (min-width: 1366px) {
        .callout__content__headline {
          font-size: 70px;
          font-size: 7rem;
          line-height: 78px;
          line-height: 7.8rem;
          margin-bottom: 55px; } }
      .callout__content__headline svg {
        display: inline-block;
        margin-left: 15px !important; }
        @media screen and (min-width: 768px) {
          .callout__content__headline svg {
            margin-bottom: 5px; } }
        @media screen and (min-width: 992px) {
          .callout__content__headline svg {
            margin-bottom: 12px; } }
        @media print {
          .callout__content__headline svg {
            margin-bottom: 12px; } }
      .callout__content__headline.arrow > a {
        background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-arrow-right-black.svg");
        background-position: right;
        background-repeat: no-repeat;
        padding-right: 50px; }
        @media screen and (min-width: 1366px) {
          .callout__content__headline.arrow > a {
            padding-right: 55px; } }
      .callout__content__headline + .callout__content__button {
        margin-top: 15px; }
    .callout__content__subheading {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem; }
      @media screen and (min-width: 768px) {
        .callout__content__subheading {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 26px;
          line-height: 2.6rem; } }
      .callout__content__subheading + .callout__content__button {
        margin-top: 15px; }
    .callout__content__button {
      display: flex; }
      .callout__content__button a {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 22px;
        line-height: 2.2rem;
        background-color: #8b5837;
        border: 0 !important;
        border-radius: 4px;
        color: #fffbf2;
        display: inline-block;
        font-family: franklin-gothic-urw, sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        padding: 10px 45px;
        margin-right: 5px;
        text-align: center;
        text-transform: uppercase; }
        .callout__content__button a:hover {
          background-color: #754b33;
          text-decoration: none; }
        .callout__content__button a.has-sage-dark-background-color:hover {
          background-color: #52533c; }
        .callout__content__button a.has-video-icon {
          background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
          background-position: 98% center;
          background-size: 15px;
          background-repeat: no-repeat;
          padding-right: 25px; }
        .callout__content__button a.disabled, .callout__content__button a[disabled="disabled"] {
          background-color: #665f5c;
          cursor: not-allowed;
          opacity: 0.8; }
      .callout__content__button a.apple,
      .callout__content__button a.google {
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0;
        font-size: 0;
        height: 77px;
        margin-left: -15px; }
      .callout__content__button a.apple {
        background-image: url("/wp-content/themes/reynolda/assets/images/appleappstore.png");
        width: 190px; }
      .callout__content__button a.google {
        background-image: url("/wp-content/themes/reynolda/assets/images/googleplay.png");
        width: 199px; }
  .callout-style--default {
    background-color: #000000; }
    .callout-style--default .callout__media {
      opacity: 0.6; }
      .callout-style--default .callout__media--video {
        left: 0;
        opacity: 1;
        top: 0; }
      .callout-style--default .callout__media--overlay {
        background-color: rgba(0, 0, 0, 0.4);
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 1; }
    .callout-style--default .callout__content {
      color: #ffffff;
      padding: 55px 25px 50px; }
      @media screen and (min-width: 768px) {
        .callout-style--default .callout__content {
          padding: 55px 25px 50px; } }
      @media screen and (min-width: 992px) {
        .callout-style--default .callout__content {
          padding: 80px 75px 50px; } }
      @media print {
        .callout-style--default .callout__content {
          padding: 80px 75px 50px; } }
      @media screen and (min-width: 1366px) {
        .callout-style--default .callout__content {
          padding: 80px 75px 50px 150px; } }
      .callout-style--default .callout__content__headline {
        color: #ffffff;
        max-width: 70%; }
        @media screen and (min-width: 992px) {
          .callout-style--default .callout__content__headline {
            max-width: 65%; } }
        @media print {
          .callout-style--default .callout__content__headline {
            max-width: 65%; } }
        .callout-style--default .callout__content__headline svg g {
          fill: #ffffff !important; }
        .callout-style--default .callout__content__headline a,
        .callout-style--default .callout__content__headline a:hover {
          color: #ffffff; }
        .callout-style--default .callout__content__headline.arrow > a {
          background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-arrow-right-white.svg"); }
      .callout-style--default .callout__content__subheading {
        margin-top: 15px;
        max-width: 70%; }
        @media screen and (min-width: 992px) {
          .callout-style--default .callout__content__subheading {
            max-width: 65%; } }
        @media print {
          .callout-style--default .callout__content__subheading {
            max-width: 65%; } }
      .callout-style--default .callout__content a,
      .callout-style--default .callout__content a:hover {
        color: #ffffff; }
  .callout-style--full_white .callout__media--video {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0; }
  .callout-style--full_white .callout__content {
    background-color: rgba(255, 255, 255, 0.75);
    color: #000000;
    height: auto;
    padding: 23px 19px;
    margin: 75px 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .callout-style--full_white .callout__content {
        margin: 35px 0;
        width: 60%; } }
    @media screen and (min-width: 992px) {
      .callout-style--full_white .callout__content {
        margin: 0;
        padding: 30px 80px;
        top: 70px;
        width: 65%; } }
    @media print {
      .callout-style--full_white .callout__content {
        margin: 0;
        padding: 30px 80px;
        top: 70px;
        width: 65%; } }
    @media screen and (min-width: 1366px) {
      .callout-style--full_white .callout__content {
        padding: 55px 150px;
        top: 100px;
        width: 60%; } }
    .callout-style--full_white .callout__content__headline {
      font-family: "Ogg-Roman", serif; }
      .callout-style--full_white .callout__content__headline a, .callout-style--full_white .callout__content__headline a:hover {
        color: #000000; }
        .callout-style--full_white .callout__content__headline a svg g, .callout-style--full_white .callout__content__headline a:hover svg g {
          fill: #000000 !important; }
    .callout-style--full_white .callout__content__subheading {
      margin-top: 15px; }
    .callout-style--full_white .callout__content a, .callout-style--full_white .callout__content a:hover {
      color: #000000; }
    .callout-style--full_white .callout__content__button a, .callout-style--full_white .callout__content__button a:hover {
      color: #ffffff; }
  .callout-style--side {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto; }
    @media screen and (min-width: 992px) {
      .callout-style--side {
        align-items: stretch;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: stretch; } }
    @media print {
      .callout-style--side {
        align-items: stretch;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: stretch; } }
    .callout-style--side .callout__media {
      height: 249px;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .callout-style--side .callout__media {
          height: initial;
          width: 50%; } }
      @media print {
        .callout-style--side .callout__media {
          height: initial;
          width: 50%; } }
    .callout-style--side .callout__content {
      left: initial;
      padding: 35px 20px 55px;
      position: relative;
      top: initial;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .callout-style--side .callout__content {
          padding: 75px 100px 55px; } }
      @media screen and (min-width: 992px) {
        .callout-style--side .callout__content {
          height: 100%;
          padding: 75px 25px 55px 75px;
          width: 50%; } }
      @media print {
        .callout-style--side .callout__content {
          height: 100%;
          padding: 75px 25px 55px 75px;
          width: 50%; } }
      @media screen and (min-width: 992px) {
        .callout-style--side .callout__content {
          padding: 170px 25px 150px 75px; } }
      @media print {
        .callout-style--side .callout__content {
          padding: 170px 25px 150px 75px; } }
      .callout-style--side .callout__content__headline {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 45px;
        line-height: 4.5rem; }
        @media screen and (min-width: 768px) {
          .callout-style--side .callout__content__headline {
            font-size: 45px;
            font-size: 4.5rem;
            line-height: 65px;
            line-height: 6.5rem; } }
        @media screen and (min-width: 992px) {
          .callout-style--side .callout__content__headline {
            font-size: 64px;
            font-size: 6.4rem;
            line-height: 75px;
            line-height: 7.5rem; } }
        @media print {
          .callout-style--side .callout__content__headline {
            font-size: 64px;
            font-size: 6.4rem;
            line-height: 75px;
            line-height: 7.5rem; } }
        .callout-style--side .callout__content__headline a {
          color: #52533c; }
          .callout-style--side .callout__content__headline a svg g {
            fill: #52533c !important; }
          .callout-style--side .callout__content__headline a:hover {
            color: #52533c; }
            .callout-style--side .callout__content__headline a:hover svg g {
              fill: #52533c !important; }
        .callout-style--side .callout__content__headline.arrow > a {
          background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-arrow-right-forest-dark.svg"); }
      .callout-style--side .callout__content__subheading {
        display: none; }
      .callout-style--side .callout__content__button a, .callout-style--side .callout__content__button a:hover {
        color: #ffffff; }

#cookie-notice {
  font-family: "Montserrat", sans-serif; }
  #cookie-notice .cn-button.bootstrap {
    background: #DDAB06;
    color: #000000;
    text-transform: uppercase; }

.event-box {
  align-items: center;
  background-color: #fffbf2;
  border: 2px solid #754b33;
  color: #754b33;
  display: flex;
  flex-direction: column;
  font-family: "Source Serif Pro", serif;
  justify-content: center;
  height: 130px;
  text-align: center;
  width: 130px; }
  .event-box__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%; }
  .event-box__month {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%; }
  .event-box__day {
    font-size: 77px;
    font-size: 7.7rem;
    line-height: 80px;
    line-height: 8rem;
    width: 100%; }

.features {
  margin-top: 20px;
  position: relative; }
  .features__admin-edit {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2; }
    .features__admin-edit a {
      background-color: rgba(255, 255, 255, 0.6); }
  .features__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-bottom: 55px;
    position: relative; }
    @media screen and (min-width: 1366px) {
      .features__inner {
        width: 1260px; } }
    @media screen and (min-width: 1580px) {
      .features__inner {
        width: 1530px; } }
  .features h2.features__title {
    margin-bottom: 0; }
    .features h2.features__title + .features__more-link {
      margin-top: 35px; }
      @media screen and (min-width: 992px) {
        .features h2.features__title + .features__more-link {
          margin-top: 0; } }
      @media print {
        .features h2.features__title + .features__more-link {
          margin-top: 0; } }
  .features__more-link {
    display: none; }
    @media screen and (min-width: 992px) {
      .features__more-link {
        display: block;
        position: absolute;
        right: 0;
        top: 52px; }
        .features__more-link:hover {
          background-color: #754b33; }
        .features__more-link.has-sage-dark-background-color:hover {
          background-color: #52533c; } }
    @media print {
      .features__more-link {
        display: block;
        position: absolute;
        right: 0;
        top: 52px; }
        .features__more-link:hover {
          background-color: #754b33; }
        .features__more-link.has-sage-dark-background-color:hover {
          background-color: #52533c; } }
  .features__subheading {
    margin-bottom: 35px;
    margin-top: 35px; }
  .features__navigation {
    align-items: center;
    display: none;
    justify-content: space-between;
    margin-top: 35px; }
    .features__navigation.show {
      display: flex; }
    .features__navigation button {
      color: #52533c;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      height: 25px;
      text-transform: uppercase; }
      .features__navigation button .icon-arrow > g {
        fill: #52533c; }
      .features__navigation button.disabled {
        cursor: not-allowed;
        opacity: 0.6; }
  .features__items {
    margin-top: 35px; }
    @media screen and (min-width: 992px) {
      .features__items {
        margin-top: 55px; } }
    @media print {
      .features__items {
        margin-top: 55px; } }
    .features__items .owl-stage-outer {
      overflow: hidden; }
    .features__items .owl-stage {
      display: flex; }
    .features__items .owl-nav.disabled,
    .features__items .owl-dots.disabled {
      display: none; }
    .features__items.owl-loaded {
      display: flex; }
  .features.features-style--grid .features__items__row .features__items__item {
    margin-bottom: 55px; }
  @media screen and (min-width: 768px) {
    .features.features-style--grid .features__items__row {
      align-items: stretch;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      margin-left: -1%;
      margin-right: -1%;
      width: 100%; }
      .features.features-style--grid .features__items__row .features__items__item {
        margin-left: 1%;
        margin-right: 1%;
        width: 32%; }
        .features.features-style--grid .features__items__row .features__items__item .feature-item {
          display: flex;
          flex-direction: column;
          height: 100%;
          justify-content: stretch; }
          .features.features-style--grid .features__items__row .features__items__item .feature-item__media + .feature-item__content {
            flex: 1; } }
  .features.has-blue-background-color, .features.has-sage-light-background-color, .features.has-sage-background-color, .features.has-cream-background-color, .features.has-transparent-background-color {
    margin-bottom: 0;
    margin-top: 0; }
    .features.has-blue-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-sage-light-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-sage-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-cream-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-transparent-background-color .feature-item__content:not(.has-transparent-background-color) {
      padding: 13px; }
      @media screen and (min-width: 992px) {
        .features.has-blue-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-sage-light-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-sage-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-cream-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-transparent-background-color .feature-item__content:not(.has-transparent-background-color) {
          padding: 24px; } }
      @media print {
        .features.has-blue-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-sage-light-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-sage-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-cream-background-color .feature-item__content:not(.has-transparent-background-color), .features.has-transparent-background-color .feature-item__content:not(.has-transparent-background-color) {
          padding: 24px; } }
  .features.has-blue-background-color .features__inner, .features.has-sage-light-background-color .features__inner, .features.has-sage-background-color .features__inner {
    padding-top: 55px; }
  .features.has-blue-background-color .feature-item__content.has-blue-background-color {
    padding: 13px 0 0; }
    @media screen and (min-width: 992px) {
      .features.has-blue-background-color .feature-item__content.has-blue-background-color {
        padding: 24px 0 0; } }
    @media print {
      .features.has-blue-background-color .feature-item__content.has-blue-background-color {
        padding: 24px 0 0; } }
  .features.has-cream-background-color .feature-item__content.has-cream-background-color {
    padding: 13px 0 0; }
    @media screen and (min-width: 992px) {
      .features.has-cream-background-color .feature-item__content.has-cream-background-color {
        padding: 24px 0 0; } }
    @media print {
      .features.has-cream-background-color .feature-item__content.has-cream-background-color {
        padding: 24px 0 0; } }
  .features.has-sage-background-color .feature-item__content.has-sage-background-color {
    padding: 13px 0 0; }
    @media screen and (min-width: 992px) {
      .features.has-sage-background-color .feature-item__content.has-sage-background-color {
        padding: 24px 0 0; } }
    @media print {
      .features.has-sage-background-color .feature-item__content.has-sage-background-color {
        padding: 24px 0 0; } }
  .features.has-sage-light-background-color .feature-item__content.has-sage-light-background-color {
    padding: 13px 0 0; }
    @media screen and (min-width: 992px) {
      .features.has-sage-light-background-color .feature-item__content.has-sage-light-background-color {
        padding: 24px 0 0; } }
    @media print {
      .features.has-sage-light-background-color .feature-item__content.has-sage-light-background-color {
        padding: 24px 0 0; } }
  .features.has-transparent-background-color .feature-item__content.has-transparent-background-color {
    padding: 13px 0 0; }
    @media screen and (min-width: 992px) {
      .features.has-transparent-background-color .feature-item__content.has-transparent-background-color {
        padding: 24px 0 0; } }
    @media print {
      .features.has-transparent-background-color .feature-item__content.has-transparent-background-color {
        padding: 24px 0 0; } }
  .features.features-style--twoup {
    margin-top: 0; }
    .features.features-style--twoup h2.features__title {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
      .features.features-style--twoup h2.features__title + .features__wrap {
        margin-top: 55px; }
    @media screen and (min-width: 768px) {
      .features.features-style--twoup .features__items__row {
        justify-content: space-between;
        margin: 0; }
        .features.features-style--twoup .features__items__row .features__items__item {
          margin-left: 0;
          margin-right: 0;
          width: 46%; }
        .features.features-style--twoup .features__items__row .feature-item__media a {
          height: 100%;
          width: 100%; }
        .features.features-style--twoup .features__items__row .feature-item__media img {
          width: 100%; } }
  .features.features-style--carousel-three {
    margin-bottom: 0; }
    .features.features-style--carousel-three h2.features__title {
      color: #fffbf2;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      margin-left: auto;
      margin-right: auto;
      text-transform: uppercase; }
      .features.features-style--carousel-three h2.features__title + .features__wrap {
        margin-top: 55px; }
      @media screen and (min-width: 1366px) {
        .features.features-style--carousel-three h2.features__title {
          width: calc(100% - 182px); } }
    .features.features-style--carousel-three .features__navigation button {
      color: #fffbf2; }
      @media screen and (min-width: 1366px) {
        .features.features-style--carousel-three .features__navigation button {
          font-size: 0;
          width: 40px !important; } }
      .features.features-style--carousel-three .features__navigation button .icon-arrow > g {
        fill: #fffbf2; }
    @media screen and (min-width: 1366px) {
      .features.features-style--carousel-three .features__items {
        margin-top: 0;
        width: calc(100% - 182px); } }
    .features.features-style--carousel-three .features__items .feature-item {
      display: flex;
      flex-direction: column;
      justify-content: stretch; }
      .features.features-style--carousel-three .features__items .feature-item__content {
        flex: 1;
        color: #6f7566;
        margin-top: 0; }
        .features.features-style--carousel-three .features__items .feature-item__content__title {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 22px;
          line-height: 2.2rem;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase; }
  .features.features-style--annual-reports {
    margin-top: 0; }
    .features.features-style--annual-reports h2.features__title {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
      .features.features-style--annual-reports h2.features__title + .features__wrap {
        margin-top: 55px; }
    .features.features-style--annual-reports .features__wrap {
      display: flex;
      justify-content: center;
      position: relative; }
    .features.features-style--annual-reports .features__navigation {
      margin-top: 0;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 1; }
    .features.features-style--annual-reports .features__navigation__next,
    .features.features-style--annual-reports .features__navigation__previous {
      font-size: 0;
      width: 40px !important; }
    .features.features-style--annual-reports .features__items {
      margin-top: 0;
      width: calc(100% - 182px) !important; }
    .features.features-style--annual-reports .feature-item.annual-report .annual-report__title {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem;
      color: #52533c;
      display: block;
      margin-top: 15px;
      text-align: center;
      width: 100%; }
  .features.features-stories-loader .features__items {
    position: relative; }
    .features.features-stories-loader .features__items__results__loading {
      background-color: rgba(255, 251, 242, 0.6);
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-loading.svg");
      background-position: center;
      background-repeat: no-repeat;
      align-items: center;
      display: flex;
      font-size: 0;
      height: 100%;
      justify-content: center;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 99; }
  .features.features-stories-loader .features__pagination {
    margin-bottom: 55px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .features.features-stories-loader .features__pagination {
        margin-bottom: 75px;
        margin-top: 100px; } }
    @media print {
      .features.features-stories-loader .features__pagination {
        margin-bottom: 75px;
        margin-top: 100px; } }
    .features.features-stories-loader .features__pagination button {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22px;
      line-height: 2.2rem;
      background-color: #8b5837;
      border: 0 !important;
      border-radius: 4px;
      color: #fffbf2;
      display: inline-block;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 400;
      letter-spacing: 1px;
      padding: 10px 45px;
      margin-right: 5px;
      text-align: center;
      text-transform: uppercase; }
      .features.features-stories-loader .features__pagination button:hover {
        background-color: #754b33;
        text-decoration: none; }
      .features.features-stories-loader .features__pagination button.has-sage-dark-background-color:hover {
        background-color: #52533c; }
      .features.features-stories-loader .features__pagination button.has-video-icon {
        background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
        background-position: 98% center;
        background-size: 15px;
        background-repeat: no-repeat;
        padding-right: 25px; }
      .features.features-stories-loader .features__pagination button.disabled, .features.features-stories-loader .features__pagination button[disabled="disabled"] {
        background-color: #665f5c;
        cursor: not-allowed;
        opacity: 0.8; }
  body.wp-admin .features .features__items__results__loading {
    background-image: none;
    font-size: 0;
    position: absolute !important; }
    body.wp-admin .features .features__items__results__loading:after {
      font-size: 16px;
      content: "Content will load on the front end via javascript. Click to edit settings."; }
  .features.features-hours-admission .feature-item__content__description p {
    margin-bottom: 0;
    min-height: 24px; }
    .features.features-hours-admission .feature-item__content__description p > strong,
    .features.features-hours-admission .feature-item__content__description p > b {
      display: block;
      margin-bottom: 10px; }
    .features.features-hours-admission .feature-item__content__description p.buttons {
      margin-top: 24px; }
      .features.features-hours-admission .feature-item__content__description p.buttons a {
        display: inline-block; }
        .features.features-hours-admission .feature-item__content__description p.buttons a + a {
          margin-top: 10px; }
  .features.features--online-galleries h2.features__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
    line-height: 3.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 55px; }
    @media screen and (min-width: 992px) {
      .features.features--online-galleries h2.features__title {
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 57px;
        line-height: 5.7rem; } }
    @media print {
      .features.features--online-galleries h2.features__title {
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 57px;
        line-height: 5.7rem; } }
  .features.features--online-galleries .feature-item__content__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
    text-transform: uppercase;
    word-break: break-word; }
    .features.features--online-galleries .feature-item__content__title a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
  @media screen and (min-width: 1366px) {
    .features.features--online-galleries .features__navigation__next,
    .features.features--online-galleries .features__navigation__previous {
      font-size: 0;
      width: 40px !important; } }
  .features.features--online-galleries .features__items {
    width: 100% !important; }
    @media screen and (min-width: 1366px) {
      .features.features--online-galleries .features__items {
        margin-top: 0;
        width: calc(100% - 182px) !important; } }
  .features.features--online-galleries.has-sage-background-color h2.features__title {
    color: #fffbf2; }
  .features.features--online-galleries.has-sage-background-color .features__navigation__next,
  .features.features--online-galleries.has-sage-background-color .features__navigation__previous {
    color: #fffbf2; }
    .features.features--online-galleries.has-sage-background-color .features__navigation__next svg g,
    .features.features--online-galleries.has-sage-background-color .features__navigation__previous svg g {
      fill: #fffbf2; }
  .features.features--revealed h2.features__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
    line-height: 3.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 55px; }
    @media screen and (min-width: 992px) {
      .features.features--revealed h2.features__title {
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 57px;
        line-height: 5.7rem;
        max-width: 75%; } }
    @media print {
      .features.features--revealed h2.features__title {
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 57px;
        line-height: 5.7rem;
        max-width: 75%; } }
  .features.features--revealed h2.features__title + .features__more-link {
    margin-top: 0;
    margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .features.features--revealed .features__items__item {
      margin-bottom: 0 !important; } }
  .features.features--revealed .features__inner {
    position: relative; }
  .features.features--revealed .feature-item {
    margin-bottom: 0; }
    .features.features--revealed .feature-item__media__video {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-video.svg");
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .features.features--revealed .feature-item__content__description {
      margin-bottom: 0; }
    .features.features--revealed .feature-item__content__button {
      display: none; }
  @media screen and (min-width: 1366px) and (max-width: 1579px) {
    .features.features--whats-blooming h2.features__title {
      max-width: 75%; } }
  @media screen and (min-width: 1366px) {
    .features.features-style--carousel:not(.features-style--carousel-three) .features__wrap {
      display: flex;
      justify-content: center;
      position: relative; }
    .features.features-style--carousel:not(.features-style--carousel-three) .features__navigation {
      margin-top: -12.5px;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 1; }
      .features.features-style--carousel:not(.features-style--carousel-three) .features__navigation button {
        width: 118px; }
    .features.features-style--carousel:not(.features-style--carousel-three) .features__items {
      width: 100%;
      z-index: 0; } }
  @media screen and (min-width: 1366px) {
    .features.features-style--carousel.features-style--carousel-three .features__wrap {
      display: flex;
      justify-content: center;
      position: relative; }
    .features.features-style--carousel.features-style--carousel-three .features__navigation {
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 1; }
      .features.features-style--carousel.features-style--carousel-three .features__navigation button {
        width: 118px; } }
  .features.features-style--carousel.features-style--carousel--multi:not(.features--count-4) .features__items {
    width: calc(100% - 400px); }
  .features.features-style--carousel--single {
    display: none; }
    @media screen and (min-width: 992px) {
      .features.features-style--carousel--single {
        display: block; } }
    @media print {
      .features.features-style--carousel--single {
        display: block; } }
    .features.features-style--carousel--single .features__wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-top: 0;
      position: relative; }
      @media screen and (min-width: 992px) {
        .features.features-style--carousel--single .features__wrap {
          margin-left: auto;
          margin-right: auto;
          max-width: 50vw;
          width: 50vw; } }
      @media print {
        .features.features-style--carousel--single .features__wrap {
          margin-left: auto;
          margin-right: auto;
          max-width: 50vw;
          width: 50vw; } }
    .features.features-style--carousel--single .features__inner {
      padding-top: 0;
      padding-bottom: 0; }
    .features.features-style--carousel--single .features__items {
      margin-top: 0; }
      .features.features-style--carousel--single .features__items .owl-stage {
        align-items: flex-start; }
        @media screen and (min-width: 992px) {
          .features.features-style--carousel--single .features__items .owl-stage {
            align-items: stretch; } }
        @media print {
          .features.features-style--carousel--single .features__items .owl-stage {
            align-items: stretch; } }
        .features.features-style--carousel--single .features__items .owl-stage .features__items__item {
          width: 99%; }
    .features.features-style--carousel--single .features__navigation {
      margin-top: 0; }
      @media screen and (min-width: 1366px) {
        .features.features-style--carousel--single .features__navigation {
          left: -91px;
          width: calc(100% + 182px) !important; }
          .features.features-style--carousel--single .features__navigation .features__navigation__next,
          .features.features-style--carousel--single .features__navigation .features__navigation__previous {
            font-size: 0;
            width: 40px !important; } }
    .features.features-style--carousel--single .feature-item__media {
      display: block;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .features.features-style--carousel--single .feature-item__media img {
          height: auto;
          width: auto;
          min-height: initial !important;
          min-width: initial !important;
          max-height: 100%;
          max-width: 100%; } }
      @media print {
        .features.features-style--carousel--single .feature-item__media img {
          height: auto;
          width: auto;
          min-height: initial !important;
          min-width: initial !important;
          max-height: 100%;
          max-width: 100%; } }
    .features.features-style--carousel--single .feature-item__content {
      text-align: center; }
      @media screen and (min-width: 992px) {
        .features.features-style--carousel--single .feature-item__content__caption {
          height: 84px;
          overflow: hidden; } }
      @media print {
        .features.features-style--carousel--single .feature-item__content__caption {
          height: 84px;
          overflow: hidden; } }
    .features.features-style--carousel--single .feature-item__content__label {
      display: none; }
    .features.features-style--carousel--single .feature-item__content__title,
    .features.features-style--carousel--single .feature-item__content__description {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: normal;
      line-height: 1.2;
      margin-bottom: 15px;
      text-align: center; }
  .features.features-style--carousel--multi .features__items.owl-loaded .owl-item,
  .features.features-style--carousel--multi .features__items.owl-loaded .features__items__item,
  .features.features-style--carousel--multi .features__items.owl-loaded .feature-item {
    height: 100%; }

.site-footer {
  background-color: #545e44;
  color: #fffbf2; }
  @media screen and (min-width: 992px) {
    .site-footer:after {
      background-image: url("/wp-content/themes/reynolda/assets/images/background-copper.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: " ";
      display: block;
      height: 36px;
      width: 100%; } }
  @media print {
    .site-footer:after {
      background-image: url("/wp-content/themes/reynolda/assets/images/background-copper.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: " ";
      display: block;
      height: 36px;
      width: 100%; } }
  .site-footer a {
    color: #fffbf2; }
  .site-footer__newsletter {
    background-color: #6f7566; }
    .site-footer__newsletter__content {
      margin-left: auto;
      margin-right: auto;
      max-width: 90%;
      align-items: center;
      color: #fffbf2;
      display: flex;
      flex-direction: column;
      padding: 35px 0; }
      @media screen and (min-width: 1366px) {
        .site-footer__newsletter__content {
          width: 1260px; } }
      @media screen and (min-width: 1580px) {
        .site-footer__newsletter__content {
          width: 1530px; } }
      @media screen and (min-width: 992px) {
        .site-footer__newsletter__content {
          align-items: center;
          flex-direction: row;
          justify-content: space-between; } }
      @media print {
        .site-footer__newsletter__content {
          align-items: center;
          flex-direction: row;
          justify-content: space-between; } }
    .site-footer__newsletter__title {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 70px;
      line-height: 7rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      margin-bottom: 25px;
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .site-footer__newsletter__title {
          text-align: left; } }
      @media screen and (min-width: 768px) {
        .site-footer__newsletter__title {
          flex: 1 0 auto;
          margin-bottom: 0;
          margin-right: 2%;
          width: auto; } }
    .site-footer__newsletter__form {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .site-footer__newsletter__form .ctct-form {
          align-items: flex-start;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between; } }
      @media screen and (min-width: 992px) {
        .site-footer__newsletter__form .ctct-form {
          flex-wrap: nowrap; } }
      @media print {
        .site-footer__newsletter__form .ctct-form {
          flex-wrap: nowrap; } }
      .site-footer__newsletter__form input[type="email"],
      .site-footer__newsletter__form input[type="text"],
      .site-footer__newsletter__form a.button {
        width: 100%; }
      .site-footer__newsletter__form input[type="submit"] {
        cursor: pointer; }
      .site-footer__newsletter__form a.button {
        display: block; }
      @media screen and (min-width: 768px) {
        .site-footer__newsletter__form .ctct-form-field-text {
          display: inline-block;
          margin-right: 2%;
          width: 49%; }
          .site-footer__newsletter__form .ctct-form-field-text + .ctct-form-field-text {
            margin-right: 0; } }
      @media screen and (min-width: 992px) {
        .site-footer__newsletter__form .ctct-form-field {
          display: inline-block;
          margin-right: 2% !important;
          width: 23%; }
          .site-footer__newsletter__form .ctct-form-field.ctct-form-field-submit {
            margin-right: 0 !important; } }
      @media print {
        .site-footer__newsletter__form .ctct-form-field {
          display: inline-block;
          margin-right: 2% !important;
          width: 23%; }
          .site-footer__newsletter__form .ctct-form-field.ctct-form-field-submit {
            margin-right: 0 !important; } }
      .site-footer__newsletter__form .ctct-form-field-checkbox,
      .site-footer__newsletter__form .ctct-optin-hide,
      .site-footer__newsletter__form .ctct_usage,
      .site-footer__newsletter__form .ctct-message.ctct-success button,
      .site-footer__newsletter__form .ctct-message.ctct-success + .ctct-form,
      .site-footer__newsletter__form .ctct-dismiss {
        display: none; }
      .site-footer__newsletter__form .ctct-message.ctct-success,
      .site-footer__newsletter__form .ctct-message.ctct-error {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        margin-bottom: 0;
        width: 100%; }
  .site-footer__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 35px 0; }
    @media screen and (min-width: 1366px) {
      .site-footer__content {
        width: 1260px; } }
    @media screen and (min-width: 1580px) {
      .site-footer__content {
        width: 1530px; } }
    @media screen and (min-width: 992px) {
      .site-footer__content {
        align-items: flex-start; } }
    @media print {
      .site-footer__content {
        align-items: flex-start; } }
    .site-footer__content__top {
      display: none; }
      @media screen and (min-width: 992px) {
        .site-footer__content__top {
          display: block; } }
      @media print {
        .site-footer__content__top {
          display: block; } }
    .site-footer__content__logo {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/logo-alt.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      font-size: 0;
      height: 50px;
      margin-bottom: 80px;
      width: 330px; }
    .site-footer__content__main {
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .site-footer__content__main {
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between; }
          .site-footer__content__main__col1, .site-footer__content__main__col2 {
            width: 48%; } }
      .site-footer__content__main__col1 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 32px;
        line-height: 3.2rem;
        margin-top: 35px;
        order: 1; }
        @media screen and (min-width: 768px) {
          .site-footer__content__main__col1 {
            margin-top: 0;
            order: initial; } }
        @media screen and (min-width: 992px) {
          .site-footer__content__main__col1 {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center; } }
        @media print {
          .site-footer__content__main__col1 {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center; } }
        @media screen and (min-width: 992px) {
          .site-footer__content__main__col1__side1 {
            margin-right: 1%;
            width: 48%; } }
        @media print {
          .site-footer__content__main__col1__side1 {
            margin-right: 1%;
            width: 48%; } }
        .site-footer__content__main__col1__side1 .reynolda-info {
          margin-bottom: 35px; }
          .site-footer__content__main__col1__side1 .reynolda-info a:hover {
            color: #C3E2BD;
            text-decoration: none; }
          .site-footer__content__main__col1__side1 .reynolda-info + .reynolda-info {
            margin-top: 55px; }
          .site-footer__content__main__col1__side1 .reynolda-info--links p {
            margin-bottom: 5px; }
          .site-footer__content__main__col1__side1 .reynolda-info__social .social-links {
            justify-content: flex-start; }
            .site-footer__content__main__col1__side1 .reynolda-info__social .social-links .social-link {
              height: 40px;
              width: 40px; }
            .site-footer__content__main__col1__side1 .reynolda-info__social .social-links .social-link + .social-link {
              margin-left: 41px; }
          @media screen and (min-width: 992px) {
            .site-footer__content__main__col1__side1 .reynolda-info .reynolda-info__hours,
            .site-footer__content__main__col1__side1 .reynolda-info .reynolda-info__social {
              display: none; } }
          @media print {
            .site-footer__content__main__col1__side1 .reynolda-info .reynolda-info__hours,
            .site-footer__content__main__col1__side1 .reynolda-info .reynolda-info__social {
              display: none; } }
        .site-footer__content__main__col1__side2 {
          display: none; }
          @media screen and (min-width: 992px) {
            .site-footer__content__main__col1__side2 {
              display: block;
              margin-left: 1%;
              width: 48%; } }
          @media print {
            .site-footer__content__main__col1__side2 {
              display: block;
              margin-left: 1%;
              width: 48%; } }
          .site-footer__content__main__col1__side2 a:hover:not(.social-link-anchor) {
            color: #C3E2BD;
            text-decoration: none; }
          .site-footer__content__main__col1__side2 p.heading {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            text-transform: uppercase; }
          .site-footer__content__main__col1__side2 .reynolda-info {
            margin-bottom: 35px; }
            .site-footer__content__main__col1__side2 .reynolda-info--social .reynolda-info__name {
              margin-bottom: 10px; }
            .site-footer__content__main__col1__side2 .reynolda-info--social .social-links {
              justify-content: flex-start; }
            .site-footer__content__main__col1__side2 .reynolda-info--social .social-link + .social-link {
              margin-left: 41px; }
      @media screen and (min-width: 992px) {
        .site-footer__content__main__col2 {
          display: flex;
          flex-direction: row;
          justify-content: center;
          width: 50%; }
          .site-footer__content__main__col2__side1 {
            margin-right: 1%;
            width: 48%; }
          .site-footer__content__main__col2__side2 {
            margin-left: 1%;
            width: 48%; } }
      @media print {
        .site-footer__content__main__col2 {
          display: flex;
          flex-direction: row;
          justify-content: center;
          width: 50%; }
          .site-footer__content__main__col2__side1 {
            margin-right: 1%;
            width: 48%; }
          .site-footer__content__main__col2__side2 {
            margin-left: 1%;
            width: 48%; } }
      .site-footer__content__main__col2 a:hover {
        color: #C3E2BD;
        text-decoration: none; }
      .site-footer__content__main__col2 ul li a {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        line-height: 2.6rem;
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        margin-bottom: 35px;
        text-transform: uppercase; }
        .site-footer__content__main__col2 ul li a:hover {
          color: #C3E2BD;
          text-decoration: none; }
    .site-footer__content__bottom {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 26px;
      line-height: 2.6rem;
      border-top: 2px solid #ffffff;
      padding-top: 35px;
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .site-footer__content__bottom {
          margin-top: 55px; } }
      @media screen and (min-width: 992px) {
        .site-footer__content__bottom {
          align-self: flex-end;
          border-top: 0;
          margin-top: -144px;
          text-align: left;
          width: auto; } }
      @media print {
        .site-footer__content__bottom {
          align-self: flex-end;
          border-top: 0;
          margin-top: -144px;
          text-align: left;
          width: auto; } }
      .site-footer__content__bottom strong {
        display: inline-block;
        margin-bottom: 18px; }

#wpadminbar {
  position: fixed; }

.site-header {
  background-color: #fffbf2;
  border-bottom: 1px solid #707070;
  color: #545e44;
  left: 0;
  position: fixed;
  transition: background-color 0.3s;
  top: 0;
  width: 100%;
  z-index: 101; }
  @media screen and (max-width: 991px) {
    .site-header.open {
      height: 100vh;
      overflow-y: auto; } }
  .site-header a {
    color: #545e44; }
  .site-header__announcement {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    background-color: #B6C6E6;
    color: #000000 !important;
    font-weight: 600;
    padding: 10px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .site-header__announcement {
        font-family: "Source Serif Pro", serif;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 600; } }
    @media print {
      .site-header__announcement {
        font-family: "Source Serif Pro", serif;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 600; } }
  .site-header__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1366px) {
      .site-header__content {
        width: 1260px; } }
    @media screen and (min-width: 1580px) {
      .site-header__content {
        width: 1530px; } }
    @media screen and (min-width: 992px) {
      .site-header__content {
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-top: 20px; } }
    @media print {
      .site-header__content {
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-top: 20px; } }
    .site-header__content__main {
      align-items: center;
      display: flex;
      height: 70px;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      max-width: 90vw; }
      @media screen and (min-width: 992px) {
        .site-header__content__main {
          align-items: flex-end;
          max-width: initial;
          width: 200px; } }
      @media print {
        .site-header__content__main {
          align-items: flex-end;
          max-width: initial;
          width: 200px; } }
      @media screen and (min-width: 1366px) {
        .site-header__content__main {
          width: 250px; } }
      @media screen and (min-width: 1580px) {
        .site-header__content__main {
          align-items: center;
          align-self: flex-end;
          max-width: initial;
          width: 395px; } }
    .site-header__content__logo {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/logo.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      font-size: 0;
      height: 30px;
      max-width: calc(100% - 70px);
      transition: height 0.3s;
      width: 185px; }
      @media screen and (min-width: 768px) {
        .site-header__content__logo {
          margin-right: 20px; } }
      @media screen and (min-width: 992px) {
        .site-header__content__logo {
          height: 56px;
          margin-bottom: 5px;
          max-width: initial;
          width: 100%; } }
      @media print {
        .site-header__content__logo {
          height: 56px;
          margin-bottom: 5px;
          max-width: initial;
          width: 100%; } }
      @media screen and (min-width: 1090px) {
        .site-header__content__logo {
          margin-bottom: 8px; } }
      @media screen and (min-width: 1366px) {
        .site-header__content__logo {
          margin-bottom: 15px; } }
      @media screen and (min-width: 1580px) {
        .site-header__content__logo {
          height: 60px;
          margin-bottom: 23.5px;
          width: 395px; } }
    .site-header__content__toggle {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-menu.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      font-size: 0;
      height: 45px;
      width: 45px; }
      @media screen and (min-width: 992px) {
        .site-header__content__toggle {
          display: none; } }
      @media print {
        .site-header__content__toggle {
          display: none; } }
    .site-header__content__menu {
      display: none; }
      @media screen and (min-width: 992px) {
        .site-header__content__menu {
          display: block !important;
          flex: 1 0 calc(100% - 200px);
          height: auto;
          width: calc(100% - 200px); } }
      @media print {
        .site-header__content__menu {
          display: block !important;
          flex: 1 0 calc(100% - 200px);
          height: auto;
          width: calc(100% - 200px); } }
      @media screen and (min-width: 1366px) {
        .site-header__content__menu {
          flex: 1 0 calc(100% - 300px);
          width: calc(100% - 300px); } }
      @media screen and (min-width: 1580px) {
        .site-header__content__menu {
          flex: 1 0 calc(100% - 395px);
          width: calc(100% - 395px); } }
      .site-header__content__menu__wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px; }
        @media screen and (min-width: 992px) {
          .site-header__content__menu__wrapper {
            margin-bottom: 0;
            width: 100%; } }
        @media print {
          .site-header__content__menu__wrapper {
            margin-bottom: 0;
            width: 100%; } }
      .site-header__content__menu__top, .site-header__content__menu__main {
        display: flex;
        flex-direction: column;
        width: 100%; }
      .site-header__content__menu__top {
        order: 2; }
        .site-header__content__menu__top a {
          display: inline-block;
          text-transform: uppercase;
          width: auto; }
          .site-header__content__menu__top a.renew {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 26px;
            line-height: 2.6rem;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            margin-bottom: 20px; }
            @media screen and (min-width: 1920px) {
              .site-header__content__menu__top a.renew {
                font-size: 19px;
                font-size: 1.9rem;
                line-height: 23px;
                line-height: 2.3rem; } }
          .site-header__content__menu__top a.tickets {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 26px;
            line-height: 2.6rem;
            background-color: #8b5837;
            width: 264px; }
            .site-header__content__menu__top a.tickets:hover {
              background-color: #754b33; }
            @media screen and (min-width: 992px) {
              .site-header__content__menu__top a.tickets {
                width: auto; } }
            @media print {
              .site-header__content__menu__top a.tickets {
                width: auto; } }
            @media screen and (min-width: 1920px) {
              .site-header__content__menu__top a.tickets {
                font-size: 19px;
                font-size: 1.9rem;
                line-height: 23px;
                line-height: 2.3rem;
                width: 264px; } }
        @media screen and (min-width: 768px) {
          .site-header__content__menu__top {
            align-items: center;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-end;
            margin-right: 10px;
            order: 0; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .site-header__content__menu__top {
      margin-right: 0; }
      .site-header__content__menu__top a.tickets {
        margin-right: 0; } }
        @media screen and (min-width: 768px) {
            .site-header__content__menu__top a {
              margin: 0 23.5px; }
              .site-header__content__menu__top a.renew {
                margin-bottom: 0; } }
      .site-header__content__menu__main {
        order: 1; }
        .site-header__content__menu__main > ul {
          display: block;
          padding-bottom: 20px;
          padding-top: 20px; }
          @media screen and (min-width: 768px) {
            .site-header__content__menu__main > ul {
              padding-bottom: 0; } }
          @media screen and (min-width: 992px) {
            .site-header__content__menu__main > ul {
              align-items: flex-end;
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: flex-end;
              margin-top: 18px;
              padding-top: 0; } }
          @media print {
            .site-header__content__menu__main > ul {
              align-items: flex-end;
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: flex-end;
              margin-top: 18px;
              padding-top: 0; } }
          .site-header__content__menu__main > ul > li {
            border-bottom: 1px solid #6f7566;
            margin-bottom: 22px;
            position: relative; }
            @media screen and (min-width: 992px) {
              .site-header__content__menu__main > ul > li {
                border-bottom: 0;
                margin-bottom: 0;
                text-align: center; }
                .site-header__content__menu__main > ul > li.unclickable > a {
                  pointer-events: none !important; } }
            @media print {
              .site-header__content__menu__main > ul > li {
                border-bottom: 0;
                margin-bottom: 0;
                text-align: center; }
                .site-header__content__menu__main > ul > li.unclickable > a {
                  pointer-events: none !important; } }
            .site-header__content__menu__main > ul > li:last-child {
              display: none;
              margin-bottom: 52px; }
              @media screen and (min-width: 992px) {
                .site-header__content__menu__main > ul > li:last-child {
                  display: block;
                  margin-bottom: 0; } }
              @media print {
                .site-header__content__menu__main > ul > li:last-child {
                  display: block;
                  margin-bottom: 0; } }
            .site-header__content__menu__main > ul > li > a {
              font-size: 22px;
              font-size: 2.2rem;
              line-height: 27px;
              line-height: 2.7rem;
              align-items: flex-end;
              color: #8b5837;
              display: flex;
              font-family: "Montserrat", sans-serif;
              font-weight: 500;
              height: 40px;
              padding: 8.5px 0;
              text-transform: uppercase; }
              .site-header__content__menu__main > ul > li > a:hover {
                text-decoration: none; }
              .site-header__content__menu__main > ul > li > a[href="/search"] {
                background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-search-forest.svg");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 25px;
                display: block;
                font-size: 0;
                height: 40px;
                width: 40px; }
              @media screen and (min-width: 992px) {
                .site-header__content__menu__main > ul > li > a {
                  font-size: 18px;
                  font-size: 1.8rem;
                  line-height: 23px;
                  line-height: 2.3rem;
                  border-bottom: 8px solid transparent;
                  color: #52533c;
                  font-family: "Source Serif Pro", serif;
                  font-weight: 400;
                  height: 56px;
                  margin-left: 15px;
                  margin-right: 15px;
                  margin-bottom: 8.5px;
                  padding: 8.5px 0 0;
                  text-transform: initial; }
                  .site-header__content__menu__main > ul > li > a[href="/search"] {
                    margin-right: 0; } }
              @media print {
                .site-header__content__menu__main > ul > li > a {
                  font-size: 18px;
                  font-size: 1.8rem;
                  line-height: 23px;
                  line-height: 2.3rem;
                  border-bottom: 8px solid transparent;
                  color: #52533c;
                  font-family: "Source Serif Pro", serif;
                  font-weight: 400;
                  height: 56px;
                  margin-left: 15px;
                  margin-right: 15px;
                  margin-bottom: 8.5px;
                  padding: 8.5px 0 0;
                  text-transform: initial; }
                  .site-header__content__menu__main > ul > li > a[href="/search"] {
                    margin-right: 0; } }
              @media screen and (min-width: 1090px) {
                .site-header__content__menu__main > ul > li > a {
                  font-size: 20px;
                  font-size: 2rem;
                  line-height: 25px;
                  line-height: 2.5rem;
                  height: 40px;
                  margin-left: 17.5px;
                  margin-right: 17.5px; } }
              @media screen and (min-width: 1366px) {
                .site-header__content__menu__main > ul > li > a {
                  font-size: 26px;
                  font-size: 2.6rem;
                  line-height: 36px;
                  line-height: 3.6rem;
                  height: 56px;
                  margin-left: 20px;
                  margin-right: 20px; } }
            .site-header__content__menu__main > ul > li > ul.sub-menu {
              display: none; }
              @media screen and (min-width: 992px) {
                .site-header__content__menu__main > ul > li > ul.sub-menu {
                  background-color: #fffbf2;
                  border: 1px solid #958f8b;
                  left: 0;
                  margin-left: -50px;
                  overflow-y: auto;
                  padding: 30px 30px 17px;
                  position: absolute;
                  top: 56px;
                  width: 405px;
                  z-index: 1; } }
              @media print {
                .site-header__content__menu__main > ul > li > ul.sub-menu {
                  background-color: #fffbf2;
                  border: 1px solid #958f8b;
                  left: 0;
                  margin-left: -50px;
                  overflow-y: auto;
                  padding: 30px 30px 17px;
                  position: absolute;
                  top: 56px;
                  width: 405px;
                  z-index: 1; } }
              @media screen and (min-width: 1090px) {
                .site-header__content__menu__main > ul > li > ul.sub-menu {
                  top: 40px; } }
              @media screen and (min-width: 1366px) {
                .site-header__content__menu__main > ul > li > ul.sub-menu {
                  top: 56px; } }
              .site-header__content__menu__main > ul > li > ul.sub-menu li a {
                font-size: 20px;
                font-size: 2rem;
                line-height: 30px;
                line-height: 3rem;
                display: block;
                font-family: "Montserrat", sans-serif;
                font-weight: 500;
                margin-bottom: 13px;
                text-align: left; }
              .site-header__content__menu__main > ul > li > ul.sub-menu li.unclickable > a {
                pointer-events: none !important; }
              .site-header__content__menu__main > ul > li > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
                padding-left: 30px; }
              @media screen and (min-width: 992px) {
                .site-header__content__menu__main > ul > li > ul.sub-menu li.menu-item-has-children > a {
                  font-size: 22px;
                  font-size: 2.2rem;
                  line-height: 27px;
                  line-height: 2.7rem;
                  color: #8b5837;
                  text-transform: uppercase; }
                .site-header__content__menu__main > ul > li > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
                  padding-left: 30px; } }
              @media print {
                .site-header__content__menu__main > ul > li > ul.sub-menu li.menu-item-has-children > a {
                  font-size: 22px;
                  font-size: 2.2rem;
                  line-height: 27px;
                  line-height: 2.7rem;
                  color: #8b5837;
                  text-transform: uppercase; }
                .site-header__content__menu__main > ul > li > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
                  padding-left: 30px; } }
            .site-header__content__menu__main > ul > li.open > ul.sub-menu {
              display: block; }
            @media screen and (min-width: 992px) {
              .site-header__content__menu__main > ul > li:hover > ul.sub-menu,
              .site-header__content__menu__main > ul > li > a:hover > ul.sub-menu {
                display: block; }
              .site-header__content__menu__main > ul > li:hover > a,
              .site-header__content__menu__main > ul > li > a:hover {
                border-bottom: 8px solid #52533c; } }
            @media print {
              .site-header__content__menu__main > ul > li:hover > ul.sub-menu,
              .site-header__content__menu__main > ul > li > a:hover > ul.sub-menu {
                display: block; }
              .site-header__content__menu__main > ul > li:hover > a,
              .site-header__content__menu__main > ul > li > a:hover {
                border-bottom: 8px solid #52533c; } }
      .site-header__content__menu__search {
        background-color: #52533c;
        margin-left: -6%;
        width: 112%; }
        .site-header__content__menu__search input[type="text"] {
          background-color: #ffffff;
          text-align: left; }
        @media screen and (min-width: 992px) {
          .site-header__content__menu__search {
            bottom: -78px;
            display: none;
            left: 0;
            height: 78px;
            margin-left: 0;
            position: absolute;
            width: 100%; }
            .site-header__content__menu__search.open {
              display: block; } }
        @media print {
          .site-header__content__menu__search {
            bottom: -78px;
            display: none;
            left: 0;
            height: 78px;
            margin-left: 0;
            position: absolute;
            width: 100%; }
            .site-header__content__menu__search.open {
              display: block; } }
        .site-header__content__menu__search form {
          margin-left: auto;
          margin-right: auto;
          max-width: 90%;
          align-items: center;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: stretch;
          margin: 14px auto; }
          @media screen and (min-width: 1366px) {
            .site-header__content__menu__search form {
              width: 1260px; } }
          @media screen and (min-width: 1580px) {
            .site-header__content__menu__search form {
              width: 1530px; } }
          @media screen and (min-width: 992px) {
            .site-header__content__menu__search form {
              justify-content: space-between;
              margin-bottom: 14px;
              margin-top: 14px;
              width: 1130px; } }
          @media print {
            .site-header__content__menu__search form {
              justify-content: space-between;
              margin-bottom: 14px;
              margin-top: 14px;
              width: 1130px; } }
          .site-header__content__menu__search form input[type="text"] {
            background-color: #fffbf2;
            width: calc(100% - 55px); }
            .site-header__content__menu__search form input[type="text"]::-moz-placeholder {
              color: #52533c;
              font-family: "Montserrat", sans-serif;
              text-indent: 6px; }
            .site-header__content__menu__search form input[type="text"]::-webkit-input-placeholder {
              color: #52533c;
              font-family: "Montserrat", sans-serif;
              text-indent: 6px; }
            .site-header__content__menu__search form input[type="text"]:-ms-input-placeholder {
              color: #52533c;
              font-family: "Montserrat", sans-serif;
              text-indent: 6px; }
            .site-header__content__menu__search form input[type="text"]::placeholder {
              color: #52533c;
              font-family: "Montserrat", sans-serif;
              text-indent: 6px; }
            @media screen and (min-width: 992px) {
              .site-header__content__menu__search form input[type="text"] {
                width: calc(100% - 179px); } }
            @media print {
              .site-header__content__menu__search form input[type="text"] {
                width: calc(100% - 179px); } }
          .site-header__content__menu__search form input[type="submit"] {
            background-color: transparent;
            background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-search-cream.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 25px;
            font-size: 0;
            width: 50px; }
            @media screen and (min-width: 992px) {
              .site-header__content__menu__search form input[type="submit"] {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 22px;
                line-height: 2.2rem;
                background-color: #8b5837;
                border: 0 !important;
                border-radius: 4px;
                color: #fffbf2;
                display: inline-block;
                font-family: franklin-gothic-urw, sans-serif;
                font-weight: 400;
                letter-spacing: 1px;
                padding: 10px 45px;
                margin-right: 5px;
                text-align: center;
                text-transform: uppercase;
                background-image: none;
                width: auto; }
                .site-header__content__menu__search form input[type="submit"]:hover {
                  background-color: #754b33;
                  text-decoration: none; }
                .site-header__content__menu__search form input[type="submit"].has-sage-dark-background-color:hover {
                  background-color: #52533c; }
                .site-header__content__menu__search form input[type="submit"].has-video-icon {
                  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
                  background-position: 98% center;
                  background-size: 15px;
                  background-repeat: no-repeat;
                  padding-right: 25px; }
                .site-header__content__menu__search form input[type="submit"].disabled, .site-header__content__menu__search form input[type="submit"][disabled="disabled"] {
                  background-color: #665f5c;
                  cursor: not-allowed;
                  opacity: 0.8; } }
            @media print {
              .site-header__content__menu__search form input[type="submit"] {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 22px;
                line-height: 2.2rem;
                background-color: #8b5837;
                border: 0 !important;
                border-radius: 4px;
                color: #fffbf2;
                display: inline-block;
                font-family: franklin-gothic-urw, sans-serif;
                font-weight: 400;
                letter-spacing: 1px;
                padding: 10px 45px;
                margin-right: 5px;
                text-align: center;
                text-transform: uppercase;
                background-image: none;
                width: auto; }
                .site-header__content__menu__search form input[type="submit"]:hover {
                  background-color: #754b33;
                  text-decoration: none; }
                .site-header__content__menu__search form input[type="submit"].has-sage-dark-background-color:hover {
                  background-color: #52533c; }
                .site-header__content__menu__search form input[type="submit"].has-video-icon {
                  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
                  background-position: 98% center;
                  background-size: 15px;
                  background-repeat: no-repeat;
                  padding-right: 25px; }
                .site-header__content__menu__search form input[type="submit"].disabled, .site-header__content__menu__search form input[type="submit"][disabled="disabled"] {
                  background-color: #665f5c;
                  cursor: not-allowed;
                  opacity: 0.8; } }
  .site-header.open .site-header__content__toggle {
    background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-menu-close.svg");
    background-size: 33px; }
  .site-header.open .site-header__content__menu {
    display: block; }
  @media screen and (min-width: 992px) {
    .site-header--sticky {
      background-color: #52533c;
      color: #fffbf2; }
      .site-header--sticky .site-header__content {
        max-width: 95%;
        width: 95%; } }
    @media screen and (min-width: 992px) and (min-width: 1920px) {
      .site-header--sticky .site-header__content {
        align-items: center;
        padding: 8px 0 0; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .site-header--sticky .site-header__content__main {
        height: 60px;
        width: 200px; } }
    @media screen and (min-width: 992px) and (min-width: 1580px) {
      .site-header--sticky .site-header__content__main {
        align-self: center;
        max-width: initial;
        width: 305px; } }
  @media screen and (min-width: 992px) {
        .site-header--sticky .site-header__content__logo {
          background-image: url("/wp-content/themes/reynolda/assets/images/svg/logo-alt.svg"); } }
      @media screen and (min-width: 992px) and (min-width: 1366px) {
        .site-header--sticky .site-header__content__logo {
          height: 57px;
          width: 233px; } }
      @media screen and (min-width: 992px) and (min-width: 1580px) {
        .site-header--sticky .site-header__content__logo {
          height: 75px;
          margin-bottom: 0;
          width: 305px; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .site-header--sticky .site-header__content__menu {
        align-self: flex-end; } }
    @media screen and (min-width: 992px) and (min-width: 1920px) {
      .site-header--sticky .site-header__content__menu__wrapper {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end; } }
    @media screen and (min-width: 992px) and (min-width: 1920px) {
      .site-header--sticky .site-header__content__menu__top {
        order: 1;
        margin-left: 20px;
        padding-bottom: 11px;
        width: auto; } }
  @media screen and (min-width: 992px) {
        .site-header--sticky .site-header__content__menu__top a.renew {
          color: #fffbf2; }
        .site-header--sticky .site-header__content__menu__top a.tickets {
          border: 1px solid #fffbf2; } }
    @media screen and (min-width: 992px) and (min-width: 1920px) {
      .site-header--sticky .site-header__content__menu__main {
        order: 0; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .site-header--sticky .site-header__content__menu__main > ul {
        margin-top: 10px; } }
    @media screen and (min-width: 992px) and (min-width: 1920px) {
      .site-header--sticky .site-header__content__menu__main > ul {
        margin-top: 0; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .site-header--sticky .site-header__content__menu__main > ul > li {
        padding-bottom: 8px; } }
  @media screen and (min-width: 992px) {
        .site-header--sticky .site-header__content__menu__main > ul > li > a {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 32px;
          line-height: 3.2rem;
          color: #fffbf2; }
          .site-header--sticky .site-header__content__menu__main > ul > li > a[href="/search"] {
            background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-search-cream.svg");
            font-size: 0;
            width: 40px; } }
      @media screen and (min-width: 992px) and (min-width: 992px) {
        .site-header--sticky .site-header__content__menu__main > ul > li > a {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 23px;
          line-height: 2.3rem;
          height: 39.5px;
          margin-bottom: 0; } }
      @media screen and (min-width: 992px) and (min-width: 1090px) {
        .site-header--sticky .site-header__content__menu__main > ul > li > a {
          font-size: 20px;
          font-size: 2rem;
          line-height: 25px;
          line-height: 2.5rem;
          height: 40px; } }
      @media screen and (min-width: 992px) and (min-width: 1366px) {
        .site-header--sticky .site-header__content__menu__main > ul > li > a {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 34px;
          line-height: 3.4rem;
          height: 56px; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .site-header--sticky .site-header__content__menu__main > ul > li:hover > a,
      .site-header--sticky .site-header__content__menu__main > ul > li > a:hover {
        border-bottom: 8px solid #fffbf2; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .site-header--sticky .site-header__content__menu__main > ul > li > ul.sub-menu {
        top: 40px; } }
    @media screen and (min-width: 992px) and (min-width: 1366px) {
      .site-header--sticky .site-header__content__menu__main > ul > li > ul.sub-menu {
        top: 56px; } }
  @media print {
    .site-header--sticky {
      background-color: #52533c;
      color: #fffbf2; }
      .site-header--sticky .site-header__content {
        max-width: 95%;
        width: 95%; } }
    @media print {
      .site-header--sticky .site-header__content__main {
        height: 60px;
        width: 200px; } }
  @media print {
        .site-header--sticky .site-header__content__logo {
          background-image: url("/wp-content/themes/reynolda/assets/images/svg/logo-alt.svg"); } }
    @media print {
      .site-header--sticky .site-header__content__menu {
        align-self: flex-end; } }
  @media print {
        .site-header--sticky .site-header__content__menu__top a.renew {
          color: #fffbf2; }
        .site-header--sticky .site-header__content__menu__top a.tickets {
          border: 1px solid #fffbf2; } }
    @media print {
      .site-header--sticky .site-header__content__menu__main > ul {
        margin-top: 10px; } }
    @media print {
      .site-header--sticky .site-header__content__menu__main > ul > li {
        padding-bottom: 8px; } }
  @media print {
        .site-header--sticky .site-header__content__menu__main > ul > li > a {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 32px;
          line-height: 3.2rem;
          color: #fffbf2; }
          .site-header--sticky .site-header__content__menu__main > ul > li > a[href="/search"] {
            background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-search-cream.svg");
            font-size: 0;
            width: 40px; } }
      @media print {
        .site-header--sticky .site-header__content__menu__main > ul > li > a {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 23px;
          line-height: 2.3rem;
          height: 39.5px;
          margin-bottom: 0; } }
    @media print {
      .site-header--sticky .site-header__content__menu__main > ul > li:hover > a,
      .site-header--sticky .site-header__content__menu__main > ul > li > a:hover {
        border-bottom: 8px solid #fffbf2; } }
    @media print {
      .site-header--sticky .site-header__content__menu__main > ul > li > ul.sub-menu {
        top: 40px; } }

.homepage-slideshow {
  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  height: calc(100vh - 71px); }
  @media screen and (min-width: 992px) {
    .homepage-slideshow {
      display: block;
      height: calc(100vh - 148px); } }
  @media print {
    .homepage-slideshow {
      display: block;
      height: calc(100vh - 148px); } }
  @media screen and (min-width: 1202px) {
    .homepage-slideshow {
      height: calc(100vh - 188px); } }
  @media screen and (min-width: 1213px) {
    .homepage-slideshow {
      height: calc(100vh - 152px); } }
  .homepage-slideshow.loaded {
    background-image: none; }
  .homepage-slideshow__wrapper {
    position: relative; }
  .homepage-slideshow__credit {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    bottom: 5px;
    position: absolute;
    right: 5px;
    text-align: right; }
    @media screen and (min-width: 1366px) {
      .homepage-slideshow__credit {
        width: 1260px; } }
    @media screen and (min-width: 1580px) {
      .homepage-slideshow__credit {
        width: 1530px; } }
    @media screen and (min-width: 768px) {
      .homepage-slideshow__credit {
        bottom: initial;
        margin-top: 13px;
        position: relative;
        right: initial; } }
  .homepage-slideshow__images {
    height: 100%;
    position: relative;
    z-index: 0; }
  .homepage-slideshow__slide {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0.3s;
    width: 100%;
    z-index: 0; }
    .homepage-slideshow__slide__image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%; }
    .homepage-slideshow__slide video {
      height: 100%;
      width: 177.77777778vh;
      /* 100 * 16 / 9 */
      min-width: 100%;
      min-height: 56.25vw;
      /* 100 * 9 / 16 */
      position: absolute;
      left: 50%;
      /* % of surrounding element */
      top: 50%;
      transform: translate(-50%, -50%);
      /* % of current element */ }
    .homepage-slideshow__slide.active {
      opacity: 1;
      z-index: 1; }
  .homepage-slideshow__navigation__dots {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px; }
  .homepage-slideshow__navigation__dot {
    background-color: #fffbf2;
    border-radius: 50%;
    font-size: 0;
    height: 7px;
    margin: 0 4px;
    width: 7px; }
    @media screen and (min-width: 768px) {
      .homepage-slideshow__navigation__dot {
        height: 15px;
        margin: 0 8px;
        width: 15px; } }
    .homepage-slideshow__navigation__dot.active {
      background-color: #545e44; }
  .homepage-slideshow__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 219px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .homepage-slideshow__content {
        bottom: 0;
        min-height: initial;
        position: absolute; }
        .homepage-slideshow__content__current {
          margin-top: -27px; } }
    .homepage-slideshow__content__scallop {
      background-image: url("/wp-content/themes/reynolda/assets/images/background-hero-scallop-opaque-small.png");
      background-position: bottom left;
      background-repeat: repeat-x;
      background-size: 19px 18px;
      margin-top: -19px;
      height: 18px;
      width: 100%;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .homepage-slideshow__content__scallop {
          background-image: url("/wp-content/themes/reynolda/assets/images/background-hero-scallop-small.png");
          margin-top: 0; } }
      @media screen and (min-width: 992px) {
        .homepage-slideshow__content__scallop {
          width: 70%; } }
      @media print {
        .homepage-slideshow__content__scallop {
          width: 70%; } }
      @media screen and (min-width: 1280px) {
        .homepage-slideshow__content__scallop {
          width: 60%; } }
    .homepage-slideshow__content__inner {
      background-color: #dee8c8;
      padding: 15px 20px 35px;
      position: relative;
      height: 100%;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .homepage-slideshow__content__inner {
          background-color: rgba(222, 232, 200, 0.8);
          padding: 0 20px 15px; } }
      @media screen and (min-width: 992px) {
        .homepage-slideshow__content__inner {
          width: 70%; } }
      @media print {
        .homepage-slideshow__content__inner {
          width: 70%; } }
      @media screen and (min-width: 1280px) {
        .homepage-slideshow__content__inner {
          width: 60%; } }
    .homepage-slideshow__content__label {
      font-family: "Source Serif Pro", serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      line-height: 2rem;
      color: #8b5837;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px;
      min-height: 18px; }
      @media screen and (min-width: 768px) {
        .homepage-slideshow__content__label {
          margin-bottom: 30px; } }
    .homepage-slideshow__content__title {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 28px;
      line-height: 2.8rem;
      font-weight: 600;
      margin-bottom: 15px; }
      @media screen and (min-width: 992px) {
        .homepage-slideshow__content__title {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 30px;
          line-height: 3rem; } }
      @media print {
        .homepage-slideshow__content__title {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 30px;
          line-height: 3rem; } }
    .homepage-slideshow__content__button {
      min-height: 31px; }
      .homepage-slideshow__content__button a {
        background-color: #52533c; }
        .homepage-slideshow__content__button a:hover {
          background-color: #545e44; }

.page__hero {
  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: auto; }
  .page__hero.loaded {
    background-image: none; }
  .page__hero__wrapper {
    margin-bottom: 55px; }
    @media screen and (min-width: 992px) {
      .page__hero__wrapper {
        margin-bottom: 100px; } }
    @media print {
      .page__hero__wrapper {
        margin-bottom: 100px; } }
  .page__hero__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.3s;
    width: 100%;
    height: 40.625vw; }
    @media screen and (min-width: 992px) {
      .page__hero__image {
        height: 40.625vw; } }
    @media print {
      .page__hero__image {
        height: 40.625vw; } }
    .page__hero__image:hover .page__hero__credit {
      opacity: 1; }
  .page__hero__headline {
    display: flex;
    flex-direction: column;
    margin-top: -18px;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .page__hero__headline {
        bottom: 0;
        position: absolute; } }
    .page__hero__headline__content {
      background-color: transparent;
      background-image: url("/wp-content/themes/reynolda/assets/images/background-hero-scallop-opaque.png");
      background-position: bottom left;
      background-repeat: repeat-x;
      background-size: contain;
      padding: 14px 30px 0; }
      @media screen and (min-width: 768px) {
        .page__hero__headline__content {
          background-image: url("/wp-content/themes/reynolda/assets/images/background-hero-scallop.png");
          margin-top: 0; } }
    .page__hero__headline__title {
      font-family: "Source Serif Pro", serif;
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 45px;
      line-height: 4.5rem;
      color: #52533c;
      font-family: "Ogg-Roman", serif;
      margin-top: 0;
      margin-bottom: 35px;
      margin-bottom: 20px; }
      @media screen and (min-width: 1366px) {
        .page__hero__headline__title {
          font-size: 70px;
          font-size: 7rem;
          line-height: 78px;
          line-height: 7.8rem;
          margin-bottom: 55px; } }
    .page__hero__headline__menu {
      display: none; }
      @media screen and (min-width: 992px) {
        .page__hero__headline__menu {
          display: block; } }
      @media print {
        .page__hero__headline__menu {
          display: block; } }
      .page__hero__headline__menu ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; }
        @media screen and (min-width: 1366px) {
          .page__hero__headline__menu ul {
            flex-wrap: nowrap; } }
        .page__hero__headline__menu ul li {
          margin: 0 20px; }
          .page__hero__headline__menu ul li a {
            font-size: 20px;
            font-size: 2rem;
            line-height: 22px;
            line-height: 2.2rem;
            border-bottom: 8px solid transparent;
            color: #8b5837;
            display: block;
            font-family: "Gotham-Medium", sans-serif;
            padding-bottom: 5px; }
            .page__hero__headline__menu ul li a:hover {
              border-bottom: 8px solid #8b5837;
              text-decoration: none; }
          .page__hero__headline__menu ul li.current_page_item a, body.singular.single-exhibition .page__hero__headline__menu ul li.menu-item-3108 a {
            border-bottom: 8px solid #8b5837; }

.page__sidebar .sponsors__title {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8b5837;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #000000;
  margin-bottom: 13px; }

.page__sidebar .sponsors__list {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 55px; }
  .page__sidebar .sponsors__list li {
    color: #000000;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 15px; }
    .page__sidebar .sponsors__list li img {
      margin-left: 0;
      max-width: 200px; }
  .page__sidebar .sponsors__list a {
    color: #000000;
    display: block;
    margin-bottom: 20px; }

#page.site .site-content {
  margin-top: 71px;
  z-index: 0; }
  @media screen and (min-width: 992px) {
    #page.site .site-content {
      margin-top: 148px; } }
  @media print {
    #page.site .site-content {
      margin-top: 148px; } }
  @media screen and (min-width: 1202px) {
    #page.site .site-content {
      margin-top: 188px; } }
  @media screen and (min-width: 1213px) {
    #page.site .site-content {
      margin-top: 152px; } }

.page-column-2 .page__column-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1366px) {
    .page-column-2 .page__column-wrapper {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    .page-column-2 .page__column-wrapper {
      width: 1530px; } }
  @media screen and (min-width: 768px) {
    .page-column-2 .page__column-wrapper {
      flex-direction: row; }
      .page-column-2 .page__column-wrapper .page__main {
        flex: 1;
        margin-left: 0;
        margin-right: 0;
        width: calc(100% - 412px); } }

.page-column-2 .page__sidebar {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  background-color: #6f7566;
  color: #fffbf2;
  margin-bottom: 55px; }
  @media screen and (min-width: 1366px) {
    .page-column-2 .page__sidebar {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    .page-column-2 .page__sidebar {
      width: 1530px; } }
  .page-column-2 .page__sidebar h2 {
    color: #fffbf2; }
  @media screen and (min-width: 768px) {
    .page-column-2 .page__sidebar {
      margin: 0 0 55px 55px;
      max-width: 357px;
      width: 357px; } }
  @media screen and (min-width: 992px) {
    .page-column-2 .page__sidebar {
      margin-left: 35px;
      width: 521px; } }
  @media print {
    .page-column-2 .page__sidebar {
      margin-left: 35px;
      width: 521px; } }

.feature-item {
  overflow: hidden; }
  .feature-item__media {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    .feature-item__media a {
      display: block;
      height: 100%;
      width: 100%; }
    .feature-item__media img {
      height: auto;
      min-height: 100%;
      min-width: 100%;
      width: auto; }
    .feature-item__media > span {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-video.svg");
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .feature-item__media .event-box {
      bottom: 0;
      position: absolute;
      right: 0; }
      @media screen and (min-width: 768px) {
        .feature-item__media .event-box {
          bottom: -16px;
          right: -16px;
          transform: scale(0.75); } }
      @media screen and (min-width: 992px) {
        .feature-item__media .event-box {
          bottom: 0;
          right: 0;
          transform: initial; } }
      @media print {
        .feature-item__media .event-box {
          bottom: 0;
          right: 0;
          transform: initial; } }
  .feature-item__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-top: 13px; }
    .feature-item__content__inner {
      height: 100%;
      position: relative;
      width: 100%; }
      .feature-item__content__inner > div:last-of-type {
        margin-bottom: 55px; }
        @media screen and (min-width: 992px) {
          .feature-item__content__inner > div:last-of-type {
            margin-bottom: 97px; } }
        @media print {
          .feature-item__content__inner > div:last-of-type {
            margin-bottom: 97px; } }
    .feature-item__content__label {
      font-family: "Source Serif Pro", serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      line-height: 2rem;
      color: #8b5837;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .feature-item__content__label {
          margin-bottom: 20px; } }
    .feature-item__content__title {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 28px;
      line-height: 2.8rem;
      font-weight: 700;
      margin-bottom: 30px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .feature-item__content__title {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 30px;
          line-height: 3rem; } }
      .feature-item__content__title a, .feature-item__content__title a:hover {
        color: #000000 !important;
        text-decoration: none; }
    .feature-item__content__caption {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      text-align: center;
      width: 100%; }
    .feature-item__content__description {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem;
      width: 100%; }
      .feature-item__content__description__dates {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.4rem; }
      .feature-item__content__description p {
        margin-bottom: 10px; }
      .feature-item__content__description p:last-child {
        margin-bottom: 0; }
    .feature-item__content__button {
      margin-right: 0; }
      @media screen and (min-width: 768px) {
        .feature-item__content__button {
          bottom: 0;
          left: 0;
          position: absolute; } }
      .feature-item__content__button a:hover {
        background-color: #52533c;
        text-decoration: none !important; }
      .feature-item__content__button a.has-tobacco-dark-background-color:hover {
        background-color: #754b33; }
      .feature-item__content__button-video {
        background-color: #dee8c8 !important;
        border: 1px solid #52533c !important;
        color: #52533c !important; }
        .feature-item__content__button-video svg {
          height: 15px;
          transform: rotate(-90deg);
          width: 16.5px; }
          .feature-item__content__button-video svg path {
            fill: #52533c !important; }
        .feature-item__content__button-video a:hover {
          background-color: #52533c !important;
          color: #dee8c8 !important; }
          .feature-item__content__button-video a:hover svg path {
            fill: #dee8c8 !important; }

.event--list,
.news--list {
  margin-bottom: 55px; }
  @media screen and (min-width: 768px) {
    .event--list,
    .news--list {
      align-items: flex-start;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-bottom: 80px; } }
  .event--list__thumbnail,
  .news--list__thumbnail {
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .event--list__thumbnail,
      .news--list__thumbnail {
        flex: 1 0 235px;
        margin-right: 25px;
        width: 235px; } }
    .event--list__thumbnail img,
    .news--list__thumbnail img {
      height: auto;
      width: 100%; }
  .event--list__content,
  .news--list__content {
    position: relative; }
    @media screen and (min-width: 768px) {
      .event--list__content,
      .news--list__content {
        width: calc(100% - 235px); } }
    .event--list__content__label,
    .news--list__content__label {
      font-family: "Source Serif Pro", serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      line-height: 2rem;
      color: #8b5837;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 18px; }
    .event--list__content__date,
    .news--list__content__date {
      position: absolute;
      right: 0;
      top: -150px; }
      @media screen and (min-width: 768px) {
        .event--list__content__date,
        .news--list__content__date {
          float: left;
          margin-bottom: 16px;
          margin-right: 16px;
          position: initial;
          right: initial;
          top: initial; } }
    .event--list__content__title,
    .news--list__content__title {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 30px;
      line-height: 3rem;
      color: inherit;
      padding-bottom: 6px; }
      .event--list__content__title a, .event--list__content__title a:hover,
      .news--list__content__title a,
      .news--list__content__title a:hover {
        color: #000000;
        text-decoration: none; }
    .event--list__content__dates, .event--list__content__location,
    .news--list__content__dates,
    .news--list__content__location {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 30px;
      line-height: 3rem; }
    .event--list__content__location,
    .news--list__content__location {
      padding-bottom: 24px; }
    .event--list__content__body,
    .news--list__content__body {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem; }
    .event--list__content__more,
    .news--list__content__more {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: normal;
      margin-top: 20px; }
      .event--list__content__more a,
      .news--list__content__more a {
        color: #52533c;
        text-decoration: none; }
        .event--list__content__more a svg,
        .news--list__content__more a svg {
          fill: #52533c; }
        .event--list__content__more a:hover,
        .news--list__content__more a:hover {
          color: #000000;
          text-decoration: none; }
          .event--list__content__more a:hover svg,
          .news--list__content__more a:hover svg {
            fill: #000000; }

.news--list__content__dates {
  margin-bottom: 20px; }

body.singular .page__main {
  width: 100%; }

body.singular .page__content__header, body.singular .page__content__label {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.singular .page__content__header, body.singular .page__content__label {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular .page__content__header, body.singular .page__content__label {
      width: 1530px; } }

body.singular .page__content__body > h1,
body.singular .page__content__body > h2,
body.singular .page__content__body > h3,
body.singular .page__content__body > h4,
body.singular .page__content__body > h5,
body.singular .page__content__body > h6,
body.singular .page__content__body > hr,
body.singular .page__content__body > ul,
body.singular .page__content__body > ol,
body.singular .page__content__body > p,
body.singular .page__content__body > .wp-block-quote,
body.singular .page__content__body > .wp-block-buttons,
body.singular .page__content__body > .wp-block-jetpack-slideshow,
body.singular .page__content__body > .wp-block-image,
body.singular .page__content__body > .wp-block-file,
body.singular .page__content__body > .wp-block-media-text,
body.singular .page__content__body > .wp-block-embed,
body.singular .page__content__body > .wp-block-columns__wrapper,
body.singular .page__content__body > div[id*="contact-form"],
body.singular .page__content__body > div.media,
body.singular .page__content__body > div.video-embed,
body.singular .page__content__body > div.link,
body.singular .page__content__body > div.featured-exhibition,
body.singular .page__content__body > div.image-credit,
body.singular .page__content__body > hr,
body.singular .page__content__body > div.village-map,
body.singular .page__content__body > div.image-grid,
body.singular .page__content__body > div.directory-listing,
body.singular .page__content__body > div.iframe-embed {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.singular .page__content__body > h1,
    body.singular .page__content__body > h2,
    body.singular .page__content__body > h3,
    body.singular .page__content__body > h4,
    body.singular .page__content__body > h5,
    body.singular .page__content__body > h6,
    body.singular .page__content__body > hr,
    body.singular .page__content__body > ul,
    body.singular .page__content__body > ol,
    body.singular .page__content__body > p,
    body.singular .page__content__body > .wp-block-quote,
    body.singular .page__content__body > .wp-block-buttons,
    body.singular .page__content__body > .wp-block-jetpack-slideshow,
    body.singular .page__content__body > .wp-block-image,
    body.singular .page__content__body > .wp-block-file,
    body.singular .page__content__body > .wp-block-media-text,
    body.singular .page__content__body > .wp-block-embed,
    body.singular .page__content__body > .wp-block-columns__wrapper,
    body.singular .page__content__body > div[id*="contact-form"],
    body.singular .page__content__body > div.media,
    body.singular .page__content__body > div.video-embed,
    body.singular .page__content__body > div.link,
    body.singular .page__content__body > div.featured-exhibition,
    body.singular .page__content__body > div.image-credit,
    body.singular .page__content__body > hr,
    body.singular .page__content__body > div.village-map,
    body.singular .page__content__body > div.image-grid,
    body.singular .page__content__body > div.directory-listing,
    body.singular .page__content__body > div.iframe-embed {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular .page__content__body > h1,
    body.singular .page__content__body > h2,
    body.singular .page__content__body > h3,
    body.singular .page__content__body > h4,
    body.singular .page__content__body > h5,
    body.singular .page__content__body > h6,
    body.singular .page__content__body > hr,
    body.singular .page__content__body > ul,
    body.singular .page__content__body > ol,
    body.singular .page__content__body > p,
    body.singular .page__content__body > .wp-block-quote,
    body.singular .page__content__body > .wp-block-buttons,
    body.singular .page__content__body > .wp-block-jetpack-slideshow,
    body.singular .page__content__body > .wp-block-image,
    body.singular .page__content__body > .wp-block-file,
    body.singular .page__content__body > .wp-block-media-text,
    body.singular .page__content__body > .wp-block-embed,
    body.singular .page__content__body > .wp-block-columns__wrapper,
    body.singular .page__content__body > div[id*="contact-form"],
    body.singular .page__content__body > div.media,
    body.singular .page__content__body > div.video-embed,
    body.singular .page__content__body > div.link,
    body.singular .page__content__body > div.featured-exhibition,
    body.singular .page__content__body > div.image-credit,
    body.singular .page__content__body > hr,
    body.singular .page__content__body > div.village-map,
    body.singular .page__content__body > div.image-grid,
    body.singular .page__content__body > div.directory-listing,
    body.singular .page__content__body > div.iframe-embed {
      width: 1530px; } }

@media screen and (min-width: 992px) {
  body.singular .page__content__body > h1,
  body.singular .page__content__body > h2,
  body.singular .page__content__body > h3,
  body.singular .page__content__body > h4,
  body.singular .page__content__body > h5,
  body.singular .page__content__body > h6,
  body.singular .page__content__body > hr,
  body.singular .page__content__body > ul,
  body.singular .page__content__body > ol,
  body.singular .page__content__body > p,
  body.singular .page__content__body > .wp-block-quote {
    padding-right: 20%; } }

@media print {
  body.singular .page__content__body > h1,
  body.singular .page__content__body > h2,
  body.singular .page__content__body > h3,
  body.singular .page__content__body > h4,
  body.singular .page__content__body > h5,
  body.singular .page__content__body > h6,
  body.singular .page__content__body > hr,
  body.singular .page__content__body > ul,
  body.singular .page__content__body > ol,
  body.singular .page__content__body > p,
  body.singular .page__content__body > .wp-block-quote {
    padding-right: 20%; } }

body.singular .page__content__body > h2:first-of-type {
  margin-top: 0; }

body.singular .page__content__body > div.link {
  margin-top: 15px;
  margin-bottom: 15px; }

body.singular .page__content__body > .wp-block-accordion {
  width: 100%; }
  @media screen and (min-width: 768px) {
    body.singular .page__content__body > .wp-block-accordion {
      margin-left: auto;
      margin-right: auto;
      max-width: 90%; } }
  @media screen and (min-width: 768px) and (min-width: 1366px) {
    body.singular .page__content__body > .wp-block-accordion {
      width: 1260px; } }
  @media screen and (min-width: 768px) and (min-width: 1580px) {
    body.singular .page__content__body > .wp-block-accordion {
      width: 1530px; } }

body.singular .page__content__body > p:last-child {
  margin-bottom: 0; }

body.singular .page__content__body + .page__content__body {
  margin-top: 15px; }

@media screen and (min-width: 992px) {
  body.singular .page-column-2 .page__content__body > h1,
  body.singular .page-column-2 .page__content__body > h2,
  body.singular .page-column-2 .page__content__body > h3,
  body.singular .page-column-2 .page__content__body > h4,
  body.singular .page-column-2 .page__content__body > h5,
  body.singular .page-column-2 .page__content__body > h6,
  body.singular .page-column-2 .page__content__body > hr,
  body.singular .page-column-2 .page__content__body > ul,
  body.singular .page-column-2 .page__content__body > ol,
  body.singular .page-column-2 .page__content__body > p,
  body.singular .page-column-2 .page__content__body > .wp-block-quote {
    padding-right: 0; } }

@media print {
  body.singular .page-column-2 .page__content__body > h1,
  body.singular .page-column-2 .page__content__body > h2,
  body.singular .page-column-2 .page__content__body > h3,
  body.singular .page-column-2 .page__content__body > h4,
  body.singular .page-column-2 .page__content__body > h5,
  body.singular .page-column-2 .page__content__body > h6,
  body.singular .page-column-2 .page__content__body > hr,
  body.singular .page-column-2 .page__content__body > ul,
  body.singular .page-column-2 .page__content__body > ol,
  body.singular .page-column-2 .page__content__body > p,
  body.singular .page-column-2 .page__content__body > .wp-block-quote {
    padding-right: 0; } }

@media screen and (min-width: 992px) {
  body.singular .page__hero + .page__main {
    margin-top: 45px; } }

@media print {
  body.singular .page__hero + .page__main {
    margin-top: 45px; } }

body.singular.single-artist, body.singular.single-artwork, body.singular.single-collection {
  visibility: hidden; }

body.singular.page-template-page-calendar-template .page__form, body.singular.page-template-page-calendar-template .page__results, body.singular.page-template-page-calendar-template .page__content, body.singular.page-template-page-calendar-template .page__pagination {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.singular.page-template-page-calendar-template .page__form, body.singular.page-template-page-calendar-template .page__results, body.singular.page-template-page-calendar-template .page__content, body.singular.page-template-page-calendar-template .page__pagination {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular.page-template-page-calendar-template .page__form, body.singular.page-template-page-calendar-template .page__results, body.singular.page-template-page-calendar-template .page__content, body.singular.page-template-page-calendar-template .page__pagination {
      width: 1530px; } }
  @media screen and (min-width: 992px) {
    body.singular.page-template-page-calendar-template .page__form, body.singular.page-template-page-calendar-template .page__results, body.singular.page-template-page-calendar-template .page__content, body.singular.page-template-page-calendar-template .page__pagination {
      max-width: 55%; } }
  @media print {
    body.singular.page-template-page-calendar-template .page__form, body.singular.page-template-page-calendar-template .page__results, body.singular.page-template-page-calendar-template .page__content, body.singular.page-template-page-calendar-template .page__pagination {
      max-width: 55%; } }

body.singular.page-template-page-calendar-template .page .page__content__header {
  max-width: 100%;
  width: 100%; }

body.singular.page-template-page-calendar-template .page__content__body > * {
  max-width: 100% !important; }

body.singular.page-template-page-calendar-template .page__form {
  margin-top: 35px;
  margin-bottom: 55px; }
  body.singular.page-template-page-calendar-template .page__form input[type="text"] {
    background-color: #fffbf2;
    text-align: center; }
  body.singular.page-template-page-calendar-template .page__form input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      body.singular.page-template-page-calendar-template .page__form input[type="submit"] {
        width: auto; } }
  body.singular.page-template-page-calendar-template .page__form__events__categories {
    margin-bottom: 7px; }
    @media screen and (min-width: 768px) {
      body.singular.page-template-page-calendar-template .page__form__events__categories {
        align-items: center;
        display: flex; } }
    @media screen and (min-width: 992px) {
      body.singular.page-template-page-calendar-template .page__form__events__categories {
        margin-bottom: 30px; } }
    @media print {
      body.singular.page-template-page-calendar-template .page__form__events__categories {
        margin-bottom: 30px; } }
    body.singular.page-template-page-calendar-template .page__form__events__categories__label {
      display: block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        body.singular.page-template-page-calendar-template .page__form__events__categories__label {
          margin-right: 20px;
          width: auto; } }
    body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown {
      align-items: center;
      display: flex;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 768px) {
        body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown {
          flex: 1;
          width: auto; } }
      @media screen and (min-width: 992px) {
        body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown {
          max-width: 400px; } }
      @media print {
        body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown {
          max-width: 400px; } }
      body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__selection {
        padding-left: 5px;
        text-align: left;
        width: 100%; }
      body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options {
        background-image: none;
        display: none;
        height: auto;
        left: 0;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
        body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options__option {
          align-items: center;
          display: flex;
          justify-content: flex-start;
          margin-bottom: 10px;
          min-height: 40px; }
          body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options__option label, body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options__option .page__form__events__categories__label, body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options__option .page__form__events__categories__dropdown__selection {
            cursor: pointer; }
          body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options__option input[type="checkbox"] {
            margin-right: 13px;
            margin-top: -26px; }
      body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown.open {
        max-width: none !important; }
        body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown.open .page__form__events__categories__dropdown__selection {
          background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-close-forestgreen.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 30px;
          font-size: 0;
          height: 50px;
          position: absolute;
          right: 0;
          top: 0;
          width: 50px;
          z-index: 2; }
        body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown.open .page__form__events__categories__dropdown__options {
          display: block; }
          body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown.open .page__form__events__categories__dropdown__options__option.child {
            padding-left: 20px; }
  @media screen and (min-width: 768px) {
    body.singular.page-template-page-calendar-template .page__form__events__dates {
      align-items: center;
      display: flex; } }
  body.singular.page-template-page-calendar-template .page__form__events__dates__label {
    font-family: "Source Serif Pro", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #665f5c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      body.singular.page-template-page-calendar-template .page__form__events__dates__label {
        margin-right: 20px; } }
  body.singular.page-template-page-calendar-template .page__form__events__dates__inputs {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 7px; }
    @media screen and (min-width: 768px) {
      body.singular.page-template-page-calendar-template .page__form__events__dates__inputs {
        margin-bottom: 0;
        margin-right: 20px; } }
    body.singular.page-template-page-calendar-template .page__form__events__dates__inputs__start, body.singular.page-template-page-calendar-template .page__form__events__dates__inputs__end {
      width: 49%; }

body.singular.page-template-page-calendar-template .page__results__loading {
  background-color: rgba(255, 251, 242, 0.6);
  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  font-size: 0;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

body.singular.page-template-page-calendar-template .page__pagination {
  margin-bottom: 55px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    body.singular.page-template-page-calendar-template .page__pagination {
      margin-bottom: 75px; } }
  @media print {
    body.singular.page-template-page-calendar-template .page__pagination {
      margin-bottom: 75px; } }
  body.singular.page-template-page-calendar-template .page__pagination button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    background-color: #8b5837;
    border: 0 !important;
    border-radius: 4px;
    color: #fffbf2;
    display: inline-block;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 45px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase; }
    body.singular.page-template-page-calendar-template .page__pagination button:hover {
      background-color: #754b33;
      text-decoration: none; }
    body.singular.page-template-page-calendar-template .page__pagination button.has-sage-dark-background-color:hover {
      background-color: #52533c; }
    body.singular.page-template-page-calendar-template .page__pagination button.has-video-icon {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
      background-position: 98% center;
      background-size: 15px;
      background-repeat: no-repeat;
      padding-right: 25px; }
    body.singular.page-template-page-calendar-template .page__pagination button.disabled, body.singular.page-template-page-calendar-template .page__pagination button[disabled="disabled"] {
      background-color: #665f5c;
      cursor: not-allowed;
      opacity: 0.8; }

body.singular .staff-directory .page__content {
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    body.singular .staff-directory .page__content__body {
      margin-bottom: 55px; } }

body.singular .staff-directory .page__results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media screen and (min-width: 992px) {
    body.singular .staff-directory .page__results {
      justify-content: flex-start; } }
  body.singular .staff-directory .page__results .department {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
    line-height: 4.4rem;
    color: #52533c;
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    flex: 0 0 100%;
    margin: 25px 0 40px 0; }
    @media screen and (max-width: 768px) {
      body.singular .staff-directory .page__results .department {
        margin: 0 0 40px 0; } }

body.singular.page-template-page-staff-template .page #directory-filter {
  padding: 0 0 100px 0; }
  @media screen and (max-width: 767px) {
    body.singular.page-template-page-staff-template .page #directory-filter {
      padding-bottom: 55px; } }
  body.singular.page-template-page-staff-template .page #directory-filter select, body.singular.page-template-page-staff-template .page #directory-filter body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown, body.singular.page-template-page-calendar-template body.singular.page-template-page-staff-template .page #directory-filter .page__form__events__categories__dropdown, body.singular.page-template-page-staff-template .page #directory-filter body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options, body.singular.page-template-page-calendar-template body.singular.page-template-page-staff-template .page #directory-filter .page__form__events__categories__dropdown__options {
    background-color: #fffbf2;
    padding-right: 55px;
    max-width: 375px; }
    @media screen and (max-width: 991px) {
      body.singular.page-template-page-staff-template .page #directory-filter select, body.singular.page-template-page-staff-template .page #directory-filter body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown, body.singular.page-template-page-calendar-template body.singular.page-template-page-staff-template .page #directory-filter .page__form__events__categories__dropdown, body.singular.page-template-page-staff-template .page #directory-filter body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options, body.singular.page-template-page-calendar-template body.singular.page-template-page-staff-template .page #directory-filter .page__form__events__categories__dropdown__options {
        margin-bottom: 25px;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      body.singular.page-template-page-staff-template .page #directory-filter select, body.singular.page-template-page-staff-template .page #directory-filter body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown, body.singular.page-template-page-calendar-template body.singular.page-template-page-staff-template .page #directory-filter .page__form__events__categories__dropdown, body.singular.page-template-page-staff-template .page #directory-filter body.singular.page-template-page-calendar-template .page__form__events__categories__dropdown__options, body.singular.page-template-page-calendar-template body.singular.page-template-page-staff-template .page #directory-filter .page__form__events__categories__dropdown__options {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16px;
        line-height: 1.6rem; } }
  body.singular.page-template-page-staff-template .page #directory-filter.filtered {
    padding-bottom: 75px; }
    @media screen and (max-width: 767px) {
      body.singular.page-template-page-staff-template .page #directory-filter.filtered {
        padding-bottom: 55px; } }
  body.singular.page-template-page-staff-template .page #directory-filter .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #665f5c;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase; }

body.singular.page-template-page-staff-template .page__sidebar {
  color: #fffbf2; }
  @media screen and (max-width: 768px) {
    body.singular.page-template-page-staff-template .page__sidebar {
      margin-bottom: 0;
      max-width: 100%; } }
  body.singular.page-template-page-staff-template .page__sidebar__content {
    background: #6f7566;
    margin: 0 auto;
    padding: 30px 25px 80px 50px; }
    body.singular.page-template-page-staff-template .page__sidebar__content p {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 26px;
      line-height: 2.6rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    body.singular.page-template-page-staff-template .page__sidebar__content ul {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 28px;
      line-height: 2.8rem;
      font-family: "Source Serif Pro", serif;
      font-weight: 700; }
  body.singular.page-template-page-staff-template .page__sidebar h2 {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 56px;
    line-height: 5.6rem;
    color: #fffbf2;
    font-family: "Ogg-Roman", serif; }

body.singular.single-event .page__content__label {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8b5837;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

body.singular.single-event .page-column-1 .page__content__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.singular.single-event .page-column-1 .page__content__header {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular.single-event .page-column-1 .page__content__header {
      width: 1530px; } }

body.singular.single-event .page__column-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.singular.single-event .page__column-wrapper {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular.single-event .page__column-wrapper {
      width: 1530px; } }
  body.singular.single-event .page__column-wrapper .page__sidebar {
    background-color: transparent !important;
    margin-top: 55px; }
    @media screen and (min-width: 992px) {
      body.singular.single-event .page__column-wrapper .page__sidebar {
        margin-top: 0; } }
    @media print {
      body.singular.single-event .page__column-wrapper .page__sidebar {
        margin-top: 0; } }
  @media screen and (min-width: 768px) {
    body.singular.single-event .page__column-wrapper .page__main {
      flex: 1; }
    body.singular.single-event .page__column-wrapper .page__sidebar {
      max-width: 250px;
      width: 250px; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    body.singular.single-event .page__column-wrapper .page__sidebar {
      margin-left: 35px;
      max-width: 357px;
      width: 357px; } }
  @media screen and (min-width: 992px) {
    body.singular.single-event .page__column-wrapper {
      margin-bottom: 45px; } }
  @media print {
    body.singular.single-event .page__column-wrapper {
      margin-bottom: 45px; } }

body.singular.single-exhibition .page__content {
  margin-bottom: 55px; }

body.singular.single-exhibition .page__content__dates,
body.singular.single-exhibition .sponsors__title {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8b5837;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000; }

body.singular.single-exhibition .page__content__location {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #52533c;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 50px; }

body.singular.single-exhibition .page-column-1 .page__content__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.singular.single-exhibition .page-column-1 .page__content__header {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular.single-exhibition .page-column-1 .page__content__header {
      width: 1530px; } }

body.singular.single-exhibition .page__column-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.singular.single-exhibition .page__column-wrapper {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular.single-exhibition .page__column-wrapper {
      width: 1530px; } }
  body.singular.single-exhibition .page__column-wrapper .page__sidebar {
    background-color: transparent !important; }
  @media screen and (min-width: 768px) {
    body.singular.single-exhibition .page__column-wrapper .page__main {
      flex: 1; }
    body.singular.single-exhibition .page__column-wrapper .page__sidebar {
      max-width: 250px;
      width: 250px; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    body.singular.single-exhibition .page__column-wrapper .page__sidebar {
      margin-left: 35px;
      max-width: 357px;
      width: 357px; } }
  @media screen and (min-width: 992px) {
    body.singular.single-exhibition .page__column-wrapper {
      margin-bottom: 45px; } }
  @media print {
    body.singular.single-exhibition .page__column-wrapper {
      margin-bottom: 45px; } }

body.singular.page-template-page-exhibitions-template .page .page__content {
  margin-bottom: 0 !important; }

body.singular .featured-exhibition {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  margin-top: 55px; }
  @media screen and (min-width: 1366px) {
    body.singular .featured-exhibition {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular .featured-exhibition {
      width: 1530px; } }
  @media screen and (min-width: 992px) {
    body.singular .featured-exhibition {
      margin-top: 75px; } }
  @media print {
    body.singular .featured-exhibition {
      margin-top: 75px; } }
  body.singular .featured-exhibition__subheading {
    margin-bottom: 20px; }
  body.singular .featured-exhibition .event-box {
    display: none; }
  body.singular .featured-exhibition .feature-item__media {
    display: block; }
  body.singular .featured-exhibition .feature-item__content__button a {
    margin-right: 10px; }

body.singular.single-post .page__content__label {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8b5837;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

body.singular.page-template-page-default4-template .page__sidebar {
  background-color: #6f7566;
  color: #fffbf2; }
  body.singular.page-template-page-default4-template .page__sidebar h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: #fffbf2;
    margin-bottom: 35px; }
  body.singular.page-template-page-default4-template .page__sidebar__image {
    width: 100%; }
    body.singular.page-template-page-default4-template .page__sidebar__image img {
      height: auto;
      width: 100%; }
  body.singular.page-template-page-default4-template .page__sidebar__content {
    padding: 34px; }
  body.singular.page-template-page-default4-template .page__sidebar__text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    line-height: 2.3rem; }
    body.singular.page-template-page-default4-template .page__sidebar__text p:last-child {
      margin-bottom: 0; }

body.singular.single-news .page__content__label {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8b5837;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

body.singular.page-template-page-news-template .page__content + .page__column-wrapper {
  margin-top: 55px; }

@media screen and (min-width: 992px) {
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h1,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h2,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h3,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h4,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h5,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h6,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > hr,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > ul,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > ol,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > p,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > .wp-block-quote {
    padding-right: 20%; } }

@media print {
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h1,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h2,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h3,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h4,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h5,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > h6,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > hr,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > ul,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > ol,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > p,
  body.singular.page-template-page-news-template .page-column-2 .page__content__body > .wp-block-quote {
    padding-right: 20%; } }

@media screen and (min-width: 768px) {
  body.singular.page-template-page-news-template .page__column-wrapper {
    flex-direction: column; }
    body.singular.page-template-page-news-template .page__column-wrapper .page__main {
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
    body.singular.page-template-page-news-template .page__column-wrapper .page__sidebar {
      margin: 55px auto 55px;
      max-width: 90%;
      width: 100%; } }

@media screen and (min-width: 992px) {
  body.singular.page-template-page-news-template .page__column-wrapper {
    flex-direction: row; }
    body.singular.page-template-page-news-template .page__column-wrapper .page__main {
      margin-left: 0;
      margin-right: 0;
      width: calc(100% - 412px); }
    body.singular.page-template-page-news-template .page__column-wrapper .page__sidebar {
      margin-top: 0;
      margin-left: 35px;
      width: 357px; } }

@media print {
  body.singular.page-template-page-news-template .page__column-wrapper {
    flex-direction: row; }
    body.singular.page-template-page-news-template .page__column-wrapper .page__main {
      margin-left: 0;
      margin-right: 0;
      width: calc(100% - 412px); }
    body.singular.page-template-page-news-template .page__column-wrapper .page__sidebar {
      margin-top: 0;
      margin-left: 35px;
      width: 357px; } }

body.singular.page-template-page-news-template .page__sidebar a {
  color: #fffbf2; }
  body.singular.page-template-page-news-template .page__sidebar a:hover {
    color: #fffbf2;
    text-decoration: underline; }

body.singular.page-template-page-news-template .page__sidebar__content {
  padding: 34px; }

body.singular.page-template-page-news-template .page__sidebar__text {
  font-family: "Source Serif Pro", serif;
  text-transform: none; }
  body.singular.page-template-page-news-template .page__sidebar__text p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-family: "Source Serif Pro", serif;
    text-transform: none; }
  body.singular.page-template-page-news-template .page__sidebar__text p:last-child {
    margin-bottom: 0; }
  body.singular.page-template-page-news-template .page__sidebar__text + .page__downloads__title {
    margin-top: 55px; }

body.singular.page-template-page-news-template .page__downloads__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: uppercase; }

body.singular.page-template-page-news-template .page__results__loading {
  background-color: rgba(255, 251, 242, 0.6);
  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  font-size: 0;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

body.singular.page-template-page-news-template .page__pagination {
  margin-bottom: 55px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    body.singular.page-template-page-news-template .page__pagination {
      margin-bottom: 75px; } }
  @media print {
    body.singular.page-template-page-news-template .page__pagination {
      margin-bottom: 75px; } }
  body.singular.page-template-page-news-template .page__pagination button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    background-color: #8b5837;
    border: 0 !important;
    border-radius: 4px;
    color: #fffbf2;
    display: inline-block;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 45px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase; }
    body.singular.page-template-page-news-template .page__pagination button:hover {
      background-color: #754b33;
      text-decoration: none; }
    body.singular.page-template-page-news-template .page__pagination button.has-sage-dark-background-color:hover {
      background-color: #52533c; }
    body.singular.page-template-page-news-template .page__pagination button.has-video-icon {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
      background-position: 98% center;
      background-size: 15px;
      background-repeat: no-repeat;
      padding-right: 25px; }
    body.singular.page-template-page-news-template .page__pagination button.disabled, body.singular.page-template-page-news-template .page__pagination button[disabled="disabled"] {
      background-color: #665f5c;
      cursor: not-allowed;
      opacity: 0.8; }

body.singular.page-template-page-sitemap-template .page__content__body--3-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  margin-bottom: 55px; }
  @media screen and (min-width: 1366px) {
    body.singular.page-template-page-sitemap-template .page__content__body--3-column {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular.page-template-page-sitemap-template .page__content__body--3-column {
      width: 1530px; } }
  @media screen and (min-width: 992px) {
    body.singular.page-template-page-sitemap-template .page__content__body--3-column {
      display: flex;
      justify-content: space-between; } }
  @media print {
    body.singular.page-template-page-sitemap-template .page__content__body--3-column {
      display: flex;
      justify-content: space-between; } }
  body.singular.page-template-page-sitemap-template .page__content__body--3-column h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
    line-height: 4.4rem;
    color: #52533c;
    font-weight: 600;
    margin-bottom: 0; }
    body.singular.page-template-page-sitemap-template .page__content__body--3-column h3 a {
      color: #52533c; }
    body.singular.page-template-page-sitemap-template .page__content__body--3-column h3 + h3 {
      margin-top: 30px; }
  body.singular.page-template-page-sitemap-template .page__content__body--3-column ul {
    margin-bottom: 30px; }
    body.singular.page-template-page-sitemap-template .page__content__body--3-column ul a {
      color: #000000; }
      body.singular.page-template-page-sitemap-template .page__content__body--3-column ul a.item--child.item--134, body.singular.page-template-page-sitemap-template .page__content__body--3-column ul a.item--child.item--3050 {
        font-weight: 700;
        pointer-events: none; }
      body.singular.page-template-page-sitemap-template .page__content__body--3-column ul a.item--child.has-children {
        font-weight: 700; }
      body.singular.page-template-page-sitemap-template .page__content__body--3-column ul a.item--grandchild + ul {
        padding-left: 30px; }

body.singular.page-template-page-stewards-template .page__column-wrapper {
  position: relative; }
  body.singular.page-template-page-stewards-template .page__column-wrapper > * {
    z-index: 1; }
  body.singular.page-template-page-stewards-template .page__column-wrapper::before {
    background-image: url("/wp-content/themes/reynolda/assets/images/svg/reynolda-stewards.svg");
    background-position: top left;
    background-repeat: no-repeat;
    content: " ";
    display: none;
    height: 468.09px;
    left: -163px;
    position: absolute;
    top: 0;
    width: 277.07px;
    z-index: 0; }
    @media screen and (min-width: 992px) {
      body.singular.page-template-page-stewards-template .page__column-wrapper::before {
        display: block; } }
    @media print {
      body.singular.page-template-page-stewards-template .page__column-wrapper::before {
        display: block; } }

body.singular.page-template-page-stewards-template h2.page__content__header {
  display: flex; }
  body.singular.page-template-page-stewards-template h2.page__content__header:before {
    background-image: url("/wp-content/themes/reynolda/assets/images/svg/reynolda-stewards-mobile.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: block;
    flex: 1 0 67.89px;
    height: 114.69px;
    margin-right: 10px;
    margin-top: -10px;
    width: 67.89px; }
    @media screen and (min-width: 992px) {
      body.singular.page-template-page-stewards-template h2.page__content__header:before {
        display: none; } }
    @media print {
      body.singular.page-template-page-stewards-template h2.page__content__header:before {
        display: none; } }

body.singular.page-template-page-stewards-template .page__sidebar {
  background-color: #6f7566;
  color: #fffbf2; }
  body.singular.page-template-page-stewards-template .page__sidebar h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: #fffbf2;
    margin-bottom: 35px; }
  body.singular.page-template-page-stewards-template .page__sidebar__image {
    width: 100%; }
    body.singular.page-template-page-stewards-template .page__sidebar__image img {
      height: auto;
      width: 100%; }
  body.singular.page-template-page-stewards-template .page__sidebar__content {
    padding: 34px; }
  body.singular.page-template-page-stewards-template .page__sidebar__text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    line-height: 2.3rem; }
    body.singular.page-template-page-stewards-template .page__sidebar__text p:last-child {
      margin-bottom: 0; }

body.singular.single-video .page__content__label {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8b5837;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

body.singular.single-video .page__content {
  margin-bottom: 0 !important; }
  body.singular.single-video .page__content > .page__content__body:last-of-type {
    margin-bottom: 55px; }

body.singular.page-template-page-video-template .page__results__none,
body.singular.page-template-page-video-template .page__results,
body.singular.page-template-page-video-template .page__results__summary,
body.singular.page-template-page-video-template .page__pager {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.singular.page-template-page-video-template .page__results__none,
    body.singular.page-template-page-video-template .page__results,
    body.singular.page-template-page-video-template .page__results__summary,
    body.singular.page-template-page-video-template .page__pager {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.singular.page-template-page-video-template .page__results__none,
    body.singular.page-template-page-video-template .page__results,
    body.singular.page-template-page-video-template .page__results__summary,
    body.singular.page-template-page-video-template .page__pager {
      width: 1530px; } }

body.singular.page-template-page-video-template .feature-style--videos .feature-item__media span,
body.singular.page-template-page-video-template .feature-style--videos .feature-item__content__description {
  display: none; }

body.singular.page-template-page-video-template .feature-style--videos .features__items {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  body.singular.page-template-page-video-template .feature-style--videos .feature-item__content__title {
    margin-bottom: 92px; } }

body.singular.page-template-page-video-template .page__results__loading {
  background-color: rgba(255, 251, 242, 0.6);
  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  font-size: 0;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

body.singular.page-template-page-video-template .page__pagination {
  margin-bottom: 55px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    body.singular.page-template-page-video-template .page__pagination {
      margin-bottom: 75px; } }
  @media print {
    body.singular.page-template-page-video-template .page__pagination {
      margin-bottom: 75px; } }
  body.singular.page-template-page-video-template .page__pagination button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    background-color: #8b5837;
    border: 0 !important;
    border-radius: 4px;
    color: #fffbf2;
    display: inline-block;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 45px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase; }
    body.singular.page-template-page-video-template .page__pagination button:hover {
      background-color: #754b33;
      text-decoration: none; }
    body.singular.page-template-page-video-template .page__pagination button.has-sage-dark-background-color:hover {
      background-color: #52533c; }
    body.singular.page-template-page-video-template .page__pagination button.has-video-icon {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
      background-position: 98% center;
      background-size: 15px;
      background-repeat: no-repeat;
      padding-right: 25px; }
    body.singular.page-template-page-video-template .page__pagination button.disabled, body.singular.page-template-page-video-template .page__pagination button[disabled="disabled"] {
      background-color: #665f5c;
      cursor: not-allowed;
      opacity: 0.8; }

body.error404 .page__main {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  margin-top: 75px; }
  @media screen and (min-width: 1366px) {
    body.error404 .page__main {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.error404 .page__main {
      width: 1530px; } }

body.error404 .page__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh; }

body.search .page__hero__wrapper,
body.search .searchform,
body.search .search-result-count,
body.search .page__form,
body.search .page__results,
body.search .page__results__summary,
body.search .page__pager,
body.archive .page__hero__wrapper,
body.archive .searchform,
body.archive .search-result-count,
body.archive .page__form,
body.archive .page__results,
body.archive .page__results__summary,
body.archive .page__pager {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%; }
  @media screen and (min-width: 1366px) {
    body.search .page__hero__wrapper,
    body.search .searchform,
    body.search .search-result-count,
    body.search .page__form,
    body.search .page__results,
    body.search .page__results__summary,
    body.search .page__pager,
    body.archive .page__hero__wrapper,
    body.archive .searchform,
    body.archive .search-result-count,
    body.archive .page__form,
    body.archive .page__results,
    body.archive .page__results__summary,
    body.archive .page__pager {
      width: 1260px; } }
  @media screen and (min-width: 1580px) {
    body.search .page__hero__wrapper,
    body.search .searchform,
    body.search .search-result-count,
    body.search .page__form,
    body.search .page__results,
    body.search .page__results__summary,
    body.search .page__pager,
    body.archive .page__hero__wrapper,
    body.archive .searchform,
    body.archive .search-result-count,
    body.archive .page__form,
    body.archive .page__results,
    body.archive .page__results__summary,
    body.archive .page__pager {
      width: 1530px; } }

body.search .page__hero__wrapper,
body.archive .page__hero__wrapper {
  margin-bottom: 35px; }
  body.search .page__hero__wrapper h1,
  body.archive .page__hero__wrapper h1 {
    padding-top: 55px; }

body.search .page__results__summary,
body.archive .page__results__summary {
  margin-bottom: 55px; }

body.search .page__form,
body.archive .page__form {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px; }
  @media screen and (min-width: 992px) {
    body.search .page__form,
    body.archive .page__form {
      margin-bottom: 100px; } }
  @media print {
    body.search .page__form,
    body.archive .page__form {
      margin-bottom: 100px; } }
  body.search .page__form__search-input,
  body.archive .page__form__search-input {
    width: calc(100% - 179px); }
    body.search .page__form__search-input input,
    body.archive .page__form__search-input input {
      width: 100%; }

body.search .page__results__loading,
body.archive .page__results__loading {
  background-color: rgba(255, 251, 242, 0.6);
  background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  font-size: 0;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

body.search .page__pagination,
body.archive .page__pagination {
  margin-bottom: 55px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    body.search .page__pagination,
    body.archive .page__pagination {
      margin-bottom: 75px; } }
  @media print {
    body.search .page__pagination,
    body.archive .page__pagination {
      margin-bottom: 75px; } }
  body.search .page__pagination button,
  body.archive .page__pagination button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    background-color: #8b5837;
    border: 0 !important;
    border-radius: 4px;
    color: #fffbf2;
    display: inline-block;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 45px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase; }
    body.search .page__pagination button:hover,
    body.archive .page__pagination button:hover {
      background-color: #754b33;
      text-decoration: none; }
    body.search .page__pagination button.has-sage-dark-background-color:hover,
    body.archive .page__pagination button.has-sage-dark-background-color:hover {
      background-color: #52533c; }
    body.search .page__pagination button.has-video-icon,
    body.archive .page__pagination button.has-video-icon {
      background-image: url("/wp-content/themes/reynolda/assets/images/svg/icon-button-video.svg");
      background-position: 98% center;
      background-size: 15px;
      background-repeat: no-repeat;
      padding-right: 25px; }
    body.search .page__pagination button.disabled, body.search .page__pagination button[disabled="disabled"],
    body.archive .page__pagination button.disabled,
    body.archive .page__pagination button[disabled="disabled"] {
      background-color: #665f5c;
      cursor: not-allowed;
      opacity: 0.8; }
