/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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 */ }

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

/**
     * 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-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 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
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* 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; }

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

html {
  font-size: 100%;
  line-height: 1.625; }

body {
  background-color: #ffffff;
  font-family: arial, sans-serif; }

#container {
  margin: 0 auto;
  width: 1200px;
  padding: 0 12px 40px;
  background-color: #ffffff;
  color: #474a43; }

.main {
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 3rem;
  line-height: 1.5; }

h2 {
  clear: left; }

/* http://typecast.com/blog/a-more-modern-scale-for-web-typography */
h2 {
  color: #74767a;
  font-size: 2.25rem;
  line-height: 1.25;
  margin: 0 0 2rem; }

h3 {
  color: #74767a;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 .64em 0; }

h4 {
  color: #74767a;
  font-size: 1.375rem;
  line-height: 1.5; }

h5 {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: -0.5em; }

p, li {
  line-height: 1.65; }

a {
  color: #5a7e20;
  text-decoration: none; }
  a:hover {
    color: #765b38; }
  a:active {
    color: #765b38; }
  a.pagesel, a.pagesel:hover, a.pagesel:active {
    color: #5a7e20 !important; }

a.external {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat left top 2px;
  background-size: 24px;
  padding-left: 32px; }

.first {
  clear: both; }

.hidden {
  display: none !important; }

.nowrap {
  white-space: nowrap; }

header {
  color: #474a43;
  display: flex;
  flex-direction: column; }
  header .menu-toggle {
    display: none; }
  header li {
    display: inline-block; }
    header li a {
      display: inline-block;
      width: 100%;
      padding: 0 12px;
      color: #74767a;
      text-decoration: none; }
      header li a:hover {
        color: #765b38;
        border-bottom: 1px solid #765b38;
        padding-bottom: 11px !important; }
      header li a:active {
        color: #765b38;
        border-bottom: 1px solid #765b38;
        padding-bottom: 11px !important; }
    header li.selected a {
      color: #765b38;
      border-bottom: 2px solid #765b38; }
  header .title {
    border-bottom: 1px solid #e0e0e0;
    clear: right;
    margin: 0;
    padding: 16px 0;
    order: 1; }
    header .title h1 {
      margin: 0;
      color: #74767a;
      text-align: center;
      text-transform: uppercase; }
      header .title h1 a {
        color: inherit; }
        header .title h1 a:hover, header .title h1 a:active {
          border: 0;
          color: #765b38; }
  header .main-nav {
    height: 67px;
    border-bottom: 1px solid #e0e0e0; }
    header .main-nav ul {
      float: right;
      margin: 12px 0 0 0;
      padding: 0; }
      header .main-nav ul a {
        line-height: 44px; }
  header .exhibits {
    order: 2;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px; }
    header .exhibits h4 {
      display: none; }
    header .exhibits ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 8px auto 0;
      padding: 0;
      text-align: center;
      font-size: 14px; }
      header .exhibits ul li {
        max-width: 100px; }
      header .exhibits ul a {
        padding: 0 12px 12px;
        line-height: 18px; }

.text {
  width: 400px;
  float: right;
  padding: 0;
  margin-top: 12px; }
  .text h2 {
    color: #74767a;
    margin: 0px; }
  .text h3 {
    color: #74767a; }

.featured {
  float: left;
  width: 580px;
  margin: 8px 0 32px; }
  .featured img {
    max-width: 100%;
    float: right; }

.gallery {
  width: 742px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 16px 24px; }
  .gallery p {
    width: 231px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 16px; }
  .gallery p.gallery_tall {
    padding-left: 44px; }
    .gallery p.gallery_tall img {
      margin-left: -4px; }
  .gallery img {
    display: block;
    position: relative;
    top: -8px;
    left: -16px;
    max-width: calc(100% + 16px);
    max-height: 100%; }
  .gallery a {
    display: block; }
  .gallery .after_tall {
    margin-top: -50px; }

.exhibitions h3 {
  margin: 0 0 16px 0; }

.exhibitions ul {
  margin: 0;
  padding-left: 0px; }

.exhibitions li {
  margin-bottom: 16px;
  list-style: none;
  clear: right; }

.upcoming {
  width: 540px;
  float: right;
  margin: 4px 0 0; }
  .upcoming img {
    max-width: 540px; }
  .upcoming a:hover {
    text-decoration: underline; }
  .upcoming h3 {
    margin: 0 0 16px 0; }
  .upcoming ul {
    margin: 0;
    padding-left: 0px; }
  .upcoming li {
    margin-bottom: 32px;
    list-style: none;
    clear: right; }
  .upcoming h4 {
    font-size: 20px;
    margin: 24px 0 8px;
    line-height: 1.3; }
  .upcoming h5 {
    margin: 4px 0 8px 0;
    font-style: italic;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    gap: 1em;
    line-height: 1.3; }
    .upcoming h5 strong {
      font-style: normal;
      font-weight: 600; }
  .upcoming p {
    margin: 8px 0 0 0;
    clear: right; }
  .upcoming p + h5 a.external, .upcoming h5 + h5 a.external {
    margin-top: 16px; }
  .upcoming .date {
    text-align: right;
    font-weight: normal;
    font-style: normal;
    text-wrap: nowrap; }
  .upcoming h4 > .date {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #474a43; }

.instagram svg {
  fill: #74767a;
  width: 27px;
  position: relative;
  top: 8px; }

.instagram a:hover svg {
  fill: #765b38; }

.facebook a {
  padding: 0 8px; }

.facebook svg {
  fill: #74767a;
  width: 16px;
  position: relative;
  top: 8px; }

.facebook a:hover svg {
  fill: #765b38; }

.twitter svg {
  width: 25px;
  fill: #74767a;
  position: relative;
  top: 5px; }

.twitter a:hover svg {
  fill: #765b38; }

.email a {
  padding: 0 12px 0 8px; }

.email svg {
  fill: #74767a;
  width: 27px;
  position: relative;
  top: 6px; }

.email a:hover svg {
  fill: #765b38; }

body[data-page="index"] .press {
  width: 540px; }

.about {
  margin: auto;
  max-width: 800px; }

.bottle {
  float: right;
  width: 300px;
  margin-right: -40px;
  margin-bottom: 300px; }
  .bottle img {
    width: 100%; }

.about p, .about li {
  font-size: 18px;
  margin-right: 120px;
  margin-bottom: 18px; }

body[data-page="teaching"] .about {
  margin: 0 0 0 100px; }

.speaking {
  position: absolute;
  width: 300px;
  left: 900px; }
  .speaking img {
    width: 100%; }

.newsitem {
  margin: 16px 0px 16px;
  border-bottom: 1px solid #aaaaaa; }
  .newsitem iframe {
    width: 540px;
    height: 315px; }
  .newsitem h4 {
    font-size: 19px;
    margin: 0px 0px 8px;
    padding: 0;
    color: #5a7e20;
    line-height: 1.3;
    display: flex;
    align-items: center;
    min-height: 48px; }
  .newsitem h5 {
    color: #474a43;
    margin: 0; }
  .newsitem p {
    color: #474a43;
    margin: 0 0 16px; }
  .newsitem a:hover h4, .newsitem a:active h4 {
    background: #e0e0e0;
    color: #765b38; }

.cfa h4:before {
  content: "";
  width: 68px;
  height: 48px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: 84px;
  background-position: 0px -14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1080' height='1080'%3E%3Cpath d='m127.48 44.26 3.46-3.65C89.5-2.45 14.69 27.08 15.19 87.16c-.5 60.1 74.57 89.41 115.89 46.33l-3.66-3.49C89.25 169.82 19.71 142.73 20.24 87.15c-.45-55.74 68.89-82.87 107.24-42.89Z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 .037 316.667)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M137 141.72C89 189.69 4.51 155.38 5.09 87.15c-.64-68.6 84.32-102.84 132.3-54.36l3.61-3.57C89.76-22.45-.67 14 0 87.16c-.64 73 90 109.4 141 57.85l-3.65-3.65Z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 -.005 316.627)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M58.76 45.55c19.257-10.696 43.301-7.088 58.57 8.79l3.6-3.59C88.34 16.59 29.14 39.56 29.47 87.08c-.42 47.41 59 70.53 91.37 36.31l-3.51-3.5c-20.82 22.75-61.83 18.54-76.5-9-13-22.07-5-53.32 17.93-65.35' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 .072 316.705)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M-57.74-82.78V82.78h5.09v-160.4l110.39-.08v-5.08H-57.74z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 408.5 473.5)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='m127.48 44.26 3.46-3.65C89.5-2.45 14.69 27.08 15.19 87.16c-.5 60.1 74.57 89.41 115.89 46.33l-3.66-3.49C89.25 169.82 19.71 142.73 20.24 87.15c-.45-55.74 68.89-82.87 107.24-42.89Z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 .197 316.847)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M137 141.72C89 189.69 4.51 155.38 5.09 87.15c-.64-68.6 84.32-102.84 132.3-54.36l3.61-3.57C89.76-22.45-.67 14 0 87.16c-.64 73 90 109.4 141 57.85l-3.65-3.65Z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 .175 316.837)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M58.76 45.55c19.257-10.696 43.301-7.088 58.57 8.79l3.6-3.59C88.34 16.59 29.14 39.56 29.47 87.08c-.42 47.41 59 70.53 91.37 36.31l-3.51-3.5c-20.82 22.75-61.83 18.54-76.5-9-13-22.07-5-53.32 17.93-65.35' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 .192 316.845)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M-57.74-82.78V82.78h5.09v-160.4l110.39-.08v-5.08H-57.74z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 408.65 473.71)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M-50.13-75.1V75.19h5.05V-4.64h79.97v-5.04h-79.97v-60.38l95.21-.08v-5.05l-100.26.09z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 422.24 487.32)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M-35.41-35.41v70.82h5.05v-65.77h65.77v-5.05h-70.82z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 421.45 558.62)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M-43.03 21.14h70.8v-5H-37.9v-32.2h80.93v-5.07l-86.06.08v42.19z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 434.96 416.02)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M-.05-85.21-84.33 84.48l-.36.73h5.7L-.05-73.74 78.76 84.93l.14.28h5.78L-.05-85.21z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 661.2 468.36)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M-52.28 52.28h5.74L.09-40.96l46.62 93.24h5.57L0-52.28-52.28 52.28z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 661.13 527.38)' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M-68.23 68.19h5.65L-.04-56.96 62.59 68.19h5.65L-.04-68.19-68.23 68.19z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23000;fill-rule:nonzero;opacity:1' transform='matrix(1.79 0 0 1.79 661.2 498.86)' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E%0A"); }

.wbur a h4:before {
  content: "";
  background: url(/assets/wbur_the_artery_400px.jpg) no-repeat center center;
  background-size: contain;
  width: 64px;
  height: 48px;
  margin-right: 16px; }

.globe a h4:before {
  content: "";
  background: url(/assets/bostonglobe.svg) no-repeat center center;
  width: 54px;
  height: 48px;
  margin: 0 18px 0 8px; }

.lesley a h4:before {
  content: "";
  background: url(/assets/lesley.svg) no-repeat center 12px;
  background-size: contain;
  width: 80px;
  height: 48px;
  margin-right: 8px; }

.sftpbelmont a h4:before {
  content: "";
  background: url(/assets/sftpbelmont.png) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 48px;
  margin-right: 16px; }

.video a h4:before {
  content: "";
  background: url(/assets/vimeo-player.svg) no-repeat center center;
  width: 48px;
  height: 48px;
  margin-right: 8px; }

.wcvb5 a h4:before {
  content: "";
  background: url(/assets/wcvb5.png) no-repeat center center;
  background-size: contain;
  width: 104px;
  height: 48px;
  margin-right: 0px; }

.wgbh a h4:before {
  content: "";
  background: url(/assets/wgbh.png) no-repeat center center;
  background-size: auto 32px;
  width: 64px;
  height: 48px;
  margin-right: 16px; }

.youtube a h4:before {
  content: "";
  background: url(/assets/youtube.svg) no-repeat center center;
  width: 54px;
  height: 48px;
  margin: 0 18px 0 8px; }

.souvenirs-home img {
  width: 240px; }
  .souvenirs-home img:first-child {
    margin-right: 20px; }

@media screen and (max-device-width: 480px) {
  body {
    min-width: 0;
    width: 100%;
    padding: 0; }
  header {
    margin: 0;
    padding: 0; }
    header li a {
      color: #5a7e20; }
      header li a:hover {
        border: none; }
    header .title {
      margin: 0 0 16px 0;
      order: 0; }
      header .title h1 {
        margin-left: 16px;
        text-align: left; }
    header .menu-toggle {
      display: inline-block;
      position: absolute;
      top: 5px;
      right: 12px;
      width: 44px;
      height: 56px;
      color: #5a7e20;
      font-size: 13px;
      text-align: center;
      line-height: 13px;
      padding-top: 32px; }
      header .menu-toggle .bar {
        display: block;
        position: absolute;
        top: 24px;
        right: 7px;
        border-radius: 100px;
        background-color: #5a7e20;
        width: 30px;
        height: 4px;
        transition-duration: .2s; }
        header .menu-toggle .bar:first-child {
          transform: translateY(-8px); }
      header .menu-toggle.x {
        padding-top: 40px; }
        header .menu-toggle.x .bar {
          transform: rotate(45deg); }
          header .menu-toggle.x .bar:first-child {
            transform: rotate(-45deg); }
    header .exhibits {
      display: none; }
      header .exhibits h4 {
        display: block;
        text-align: right;
        font-style: italic;
        margin: 12px 20px 0 0;
        font-size: 18px; }
      header .exhibits ul {
        display: block;
        text-align: right;
        max-width: 100%;
        margin: 8px 8px;
        font-size: 18px; }
        header .exhibits ul li {
          display: block;
          max-width: 100%; }
    header .main-nav {
      display: none;
      height: auto;
      border-bottom: 0;
      font-size: 18px; }
      header .main-nav ul {
        float: none;
        text-align: right;
        margin: 0 8px 0 0; }
      header .main-nav li {
        display: block;
        max-width: 100%; }
      header .main-nav .social-nav {
        margin-right: 2px; }
        header .main-nav .social-nav li {
          display: inline-block; }
  #container {
    padding: 0;
    width: 100%; }
  #container.open .main-nav, #container.open .exhibits {
    display: block; }
  h1 {
    font-size: 1.8em; }
  h3 {
    font-size: 24px; }
  .about {
    width: 100%;
    padding: 0 16px; }
    .about p, .about li {
      margin-right: 0; }
  .featured {
    width: 100%;
    padding: 0 16px; }
  body[data-page="index"] .press {
    width: 100%;
    padding: 0 16px; }
  .text {
    width: 100%;
    padding: 0 16px; }
  .newsitem iframe {
    margin: 0;
    width: 100%;
    height: auto; }
  .upcoming {
    width: 100%;
    margin: 0;
    padding: 0 16px; }
    .upcoming h4 {
      font-size: 18px; }
    .upcoming h5 {
      flex-wrap: wrap;
      margin-bottom: 12px; }
    .upcoming img {
      width: 100%;
      height: auto; }
    .upcoming .date {
      text-align: inherit; }
  .youtube a h4.talktown {
    line-height: inherit; }
  .gallery {
    width: 100%;
    position: relative;
    left: 8px; }
    .gallery p {
      width: calc( 50% - 12px);
      margin: 0;
      padding: 0; }
      .gallery p img {
        max-width: 100%;
        margin: 0 auto;
        padding: 0; }
      .gallery p.gallery_tall img {
        max-height: 160px;
        margin: 0; }
  body[data-page="teaching"] .about {
    margin: 20px 0 0 0; }
  .speaking {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 16px; }
    .speaking img {
      max-height: 200px;
      object-fit: cover;
      object-position: 0% 20%; }
  .souvenirs-home {
    display: flex; }
    .souvenirs-home img {
      min-width: 0;
      flex-shrink: 1; } }

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