@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i);@import url(https://fonts.googleapis.com/css?family=Lora:400,700);@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/

.pt-0 {
  padding-top: 0 !important;
}

.pt-sm {
  padding-top: 1rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-xs {
  margin-right: 0.66667rem;
}

.mr-sm {
  margin-right: 1rem;
}

.d-block-only {
  display: none;
}

@media (min-width: 1024px) {
  .d-block-only {
    display: block;
  }
}

.d-inline-block-only {
  display: none;
}

@media (min-width: 1024px) {
  .d-inline-block-only {
    display: inline-block;
  }
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

*:focus {
  outline: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(data:application/font-woff;base64,d09GRgABAAAAAAa8AAsAAAAABnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIF5mNtYXAAAAFoAAAAVAAAAFQXVtKMZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAApQAAAKUMJa/1mhlYWQAAARYAAAANgAAADYN10FvaGhlYQAABJAAAAAkAAAAJAfCA8tobXR4AAAEtAAAACgAAAAoHgAAlWxvY2EAAATcAAAAFgAAABYClAISbWF4cAAABPQAAAAgAAAAIAAOAFZuYW1lAAAFFAAAAYYAAAGGmUoJ+3Bvc3QAAAacAAAAIAAAACAAAwAAAAMDtwGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QUDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkF//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgCAAEADgQNAAA8AFwAAJSEiJjURNDYzITIWFREOAQMhFwcXNxcDAtX+VkdkZEcBq0dkAWRx/wBitzy4YgFAZEcBqkdkZEf+VUZkAitiuDy3YgEBAAAAAAEAAAAxBAADTgAHAAAJBwMA/wD+AAEAAQABAAEA/wACRAEK/e3+9gEK/vYBCgEJAAMAAP/zBAADegADAAcACwAAExUhNQEhNSERITUhAAQA/AAEAPwABAD8AAN6tLT94Ln94LMAAAAAAgAT//oD5gOtAB4AKwAAJSc+ATU0LgIjIg4CFRQeAjMyNjcXFjI/ATY0JyUiJjU0NjMyFhUWBiMD5sAdHUNzmlZXmXRDQ3SZV0N7NbkUMxMmFBT91EhlZUhIZAVpSHrAK2g5V5l0Q0N0mVdWmnNDJiezFBQmEzMU4GRISGVlSEhkAAAAAQAC/8ID/gO+AFMAACU4ATEJATgBMT4BNzYmLwEuAQcOAQc4ATEJATgBMS4BJyYGDwEOARceARc4ATEJATgBMQ4BBwYWHwEeATc+ATc4ATEJATgBMR4BFxY2PwE+AScuAQP3/skBNwIEAQMEBpMHEgkDBgL+yf7JAgYDCRIHkwcDAwEEAgE3/skCBAEDAweTBxIJAwYCATcBNwIGAwkSB5MHAwMBBIkBNwE3AgYDCRIHkwcDAwEEAv7JATcCBAEDAweTBxIJAwYC/sn+yQIGAwkSB5MHAwMBBAIBN/7JAgQBAwMHkwcSCQMGAAABAAD/2gQAA6YABQAACQEXCQE3AYABs839oP5gugGGAiDs/SABs9MAAQAAAAAAAPEmOSFfDzz1AAsEAAAAAADVXH55AAAAANVcfnkAAP/CBAADvgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAAACgQAAAAAAAAAAAAAAAIAAAAEAACABAAAAAQAAAAEAAATBAAAAgQAAAAAAAAAAAoAFAAeAEoAYgB+AMABNgFKAAAAAQAAAAoAVAADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff"), url(../fonts/icomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-learn:before {
  content: "\E900";
}

.icon-visit:before {
  content: "\E905";
}

.icon-close:before {
  content: "\E904";
}

.icon-chevron:before {
  content: "\E901";
}

.icon-hamburger:before {
  content: "\E902";
}

.icon-search:before {
  content: "\E903";
}

@-webkit-keyframes pop-in {
  0% {
    opacity: .5;
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4% {
    -webkit-transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7.91% {
    -webkit-transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.91% {
    -webkit-transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  15.82% {
    -webkit-transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.42% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.92% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.53% {
    opacity: 1;
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  34.03% {
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.14% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.37% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  88.59% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-o-keyframes pop-in {
  0% {
    opacity: .5;
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4% {
    transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7.91% {
    transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.91% {
    transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  15.82% {
    transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.42% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.92% {
    transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.53% {
    opacity: 1;
    transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  34.03% {
    transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.14% {
    transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.37% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes pop-in {
  0% {
    opacity: .5;
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4% {
    -webkit-transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7.91% {
    -webkit-transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.91% {
    -webkit-transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  15.82% {
    -webkit-transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.42% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.92% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.53% {
    opacity: 1;
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  34.03% {
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.14% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.37% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  88.59% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes pop-out {
  0% {
    opacity: .5;
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4% {
    -webkit-transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7.91% {
    -webkit-transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.91% {
    -webkit-transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  15.82% {
    -webkit-transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.42% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.92% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.53% {
    opacity: 1;
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  34.03% {
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.14% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.37% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  88.59% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-o-keyframes pop-out {
  0% {
    opacity: .5;
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4% {
    transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7.91% {
    transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.91% {
    transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  15.82% {
    transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.42% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.92% {
    transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.53% {
    opacity: 1;
    transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  34.03% {
    transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.14% {
    transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.37% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes pop-out {
  0% {
    opacity: .5;
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4% {
    -webkit-transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.716, 0, 0, 0, 0, 0.716, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7.91% {
    -webkit-transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.944, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.91% {
    -webkit-transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.095, 0, 0, 0, 0, 1.095, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  15.82% {
    -webkit-transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.138, 0, 0, 0, 0, 1.138, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.42% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.098, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.92% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.03, 0, 0, 0, 0, 1.03, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.53% {
    opacity: 1;
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  34.03% {
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.14% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.37% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  88.59% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.button,
.swidget_btn_addtocart,
.swidget_btn_purchase,
.swidget_checkout_link,
.button--alt,
.green-button,
.top-bar__form input[type="submit"],
#header-buttons .wp-block-button__link,
footer .email-subscribe input.wpcf7-form-control.wpcf7-submit,
.bottom-tags > a,
.wp-block-column.membership-cards .wp-block-group .wp-block-button__link,
.button--large,
.button--small,
.button--tiny,
.button--block {
  -webkit-transition: background, .2s;
  -o-transition: background, .2s;
  transition: background, .2s;
  display: inline-block;
  padding: .5em 1em;
  color: #fff !important;
  background-color: #d73b23;
  border: 1px solid #d73b23;
  border-radius: 3px;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button:focus,
.swidget_btn_addtocart:focus,
.swidget_btn_purchase:focus,
.swidget_checkout_link:focus,
.button--alt:focus,
.green-button:focus,
.top-bar__form input:focus[type="submit"],
#header-buttons .wp-block-button__link:focus,
footer .email-subscribe input.wpcf7-form-control.wpcf7-submit:focus,
.bottom-tags > a:focus,
.wp-block-column.membership-cards .wp-block-group .wp-block-button__link:focus,
.button--large:focus,
.button--small:focus,
.button--tiny:focus,
.button--block:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}

.button:hover,
.swidget_btn_addtocart:hover,
.swidget_btn_purchase:hover,
.swidget_checkout_link:hover,
.button--alt:hover,
.green-button:hover,
.top-bar__form input:hover[type="submit"],
#header-buttons .wp-block-button__link:hover,
footer .email-subscribe input.wpcf7-form-control.wpcf7-submit:hover,
.bottom-tags > a:hover,
.wp-block-column.membership-cards .wp-block-group .wp-block-button__link:hover,
.button--large:hover,
.button--small:hover,
.button--tiny:hover,
.button--block:hover,
.button:active,
.swidget_btn_addtocart:active,
.swidget_btn_purchase:active,
.swidget_checkout_link:active,
.button--alt:active,
.green-button:active,
.top-bar__form input:active[type="submit"],
#header-buttons .wp-block-button__link:active,
footer .email-subscribe input.wpcf7-form-control.wpcf7-submit:active,
.bottom-tags > a:active,
.wp-block-column.membership-cards .wp-block-group .wp-block-button__link:active,
.button--large:active,
.button--small:active,
.button--tiny:active,
.button--block:active,
.active.button,
.active.swidget_btn_addtocart,
.active.swidget_btn_purchase,
.active.swidget_checkout_link,
.active.button--alt,
.active.green-button,
.top-bar__form input.active[type="submit"],
#header-buttons .active.wp-block-button__link,
footer .email-subscribe input.active.wpcf7-form-control.wpcf7-submit,
.bottom-tags > a.active,
.wp-block-column.membership-cards .wp-block-group .active.wp-block-button__link,
.active.button--large,
.active.button--small,
.active.button--tiny,
.active.button--block {
  color: #fff;
  background-color: #952918;
  border-color: #d73b23;
  outline: none;
  text-decoration: none;
}

.button--alt {
  color: #fff !important;
  background-color: #d73b23;
  border-color: #d73b23;
}

.button--alt:hover,
.button--alt:active,
.button--alt.active {
  outline: none;
  background-color: #e25f4b;
  border-color: #d73b23;
}

.green-button,
.top-bar__form input[type="submit"],
#header-buttons .wp-block-button__link,
footer .email-subscribe input.wpcf7-form-control.wpcf7-submit,
.bottom-tags > a,
.wp-block-column.membership-cards .wp-block-group .wp-block-button__link {
  font-size: .75em !important;
}

.grey-button {
  height: 50px;
  max-width: 200px;
  width: 100%;
  background: white;
  border: solid 1px #CCC;
  margin: .5em 0;
  font-size: 1em;
  color: #A6A6A6;
}

.green-button,
.top-bar__form input[type="submit"],
#header-buttons .wp-block-button__link,
footer .email-subscribe input.wpcf7-form-control.wpcf7-submit,
.bottom-tags > a,
.wp-block-column.membership-cards .wp-block-group .wp-block-button__link {
  display: inline-block;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 1em;
  color: white;
  background-color: #d73b23;
  font-size: .9em;
  margin-top: 5px;
  margin-bottom: 1rem;
}

.wrap .green-button + .green-button,
.wrap .top-bar__form input[type="submit"] + .green-button,
.top-bar__form .wrap input[type="submit"] + .green-button,
.wrap #header-buttons .wp-block-button__link + .green-button,
#header-buttons .wrap .wp-block-button__link + .green-button,
.wrap footer .email-subscribe input.wpcf7-form-control.wpcf7-submit + .green-button,
footer .email-subscribe .wrap input.wpcf7-form-control.wpcf7-submit + .green-button,
.wrap .bottom-tags > a + .green-button,
.wrap .wp-block-column.membership-cards .wp-block-group .wp-block-button__link + .green-button,
.wp-block-column.membership-cards .wp-block-group .wrap .wp-block-button__link + .green-button,
.wrap .top-bar__form .green-button + input[type="submit"],
.top-bar__form .wrap .green-button + input[type="submit"],
.wrap .top-bar__form input[type="submit"] + input[type="submit"],
.top-bar__form .wrap input[type="submit"] + input[type="submit"],
.wrap #header-buttons .top-bar__form .wp-block-button__link + input[type="submit"],
.top-bar__form .wrap #header-buttons .wp-block-button__link + input[type="submit"],
#header-buttons .wrap .top-bar__form .wp-block-button__link + input[type="submit"],
.top-bar__form #header-buttons .wrap .wp-block-button__link + input[type="submit"],
.wrap footer .email-subscribe .top-bar__form input.wpcf7-form-control.wpcf7-submit + input[type="submit"],
.top-bar__form .wrap footer .email-subscribe input.wpcf7-form-control.wpcf7-submit + input[type="submit"],
footer .email-subscribe .wrap .top-bar__form input.wpcf7-form-control.wpcf7-submit + input[type="submit"],
.top-bar__form footer .email-subscribe .wrap input.wpcf7-form-control.wpcf7-submit + input[type="submit"],
.wrap .top-bar__form .bottom-tags > a + input[type="submit"],
.top-bar__form .wrap .bottom-tags > a + input[type="submit"],
.wrap .wp-block-column.membership-cards .wp-block-group .top-bar__form .wp-block-button__link + input[type="submit"],
.top-bar__form .wrap .wp-block-column.membership-cards .wp-block-group .wp-block-button__link + input[type="submit"],
.wp-block-column.membership-cards .wp-block-group .wrap .top-bar__form .wp-block-button__link + input[type="submit"],
.top-bar__form .wp-block-column.membership-cards .wp-block-group .wrap .wp-block-button__link + input[type="submit"],
.wrap #header-buttons .green-button + .wp-block-button__link,
#header-buttons .wrap .green-button + .wp-block-button__link,
.wrap .top-bar__form #header-buttons input[type="submit"] + .wp-block-button__link,
#header-buttons .wrap .top-bar__form input[type="submit"] + .wp-block-button__link,
.top-bar__form .wrap #header-buttons input[type="submit"] + .wp-block-button__link,
#header-buttons .top-bar__form .wrap input[type="submit"] + .wp-block-button__link,
.wrap #header-buttons .wp-block-button__link + .wp-block-button__link,
#header-buttons .wrap .wp-block-button__link + .wp-block-button__link,
.wrap footer .email-subscribe #header-buttons input.wpcf7-form-control.wpcf7-submit + .wp-block-button__link,
#header-buttons .wrap footer .email-subscribe input.wpcf7-form-control.wpcf7-submit + .wp-block-button__link,
footer .email-subscribe .wrap #header-buttons input.wpcf7-form-control.wpcf7-submit + .wp-block-button__link,
#header-buttons footer .email-subscribe .wrap input.wpcf7-form-control.wpcf7-submit + .wp-block-button__link,
.wrap #header-buttons .bottom-tags > a + .wp-block-button__link,
#header-buttons .wrap .bottom-tags > a + .wp-block-button__link,
.wrap footer .email-subscribe .green-button + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .wrap .green-button + input.wpcf7-form-control.wpcf7-submit,
.wrap .top-bar__form footer .email-subscribe input[type="submit"] + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .wrap .top-bar__form input[type="submit"] + input.wpcf7-form-control.wpcf7-submit,
.top-bar__form .wrap footer .email-subscribe input[type="submit"] + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .top-bar__form .wrap input[type="submit"] + input.wpcf7-form-control.wpcf7-submit,
.wrap #header-buttons footer .email-subscribe .wp-block-button__link + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .wrap #header-buttons .wp-block-button__link + input.wpcf7-form-control.wpcf7-submit,
#header-buttons .wrap footer .email-subscribe .wp-block-button__link + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe #header-buttons .wrap .wp-block-button__link + input.wpcf7-form-control.wpcf7-submit,
.wrap footer .email-subscribe input.wpcf7-form-control.wpcf7-submit + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .wrap input.wpcf7-form-control.wpcf7-submit + input.wpcf7-form-control.wpcf7-submit,
.wrap footer .email-subscribe .bottom-tags > a + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .wrap .bottom-tags > a + input.wpcf7-form-control.wpcf7-submit,
.wrap .wp-block-column.membership-cards .wp-block-group footer .email-subscribe .wp-block-button__link + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .wrap .wp-block-column.membership-cards .wp-block-group .wp-block-button__link + input.wpcf7-form-control.wpcf7-submit,
.wp-block-column.membership-cards .wp-block-group .wrap footer .email-subscribe .wp-block-button__link + input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .wp-block-column.membership-cards .wp-block-group .wrap .wp-block-button__link + input.wpcf7-form-control.wpcf7-submit,
.wrap .bottom-tags > .green-button + a,
.wrap .top-bar__form .bottom-tags > input[type="submit"] + a,
.top-bar__form .wrap .bottom-tags > input[type="submit"] + a,
.wrap #header-buttons .bottom-tags > .wp-block-button__link + a,
#header-buttons .wrap .bottom-tags > .wp-block-button__link + a,
.wrap footer .email-subscribe .bottom-tags > input.wpcf7-form-control.wpcf7-submit + a,
footer .email-subscribe .wrap .bottom-tags > input.wpcf7-form-control.wpcf7-submit + a,
.wrap .bottom-tags > a + a,
.wrap .wp-block-column.membership-cards .wp-block-group .bottom-tags > .wp-block-button__link + a,
.wp-block-column.membership-cards .wp-block-group .wrap .bottom-tags > .wp-block-button__link + a,
.wrap .wp-block-column.membership-cards .wp-block-group .green-button + .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .wrap .green-button + .wp-block-button__link,
.wrap .top-bar__form .wp-block-column.membership-cards .wp-block-group input[type="submit"] + .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .wrap .top-bar__form input[type="submit"] + .wp-block-button__link,
.top-bar__form .wrap .wp-block-column.membership-cards .wp-block-group input[type="submit"] + .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .top-bar__form .wrap input[type="submit"] + .wp-block-button__link,
.wrap #header-buttons .wp-block-column.membership-cards .wp-block-group .wp-block-button__link + .wp-block-button__link,
#header-buttons .wrap .wp-block-column.membership-cards .wp-block-group .wp-block-button__link + .wp-block-button__link,
.wrap footer .email-subscribe .wp-block-column.membership-cards .wp-block-group input.wpcf7-form-control.wpcf7-submit + .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .wrap footer .email-subscribe input.wpcf7-form-control.wpcf7-submit + .wp-block-button__link,
footer .email-subscribe .wrap .wp-block-column.membership-cards .wp-block-group input.wpcf7-form-control.wpcf7-submit + .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group footer .email-subscribe .wrap input.wpcf7-form-control.wpcf7-submit + .wp-block-button__link,
.wrap .wp-block-column.membership-cards .wp-block-group .bottom-tags > a + .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .wrap .bottom-tags > a + .wp-block-button__link,
.wrap .wp-block-column.membership-cards .wp-block-group .wp-block-button__link + .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .wrap .wp-block-button__link + .wp-block-button__link {
  margin-left: 0.5rem;
}

.arrow-button {
  height: 20px;
  width: 20px;
}

.button--large {
  font-size: 1.5em !important;
}

.button--small {
  font-size: .75em !important;
}

.button--tiny {
  font-size: .5em !important;
}

.button--block {
  display: block !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

span[class^="button"] > a {
  color: #fff !important;
}

.ess-button-inner:hover {
  background-color: #666 !important;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

input:hover,
textarea:hover,
select:hover {
  border-color: #a3a3a3;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #d73b23;
}

input:disabled,
textarea:disabled,
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input:disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
  border: 1px solid #ccc;
}

select {
  margin-bottom: 2rem;
  max-width: 100%;
  width: auto;
}

textarea {
  resize: vertical;
}

[type="search"] {
  -webkit-appearance: none;
          appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  width: auto;
  margin: 0 0.5rem 0 0;
  padding: 0;
}

.label--hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.post-password-form {
  max-width: 33%;
  margin: 4rem auto;
}

@media (max-width: 900px) {
  .post-password-form {
    max-width: none;
    margin: 2rem auto;
  }
}

.list--blank,
.list--inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list--inline > li {
  display: inline-block;
  margin-left: 2rem;
}

.list--inline > li:first-child {
  margin-left: 0;
}

ol {
  list-style-type: decimal;
  margin: 0 0 1rem;
  padding: 0 0 0 1.5rem;
}

ul {
  list-style-type: disc;
  margin: 0 0 1rem;
  padding: 0 0 0 1.5rem;
}

ul ul {
  list-style-type: circle;
  margin-bottom: 0.5em;
}

main li:not(.tab) {
  margin-bottom: 0.5rem;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  font-weight: bold;
  margin-top: 1rem;
}

dl dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

table {
  margin: 1rem 0;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

th {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  padding: 1rem 0;
  text-align: left;
}

td {
  padding: 1em;
}

td > p {
  max-width: 100% !important;
}

tr,
td,
th {
  vertical-align: middle;
  border: solid 1px #cccccc;
}

td {
  padding: 0;
}

@media (max-width: 670px) {
  td {
    padding-right: 0.5em;
    font-size: 0.8em;
  }

  td h4 {
    font-size: 1em;
  }
}

td > h3,
td > h4 {
  padding: 0;
  margin: 0;
}

td > div {
  max-width: 100%;
}

tr:nth-child(1) {
  border-bottom: 1px;
}

.SmartBoard_Table {
  font-family: "Roboto", sans-serif;
  background-color: #eaeaea;
  border-collapse: initial;
}

@media (max-width: 900px) {
  .SmartBoard_Table {
    padding: 10px 0;
  }
}

.SmartBoard_Table td {
  padding: 10px 50px;
}

@media (max-width: 900px) {
  .SmartBoard_Table td {
    padding: 5px 20px;
  }
}

.SmartBoard_Subject {
  font-size: 2rem;
  color: #d73b23;
}

@media (max-width: 900px) {
  .SmartBoard_Subject {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}

.SmartBoard_DateTime {
  font-size: 1.25rem;
}

@media (max-width: 900px) {
  .SmartBoard_DateTime {
    font-size: 1rem;
  }
}

.SmartBoard_Message {
  font-size: 1.5rem;
}

@media (max-width: 900px) {
  .SmartBoard_Message {
    font-size: 1rem;
  }
}

body {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
.objects__listing-item--details h2,
.objects__listing-item--details h2 p,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.3em;
}

h2,
.objects__listing-item--details h2,
.objects__listing-item--details h2 p {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 1rem 0;
  font-weight: 300;
}

b,
strong {
  font-weight: 500;
}

a:not([role]) {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #d73b23;
  text-decoration: none;
}

a:not([role]):active,
a:not([role]):hover {
  color: #952918;
}

pre {
  white-space: pre-wrap;
}

hr {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1rem 0;
}

.quickview {
  color: #fff;
}

.quickview a {
  color: #d73b23;
}

.quickview a:active,
.quickview a:hover {
  color: #e98677;
  outline: none;
}

.quickview h1,
.quickview h2,
.quickview .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .quickview p,
.quickview h3,
.quickview h4,
.quickview h5,
.quickview h6 {
  color: #fff;
}

.categories {
  margin-bottom: 5px;
}

.categories a {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 300;
  color: #767676;
}

.categories a + a:before {
  content: "|";
  margin: 0 0.5rem;
  font-size: 1.2em;
  color: #666;
}

h2.robot-uppercase,
.objects__listing-item--details h2 p.robot-uppercase {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

.center {
  text-align: center;
}

.uppercase-bold,
.uppercase-robot {
  text-transform: uppercase;
  font-weight: 400;
}

.small-uppercase,
.small-uppercase--bold,
ul.post-categories > li > a,
article .article-meta__issue a,
article .article-meta__issue p,
article .font-resizer a,
article .tags a,
article a.print,
.carnegie-magazine-current-2 .article__image-container .feature-type,
.carnegie-magazine-current-3 .feature-type {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 300;
}

.small-uppercase--bold {
  font-weight: bold;
}

.green-robot-link {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0.5em 0 0 0;
  font-weight: 400;
}

.author {
  font-style: italic;
  font-size: .9em;
  margin-bottom: 0;
  font-weight: lighter;
}

.robot,
.sans-serif {
  font-family: "Roboto", sans-serif;
}

h1 > a,
a > h1 {
  color: black;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

h1 > a:hover,
a > h1:hover {
  color: #d73b23;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.uppercase-robot {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.uppercase-robot--large {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
}

.center {
  text-align: center;
}

br {
  height: 0px;
}

label {
  margin: 0;
}

ul.post-categories {
  padding: 0;
  margin: 0;
}

ul.post-categories a {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  color: #A6A6A6;
}

ul.post-categories li {
  list-style-type: none;
}

ul.post-categories > li {
  list-style: none;
  text-transform: uppercase;
}

ul.post-categories > li > a {
  color: grey;
}

.black-link {
  color: black !important;
}

.black-link:hover {
  color: #d73b23 !important;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
  margin: 0;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

.container.pad {
  padding: 0 2rem;
}

.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2rem;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 670px) {
  .content-container {
    padding: 0 1em;
  }
}

.l-full {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
}

.l-full::after {
  clear: both;
  content: "";
  display: block;
}

.l-long {
  width: calc(66.66667% - 3.33333rem);
  float: left;
  margin-left: 2rem;
}

@media (max-width: 670px) {
  .l-long {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }

  .l-long::after {
    clear: both;
    content: "";
    display: block;
  }
}

.l-split {
  width: calc(50% - 3rem);
  float: left;
  margin-left: 2rem;
}

@media (max-width: 670px) {
  .l-split {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }

  .l-split::after {
    clear: both;
    content: "";
    display: block;
  }
}

.l-short {
  width: calc(33.33333% - 2.66667rem);
  float: left;
  margin-left: 2rem;
}

@media (max-width: 670px) {
  .l-short {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }

  .l-short::after {
    clear: both;
    content: "";
    display: block;
  }
}

.small-only {
  display: none !important;
}

@media (max-width: 670px) {
  .small-only {
    display: block !important;
  }
}

.large-only {
  display: block;
}

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

.l-collapse {
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
}

.l-collapse::after {
  clear: both;
  content: "";
  display: block;
}

.main {
  min-height: 500px;
}

.section--primary {
  position: relative;
  padding: 1rem 0 2rem 0;
  background: #fff;
  z-index: 99;
}

.section--primary + .section--primary {
  padding-top: 0;
}

@media (max-width: 670px) {
  .section--primary {
    padding: 1rem 0;
  }
}

.section--secondary {
  position: relative;
  padding: 4rem 0;
  background: #333;
  z-index: 99;
}

.top-bar-container {
  position: relative;
  background: #eaeaea;
  z-index: 1001;
  width: 100%;
  overflow: hidden;
  z-index: 999999999;
}

@media (max-width: 1000px) {
  .top-bar-container {
    background: #d73b23;
  }
}

.top-bar-container.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom: 1px solid #ccc;
}

.top-bar-container.is-visible {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top-bar {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 0 2rem;
}

@media (max-width: 1000px) {
  .top-bar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    height: auto;
  }
}

@media (max-width: 1000px) {
  .top-bar nav {
    width: 100%;
  }
}

.top-bar__plan-visit {
  display: none;
}

@media (max-width: 1000px) {
  .top-bar__plan-visit {
    display: inline;
  }

  .top-bar__plan-visit > li a {
    padding: 1rem 2rem;
    color: white;
    font-family: serif;
    text-transform: uppercase;
    font-weight: 300 !important;
  }
}

.top-bar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-bar__left form {
  padding: 0 !important;
  margin: 0;
}

.top-bar__left form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bar__left a.green-button,
.top-bar__left #header-buttons a.wp-block-button__link,
#header-buttons .top-bar__left a.wp-block-button__link,
.top-bar__left .bottom-tags > a,
.top-bar__left .wp-block-column.membership-cards .wp-block-group a.wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .top-bar__left a.wp-block-button__link {
  margin-right: 5px;
  height: 30px;
  padding-top: 9px;
  position: relative;
  top: 2px;
  border-radius: 0;
  background-color: #d73b23;
  font-weight: bold;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media (max-width: 1000px) {
  .top-bar__left a.green-button,
  .top-bar__left #header-buttons a.wp-block-button__link,
  #header-buttons .top-bar__left a.wp-block-button__link,
  .top-bar__left .bottom-tags > a,
  .top-bar__left .wp-block-column.membership-cards .wp-block-group a.wp-block-button__link,
  .wp-block-column.membership-cards .wp-block-group .top-bar__left a.wp-block-button__link {
    display: none;
  }
}

.top-bar__left a.green-button:hover,
.top-bar__left #header-buttons a.wp-block-button__link:hover,
#header-buttons .top-bar__left a.wp-block-button__link:hover,
.top-bar__left .bottom-tags > a:hover,
.top-bar__left .wp-block-column.membership-cards .wp-block-group a.wp-block-button__link:hover,
.wp-block-column.membership-cards .wp-block-group .top-bar__left a.wp-block-button__link:hover {
  background-color: #952918;
}

.top-bar__left #top-bar__subscribe-button {
  border-radius: 0;
}

.top-bar__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .top-bar__form {
    display: none;
  }
}

.top-bar__form input[type="email"] {
  margin: 0 !important;
  padding: 0.5em;
  border: 0;
  border-radius: 0;
  font-size: 0.9em;
  height: 30px;
  position: relative;
  top: 7px;
  width: 200px;
  display: inline-block;
}

.top-bar__form input[type="submit"] {
  position: relative;
  border-radius: 0;
  margin: 0 !important;
  top: 7px;
  width: 80px;
  font-weight: 600;
}

.top-bar-nav {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1000px) {
  .top-bar-nav {
    background-color: black;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-bar-nav ul {
  margin: 0;
  padding: 0;
}

.top-bar-nav li {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar-nav > li:hover > a,
.top-bar-nav > li:hover > button {
  color: #fff;
  background: #d73b23;
}

.top-bar-nav a,
.top-bar-nav button {
  position: relative;
  height: 100%;
  padding: 1rem 1rem 0.5rem 1rem;
  background: none;
  color: #333;
  font-weight: 800;
  font-size: 1em;
  border: 0;
}

@media (max-width: 1000px) {
  .top-bar-nav a,
  .top-bar-nav button {
    color: #fff;
  }
}

.nav-buttons {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100px;
}

.nav-buttons button {
  border-radius: 0;
}

@media (max-width: 1000px) {
  button.nav-icon.nav-icon-search.quickview-btn {
    background: gray;
  }
}

@media (max-width: 1000px) {
  button.nav-icon.nav-icon-hamburger.quickview-btn {
    background: #d73b23;
  }
}

.nav-icon {
  position: relative;
  display: inline-block;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #333;
}

.nav-icon:hover {
  background: #d73b23;
  color: #fff;
}

@media (max-width: 1000px) {
  .nav-icon:hover {
    background: #333;
  }
}

@media (max-width: 1000px) {
  .nav-icon {
    padding: 0 1.15em;
    color: #fff;
  }
}

.nav-icon i {
  position: relative;
  font-size: 1.2em;
  line-height: 1;
}

.nav-icon i:before {
  position: relative;
  top: -0.25em;
}

.nav-icon-hamburger {
  display: none;
  border-right: none;
}

.nav-icon-hamburger .path-hamburger {
  opacity: 1;
}

@media (max-width: 1000px) {
  .nav-icon-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-icon-search .path-search {
  opacity: 1;
}

.nav-icon-visit {
  border-left: none;
}

.nav-icon-visit .path-visit {
  opacity: 1;
}

.nav-icon:active {
  outline: none;
}

.nav-icon:active i,
.quickview-btn:active i {
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  outline: none;
}

.nav-icon.is-active i,
.is-active .nav-icon i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: pop-in 1s ease-in 0s 1 normal none;
       -o-animation: pop-in 1s ease-in 0s 1 normal none;
          animation: pop-in 1s ease-in 0s 1 normal none;
  color: #fff;
}

.nav-icon.is-active i:before,
.is-active .nav-icon i:before {
  content: "\E904";
}

.nav-icon.is-deactivated i,
.is-deactivated .nav-icon i {
  -webkit-animation: pop-out 1s ease-in 0s 1 normal none;
       -o-animation: pop-out 1s ease-in 0s 1 normal none;
          animation: pop-out 1s ease-in 0s 1 normal none;
}

a.nav-visit {
  position: relative;
  height: 100%;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  margin: 0;
  font-size: 1em;
  font-weight: 800;
  color: #333;
  z-index: 99;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

a.nav-visit .nav-icon {
  padding: 0;
  padding-left: 0.6em;
}

@media (max-width: 1000px) {
  a.nav-visit {
    color: #fff;
    border-right: 1px solid #ccc;
  }
}

li:hover a.nav-visit,
li:hover a.nav-visit .nav-icon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

li:hover a.nav-visit .nav-icon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: none;
}

.nav-icon.is-active,
.nav-visit.is-active {
  background: #d73b23;
  color: #fff;
}

@media (max-width: 1000px) {
  .nav-icon.is-active,
  .nav-visit.is-active {
    background: #333 !important;
  }
}

.quickview-container {
  position: absolute;
  width: 100%;
  max-height: 0;
  background: #333;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1000;
}

.quickview-overlay {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.quickview-container.is-active {
  max-height: 3000px;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.5);
}

.quickview-container.is-active .quickview {
  opacity: 1;
}

.quickview-container.is-active + .quickview-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.33;
  z-index: 100;
}

.quickview {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 2rem 4rem 4rem 6rem;
  text-align: right;
  z-index: 999999;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  .quickview {
    padding: 4rem 2rem;
  }
}

@media (max-width: 450px) {
  .quickview {
    padding: 2rem;
  }
}

.quickview img {
  width: 100%;
  float: left;
}

.quickview figcaption {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #fff;
  text-align: left;
  font-family: "Lora", serif;
}

.quickview.is-active {
  display: block;
  -webkit-animation: quickview-open 0.15s ease 0s 1 normal none;
       -o-animation: quickview-open 0.15s ease 0s 1 normal none;
          animation: quickview-open 0.15s ease 0s 1 normal none;
}

.quickview--close {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 0 2rem 0;
  z-index: 999;
}

@media (max-width: 1000px) {
  .quickview--close {
    padding: 1rem;
  }
}

.quickview--close svg {
  width: 1em;
}

.quickview--close path {
  fill: #fff !important;
}

a.quickview-btn.nav-visit {
  display: none;
}

.quickview.quickview-nav {
  padding: 0;
}

.quickview.quickview-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  text-align: left;
}

.quickview.quickview-nav ul::after {
  clear: both;
  content: "";
  display: table;
}

.quickview.quickview-nav li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.quickview.quickview-nav a {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  border-top: 1px solid #333;
  color: #fff;
}

.quickview.quickview-nav a:hover {
  color: #fff;
}

.quickview-nav > div > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #666;
}

.quickview-nav > div > ul > li > a {
  font-size: 1.25em;
  font-weight: 600;
  display: block;
  color: #fff;
}

.quickview-nav > div > ul > li > a:hover {
  background: #666;
}

.quickview-nav > div > ul .sub-menu {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.quickview-nav > div > ul .sub-menu li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 99;
}

.quickview-nav > div > ul .sub-menu a {
  display: block;
  line-height: 1.1;
  color: #fff;
  background: #404040;
}

.quickview-nav__expand {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  padding: 0.7em 0.63em;
  border-top: 1px solid #333;
  background: #404040;
  font-weight: 800;
  font-size: 2em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.quickview-nav__expand:before {
  content: "\E901";
}

.quickview-nav__expand:before {
  display: block;
  font-size: 0.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.quickview-nav__expand + .sub-menu {
  max-height: 0;
}

.quickview-nav__expand.is-active:before {
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}

.quickview-nav__expand.is-active + .sub-menu {
  max-height: 600px;
}

.quickview-visit.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.quickview-visit--details {
  width: calc(25% - 2.5rem);
  float: left;
  margin-left: 2rem;
  font-size: 0.9em;
}

@media (max-width: 670px) {
  .quickview-visit--details {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 450px) {
  .quickview-visit--details {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.quickview-visit--day {
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.1em 0;
}

.quickview-visit--day::after {
  clear: both;
  content: "";
  display: table;
}

.quickview-visit--day h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1em;
  text-transform: none;
  line-height: 1.5;
}

.quickview-visit--day .hours {
  position: relative;
  line-height: 1.5;
  float: right;
  padding-right: 0.25em;
}

.quickview-visit--day:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.6em 0.5em 0 0.5em;
  float: left;
  background: #d73b23;
}

.quickview-visit--day.is-active {
  background: #d73b23;
}

.quickview-visit--day.is-active:before {
  background: #333;
}

.quickview-visit--day.is-active:after {
  height: 0;
  width: 0;
  border-bottom: 0.85em solid transparent;
  border-left: 0.85em solid #d73b23;
  border-top: 0.85em solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
}

@media (max-width: 1000px) {
  .quickview-visit--day.is-active:after {
    display: none;
  }
}

.quickview-visit--admission {
  position: relative;
  text-align: left;
  padding: 0.25em;
}

.quickview-visit--admission:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}

.quickview-visit--admission h3 {
  display: inline-block;
  max-width: 60%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1em;
  text-transform: none;
  line-height: 1.25;
}

@media (max-width: 1000px) {
  .quickview-visit--admission h3 {
    max-width: 80%;
  }
}

.quickview-visit--admission .price {
  position: absolute;
  line-height: 1.5;
  float: right;
  padding: 0.25em;
  bottom: 0;
  right: 0;
}

.quickview-visit--admission .featured-price {
  display: block;
  width: 100%;
  max-width: none;
  text-align: center;
  padding: 1em;
  border: solid 1px #fff;
  background: none !important;
  white-space: pre-line;
}

.quickview-visit--callouts {
  width: calc(50% - 3rem);
  float: left;
  margin-left: 2rem;
}

@media (max-width: 670px) {
  .quickview-visit--callouts {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}

@media (max-width: 450px) {
  .quickview-visit--callouts {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.quickview-visit--callouts aside {
  width: calc(33.33333% - 2.66667rem);
  float: left;
  margin-left: 2rem;
  text-align: left;
}

@media (max-width: 450px) {
  .quickview-visit--callouts aside {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.quickview-visit--callouts img {
  height: auto;
  padding-bottom: 1rem;
}

@media (max-width: 450px) {
  .quickview-visit--callouts img {
    width: 20%;
    padding-bottom: 0;
    margin-right: 1rem;
  }
}

.quickview-visit--callouts h5 {
  text-transform: none;
  margin-bottom: 0;
}

.quickview-visit--callouts h4 {
  text-transform: none;
  font-weight: 100;
  margin-bottom: 0;
}

.quickview-visit--callouts a {
  color: #fff;
}

.form-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-search i {
  position: relative;
  left: 0;
  font-size: 1.75em;
  padding: 0 0.33em;
  background: none;
  border: none;
}

@media (max-width: 450px) {
  .form-search i {
    padding: 0;
  }
}

.form-search fieldset {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: block;
}

.form-search input[type="text"] {
  color: #333;
  display: block;
  background: #fff;
  padding-left: 0.5em;
  margin-bottom: 0;
  height: 2em;
  border: solid 2px #ccc;
  border-right: none;
  font-size: 2em;
}

.form-search input[type="text"]:hover {
  box-shadow: none;
}

.form-search input[type="text"]:hover:focus {
  box-shadow: none;
}

.form-search input[type="text"]:focus {
  border-color: #d73b23;
}

.form-search label {
  text-align: left;
  color: #333;
  font-size: 2em;
  padding-left: 0.5em;
  text-transform: none;
  -webkit-transform: translateY(-110%);
       -o-transform: translateY(-110%);
          transform: translateY(-110%);
}

.form-search .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  background: #d73b23;
  font-size: 1em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-search .btn:hover,
.form-search .btn:focus {
  background: #952918;
}

.form-search #search-field {
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-search button.btn {
  border: 0;
}

.site-header--logo {
  width: 300px;
  padding-bottom: 1em;
}

.header-main {
  position: relative;
  width: 100%;
  padding: 0;
  padding-top: 2rem;
  text-align: center;
  z-index: 999;
}

@media (max-width: 1000px) {
  .header-main {
    border-bottom: none;
  }

  .header-main .container {
    padding: 0;
  }
}

.header-main li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

.header-main a {
  font-weight: 600;
}

.header-main.is-fixed {
  position: fixed;
  bottom: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  border-bottom: 1px solid #ccc;
}

.header-main.is-fixed.is-visible {
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header-main.is-fixed .logo-l {
  display: none;
}

.header-main.is-fixed .logo-m {
  display: block;
}

@media (max-width: 1000px) {
  .header-main.is-fixed .logo-s,
  .header-main.is-fixed .logo-m {
    display: none;
  }
}

.mobile-nav-container li.plan-a-visit {
  display: none;
}

.desktop-nav-container {
  width: 100%;
  padding: 0 2rem;
  margin: auto;
  background: #fff;
  display: block;
}

@media (max-width: 1000px) {
  .desktop-nav-container {
    display: none;
  }
}

.desktop-nav-container li.carnegie-magazine .sub-menu {
  display: none;
}

.menu-primary_navigation-container,
.menu-magazine-nav-container {
  padding: 0em 3em;
  font-family: "Roboto", sans-serif;
}

#menu-primary-navigation {
  border-bottom: 5px;
}

#menu-primary-navigation li a {
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: bold;
}

#menu-primary-navigation-1,
#menu-internal-menu-1 {
  border-bottom: 1px solid #ccc;
}

#menu-primary-navigation-1 li:hover > a,
#menu-primary-navigation li:active > a {
  color: white !important;
  outline: none;
}

ul.desktop-nav {
  border-top: 1px solid #ccc;
}

ul#menu-primary-navigation-1,
ul#menu-magazine-nav,
ul#menu-internal-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  ul#menu-primary-navigation-1,
  ul#menu-magazine-nav,
  ul#menu-internal-menu-1 {
    display: none;
  }
}

ul#menu-primary-navigation-1 li.menu-item,
ul#menu-magazine-nav li.menu-item,
ul#menu-internal-menu-1 li.menu-item {
  padding: 0;
  position: relative;
  display: block;
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: left;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

ul#menu-primary-navigation-1 li.menu-item:active,
ul#menu-primary-navigation-1 li.menu-item:hover,
ul#menu-primary-navigation-1 li.menu-item.active,
ul#menu-magazine-nav li.menu-item:active,
ul#menu-magazine-nav li.menu-item:hover,
ul#menu-magazine-nav li.menu-item.active,
ul#menu-internal-menu-1 li.menu-item:active,
ul#menu-internal-menu-1 li.menu-item:hover,
ul#menu-internal-menu-1 li.menu-item.active {
  background: #d73b23;
  outline: none;
}

ul#menu-primary-navigation-1 li.menu-item:hover a,
ul#menu-magazine-nav li.menu-item:hover a,
ul#menu-internal-menu-1 li.menu-item:hover a {
  color: #fff;
}

ul#menu-primary-navigation-1 li.menu-item a,
ul#menu-magazine-nav li.menu-item a,
ul#menu-internal-menu-1 li.menu-item a {
  width: 100%;
  display: block;
  padding: 0.7em;
  color: #000;
}

ul#menu-primary-navigation-1 li.menu-item a:hover,
ul#menu-magazine-nav li.menu-item a:hover,
ul#menu-internal-menu-1 li.menu-item a:hover {
  color: white !important;
}

ul#menu-primary-navigation-1 .sub-menu > li.menu-item:hover,
ul#menu-magazine-nav .sub-menu > li.menu-item:hover,
ul#menu-internal-menu-1 .sub-menu > li.menu-item:hover {
  background-color: #952918;
}

ul#menu-primary-navigation-1 > li.current-menu-item,
ul#menu-primary-navigation-1 > li.current-page-ancestor,
ul#menu-magazine-nav > li.current-menu-item,
ul#menu-magazine-nav > li.current-page-ancestor,
ul#menu-internal-menu-1 > li.current-menu-item,
ul#menu-internal-menu-1 > li.current-page-ancestor {
  background: #d73b23;
}

ul#menu-primary-navigation-1 li.current-menu-item > a,
ul#menu-primary-navigation-1 li.current-page-ancestor > a,
ul#menu-magazine-nav li.current-menu-item > a,
ul#menu-magazine-nav li.current-page-ancestor > a,
ul#menu-internal-menu-1 li.current-menu-item > a,
ul#menu-internal-menu-1 li.current-page-ancestor > a {
  color: white;
}

ul#menu-primary-navigation-1 ul.sub-menu,
ul#menu-magazine-nav ul.sub-menu,
ul#menu-internal-menu-1 ul.sub-menu {
  padding-left: 0;
  position: absolute;
  top: 47px;
  left: 0;
  background-color: #d73b23;
  overflow: hidden;
  z-index: 1003;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

ul#menu-primary-navigation-1 ul.sub-menu.active,
ul#menu-magazine-nav ul.sub-menu.active,
ul#menu-internal-menu-1 ul.sub-menu.active {
  max-height: 1000px;
}

ul#menu-primary-navigation-1 ul.sub-menu > li,
ul#menu-magazine-nav ul.sub-menu > li,
ul#menu-internal-menu-1 ul.sub-menu > li {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #d73b23;
  padding: 6px 0;
  color: white;
  text-align: left;
}

ul#menu-primary-navigation-1 ul.sub-menu > li a,
ul#menu-magazine-nav ul.sub-menu > li a,
ul#menu-internal-menu-1 ul.sub-menu > li a {
  padding-left: 1.8em;
  overflow: hidden;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  color: #fff;
}

ul#menu-primary-navigation-1 li.menu-item:hover > ul.sub-menu,
ul#menu-magazine-nav li.menu-item:hover > ul.sub-menu,
ul#menu-internal-menu-1 li.menu-item:hover > ul.sub-menu {
  height: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: visible;
  background: #952918;
}

ul#menu-primary-navigation-1 .sub-menu > li.menu-item > ul.sub-menu,
ul#menu-magazine-nav .sub-menu > li.menu-item > ul.sub-menu,
ul#menu-internal-menu-1 .sub-menu > li.menu-item > ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

ul#menu-primary-navigation-1 .sub-menu > li.menu-item > ul.sub-menu:hover,
ul#menu-magazine-nav .sub-menu > li.menu-item > ul.sub-menu:hover,
ul#menu-internal-menu-1 .sub-menu > li.menu-item > ul.sub-menu:hover {
  height: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

ul#menu-primary-navigation-1 .sub-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu,
ul#menu-magazine-nav .sub-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu,
ul#menu-internal-menu-1 .sub-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
  top: -60px;
}

nav.magazine-nav-container.desktop-nav-container li.menu-item {
  margin-bottom: 0;
}

body.single-post ul#menu-primary-navigation-1 > li.carnegie-magazine,
body.single-post ul#menu-magazine-nav > li.carnegie-magazine,
body.single-post ul#menu-internal-menu-1 > li.carnegie-magazine,
body.single-issue ul#menu-primary-navigation-1 > li.carnegie-magazine,
body.single-issue ul#menu-magazine-nav > li.carnegie-magazine,
body.single-issue ul#menu-internal-menu-1 > li.carnegie-magazine {
  background: #d73b23;
}

body.single-post ul#menu-primary-navigation-1 > li.carnegie-magazine > a,
body.single-post ul#menu-magazine-nav > li.carnegie-magazine > a,
body.single-post ul#menu-internal-menu-1 > li.carnegie-magazine > a,
body.single-issue ul#menu-primary-navigation-1 > li.carnegie-magazine > a,
body.single-issue ul#menu-magazine-nav > li.carnegie-magazine > a,
body.single-issue ul#menu-internal-menu-1 > li.carnegie-magazine > a {
  color: white;
}

body:not(.single-issue) nav.magazine-nav-container.desktop-nav-container {
  position: relative;
  top: 0em;
  z-index: 500;
  background: transparent;
  height: 0;
}

.menu-magazine-nav-container {
  padding: 0;
}

ul#menu-magazine-nav li.menu-item,
ul#menu-magazine-nav ul.sub-menu > li.menu-item {
  background-color: rgba(0, 0, 0, 0.7);
}

ul#menu-magazine-nav li.menu-item:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

ul#menu-magazine-nav li.current-menu-item {
  background-color: rgba(0, 0, 0, 0.9);
}

body.current-issue ul#menu-magazine-nav li.current-issue {
  background-color: rgba(0, 0, 0, 0.9);
}

body.archived-issue ul#menu-magazine-nav li.archive {
  background-color: rgba(0, 0, 0, 0.9);
}

ul#menu-magazine-nav li.menu-item:hover > ul.sub-menu {
  background: black !important;
}

ul#menu-magazine-nav > li > a {
  color: white !important;
}

#menu-magazine-nav li:hover > a {
  color: white;
}

footer {
  padding: 4rem 0;
  background-color: black;
  width: 100%;
  overflow: hidden;
}

footer .content-container {
  padding: 0;
  max-width: 1136px;
}

footer .left-section {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

@media (max-width: 900px) {
  footer .left-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 670px) {
  footer .left-section {
    display: block;
  }
}

@media (max-width: 900px) {
  footer {
    min-height: 900px;
  }

  footer .left-section {
    padding-top: 1em;
  }

  footer .footer__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer a {
  color: white;
}

footer a:hover {
  color: #7f2315;
}

@media (max-width: 900px) {
  footer img.footer-logo {
    max-height: 85px;
  }
}

footer .rad-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 1em;
  z-index: 0;
}

@media (max-width: 670px) {
  footer .rad-container {
    text-align: center;
    margin-left: 0;
    margin-bottom: 5em;
  }
}

footer .rad-logo {
  height: 80px;
  position: relative;
  top: -0.5em;
}

@media (max-width: 900px) {
  footer .rad-logo {
    margin: 1rem 0;
    top: -1em;
  }
}

@media (max-width: 670px) {
  footer .rad-logo {
    top: 0em;
  }
}

footer .right-links {
  width: 100%;
}

footer .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 450px) {
  footer .top-row {
    display: block;
  }
}

footer .middle-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 100%;
}

@media (max-width: 670px) {
  footer .middle-row {
    display: block;
  }
}

footer .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 670px) {
  footer .bottom-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .bottom-row a,
footer .bottom-row p {
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  margin-right: 6px;
}

@media (max-width: 670px) {
  footer .bottom-row a,
  footer .bottom-row p {
    font-size: 0.85em;
    margin-right: 6px;
  }
}

@media only screen and (max-width: 375px) {
  footer .bottom-row a,
  footer .bottom-row p {
    font-size: 0.7em;
  }
}

footer .bottom-row a {
  text-transform: uppercase;
}

footer .bottom-row .bottom-row__left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 670px) {
  footer .bottom-row .bottom-row__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
}

footer .bottom-row .copyright {
  text-transform: capitalize;
  position: relative;
  font-size: 0.8em;
}

@media (max-width: 670px) {
  footer .bottom-row .copyright {
    text-align: center;
  }
}

@media (max-width: 670px) {
  footer .bottom-row {
    position: relative;
    top: 5em;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .bottom-row .bottom-row__links {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 900px) {
  footer .bottom-row .bottom-row__links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 670px) {
  footer .bottom-row .bottom-row__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

footer .bottom-row .rad-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

footer .bottom-row .mobile-hr {
  margin-top: 0;
}

footer .footer-links {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 900px) {
  footer .footer-links {
    display: block;
  }
}

footer .footer-links .footer-links-section {
  padding: 0px 5px;
  position: relative;
  left: 5px;
}

@media (max-width: 670px) {
  footer .footer-links .footer-links-section {
    left: 0;
  }
}

footer .footer-links .footer-links-section a {
  padding-bottom: 15px;
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 1.3em;
}

footer .footer-links .middle-row,
footer .footer-links .bottom-row__links,
footer .footer-links .hr-break,
footer .footer-links .hr-break-mobile,
footer .footer-links .copyright {
  position: relative;
  left: 9px;
}

@media (max-width: 670px) {
  footer .footer-links .middle-row,
  footer .footer-links .bottom-row__links,
  footer .footer-links .hr-break,
  footer .footer-links .hr-break-mobile,
  footer .footer-links .copyright {
    left: 0;
  }
}

footer .footer-links .footer-links-section__small {
  padding: 1rem 0;
}

@media (max-width: 900px) {
  footer .footer-links .footer-links-section__small {
    padding: 0;
  }
}

@media (max-width: 670px) {
  footer .footer-links .footer-links-section__small {
    padding: 1rem 0;
  }
}

footer .footer-links .footer-links-section__small a {
  font-size: 0.8em;
  color: #cacfd2;
}

footer .footer__left-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

footer .footer__right-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-left: 1em;
}

@media (max-width: 900px) {
  footer .footer__right-div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

footer .email-subscribe {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 0;
  padding-bottom: 0;
}

footer .email-subscribe p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  footer .email-subscribe .wpcf7 {
    width: 100%;
  }
}

footer .email-subscribe div#wpcf7-f128-o2 {
  width: 100% !important;
}

@media (max-width: 670px) {
  footer .email-subscribe .wpcf7-form-control-wrap {
    width: 100%;
  }
}

footer .email-subscribe .wpcf7 form.wpcf7-form {
  padding: 0 !important;
}

footer .email-subscribe input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
  height: 30px;
  border-radius: 2px;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
  margin-top: 5px;
}

@media (max-width: 670px) {
  footer .email-subscribe input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    display: block;
    width: 100% !important;
  }
}

footer .email-subscribe input.wpcf7-form-control.wpcf7-submit {
  height: 34px;
  padding: 0 0.5em;
  width: 100px;
  position: relative;
  left: 0.5em;
}

@media (max-width: 670px) {
  footer .email-subscribe input.wpcf7-form-control.wpcf7-submit {
    left: 5px;
  }
}

footer .social-media {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-left: 1em;
}

@media (max-width: 670px) {
  footer .social-media {
    margin-left: 0;
  }
}

@media screen and (min-width: 0\0) {
  footer .social-media {
    /* IE9 and IE10 fix */
    position: relative;
    left: 6em;
  }
}

footer .social-media span.connect-1 {
  color: white;
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}

footer .social-media span.connect-2 {
  color: white;
  display: block;
  font-size: 0.8em;
  font-weight: lighter;
}

footer .hr-break,
footer .hr-break-mobile {
  display: block;
}

footer .hr-break-mobile {
  display: none;
}

@media (max-width: 900px) {
  footer .hr-break-mobile {
    display: block;
  }
}

footer hr {
  color: #cacfd2;
  opacity: 0.5;
  margin: 1rem 0;
}

footer .sticky-join-donate {
  max-height: 50px;
  width: 100%;
  background-color: gray;
  display: none;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1005;
  position: fixed;
  bottom: 0;
}

@media (max-width: 670px) {
  footer .sticky-join-donate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .sticky-join-donate > a {
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lora", serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: white;
}

footer a.sticky-join-donate__join {
  background-color: #282828;
}

footer a.sticky-join-donate__donate {
  background-color: #3d3d3d;
}

footer .right-section {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .right-section {
    min-width: 750px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1000px), (-ms-high-contrast: active) and (max-width: 1000px) {
  footer .right-section {
    min-width: 500px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 670px), (-ms-high-contrast: active) and (max-width: 670px) {
  footer .right-section {
    min-width: 400px;
  }
}

footer form input[type="text"],
footer form input[type="email"] {
  padding: 0.5rem;
  font-size: 0.9em;
  margin-right: 5px;
}

footer form input[type="submit"] {
  width: 100px;
}

footer li.widget {
  list-style: none;
}

footer .footer-links .wp-block-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .wp-block-social-links:not(.is-style-logos-only) [class^="wp-social-link"] {
  background: white;
}

footer .wp-block-social-links:not(.is-style-logos-only) [class^="wp-social-link"] path {
  fill: black;
}

.section-hr {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 3rem;
  padding: 0 2rem;
  text-align: center;
}

@media (max-width: 670px) {
  .section-hr {
    margin-bottom: 3rem;
    padding: 0;
  }
}

.section-hr hr {
  position: relative;
  margin: 0;
  padding: 0;
  color: black;
}

.section-hr .section-hr__h5 {
  width: 100%;
  height: 0;
  position: relative;
  text-align: center;
  top: -0.875em;
}

.section-hr .section-hr__h5 h5 {
  display: inline;
  text-transform: uppercase;
  padding: 0 1em;
  background-color: white;
  color: #d73b23;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 670px) {
  .mobile-hide {
    display: none !important;
  }
}

.mobile-hr {
  display: none;
}

@media (max-width: 670px) {
  .mobile-hr {
    display: block;
    width: 100%;
  }
}

img.alignleft {
  float: left;
  padding: 0 0.5em 0.5em 0;
}

img.alignright {
  float: right;
  padding: 0 0em 0.5em 0.5em;
}

.more-things,
.activity__hr {
  display: none;
}

.learn-more-arrow {
  height: 20px;
  position: relative;
  top: 3px;
}

@media (max-width: 670px) {
  .learn-more-arrow {
    height: 25px;
    left: 10px;
    top: -12px;
  }
}

.content-wrapper {
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
}

.content-wrapper hr {
  margin: 1.5rem 0;
}

.main-text {
  padding-bottom: 1rem;
  width: 100%;
}

@media (max-width: 900px) {
  .main-text p {
    max-width: 100%;
  }
}

.activity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 670px) {
  .activity-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .activity-container .activity__hr {
    padding-top: 0 !important;
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }

  .activity-container .more-things {
    display: block;
  }
}

.activity-container .activity {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

@media (max-width: 670px) {
  .activity-container .activity {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.activity-container .activity a h3,
.activity-container .activity a h4 {
  color: #333;
}

.activity-container .activity a h3:hover,
.activity-container .activity a h4:hover {
  color: #d73b23;
}

.activity-container .activity h4 {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.25em 0;
}

.activity-container .activity p {
  font-weight: lighter;
  padding: 0 0 3px;
  margin: 0;
  line-height: 20px;
  font-size: 0.9em;
}

@media (max-width: 670px) {
  .activity-container .activity .activity__main-image {
    display: none;
  }
}

.activity-container .activity .activity__square-image {
  display: none;
}

@media (max-width: 670px) {
  .activity-container .activity .activity__square-image {
    display: block;
    height: 75px;
    width: 75px;
    margin-right: 1em;
  }
}

.media-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
  padding-bottom: 0;
  z-index: 1;
  margin-bottom: 0.5rem;
}

.media-details > a {
  display: none;
}

@media (max-width: 670px) {
  .media-details {
    padding: 0 1rem;
  }
}

.media-details__caption,
.wp-caption-text,
.media-details__credit,
.acf-media-credit {
  width: 100%;
  margin: 0 0 0.5rem 0;
  text-align: left;
  font-family: 'Roboto';
  color: black;
  font-size: 0.875rem !important;
}

.media-details__caption,
.wp-caption-text {
  font-weight: 400;
}

.media-details__caption:empty,
.wp-caption-text:empty {
  display: none;
}

.media-details__credit,
.acf-media-credit {
  font-weight: lighter;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 !important;
  color: inherit;
  display: block;
}

.media-details__credit:empty,
.acf-media-credit:empty {
  display: none;
}

.media-details__credit .acf-media-credit,
.acf-media-credit .acf-media-credit {
  margin: 0;
}

article,
.alert.alert-warning,
.navigation.posts-navigation,
form.search-form {
  max-width: 1200px;
  margin: auto;
  padding: 0 2em;
}

article h2,
article .objects__listing-item--details h2,
.objects__listing-item--details article h2,
article .objects__listing-item--details h2 p,
.objects__listing-item--details h2 article p,
.alert.alert-warning h2,
.alert.alert-warning .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .alert.alert-warning p,
.navigation.posts-navigation h2,
.navigation.posts-navigation .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .navigation.posts-navigation p,
form.search-form h2,
form.search-form .objects__listing-item--details h2 p,
.objects__listing-item--details h2 form.search-form p {
  font-weight: 400;
  margin-bottom: 0;
}

article {
  padding-bottom: 1rem;
}

nav.navigation.posts-navigation {
  margin-bottom: 2rem;
}

nav.navigation.posts-navigation > h2.screen-reader-text,
.objects__listing-item--details nav.navigation.posts-navigation > h2.screen-reader-text,
.objects__listing-item--details h2 nav.navigation.posts-navigation > p.screen-reader-text {
  height: 0px;
  overflow: hidden;
}

.page-header {
  max-width: 1200px;
  margin: auto;
  padding: 0 2em;
}

.page-header h1 {
  width: 100%;
  font-weight: 400;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

form.search-form {
  margin-top: 1em;
}

form.search-form input {
  max-width: 40%;
}

.content {
  overflow-x: hidden;
}

.magazine-sub-page {
  padding-top: 3em;
}

@media (max-width: 1000px) {
  .magazine-sub-page {
    padding-top: 0;
  }
}

.magazine-sub-page .nav-breadcrumb {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text.focusable:active,
.screen-reader-text.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hero-header {
  margin: 0 2rem;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  max-height: 500px;
}

.hero-header:before {
  content: '';
  display: block;
  padding-top: 45%;
}

@media (max-width: 900px) {
  .hero-header {
    margin: 0 0 5px 0;
  }
}

.hero-header a {
  display: block;
  line-height: 0;
}

.hero-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.hero-header__mobile-tag {
  display: none;
}

.hero-header__mobile-tag p {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: bold !important;
  text-transform: uppercase;
  background-color: white;
  padding: 0.75em 1rem 0 1rem;
  margin: 0;
  color: black;
  line-height: 1;
}

@media (max-width: 670px) {
  .hero-header__mobile-tag {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.hero-header__words-box {
  position: relative;
  background: #fff;
  max-width: 100%;
  font-size: 2em;
}

@media (max-width: 670px) {
  .hero-header__words-box {
    max-width: 100%;
    font-size: 1.25em;
  }
}

.hero-header__words-box + .text-box {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

h1.hero-header__words-box {
  font-size: 3em;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 900px) {
  h1.hero-header__words-box {
    font-size: 2.5em;
  }
}

@media (max-width: 670px) {
  h1.hero-header__words-box {
    font-size: 2em;
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 0.25em;
  }
}

@media (max-width: 450px) {
  h1.hero-header__words-box {
    padding-bottom: 0;
  }
}

h2.hero-header__words-box,
.objects__listing-item--details h2 p.hero-header__words-box {
  padding-left: 0;
}

.breadcrumb-container {
  display: block;
  width: 100%;
}

@media (max-width: 670px) {
  .breadcrumb-container {
    display: none;
  }
}

.nav-breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
}

.nav-breadcrumb a {
  font-size: .9em;
  text-transform: uppercase;
}

.nav-breadcrumb p.breadcrumb-spacer {
  margin-top: 3px;
  margin-bottom: 1rem;
  padding: 0px 5px;
  font-size: .8em;
  font-weight: 300;
}

@media (max-width: 670px) {
  .nav-breadcrumb {
    display: none;
  }
}

.large-title + .nav-breadcrumb,
.hero-header__words-box + .breadcrumb-container .nav-breadcrumb {
  margin-top: 0;
}

hr.breadcrumb-hr {
  margin-top: 0.5rem !important;
  margin-bottom: 1.5rem;
}

body.page-template.page-template-templates.page-template-template-things-to-do-blade.page-template-templatestemplate-things-to-do-blade-php.page.page-id-194.page-parent.logged-in.admin-bar.things-to-do.customize-support .nav-breadcrumb,
body.page-template.page-template-templates.page-template-template-things-to-do-blade.page-template-templatestemplate-things-to-do-blade-php.page.page-id-194.page-parent.logged-in.admin-bar.things-to-do.customize-support .breadcrumb-container,
body.page-template.page-template-templates.page-template-template-no-header-blade.page-template-templatestemplate-no-header-blade-php.page.page-id-2152.logged-in.admin-bar.privacy-policy.customize-support .nav-breadcrumb,
body.page-template.page-template-templates.page-template-template-no-header-blade.page-template-templatestemplate-no-header-blade-php.page.page-id-2152.logged-in.admin-bar.privacy-policy.customize-support .breadcrumb-container,
body.page-template.page-template-templates.page-template-template-basic-header-blade.page-template-templatestemplate-basic-header-blade-php.page.page-id-2076.page-parent.logged-in.admin-bar.opportunities.customize-support .nav-breadcrumb,
body.page-template.page-template-templates.page-template-template-basic-header-blade.page-template-templatestemplate-basic-header-blade-php.page.page-id-2076.page-parent.logged-in.admin-bar.opportunities.customize-support .breadcrumb-container {
  display: none;
}

body.page-template.page-template-templates.page-template-template-basic-header-blade.page-template-templatestemplate-basic-header-blade-php.page.page-id-2076.page-parent.logged-in.admin-bar.opportunities.customize-support hr,
body.page-template.page-template-templates.page-template-template-landing-page-with-subpages-blade.page-template-templatestemplate-landing-page-with-subpages-blade-php.page.page-id-1726.page-child.parent-pageid-294.logged-in.admin-bar.our-museums.customize-support hr {
  display: none;
}

.osc-res-tab .nav-tabs {
  border: none !important;
  overflow: hidden;
}

ul.tab-content {
  border: solid #d73b23;
  border-width: 8px 0px 0px 0px;
  z-index: 5;
}

ul.tab-content > li > ul {
  max-width: 60%;
}

@media (max-width: 670px) {
  ul.tab-content > li > ul {
    max-width: 100%;
  }
}

.osc-res-tab {
  width: 100%;
  margin-top: 2rem;
}

.osc-res-tab ul.nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.osc-res-tab a {
  color: #d73b23;
}

.osc-res-tab li > a {
  color: black;
}

.osc-res-tab .nav-tabs > li > a,
.osc-res-tab .nav-tabs > li.active > a,
.osc-res-tab .nav-tabs > li.active > a:hover,
.osc-res-tab .nav-tabs > li.active > a:focus {
  border: 0;
  margin: 0;
  border-radius: 0;
  top: 2px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
}

.osc-res-tab .nav-tabs > li > a {
  color: black;
}

.osc-res-tab .nav-tabs > li > a:hover,
.osc-res-tab .nav-tabs > li.active > a,
.osc-res-tab .nav-tabs > li.active > a:hover,
.osc-res-tab .nav-tabs > li.active > a:focus {
  background-color: #d73b23;
}

@media (max-width: 670px) {
  .osc-res-tab .tab-content > .tab-pane,
  .osc-res-tab .pill-content > .pill-pane,
  .osc-res-tab .tab-content > .tab-pane,
  .pill-content > .pill-pane {
    display: block !important;
    padding-bottom: 1rem;
  }
}

.osc-res-tab .tab-content > .tab-pane p,
.osc-res-tab .pill-content > .pill-pane p,
.osc-res-tab .tab-content > .tab-pane p,
.pill-content > .pill-pane p {
  padding-bottom: 0.5em;
}

@media (max-width: 670px) {
  .osc-res-tab .nav-tabs > li {
    display: none;
  }
}

.osc-res-tab .nav-tabs > li > a {
  font-weight: 400;
}

@media (max-width: 900px) {
  .osc-res-tab .nav-tabs > li > a {
    font-size: 0.9em;
    padding: 5px 7px;
  }
}

@media (max-width: 670px) {
  .tab-pane > h2,
  .objects__listing-item--details .tab-pane > h2,
  .objects__listing-item--details h2 .tab-pane > p {
    font-size: 1.5em;
  }
}

.tabbed-content {
  overflow: hidden;
  width: 100% !important;
  margin-top: 1rem;
}

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 8px solid #d73b23;
}

@media (max-width: 670px) {
  .tabs-list {
    display: none;
  }
}

.tabs-list .tab {
  display: inline-block;
}

.tabs-list .tab:last-child > .tab__link {
  border-right: 2px solid #d73b23;
}

.tabs-list .tab__link {
  display: block;
  padding: 0.66em 1em;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 2px solid #d73b23;
  border-left: 2px solid #d73b23;
  border-right: 1px solid #d73b23;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs-list .tab__link:hover,
.tabs-list .tab__link[aria-selected="true"] {
  background-color: #d73b23;
}

.tabs-list .tab__link[aria-selected="true"] {
  color: #fff;
}

.tab-panel {
  padding: 1rem;
}

@media (max-width: 450px) {
  .tab-panel {
    padding-left: 0;
    padding-right: 0;
  }
}

.tab-panel[aria-hidden="true"] {
  display: none;
}

.tab__title,
.accordion-title {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 0.25em;
  padding: 1rem 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  background-color: #d73b23;
  color: #fff;
  border: none;
  cursor: pointer;
}

.tab__title:after,
.accordion-title:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E901";
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 0.75em;
  -webkit-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}

.tab__title[aria-expanded="true"]:after,
.accordion-title[aria-expanded="true"]:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 670px) {
  .tab__title,
  .accordion-title {
    display: block;
  }
}

.tab__trip {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  grid-gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 900px) {
  .tab__trip {
    -ms-grid-columns: 2fr 2fr;
        grid-template-columns: 2fr 2fr;
  }
}

@media (max-width: 670px) {
  .tab__trip {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
}

.tab__trip:last-child {
  border-bottom: none;
}

.tab__trip .tab__body {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

@media (max-width: 450px) {
  .tab__trip .tab__body {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
  }
}

.tab__trip-image {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

@media (max-width: 450px) {
  .tab__trip-image {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    margin-right: 0;
  }
}

.tab__text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  grid-gap: 2rem;
}

@media (max-width: 900px) {
  .tab__text {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.tab__text .tab__body {
  position: relative;
}

.tabbed-content hr {
  margin: 1.5rem 0;
}

@supports not (grid-gap: 2rem) {
  .tab__trip-image,
  .tab__text .tab__body {
    margin-right: 2rem;
  }

  .tab__text .tab__body {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }

  .tab__text .tab__sidebar {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}

.accordion p:empty {
  display: none;
}

.accordion-title {
  display: block;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  background-color: #fff;
  color: #d73b23;
  font-size: 1em;
  border: 1px solid #767676;
}

.accordion-title[aria-selected="true"] {
  border-bottom: 1px solid #ccc;
}

.accordion-title:after {
  color: #d73b23;
}

.accordion-content {
  padding: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 300;
  border: 1px solid #767676;
  border-top: none;
}

.accordion-content ~ .accordion-title {
  border-top: none;
}

.wpcf7 {
  width: 50%;
}

@media (max-width: 670px) {
  .wpcf7 {
    width: 100%;
  }
}

.wpcf7 label {
  margin-bottom: 1rem;
}

.wpcf7 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.wpcf7 input {
  margin-bottom: 0;
}

.wpcf7 span.wpcf7-list-item {
  display: block;
}

.wpcf7 span.wpcf7-form-control-wrap.ZipPostalCode {
  position: relative;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
  margin-top: 1em;
  height: auto;
  width: 200px;
  margin-top: 1rem;
}

.wpcf7 select.wpcf7-form-control.wpcf7-select {
  height: 35px;
  width: 100%;
}

.wpcf7 .wpcf7-list-item {
  font-weight: 300;
}

.wpcf7 .wpcf7-list-item input[type='checkbox'] {
  position: relative;
  top: 5px;
  height: auto;
}

.wpcf7 .wpcf7-checkbox {
  display: block;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
  margin-bottom: 1rem;
  font-weight: normal;
}

.top-bar__form > .wpcf7 > form > p {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body.search-results .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

body.search-results main {
  width: 75%;
  margin-bottom: 4rem;
}

@media (max-width: 1000px) {
  body.search-results main {
    width: 100%;
  }
}

body.search-results .page-header h1 {
  border: none;
}

body.search-results article {
  padding-top: 1.2rem;
}

.item-grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

.item-grid .activity {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding-bottom: 2em;
}

@media (max-width: 670px) {
  .item-grid .activity {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.item-grid .activity a h3,
.item-grid .activity a h4 {
  color: #333;
}

.item-grid .activity a h3:hover,
.item-grid .activity a h4:hover {
  color: #d73b23;
}

.item-grid .activity h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
}

@media (max-width: 900px) {
  .item-grid .activity h3 {
    font-size: 1em;
  }
}

@media (max-width: 670px) {
  .item-grid .activity h3 {
    font-size: 1.3em;
  }
}

.item-grid .activity .activity__title {
  padding-top: 0.75em;
  padding-right: 0.75em;
  display: inline-block;
  position: absolute;
  bottom: 0;
  background-color: white;
}

.item-grid .activity .activity__title h3 {
  margin: 0;
  line-height: 1;
}

.item-grid .activity__image {
  position: relative;
  height: 175px;
  background-size: cover;
  background-position: center;
  overflow: visible;
  margin-bottom: 1em;
}

.item-grid .activity__image.tall {
  height: 300px;
}

.item-grid hr {
  margin: 0 0 1rem 0;
}

.expert-list {
  margin-bottom: 2rem;
}

.expert-list__museum {
  margin-bottom: 1rem;
}

.expert {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px;
      grid-template-columns: 1fr 150px;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  grid-column-gap: 1rem;
  padding-top: 1rem;
}

@media (max-width: 670px) {
  .expert {
    -ms-grid-columns: 1fr 100px;
        grid-template-columns: 1fr 100px;
  }
}

body:not(.single-expert) .expert {
  border-top: 1px solid #ccc;
}

.expert__photo {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 2;
      grid-column-start: 2;
  margin-bottom: 1rem;
}

.expert__name {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}

.expert__details {
  -ms-grid-row: 2;
      grid-row-start: 2;
}

@supports not (grid-gap: 2rem) {
  .expert__photo {
    -ms-grid-row-span: 2;
  }

  .expert__details {
    grid-row: 2;
    -ms-grid-row: 2;
  }
}

.swidget-holder {
  margin-bottom: 2rem;
}

.swidget_item_widget {
  background-color: #eaeaea;
  border: 1px solid #ccc;
}

.swidget_item_widget .swidget_innerwidget > .swidget_item_widget {
  border: 0;
}

.swidget_misc {
  padding: 0 2rem;
}

@media (max-width: 450px) {
  .swidget_misc {
    padding: 0 1rem;
  }
}

.swidget_messages > div {
  padding: 1rem 2rem 1rem 2rem;
  font-style: italic;
}

.swidget_messages > div.swidget_noitems,
.swidget_messages > div.swidget_system_error {
  background-color: #f7d8d3;
  color: #d73b23;
}

.swidget_messages > div.swidget_items_added {
  background-color: #e8e8e8;
  color: #666;
}

@media (max-width: 450px) {
  .swidget_messages > div {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.swidget_item_name,
.currdate_div,
.swidget_tt_item_name {
  padding: 1rem;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 450px) {
  .swidget_item_name,
  .currdate_div,
  .swidget_tt_item_name {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1em;
  }
}

.currdate_div + .swidget_tt_item_name {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: -1em;
}

.swidget_ticket_type {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 25% 70px 1fr 30%;
  -ms-grid-columns: 25% 70px 1fr 30%;
  grid-template-rows: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  min-height: 70px;
  padding: 1rem;
  background-color: #eaeaea;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 450px) {
  .swidget_ticket_type {
    grid-template-columns: 30% 50px 1fr;
    -ms-grid-columns: 30% 50px 1fr;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.swidget_ticket_type label {
  -ms-grid-row: span 2;
      grid-row-start: span 2;
  -ms-grid-row-span: 2;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-item-align: center;
  font-weight: bold;
}

.swidget_mod_name {
  margin-right: 5px;
}

.swidget_ticket_select {
  -ms-grid-column: 2;
}

.swidget_ticket_select,
.swidget_only_price {
  -ms-grid-row: span 2;
      grid-row: span 2;
  -ms-grid-row-span: 2;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-item-align: center;
  margin-bottom: 0;
}

.swidget_nm_price {
  grid-column-start: 4;
  -ms-grid-column: 4;
  text-align: right;
}

.swidget_nm_price:not(.swidget_only_price) {
  grid-row: 1;
  -ms-grid-row: 1;
}

@media (max-width: 450px) {
  .swidget_nm_price {
    grid-column-start: 3;
    -ms-grid-column: 3;
  }
}

.swidget_nm_price span {
  font-size: 1.1em;
  font-weight: bold;
}

@media (max-width: 450px) {
  .swidget_nm_price span {
    font-size: 1em;
  }
}

.swidget_mem_price {
  grid-column-start: 4;
  -ms-grid-column: 4;
  text-align: right;
  grid-row: 2;
  -ms-grid-row: 2;
}

@media (max-width: 450px) {
  .swidget_mem_price {
    grid-column-start: 3;
    -ms-grid-column: 3;
    grid-column-end: span 2;
    -ms-grid-column-span: 2;
    font-size: 0.875em;
  }
}

.swidget_buttons {
  padding: 1rem;
  text-align: right;
}

.swidget_btn_addtocart,
.swidget_btn_purchase {
  font-size: 0.875rem;
}

@media (max-width: 450px) {
  .swidget_btn_addtocart,
  .swidget_btn_purchase {
    display: block;
    width: 100%;
  }
}

.swidget_datesel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swidget_datesel label {
  width: 40%;
}

@media (max-width: 450px) {
  .swidget_datesel label {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .swidget_datesel label {
    width: 100%;
  }
}

.swidget_datesel select {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 1.7em 0 0.3em 0;
}

@media (max-width: 450px) {
  .swidget_datesel select {
    width: 100%;
    margin: 0.5em 1rem;
  }
}

.swidget_datesel label,
.swidget_timesel legend {
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-item-align: center;
  font-size: 1.1em;
  font-weight: bold;
  padding: 1.5em 1.5rem 0.5em 1.5rem;
}

@media (max-width: 450px) {
  .swidget_datesel label,
  .swidget_timesel legend {
    font-size: 1em;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.swidget_timesel fieldset {
  position: relative;
  padding-left: 40%;
  margin-bottom: 1.5em;
}

.swidget_timesel legend {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.swidget_timesel legend ~ div {
  display: inline-block;
  padding: 1.5em 1.5rem 0 0;
}

.swidget_timesel legend ~ div label {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 450px) {
  .swidget_timesel fieldset {
    padding-left: 50%;
  }

  .swidget_timesel legend {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .swidget_timesel fieldset {
    padding-left: 0;
    margin-bottom: 1rem;
  }

  .swidget_timesel legend {
    position: static;
    width: 100%;
  }

  .swidget_timesel legend ~ div {
    display: inline-block;
    padding: 0.5em 1rem 0 0;
    margin-left: 1em;
  }
}

.currdate_div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*
Grid wrapper, setup, and filters
*/

.objects__grid {
  width: 100%;
  padding-bottom: 1rem;
  background-color: #FFF;
}

body:not(.block-editor-page) .objects__grid {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  background-color: #FFF;
  -webkit-transform: translateY(-40px);
       -o-transform: translateY(-40px);
          transform: translateY(-40px);
}

.objects__grid::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 25px;
  background: -webkit-linear-gradient(top, #C4C4C4 -195.83%, rgba(196, 196, 196, 0) 100%);
  background: -o-linear-gradient(top, #C4C4C4 -195.83%, rgba(196, 196, 196, 0) 100%);
  background: linear-gradient(180deg, #C4C4C4 -195.83%, rgba(196, 196, 196, 0) 100%);
}

@media (max-width: 1023px) {
  .objects__grid-listing-wrapper {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: .25rem;
    margin-bottom: 1rem;
    scrollbar-color: #d73b23 #ccc;
    scrollbar-width: thin;
    scrollbar-base-color: #d73b23;
    scrollbar-face-color: #d73b23;
    scrollbar-track-color: #ccc;
    scrollbar-3dlight-color: #d73b23;
    scrollbar-highlight-color: #d73b23;
    scrollbar-arrow-color: #ccc;
    scrollbar-shadow-color: #d73b23;
    scrollbar-dark-shadow-color: #d73b23;
  }

  .objects__grid-listing-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    padding: 0 10px;
  }

  .objects__grid-listing-wrapper::-webkit-scrollbar-track {
    padding: 20px;
    box-shadow: none;
    border-left: none;
    background-color: #ccc;
    border-radius: 50px;
    margin: 0 1rem;
  }

  .objects__grid-listing-wrapper::-webkit-scrollbar-thumb {
    background-color: #d73b23;
    outline: none;
    border-top: 1px solid #d73b23;
    border-bottom: 1px solid #d73b23;
    border-radius: 50px;
  }
}

.objects__grid-listing {
  width: 100%;
  padding: 0 !important;
  margin: 0 0 .75rem 0 !important;
  list-style-type: none !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(55px, 1fr))[25];
      grid-template-columns: repeat(25, minmax(55px, 1fr));
  gap: 5px 5px;
}

@media (min-width: 600px) {
  .objects__grid-listing {
    -ms-grid-columns: (minmax(55px, 1fr))[20];
        grid-template-columns: repeat(20, minmax(55px, 1fr));
  }
}

@media (min-width: 1024px) {
  .objects__grid-listing {
    -ms-grid-columns: (minmax(64px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  }
}

.objects__grid-listing li,
.objects__grid-listing li figure {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.objects__grid-listing li.objects__grid-listing-item {
  position: relative;
  z-index: 1;
}

.objects__grid-listing li.objects__grid-listing-item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.objects__grid-listing li.objects__grid-listing-item img {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 1024px) {
  .objects__grid-listing li.objects__grid-listing-item img {
    box-shadow: none;
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 1024px) {
  .objects__grid-listing li.objects__grid-listing-item:not(.is-inactive):hover {
    z-index: 2;
  }

  .objects__grid-listing li.objects__grid-listing-item:not(.is-inactive):hover img {
    -webkit-transform: scale(2.5);
         -o-transform: scale(2.5);
            transform: scale(2.5);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  }
}

.objects__grid-filters {
  max-width: 1136px;
  margin: 0 auto;
}

.objects__grid-filters form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1023px) {
  .objects__grid-filters form > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .objects__grid-filters form > *.select-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

.objects__grid-filters form .select-wrapper {
  position: relative;
}

.objects__grid-filters form .select-wrapper::before {
  background-color: transparent;
}

.objects__grid-filters form .select-wrapper select {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6067 14.8492L16.9706 8.48528L14.8493 6.36396L8.48535 12.7279L2.12139 6.36396L7.03335e-05 8.48528L6.36403 14.8492L8.48535 16.9706L10.6067 14.8492Z' fill='%23C74830'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - .5em) 44%;
  background-repeat: no-repeat;
  background-size: 1em;
  background-clip: padding-box;
  padding-right: 2em;
}

.objects__grid-filters form .select-wrapper select:focus::-ms-value {
  color: #333;
  background-color: transparent;
}

.objects__grid-filters form .select-wrapper select::-ms-expand {
  background-color: transparent;
  border: 0;
  visibility: hidden;
}

.objects__grid-filters form .select-wrapper.grid-loading {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.objects__grid-filters form .select-wrapper.grid-loading select {
  opacity: .5;
}

.objects__grid-filters form .select-wrapper.grid-loading::before {
  content: '';
  position: absolute;
  top: 1px;
  left: .5rem;
  bottom: 1px;
  right: 1px;
  background-color: #fff;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center left;
  z-index: 2;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.objects__grid-filters form select,
.objects__grid-filters form button {
  width: 100%;
  height: 2.5rem;
  border-radius: 0;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .objects__grid-filters form select,
  .objects__grid-filters form button {
    font-size: 1rem;
  }
}

.objects__grid-filters-wrapper {
  padding: 0 1em;
}

@media (min-width: 1024px) {
  .objects__grid-filters-wrapper {
    padding: 0 2rem;
  }
}

/*
Listing wrapper and individual items
*/

.objects__listing {
  margin-bottom: 1rem;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

body:not(.block-editor-page) .objects__listing {
  opacity: 0;
  visibility: hidden;
}

.objects__listing--top-spacer {
  margin-top: 55px;
}

.objects__listing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0 !important;
  padding: 55px 0 !important;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 1024px) {
  .objects__listing-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.objects__listing-item--image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .objects__listing-item--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 731px;
            flex: 0 1 731px;
    margin-bottom: 0;
    margin-right: 1.875rem;
    text-align: center;
  }
}

.objects__listing-item--image figure {
  padding-bottom: .15rem !important;
}

@media (min-width: 1024px) {
  .objects__listing-item--image figure {
    padding-bottom: 0 !important;
  }

  .objects__listing-item--image figure .has-zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
  }

  .objects__listing-item--image figure .has-zoom:hover img {
    opacity: 0;
  }

  .objects__listing-item--image figure .has-zoom img {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    display: block;
    width: 100%;
  }
}

.objects__listing-item--details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 375px;
          flex: 1 1 375px;
}

@media (min-width: 1024px) {
  .objects__listing-item--details {
    min-width: 375px !important;
  }
}

.objects__listing-item--details h2,
.objects__listing-item--details h2 p,
.objects__listing-item--details h2 p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem !important;
  margin-bottom: 0.8125rem !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  padding-bottom: 0 !important;
}

.objects__listing-item--details p:empty {
  display: none;
}

.objects__listing-item--share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #767676;
  padding: 0;
  margin: 0;
}

@media (max-width: 599px) {
  .objects__listing-item--share {
    font-size: 0.875rem;
  }
}

.objects__listing-item--share-buttons {
  list-style-type: none !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 0 !important;
  margin: 0 2px 0 0 !important;
}

.objects__listing-item--share-buttons li {
  margin-bottom: 0 !important;
}

.objects__listing-item--share-buttons .ess-button-inner {
  padding: 0;
  width: 30px !important;
  height: 30px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.objects__listing-item--share-buttons a {
  display: block;
  padding-left: .5rem;
}

.objects__listing-item--share-buttons a:focus .ess-button-inner {
  outline: 2px solid #d73b23;
}

/*
Class to set an item as an object,both in the grid listing and page listing
- We use this class to control the display of the objects on filtering
*/

.is-object {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity .2s ease;
  -o-transition: visibility 0s, opacity .2s ease;
  transition: visibility 0s, opacity .2s ease;
}

li.objects__grid-listing-item.is-object.is-inactive {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
  -webkit-transform: opacity 0.2s ease;
       -o-transform: opacity 0.2s ease;
          transform: opacity 0.2s ease;
}

li.objects__grid-listing-item.is-object.is-inactive a {
  cursor: default;
  pointer-events: none;
}

li.objects__grid-listing-item.is-object.is-filtered {
  opacity: 1;
}

article.objects__listing-item.is-object.is-inactive {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

article.objects__listing-item.is-object.is-filtered {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/*
Minimized grid objects image listing
- Floating button toggle for scroll behavior
- Bottom positioning .objects__grid styling
*/

.objects__grid-anchor {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 1.5rem;
  bottom: 2.5rem;
  z-index: 1002;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

@media (max-width: 1023px) {
  .objects__grid-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.objects__grid-anchor--btn {
  border: none;
  border-radius: 100%;
  color: #fff;
  text-transform: uppercase;
  width: 45px;
  height: 45px;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .objects__grid-anchor--btn {
    width: 60px;
    height: 60px;
    font-size: 0.875rem;
  }
}

.objects__grid-anchor--btn::after {
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .objects__grid-anchor--btn::after {
    bottom: -1.5rem;
  }
}

.objects__grid-anchor--btn-icon {
  width: 2em;
  height: 2em;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .objects__grid-anchor--btn-icon {
    width: 2.35em;
    height: 2.35em;
  }
}

.objects__grid-anchor--btn-icon.close {
  display: none;
}

.objects__grid-anchor--btn-toggle {
  background-color: #d73b23;
  margin-left: 1rem;
}

@media (min-width: 1024px) {
  .objects__grid-anchor--btn-toggle {
    margin-left: 0;
    margin-bottom: 42px;
  }
}

.objects__grid-anchor--btn-toggle::after {
  content: 'Menu';
  color: #d73b23;
}

.objects__grid-anchor--btn-top {
  background-color: #767676;
}

.objects__grid-anchor--btn-top::after {
  content: 'Top';
  color: #767676;
}

html.objects__grid--minimized .objects__grid-anchor {
  opacity: 1;
  visibility: visible;
}

html.objects__grid--open {
  overflow: hidden;
}

html.objects__grid--open body::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  z-index: 1001;
}

html.objects__grid--open .objects__grid {
  position: fixed;
  bottom: 4.75rem;
  padding-top: 1.5rem;
  z-index: 1002;
}

@media (min-width: 1024px) {
  html.objects__grid--open .objects__grid {
    bottom: 12rem;
  }
}

html.objects__grid--open .objects__grid::before {
  content: '';
  position: absolute;
  top: 99%;
  right: 1.35rem;
  border-top: solid 25px #fff;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  z-index: 1;
}

@media (min-width: 1024px) {
  html.objects__grid--open .objects__grid::before {
    right: 1.85rem;
  }
}

html.objects__grid--open .objects__grid::after {
  display: none;
}

@media (max-width: 1023px) and (min-height: 0) {
  html.objects__grid--open .objects__grid-listing {
    -ms-grid-columns: (minmax(55px, 1fr))[15];
        grid-template-columns: repeat(15, minmax(55px, 1fr));
  }
}

@media (max-width: 1023px) and (min-height: 640px) {
  html.objects__grid--open .objects__grid-listing {
    -ms-grid-columns: (minmax(55px, 1fr))[12];
        grid-template-columns: repeat(12, minmax(55px, 1fr));
  }
}

@media (max-width: 1023px) and (min-height: 720px) {
  html.objects__grid--open .objects__grid-listing {
    -ms-grid-columns: (minmax(55px, 1fr))[10];
        grid-template-columns: repeat(10, minmax(55px, 1fr));
  }
}

@media (max-width: 1023px) and (min-height: 1024px) {
  html.objects__grid--open .objects__grid-listing {
    -ms-grid-columns: (minmax(55px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(55px, 1fr));
  }
}

html.objects__grid--open .objects__grid-anchor--btn-toggle::after {
  content: 'Close';
  color: #fff;
}

html.objects__grid--open .objects__grid-anchor--btn-top::after {
  color: #fff;
}

html.objects__grid--open .objects__grid-anchor--btn-icon.close {
  display: block;
}

html.objects__grid--open .objects__grid-anchor--btn-icon.menu {
  display: none;
}

figure.figcaption-overlay {
  margin: 0;
  padding: 0 !important;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

figure.figcaption-overlay figcaption {
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: transparent;
}

.figcaption-overlay__trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.65);
  border: none;
  line-height: 1;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.figcaption-overlay__trigger svg {
  width: 20px;
  height: 20px;
}

.figcaption-overlay__trigger svg rect.vert-line {
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.figcaption-overlay__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.figcaption-overlay__inner .figcaption-overlay__text {
  padding: 10px 50px 10px 10px;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
}

.figcaption-overlay__inner .figcaption-overlay__text p {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
}

.figcaption-overlay.is-open .figcaption-overlay__inner {
  left: 0;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.figcaption-overlay.is-open .figcaption-overlay__trigger rect.vert-line {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

[data-exhibit-id] {
  -webkit-transition: opacity .5s .5s;
  -o-transition: opacity .5s .5s;
  transition: opacity .5s .5s;
}

.exhibit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2rem;
  max-width: 1200px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 670px) {
  .exhibit-container {
    margin-bottom: 2rem;
    padding: 0;
  }
}

.exhibit {
  padding-top: 0;
  margin: 0;
  width: 48%;
  margin-bottom: 2rem;
}

@media (max-width: 670px) {
  .exhibit {
    width: 100%;
  }

  .exhibit:last-child {
    margin-bottom: 0;
  }
}

.exhibit__image {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .exhibit__image {
    height: 150px;
  }
}

.exhibit-preview__dates {
  position: absolute;
  bottom: 0;
}

@media (max-width: 670px) {
  .exhibit-preview__dates {
    height: auto;
  }
}

.exhibit-preview__dates p {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: bold !important;
  text-transform: uppercase;
  background-color: white;
  padding: 0.75em 1rem 0 1rem;
  margin: 0;
  color: black;
  line-height: 1;
}

.exhibit-preview__title {
  position: relative;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}

@media (max-width: 670px) {
  .exhibit-preview__title {
    font-size: 1.25em;
  }
}

.exhibit-preview__title a {
  font-weight: 400;
}

.exhibit__words-box {
  margin: 0 1rem;
}

.exhibit--hero {
  position: relative;
  margin-bottom: 3rem;
}

@media (max-width: 670px) {
  .exhibit--hero {
    margin-bottom: 2rem;
  }
}

.exhibit--hero .exhibit-preview__dates {
  position: static;
  padding-top: 0;
  margin-bottom: 1rem;
  display: block;
  font-size: 1.5em;
}

.exhibit--hero .exhibit-preview__dates p.start-date {
  padding: 0;
  margin: 0;
  line-height: normal;
}

@media (max-width: 670px) {
  .exhibit--hero .exhibit-preview__dates {
    display: none;
  }
}

.exhibit--hero .exhibit-preview__summary-text {
  font-size: 1.25em;
  max-width: 80%;
  margin: 0;
}

@media (max-width: 670px) {
  .exhibit--hero .exhibit-preview__summary-text {
    max-width: 100%;
  }
}

.exhibit--hero .hero-header__words-box.button--link {
  display: block !important;
  margin-top: 0;
  font-weight: lighter;
}

.exhibit--hero .hero-header__words-box.button--link a {
  color: black;
  font-weight: 400;
}

.exhibit--hero .hero-header__words-box.button--link a:hover {
  color: #d73b23;
}

.exhibit--hero .hero-header__words-box.button--link i {
  display: none;
}

@media (max-width: 670px) {
  .exhibit--hero .hero-header__words-box.button--link {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .exhibit--hero .hero-header__words-box.button--link i {
    display: inline;
  }

  .exhibit--hero .hero-header__words-box.button--link a {
    color: #d73b23;
  }

  .exhibit--hero .hero-header__words-box.button--link a:hover {
    color: #7f2315;
  }
}

h2.exhibit-preview__title.button--link,
.objects__listing-item--details h2 p.exhibit-preview__title.button--link {
  font-weight: 400;
}

.exhibit__learn-more-mobile {
  display: none;
}

@media (max-width: 670px) {
  #featured-exhibits {
    margin: 1em 0;
  }

  .exhibit-preview__summary-text {
    display: none;
  }

  .exhibit__learn-more {
    display: none;
  }

  .exhibit__learn-more-mobile {
    display: inline;
  }

  .section-hr-mobile {
    display: block;
  }
}

#featured-articles {
  margin-bottom: 1rem;
}

@media (max-width: 670px) {
  #featured-articles {
    margin-bottom: 2rem;
  }
}

#featured-articles .media-details p:empty {
  display: none;
}

@media (max-width: 670px) {
  #featured-articles .articles__featured {
    display: none;
  }
}

#featured-articles h5.uppercase-robot.featured-articles-title {
  padding-bottom: 0.5em;
}

@media (max-width: 670px) {
  #featured-articles h5.uppercase-robot.featured-articles-title {
    display: none;
  }
}

#featured-articles .article-container {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 670px) {
  #featured-articles #article__button {
    display: block;
    width: 100%;
  }
}

#featured-articles .article__title {
  font-weight: 300;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 670px) {
  #featured-articles .article__title {
    text-align: center;
  }
}

@media (max-width: 670px) {
  #featured-articles h1.hero-header__words-box {
    text-align: center;
    left: 0;
  }
}

#featured-articles .article__author {
  font-size: 1em;
  margin: 0 0 1rem 0;
  padding: 0;
  font-style: italic;
  color: #767676;
}

@media (max-width: 670px) {
  #featured-articles .article__author {
    text-align: center;
  }
}

#featured-articles .article__summary {
  font-family: sans-serif;
  font-size: 1em;
  font-weight: 300;
}

@media (max-width: 670px) {
  #featured-articles .article__summary {
    text-align: center;
  }
}

#featured-articles .article__summary a {
  font-family: 'Lora', serif;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bolder;
}

#featured-articles .carnegie-magazine {
  height: 130px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
  display: none;
}

#featured-articles .carnegie-magazine .carnegie-magazine__left-div {
  min-width: 100px;
  overflow: hidden;
  margin-right: 1em;
}

#featured-articles .carnegie-magazine .carnegie-magazine__right-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#featured-articles .carnegie-magazine .carnegie-magazine__right-div a.green-button,
#featured-articles .carnegie-magazine .carnegie-magazine__right-div #header-buttons a.wp-block-button__link,
#header-buttons #featured-articles .carnegie-magazine .carnegie-magazine__right-div a.wp-block-button__link,
#featured-articles .carnegie-magazine .carnegie-magazine__right-div .bottom-tags > a,
#featured-articles .carnegie-magazine .carnegie-magazine__right-div .wp-block-column.membership-cards .wp-block-group a.wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group #featured-articles .carnegie-magazine .carnegie-magazine__right-div a.wp-block-button__link {
  padding: 0.75em;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 670px) {
  #featured-articles .carnegie-magazine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#featured-articles .magazine-hr {
  display: none;
}

@media (max-width: 670px) {
  #featured-articles .magazine-hr {
    display: block;
  }
}

#featured-articles .article {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-x: hidden;
}

@media (max-width: 670px) {
  #featured-articles .article {
    display: none;
  }
}

#featured-articles .article .img {
  max-height: 150px;
  width: 25%;
  margin-right: 1em;
  overflow: hidden;
}

#featured-articles .article .article__text-box {
  width: 75%;
}

#featured-articles .article .article__text-box h4 {
  margin-bottom: 0.5rem;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

#featured-articles .article .article__text-box p {
  font-weight: lighter;
  padding: 0 0 3px;
  margin: 0;
  line-height: 20px;
  font-size: 0.9em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .articles__featured.content-container {
    display: block;
  }
}

@media (max-width: 670px) {
  #things-to-do {
    padding: 0;
  }
}

#things-to-do .activity__image-container {
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-bottom: 0.5rem;
}

@media (max-width: 670px) {
  #things-to-do .activity__image-container {
    height: 100px;
    width: 100px;
    padding: 0;
  }
}

#things-to-do .activity__image-container img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#things-to-do .activity__square-image {
  height: 100px;
  width: 100px;
}

#things-to-do h4 {
  font-weight: 400;
}

#our-museums .museum-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  overflow: hidden;
}

@media (max-width: 670px) {
  #our-museums .museum-container {
    margin-bottom: 2rem;
  }
}

#our-museums .museum {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

@media (max-width: 670px) {
  #our-museums .museum {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin-bottom: 2rem;
  }

  #our-museums .museum:last-child,
  #our-museums .museum:nth-last-child(2) {
    margin-bottom: 0;
  }
}

#our-museums .museum img {
  width: 100%;
}

#our-museums .museum h4 {
  font-family: 'Roboto';
  font-size: 1.1em;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

#twitter-feed {
  width: 100%;
  background-color: #EBEBEB;
}

#twitter-feed .content-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 200px;
}

#twitter-feed #twitter-info {
  width: 170px;
  padding-right: 20px;
  font-family: Arial;
}

#twitter-feed #twitter-info img {
  width: 25px;
}

#twitter-feed #twitter-info h2,
#twitter-feed #twitter-info .objects__listing-item--details h2 p,
.objects__listing-item--details h2 #twitter-feed #twitter-info p {
  margin: 0;
  font-size: 1.4em;
  font-family: Arial;
}

#twitter-feed #twitter-info a {
  color: #5FB0F5;
  font-weight: 400;
  font-size: 0.9em;
}

#twitter-feed #twitter-info p {
  margin-top: 1em;
  font-weight: 300;
  font-size: 0.8em;
}

#twitter-feed .cmp-twitter-feed {
  width: 100%;
}

#twitter-feed .ctf-context {
  display: none;
}

#twitter-feed li#text-2 {
  list-style: none;
}

#twitter-feed a.ctf-tweet-text-media-wrap {
  display: none;
}

#twitter-feed .ctf-tweets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  border-color: #EBEBEB;
}

#twitter-feed .ctf-item {
  position: relative;
  border: none;
  background-color: white;
  margin: 5px;
  padding: 1em;
  min-height: 175px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  border-radius: 3px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
}

#twitter-feed .ctf-item a {
  color: #7F7F7F;
}

#twitter-feed .ctf-item .ctf-author-box {
  position: relative;
  top: 7.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#twitter-feed .ctf-item .ctf-author-box-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#twitter-feed .ctf-item a.ctf-author-screenname {
  color: blue !important;
}

#twitter-feed .ctf-item span.ctf-screename-sep,
#twitter-feed .ctf-item a.ctf-author-name,
#twitter-feed .ctf-item span.ctf-verified {
  display: none;
}

#twitter-feed .ctf-item .ctf-tweet-text {
  position: relative;
  top: -1.5em;
}

#twitter-feed .ctf-item .ctf-twitterlink {
  color: blue !important;
}

#twitter-feed .ctf-item p {
  font-weight: lighter;
  font-size: 0.8em;
}

#twitter-feed h2,
#twitter-feed .objects__listing-item--details h2 p,
.objects__listing-item--details h2 #twitter-feed p {
  font-family: 'Roboto', sans-serif;
}

#twitter-feed .ctf-quoted-tweet {
  display: none;
}

@media (max-width: 670px) {
  #twitter-feed {
    display: none;
  }
}

@media (max-width: 1164px) {
  #twitter-feed .content-container {
    margin-top: 0;
  }
}

@media (max-width: 1030px) {
  #twitter-feed .content-container {
    margin-top: 1em;
  }

  #twitter-feed .ctf-item:nth-child(4) {
    display: none;
  }

  #twitter-feed .ctf-item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media (max-width: 900px) {
  #twitter-feed .ctf-item:nth-child(3) {
    display: none;
  }

  #twitter-feed .ctf-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

body.single-post .media-details + article {
  margin-top: 0;
}

body.single-post article {
  margin-top: 55px;
}

article .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

article .article-meta p {
  padding-bottom: 0 !important;
}

@media (max-width: 670px) {
  article .article-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  article .article-meta .article-meta__issue {
    margin-right: auto;
  }

  article .article-meta .article-meta__issue + .article-meta__divider {
    display: none;
  }
}

article .article-meta__main,
article .font-resizer,
article .font-resizer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article .font-resizer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 670px) {
  article .font-resizer .article-meta__divider {
    display: none;
  }

  article .font-resizer .hidden-mobile {
    display: none;
  }
}

article li.fontResizer.ct-font-resizer-element {
  position: relative;
  top: -3px;
}

@media (max-width: 670px) {
  article .article-meta__main {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

article p.article-meta__divider {
  font-weight: bold;
  padding: 0 1rem;
}

article .title-box {
  padding: 0 2rem 1rem 2rem;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

article .title-box time {
  display: none;
}

article .title-box h1.entry-title {
  font-family: "Roboto", sans-serif;
  font-size: 3em;
  font-weight: 400;
  margin: 0;
  padding-bottom: 1rem;
  max-width: 1000px;
  margin: auto;
  letter-spacing: -1px;
}

article .title-box .article__summary {
  font-size: 1.2em;
  font-weight: 400;
}

article .entry-content {
  padding: 0;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

article .entry-content p {
  line-height: 25px;
  padding-bottom: 1rem;
  font-size: 1.1em;
}

article .entry-content h2,
article .entry-content .objects__listing-item--details h2 p,
.objects__listing-item--details h2 article .entry-content p,
article .entry-content h3 {
  font-family: 'Roboto', sans-serif;
}

article .entry-content .alignright {
  float: right;
}

article .entry-content .alignleft {
  float: left;
}

article .entry-content img,
article .entry-content p > img {
  max-width: 100%;
  height: auto;
  padding-bottom: 0;
}

article .entry-content img.alignleft {
  padding: 0.5em 0.5em 0.5em 0;
  float: left;
}

article .entry-content img.aligncenter {
  margin: auto;
  padding: 0.5em 0;
  height: auto;
  width: 100%;
}

article .entry-content img.alignright {
  padding: 0.5em 0 0.5em 0.5em;
  float: right;
}

article .entry-content img.alignnone {
  padding: 0.5em 0;
}

article .entry-content blockquote {
  width: 100%;
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: solid 3px;
  border-bottom: solid 3px;
}

article .entry-content blockquote p {
  padding-bottom: 0;
}

article hr {
  padding: 0;
  margin: 0 0 1em;
  height: 3px;
}

article .green-button,
article .top-bar__form input[type="submit"],
.top-bar__form article input[type="submit"],
article #header-buttons .wp-block-button__link,
#header-buttons article .wp-block-button__link,
article footer .email-subscribe input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe article input.wpcf7-form-control.wpcf7-submit,
article .bottom-tags > a,
article .wp-block-column.membership-cards .wp-block-group .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group article .wp-block-button__link {
  margin-right: 5px;
  margin-bottom: 1em;
  text-transform: none;
}

article .green-button a,
article .top-bar__form input[type="submit"] a,
.top-bar__form article input[type="submit"] a,
article #header-buttons .wp-block-button__link a,
#header-buttons article .wp-block-button__link a,
article footer .email-subscribe input.wpcf7-form-control.wpcf7-submit a,
footer .email-subscribe article input.wpcf7-form-control.wpcf7-submit a,
article .bottom-tags > a a,
article .wp-block-column.membership-cards .wp-block-group .wp-block-button__link a,
.wp-block-column.membership-cards .wp-block-group article .wp-block-button__link a {
  color: white;
}

article .tags-title {
  font-family: 'Roboto' !important;
  font-style: normal !important;
  text-transform: capitalize !important;
  color: black !important;
  margin-bottom: 0;
}

article .wpptopdfenh {
  display: none;
}

article .article {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

article .article h4 {
  font-style: normal;
}

article .more-articles-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article a.green-button.more-articles,
article #header-buttons a.more-articles.wp-block-button__link,
#header-buttons article a.more-articles.wp-block-button__link,
article .bottom-tags > a.more-articles,
article .wp-block-column.membership-cards .wp-block-group a.more-articles.wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group article a.more-articles.wp-block-button__link,
article button.green-button.more-articles,
article #header-buttons button.more-articles.wp-block-button__link,
#header-buttons article button.more-articles.wp-block-button__link,
article .wp-block-column.membership-cards .wp-block-group button.more-articles.wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group article button.more-articles.wp-block-button__link {
  width: 32%;
  padding: 0.8em 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.1em;
}

@media (max-width: 670px) {
  article a.green-button.more-articles,
  article #header-buttons a.more-articles.wp-block-button__link,
  #header-buttons article a.more-articles.wp-block-button__link,
  article .bottom-tags > a.more-articles,
  article .wp-block-column.membership-cards .wp-block-group a.more-articles.wp-block-button__link,
  .wp-block-column.membership-cards .wp-block-group article a.more-articles.wp-block-button__link,
  article button.green-button.more-articles,
  article #header-buttons button.more-articles.wp-block-button__link,
  #header-buttons article button.more-articles.wp-block-button__link,
  article .wp-block-column.membership-cards .wp-block-group button.more-articles.wp-block-button__link,
  .wp-block-column.membership-cards .wp-block-group article button.more-articles.wp-block-button__link {
    width: 100%;
  }
}

article .section-hr {
  position: relative;
  top: 4em;
  padding: 1em !important;
  max-width: 1000px;
}

article .section-hr .section-hr__h5 {
  width: 250px;
  top: -105px;
}

@media (max-width: 670px) {
  article .section-hr {
    top: 4em;
  }

  article .section-hr .section-hr__h5 {
    top: -110px;
    width: 275px;
  }

  article .section-hr .section-hr__h5 h5 {
    font-weight: 600;
    color: black !important;
  }
}

@media (max-width: 670px) {
  article img {
    margin: auto;
  }
}

article .article-meta__issue a,
article .article-meta__issue p,
article .font-resizer a,
article .tags a,
article a.print {
  color: black;
  font-weight: bold;
}

article .tags a,
article .tags p {
  color: #d73b23;
}

article li.fontResizer.ct-font-resizer-element {
  list-style-type: none;
  padding-left: 5px;
}

article ul.ct-font-resizer {
  padding: 0;
  margin: 0;
}

article a.print {
  margin-top: 4px;
  padding-right: 2.5rem;
}

article a.print i {
  padding-right: 5px;
}

article .article__main figure {
  max-width: 100% !important;
  padding-bottom: 2rem;
}

article .article__main blockquote,
article .article__main h1,
article .article__main h2,
article .article__main .objects__listing-item--details h2 p,
.objects__listing-item--details h2 article .article__main p,
article .article__main h3,
article .article__main h4,
article .article__main h5,
article .article__main h6,
article .article__main p:not(.wp-caption-text) {
  max-width: 70%;
}

@media (max-width: 900px) {
  article .article__main blockquote,
  article .article__main h1,
  article .article__main h2,
  article .article__main .objects__listing-item--details h2 p,
  .objects__listing-item--details h2 article .article__main p,
  article .article__main h3,
  article .article__main h4,
  article .article__main h5,
  article .article__main h6,
  article .article__main p:not(.wp-caption-text) {
    max-width: 100%;
  }
}

article .article__main blockquote h1,
article .article__main blockquote h2,
article .article__main blockquote .objects__listing-item--details h2 p,
.objects__listing-item--details h2 article .article__main blockquote p,
article .article__main blockquote h3,
article .article__main blockquote h4,
article .article__main blockquote h5,
article .article__main blockquote h6,
article .article__main blockquote p {
  max-width: 100%;
}

article .article__main--full blockquote,
article .article__main--full h1,
article .article__main--full h2,
article .article__main--full .objects__listing-item--details h2 p,
.objects__listing-item--details h2 article .article__main--full p,
article .article__main--full h3,
article .article__main--full h4,
article .article__main--full h5,
article .article__main--full h6,
article .article__main--full p:not(.wp-caption-text) {
  max-width: 100%;
}

article .article__related {
  max-width: 25%;
  float: right;
  text-align: left;
  display: block;
  padding-bottom: 1rem;
  position: relative;
  top: 30%;
}

@media (max-width: 900px) {
  article .article__related {
    display: none;
  }
}

article .article__related h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  min-width: 100%;
  padding: 0;
  margin: 0;
}

article .article__related .permalink {
  display: block;
}

article .article__related .image-container {
  height: 125px;
  background-size: cover;
  background-position: center;
  margin: 0.5rem 0;
}

article .article__related .tags {
  line-height: 0.8em;
  margin-top: 1.33333rem;
}

article .article__related .tags a {
  color: #737373;
  font-weight: 300;
}

article .article__related p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  line-height: 20px;
  min-width: 100%;
  padding-bottom: 0.5em;
}

article .article__related .author {
  padding: 0;
  margin: 0 0 1rem;
}

.magazine-subscribe {
  max-width: 60%;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #ccc;
}

@media (max-width: 900px) {
  .magazine-subscribe {
    max-width: 100%;
  }
}

.magazine-subscribe p.label {
  padding-bottom: 0;
}

.magazine-subscribe .form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 450px) {
  .magazine-subscribe .form-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.magazine-subscribe .form-items input {
  width: auto;
}

@media (max-width: 450px) {
  .magazine-subscribe .form-items input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.magazine-subscribe .form-items input[type='text'] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 450px) {
  .magazine-subscribe .form-items input[type='text'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.magazine-subscribe--sidebar {
  max-width: none;
  margin-bottom: 0;
}

p.sp-layer.sp-black.sp-padding.desc-in.desc-in-bg.hide-medium-screen {
  top: 90% !important;
}

.ess-button-inner {
  background-color: grey !important;
}

.bottom-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-tags p {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 0.8em !important;
  font-weight: bold;
}

.bottom-tags > a {
  max-height: 25px;
  overflow: hidden;
}

#more-things-to-do {
  padding-bottom: 2rem;
}

#more-things-to-do .section-hr {
  padding: 0;
}

@media (max-width: 670px) {
  #more-things-to-do .activity {
    padding: 1rem 0;
  }
}

#more-things-to-do .activity__main-image {
  height: 200px;
  margin-bottom: 0.5em;
  background-size: cover;
  background-position: center;
}

@media (max-width: 670px) {
  #more-things-to-do .activity__main-image {
    display: none;
  }
}

#more-things-to-do .activity__hr:last-child {
  display: none;
}

.things-to-do-page > .content-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.things-to-do-subcategory .large-title h1 {
  font-size: 4em;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 670px) {
  .things-to-do-subcategory .large-title h1 {
    font-size: 3em;
  }
}

.things-to-do-subcategory .activity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  margin-top: 2rem;
}

.things-to-do-subcategory .activity-container .activity {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2em;
}

@media (max-width: 670px) {
  .things-to-do-subcategory .activity-container .activity {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
  }
}

.things-to-do-subcategory .activity-container .activity .activity__image {
  height: 200px;
  background-size: cover;
}

.things-to-do-subcategory .activity-container .activity h3 {
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 1em;
}

.things-to-do-subcategory .activity-container .activity p {
  line-height: 1.7em;
}

.things-to-do-subcategory a.large-title,
.things-to-do-subcategory h1.large-title {
  display: inline;
}

.things-to-do-subcategory .learn-more-arrow {
  display: inline;
  top: 4px;
  left: 0;
  height: 28px;
}

.text-box {
  width: 100%;
}

.large-title {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 670px) {
  .large-title {
    margin-bottom: 0;
  }
}

.basic-header .content-container,
.no-header .content-container {
  padding-bottom: 1em;
}

.basic-header .content-container .ul,
.no-header .content-container .ul {
  margin-bottom: 1rem;
}

.basic-header ul > li,
.no-header ul > li {
  font-weight: 300;
}

.basic-header .main-text.spaced,
.no-header .main-text.spaced {
  margin-top: 1rem;
}

.event-spaces .spaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-spaces .spaces .event-space {
  position: relative;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .event-spaces .spaces .event-space {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
  }
}

.event-spaces .spaces .event-space h2,
.event-spaces .spaces .event-space .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .event-spaces .spaces .event-space p {
  position: absolute;
  top: 235px;
  left: 0;
  background-color: white;
  display: inline-block;
  padding-right: 0.2em;
  padding-top: 0.1em;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 670px) {
  .event-spaces .spaces .event-space h2,
  .event-spaces .spaces .event-space .objects__listing-item--details h2 p,
  .objects__listing-item--details h2 .event-spaces .spaces .event-space p {
    font-size: 1.5em;
    top: 250px;
  }
}

.event-spaces .spaces .event-space p {
  padding-top: 0.5em;
}

.event-spaces .spaces .event-space__image-container {
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.event-spaces .spaces .event-space__image-container img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -o-object-position: center;
     object-position: center;
  min-height: 275px;
  min-width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .event-spaces .spaces .event-space__image-container img {
    display: none;
  }
}

.event-space h2,
.event-space .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .event-space p {
  margin-top: 1rem;
}

.event-spaces-gallery {
  margin-bottom: 4rem;
}

.event-spaces-gallery .content-container {
  display: block;
  padding-top: 0;
}

.event-spaces-gallery .spaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-spaces-gallery .spaces .event-space {
  overflow: hidden;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  padding-bottom: 1rem;
}

@media (max-width: 900px) {
  .event-spaces-gallery .spaces .event-space {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 670px) {
  .event-spaces-gallery .spaces .event-space {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.event-spaces-gallery .spaces .event-space h2,
.event-spaces-gallery .spaces .event-space .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .event-spaces-gallery .spaces .event-space p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  margin-bottom: 0;
}

.event-spaces-gallery .spaces .event-space__image-container {
  height: 325px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

@media (max-width: 670px) {
  .event-spaces-gallery .spaces .event-space__image-container {
    height: 400px;
  }
}

@media (max-width: 450px) {
  .event-spaces-gallery .spaces .event-space__image-container {
    height: 300px;
  }
}

.event-spaces-gallery .spaces .event-space__image-container .event-space__description {
  height: 100%;
  width: 100%;
  padding: 1em;
  position: relative;
  left: 0;
  margin: auto;
  background-color: black;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

@media (max-width: 900px) {
  .event-spaces-gallery .spaces .event-space__image-container .event-space__description {
    opacity: 0.8;
    max-width: 60%;
    left: -1em;
    margin-left: 1em;
    top: 0;
    background-color: transparent;
  }
}

@media (max-width: 670px) {
  .event-spaces-gallery .spaces .event-space__image-container .event-space__description {
    max-width: 100%;
    margin-left: 0em;
    left: 0;
  }
}

.event-spaces-gallery .spaces .event-space__image-container .event-space__description li,
.event-spaces-gallery .spaces .event-space__image-container .event-space__description p {
  position: relative;
  opacity: 1;
  color: white;
  font-size: 0.8em;
  font-weight: 300;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  margin: 0;
}

@media (max-width: 900px) {
  .event-spaces-gallery .spaces .event-space__image-container .event-space__description li,
  .event-spaces-gallery .spaces .event-space__image-container .event-space__description p {
    top: 0.5em;
    background-color: black;
    padding: .5em;
  }
}

@media (max-width: 450px) {
  .event-spaces-gallery .spaces .event-space__image-container .event-space__description li,
  .event-spaces-gallery .spaces .event-space__image-container .event-space__description p {
    font-size: .7em;
  }
}

.event-spaces-gallery .spaces .event-space__image-container img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.event-spaces-gallery .event-space:hover > .event-space__image-container > .event-space__description,
.event-spaces-gallery .event-space:focus > .event-space__image-container > .event-space__description {
  opacity: 0.8;
}

.join-support > .content-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 670px) {
  .join-support > .content-container {
    padding-bottom: 0;
  }
}

.join-support .sub-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.join-support .sub-page {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 1em 0em;
}

.join-support .sub-page p {
  padding-top: .5em;
}

@media (max-width: 900px) {
  .join-support .sub-page {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.join-support .sub-page__background {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 900px) {
  .join-support .sub-page__background {
    height: 250px;
  }
}

.join-support .sub-page__background .sub-page__title {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding-top: 0.75em;
  padding-right: 0.75em;
  background-color: white;
}

.join-support .sub-page__background .sub-page__title h3 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 1.5em;
}

@media (max-width: 900px) {
  .join-support .sub-page__background .sub-page__title h3 {
    font-size: 1em;
  }
}

@media (max-width: 670px) {
  .join-support .sub-page__background .sub-page__title h3 {
    font-size: 1.3em;
  }
}

.join-support .sub-page__background h4.sub-page__quote {
  position: relative;
  left: 1em;
  top: 1em;
  max-width: 200px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  font-size: .9em;
  font-weight: 300;
  font-style: italic;
  padding: .3em;
  display: inline-block;
}

@media (max-width: 900px) {
  .join-support .sub-page__background h4.sub-page__quote {
    display: none;
  }
}

.event-list {
  margin-bottom: 2rem;
}

.event-list .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 0;
}

@media (max-width: 670px) {
  .event-list .event {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event-list .activity__image {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-right: 1rem;
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
  font-family: "object-fit: fill";
}

.event-list .activity__image.leader {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media (max-width: 670px) {
  .event-list .activity__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

.event-list .activity__image > img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.event-list .activity__content {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}

@media (max-width: 670px) {
  .event-list .activity__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.event-list .activity__content h3 {
  margin: 0;
}

.event-list .activity__location,
.event-list .activity__datetime {
  font-weight: 400;
}

.event-list .activity__location {
  font-style: italic;
}

.single-event .event-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-event .event-description {
  padding-right: 1rem;
}

.single-event .event__image {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.single-event .em-booking-form-details {
  padding: 0;
}

.single-event .em-booking-form-details input {
  height: 40px;
}

.single-event .em-booking-form-details #em-booking-submit {
  height: auto;
}

.member-perks {
  padding-bottom: 1rem;
}

.member-perks .sub-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .member-perks .sub-page-container {
    min-width: 100%;
  }
}

.member-perks .sub-page {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  text-align: center;
}

@media (max-width: 670px) {
  .member-perks .sub-page {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    padding-bottom: 1rem;
  }
}

@media (max-width: 450px) {
  .member-perks .sub-page {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.member-perks .sub-page .sub-page__image-link {
  display: block;
  height: 250px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.member-perks .sub-page__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.member-perks div.contact-us {
  padding-bottom: 2rem;
}

.member-perks hr {
  padding: 0;
  margin: 1rem 0 0 0;
}

div.contact-us {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.event-spaces-contact {
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 2rem;
}

.event-spaces-contact .contact-form {
  margin-top: 4rem;
}

.event-spaces-contact .contact-form h2,
.event-spaces-contact .contact-form .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .event-spaces-contact .contact-form p {
  padding-bottom: 1rem;
}

.event-spaces-contact .contact-form p:nth-of-type(2) {
  margin-bottom: 2rem;
}

.plan-visit .museum-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.plan-visit .museum-container > .museum-container__museum {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding-right: 1rem;
  border-right: 1px solid #D3D3D3;
}

@media (max-width: 1100px) {
  .plan-visit .museum-container > .museum-container__museum {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border: none;
    border-bottom: 1px solid #D3D3D3;
  }

  .plan-visit .museum-container > .museum-container__museum:last-child,
  .plan-visit .museum-container > .museum-container__museum:nth-last-child(2) {
    padding-top: 1rem;
  }
}

.plan-visit .museum-container > .museum-container__museum:last-child {
  border: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .plan-visit .museum-container {
    min-width: 100%;
  }
}

.no-header {
  margin-top: 1rem;
}

.no-header .hero-header__words-box {
  margin-top: 0;
}

.magazine-featured-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

@media (max-width: 900px) {
  .magazine-featured-articles {
    display: block;
  }
}

.magazine-featured-articles .magazine-featured-articles__main {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

@media (max-width: 900px) {
  .magazine-featured-articles .magazine-featured-articles__main {
    display: block;
    max-width: none;
  }
}

.magazine-featured-articles .magazine-featured-articles__sidebar {
  padding: 1rem;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.magazine-featured-articles .main-article-content {
  width: 100%;
  margin-bottom: 1rem;
}

.magazine-featured-articles .main-article-content h1 {
  font-size: 3em;
}

.magazine-featured-articles .main-article-content h1.sans-serif {
  letter-spacing: -1px;
}

.magazine-featured-articles .article {
  padding-bottom: 2rem;
}

.magazine-featured-articles .featured-stories {
  width: 100%;
  margin-top: 1rem;
}

.magazine-featured-articles .featured-stories .article {
  padding-bottom: 1rem;
}

.magazine-featured-articles .featured-stories .article:last-child {
  padding-bottom: 0;
}

.magazine-featured-articles .featured-stories .article p {
  margin-bottom: 0.5rem;
}

.magazine-featured-articles .featured-stories .article__image-container {
  height: 275px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  position: relative;
}

.magazine-featured-articles .featured-stories .article__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (max-width: 900px) {
  .magazine-featured-articles .featured-stories .article__image-container {
    height: auto;
  }

  .magazine-featured-articles .featured-stories .article__image-container img {
    position: static;
  }
}

.magazine-featured-articles .featured-stories .author {
  padding: 0.5em 0;
}

.magazine-featured-articles .magazine-featured-articles__section-3 {
  margin-top: 1rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 670px) {
  .magazine-featured-articles .magazine-featured-articles__section-3 {
    padding: 0 1rem;
  }
}

.magazine-featured-articles .magazine-featured-articles__section-3 .article .article__image-container {
  height: 275px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 900px) {
  .magazine-featured-articles .magazine-featured-articles__section-3 .article .article__image-container {
    height: 200px;
  }
}

.magazine-featured-articles .magazine-featured-articles__section-3 .article .article__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.magazine-featured-articles .magazine-featured-articles__sidebar {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media (max-width: 900px) {
  .magazine-featured-articles .magazine-featured-articles__sidebar {
    display: none;
  }
}

.magazine-featured-articles .magazine-featured-articles__sidebar .magazine-featured-articles__sidebar__container {
  padding: 1rem;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.magazine-featured-articles .magazine-featured-articles__sidebar .magazine-featured-articles__sidebar__container .button,
.magazine-featured-articles .magazine-featured-articles__sidebar .magazine-featured-articles__sidebar__container .swidget_btn_addtocart,
.magazine-featured-articles .magazine-featured-articles__sidebar .magazine-featured-articles__sidebar__container .swidget_btn_purchase,
.magazine-featured-articles .magazine-featured-articles__sidebar .magazine-featured-articles__sidebar__container .swidget_checkout_link {
  display: block;
  width: 100%;
}

.magazine-featured-articles .magazine-featured-articles__sidebar .most-read-articles {
  padding-top: 2rem;
}

.magazine-featured-articles .magazine-featured-articles__sidebar .article__title {
  padding-top: 1rem;
  text-transform: none;
}

.magazine-featured-articles .magazine-featured-articles__sidebar button.grey-button {
  max-width: 100%;
}

.magazine-featured-articles h3,
.magazine-featured-articles h4 {
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
}

.magazine-featured-articles a > h3 {
  font-weight: 400;
}

.carnegie-magazine-section-2 .carnegie-magazine__big-picture {
  margin-bottom: 1rem;
}

.carnegie-magazine-section-2 .carnegie-magazine__facetime {
  margin-bottom: 2rem;
}

.carnegie-magazine-section-2 h1.hero-header__words-box.sans-serif {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -1px;
}

@media (max-width: 670px) {
  .carnegie-magazine-section-2 h1.hero-header__words-box.sans-serif {
    margin-top: 0.5rem;
  }
}

.carnegie-magazine-section-2 .facetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .carnegie-magazine-section-2 .facetime {
    width: 100%;
  }
}

.carnegie-magazine-section-2 .facetime p {
  font-weight: bold;
}

@media (max-width: 670px) {
  .carnegie-magazine-section-2 .facetime {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.carnegie-magazine-section-2 h2.facetime-title,
.carnegie-magazine-section-2 .objects__listing-item--details h2 p.facetime-title,
.objects__listing-item--details h2 .carnegie-magazine-section-2 p.facetime-title {
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.carnegie-magazine-section-2 .facetime__left {
  width: 70%;
}

.carnegie-magazine-section-2 .facetime__left .facetime__left__name {
  font-size: 1.5em;
}

@media (max-width: 670px) {
  .carnegie-magazine-section-2 .facetime__left {
    width: 100%;
    margin-right: 0;
  }
}

.carnegie-magazine-section-2 .facetime__right {
  width: calc(30% - 1rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (max-width: 670px) {
  .carnegie-magazine-section-2 .facetime__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }

  .carnegie-magazine-section-2 .facetime__right .face + .face {
    margin-left: 1rem;
  }
}

@media (max-width: 450px) {
  .carnegie-magazine-section-2 .facetime__right {
    display: block;
  }

  .carnegie-magazine-section-2 .facetime__right .face + .face {
    margin-left: 0;
  }

  .carnegie-magazine-section-2 .facetime__right .face img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

.carnegie-magazine-section-2 .facetime__right img {
  max-height: 193px;
}

.carnegie-magazine-section-2 p.facetime__text {
  font-weight: 300;
}

.carnegie-magazine-section-2 .media-credit {
  max-width: 20%;
  position: relative;
  bottom: 4em;
  left: 2em;
}

.carnegie-magazine-section-3 {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.carnegie-magazine-section-3 h1.hero-header__words-box {
  margin-top: 0;
}

.carnegie-magazine-section-3 h1.hero-header__words-box.sans-serif {
  letter-spacing: -1px;
}

.carnegie-magazine-current-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 2rem;
}

@media (max-width: 1000px) {
  .carnegie-magazine-current-1 {
    padding-top: 0;
  }
}

.carnegie-magazine-current-1 .content-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carnegie-magazine-current-1 .current-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 670px) {
  .carnegie-magazine-current-1 .current-issue {
    display: block;
  }
}

.carnegie-magazine-current-1 .cover .cover__inner {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 900px) {
  .carnegie-magazine-current-1 .current-issue__cover-story,
  .carnegie-magazine-current-1 .magazine-archives {
    margin-bottom: 3rem;
  }
}

.carnegie-magazine-current-1 .current-issue__left {
  width: 60%;
  overflow: hidden;
  padding-right: 1rem;
}

@media (max-width: 670px) {
  .carnegie-magazine-current-1 .current-issue__left {
    padding: 0;
    width: 100%;
  }
}

.carnegie-magazine-current-1 .current-issue__right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
}

.carnegie-magazine-current-1 .current-issue__right .green-button,
.carnegie-magazine-current-1 .current-issue__right .top-bar__form input[type="submit"],
.top-bar__form .carnegie-magazine-current-1 .current-issue__right input[type="submit"],
.carnegie-magazine-current-1 .current-issue__right #header-buttons .wp-block-button__link,
#header-buttons .carnegie-magazine-current-1 .current-issue__right .wp-block-button__link,
.carnegie-magazine-current-1 .current-issue__right footer .email-subscribe input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .carnegie-magazine-current-1 .current-issue__right input.wpcf7-form-control.wpcf7-submit,
.carnegie-magazine-current-1 .current-issue__right .bottom-tags > a,
.carnegie-magazine-current-1 .current-issue__right .wp-block-column.membership-cards .wp-block-group .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .carnegie-magazine-current-1 .current-issue__right .wp-block-button__link {
  margin-bottom: 0;
}

@media (max-width: 670px) {
  .carnegie-magazine-current-1 .current-issue__right {
    padding: 0;
    width: 100%;
  }
}

.carnegie-magazine-current-1 .current-issue__right .magazine-subscribe--sidebar .button,
.carnegie-magazine-current-1 .current-issue__right .magazine-subscribe--sidebar .swidget_btn_addtocart,
.carnegie-magazine-current-1 .current-issue__right .magazine-subscribe--sidebar .swidget_btn_purchase,
.carnegie-magazine-current-1 .current-issue__right .magazine-subscribe--sidebar .swidget_checkout_link {
  display: block;
  width: 100%;
}

.carnegie-magazine-current-1 .issue-title {
  margin: 0.5rem 0;
}

.carnegie-magazine-current-1 ul {
  padding: 0;
  margin: 0;
}

.carnegie-magazine-current-1 .magazine-archives__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.carnegie-magazine-current-1 .archive {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.carnegie-magazine-current-1 .green-button,
.carnegie-magazine-current-1 .top-bar__form input[type="submit"],
.top-bar__form .carnegie-magazine-current-1 input[type="submit"],
.carnegie-magazine-current-1 #header-buttons .wp-block-button__link,
#header-buttons .carnegie-magazine-current-1 .wp-block-button__link,
.carnegie-magazine-current-1 footer .email-subscribe input.wpcf7-form-control.wpcf7-submit,
footer .email-subscribe .carnegie-magazine-current-1 input.wpcf7-form-control.wpcf7-submit,
.carnegie-magazine-current-1 .bottom-tags > a,
.carnegie-magazine-current-1 .wp-block-column.membership-cards .wp-block-group .wp-block-button__link,
.wp-block-column.membership-cards .wp-block-group .carnegie-magazine-current-1 .wp-block-button__link {
  width: 100%;
  padding: 1rem 2rem;
  margin-bottom: 0.5em;
}

.carnegie-magazine-current-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carnegie-magazine-current-2 .content-container {
    min-width: 1200px;
    margin: auto;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1200px), (-ms-high-contrast: active) and (max-width: 1200px) {
  .carnegie-magazine-current-2 .content-container {
    min-width: 1136px;
  }
}

.carnegie-magazine-current-2 .features {
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
}

.carnegie-magazine-current-2 .features .article {
  width: calc(33.33333% - 2.66667rem);
  float: left;
  margin-left: 2rem;
  margin-bottom: 2em;
}

.carnegie-magazine-current-2 .features .article:nth-child(3n + 1) {
  clear: left;
}

@media (max-width: 670px) {
  .carnegie-magazine-current-2 .features .article {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}

.carnegie-magazine-current-2 .article__image-container {
  position: relative;
  height: 225px;
  overflow: hidden;
}

.carnegie-magazine-current-2 .article__image-container img {
  height: auto;
  width: auto;
}

.carnegie-magazine-current-2 .article__image-container .feature-type {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 0.25em 0.5em 0 0;
  background-color: white;
}

.carnegie-magazine-current-2 hr {
  margin: 0 0 0.5em;
}

.carnegie-magazine-current-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  margin: auto;
  max-width: 1200px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carnegie-magazine-current-3 .content-container {
    min-width: 1200px;
    margin: auto;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1200px), (-ms-high-contrast: active) and (max-width: 1200px) {
  .carnegie-magazine-current-3 .content-container {
    min-width: 1136px;
  }
}

.carnegie-magazine-current-3 hr {
  padding: 0;
  margin: 0 0 0.5em;
}

.carnegie-magazine-current-3 .also-in-issue {
  width: 65%;
}

@media (max-width: 670px) {
  .carnegie-magazine-current-3 .also-in-issue {
    width: 100%;
  }
}

.carnegie-magazine-current-3 .also-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 670px) {
  .carnegie-magazine-current-3 .also-article {
    display: block;
  }
}

.carnegie-magazine-current-3 .also-article__left,
.carnegie-magazine-current-3 .also-article__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.carnegie-magazine-current-3 .also-article__right {
  padding: 0 1rem 1rem;
  font-size: 0.9em;
}

@media (max-width: 670px) {
  .carnegie-magazine-current-3 .also-article__right {
    padding: 0 0 2rem;
  }
}

.carnegie-magazine-current-3 .green-robot-link {
  margin: 0;
}

.carnegie-magazine-current-3 .feature-type {
  display: inline-block;
  background-color: white;
  position: relative;
  top: -2em;
  padding: 0.25em 0.5em 0 0;
}

.carnegie-magazine__big-picture.-pad-bottom {
  margin-bottom: 3rem;
}

.carnegie-magazine__big-picture .media-credit {
  max-width: 20%;
  position: relative;
  bottom: 4em;
  left: 2em;
}

@media (max-width: 670px) {
  h1.hero-header__words-box.green-robot-link {
    padding: 0;
    margin: 0 0 1rem 0;
  }
}

.magazine-signup {
  padding: 1rem 0;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}

@media (max-width: 670px) {
  .magazine-signup {
    padding: 1em 0;
  }
}

.magazine-signup p {
  width: 100%;
}

body.carnegie-magazine-archive .content-container {
  padding-top: 4rem;
}

body.carnegie-magazine-archive .basic-header + .content-container,
body.carnegie-magazine-archive .no-header + .content-container {
  padding-top: 0;
}

.magazine-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .magazine-archive {
    min-width: 100%;
  }
}

@media (max-width: 1000px) {
  .magazine-archive {
    padding: 0;
  }
}

.magazine-archive .issue {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
}

@media (max-width: 1000px) {
  .magazine-archive .issue {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.magazine-archive .issue .text {
  width: 100%;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.magazine-archive .issues-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}

.magazine-archive .issue__cover {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.magazine-archive .issue__cover img {
  display: block;
}

@media (max-width: 1000px) {
  .magazine-archive .issue__cover {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .magazine-archive .issue__cover h2,
  .magazine-archive .issue__cover .objects__listing-item--details h2 p,
  .objects__listing-item--details h2 .magazine-archive .issue__cover p {
    font-size: 1.25rem;
  }
}

.magazine-archive .past-issues-heading {
  margin: 0 0 2rem 0;
  width: 100%;
}

.magazine-archive .past-issues-list {
  width: 100%;
}

.magazine-archive .past-issues-list .post-issues-year {
  font-size: 1.25rem;
  margin-right: 2rem;
  min-width: 55px;
}

.magazine-archive .past-issues-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .magazine-archive .past-issues-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .magazine-archive .past-issues-list > li > ol > li {
    display: block;
    margin-left: 1rem;
  }
}

.tag-partial {
  max-width: 1200px;
  margin: auto;
}

.tag-partial p {
  max-width: 60;
}

.tag-partial article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 0;
  overflow: hidden;
}

.tag-partial .article__content {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.tag-partial .article__image {
  max-height: 200px;
  width: 200px;
  margin-right: 1rem;
}

.tag-partial .article__image img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  min-height: 200px;
  min-width: 200px;
}

body.internal .simple-banner {
  display: none;
}

body.internal .top-bar-container {
  display: none;
}

@media (max-width: 1000px) {
  body.internal .top-bar-container {
    display: block;
  }
}

body.internal .top-bar-nav {
  background-color: #d73b23;
}

body.internal .nav-buttons {
  margin-left: auto;
}

body.internal footer .right-section {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

body.internal footer .left-section {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

body.internal footer .bottom-row .bottom-row__left {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

body.page-template-template-carnegie-magazine-special-blade article {
  margin-top: 71px;
}

.wp-block-column.membership-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.wp-block-column.membership-cards .wp-block-group {
  background: #ccc;
  padding: 1rem;
  width: 100%;
}

.wp-block-column.membership-cards .wp-block-group h3 {
  text-transform: uppercase;
}

@media (min-width: 1140px) {
  .wp-block-column.membership-cards .wp-block-group {
    width: calc(50% - 1rem);
  }
}

.wp-block-column.membership-cards .wp-block-group p:not(:last-of-type) {
  margin-bottom: 0rem;
}

.wp-block-column.membership-cards .wp-block-group .wp-block-button__link {
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}

.membership-list {
  list-style-type: "+ ";
  font-weight: 300;
}

.membership-list li::marker {
  color: #d73b23;
}

.membership-group {
  margin-bottom: 3rem;
}

.membership-group + .membership-group {
  border-top: 1px solid #333;
  padding-top: 3rem;
}

body.noscroll,
html.noscroll {
  overflow: hidden !important;
}

.event-archive {
  max-width: 71.25rem;
  padding-inline: 1rem;
  margin: 0 auto;
  color: inherit;
}

.event-archive .pagination {
  margin-block: 2rem;
}

.event-archive .pagination__next,
.event-archive .pagination__previous {
  display: inline-block;
  position: relative;
}

.event-archive .pagination__next::before,
.event-archive .pagination__previous::before {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.event-archive .pagination__previous::before {
  -webkit-transform: translateY(-50%) translateX(-25%) rotate(45deg);
       -o-transform: translateY(-50%) translateX(-25%) rotate(45deg);
          transform: translateY(-50%) translateX(-25%) rotate(45deg);
  border-bottom: 0.1875rem solid #d73b23;
  border-left: 0.1875rem solid #d73b23;
}

.event-archive .pagination__next::before {
  -webkit-transform: translateY(-50%) translateX(-75%) rotate(-45deg);
       -o-transform: translateY(-50%) translateX(-75%) rotate(-45deg);
          transform: translateY(-50%) translateX(-75%) rotate(-45deg);
  border-bottom: 0.1875rem solid #d73b23;
  border-right: 0.1875rem solid #d73b23;
}

.event-archive .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.event-archive .nav-links > a,
.event-archive .nav-links > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3rem;
  width: auto;
  aspect-ratio: 1/1;
  position: relative;
  border: 2px solid #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-archive .nav-links span.current {
  color: white;
  background: #767676;
  border-color: #767676;
}

.event-archive__header,
.event-archive .show-filter,
.event-archive__filter-controls,
.event-archive__content,
.event-archive .search-wrap,
.event-archive .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-archive__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 1rem;
  margin-block: 3.75rem;
}

.event-archive__header .post-count {
  display: none;
  color: #767676;
  font-size: 0.875rem;
}

.event-archive__header .show-filter__wrap {
  display: none;
  margin-right: 0.5rem;
  border-right: 2px solid #ccc;
  padding-right: 0.5rem;
}

.event-archive__header .show-filter__wrap button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border: none;
  color: white;
  background: #d73b23;
  padding: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
}

.event-archive__header .show-filter__wrap button span {
  margin-right: 1rem;
}

@media (max-width: 62.5rem) {
  .event-archive__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0rem;
    padding-inline: calc((100vw - 640px) / 2);
  }

  .event-archive__header h1 {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    white-space: nowrap;
  }

  .event-archive__header .post-count {
    width: 50%;
    display: block;
    text-align: right;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .event-archive__header .event-archive__filter-controls {
    width: 100% !important;
  }

  .event-archive__header .event-archive__filter-controls form {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .event-archive__header .show-filter__wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .event-archive__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .event-archive__header h1 {
    text-align: center;
    width: 100%;
  }

  .event-archive__header .post-count {
    text-align: left;
    width: 100%;
  }
}

.event-archive__content {
  gap: 4rem;
}

.event-archive__list {
  width: 100%;
}

.event-archive__sidebar {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.event-archive__sidebar h2,
.event-archive__sidebar .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .event-archive__sidebar p {
  font-size: 1rem;
  font-weight: bold;
  color: #666;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

@media (max-width: 62.5rem) {
  .event-archive__sidebar h2,
  .event-archive__sidebar .objects__listing-item--details h2 p,
  .objects__listing-item--details h2 .event-archive__sidebar p {
    font-size: 2rem;
    font-family: "Lora", serif;
    color: black;
    font-weight: normal;
  }
}

.event-archive__sidebar input[type="submit"],
.event-archive__sidebar input[type="reset"] {
  border: none;
  border-radius: 0;
  color: white;
  cursor: pointer;
}

.event-archive__sidebar input[type="submit"] {
  margin-right: 0.5rem;
  width: 100%;
  background: #d73b23;
}

.event-archive__sidebar input[type="reset"] {
  width: min-content;
  background: #767676;
  padding-inline: 1.5rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.event-archive__sidebar__close {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}

.event-archive__sidebar__close button {
  background: #666;
  color: white;
  height: 4rem;
  width: 4rem;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: all 120ms ease-in-out;
  -o-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

.event-archive__sidebar__close button:hover,
.event-archive__sidebar__close button:focus,
.event-archive__sidebar__close button:focus-within {
  background: #767676 !important;
}

.event-archive__sidebar__close button svg {
  fill: white;
}

.event-archive__sidebar__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.event-archive__sidebar__header span {
  font-size: 0.875rem;
  color: #767676;
}

@media (max-width: 62.5rem) {
  .event-archive__sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 999999999999999;
    width: 100vw;
    height: 100vh;
  }

  .event-archive__sidebar form,
  .event-archive__sidebar__header {
    max-width: calc(640px + 2rem);
    padding-inline: 2rem;
    margin-inline: auto;
  }

  .event-archive__sidebar__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .event-archive__sidebar.open,
  .event-archive__sidebar .close-filter {
    display: block;
    overflow-y: scroll;
  }

  .event-archive__sidebar.open form,
  .event-archive__sidebar .close-filter form {
    margin-bottom: 2rem;
  }
}

.event-archive__sidebar aside {
  font-style: italic;
  text-align: center;
  font-size: 0.95rem;
}

.event-archive__calendar {
  background: #ccc;
  margin-bottom: 1rem;
}

.event-archive .search-wrap {
  position: relative;
}

.event-archive .search-wrap span {
  position: absolute;
  font-weight: normal;
  color: #ccc;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 1rem;
  cursor: text;
}

.event-archive .search-wrap input {
  height: 2.5rem;
  border-radius: 0;
  border-color: #ccc;
  margin-bottom: 0;
  margin-right: 0.5rem;
  padding-left: 1rem;
}

.event-archive .search-wrap input:focus + span,
.event-archive .search-wrap input:not(:placeholder-shown) + span {
  display: none;
}

.event-archive .search-wrap button {
  height: 2.5rem;
  width: auto;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 0;
  background: #d73b23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
}

.event-archive .search-wrap button svg {
  fill: white;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
}

body.search-results main {
  max-width: 71.25rem;
  width: 100%;
}

#start-date-select,
#end-date-select,
#calendar {
  display: none;
}

.pika-single {
  display: block;
  background: #eaeaea !important;
  border: none !important;
}

.pika-single thead,
.pika-single th,
.pika-single tbody,
.pika-single tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.pika-single tbody {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.pika-single tbody tr {
  height: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.pika-single thead tr {
  width: 100%;
}

.pika-single th,
.pika-single td {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pika-single .pika-lendar {
  width: 100%;
  margin: 0;
  padding: 1rem;
}

.pika-single .pika-lendar table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pika-single .pika-lendar table tr {
  height: 2.375rem;
}

.pika-single .pika-button {
  height: 100%;
  box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}

.pika-single td .pika-button {
  -webkit-transition: border-radius 120ms ease-in-out !important;
  -o-transition: border-radius 120ms ease-in-out !important;
  transition: border-radius 120ms ease-in-out !important;
}

.pika-single td .pika-button:hover,
.pika-single td .pika-button:focus,
.pika-single td .pika-button:focus-within {
  background: #ccc;
  color: inherit;
}

.pika-single td.is-selected .pika-button,
.pika-single td.is-startrange .pika-button,
.pika-single td.is-endrange .pika-button {
  background: #666 !important;
}

.pika-single td.is-inrange .pika-button {
  background: white;
}

.pika-single td.is-today .pika-button {
  color: inherit;
  font-style: italic;
}

.pika-single td.is-selected .pika-button {
  color: white;
}

.pika-single td.is-startrange .pika-button {
  -webkit-transition: border-radius 120ms ease-in !important;
  -o-transition: border-radius 120ms ease-in !important;
  transition: border-radius 120ms ease-in !important;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.pika-single td.is-endrange .pika-button {
  -webkit-transition: border-radius 120ms ease-in !important;
  -o-transition: border-radius 120ms ease-in !important;
  transition: border-radius 120ms ease-in !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.pika-single .pika-label {
  background: transparent;
  text-transform: uppercase;
}

.pika-single .pika-next,
.pika-single .pika-prev {
  color: black;
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  top: -999999px;
  left: -999999px;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -99999999;
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  width: 100% !important;
  margin-bottom: 1rem !important;
  border-radius: 0px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
  outline-width: 0;
  cursor: pointer;
}

.select-wrap::after {
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  height: 0.75rem;
  width: auto;
  aspect-ratio: 1/1;
  border-left: 3px solid #d73b23;
  border-bottom: 3px solid #d73b23;
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-100%);
       -o-transform: rotate(-45deg) translateY(-100%);
          transform: rotate(-45deg) translateY(-100%);
  right: 0.5rem;
  z-index: 2;
}

.event-card {
  padding-block: 1rem !important;
  padding-inline: 0;
  border-bottom: 1px solid #ccc !important;
}

.event-card a:hover {
  color: #d73b23;
}

.event-card.hidden {
  display: none !important;
}

.event-card__date {
  font-weight: bold;
  color: #767676;
}

.event-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-card__content a {
  color: black;
}

.event-card__content h2,
.event-card__content .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .event-card__content p {
  margin-bottom: 0.25rem;
}

.event-card__details {
  font-size: 0.875rem;
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.event-card__details a {
  color: inherit;
}

.event-card__details .event-card__featured-flag {
  background: #c8edc7;
  color: #457b44;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.event-card__venue {
  display: block;
  height: 100%;
  font-weight: bold !important;
  color: #767676;
  width: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

.event-card__venue a {
  color: inherit;
}

@media (max-width: 62.5rem) {
  .event-card__venue {
    display: none;
  }
}

.event-card__venue-tag {
  display: none;
}

.event-card__venue-tag::after {
  content: "|";
  display: inline-block;
  margin-left: 0.05rem;
}

@media (max-width: 62.5rem) {
  .event-card__venue-tag {
    display: inline;
  }
}

@media print {
  .top-bar-container {
    display: none;
  }

  .hero-header {
    margin-left: 0;
    margin-right: 0;
  }

  .media-details {
    padding-left: 0;
    padding-right: 0;
  }

  body.single-post article {
    padding-left: 0;
    padding-right: 0;
  }

  body.single-post .article-meta .article-meta__issue + .article-meta__divider {
    display: none;
  }

  body.single-post .article-meta .print,
  body.single-post .article-meta .font-resizer {
    display: none;
  }

  body.single-post .article__related {
    display: none;
  }

  body.single-post .entry-content {
    padding-left: 0;
    padding-right: 0;
  }

  body.single-post .entry-content p {
    font-size: 1rem;
    line-height: 23px;
    padding-bottom: .91rem;
    margin-bottom: .91rem;
  }

  body.single-post .magazine-subscribe {
    display: none;
  }

  .footer {
    height: 3em;
    min-height: 0;
    overflow: hidden;
    position: relative;
    padding: 0;
  }

  .footer * {
    visibility: hidden;
  }

  .footer .footer-links .copyright {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
  }

  .footer .footer-links .copyright * {
    visibility: visible;
  }

  .footer .footer-links .copyright a {
    display: none;
  }
}

.event-card {
  padding-block: 1rem !important;
  padding-inline: 0;
  border-bottom: 1px solid #ccc !important;
}

.event-card a:hover {
  color: #d73b23;
}

.event-card.hidden {
  display: none !important;
}

.event-card__date {
  font-weight: bold;
  color: #767676;
}

.event-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-card__content a {
  color: black;
}

.event-card__content h2,
.event-card__content .objects__listing-item--details h2 p,
.objects__listing-item--details h2 .event-card__content p {
  margin-bottom: 0.25rem;
}

.event-card__details {
  font-size: 0.875rem;
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.event-card__details a {
  color: inherit;
}

.event-card__details .event-card__featured-flag {
  background: #c8edc7;
  color: #457b44;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.event-card__venue {
  display: block;
  height: 100%;
  font-weight: bold !important;
  color: #767676;
  width: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

.event-card__venue a {
  color: inherit;
}

@media (max-width: 62.5rem) {
  .event-card__venue {
    display: none;
  }
}

.event-card__venue-tag {
  display: none;
}

.event-card__venue-tag::after {
  content: "|";
  display: inline-block;
  margin-left: 0.05rem;
}

@media (max-width: 62.5rem) {
  .event-card__venue-tag {
    display: inline;
  }
}


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