@charset "UTF-8";
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -webkit-transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

[class^=icon-] {
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: top;
  margin-right: 0.5em; }

.icon-title-link-arrow, .icon-title-link-arrow-rev {
  vertical-align: middle;
  margin-left: 1em; }

.icon-menu {
  width: 16px;
  height: 18px;
  margin-right: 0;
  margin-top: 0.5em; }

.search-trigger .icon-search {
  margin-top: 0.5em; }

.homepage-search .icon-search-rev {
  margin-left: 0.875em;
  padding: 0.5em 0.75em; }

.parking-options [class^=icon-] {
  margin-right: 0.25em; }

.todays-hours .icon-clock {
  vertical-align: middle;
  margin-right: 0.25em;
  margin-left: 0.5em; }

.icon-accessibility, .icon-parking-options, .icon-bus-routes {
  margin-right: 0.25em;
  vertical-align: middle;
  height: 24px; }

.icon-accessibility {
  width: 20px; }

.icon-parking-options {
  width: 17px; }

.icon-bus-routes {
  width: 24.5px; }

.icon-social-facebook, .icon-social-twitter, .icon-social-instagram, .icon-social-youtube, .icon-social-email, .icon-social-blog, .icon-social-linked-in {
  height: 24px;
  width: 24px;
  margin-right: 0.5em; }

.icon-social-youtube {
  width: 32px; }

.icon-social-twitter {
  width: 29.5px; }

.icon-social-facebook {
  width: 13.5px; }

.icon-social-email {
  width: 32px; }

.icon-social-blog {
  width: 25.5px; }

.icon-account {
  vertical-align: middle;
  margin-right: 0;
  height: 18px;
  width: 16px;
  margin-bottom: 2px; }

.icon-rss {
  margin-right: 0.25em;
  width: 12px;
  height: 12px; }

.icon-calendar {
  width: 16px;
  height: 16px; }

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="submit"],
button[type="submit"] {
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-radius: 4px 4px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #a14fac;
  padding: 0.96rem 1rem;
  border: 0 none;
  font-size: 1em;
  width: 100%; }
  input[type="submit"]:hover, input[type="submit"]:focus,
  button[type="submit"]:hover,
  button[type="submit"]:focus {
    text-decoration: none;
    background-color: #703778;
    color: #fff; }
  input[type="submit"]:hover, input[type="submit"]:focus,
  button[type="submit"]:hover,
  button[type="submit"]:focus {
    cursor: pointer; }

input[type="email"],
input[type="password"],
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea {
  font-size: 1em;
  padding: 0.9rem 0.5rem;
  border-radius: 2px 2px;
  color: #2f383d;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border: 1px #E7E8E8 solid; }

select {
  height: 3.1rem;
  line-height: 2.5em;
  border: 1px solid #E7E8E8;
  width: 100%; }
  select:hover {
    cursor: pointer; }

form label, form .label-text {
  display: block; }

.label-text {
  margin-bottom: 0.5em;
  font-size: 0.9em; }

fieldset legend {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em; }

.radio-input input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }
  .radio-input input[type="radio"]:checked + label:before {
    border-color: #b470be;
    background-position: 0 0; }
    .no-cssgradients .radio-input input[type="radio"]:checked + label:before {
      background-color: #a14fac; }

.radio-input label:before {
  display: inline-block;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(87, 114, 135, 0.3);
  height: 12px;
  width: 12px;
  content: "";
  border-color: #E7E8E8;
  margin-right: 0.25em;
  margin-bottom: 2px;
  vertical-align: middle;
  padding: 0;
  background-color: #fff;
  background-image: radial-gradient(ellipse at center, #803f89 0%, #a14fac 40%, #fff 50%);
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.17s cubic-bezier(0.8, 0, 1, 1);
  transition: background-position 0.17s cubic-bezier(0.8, 0, 1, 1);
  background-position: 12px 0; }
  .no-cssgradients .radio-input label:before {
    background-image: none; }
  .radio-input label:before:hover {
    border-color: #b470be; }

.radio-input label .radio-label {
  vertical-align: middle; }

.radio-input.website label:before {
  background-position: -12px 0; }

form .input {
  margin-bottom: 1em; }

.legend-text {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0.5em; }

.two-up {
  *zoom: 1; }
  .two-up:after {
    content: "";
    display: table;
    clear: both; }
  .two-up > .input {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    margin-left: 3.5%; }
    .two-up > .input:first-child {
      margin-left: 0; }
    .two-up > .input.no-label {
      margin-top: 1.8em; }

.two-up-wider {
  *zoom: 1; }
  .two-up-wider:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 31.25em) {
    .two-up-wider > .input {
      display: inline;
      float: left;
      width: 48.25%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      margin-left: 3.5%; }
      .two-up-wider > .input:first-child {
        margin-left: 0; }
      .two-up-wider > .input.no-label {
        margin-top: 1.6em; } }
  @media (min-width: 37.5em) {
    .two-up-wider.input-with-button > .input:first-child {
      display: inline;
      float: left;
      width: 65.5%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      margin-left: 0; }
    .two-up-wider.input-with-button > .input:last-child {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      margin-left: 3.5%; } }

.three-up {
  *zoom: 1; }
  .three-up:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48.125em) {
    .three-up .input {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      margin-left: 3.5%; }
      .three-up .input:first-child {
        margin-left: 0; }
      .three-up .input.no-label {
        margin-top: 1.6em; } }
  .three-up.zip-city-state .input {
    display: inline;
    float: left;
    width: 56.875%;
    margin-right: 3.5%;
    margin-left: 0; }
    @media (min-width: 31.25em) {
      .three-up.zip-city-state .input {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0; } }
    .three-up.zip-city-state .input:first-child {
      display: inline;
      float: left;
      width: 100%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 31.25em) {
        .three-up.zip-city-state .input:first-child {
          display: inline;
          float: left;
          width: 22.375%;
          margin-right: 3.5%;
          margin-left: 0; } }
    .three-up.zip-city-state .input.select, .three-up.zip-city-state .input .state {
      display: inline;
      float: left;
      width: 39.625%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 31.25em) {
        .three-up.zip-city-state .input.select, .three-up.zip-city-state .input .state {
          display: inline;
          float: left;
          width: 22.375%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-right: 0; } }

.three-up-wider {
  *zoom: 1; }
  .three-up-wider:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 31.25em) {
    .three-up-wider .input {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      margin-left: 3.5%; }
      .three-up-wider .input:first-child {
        margin-left: 0; }
      .three-up-wider .input.no-label {
        margin-top: 1.6em; } }

form .character-count {
  font-size: 0.875em;
  text-align: right;
  margin-bottom: 0.5em; }

.main-content .primary .gform_wrapper .gfield {
  margin-bottom: 1.5em; }

.main-content .primary .gform_wrapper .gfield_label {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
  display: block; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
  font-size: 1rem !important;
}

.main-content .primary .gform_wrapper .ginput_container {
  margin: 0; }

.main-content .primary .gform_wrapper .ginput_container_select select {
  height: 3.4em;
  line-height: 2.5em;
  border: 1px solid #E7E8E8;
  width: 100% !important;
  margin: 0; }

.main-content .primary .gform_wrapper input[type="email"],
.main-content .primary .gform_wrapper input[type="password"],
.main-content .primary .gform_wrapper input[type="text"],
.main-content .primary .gform_wrapper input[type="search"],
.main-content .primary .gform_wrapper input[type="tel"],
.main-content .primary .gform_wrapper input[type="number"],
.main-content .primary .gform_wrapper input[type="url"],
.main-content .primary .gform_wrapper textarea {
  font-size: 1em;
  padding: 0.9em 0.5em;
  border-radius: 2px 2px;
  color: #2f383d;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border: 1px #E7E8E8 solid; }

.main-content .primary .gform_wrapper input[type="submit"],
.main-content .primary .gform_wrapper button[type="submit"] {
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-radius: 4px 4px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #a14fac;
  padding: 0.96rem 1rem;
  border: 0 none;
  font-size: 1em;
  padding: 0.96rem 1rem !important;
  width: 100%; }
  .main-content .primary .gform_wrapper input[type="submit"]:hover, .main-content .primary .gform_wrapper input[type="submit"]:focus,
  .main-content .primary .gform_wrapper button[type="submit"]:hover,
  .main-content .primary .gform_wrapper button[type="submit"]:focus {
    text-decoration: none;
    background-color: #703778;
    color: #fff; }
  .main-content .primary .gform_wrapper input[type="submit"]:hover, .main-content .primary .gform_wrapper input[type="submit"]:focus,
  .main-content .primary .gform_wrapper button[type="submit"]:hover,
  .main-content .primary .gform_wrapper button[type="submit"]:focus {
    cursor: pointer; }
  @media (min-width: 31.25em) {
    .main-content .primary .gform_wrapper input[type="submit"],
    .main-content .primary .gform_wrapper button[type="submit"] {
      width: inherit; } }

.main-content .primary .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0; }

.gform_body {
  font-size: 16px; }

.gform_body label {
  margin-top: 10px; }

.gform_body input[type="checkbox"], .gform_body input[type="radio"] {
  float: left;
  margin-right: 10px; }

* {
  box-sizing: border-box; }

.container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 81.25em;
  *zoom: 1; }

.container-inner {
  overflow: auto; }

html {
  background-color: #f2f0ee; }

.main-content {
  *zoom: 1;
  background-size: 150% auto;
  background-color: #f2f0ee;
  padding-top: 3em;
  margin-bottom: 3em; }
  .main-content:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 25em) {
    .main-content {
      background-size: 100% auto; } }
  .main-content > .container {
    *zoom: 1;
    background-color: #fff; }
    .main-content > .container:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 31.25em) {
      .main-content > .container {
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-top: 1.5em;
        width: 85%; } }
    @media (min-width: 48.125em) {
      .main-content > .container {
        width: 95%; } }
    @media (min-width: 68.75em) {
      .main-content > .container {
        padding: 2.5em; } }

.primary {
  padding: 1em; }
  @media (min-width: 37.5em) {
    .primary {
      padding: 1.5em; } }

@media (min-width: 53.125em) {
  .is-constrained .primary {
    display: inline;
    float: left;
    width: 82.75%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-left: 8.625%;
    margin-right: 8.625%; } }

@media (min-width: 60em) {
  .is-constrained .primary {
    display: inline;
    float: left;
    width: 65.5%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-left: 17.25%;
    margin-right: 17.25%; } }

.has-sidebar-left .container, .has-sidebar-right .container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 53.125em) {
  .has-sidebar-left .primary, .has-sidebar-right .primary {
    width: -webkit-calc(77.625% + 1px);
    width: calc(77.625% + 1px);
    border-left: 1px solid #E7E8E8;
    margin-right: 0;
    margin-left: 0;
    float: right;
    padding: 0;
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-top: 3em; } }

.has-sidebar-left .primary ~ .secondary {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 2em; }
  @media (min-width: 53.125em) {
    .has-sidebar-left .primary ~ .secondary {
      width: -webkit-calc(22.375% - 1px);
      width: calc(22.375% - 1px);
      padding-top: 3.5em;
      margin-top: 0;
      float: left; } }

.has-sidebar-left.has-sidebar-right .primary {
  position: relative; }
  .has-sidebar-left.has-sidebar-right .primary .primary-inner {
    margin-bottom: 4em; }
    @media (min-width: 68.75em) {
      .has-sidebar-left.has-sidebar-right .primary .primary-inner {
        display: inline;
        float: left;
        width: 74.125%;
        margin-right: 3.5%;
        margin-left: 0; } }
  @media (min-width: 60em) {
    .has-sidebar-left.has-sidebar-right .primary .tertiary {
      display: inline;
      float: left;
      width: 22.375%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; } }

body {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  color: #2f383d;
  line-height: 1.4; }

p {
  margin-bottom: 1.5em; }
  @media (min-width: 37.5em) {
    p {
      font-size: 1.125em; } }

ul li li, ol li li {
  font-size: inherit; }

@media (min-width: 37.5em) {
  ul li, ol li {
    font-size: 1.125em; } }

.internal-page ul, .internal-page ol {
  margin: 0 0 1.5em 2em; }
  .internal-page ul li, .internal-page ol li {
    margin-bottom: 0.5em; }

.internal-page ul {
  list-style: disc;
  margin-top: 0.5em; }

.internal-page ol {
  counter-reset: li; }
  .internal-page ol li {
    position: relative;
    list-style: none; }
    .internal-page ol li:before {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      content: counter(li);
      counter-increment: li;
      position: absolute;
      padding: 0.05em 0.25em;
      border-radius: 2px;
      top: -0.15em;
      left: -1.8em;
      background-color: #f2f0ee; }

h1 {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.8em; }
  h1 a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    h1 a:hover, h1 a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 48.125em) {
    h1 {
      font-size: 1.9em; } }

h2 {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.6em; }
  h2 a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    h2 a:hover, h2 a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 48.125em) {
    h2 {
      font-size: 1.75em; } }

h3 {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.4em; }
  h3 a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    h3 a:hover, h3 a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 48.125em) {
    h3 {
      font-size: 1.5em; } }

h4 {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.2em; }
  h4 a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    h4 a:hover, h4 a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 48.125em) {
    h4 {
      font-size: 1.25em; } }

h5 {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.125em; }
  h5 a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    h5 a:hover, h5 a:focus {
      color: #0e1012;
      text-decoration: underline; }

h6 {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 0.875em; }
  h6 a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    h6 a:hover, h6 a:focus {
      color: #0e1012;
      text-decoration: underline; }

.title-wrapper {
  margin-bottom: 1em;
  border-bottom: 1px solid #E7E8E8; }
  @media (min-width: 37.5em) {
    .title-wrapper {
      margin-bottom: 2.25em;
      padding-bottom: 0.75em; } }

.page-title {
  font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
  font-weight: bold; }
  .wf-bertholdwalbaumbook-n5-active .page-title {
    font-weight: 500; }

.page-subtitle {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  margin-top: -0.5em;
  margin-bottom: 1em; }

.section-container {
  *zoom: 1;
  padding-top: 2em;
  border-top: 1px solid #E7E8E8;
  margin-top: 2em;
  border-top: 2px solid #E7E8E8;
  clear: both;
  margin-bottom: 3em; }
  .section-container:after {
    content: "";
    display: table;
    clear: both; }
  .section-container:first-of-type, .section-container.section-reversed {
    border-top: 0 none;
    padding-top: 0;
    margin-top: 0; }
  .section-container:first-of-type.background-color {
    padding-top: 1.75em; }
  .section-container.background-color {
    border-top: 0 none;
    margin-top: 0; }

.section-reversed + .section-container:not(.section-reversed):not(.background-color),
.background-color + .section-container:not(.section-reversed):not(.background-color) {
  border-top: 0 none;
  padding-top: 0;
  margin-top: 0; }

.section-title {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1.5em;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  display: block;
  width: 100%; }
  .section-title a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .section-title a:hover, .section-title a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 48.125em) {
    .section-title {
      font-size: 1.25em; } }

.subtle-heading {
  font-size: 1em;
  color: #4a5860;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1em;
  letter-spacing: 1px; }

@media (min-width: 60em) {
  .inline-heading {
    display: inline;
    float: left;
    width: 13.75%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none; } }

blockquote {
  margin-bottom: 1.5em;
  padding: 1em 1.75em;
  border-top: 2px solid #E7E8E8;
  border-bottom: 2px solid #E7E8E8;
  background-color: #f2f0ee;
  font-size: 1.2em;
  quotes: "“" "”" "‘" "’"; }
  @media (min-width: 60em) {
    blockquote {
      display: inline;
      float: left;
      width: 48.25%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      float: right;
      margin-left: 1em;
      padding-right: 1em; } }
  blockquote:before {
    font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
    font-weight: bold;
    color: #a14fac;
    content: open-quote;
    font-size: 2em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.2em;
    margin-left: -0.71em; }
    .wf-bertholdwalbaumbook-n5-active blockquote:before {
      font-weight: 500; }

a {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  color: #a14fac;
  text-decoration: none; }
  a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #a14fac; }
  a:hover, a:focus {
    color: #703778;
    text-decoration: none; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

img {
  max-width: 100%;
  display: block; }
.blog-post-detail figure img {
  max-width: 100%;
  height: 100%;
}


.button {
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-radius: 4px 4px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #a14fac; }
  .button:hover, .button:focus {
    text-decoration: none;
    background-color: #703778;
    color: #fff; }

.button-secondary {
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-radius: 4px 4px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #a14fac;
  background-color: #37617a; }
  .button-secondary:hover, .button-secondary:focus {
    text-decoration: none;
    background-color: #703778;
    color: #fff; }
  .button-secondary:hover, .button-secondary:focus {
    background-color: #274557; }

.button-subtle {
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-radius: 4px 4px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #a14fac;
  background-color: #fff;
  color: #a14fac;
  border: 1px solid #E7E8E8; }
  .button-subtle:hover, .button-subtle:focus {
    text-decoration: none;
    background-color: #703778;
    color: #fff; }
  .button-subtle:hover, .button-subtle:focus {
    color: #a14fac;
    background-color: #fafbfc; }

.button-reverse {
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-radius: 4px 4px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #a14fac;
  background-color: #f2f0ee;
  color: #a14fac; }
  .button-reverse:hover, .button-reverse:focus {
    text-decoration: none;
    background-color: #703778;
    color: #fff; }
  .button-reverse:hover, .button-reverse:focus {
    color: #703778;
    background-color: #fff; }

.button-wrapper {
  display: inline-block; }
  .button-wrapper .note {
    display: block;
    text-align: center;
    margin-top: 0.35em; }

.body .intro {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 1.5em; }

.body .inline-image {
  margin-bottom: 1.5em; }
  .body .inline-image img {
    width: 100%; }
  .body .inline-image footer {
    background-color: #f2f0ee;
    padding: 0.5em 0.75em;
    font-size: 0.875em; }

.body .wp-caption {
  margin-bottom: 1em; }

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

.not-visually-hidden {
  border: inherit;
  clip: inherit;
  height: inherit;
  margin: inherit;
  overflow: inherit;
  padding: inherit;
  position: inherit;
  width: inherit; }

.divider-top {
  padding-top: 2em;
  border-top: 1px solid #E7E8E8;
  margin-top: 2em; }

.divider-bottom {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em; }

/*! Tablesaw - v1.0.5 - 2015-10-09
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
/*! Tablesaw - v1.0.5 - 2015-10-09
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

table {
  margin: 1em 0;
  width: 100%; }
  table thead {
    border: 1px solid #E7E8E8;
    background-color: #f2f0ee;
    color: #4a5860; }
  table tbody tr {
    border-top: 1px solid #E7E8E8; }
    table tbody tr:first-child {
      border-top: 0 none; }
    table tbody tr .tablesaw-cell-content {
      display: block;
      width: 100%;
      max-width: 100%; }
    table tbody tr .tablesaw-cell-label {
      display: block;
      width: 100%; }

.tablesaw tbody tr {
  border-top: 1px solid #E7E8E8;
  border-bottom: 0 none; }
  .tablesaw tbody tr:first-child {
    border-top: 0 none; }

.tablesorter-headerAsc, .tablesorter-headerDesc {
  font-weight: bold;
  padding-right: 0px;
  width: auto !important;
  position: relative; }

.easy-table-header {
  width: auto !important;
  padding-right: 10px; }

.easy-table-header div:hover {
  cursor: pointer;
  color: #aaaeb0; }

.tablesorter-headerAsc div::after {
  content: " ▼";
  position: absolute; }

.tablesorter-headerDesc div::after {
  content: " ▲";
  position: absolute; }

.filter-table input {
  padding: 5px;
  max-width: 300px; }

.easy-table-header div {
  min-width: 110px !important;
  margin-right: 20px; }

@media (max-width: 599.9375px) {
  .table-responsive .tablesaw-stack thead td,
  .table-responsive .tablesaw-stack thead th {
    display: none; }
  .table-responsive .tablesaw-stack tbody td,
  .table-responsive .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .table-responsive .tablesaw-cell-label {
    vertical-align: top; }
  .table-responsive .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .table-responsive .tablesaw-stack td:empty,
  .table-responsive .tablesaw-stack th:empty {
    display: none; } }

@media (min-width: 600px) {
  .table-responsive {
    /* Show the table header rows */
    /* Hide the labels in each cell */ }
    .table-responsive .tablesaw-stack tr {
      display: table-row; }
    .table-responsive .tablesaw-stack td,
    .table-responsive .tablesaw-stack th,
    .table-responsive .tablesaw-stack thead td,
    .table-responsive .tablesaw-stack thead th {
      display: table-cell;
      margin: 0; }
    .table-responsive .tablesaw-stack td .tablesaw-cell-label,
    .table-responsive .tablesaw-stack th .tablesaw-cell-label {
      display: none !important; } }

table.easy-table {
  font-size: 0.75em; }

.menu-trigger, .search-trigger {
  border: 1px solid #E7E8E8;
  background-color: #fff;
  color: #fff;
  padding: 1em;
  display: block;
  width: 100%;
  margin-bottom: 2px;
  border-radius: 2px; }
  @media (min-width: 25em) {
    .menu-trigger, .search-trigger {
      padding: 0.75em 1em 0.9em 1em; } }
  .menu-trigger:hover, .menu-trigger:focus, .search-trigger:hover, .search-trigger:focus {
    cursor: pointer; }
  .menu-trigger .iconmenu-button, .search-trigger .iconmenu-button {
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle; }
  .menu-trigger .trigger-text, .search-trigger .trigger-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #a14fac;
    font-size: 1.4em;
    vertical-align: middle;
    font-weight: 500;
    display: inline-block; }
  .menu-trigger.is-active, .search-trigger.is-active {
    border-color: #a14fac; }

@media (min-width: 62.8125em) {
  .search-trigger {
    display: none; } }

.search-trigger .trigger-text {
  margin-top: -4px; }

.iconmenu-button {
  display: inline-block;
  position: relative;
  padding: 0px 5px 10px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1; }
  .iconmenu-button .iconmenu:before, .iconmenu-button .iconmenu:after {
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.iconmenu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #a14fac;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  border-radius: 10px;
  z-index: 1; }
  .iconmenu:before, .iconmenu:after {
    display: block;
    content: "";
    height: 2px;
    width: 20px;
    background: #a14fac;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    border-radius: 16px; }
  .iconmenu:before {
    top: 5px; }
  .iconmenu:after {
    top: -5px; }

.open:not(.steps) .iconmenu:before,
.open:not(.steps) .iconmenu:after {
  top: 0 !important; }

.open .iconmenu:before,
.open .iconmenu:after {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8); }

.open .iconmenu {
  background: transparent; }
  .open .iconmenu:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .open .iconmenu:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.search-trigger {
  padding: 0.75em 1.65em 0.9em 1.5em; }
  .search-trigger .search-icon {
    height: 1.25em;
    padding-bottom: 1em;
    padding-right: 0.5em;
    margin: 0.38em auto 0 auto;
    position: relative;
    cursor: pointer;
    display: inline-block; }
  .search-trigger .circle {
    position: relative;
    display: block;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 0;
    border: 2px solid #a14fac;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: 1; }
  .search-trigger .handle {
    position: absolute;
    background-color: #a14fac;
    top: 8px;
    left: 0;
    width: 20px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    float: right;
    border-radius: 2px; }
    .search-trigger .handle:after {
      content: "";
      background-color: #a14fac;
      width: 20px;
      height: 2px;
      display: block;
      float: right;
      border-radius: 2px;
      -webkit-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
      transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
      z-index: -1; }
  .search-trigger.is-active .circle {
    -webkit-transform: scale(0.02);
        -ms-transform: scale(0.02);
            transform: scale(0.02);
    -webkit-transform-origin: 25% 25%;
        -ms-transform-origin: 25% 25%;
            transform-origin: 25% 25%;
    background: #fff;
    border-color: #fff; }
    .search-trigger.is-active .circle:after {
      background-color: #a14fac; }
  .search-trigger.is-active .handle {
    background-color: #a14fac; }
  .search-trigger.is-active .handle:after {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.donate-cta{
  display:inline-block;
}
.donate-cta a{
  background-color: #A14FB4;
  color:#FFF;
  margin-left:0.25em;
  padding: 0.25em 1em;
  border-radius: 10px;
}
@media (max-width: 1220px) {
  .donate-cta {
    display: none;
  }
}
.primary-navigation {
  display: none;
  padding-bottom: 0.5em;
  padding-top: 1.5em;
  clear: both; }
  @media (min-width: 62.8125em) {
    .menu-primary-navigation-container{
      display: inline-block;
    }
    .primary-navigation {
      display: inline-block;
      width: 77.625%;
      clear: none;
      position: absolute;
      top: 1.9em;
      right: 0;
      padding-left: 2%;
      text-align: left;
      padding-top: 0; } }
  .primary-navigation ul {
    margin: 0; }
    @media (min-width: 62.8125em) {
      .primary-navigation ul {
        margin-bottom: 0; } }
  .primary-navigation li {
    text-align: center;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #E7E8E8;
    margin-right: 1em;
    padding-bottom: 0.5em;
    font-size: 1.125em; }
    @media (min-width: 62.8125em) {
      .primary-navigation li {
        border-top: 0 none;
        padding-top: 0;
        margin-top: 0;
        display: inline-block;
        text-align: left;
        font-size: 1em; } }
    @media (min-width: 68.75em) {
      .primary-navigation li {
        font-size: 1.125em; } }
    .primary-navigation li:first-of-type {
      padding-top: 0;
      margin-top: 0;
      border-top: 0 none; }
    .primary-navigation li.last {
      margin-right: 0; }
    .primary-navigation li a {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      color: #2f383d; }
      .primary-navigation li a:hover, .primary-navigation li a:focus {
        text-decoration: underline; }
  .primary-navigation .sub-menu {
    display: none; }

.hero {
  *zoom: 1;
  background-color: #37617a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .hero:after {
    content: "";
    display: table;
    clear: both; }
  .hero .dark-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 81.25em;
    *zoom: 1; }
  .hero .hero-image {
    *zoom: 1;
    margin-bottom: 0.5em;
    display: block; }
    .hero .hero-image:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 68.75em) {
      .hero .hero-image {
        display: inline;
        float: left;
        width: 56.875%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-bottom: 0; } }
    @media (min-width: 87.5em) {
      .hero .hero-image {
        display: inline;
        float: left;
        width: 65.5%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-bottom: 0; } }
    .hero .hero-image img {
      width: 100%; }
  .hero .title {
    margin-bottom: 0;
    display: inline-block;
    padding: 0.5em 0.5em 0.25em 0em;
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 1.4em;
    font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
    font-weight: bold; }
    .hero .title a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .hero .title a:hover, .hero .title a:focus {
        color: #0e1012;
        text-decoration: underline; }
    @media (min-width: 48.125em) {
      .hero .title {
        font-size: 1.5em; } }
    .wf-bertholdwalbaumbook-n5-active .hero .title {
      font-weight: 500; }
    @media (min-width: 60em) {
      .hero .title {
        padding: 0; } }
    .hero .title a {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .hero .title a:hover, .hero .title a:focus {
        color: #ebeff2;
        text-decoration: none; }
  .hero .description {
    color: #c3d0d7;
    margin-bottom: 0; }
  .hero .information {
    padding: 1.25em; }
    @media (min-width: 68.75em) {
      .hero .information {
        display: inline;
        float: left;
        width: 39.625%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top: 1.5em; } }
    @media (min-width: 87.5em) {
      .hero .information {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top: 1.5em; } }
  .hero .title-nolink {
    margin-bottom: 0;
    display: inline-block;
    padding: 0.5em 0.5em 0.25em 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 1.4em;
    font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
    font-weight: bold;
    color: #fff; }
    .hero .title-nolink a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .hero .title-nolink a:hover, .hero .title-nolink a:focus {
        color: #0e1012;
        text-decoration: underline; }
    @media (min-width: 48.125em) {
      .hero .title-nolink {
        font-size: 1.5em; } }
    .wf-bertholdwalbaumbook-n5-active .hero .title-nolink {
      font-weight: 500; }
    @media (min-width: 60em) {
      .hero .title-nolink {
        padding: 0; } }

.related-page-group {
  *zoom: 1; }
  .related-page-group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 37.5em) {
    .related-page-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.related-page {
  background-color: #f2f0ee;
  margin-bottom: 1em; }
  @media (min-width: 37.5em) {
    .related-page {
      -ms-flex-preferred-size: calc(33.33333% - 1.33333px);
          flex-basis: -webkit-calc(33.33333% - 1.33333px);
          flex-basis: calc(33.33333% - 1.33333px);
      margin-right: 2px;
      margin-bottom: 2px; }
      .related-page:nth-of-type(1n) {
        margin-right: 2px; }
      .related-page:nth-of-type(3n) {
        margin-right: 0; }
      .no-flexbox .related-page {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-bottom: 0.75em;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
        .no-flexbox .related-page:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .no-flexbox .related-page:nth-of-type(1n) {
            margin-right: 3.25%; }
        .no-flexbox .related-page:nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .no-flexbox .related-page:nth-of-type(3n+4) {
          clear: both; }
      .flexbox.flexboxtweener .related-page {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: -webkit-calc(33.33333% - 1.33333px);
        width: calc(33.33333% - 1.33333px); }
      .no-flexbox .related-page {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0; }
        .no-flexbox .related-page:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .no-flexbox .related-page:nth-of-type(1n) {
            margin-right: 3.25%; }
        .no-flexbox .related-page:nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .no-flexbox .related-page:nth-of-type(3n+4) {
          clear: both; } }
  .related-page img {
    margin-bottom: 0;
    width: 100%; }
  .related-page .title {
    margin-bottom: 0;
    padding: 0.5em 1em 1em 1em; }
    @media (min-width: 37.5em) {
      .related-page .title {
        padding: 0.5em 0.5em 1em 0.75em; } }
  .related-page.item-list {
    padding: 0.75em 1em; }
    @media (min-width: 37.5em) {
      .related-page.item-list {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0;
        border-bottom: 0 none;
        padding: 1em; }
        .related-page.item-list:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .related-page.item-list:nth-of-type(1n) {
            margin-right: 3.25%; }
        .related-page.item-list:nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .related-page.item-list:nth-of-type(3n+4) {
          clear: both; } }
    .related-page.item-list .title {
      padding: 0; }
    .related-page.item-list .item {
      border-color: #dcd7d1;
      padding-left: 0.5em;
      border-top: 1px solid #ccc9c5; }
      .related-page.item-list .item a {
        color: #2f383d;
        font-size: 1.1em; }

.related-image {
  margin-bottom: 0.5em; }

.item-list {
  margin: 0;
  float: left;
  display: block;
  width: 100%; }
  .item-list .title {
    text-align: left;
    margin-bottom: 0.75em;
    display: block; }
  .item-list .item-group {
    clear: both; }
  .item-list .item {
    margin-top: 0.5em;
    padding-top: 0.5em;
    font-size: 0.875em; }
    .item-list .item:first-of-type {
      border-top: 0 none; }

.event .event-category {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 0.875em;
  font-size: 0.8em;
  color: #a14fac;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em; }
  .event .event-category a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .event .event-category a:hover, .event .event-category a:focus {
      color: #0e1012;
      text-decoration: underline; }

.event .title {
  margin-bottom: 0.15em; }

.event .start-time {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 1em; }

.event .date, .event .time {
  display: block; }
  @media (min-width: 17.5em) {
    .event .date, .event .time {
      display: inline-block; } }

@media (min-width: 17.5em) {
  .event .date:after {
    content: "\00b7";
    color: #cdcfcf;
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em; } }

.event .event-image {
  margin-bottom: 0.5em; }

.event .location-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.event .location {
  font-size: 0.875em;
  color: #4a5860; }
  .no-flexbox .event .location {
    float: left;
    display: block;
    width: 80%; }

.event .icon-location {
  width: 10px;
  height: 14px;
  margin-right: 0;
  min-width: 20px;
  vertical-align: baseline;
  margin-top: 0.1em; }
  .no-flexbox .event .icon-location {
    display: block;
    float: left;
    margin-right: 3.5%; }

.tribe-events-ajax-loading {
  display: none; }

.staff-pick .image-wrapper {
  margin-bottom: 0.5em; }

.staff-pick .genres {
  margin-top: 1em; }

.staff-pick .genres, .staff-pick .audience, .staff-pick .format {
  margin-bottom: 0.2em; }
  .staff-pick .genres h5, .staff-pick .audience h5, .staff-pick .format h5 {
    display: inline-block;
    margin-bottom: 0; }
    @media (min-width: 25em) {
      .staff-pick .genres h5, .staff-pick .audience h5, .staff-pick .format h5 {
        font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
        font-weight: 500;
        margin-bottom: 0.35em;
        line-height: 1.2;
        color: #2f383d;
        font-size: 0.875em; }
        .staff-pick .genres h5 a, .staff-pick .audience h5 a, .staff-pick .format h5 a {
          -webkit-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
          color: #2f383d;
          text-decoration: none; }
          .staff-pick .genres h5 a:hover, .staff-pick .genres h5 a:focus, .staff-pick .audience h5 a:hover, .staff-pick .audience h5 a:focus, .staff-pick .format h5 a:hover, .staff-pick .format h5 a:focus {
            color: #0e1012;
            text-decoration: underline; } }
    .staff-pick .genres h5:after, .staff-pick .audience h5:after, .staff-pick .format h5:after {
      content: ":"; }
  .staff-pick .genres ul, .staff-pick .audience ul, .staff-pick .format ul {
    display: inline-block; }
    .staff-pick .genres ul li, .staff-pick .audience ul li, .staff-pick .format ul li {
      display: inline-block; }
      .staff-pick .genres ul li:after, .staff-pick .audience ul li:after, .staff-pick .format ul li:after {
        content: ","; }
      .staff-pick .genres ul li.last:after, .staff-pick .audience ul li.last:after, .staff-pick .format ul li.last:after {
        content: ""; }
  .staff-pick .genres a:after, .staff-pick .audience a:after, .staff-pick .format a:after {
    content: ",";
    display: inline-block;
    margin-right: 0.25em; }

.staff-image {
  display: inline-block;
  border-radius: 24px;
  max-width: 46px;
  margin-right: 0.5em;
  border: 4px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.stream-download-wrapper.section-container {
  background-color: #37617a; }
  .stream-download-wrapper.section-container > .container {
    background-color: transparent; }
  .stream-download-wrapper.section-container .section-title a, .stream-download-wrapper.section-container .resource .name {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff; }

.stream-download-group {
  margin-left: 0;
  margin-top: 0;
  *zoom: 1;
  clear: both; }
  .stream-download-group li {
    list-style-type: none; }
  .stream-download-group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48.125em) {
    .stream-download-group ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .stream-download-group .resource {
    display: block;
    border-bottom: 1px solid #32576e;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    @media (min-width: 48.125em) {
      .stream-download-group .resource {
        margin-bottom: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border: 0 none;
        text-align: center; }
        .no-flexbox .stream-download-group .resource {
          display: inline;
          float: left;
          width: 17.2%;
          margin-right: 3.5%;
          margin-left: 0;
          /* 5 Columns in 12 column grid */ } }
    .stream-download-group .resource.last {
      border-bottom: 0 none;
      padding-bottom: 0;
      margin-bottom: 0; }
      @media (min-width: 25em) {
        .stream-download-group .resource.last {
          margin-right: 0; } }
      @media (min-width: 48.125em) {
        .no-flexbox .stream-download-group .resource.last {
          margin-right: 0; } }
    .stream-download-group .resource a {
      *zoom: 1;
      display: block;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 1em;
      padding-top: 1em; }
      .stream-download-group .resource a:after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 17.5em) {
        .stream-download-group .resource a {
          text-align: left;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 48.125em) {
        .stream-download-group .resource a {
          text-align: center;
          display: inline;
          width: inherit; } }
      .stream-download-group .resource a:hover .resource-icon, .stream-download-group .resource a:focus .resource-icon {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        background-color: #a14fac; }
    .stream-download-group .resource .resource-icon {
      border-radius: 50px;
      display: inline-block;
      background-color: #2c4e62;
      padding: 1em;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      @media (min-width: 17.5em) {
        .stream-download-group .resource .resource-icon {
          float: right; } }
      @media (min-width: 48.125em) {
        .stream-download-group .resource .resource-icon {
          float: none;
          margin-bottom: 0.75em; } }
      .stream-download-group .resource .resource-icon [class^=icon] {
        width: 40px;
        height: 40px;
        margin-right: 0; }
        @media (min-width: 60em) {
          .stream-download-group .resource .resource-icon [class^=icon] {
            width: 50px;
            height: 50px; } }
    .stream-download-group .resource .name {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 1.125em;
      font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
      font-weight: bold;
      display: block;
      margin-top: 0.5em;
      text-align: center; }
      .stream-download-group .resource .name a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .stream-download-group .resource .name a:hover, .stream-download-group .resource .name a:focus {
          color: #0e1012;
          text-decoration: underline; }
      .wf-bertholdwalbaumbook-n5-active .stream-download-group .resource .name {
        font-weight: 500; }
      @media (min-width: 17.5em) {
        .stream-download-group .resource .name {
          display: inline-block;
          margin-top: 1.5em;
          margin-bottom: 0;
          text-align: left; } }
      @media (min-width: 48.125em) {
        .stream-download-group .resource .name {
          font-size: 1em;
          display: block;
          margin-top: 0;
          text-align: center; } }
      @media (min-width: 68.75em) {
        .stream-download-group .resource .name {
          font-size: 1.2em; } }

.list-view-finder, .overview-finder {
  *zoom: 1;
  padding: 1.75em 1.5em 1em 1.5em;
  background-color: #e2e8ec; }
  .list-view-finder:after, .overview-finder:after {
    content: "";
    display: table;
    clear: both; }
  .list-view-finder > .title, .overview-finder > .title {
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0.75em; }
    .list-view-finder > .title a, .overview-finder > .title a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .list-view-finder > .title a:hover, .list-view-finder > .title a:focus, .overview-finder > .title a:hover, .overview-finder > .title a:focus {
        color: #0e1012;
        text-decoration: underline; }
    @media (min-width: 48.125em) {
      .list-view-finder > .title, .overview-finder > .title {
        font-size: 1.25em; } }
  .list-view-finder input[type="email"],
  .list-view-finder input[type="password"],
  .list-view-finder input[type="text"],
  .list-view-finder input[type="search"],
  .list-view-finder input[type="tel"],
  .list-view-finder input[type="number"],
  .list-view-finder input[type="url"],
  .list-view-finder textarea, .list-view-finder select, .overview-finder input[type="email"],
  .overview-finder input[type="password"],
  .overview-finder input[type="text"],
  .overview-finder input[type="search"],
  .overview-finder input[type="tel"],
  .overview-finder input[type="number"],
  .overview-finder input[type="url"],
  .overview-finder textarea, .overview-finder select {
    background-color: #fff; }

@media (min-width: 48.125em) {
  .list-view-finder {
    padding: 2em 2em 1.5em 2em; } }

@media (min-width: 48.125em) {
  .list-view-finder .filter-wrapper {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 31.25em) {
  .list-view-finder .search-wrapper {
    display: inline;
    float: left;
    width: 74.125%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 48.125em) {
  .list-view-finder .search-wrapper {
    display: inline;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 31.25em) {
  .list-view-finder .submit {
    display: inline;
    float: left;
    width: 22.375%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.6em; } }

@media (min-width: 48.125em) {
  .list-view-finder .submit {
    display: inline;
    float: left;
    width: 13.75%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0; } }

.overview-finder {
  clear: both;
  margin-right: -2.5%;
  margin-left: -2.5%; }
  @media (min-width: 31.25em) {
    .overview-finder {
      margin-right: 0;
      margin-left: 0; } }

@media (min-width: 31.25em) {
  .event-finder .search-wrapper {
    display: inline;
    float: left;
    width: 56.875%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 48.125em) {
  .event-finder .search-wrapper {
    display: inline;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 48.125em) {
  .event-finder .time-filters {
    display: inline;
    float: left;
    width: 39.625%;
    margin-right: 3.5%;
    margin-left: 0; } }

.event-finder .end-wrapper {
  margin-top: 1.6em; }

@media (min-width: 31.25em) {
  .event-finder .submit {
    display: inline;
    float: left;
    width: 39.625%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.6em; } }

@media (min-width: 48.125em) {
  .event-finder .submit {
    display: inline;
    float: left;
    width: 22.375%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0; } }

.event-finder .picker {
  width: auto;
  position: static; }

@media (min-width: 48.125em) {
  .research-resource-finder .filter-wrapper {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 31.25em) {
  .research-resource-finder .search-wrapper {
    display: inline;
    float: left;
    width: 82.75%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 48.125em) {
  .research-resource-finder .search-wrapper {
    display: inline;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 31.25em) {
  .research-resource-finder .submit {
    display: inline;
    float: left;
    width: 13.75%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.6em; } }

.new-notable .new-notable-list {
  *zoom: 1;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .new-notable .new-notable-list:after {
    content: "";
    display: table;
    clear: both; }
  .new-notable .new-notable-list.hidden {
    display: none; }

.new-notable .section-header {
  *zoom: 1;
  margin-bottom: 2em; }
  .new-notable .section-header:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 25em) {
    .new-notable .section-header .section-title {
      display: inline-block;
      width: inherit;
      float: left;
      margin-bottom: 0;
      margin-top: 0.75em; } }
  .new-notable .section-header .filter .input {
    margin-bottom: 0; }
  @media (min-width: 25em) {
    .new-notable .section-header .filter {
      display: inline-block;
      float: right;
      margin-bottom: 0; } }
  @media (min-width: 48.125em) {
    .new-notable .section-header .filter {
      min-width: 300px; } }

.new-notable .results-group .result {
  margin-bottom: 2em;
  text-align: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .flexboxlegacy .new-notable .results-group .result {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit; }
  @media (min-width: 17.5em) {
    .new-notable .results-group .result {
      display: inline;
      float: left;
      width: 48.25%;
      margin-right: 3.5%;
      margin-left: 0;
      -ms-flex-preferred-size: 48.25%;
          flex-basis: 48.25%; }
      .new-notable .results-group .result:nth-of-type(1n) {
        margin-right: 3.5%;
        float: left;
        clear: none; }
        .lt-ie8 .new-notable .results-group .result:nth-of-type(1n) {
          margin-right: 3.25%; }
      .new-notable .results-group .result:nth-of-type(2n+2) {
        margin-right: 0;
        float: right; }
      .new-notable .results-group .result:nth-of-type(2n+3) {
        clear: both; }
      .flexboxlegacy .new-notable .results-group .result {
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit; } }
  @media (min-width: 31.25em) {
    .new-notable .results-group .result {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%; }
      .new-notable .results-group .result:nth-of-type(1n) {
        margin-right: 3.5%;
        float: left;
        clear: none; }
        .lt-ie8 .new-notable .results-group .result:nth-of-type(1n) {
          margin-right: 3.25%; }
      .new-notable .results-group .result:nth-of-type(3n+3) {
        margin-right: 0;
        float: right; }
      .new-notable .results-group .result:nth-of-type(3n+4) {
        clear: both; }
      .flexboxlegacy .new-notable .results-group .result {
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit; } }
  @media (min-width: 60em) {
    .new-notable .results-group .result {
      display: inline;
      float: left;
      width: 13.75%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .new-notable .results-group .result:nth-of-type(1n) {
        margin-right: 3.5%;
        float: left;
        clear: none; }
        .lt-ie8 .new-notable .results-group .result:nth-of-type(1n) {
          margin-right: 3.25%; }
      .new-notable .results-group .result:nth-of-type(6n+6) {
        margin-right: 0;
        float: right; }
      .new-notable .results-group .result:nth-of-type(6n+7) {
        clear: both; }
      .flexboxlegacy .new-notable .results-group .result {
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit; } }
  .new-notable .results-group .result a {
    color: #2f383d; }
    .new-notable .results-group .result a:hover img, .new-notable .results-group .result a:focus img {
      -webkit-transform: translate(0px, -5px);
          -ms-transform: translate(0px, -5px);
              transform: translate(0px, -5px); }
  .new-notable .results-group .result .result-image {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    max-width: 70%;
    margin: 0 auto 0.75em auto;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    @media (min-width: 31.25em) {
      .new-notable .results-group .result .result-image {
        max-width: 50%; } }
    @media (min-width: 60em) {
      .new-notable .results-group .result .result-image {
        max-width: 70%; } }
  .new-notable .results-group .result .title {
    font-weight: 700;
    font-size: 0.875em; }
  .new-notable .results-group .result .author {
    font-size: 0.8em; }

.pagination {
  *zoom: 1;
  clear: both;
  margin-bottom: 2em; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination .nav-links {
    font-size: 1.2em;
    text-align: center; }
    @media (min-width: 37.5em) {
      .pagination .nav-links {
        display: block; } }
  .pagination .page-numbers {
    margin: 0.5em 0.35em;
    padding: 0 0.15em;
    vertical-align: middle; }
    .pagination .page-numbers.current {
      color: #8798a2;
      border-bottom: 2px solid #8798a2; }
    .pagination .page-numbers.dots {
      color: #8798a2; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .page-numbers.current {
      display: inline-block; }
    .pagination .page-numbers.prev {
      text-indent: -9999px;
      background: url("/wp-content/themes/carnegielibrary/assets/images/pager-left.svg") no-repeat 0 0;
      width: 32px;
      height: 32px;
      background-size: contain;
      margin-right: 1em; }
    .pagination .page-numbers.next {
      text-indent: -9999px;
      background: url("/wp-content/themes/carnegielibrary/assets/images/pager-right.svg") no-repeat 0 0;
      width: 32px;
      height: 32px;
      background-size: contain;
      margin-left: 1em; }

@media (min-width: 48.125em) {
  .news-group {
    *zoom: 1; }
    .news-group:after {
      content: "";
      display: table;
      clear: both; } }

.news,
.service {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em; }
  @media (min-width: 48.125em) {
    .news,
    .service {
      display: inline;
      float: left;
      width: 48.25%;
      margin-right: 3.5%;
      margin-left: 0;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      .news.last,
      .service.last {
        margin-right: 0; } }
  .news.last,
  .service.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none; }
  .news .title,
  .service .title {
    font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
    font-weight: bold; }
    .wf-bertholdwalbaumbook-n5-active .news .title, .wf-bertholdwalbaumbook-n5-active
    .service .title {
      font-weight: 500; }
  .news .date,
  .service .date {
    font-size: 0.875em;
    font-weight: 500;
    text-transform: uppercase; }
    .news .date:after,
    .service .date:after {
      content: "\00b7";
      color: #cdcfcf;
      display: inline-block;
      margin-left: 0.5em;
      margin-right: 0.5em; }
  .news .description,
  .service .description {
    display: inline; }

.list-filters {
  *zoom: 1;
  margin-top: 1em;
  margin-bottom: 1em; }
  .list-filters:after {
    content: "";
    display: table;
    clear: both; }
  .list-filters .list-title {
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4a5860;
    margin-bottom: 1em;
    font-size: 1em; }
    .list-filters .list-title a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .list-filters .list-title a:hover, .list-filters .list-title a:focus {
        color: #0e1012;
        text-decoration: underline; }
    @media (min-width: 48.125em) {
      .list-filters .list-title {
        font-size: 1.25em; } }
    @media (min-width: 37.5em) {
      .list-filters .list-title {
        display: inline-block;
        float: left;
        margin-right: 1em;
        margin-top: 0.45em;
        font-size: 1em; } }
  .list-filters ul {
    border: 1px solid #E7E8E8;
    display: inline-block;
    border-radius: 2px; }
    .list-filters ul li {
      display: inline-block;
      float: left;
      font-size: 0.875em;
      border-left: 1px solid #E7E8E8; }
      .list-filters ul li:first-of-type {
        border-left: 0 none; }
  .list-filters a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #a14fac;
    text-decoration: none;
    padding: 0.5em 1em;
    display: block;
    color: #4a5860;
    -webkit-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
    border-bottom: 2px solid transparent; }
    .list-filters a h1, .list-filters a h2, .list-filters a h3, .list-filters a h4, .list-filters a h5, .list-filters a h6 {
      color: #a14fac; }
    .list-filters a:hover, .list-filters a:focus {
      color: #703778;
      text-decoration: none; }
    @media (min-width: 25em) {
      .list-filters a {
        padding: 0.5em 2em; } }
    .list-filters a.active {
      color: #a14fac;
      border-bottom: 2px solid #a14fac; }
    .list-filters a:hover, .list-filters a:focus {
      border-bottom: 2px solid #d9b6de; }

.staff-pick .image-wrapper {
  margin-bottom: 0.5em; }

.staff-pick .genres {
  margin-top: 1em; }

.staff-pick .genres, .staff-pick .audience, .staff-pick .format {
  margin-bottom: 0.2em; }
  .staff-pick .genres h5, .staff-pick .audience h5, .staff-pick .format h5 {
    display: inline-block;
    margin-bottom: 0; }
    @media (min-width: 25em) {
      .staff-pick .genres h5, .staff-pick .audience h5, .staff-pick .format h5 {
        font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
        font-weight: 500;
        margin-bottom: 0.35em;
        line-height: 1.2;
        color: #2f383d;
        font-size: 0.875em; }
        .staff-pick .genres h5 a, .staff-pick .audience h5 a, .staff-pick .format h5 a {
          -webkit-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
          color: #2f383d;
          text-decoration: none; }
          .staff-pick .genres h5 a:hover, .staff-pick .genres h5 a:focus, .staff-pick .audience h5 a:hover, .staff-pick .audience h5 a:focus, .staff-pick .format h5 a:hover, .staff-pick .format h5 a:focus {
            color: #0e1012;
            text-decoration: underline; } }
    .staff-pick .genres h5:after, .staff-pick .audience h5:after, .staff-pick .format h5:after {
      content: ":"; }
  .staff-pick .genres ul, .staff-pick .audience ul, .staff-pick .format ul {
    display: inline-block; }
    .staff-pick .genres ul li, .staff-pick .audience ul li, .staff-pick .format ul li {
      display: inline-block; }
      .staff-pick .genres ul li:after, .staff-pick .audience ul li:after, .staff-pick .format ul li:after {
        content: ","; }
      .staff-pick .genres ul li.last:after, .staff-pick .audience ul li.last:after, .staff-pick .format ul li.last:after {
        content: ""; }
  .staff-pick .genres a:after, .staff-pick .audience a:after, .staff-pick .format a:after {
    content: ",";
    display: inline-block;
    margin-right: 0.25em; }

.staff-image {
  display: inline-block;
  border-radius: 24px;
  max-width: 46px;
  margin-right: 0.5em;
  border: 4px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.location-map {
  margin-bottom: 1em; }
  .location-map iframe {
    width: 100%;
    max-height: 400px; }
  @media (min-width: 17.5em) {
    .location-map {
      display: none; } }
  @media (min-width: 37.5em) {
    .location-map {
      display: block; } }

.hours .opening, .hours .closing {
  display: inline-block; }

.get-directions {
  clear: left;
  margin-bottom: 1em; }
  .get-directions .button {
    display: block;
    text-align: center; }
    @media (min-width: 31.25em) {
      .get-directions .button {
        display: inline-block;
        text-align: left; } }

.contact-info .street-address {
  display: block;
  margin-bottom: 0.25em; }

.contact-info .locality {
  display: inline-block;
  margin-bottom: 0.25em; }
  .contact-info .locality::after {
    content: "\002c";
    margin-right: 0.25em;
    margin-left: -0.25em; }

.contact-info .tel {
  display: inline-block;
  margin-bottom: 1em; }

.contact-details .name {
  display: block;
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.125em;
  margin-bottom: 0; }
  .contact-details .name a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .contact-details .name a:hover, .contact-details .name a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 25em) {
    .contact-details .name {
      display: inline-block; }
      .contact-details .name:after {
        content: "\002c";
        margin-right: 0.25em;
        margin-left: -0.25em; } }

.contact-details .title {
  display: block;
  font-style: italic;
  margin-bottom: 0.5em; }
  @media (min-width: 25em) {
    .contact-details .title {
      display: inline-block; } }

.contact-details .adr {
  margin-bottom: 0.5em; }

.contact-details .tel {
  margin-bottom: 0.35em; }

.branch-hours-container {
  position: relative;
  z-index: 1;
  background-color: #f2f0ee;
  color: #2f383d;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #f2f0ee; }
  .branch-hours-container .container {
    padding: 1em 2.5% 1.5em 2.5%; }
    @media (min-width: 31.25em) {
      .branch-hours-container .container {
        padding-bottom: 2.5em; } }
    @media (min-width: 48.125em) {
      .branch-hours-container .container {
        *zoom: 1; }
        .branch-hours-container .container:after {
          content: "";
          display: table;
          clear: both; } }
  .branch-hours-container .branch-hours {
    margin-top: 0;
    clear: both;
    margin-bottom: 0.5em; }
    @media (min-width: 48.125em) {
      .branch-hours-container .branch-hours {
        display: inline-block;
        margin-right: 1em; } }
    @media (min-width: 60em) {
      .branch-hours-container .branch-hours {
        margin-bottom: 0; } }
    .branch-hours-container .branch-hours .branch-hours-form {
      line-height: 2; }
      @media (min-width: 48.125em) {
        .branch-hours-container .branch-hours .branch-hours-form {
          margin-top: -0.3em; } }
    .branch-hours-container .branch-hours .input {
      margin: 0.5em auto;
      display: inline-block;
      margin: 0 0.25em; }
      .branch-hours-container .branch-hours .input.hidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: inline; }
    .branch-hours-container .branch-hours .branch-selector-wrapper {
      position: relative;
      display: inline-block;
      margin-right: 0.25em;
      margin-left: 0.25em;
      border: 1px solid #E7E8E8;
      -webkit-transition: border-color 0.5s ease-in-out;
      transition: border-color 0.5s ease-in-out; }
      .branch-hours-container .branch-hours .branch-selector-wrapper:hover, .branch-hours-container .branch-hours .branch-selector-wrapper:focus {
        border-color: #a14fac; }
      .branch-hours-container .branch-hours .branch-selector-wrapper select::-ms-expand {
        /*IE10/11 hack to get select arrow not to display*/
        display: none; }
      .branch-hours-container .branch-hours .branch-selector-wrapper select {
        -moz-appearance: none;
             appearance: none;
        border: 0 none;
        font-size: 16px;
        font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
        font-weight: 400;
        color: #91479b;
        background-color: #f2f0ee;
        border-radius: 0px;
        -webkit-appearance: none;
        padding-right: 2em;
        padding-left: 0.5em;
        height: 2em;
        max-width: 150px; }
      .branch-hours-container .branch-hours .branch-selector-wrapper .select {
        outline: none;
        display: block;
        padding: 1.2em 3em 1.3em 1.5em;
        margin: 0;
        -webkit-transition: border-color 0.2s;
        transition: border-color 0.2s;
        border: 0 none;
        border-radius: 5px;
        background: #f2f0ee;
        color: #2f383d;
        line-height: normal;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit; }
      .branch-hours-container .branch-hours .branch-selector-wrapper .arr {
        background: #f2f0ee;
        position: absolute;
        right: 5px;
        width: 20px;
        height: 20px;
        pointer-events: none; }
        .branch-hours-container .branch-hours .branch-selector-wrapper .arr .icon-down-arrow-link {
          width: 17px;
          height: 18px;
          vertical-align: bottom; }
    .branch-hours-container .branch-hours .line-break {
      display: block;
      margin-top: 0.5em; }
      @media (min-width: 37.5em) {
        .branch-hours-container .branch-hours .line-break {
          display: inline;
          margin-top: 0; } }
    .branch-hours-container .branch-hours .location-hours-result {
      display: none; }
      .branch-hours-container .branch-hours .location-hours-result.is-visible {
        display: inline-block; }
  @media (min-width: 48.125em) {
    .branch-hours-container .all-locations {
      display: inline-block; } }
  .branch-hours-container .all-locations a {
    color: #91479b; }
  .branch-hours-container .all-locations .location-all-hours-link {
    display: none; }
    .branch-hours-container .all-locations .location-all-hours-link.is-visible {
      display: inline; }

.related-tags .title {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 0.875em;
  margin-bottom: 0.5em; }
  .related-tags .title a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .related-tags .title a:hover, .related-tags .title a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 37.5em) {
    .related-tags .title {
      display: inline-block;
      margin-right: 1em; } }

.tags {
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    .tags {
      display: inline-block;
      margin: 0; } }
  .tags .tag {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 0.75em;
    color: #4a5860;
    margin-right: 0.25em; }
    .tags .tag a {
      -webkit-transition: background-color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out;
      border-radius: 4px 4px;
      display: inline-block;
      padding: 0.5em 1em;
      text-decoration: none;
      color: #fff;
      background-color: #a14fac;
      background-color: #fff;
      color: #a14fac;
      border: 1px solid #E7E8E8;
      padding: 0.5em 0.75em; }
      .tags .tag a:hover, .tags .tag a:focus {
        text-decoration: none;
        background-color: #703778;
        color: #fff; }
      .tags .tag a:hover, .tags .tag a:focus {
        color: #a14fac;
        background-color: #fafbfc; }

@media (min-width: 31.25em) {
  .global-search .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .no-flexbox .global-search .search-wrapper {
      display: table; } }

@media (min-width: 31.25em) {
  .global-search .input {
    margin-bottom: 0; } }

.global-search .keyword-wrapper {
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  margin-bottom: 0; }
  .no-flexbox .global-search .keyword-wrapper {
    width: 100%; }
  @media (min-width: 31.25em) {
    .global-search .keyword-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0;
      border-radius: 2px 0 0 2px; }
      .no-flexbox .global-search .keyword-wrapper {
        display: table-cell; } }
  .global-search .keyword-wrapper .label-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .global-search .keyword-wrapper input[type="text"],
  .global-search .keyword-wrapper input[type="search"],
  .global-search .keyword-wrapper .keyword {
    border: none;
    border-radius: 2px 2px 0 0;
    padding: 1em 0.5em;
    width: 100%; }
    @media (min-width: 31.25em) {
      .global-search .keyword-wrapper input[type="text"],
      .global-search .keyword-wrapper input[type="search"],
      .global-search .keyword-wrapper .keyword {
        border-radius: 2px 0 0 2px; } }

.global-search .search-location-group {
  *zoom: 1;
  background-color: #ebeff2;
  padding: 0.75em;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #E7E8E8; }
  .no-flexbox .global-search .search-location-group {
    width: 100%; }
  .global-search .search-location-group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 31.25em) {
    .global-search .search-location-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 0;
      margin-bottom: 0;
      padding: 0.75em 0.35em;
      border-left: 1px solid #E7E8E8;
      border-top: 0 none; }
      .no-flexbox .global-search .search-location-group {
        display: table-cell; } }

.global-search .search-location {
  float: left;
  width: 50%;
  text-align: center; }
  @media (min-width: 31.25em) {
    .global-search .search-location {
      float: none;
      margin-bottom: 0;
      width: auto;
      padding: 0.25em 0.5em; }
      .no-flexbox .global-search .search-location {
        display: table-cell;
        min-width: 100px;
        padding: 0; } }
  .global-search .search-location input[type="radio"] {
    margin: 0px; }
    .global-search .search-location input[type="radio"]:checked + label {
      color: #a14fac; }
  .global-search .search-location label {
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #4a5860;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
    .global-search .search-location label:hover, .global-search .search-location label:focus {
      color: #a14fac; }
    .global-search .search-location label:hover {
      cursor: pointer; }

.global-search .search-submit {
  border: none;
  display: block;
  padding: 0.75em;
  margin: 0 auto;
  width: 100%;
  background-color: #a14fac;
  border-radius: 0 0 4px 4px; }
  @media (min-width: 31.25em) {
    .global-search .search-submit {
      padding: 0;
      margin: 0;
      width: 55px;
      border-radius: 0 4px 4px 0;
      margin: 0; }
      .no-flexbox .global-search .search-submit {
        padding: 0.8em;
        display: table-cell;
        min-height: 55px; } }
  .global-search .search-submit:hover, .global-search .search-submit:focus {
    background-color: #703778; }
  .global-search .search-submit [class^=icon-] {
    background-position: 50% 50%;
    margin: 0; }

.global-search .search-submit-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.site-notification {
  background-color: #f2f0ee;
  text-align: center;
  color: #4a5860;
  box-shadow: 0 -5px 10px rgba(137, 67, 146, 0.8) inset;
  clear: both; }
  .site-notification .container {
    *zoom: 1;
    padding: 1em 1em; }
    .site-notification .container:after {
      content: "";
      display: table;
      clear: both; }
    .site-notification .container p {
      font-size: 0.875em; }
      @media (min-width: 48.125em) {
        .site-notification .container p {
          font-size: 1em; } }
    .site-notification .container p:last-of-type {
      margin-bottom: 0; }
  .main-content .site-notification {
    box-shadow: none;
    border-radius: 4px; }
    .main-content .site-notification:not(:last-child) {
      margin-bottom: 1.5em; }
  .site-notification.alert {
    background-color: #a14fac; }
    .main-content .site-notification.alert {
      background-color: #FF9933; }
    .site-notification.alert .container {
      color: #f4ebf6; }
      .main-content .site-notification.alert .container {
        color: white; }

.navigation-wrapper {
  margin-bottom: 1.5em;
  background-color: #f9f8f7;
  padding: 1em; }
  @media (min-width: 53.125em) {
    .navigation-wrapper {
      background-color: inherit;
      padding: 0; } }

@media (min-width: 31.25em) {
  .secondary-navigation, .footer-navigation-sidebar, .helpful-links-navigation-sidebar {
    clear: both; } }

.secondary-navigation .menu > .menu-item > a, .footer-navigation-sidebar .menu > .menu-item > a, .helpful-links-navigation-sidebar .menu > .menu-item > a {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.4em;
  padding-left: 0.5em;
  display: block;
  margin-bottom: 1em; }
  .secondary-navigation .menu > .menu-item > a a, .footer-navigation-sidebar .menu > .menu-item > a a, .helpful-links-navigation-sidebar .menu > .menu-item > a a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .secondary-navigation .menu > .menu-item > a a:hover, .secondary-navigation .menu > .menu-item > a a:focus, .footer-navigation-sidebar .menu > .menu-item > a a:hover, .footer-navigation-sidebar .menu > .menu-item > a a:focus, .helpful-links-navigation-sidebar .menu > .menu-item > a a:hover, .helpful-links-navigation-sidebar .menu > .menu-item > a a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 48.125em) {
    .secondary-navigation .menu > .menu-item > a, .footer-navigation-sidebar .menu > .menu-item > a, .helpful-links-navigation-sidebar .menu > .menu-item > a {
      font-size: 1.5em; } }
  @media (min-width: 48.125em) {
    .secondary-navigation .menu > .menu-item > a, .footer-navigation-sidebar .menu > .menu-item > a, .helpful-links-navigation-sidebar .menu > .menu-item > a {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 1.2em;
      margin-bottom: 1em; }
      .secondary-navigation .menu > .menu-item > a a, .footer-navigation-sidebar .menu > .menu-item > a a, .helpful-links-navigation-sidebar .menu > .menu-item > a a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .secondary-navigation .menu > .menu-item > a a:hover, .secondary-navigation .menu > .menu-item > a a:focus, .footer-navigation-sidebar .menu > .menu-item > a a:hover, .footer-navigation-sidebar .menu > .menu-item > a a:focus, .helpful-links-navigation-sidebar .menu > .menu-item > a a:hover, .helpful-links-navigation-sidebar .menu > .menu-item > a a:focus {
          color: #0e1012;
          text-decoration: underline; } }
  @media (min-width: 48.125em) and (min-width: 48.125em) {
    .secondary-navigation .menu > .menu-item > a, .footer-navigation-sidebar .menu > .menu-item > a, .helpful-links-navigation-sidebar .menu > .menu-item > a {
      font-size: 1.25em; } }

.secondary-navigation a, .footer-navigation-sidebar a, .helpful-links-navigation-sidebar a {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  color: #37617a;
  text-decoration: none;
  display: inline-block; }
  .secondary-navigation a h1, .secondary-navigation a h2, .secondary-navigation a h3, .secondary-navigation a h4, .secondary-navigation a h5, .secondary-navigation a h6, .footer-navigation-sidebar a h1, .footer-navigation-sidebar a h2, .footer-navigation-sidebar a h3, .footer-navigation-sidebar a h4, .footer-navigation-sidebar a h5, .footer-navigation-sidebar a h6, .helpful-links-navigation-sidebar a h1, .helpful-links-navigation-sidebar a h2, .helpful-links-navigation-sidebar a h3, .helpful-links-navigation-sidebar a h4, .helpful-links-navigation-sidebar a h5, .helpful-links-navigation-sidebar a h6 {
    color: #37617a; }
  .secondary-navigation a:hover, .secondary-navigation a:focus, .footer-navigation-sidebar a:hover, .footer-navigation-sidebar a:focus, .helpful-links-navigation-sidebar a:hover, .helpful-links-navigation-sidebar a:focus {
    color: #1f3745;
    text-decoration: none; }

.secondary-navigation .current-menu-item > a, .footer-navigation-sidebar .current-menu-item > a, .helpful-links-navigation-sidebar .current-menu-item > a {
  display: block;
  background: url("/wp-content/themes/carnegielibrary/assets/images/nav-active-arrow.svg") right center no-repeat;
  padding-right: 10px; }

.secondary-navigation .menu-item, .footer-navigation-sidebar .menu-item, .helpful-links-navigation-sidebar .menu-item {
  display: none; }
  .secondary-navigation .menu-item.current-menu-ancestor, .secondary-navigation .menu-item.current-menu-item, .footer-navigation-sidebar .menu-item.current-menu-ancestor, .footer-navigation-sidebar .menu-item.current-menu-item, .helpful-links-navigation-sidebar .menu-item.current-menu-ancestor, .helpful-links-navigation-sidebar .menu-item.current-menu-item {
    display: block; }
    .secondary-navigation .menu-item.current-menu-ancestor .menu-item, .secondary-navigation .menu-item.current-menu-item .menu-item, .footer-navigation-sidebar .menu-item.current-menu-ancestor .menu-item, .footer-navigation-sidebar .menu-item.current-menu-item .menu-item, .helpful-links-navigation-sidebar .menu-item.current-menu-ancestor .menu-item, .helpful-links-navigation-sidebar .menu-item.current-menu-item .menu-item {
      display: block; }

.secondary-navigation .menu-item-has-children > a, .footer-navigation-sidebar .menu-item-has-children > a, .helpful-links-navigation-sidebar .menu-item-has-children > a {
  margin-bottom: 0.75em; }

.secondary-navigation .menu-item-has-children .sub-menu, .footer-navigation-sidebar .menu-item-has-children .sub-menu, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu {
  margin: 0; }
  .secondary-navigation .menu-item-has-children .sub-menu > .menu-item, .footer-navigation-sidebar .menu-item-has-children .sub-menu > .menu-item, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu > .menu-item {
    border-top: 1px solid #E7E8E8; }
  .secondary-navigation .menu-item-has-children .sub-menu .menu-item, .footer-navigation-sidebar .menu-item-has-children .sub-menu .menu-item, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .menu-item {
    list-style-type: none;
    padding: 0.75em 0 0.75em 0.5em;
    position: relative; }
    .secondary-navigation .menu-item-has-children .sub-menu .menu-item:last-of-type, .footer-navigation-sidebar .menu-item-has-children .sub-menu .menu-item:last-of-type, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .menu-item:last-of-type {
      padding-bottom: 0; }
  .secondary-navigation .menu-item-has-children .sub-menu .sub-menu, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu {
    padding-right: 0.5em; }
    .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item {
      border-top: 0 none;
      padding-top: 0.5em;
      font-size: 0.875em; }
      .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #4a5860;
        text-decoration: none; }
        .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a h1, .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a h2, .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a h3, .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a h4, .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a h5, .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a h6, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h1, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h2, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h3, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h4, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h5, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h6, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h1, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h2, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h3, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h4, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h5, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a h6 {
          color: #4a5860; }
        .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a:hover, .secondary-navigation .menu-item-has-children .sub-menu .sub-menu .menu-item a:focus, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a:hover, .footer-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a:focus, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a:hover, .helpful-links-navigation-sidebar .menu-item-has-children .sub-menu .sub-menu .menu-item a:focus {
          color: #283034;
          text-decoration: none; }

.emergency-notification {
  position: relative;
  width: 100%;
  background-color: #a14fac;
  padding: 1.5em 0;
  box-shadow: 0 -6px 10px rgba(112, 55, 120, 0.25) inset; }
  .emergency-notification .emergency-text {
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
    width: 70%;
    margin: 0 auto; }
    @media (min-width: 31.25em) {
      .emergency-notification .emergency-text {
        font-size: 1.125em;
        width: 80%; } }
  .emergency-notification .hide-emergency-notification {
    position: absolute;
    right: 0;
    top: 0.5em; }
    @media (min-width: 31.25em) {
      .emergency-notification .hide-emergency-notification {
        right: 0.5em;
        top: 1em; } }
    @media (min-width: 37.5em) {
      .emergency-notification .hide-emergency-notification {
        right: 3.5%; } }
  @media (min-width: 31.25em) {
    .emergency-notification .icon-close-rev {
      height: 24px;
      width: 24px; } }

.list-view-item .image-link {
  display: block;
  margin-bottom: 1em; }
  @media (min-width: 37.5em) {
    .list-view-item .image-link {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      float: right;
      margin-left: 3.5%;
      margin-bottom: 0; } }
  @media (min-width: 48.125em) {
    .list-view-item .image-link {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      float: right;
      margin-left: 3.5%; } }
  .list-view-item .image-link img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 37.5em) {
      .list-view-item .image-link img {
        width: 100%; } }

@media (min-width: 37.5em) {
  .list-view-item .image-link ~ .content-wrapper {
    display: inline;
    float: left;
    width: 65.5%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0; } }
  @media (min-width: 37.5em) and (min-width: 48.125em) {
    .list-view-item .image-link ~ .content-wrapper {
      display: inline;
      float: left;
      width: 65.5%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; } }

.list-view-item .device-url {
  font-size: 0.875em; }

.list-view-item-group .list-view-item {
  *zoom: 1;
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em; }
  .list-view-item-group .list-view-item:after {
    content: "";
    display: table;
    clear: both; }
  .list-view-item-group .list-view-item:last-of-type {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0; }

.comment {
  padding: 1em;
  background-color: #ebeff2;
  margin-bottom: 1em;
  margin-top: 1em; }
  .comment .comment {
    border: 1px solid #ccd6de; }
  .comment .comment-author {
    *zoom: 1;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #ccd6de; }
    .comment .comment-author:after {
      content: "";
      display: table;
      clear: both; }
    .comment .comment-author img {
      float: left;
      margin-right: 0.5em;
      display: inline-block;
      border-radius: 18px;
      border: 4px solid #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      vertical-align: middle; }
    .comment .comment-author .fn, .comment .comment-author .says {
      vertical-align: middle;
      display: inline-block; }
  .comment .comment-meta {
    font-size: 0.875em;
    margin-bottom: 0.75em; }
    .comment .comment-meta .edit-link {
      float: right; }
  .comment .comment-content p {
    margin-bottom: 0.75em; }

.comments-area .comments-title {
  padding-top: 2em;
  border-top: 1px solid #E7E8E8;
  margin-top: 2em;
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1em; }
  .comments-area .comments-title a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .comments-area .comments-title a:hover, .comments-area .comments-title a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 48.125em) {
    .comments-area .comments-title {
      font-size: 1.25em; } }
  .comments-area .comments-title .post-name {
    font-style: italic; }

.comments-area .comment-respond {
  padding-top: 2em;
  border-top: 1px solid #E7E8E8;
  margin-top: 2em; }

.comments-area .comment-form-comment label {
  margin-bottom: 0.5em; }

.comments-area .comment-reply-title {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 1px; }
  .comments-area .comment-reply-title a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .comments-area .comment-reply-title a:hover, .comments-area .comment-reply-title a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 48.125em) {
    .comments-area .comment-reply-title {
      font-size: 1.25em; } }
  .comments-area .comment-reply-title small {
    margin-top: 0.5em;
    font-size: 0.875em;
    display: block; }
    .comments-area .comment-reply-title small a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #a14fac;
      text-decoration: none; }
      .comments-area .comment-reply-title small a h1, .comments-area .comment-reply-title small a h2, .comments-area .comment-reply-title small a h3, .comments-area .comment-reply-title small a h4, .comments-area .comment-reply-title small a h5, .comments-area .comment-reply-title small a h6 {
        color: #a14fac; }
      .comments-area .comment-reply-title small a:hover, .comments-area .comment-reply-title small a:focus {
        color: #703778;
        text-decoration: none; }

@media (min-width: 37.5em) {
  .comments-area .form-submit .submit {
    width: inherit; } }

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

.board-member .image-link, .leadership .image-link {
  display: block; }

.board-member .image, .leadership .image {
  width: 100%;
  margin-bottom: 0.5em; }

.board-member-group .board-member .name, .board-member-group .leadership .name, .leadership-group .board-member .name, .leadership-group .leadership .name {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.125em;
  text-align: center;
  display: block;
  margin-bottom: 0.25em; }
  .board-member-group .board-member .name a, .board-member-group .leadership .name a, .leadership-group .board-member .name a, .leadership-group .leadership .name a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .board-member-group .board-member .name a:hover, .board-member-group .board-member .name a:focus, .board-member-group .leadership .name a:hover, .board-member-group .leadership .name a:focus, .leadership-group .board-member .name a:hover, .leadership-group .board-member .name a:focus, .leadership-group .leadership .name a:hover, .leadership-group .leadership .name a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 31.25em) {
    .board-member-group .board-member .name, .board-member-group .leadership .name, .leadership-group .board-member .name, .leadership-group .leadership .name {
      text-align: left;
      margin-left: 0.5em; } }

.board-member-group .board-member .leadership-role, .board-member-group .leadership .leadership-role, .leadership-group .board-member .leadership-role, .leadership-group .leadership .leadership-role {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #4a5860;
  font-style: italic;
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 31.25em) {
    .board-member-group .board-member .leadership-role, .board-member-group .leadership .leadership-role, .leadership-group .board-member .leadership-role, .leadership-group .leadership .leadership-role {
      text-align: left;
      margin-left: 0.65em; } }

.section-reversed {
  background-color: #37617a;
  color: #ebeff2; }
  .section-reversed a {
    color: #fff; }
    .section-reversed a:hover, .section-reversed a:focus {
      color: #ebeff2; }

.gallery-container .image-gallery {
  *zoom: 1;
  margin: 0;
  list-style-type: none; }
  .gallery-container .image-gallery:after {
    content: "";
    display: table;
    clear: both; }
  .gallery-container .image-gallery li {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
    padding: 0; }
    .gallery-container .image-gallery li:nth-of-type(1n) {
      margin-right: 3.5%;
      float: left;
      clear: none; }
      .lt-ie8 .gallery-container .image-gallery li:nth-of-type(1n) {
        margin-right: 3.25%; }
    .gallery-container .image-gallery li:nth-of-type(2n+2) {
      margin-right: 0;
      float: right; }
    .gallery-container .image-gallery li:nth-of-type(2n+3) {
      clear: both; }
    @media (min-width: 31.25em) {
      .gallery-container .image-gallery li {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0; }
        .gallery-container .image-gallery li:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .gallery-container .image-gallery li:nth-of-type(1n) {
            margin-right: 3.25%; }
        .gallery-container .image-gallery li:nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .gallery-container .image-gallery li:nth-of-type(3n+4) {
          clear: both; } }
    @media (min-width: 37.5em) {
      .gallery-container .image-gallery li {
        display: inline;
        float: left;
        width: 22.375%;
        margin-right: 3.5%;
        margin-left: 0; }
        .gallery-container .image-gallery li:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .gallery-container .image-gallery li:nth-of-type(1n) {
            margin-right: 3.25%; }
        .gallery-container .image-gallery li:nth-of-type(4n+4) {
          margin-right: 0;
          float: right; }
        .gallery-container .image-gallery li:nth-of-type(4n+5) {
          clear: both; } }
    .gallery-container .image-gallery li img {
      width: 100%;
      height: inherit; }

.post-category {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 0.875em;
  font-size: 0.8em;
  color: #a14fac;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em; }
  .post-category a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .post-category a:hover, .post-category a:focus {
      color: #0e1012;
      text-decoration: underline; }

.archives li {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccd6de;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }
  .archives li:last-of-type {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0; }

.blog-post-group {
  *zoom: 1; }
  .blog-post-group:after {
    content: "";
    display: table;
    clear: both; }
  .blog-post-group .post .image-link {
    margin-bottom: 0.5em; }
    .blog-post-group .post .image-link img {
      width: 100%; }
  .blog-post-group .post > .title {
    margin-bottom: 0; }
  .blog-post-group .post .date {
    font-size: 0.875em;
    color: #4a5860; }
  .blog-post-group .post .description, .blog-post-group .post .teaser {
    margin-top: 0.5em;
    font-size: 1.1em; }
  .blog-post-group .post .related-tags {
    margin-top: 1em; }

.call-out {
  padding: 1em;
  border: 1px solid #E7E8E8;
  margin: 1em 0;
  background-color: #ebeff2;
  margin-top: 0; }
  @media (min-width: 48.125em) {
    .call-out {
      padding: 2em; } }
  @media (min-width: 48.125em) {
    .call-out {
      padding: 0.75em; } }
  .call-out .title {
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    display: block; }
    .call-out .title a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .call-out .title a:hover, .call-out .title a:focus {
        color: #0e1012;
        text-decoration: underline; }
    @media (min-width: 48.125em) {
      .call-out .title {
        font-size: 1.25em; } }
  @media (min-width: 48.125em) {
    .call-out p {
      font-size: 1em; } }

.call-to-action {
  *zoom: 1;
  background-color: #ebeff2;
  margin-bottom: 1.5em; }
  .call-to-action:after {
    content: "";
    display: table;
    clear: both; }
  .call-to-action .image {
    width: 100%; }
  .call-to-action .text-wrapper {
    padding: 1.25em 1em; }
  .call-to-action .title {
    margin-bottom: 1em;
    text-align: center; }
    .secondary .call-to-action .title {
      text-align: left; }
  .call-to-action .action {
    width: 100%;
    text-align: center;
    display: inline-block; }
  .call-to-action[data-eq-state$="small"] .image-wrapper, .call-to-action[data-eq-state$="large"] .image-wrapper {
    display: inline-block;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
    float: right;
    margin-right: 0;
    margin-left: 3.5%; }
  @media only screen and (max-width: 599px){
    .call-to-action .text-wrapper{
      width: 100%;
    }
  }
  @media only screen and (min-width: 600px){
    .call-to-action .image-wrapper{
      display: inline-block;
      float: left;
      width: 48.25%;
      margin: 0.25rem;
    }
    .call-to-action .text-wrapper{
      width: 48%;
      display: inline-block;
    }

  }
  .call-to-action[data-eq-state$="small"] .image, .call-to-action[data-eq-state$="large"] .image {
    margin-bottom: 0; }
  .call-to-action[data-eq-state$="small"] .title, .call-to-action[data-eq-state$="large"] .title {
    text-align: left; }
  .call-to-action[data-eq-state$="small"] .action, .call-to-action[data-eq-state$="large"] .action {
    width: inherit;
    width: initial; }
  .call-to-action[data-eq-state$="large"] .text-wrapper {
    padding: 1.5em; }

.career-list .list-view-item > .title + p {
  margin-bottom: 0; }

.career-item {
  margin-bottom: 2em; }
  .career-item:last-of-type {
    margin-bottom: 0; }
  .career-item .meta {
    font-size: 0.875em;
    color: #4a5860;
    margin-bottom: 0.5em; }
    .career-item .meta li {
      display: inline-block;
      margin-bottom: 0.5em; }
      .career-item .meta li:after {
        content: " \2022";
        color: #8798a2; }
      .career-item .meta li:last-of-type {
        margin-right: 0;
        padding-right: 0; }
        .career-item .meta li:last-of-type:after {
          content: ""; }
  .career-item .description p:last-of-type {
    margin-bottom: 0; }

.grid-view-item-group {
  *zoom: 1; }
  .grid-view-item-group:after {
    content: "";
    display: table;
    clear: both; }
  .grid-view-item-group .grid-view-item {
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em; }
    @media (min-width: 25em) {
      .grid-view-item-group .grid-view-item {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-bottom: 1em;
        padding-bottom: 0;
        border-bottom: 0 none; }
        .grid-view-item-group .grid-view-item:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .grid-view-item-group .grid-view-item:nth-of-type(1n) {
            margin-right: 3.25%; }
        .grid-view-item-group .grid-view-item:nth-of-type(2n+2) {
          margin-right: 0;
          float: right; }
        .grid-view-item-group .grid-view-item:nth-of-type(2n+3) {
          clear: both; } }
    @media (min-width: 31.25em) {
      .grid-view-item-group .grid-view-item {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0; }
        .grid-view-item-group .grid-view-item:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .grid-view-item-group .grid-view-item:nth-of-type(1n) {
            margin-right: 3.25%; }
        .grid-view-item-group .grid-view-item:nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .grid-view-item-group .grid-view-item:nth-of-type(3n+4) {
          clear: both; } }
    @media (min-width: 48.125em) {
      .grid-view-item-group .grid-view-item {
        display: inline;
        float: left;
        width: 22.375%;
        margin-right: 3.5%;
        margin-left: 0; }
        .grid-view-item-group .grid-view-item:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .grid-view-item-group .grid-view-item:nth-of-type(1n) {
            margin-right: 3.25%; }
        .grid-view-item-group .grid-view-item:nth-of-type(4n+4) {
          margin-right: 0;
          float: right; }
        .grid-view-item-group .grid-view-item:nth-of-type(4n+5) {
          clear: both; } }
    .grid-view-item-group .grid-view-item:last-of-type {
      margin-bottom: 1em;
      padding-bottom: 0;
      border-bottom: 0 none; }

.site-header {
  *zoom: 1;
  background-color: #fff;
  border-top: 4px solid #a14fac; }
  .site-header:after {
    content: "";
    display: table;
    clear: both; }
  .site-header > .container {
    *zoom: 1; }
    .site-header > .container:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 62.8125em) {
      .site-header > .container {
        border-right: 1px solid #E7E8E8;
        position: relative; } }
  .site-header .site-logo {
    *zoom: 1;
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 1.2em;
    display: block;
    margin-top: 0.75em;
    margin-bottom: 1em; }
    .site-header .site-logo:after {
      content: "";
      display: table;
      clear: both; }
    .site-header .site-logo a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .site-header .site-logo a:hover, .site-header .site-logo a:focus {
        color: #0e1012;
        text-decoration: underline; }
    @media (min-width: 48.125em) {
      .site-header .site-logo {
        font-size: 1.25em; } }
    @media (min-width: 17.5em) {
      .site-header .site-logo {
        width: 140px;
        margin-right: 5%;
        float: left; } }
    @media (min-width: 62.8125em) {
      .site-header .site-logo {
        float: left;
        width: 22.375%;
        margin: 0;
        border-right: 1px solid #E7E8E8;
        padding: 1em 1em 1.25em 1em;
        padding-left: 0; } }
    @media (min-width: 60em) {
      .site-header .site-logo {
        padding-left: 1em; } }
    .site-header .site-logo .logo {
      max-width: 100%;
      width: 140px;
      height: 87px; }
  .site-header .mobile-navigation {
    *zoom: 1;
    clear: both;
    display: block;
    padding-bottom: 1em;
    width: 100%; }
    .site-header .mobile-navigation:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 17.5em) {
      .site-header .mobile-navigation {
        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; }
        .no-flexbox .site-header .mobile-navigation {
          display: block; } }
    @media (min-width: 31.25em) {
      .site-header .mobile-navigation {
        margin-top: 2.5em;
        clear: none;
        width: -webkit-calc(100% - 5% - 140px);
        width: calc(100% - 5% - 140px);
        float: right;
        max-width: 230px; } }
    @media (min-width: 62.8125em) {
      .site-header .mobile-navigation {
        display: none; }
        .no-flexbox .site-header .mobile-navigation, .no-flexboxlegacy .site-header .mobile-navigation {
          display: none; } }
    @media (min-width: 17.5em) {
      .site-header .mobile-navigation .menu-trigger, .site-header .mobile-navigation .search-trigger {
        -ms-flex-preferred-size: calc(50% - 1px);
            flex-basis: -webkit-calc(50% - 1px);
            flex-basis: calc(50% - 1px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-bottom: 0;
        max-width: -webkit-calc(50% - 1px);
        max-width: calc(50% - 1px); }
        .site-header .mobile-navigation .menu-trigger:nth-of-type(1n), .site-header .mobile-navigation .search-trigger:nth-of-type(1n) {
          margin-right: 2px; }
        .site-header .mobile-navigation .menu-trigger:nth-of-type(2n), .site-header .mobile-navigation .search-trigger:nth-of-type(2n) {
          margin-right: 0; }
        .no-flexbox .site-header .mobile-navigation .menu-trigger, .no-flexbox .site-header .mobile-navigation .search-trigger {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .site-header .mobile-navigation .menu-trigger:nth-of-type(1n), .no-flexbox .site-header .mobile-navigation .search-trigger:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .site-header .mobile-navigation .menu-trigger:nth-of-type(1n), .lt-ie8 .no-flexbox .site-header .mobile-navigation .search-trigger:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .site-header .mobile-navigation .menu-trigger:nth-of-type(2n+2), .no-flexbox .site-header .mobile-navigation .search-trigger:nth-of-type(2n+2) {
            margin-right: 0;
            float: right; }
          .no-flexbox .site-header .mobile-navigation .menu-trigger:nth-of-type(2n+3), .no-flexbox .site-header .mobile-navigation .search-trigger:nth-of-type(2n+3) {
            clear: both; }
        .flexbox.flexboxtweener .site-header .mobile-navigation .menu-trigger, .flexbox.flexboxtweener .site-header .mobile-navigation .search-trigger {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(50% - 1px);
          width: calc(50% - 1px); } }
    @media (min-width: 31.25em) {
      .site-header .mobile-navigation .menu-trigger, .site-header .mobile-navigation .search-trigger {
        -ms-flex-preferred-size: calc(50% - 1px);
            flex-basis: -webkit-calc(50% - 1px);
            flex-basis: calc(50% - 1px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-bottom: 0; }
        .site-header .mobile-navigation .menu-trigger:nth-of-type(1n), .site-header .mobile-navigation .search-trigger:nth-of-type(1n) {
          margin-right: 2px; }
        .site-header .mobile-navigation .menu-trigger:nth-of-type(2n), .site-header .mobile-navigation .search-trigger:nth-of-type(2n) {
          margin-right: 0; }
        .no-flexbox .site-header .mobile-navigation .menu-trigger, .no-flexbox .site-header .mobile-navigation .search-trigger {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .site-header .mobile-navigation .menu-trigger:nth-of-type(1n), .no-flexbox .site-header .mobile-navigation .search-trigger:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .site-header .mobile-navigation .menu-trigger:nth-of-type(1n), .lt-ie8 .no-flexbox .site-header .mobile-navigation .search-trigger:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .site-header .mobile-navigation .menu-trigger:nth-of-type(2n+2), .no-flexbox .site-header .mobile-navigation .search-trigger:nth-of-type(2n+2) {
            margin-right: 0;
            float: right; }
          .no-flexbox .site-header .mobile-navigation .menu-trigger:nth-of-type(2n+3), .no-flexbox .site-header .mobile-navigation .search-trigger:nth-of-type(2n+3) {
            clear: both; }
        .flexbox.flexboxtweener .site-header .mobile-navigation .menu-trigger, .flexbox.flexboxtweener .site-header .mobile-navigation .search-trigger {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(50% - 1px);
          width: calc(50% - 1px); } }
    .home .site-header .mobile-navigation .menu-trigger, .home .site-header .mobile-navigation .search-trigger {
      width: 100%;
      margin: 0 0 0 auto; }
    @media (min-width: 17.5em) {
      .site-header .mobile-navigation .menu-trigger {
        margin-right: 2px; } }
    @media (min-width: 17.5em) {
      .site-header .mobile-navigation .search-trigger {
        margin-right: 0; } }

.header-search-wrapper {
  clear: both;
  display: none;
  margin-bottom: 1em; }
  .header-search-wrapper.is-visible {
    display: block; }
  @media (min-width: 62.8125em) {
    .header-search-wrapper {
      width: 77.625%;
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0;
      margin-bottom: 0;
      background-color: transparent; } }
  .header-search-wrapper .global-search .search-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: 1px solid #E7E8E8;
    border-radius: 6px 0 0 6px; }
    @media (min-width: 31.25em) {
      .header-search-wrapper .global-search .search-wrapper {
        border-right: 0 none; } }
    @media (min-width: 62.8125em) {
      .header-search-wrapper .global-search .search-wrapper {
        border-radius: 0;
        border-bottom: 0 none;
        border-left: 0 none;
        padding-left: 2.8%; } }
  @media (min-width: 31.25em) {
    .header-search-wrapper .global-search .keyword-wrapper {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; } }
  @media (min-width: 48.125em) {
    .header-search-wrapper .global-search .keyword-wrapper {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; } }
  @media (min-width: 62.8125em) {
    .header-search-wrapper .global-search .keyword-wrapper {
      font-size: 0.875em; } }
  .header-search-wrapper .global-search .keyword-wrapper .icon-search-link {
    margin-top: 15px;
    float: left;
    margin-left: 0.5em; }
    @media (min-width: 62.8125em) {
      .header-search-wrapper .global-search .keyword-wrapper .icon-search-link {
        margin-left: 0;
        margin-top: 12px; } }
  .header-search-wrapper .global-search .keyword-wrapper input[type="text"],
  .header-search-wrapper .global-search .keyword-wrapper input[type="search"],
  .header-search-wrapper .global-search .keyword-wrapper .keyword {
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px); }
    @media (min-width: 31.25em) {
      .header-search-wrapper .global-search .keyword-wrapper input[type="text"],
      .header-search-wrapper .global-search .keyword-wrapper input[type="search"],
      .header-search-wrapper .global-search .keyword-wrapper .keyword {
        padding: 1em 0.5em 0.8em 0.5em; } }
    @media (min-width: 62.8125em) {
      .header-search-wrapper .global-search .keyword-wrapper input[type="text"],
      .header-search-wrapper .global-search .keyword-wrapper input[type="search"],
      .header-search-wrapper .global-search .keyword-wrapper .keyword {
        border-radius: 0;
        border: 0 none;
        width: -webkit-calc(100% - 26px);
        width: calc(100% - 26px); } }
  .header-search-wrapper .global-search .search-submit {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 31.25em) {
      .header-search-wrapper .global-search .search-submit {
        width: 85px; } }
    @media (min-width: 62.8125em) {
      .header-search-wrapper .global-search .search-submit {
        border-radius: 0; } }
  .header-search-wrapper .search-location-group {
    margin-bottom: 0; }
    @media (min-width: 25em) {
      .header-search-wrapper .search-location-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 0;
        margin-bottom: 0;
        border-left: 0 none; } }
    @media (min-width: 31.25em) {
      .header-search-wrapper .search-location-group {
        padding: 0 0.35em;
        border-left: 1px solid #E7E8E8; } }
  @media (min-width: 31.25em) {
    .header-search-wrapper .search-location {
      padding: 0.75em; } }
  @media (min-width: 62.8125em) {
    .header-search-wrapper .search-location {
      padding-left: 1em;
      padding-right: 1em; } }

.site-footer {
  position: relative;
  z-index: 1;
  background-color: #f2f0ee;
  color: #525151; }
  .site-footer .title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0.5em;
    font-weight: 400; }
    @media (min-width: 37.5em) {
      .site-footer .title {
        margin-right: 1em;
        margin-bottom: 0;
        vertical-align: middle; } }
  .site-footer .donate {
    position: relative;
    width: 95%;
    max-width: 100%;
    margin: 0 auto; }
    .no-flexbox .site-footer .donate {
      display: table; }
    @media (min-width: 25em) {
      .site-footer .donate {
        width: 70%; } }
    @media (min-width: 37.5em) {
      .site-footer .donate {
        text-align: center; } }
    .site-footer .donate .support-wrapper {
      background-color: #fff;
      display: inline-block;
      margin-bottom: 0.75em; }
      .no-flexbox .site-footer .donate .support-wrapper {
        display: table;
        margin: 0 auto; }
      @media (min-width: 37.5em) {
        .site-footer .donate .support-wrapper {
          font-size: 1.5em; } }
      .site-footer .donate .support-wrapper .support-the-library {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .no-flexbox .site-footer .donate .support-wrapper .support-the-library, .flexboxtweener .site-footer .donate .support-wrapper .support-the-library {
          display: table; }
        .site-footer .donate .support-wrapper .support-the-library h3 {
          font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
          font-weight: 500;
          margin-bottom: 0.35em;
          line-height: 1.2;
          color: #2f383d;
          font-size: 1.125em;
          font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
          font-weight: bold;
          padding: 1em 1.5em;
          display: inline;
          margin: 0;
          color: #2f383d; }
          .site-footer .donate .support-wrapper .support-the-library h3 a {
            -webkit-transition: color 0.5s ease-in-out;
            transition: color 0.5s ease-in-out;
            color: #2f383d;
            text-decoration: none; }
            .site-footer .donate .support-wrapper .support-the-library h3 a:hover, .site-footer .donate .support-wrapper .support-the-library h3 a:focus {
              color: #0e1012;
              text-decoration: underline; }
          .wf-bertholdwalbaumbook-n5-active .site-footer .donate .support-wrapper .support-the-library h3 {
            font-weight: 500; }
          .no-flexbox .site-footer .donate .support-wrapper .support-the-library h3, .flexboxtweener .site-footer .donate .support-wrapper .support-the-library h3 {
            display: table-cell; }
          @media (min-width: 31.25em) {
            .site-footer .donate .support-wrapper .support-the-library h3 {
              display: inline-block; } }
        .site-footer .donate .support-wrapper .support-the-library .wrapper-icon {
          -webkit-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out;
          background-color: #a14fac;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .no-flexbox .site-footer .donate .support-wrapper .support-the-library .wrapper-icon, .flexboxtweener .site-footer .donate .support-wrapper .support-the-library .wrapper-icon {
            display: table-cell; }
        .site-footer .donate .support-wrapper .support-the-library:hover .wrapper-icon, .site-footer .donate .support-wrapper .support-the-library:focus .wrapper-icon {
          background-color: #703778; }
        .site-footer .donate .support-wrapper .support-the-library .icon-title-link-arrow-rev {
          margin-right: 0;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          margin-right: 0.5em; }
  .site-footer .contact {
    padding-top: 2em;
    border-top: 1px solid #E7E8E8;
    margin-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em;
    clear: left;
    border-color: #ccc9c5;
    text-align: center;
    color: #525151; }
    @media (min-width: 31.25em) {
      .site-footer .contact {
        text-align: left; } }
    .site-footer .contact .title {
      font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
      font-weight: bold;
      font-size: 1.25em;
      margin-bottom: 1em;
      vertical-align: baseline;
      color: #525151; }
      .wf-bertholdwalbaumbook-n5-active .site-footer .contact .title {
        font-weight: 500; }
      @media (min-width: 37.5em) {
        .site-footer .contact .title {
          margin-right: 2em;
          display: inline-block; } }
      @media (min-width: 48.125em) {
        .site-footer .contact .title {
          margin-right: 2.5em; } }
    .site-footer .contact .email {
      -webkit-transition: background-color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out;
      border-radius: 4px 4px;
      display: inline-block;
      padding: 0.5em 1em;
      text-decoration: none;
      color: #fff;
      background-color: #a14fac;
      background-color: transparent;
      color: #2f383d;
      font-weight: 500;
      border: 1px solid #ccc9c5;
      display: inline-block;
      clear: both;
      margin-bottom: 0.5em; }
      .site-footer .contact .email:hover, .site-footer .contact .email:focus {
        text-decoration: none;
        background-color: #703778;
        color: #fff; }
      .site-footer .contact .email:hover, .site-footer .contact .email:focus {
        color: #703778;
        border-color: #a14fac;
        background-color: transparent; }
    .site-footer .contact .phone-number, .site-footer .contact .email, .site-footer .contact .all-locations {
      margin-bottom: 0.5em; }
      @media (min-width: 31.25em) {
        .site-footer .contact .phone-number, .site-footer .contact .email, .site-footer .contact .all-locations {
          display: inline-block;
          margin-right: 1.5em;
          margin-bottom: 0; } }
      @media (min-width: 48.125em) {
        .site-footer .contact .phone-number, .site-footer .contact .email, .site-footer .contact .all-locations {
          margin-right: 2.5em; } }
      .site-footer .contact .phone-number a, .site-footer .contact .email a, .site-footer .contact .all-locations a {
        color: #525151; }
        .site-footer .contact .phone-number a:hover, .site-footer .contact .phone-number a:focus, .site-footer .contact .email a:hover, .site-footer .contact .email a:focus, .site-footer .contact .all-locations a:hover, .site-footer .contact .all-locations a:focus {
          color: #703778; }
    .site-footer .contact .phone-number {
      margin-bottom: 0.5em; }
  .site-footer .lower-footer {
    *zoom: 1;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    .site-footer .lower-footer:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 31.25em) {
      .site-footer .lower-footer {
        text-align: left; } }
    .site-footer .lower-footer .title {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 1.125em;
      margin-bottom: 0.75em;
      color: #767779; }
      .site-footer .lower-footer .title a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .site-footer .lower-footer .title a:hover, .site-footer .lower-footer .title a:focus {
          color: #0e1012;
          text-decoration: underline; }
    .site-footer .lower-footer a {
      display: inline-block;
      margin-bottom: 0.5em;
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #525151; }
      .site-footer .lower-footer a:hover, .site-footer .lower-footer a:focus {
        color: #2c2b2b; }
    .site-footer .lower-footer .footer-navigation {
      padding-bottom: 2em;
      border-bottom: 1px solid #E7E8E8;
      margin-bottom: 2em;
      border-color: #ccc9c5; }
      @media (min-width: 31.25em) {
        .site-footer .lower-footer .footer-navigation {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 1.5em;
          padding-bottom: 0;
          border-bottom: 0 none; } }
      @media (min-width: 48.125em) {
        .site-footer .lower-footer .footer-navigation {
          display: inline;
          float: left;
          width: 22.375%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0; } }
      .site-footer .lower-footer .footer-navigation .sub-menu {
        display: none; }
      .site-footer .lower-footer .footer-navigation .menu-item {
        font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
        font-weight: bold;
        font-size: 1.25rem; }
        .wf-bertholdwalbaumbook-n5-active .site-footer .lower-footer .footer-navigation .menu-item {
          font-weight: 500; }
        .site-footer .lower-footer .footer-navigation .menu-item a {
          -webkit-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
          color: #525151; }
          .site-footer .lower-footer .footer-navigation .menu-item a:hover, .site-footer .lower-footer .footer-navigation .menu-item a:focus {
            color: #2c2b2b; }
  .site-footer .helpful-link-wrapper {
    margin-bottom: 2em; }
    @media (min-width: 31.25em) {
      .site-footer .helpful-link-wrapper {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.5em; } }
    @media (min-width: 48.125em) {
      .site-footer .helpful-link-wrapper {
        display: inline;
        float: left;
        width: 22.375%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-bottom: 0; } }
    .site-footer .helpful-link-wrapper .sub-menu {
      display: none; }
    .site-footer .helpful-link-wrapper li {
      margin-bottom: 0.25em; }
  .site-footer .connect {
    *zoom: 1;
    margin-bottom: 1.25em; }
    .site-footer .connect:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 31.25em) {
      .site-footer .connect {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0; } }
    @media (min-width: 48.125em) {
      .site-footer .connect {
        display: inline;
        float: left;
        width: 22.375%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-bottom: 0; } }
    .site-footer .connect .social-media-item-group {
      *zoom: 1;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto; }
      .site-footer .connect .social-media-item-group:after {
        content: "";
        display: table;
        clear: both; }
      .site-footer .connect .social-media-item-group .social-media-item {
        float: left;
        display: inline-block;
        margin-right: 0.5em;
        margin-bottom: 0.75em; }
      .site-footer .connect .social-media-item-group .social-link {
        display: inline-block; }
  .site-footer .email-signup-wrapper {
    width: 75%;
    margin: 0 auto;
    display: inline-block; }
    @media (min-width: 31.25em) {
      .site-footer .email-signup-wrapper {
        width: auto;
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 48.125em) {
      .site-footer .email-signup-wrapper {
        display: inline;
        float: left;
        width: 22.375%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0; } }
    .site-footer .email-signup-wrapper .submit {
      -webkit-transition: background-color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out;
      border-radius: 4px 4px;
      display: inline-block;
      padding: 0.5em 1em;
      text-decoration: none;
      color: #fff;
      background-color: #a14fac;
      background-color: transparent;
      color: #2f383d;
      font-weight: 500;
      border: 1px solid #ccc9c5;
      width: inherit;
      padding-left: 2em;
      padding-right: 2em; }
      .site-footer .email-signup-wrapper .submit:hover, .site-footer .email-signup-wrapper .submit:focus {
        text-decoration: none;
        background-color: #703778;
        color: #fff; }
      .site-footer .email-signup-wrapper .submit:hover, .site-footer .email-signup-wrapper .submit:focus {
        color: #703778;
        border-color: #a14fac;
        background-color: transparent; }
    .site-footer .email-signup-wrapper .other-field {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .site-footer .sponsor-wrapper {
    *zoom: 1;
    padding-top: 2em;
    border-top: 1px solid #E7E8E8;
    margin-top: 2em;
    border-color: #ccc9c5;
    padding-bottom: 1em; }
    .site-footer .sponsor-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .site-footer .sponsor-wrapper .site-sponsor {
      display: block;
      margin-bottom: 2em; }
      @media (min-width: 31.25em) {
        .site-footer .sponsor-wrapper .site-sponsor {
          display: inline;
          float: left;
          width: 22.375%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0; } }
      .site-footer .sponsor-wrapper .site-sponsor img {
        width: 200px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 31.25em) {
          .site-footer .sponsor-wrapper .site-sponsor img {
            margin-left: 0;
            margin-right: 0; } }
    .site-footer .sponsor-wrapper .copyright {
      padding-bottom: 1.5em;
      color: #767779;
      text-align: center; }
      @media (min-width: 31.25em) {
        .site-footer .sponsor-wrapper .copyright {
          display: inline;
          float: left;
          width: 74.125%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-right: 0;
          text-align: left;
          margin-top: 0.5em; } }

.press-release-detail .meta {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500; }
  @media (min-width: 37.5em) {
    .press-release-detail .meta {
      font-size: 1.125em;
      display: inline;
      float: left; } }

.press-release-detail .downloads {
  *zoom: 1; }
  .press-release-detail .downloads:after {
    content: "";
    display: table;
    clear: both; }
  .press-release-detail .downloads .download-group {
    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; }
  .press-release-detail .downloads .download {
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em;
    width: 100%; }
    @media (min-width: 31.25em) {
      .press-release-detail .downloads .download {
        -ms-flex-preferred-size: calc(50% - 1px);
            flex-basis: -webkit-calc(50% - 1px);
            flex-basis: calc(50% - 1px);
        margin-right: 2px;
        margin-bottom: 2px;
        padding-bottom: 0;
        margin-bottom: 1em;
        border-bottom: 0 none; }
        .press-release-detail .downloads .download:nth-of-type(1n) {
          margin-right: 2px; }
        .press-release-detail .downloads .download:nth-of-type(2n) {
          margin-right: 0; }
        .no-flexbox .press-release-detail .downloads .download {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .press-release-detail .downloads .download:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .press-release-detail .downloads .download:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .press-release-detail .downloads .download:nth-of-type(2n+2) {
            margin-right: 0;
            float: right; }
          .no-flexbox .press-release-detail .downloads .download:nth-of-type(2n+3) {
            clear: both; }
        .flexbox.flexboxtweener .press-release-detail .downloads .download {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(50% - 1px);
          width: calc(50% - 1px); } }
    .press-release-detail .downloads .download .title {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 400;
      font-size: 0.875em; }
      .press-release-detail .downloads .download .title a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #a14fac;
        text-decoration: none; }
        .press-release-detail .downloads .download .title a h1, .press-release-detail .downloads .download .title a h2, .press-release-detail .downloads .download .title a h3, .press-release-detail .downloads .download .title a h4, .press-release-detail .downloads .download .title a h5, .press-release-detail .downloads .download .title a h6 {
          color: #a14fac; }
        .press-release-detail .downloads .download .title a:hover, .press-release-detail .downloads .download .title a:focus {
          color: #703778;
          text-decoration: none; }
    @media (min-width: 37.5em) {
      .press-release-detail .downloads .download {
        -ms-flex-preferred-size: calc(33.33333% - 1.33333px);
            flex-basis: -webkit-calc(33.33333% - 1.33333px);
            flex-basis: calc(33.33333% - 1.33333px);
        margin-right: 2px;
        margin-bottom: 2px; }
        .press-release-detail .downloads .download:nth-of-type(1n) {
          margin-right: 2px; }
        .press-release-detail .downloads .download:nth-of-type(3n) {
          margin-right: 0; }
        .no-flexbox .press-release-detail .downloads .download {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .press-release-detail .downloads .download:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .press-release-detail .downloads .download:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .press-release-detail .downloads .download:nth-of-type(3n+3) {
            margin-right: 0;
            float: right; }
          .no-flexbox .press-release-detail .downloads .download:nth-of-type(3n+4) {
            clear: both; }
        .flexbox.flexboxtweener .press-release-detail .downloads .download {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(33.33333% - 1.33333px);
          width: calc(33.33333% - 1.33333px); } }
    .press-release-detail .downloads .download:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0 none; }
    .press-release-detail .downloads .download .image-link img {
      margin-left: auto;
      margin-right: auto;
      max-height: 80px; }
    .press-release-detail .downloads .download .title-link {
      display: block;
      text-align: center;
      margin-top: 1em; }

.press-release-detail .about-clp {
  padding-top: 2em;
  border-top: 1px solid #E7E8E8;
  margin-top: 2em; }
  .press-release-detail .about-clp .clp-information {
    margin-bottom: 1em; }

.press-release-detail .contact-group {
  *zoom: 1; }
  .press-release-detail .contact-group:after {
    content: "";
    display: table;
    clear: both; }
  .press-release-detail .contact-group .contact-details {
    margin-bottom: 1.5em; }
    @media (min-width: 37.5em) {
      .press-release-detail .contact-group .contact-details {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0; }
        .press-release-detail .contact-group .contact-details:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .press-release-detail .contact-group .contact-details:nth-of-type(1n) {
            margin-right: 3.25%; }
        .press-release-detail .contact-group .contact-details:nth-of-type(2n+2) {
          margin-right: 0;
          float: right; }
        .press-release-detail .contact-group .contact-details:nth-of-type(2n+3) {
          clear: both; } }
    .press-release-detail .contact-group .contact-details:first-child {
      padding-bottom: 2em;
      border-bottom: 1px solid #E7E8E8;
      margin-bottom: 2em; }
      @media (min-width: 37.5em) {
        .press-release-detail .contact-group .contact-details:first-child {
          padding-bottom: 0;
          border-bottom: 0 none;
          margin-bottom: 0; } }

.press-release-list .press-release-group .press-release-item, .press-room .press-release-group .press-release-item {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em; }
  .press-release-list .press-release-group .press-release-item.last, .press-room .press-release-group .press-release-item.last {
    border-bottom: 0 none; }

.press-release-list .press-release-group .title, .press-room .press-release-group .title {
  margin-bottom: 0.15em; }

.press-release-list .press-release-group .publication, .press-room .press-release-group .publication {
  font-style: italic;
  font-size: 0.875em; }
  @media (min-width: 25em) {
    .press-release-list .press-release-group .publication, .press-room .press-release-group .publication {
      display: inline-block;
      font-size: 1em; }
      .press-release-list .press-release-group .publication:after, .press-room .press-release-group .publication:after {
        content: "\00b7";
        color: #cdcfcf;
        display: inline-block;
        margin-left: 0.5em;
        margin-right: 0.5em; } }

.press-release-list .press-release-group .published-on, .press-room .press-release-group .published-on {
  font-size: 0.875em; }
  @media (min-width: 25em) {
    .press-release-list .press-release-group .published-on, .press-room .press-release-group .published-on {
      font-size: 1em; } }

.press-release-list .press-release-group .teaser, .press-room .press-release-group .teaser {
  margin-top: 0.5em; }

.press-release-list .pager, .press-room .pager {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em; }
  @media (min-width: 48.125em) {
    .press-release-list .pager, .press-room .pager {
      margin-bottom: 1.5em;
      padding-bottom: 0;
      border-bottom: 0 none; } }

@media (min-width: 68.75em) {
  .press-room .contact-group {
    padding: 0;
    border: 0 none;
    margin: 0;
    position: absolute;
    top: 3.35em;
    left: 77.625%;
    max-width: 22.375%;
    top: 5.2em; }
    .press-room .contact-group .name:after {
      display: none; }
    .press-room .contact-group .title {
      display: block; } }

.event-list {
  *zoom: 1; }
  .event-list:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 60em) {
    .event-list .featured-events.event-group {
      border-bottom: 2px solid #E7E8E8;
      margin-bottom: 2em;
      padding-bottom: 1.5em; } }
  .event-list .featured-events.event-group .event {
    display: block;
    padding: 0;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #E7E8E8; }
    .no-flexbox .event-list .featured-events.event-group .event {
      width: 100%;
      margin-right: 0; }
    .flexbox.flexboxtweener .event-list .featured-events.event-group .event {
      width: 100%; }
    @media (min-width: 37.5em) {
      .event-list .featured-events.event-group .event {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    @media (min-width: 60em) {
      .event-list .featured-events.event-group .event {
        -ms-flex-preferred-size: calc(33.33333% - 1.33333px);
            flex-basis: -webkit-calc(33.33333% - 1.33333px);
            flex-basis: calc(33.33333% - 1.33333px);
        margin-right: 2px;
        margin-bottom: 2px;
        border-bottom: 0 none;
        padding: 0;
        margin-bottom: 0; }
        .event-list .featured-events.event-group .event:nth-of-type(1n) {
          margin-right: 2px; }
        .event-list .featured-events.event-group .event:nth-of-type(3n) {
          margin-right: 0; }
        .no-flexbox .event-list .featured-events.event-group .event {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .event-list .featured-events.event-group .event:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .event-list .featured-events.event-group .event:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .event-list .featured-events.event-group .event:nth-of-type(3n+3) {
            margin-right: 0;
            float: right; }
          .no-flexbox .event-list .featured-events.event-group .event:nth-of-type(3n+4) {
            clear: both; }
        .flexbox.flexboxtweener .event-list .featured-events.event-group .event {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(33.33333% - 1.33333px);
          width: calc(33.33333% - 1.33333px); }
        .no-flexbox .event-list .featured-events.event-group .event {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0; }
          .no-flexbox .event-list .featured-events.event-group .event:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .event-list .featured-events.event-group .event:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .event-list .featured-events.event-group .event:nth-of-type(3n+3) {
            margin-right: 0;
            float: right; }
          .no-flexbox .event-list .featured-events.event-group .event:nth-of-type(3n+4) {
            clear: both; } }
    .event-list .featured-events.event-group .event a {
      -webkit-transition: none;
      transition: none;
      background-color: transparent;
      border: 0 none;
      padding: 0; }
    .event-list .featured-events.event-group .event .event-image {
      width: 100%;
      margin-right: 0; }
      @media (min-width: 37.5em) {
        .event-list .featured-events.event-group .event .event-image {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0; } }
      @media (min-width: 60em) {
        .event-list .featured-events.event-group .event .event-image {
          display: block;
          margin-right: 0;
          float: none;
          width: auto; } }
    .event-list .featured-events.event-group .event .event-description {
      padding: 0.5em; }
      @media (min-width: 37.5em) {
        .event-list .featured-events.event-group .event .event-description {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 60em) {
        .event-list .featured-events.event-group .event .event-description {
          display: block;
          margin-right: 0;
          float: none;
          width: auto; } }
  .event-list .event-list-content .event-group {
    *zoom: 1;
    background-color: #fff;
    margin-bottom: 2em;
    margin-right: -2.5%;
    margin-left: -2.5%;
    padding: 0 2.5% 1em 2.5%; }
    .event-list .event-list-content .event-group:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 31.25em) {
      .event-list .event-list-content .event-group {
        margin-left: 0;
        margin-right: 0;
        padding: 0; } }
    .event-list .event-list-content .event-group:first-of-type .section-title {
      border-top: 0 none;
      padding-top: 0;
      margin-top: 0; }
    .event-list .event-list-content .event-group .section-title {
      text-transform: uppercase;
      border-bottom: 0 none;
      padding: 1em;
      margin-bottom: 0;
      display: block; }
      @media (min-width: 37.5em) {
        .event-list .event-list-content .event-group .section-title {
          width: 100%;
          padding-top: 0.5em;
          padding-left: 0.5em; } }
  @media (min-width: 48.125em) {
    .event-list .sidebar {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0; } }
  .event-list .sidebar .event-finder {
    margin-top: 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 31.25em) {
      .event-list .sidebar .event-finder {
        margin-right: 0;
        margin-left: 0; } }
    @media (min-width: 48.125em) {
      .event-list .sidebar .event-finder .hide-show-trigger {
        display: none; } }
    .event-list .sidebar .event-finder .hide-show-trigger:hover, .event-list .sidebar .event-finder .hide-show-trigger:focus {
      text-decoration: none; }
    .event-list .sidebar .event-finder .hide-show-trigger .icon-up-arrow, .event-list .sidebar .event-finder .hide-show-trigger .icon-down-arrow {
      float: right;
      margin-top: 0.25em; }
    .event-list .sidebar .event-finder .hide-show-trigger .icon-up-arrow {
      display: inline-block; }
    .event-list .sidebar .event-finder .hide-show-trigger .icon-down-arrow {
      display: none; }
    .event-list .sidebar .event-finder.is-hidden .hide-show-trigger .icon-up-arrow {
      display: none; }
    .event-list .sidebar .event-finder.is-hidden .hide-show-trigger .icon-down-arrow {
      display: inline-block; }
    .event-list .sidebar .event-finder.is-hidden .event-finder-form {
      height: 0;
      opacity: 0;
      overflow-y: hidden; }
      @media (min-width: 48.125em) {
        .event-list .sidebar .event-finder.is-hidden .event-finder-form {
          height: inherit;
          opacity: 1; } }
    .event-list .sidebar .event-finder.is-hidden .section-title {
      margin-bottom: 0.5em; }
      @media (min-width: 48.125em) {
        .event-list .sidebar .event-finder.is-hidden .section-title {
          margin-bottom: 1.5em; } }
    .event-list .sidebar .event-finder .event-finder-form {
      height: inherit;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      @media (min-width: 37.5em) {
        .event-list .sidebar .event-finder .event-finder-form {
          height: inherit;
          opacity: 1; } }
    @media (min-width: 31.25em) {
      .event-list .sidebar .event-finder .search-wrapper {
        display: block;
        margin-right: 0;
        float: none;
        width: auto; } }
    @media (min-width: 48.125em) {
      .event-list .sidebar .event-finder .time-filters {
        display: block;
        margin-right: 0;
        float: none;
        width: auto; } }
    @media (min-width: 48.125em) {
      .event-list .sidebar .event-finder .three-up .input {
        display: block;
        margin-right: 0;
        float: none;
        width: auto;
        margin-left: 0; } }
    @media (min-width: 48.125em) {
      .event-list .sidebar .event-finder .search-wrapper {
        display: block;
        margin-right: 0;
        float: none;
        width: auto; } }
    .event-list .sidebar .event-finder .end-wrapper {
      margin-top: 1.6em; }
    @media (min-width: 31.25em) {
      .event-list .sidebar .event-finder .submit {
        display: block;
        margin-right: 0;
        float: none;
        width: auto;
        margin-top: 1.6em; } }
    @media (min-width: 48.125em) {
      .event-list .sidebar .event-finder .submit {
        display: block;
        margin-right: 0;
        float: none;
        width: auto; } }
  @media (min-width: 48.125em) {
    .event-list .event-list-content {
      display: inline;
      float: left;
      width: 65.5%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; } }
  .event-list .sidebar {
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em; }
    @media (min-width: 60em) {
      .event-list .sidebar {
        margin-bottom: 0;
        border-bottom: 0 none;
        padding-bottom: 0; } }
  .event-list .rss-feed {
    font-size: 0.875em;
    display: block;
    margin-left: 1em;
    margin-top: 1.25em; }
    .event-list .rss-feed .icon-rss, .event-list .rss-feed .text {
      vertical-align: baseline; }

#tribe-events-footer {
  padding-top: 2em;
  border-top: 1px solid #E7E8E8;
  margin-top: 2em;
  margin-top: 4em; }

.gallery .gallery-link-group {
  *zoom: 1;
  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; }
  .gallery .gallery-link-group:after {
    content: "";
    display: table;
    clear: both; }
  .gallery .gallery-link-group .gallery-link {
    display: block;
    *zoom: 1;
    margin-bottom: 2px; }
    .gallery .gallery-link-group .gallery-link:after {
      content: "";
      display: table;
      clear: both; }
    .no-flexbox .gallery .gallery-link-group .gallery-link {
      margin-bottom: 0.75em;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    @media (min-width: 31.25em) {
      .gallery .gallery-link-group .gallery-link {
        -ms-flex-preferred-size: calc(50% - 1px);
            flex-basis: -webkit-calc(50% - 1px);
            flex-basis: calc(50% - 1px);
        margin-right: 2px;
        margin-bottom: 2px; }
        .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
          margin-right: 2px; }
        .gallery .gallery-link-group .gallery-link:nth-of-type(2n) {
          margin-right: 0; }
        .no-flexbox .gallery .gallery-link-group .gallery-link {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(2n+2) {
            margin-right: 0;
            float: right; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(2n+3) {
            clear: both; }
        .flexbox.flexboxtweener .gallery .gallery-link-group .gallery-link {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(50% - 1px);
          width: calc(50% - 1px); } }
    @media (min-width: 48.125em) {
      .gallery .gallery-link-group .gallery-link {
        -ms-flex-preferred-size: calc(33.33333% - 1.33333px);
            flex-basis: -webkit-calc(33.33333% - 1.33333px);
            flex-basis: calc(33.33333% - 1.33333px);
        margin-right: 2px;
        margin-bottom: 2px; }
        .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
          margin-right: 2px; }
        .gallery .gallery-link-group .gallery-link:nth-of-type(3n) {
          margin-right: 0; }
        .no-flexbox .gallery .gallery-link-group .gallery-link {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(3n+3) {
            margin-right: 0;
            float: right; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(3n+4) {
            clear: both; }
        .flexbox.flexboxtweener .gallery .gallery-link-group .gallery-link {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(33.33333% - 1.33333px);
          width: calc(33.33333% - 1.33333px); } }
    @media (min-width: 60em) {
      .gallery .gallery-link-group .gallery-link {
        -ms-flex-preferred-size: calc(25% - 1.5px);
            flex-basis: -webkit-calc(25% - 1.5px);
            flex-basis: calc(25% - 1.5px);
        margin-right: 2px;
        margin-bottom: 2px; }
        .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
          margin-right: 2px; }
        .gallery .gallery-link-group .gallery-link:nth-of-type(4n) {
          margin-right: 0; }
        .no-flexbox .gallery .gallery-link-group .gallery-link {
          display: inline;
          float: left;
          width: 22.375%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(4n+4) {
            margin-right: 0;
            float: right; }
          .no-flexbox .gallery .gallery-link-group .gallery-link:nth-of-type(4n+5) {
            clear: both; }
        .flexbox.flexboxtweener .gallery .gallery-link-group .gallery-link {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(25% - 1.5px);
          width: calc(25% - 1.5px); } }
    .gallery .gallery-link-group .gallery-link.last {
      border-bottom: 0 none; }
      @media (min-width: 37.5em) {
        .gallery .gallery-link-group .gallery-link.last {
          margin-right: 0;
          margin-bottom: 1px;
          margin-right: 0 none; } }

.event-detail .event-information {
  margin-bottom: 2em; }
  .event-detail .event-information .page-title {
    margin-bottom: 0.15em; }
  @media (min-width: 25em) {
    .event-detail .event-information .location, .event-detail .event-information .start-time {
      display: inline-block;
      font-size: 1.125em; } }
  .event-detail .event-information .location {
    font-size: 1em;
    margin-bottom: 2em; }
  @media (min-width: 25em) {
    .event-detail .event-information .start-time:after {
      content: "\00b7";
      color: #cdcfcf;
      display: inline-block;
      margin-left: 0.5em;
      margin-right: 0.5em; } }
  .event-detail .event-information .date {
    display: block; }
    @media (min-width: 17.5em) {
      .event-detail .event-information .date {
        display: inline-block; }
        .event-detail .event-information .date:after {
          content: "\00b7";
          color: #cdcfcf;
          display: inline-block;
          margin-left: 0.5em;
          margin-right: 0.5em; } }
  .event-detail .event-information .lead-image {
    margin-bottom: 1em; }
  .event-detail .event-information .fee {
    *zoom: 1;
    margin-bottom: 2em; }
    .event-detail .event-information .fee:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 60em) {
      .event-detail .event-information .fee {
        margin-bottom: 3em; } }
    @media (min-width: 37.5em) {
      .event-detail .event-information .fee .title {
        display: inline;
        float: left;
        width: 65.5%;
        margin-right: 3.5%;
        margin-left: 0; } }
    @media (min-width: 60em) {
      .event-detail .event-information .fee .title {
        width: auto;
        float: none; } }
    .event-detail .event-information .fee .button {
      width: 100%;
      text-align: center; }
      @media (min-width: 37.5em) {
        .event-detail .event-information .fee .button {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 60em) {
        .event-detail .event-information .fee .button {
          width: auto;
          float: none; } }

.event-detail ul, .event-detail ol {
  margin: 0 0 1.5em 2em; }
  .event-detail ul li, .event-detail ol li {
    margin-bottom: 0.5em; }

.event-detail ul {
  list-style: disc;
  margin-top: 0.5em; }

.event-detail ol {
  counter-reset: li; }
  .event-detail ol li {
    position: relative;
    list-style: none; }
    .event-detail ol li:before {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      content: counter(li);
      counter-increment: li;
      position: absolute;
      padding: 0.05em 0.25em;
      border-radius: 2px;
      top: -0.15em;
      left: -1.8em;
      background-color: #f2f0ee; }

.event-detail .contact-information {
  margin-bottom: 2em; }
  @media (min-width: 48.125em) {
    .event-detail .contact-information {
      *zoom: 1; }
      .event-detail .contact-information:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 48.125em) {
    .event-detail .contact-information .address, .event-detail .contact-information .contact {
      display: inline;
      float: left;
      width: 48.25%;
      margin-right: 3.5%;
      margin-left: 0; } }
  @media (min-width: 48.125em) {
    .event-detail .contact-information .contact {
      margin-right: 0; } }
  .event-detail .contact-information .contact-info {
    margin-bottom: 1em; }

.event-detail .sponsor-list .title {
  margin-bottom: 1em; }

.event-detail .sponsor-group {
  *zoom: 1;
  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; }
  .event-detail .sponsor-group:after {
    content: "";
    display: table;
    clear: both; }
  .event-detail .sponsor-group .sponsor {
    -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: -webkit-calc(50% - 1px);
        flex-basis: calc(50% - 1px);
    margin-right: 2px;
    margin-bottom: 2px;
    width: 100%;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 2em; }
    .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
      margin-right: 2px; }
    .event-detail .sponsor-group .sponsor:nth-of-type(2n) {
      margin-right: 0; }
    .no-flexbox .event-detail .sponsor-group .sponsor {
      display: inline;
      float: left;
      width: 48.25%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-bottom: 0.75em;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
        margin-right: 3.5%;
        float: left;
        clear: none; }
        .lt-ie8 .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
          margin-right: 3.25%; }
      .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(2n+2) {
        margin-right: 0;
        float: right; }
      .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(2n+3) {
        clear: both; }
    .flexbox.flexboxtweener .event-detail .sponsor-group .sponsor {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: -webkit-calc(50% - 1px);
      width: calc(50% - 1px); }
    @media (min-width: 31.25em) {
      .event-detail .sponsor-group .sponsor {
        -ms-flex-preferred-size: calc(33.33333% - 1.33333px);
            flex-basis: -webkit-calc(33.33333% - 1.33333px);
            flex-basis: calc(33.33333% - 1.33333px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-bottom: 2em; }
        .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
          margin-right: 2px; }
        .event-detail .sponsor-group .sponsor:nth-of-type(3n) {
          margin-right: 0; }
        .no-flexbox .event-detail .sponsor-group .sponsor {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(3n+3) {
            margin-right: 0;
            float: right; }
          .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(3n+4) {
            clear: both; }
        .flexbox.flexboxtweener .event-detail .sponsor-group .sponsor {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(33.33333% - 1.33333px);
          width: calc(33.33333% - 1.33333px); } }
    @media (min-width: 60em) {
      .event-detail .sponsor-group .sponsor {
        -ms-flex-preferred-size: calc(25% - 1.5px);
            flex-basis: -webkit-calc(25% - 1.5px);
            flex-basis: calc(25% - 1.5px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-bottom: 2em; }
        .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
          margin-right: 2px; }
        .event-detail .sponsor-group .sponsor:nth-of-type(4n) {
          margin-right: 0; }
        .no-flexbox .event-detail .sponsor-group .sponsor {
          display: inline;
          float: left;
          width: 22.375%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(4n+4) {
            margin-right: 0;
            float: right; }
          .no-flexbox .event-detail .sponsor-group .sponsor:nth-of-type(4n+5) {
            clear: both; }
        .flexbox.flexboxtweener .event-detail .sponsor-group .sponsor {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(25% - 1.5px);
          width: calc(25% - 1.5px); } }
    @media (min-width: 25em) {
      .event-detail .sponsor-group .sponsor:first-of-type {
        padding-left: 0; } }
    @media (min-width: 25em) {
      .event-detail .sponsor-group .sponsor:last-of-type {
        padding-right: 0; } }
    .event-detail .sponsor-group .sponsor img {
      margin: 0 auto 0.5em auto;
      width: 80%; }

.event-detail .additional-sponsor-group {
  margin-bottom: 2em; }
  .event-detail .additional-sponsor-group .title {
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 0.875em; }
    .event-detail .additional-sponsor-group .title a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .event-detail .additional-sponsor-group .title a:hover, .event-detail .additional-sponsor-group .title a:focus {
        color: #0e1012;
        text-decoration: underline; }
    @media (min-width: 31.25em) {
      .event-detail .additional-sponsor-group .title {
        display: inline-block; }
        .event-detail .additional-sponsor-group .title:after {
          content: ":"; } }
  @media (min-width: 31.25em) {
    .event-detail .additional-sponsor-group ul {
      display: inline-block; } }
  .event-detail .additional-sponsor-group .additional-sponsor {
    margin-bottom: 0.5em;
    font-size: 0.875em; }
    @media (min-width: 31.25em) {
      .event-detail .additional-sponsor-group .additional-sponsor {
        display: inline-block;
        margin-right: 0.25em;
        margin-bottom: 0; }
        .event-detail .additional-sponsor-group .additional-sponsor:not(:last-of-type):after {
          content: ",";
          margin-left: -0.15em; } }

.event-detail .gallery {
  margin-bottom: 2em; }
  .event-detail .gallery .title {
    margin-bottom: 1em; }

.event-detail .event-group {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em;
  *zoom: 1; }
  .event-detail .event-group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48.125em) {
    .event-detail .event-group {
      padding-bottom: 0;
      border-bottom: 0 none; } }
  .event-detail .event-group .title {
    margin-bottom: 1em; }

.event-group {
  *zoom: 1; }
  .event-group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 37.5em) {
    .event-group {
      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; } }
  .event-group .section-title .icon-calendar {
    margin-right: 0.25em;
    margin-left: 0;
    vertical-align: middle; }
  .event-group .section-title .text {
    vertical-align: middle; }
  .event-group .title {
    display: block;
    width: 100%; }
  @media (min-width: 25em) {
    .event-group .event-image {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0; } }
  @media (min-width: 60em) {
    .event-group .event-image {
      display: block;
      float: none;
      width: auto;
      margin-right: 0; } }
  .event-group .event-image img {
    width: 100%; }
  .event-group .event {
    *zoom: 1;
    margin-bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .event-group .event:after {
      content: "";
      display: table;
      clear: both; }
    .no-flexbox .event-group .event {
      margin-bottom: 0.75em;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    @media (min-width: 37.5em) {
      .event-group .event {
        -ms-flex-preferred-size: calc(50% - 1px);
            flex-basis: -webkit-calc(50% - 1px);
            flex-basis: calc(50% - 1px);
        margin-right: 2px;
        margin-bottom: 2px; }
        .event-group .event:nth-of-type(1n) {
          margin-right: 2px; }
        .event-group .event:nth-of-type(2n) {
          margin-right: 0; }
        .no-flexbox .event-group .event {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .event-group .event:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .event-group .event:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .event-group .event:nth-of-type(2n+2) {
            margin-right: 0;
            float: right; }
          .no-flexbox .event-group .event:nth-of-type(2n+3) {
            clear: both; }
        .flexbox.flexboxtweener .event-group .event {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(50% - 1px);
          width: calc(50% - 1px); } }
    @media (min-width: 60em) {
      .event-group .event {
        -ms-flex-preferred-size: calc(33.33333% - 1.33333px);
            flex-basis: -webkit-calc(33.33333% - 1.33333px);
            flex-basis: calc(33.33333% - 1.33333px);
        margin-right: 2px;
        margin-bottom: 2px; }
        .event-group .event:nth-of-type(1n) {
          margin-right: 2px; }
        .event-group .event:nth-of-type(3n) {
          margin-right: 0; }
        .no-flexbox .event-group .event {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-bottom: 0.75em;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
          .no-flexbox .event-group .event:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .no-flexbox .event-group .event:nth-of-type(1n) {
              margin-right: 3.25%; }
          .no-flexbox .event-group .event:nth-of-type(3n+3) {
            margin-right: 0;
            float: right; }
          .no-flexbox .event-group .event:nth-of-type(3n+4) {
            clear: both; }
        .flexbox.flexboxtweener .event-group .event {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: -webkit-calc(33.33333% - 1.33333px);
          width: calc(33.33333% - 1.33333px); } }
    .event-group .event a {
      *zoom: 1;
      padding: 1em;
      border: 6px solid #f2f0ee;
      display: block;
      background-color: #f2f0ee;
      width: 100%;
      color: #2f383d;
      -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
      transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out; }
      .event-group .event a:after {
        content: "";
        display: table;
        clear: both; }
      .event-group .event a .title {
        color: #2f383d; }
      .event-group .event a:hover, .event-group .event a:focus {
        background-color: #fff;
        border-color: #b472bd; }
  .event-group.last {
    margin-bottom: 2em; }

.page-template-overview .primary {
  padding-bottom: 0; }

.page-template-overview .stream-download-wrapper {
  *zoom: 1;
  padding: 1em;
  margin-left: -1em;
  margin-right: -1em; }
  .page-template-overview .stream-download-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 31.25em) {
    .page-template-overview .stream-download-wrapper {
      padding: 1.5em;
      margin-left: -1.5em;
      margin-right: -1.5em; } }
  @media (min-width: 53.125em) {
    .page-template-overview .stream-download-wrapper {
      padding: 3em 5%;
      margin-left: -5%;
      margin-right: -5%; } }

.overview-divider {
  padding-top: 2em;
  border-top: 1px solid #E7E8E8;
  margin-top: 2em;
  *zoom: 1; }
  .overview-divider:after {
    content: "";
    display: table;
    clear: both; }

.internal .location-detail .contact-wrapper {
  *zoom: 1;
  margin-bottom: 1em; }
  .internal .location-detail .contact-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .internal .location-detail .contact-wrapper .get-directions {
    display: block;
    margin-bottom: 1em; }
  .internal .location-detail .contact-wrapper .contact-us {
    padding: 0 0 1em 0; }
    @media (min-width: 48.125em) {
      .internal .location-detail .contact-wrapper .contact-us {
        padding: 0;
        padding-bottom: 1em; }
        .internal .location-detail .contact-wrapper .contact-us .contact-info, .internal .location-detail .contact-wrapper .contact-us .adr, .internal .location-detail .contact-wrapper .contact-us .tel, .internal .location-detail .contact-wrapper .contact-us .email {
          display: inline-block; }
        .internal .location-detail .contact-wrapper .contact-us .tel {
          margin-bottom: 0; }
          .internal .location-detail .contact-wrapper .contact-us .tel:before {
            content: "\00b7";
            color: #cdcfcf;
            display: inline-block;
            margin-right: 0.5em;
            margin-left: 0.5em; }
        .internal .location-detail .contact-wrapper .contact-us .street-address {
          display: inline-block; }
          .internal .location-detail .contact-wrapper .contact-us .street-address:after {
            content: "\002c";
            margin-right: 0.25em;
            margin-left: -0.25em; }
        .internal .location-detail .contact-wrapper .contact-us .email:before {
          content: "\00b7";
          color: #cdcfcf;
          display: inline-block;
          margin-right: 0.5em;
          margin-left: 0.5em; }
        .internal .location-detail .contact-wrapper .contact-us .get-directions {
          margin-bottom: 0; } }

.internal .location-detail .todays-hours-wrapper {
  background-color: #ebeff2;
  *zoom: 1;
  margin-bottom: 1.5em; }
  .internal .location-detail .todays-hours-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.internal .location-detail .location-exterior {
  overflow: hidden; }
  @media (min-width: 48.125em) {
    .internal .location-detail .location-exterior {
      display: inline;
      float: left;
      width: 65.5%;
      margin-right: 3.5%;
      margin-left: 0; } }
  @media (min-width: 53.125em) {
    .internal .location-detail .location-exterior {
      display: inline;
      float: left;
      width: 100%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 68.75em) {
    .internal .location-detail .location-exterior {
      display: inline;
      float: left;
      width: 33%;
      margin-right: 3.5%;
      margin-left: 0; 
    } 
  }
  .internal .location-detail .location-exterior .lead-image-wrapper {
    margin-bottom: 0; }
  .internal .location-detail .location-exterior .lead-image {
    margin-bottom: 0; }
    @media (min-width: 48.125em) {
      .internal .location-detail .location-exterior .lead-image {
        max-width: 140%;
        min-height: 350px; } }
    @media (min-width: 53.125em) {
      .internal .location-detail .location-exterior .lead-image {
        max-width: 100%;
        min-height: inherit; } }
    @media (min-width: 68.75em) {
      .internal .location-detail .location-exterior .lead-image {
        max-width: 120%;} }
    @media (min-width: 87.5em) {
      .internal .location-detail .location-exterior .lead-image {
        max-width: 100%;
        } }

.internal .location-detail .todays-hours, .internal .location-detail .todays-hours.curbside {
  *zoom: 1;
  padding: 1em; }
  .internal .location-detail .todays-hours:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48.125em) {
    .internal .location-detail .todays-hours {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      padding: 1em 1em 0 1em; } }
  @media (min-width: 53.125em) {
    .internal .location-detail .todays-hours {
      display: inline;
      float: left;
      width: 100%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      padding: 1em; } }
  @media (min-width: 68.75em) {
    .internal .location-detail .todays-hours {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      padding: 1em 1em 0 1em; 
    }
    .internal .location-detail .todays-hours.curbside{
      padding: 0 1em 0 0;
      border-right: 1px solid #ccd6de;
      margin: 1em 0em 1em 0;
    }
  }
  .internal .location-detail .todays-hours .closed-for-construction {
    margin-bottom: 1em; }
  .internal .location-detail .todays-hours .title-wrapper {
    *zoom: 1;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
    .internal .location-detail .todays-hours .title-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .internal .location-detail .todays-hours .title-wrapper .title {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 0.875em;
      display: inline-block;
      margin-left: 0.75em;
      font-size: 0.875em;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400;
      float: left;
      width: -webkit-calc(100% - 35px);
      width: calc(100% - 35px); }
      .internal .location-detail .todays-hours .title-wrapper .title a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .internal .location-detail .todays-hours .title-wrapper .title a:hover, .internal .location-detail .todays-hours .title-wrapper .title a:focus {
          color: #0e1012;
          text-decoration: underline; }
      .internal .location-detail .todays-hours .title-wrapper .title .label {
        color: #a14fac; }
      .internal .location-detail .todays-hours .title-wrapper .title .hours {
        font-weight: 500;
        font-size: 1.25em;
        margin-top: 0.25em;
        display: block; }
    .internal .location-detail .todays-hours .title-wrapper .icon-clock {
      margin: 0.15em auto 0 auto;
      display: inline-block;
      vertical-align: top;
      width: 24px;
      height: 24px;
      float: left; }
    .internal .location-detail .todays-hours .title-wrapper[data-eq-state$="large"] .title {
      margin-top: 0.15em; }
    .internal .location-detail .todays-hours .title-wrapper[data-eq-state$="large"] .label {
      padding-right: 0.5em; }
    .internal .location-detail .todays-hours .title-wrapper[data-eq-state$="large"] .hours {
      display: inline-block;
      margin-top: 0; }
  .internal .location-detail .todays-hours .weekday-group {
    margin-left: 0;
    margin-top: 0;
    *zoom: 1;
    text-align: left;
    font-size: 0.8em; }
    .internal .location-detail .todays-hours .weekday-group li {
      list-style-type: none; }
    .internal .location-detail .todays-hours .weekday-group:after {
      content: "";
      display: table;
      clear: both; }
    .internal .location-detail .todays-hours .weekday-group .weekday {
      *zoom: 1;
      border-bottom: 1px solid #ccd6de;
      padding-bottom: 0.5em;
      margin-top: 0.5em; }
      .internal .location-detail .todays-hours .weekday-group .weekday:after {
        content: "";
        display: table;
        clear: both; }
      .internal .location-detail .todays-hours .weekday-group .weekday:last-of-type {
        border-bottom: 0 none; }
      .internal .location-detail .todays-hours .weekday-group .weekday .day-name {
        display: inline;
        float: left;
        width: 22.375%;
        margin-right: 3.5%;
        margin-left: 0;
        font-weight: bold; }
        @media (min-width: 31.25em) {
          .internal .location-detail .todays-hours .weekday-group .weekday .day-name {
            text-align: left; } }
      .internal .location-detail .todays-hours .weekday-group .weekday .hours {
        display: inline;
        float: left;
        width: 74.125%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0; }

@media (min-width: 31.25em) {
  .internal .location-detail .location-details-wrapper {
    *zoom: 1;
    margin-bottom: 2em; }
    .internal .location-detail .location-details-wrapper:after {
      content: "";
      display: table;
      clear: both; } }

.internal .location-detail .accessibility, .internal .location-detail .bus-routes, .internal .location-detail .parking {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em;
  *zoom: 1; }
  .internal .location-detail .accessibility:after, .internal .location-detail .bus-routes:after, .internal .location-detail .parking:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 37.5em) {
    .internal .location-detail .accessibility, .internal .location-detail .bus-routes, .internal .location-detail .parking {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      border-bottom: 0 none;
      padding-bottom: 0;
      margin-bottom: 0; } }
  .internal .location-detail .accessibility .title, .internal .location-detail .bus-routes .title, .internal .location-detail .parking .title {
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 1.125em;
    margin-bottom: 1em; }
    .internal .location-detail .accessibility .title a, .internal .location-detail .bus-routes .title a, .internal .location-detail .parking .title a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .internal .location-detail .accessibility .title a:hover, .internal .location-detail .accessibility .title a:focus, .internal .location-detail .bus-routes .title a:hover, .internal .location-detail .bus-routes .title a:focus, .internal .location-detail .parking .title a:hover, .internal .location-detail .parking .title a:focus {
        color: #0e1012;
        text-decoration: underline; }
    .internal .location-detail .accessibility .title .text, .internal .location-detail .bus-routes .title .text, .internal .location-detail .parking .title .text {
      vertical-align: middle; }
  .internal .location-detail .accessibility p, .internal .location-detail .accessibility li, .internal .location-detail .bus-routes p, .internal .location-detail .bus-routes li, .internal .location-detail .parking p, .internal .location-detail .parking li {
    font-size: 1em; }

@media (min-width: 37.5em) {
  .internal .location-detail .accessibility-wrapper {
    padding-top: 2em;
    border-top: 1px solid #E7E8E8;
    margin-top: 2em;
    *zoom: 1;
    clear: both; }
    .internal .location-detail .accessibility-wrapper:after {
      content: "";
      display: table;
      clear: both; } }

.internal .location-detail .accessibility ul li {
  margin-bottom: 0.5em;
  list-style-type: disc;
  margin-left: 1em; }

.internal .location-detail .bus-routes ul {
  margin-bottom: 1em; }

@media (min-width: 17.5em) {
  .internal .location-detail .bus-routes li {
    display: inline-block; } }

.internal .location-detail .parking {
  margin-bottom: 1em;
  border-bottom: 0 none; }
  @media (min-width: 37.5em) {
    .internal .location-detail .parking {
      margin-right: 0; } }
  .internal .location-detail .parking .parking-options {
    *zoom: 1; }
    .internal .location-detail .parking .parking-options:after {
      content: "";
      display: table;
      clear: both; }
    .internal .location-detail .parking .parking-options li {
      margin-bottom: 0.5em;
      list-style-type: disc;
      margin-left: 1em; }

.internal .location-detail .about {
  *zoom: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #37617a url("/wp-content/themes/carnegielibrary/assets/images/location-detail-about-bg.jpg");
  background-size: cover;
  clear: both;
  margin: 1em -webkit-calc(-1em + -2.5%) 2em -webkit-calc(-1em + -2.5%);
  margin: 1em calc(-1em + -2.5%) 2em calc(-1em + -2.5%);
  padding: 1.5em;
  clear: both;
  color: #fff; }
  .internal .location-detail .about:after {
    content: "";
    display: table;
    clear: both; }
  .internal .location-detail .about .section-title {
    color: #fff;
    padding: 0;
    border: 0 none;
    margin: 0;
    margin-bottom: 1em; }
  @media (min-width: 48.125em) {
    .internal .location-detail .about {
      padding: 2em;
      margin-left: -2.5%;
      margin-right: -2.5%; } }
  @media (min-width: 60em) {
    .internal .location-detail .about {
      margin-left: -5%;
      margin-right: -5%; } }
  .internal .location-detail .about .lead-image {
    display: block;
    margin-bottom: 1.5em; }
    @media (min-width: 48.125em) {
      .internal .location-detail .about .lead-image {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-bottom: 0; } }
    @media (min-width: 68.75em) {
      .internal .location-detail .about .lead-image {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0; } }
  @media (min-width: 48.125em) {
    .internal .location-detail .about .information {
      display: inline;
      float: left;
      width: 48.25%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 68.75em) {
    .internal .location-detail .about .information {
      display: inline;
      float: left;
      width: 65.5%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; } }
  .internal .location-detail .about ul {
    margin-left: 2em;
    list-style-type: disc; }

.internal .location-detail .news-group, .internal .location-detail .event-group, .internal .location-detail .staff-pick-group {
  clear: both; }

.internal .location-detail .news-group .news .title {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500; }

.location-list .location-group {
  background-color: #fff; }
  .location-list .location-group .location {
    *zoom: 1;
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em; }
    .location-list .location-group .location:after {
      content: "";
      display: table;
      clear: both; }
    .location-list .location-group .location:first-child {
      padding-top: 2em;
      border-top: 1px solid #E7E8E8;
      margin-top: 2em; }
    .location-list .location-group .location .hours {
      margin-bottom: 1em; }
    .location-list .location-group .location.last {
      margin-bottom: 0;
      border-bottom: 0 none; }

.location-list .library-finder-form {
  *zoom: 1; }
  .location-list .library-finder-form:after {
    content: "";
    display: table;
    clear: both; }
  .location-list .library-finder-form .icon-search {
    position: absolute;
    top: 25%;
    left: 0.5em;
    width: 16px;
    height: 16px; }
  .location-list .library-finder-form .library-finder {
    position: relative; }
    @media (min-width: 31.25em) {
      .location-list .library-finder-form .library-finder {
        display: inline;
        float: left;
        width: 74.125%;
        margin-right: 3.5%;
        margin-left: 0; } }
    @media (min-width: 48.125em) {
      .location-list .library-finder-form .library-finder {
        display: inline;
        float: left;
        width: 65.5%;
        margin-right: 3.5%;
        margin-left: 0; } }
    @media (min-width: 60em) {
      .location-list .library-finder-form .library-finder {
        max-width: 500px; } }
    .location-list .library-finder-form .library-finder input {
      padding-left: 3em; }
  .location-list .library-finder-form .submit {
    *zoom: 1; }
    .location-list .library-finder-form .submit:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 31.25em) {
      .location-list .library-finder-form .submit {
        display: inline;
        float: left;
        width: 22.375%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 48.125em) {
      .location-list .library-finder-form .submit {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 60em) {
      .location-list .library-finder-form .submit {
        width: auto; } }
    .location-list .library-finder-form .submit input {
      display: block;
      width: 100%;
      text-align: center; }
      @media (min-width: 31.25em) {
        .location-list .library-finder-form .submit input {
          display: inline-block;
          width: auto;
          text-align: left; } }

.location-list .title {
  margin-bottom: 0.5em; }
  .location-list .title .text {
    margin-right: 0.5em; }
  .location-list .title .icon-title-link-arrow {
    margin: 0; }

@media (min-width: 25em) {
  .location-list .contact-info {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 48.125em) {
  .location-list .contact-info {
    display: inline;
    float: left;
    width: 65.5%;
    margin-right: 3.5%;
    margin-left: 0; } }

@media (min-width: 48.125em) {
  .location-list .contact-info .street-address {
    display: inline-block; }
    .location-list .contact-info .street-address::after {
      content: "\002c";
      margin-right: 0.25em;
      margin-left: -0.25em; } }

.location-list .contact-info .tel a {
  display: block;
  color: #2f383d;
  text-decoration: underline; }

@media (min-width: 25em) {
  .location-list .hours-and-directions {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 48.125em) {
  .location-list .hours-and-directions {
    display: inline;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0; } }

.location-list .hours-and-directions .hours h4 {
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #2f383d;
  font-size: 1.125em;
  display: inline-block; }
  .location-list .hours-and-directions .hours h4 a {
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2f383d;
    text-decoration: none; }
    .location-list .hours-and-directions .hours h4 a:hover, .location-list .hours-and-directions .hours h4 a:focus {
      color: #0e1012;
      text-decoration: underline; }
  @media (min-width: 25em) {
    .location-list .hours-and-directions .hours h4 {
      display: block; } }

.location-list .get-directions {
  display: block;
  margin-bottom: 0.5em; }

.location-list .find-other-libraries {
  *zoom: 1;
  border: 0 none;
  background: url("/wp-content/themes/carnegielibrary/assets/images/find-other-libraries-bg.jpg") top center no-repeat #37617a;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  margin: 0 auto;
  text-align: center; }
  .location-list .find-other-libraries:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 31.25em) {
    .location-list .find-other-libraries {
      margin-bottom: 3em;
      padding: 2em; } }
  @media (min-width: 48.125em) {
    .location-list .find-other-libraries {
      padding: 3em; } }
  .location-list .find-other-libraries .title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #fff; }
    .wf-bertholdwalbaumbook-n5-active .location-list .find-other-libraries .title {
      font-weight: 500; }
    @media (min-width: 48.125em) {
      .location-list .find-other-libraries .title {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        margin-right: 0;
        float: none;
        width: auto;
        font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
        font-weight: 500;
        margin-bottom: 0.35em;
        line-height: 1.2;
        color: #2f383d;
        font-size: 1.6em;
        font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
        font-weight: bold;
        color: #fff; }
        .location-list .find-other-libraries .title a {
          -webkit-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
          color: #2f383d;
          text-decoration: none; }
          .location-list .find-other-libraries .title a:hover, .location-list .find-other-libraries .title a:focus {
            color: #0e1012;
            text-decoration: underline; } }
  @media (min-width: 48.125em) and (min-width: 48.125em) {
    .location-list .find-other-libraries .title {
      font-size: 1.75em; } }
    @media (min-width: 48.125em) {
        .wf-bertholdwalbaumbook-n5-active .location-list .find-other-libraries .title {
          font-weight: 500; } }
  .location-list .find-other-libraries a {
    color: #c9dce7; }
    .location-list .find-other-libraries a:hover, .location-list .find-other-libraries a:focus {
      color: #fff; }

.staff-pick-group {
  *zoom: 1; }
  .staff-pick-group:after {
    content: "";
    display: table;
    clear: both; }
  .staff-pick-group .staff-pick {
    *zoom: 1;
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em; }
    .staff-pick-group .staff-pick:after {
      content: "";
      display: table;
      clear: both; }
    .staff-pick-group .staff-pick.last {
      border-bottom: 0 none;
      margin-bottom: 0;
      padding-bottom: 0; }
    @media (min-width: 60em) {
      .staff-pick-group .staff-pick {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0;
        border-bottom: 0 none;
        margin-bottom: 0;
        padding-bottom: 0; }
        .staff-pick-group .staff-pick:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .staff-pick-group .staff-pick:nth-of-type(1n) {
            margin-right: 3.25%; }
        .staff-pick-group .staff-pick:nth-of-type(2n+2) {
          margin-right: 0;
          float: right; }
        .staff-pick-group .staff-pick:nth-of-type(2n+3) {
          clear: both; } }
    .staff-pick-group .staff-pick .staff-image {
      float: left;
      margin-right: 0.75em;
      margin-bottom: 0.5em; }
    .staff-pick-group .staff-pick .staff-name {
      color: #4a5860; }
    .staff-pick-group .staff-pick .location {
      color: #4a5860;
      margin-left: -0.2em; }
      .staff-pick-group .staff-pick .location:before {
        content: ","; }
    .staff-pick-group .staff-pick[data-eq-state$="small"] .staff-image-wrapper {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0; }
      .staff-pick-group .staff-pick[data-eq-state$="small"] .staff-image-wrapper .staff-image {
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0;
        float: none;
        border-radius: 80px;
        margin-right: 0.5em; }
    .staff-pick-group .staff-pick[data-eq-state$="small"] .text-wrapper {
      display: inline;
      float: left;
      width: 65.5%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; }
    .staff-pick-group .staff-pick[data-eq-state$="medium"] .staff-image-wrapper {
      display: inline;
      float: left;
      width: 22.375%;
      margin-right: 3.5%;
      margin-left: 0; }
      .staff-pick-group .staff-pick[data-eq-state$="medium"] .staff-image-wrapper .staff-image {
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0;
        float: none;
        border-radius: 80px;
        margin-right: 0.5em; }
    .staff-pick-group .staff-pick[data-eq-state$="medium"] .text-wrapper {
      display: inline;
      float: left;
      width: 74.125%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0.5em; }

.internal .main-content {
  position: relative;
  z-index: 1; }
  .internal .main-content:before {
    content: "";
    height: 350px;
    width: 100%;
    background: #37617a center top no-repeat url("/wp-content/themes/carnegielibrary/assets/images/internal-bg.jpg");
    position: absolute;
    top: 0;
    z-index: 0; }
  .internal .main-content > .container {
    position: relative;
    z-index: 1; }

.internal .lead-image-wrapper {
  margin-bottom: 1.5em; }
  .internal .lead-image-wrapper img {
    width: 100%; }
  .internal .lead-image-wrapper .caption {
    padding: 1em 1.2em;
    background-color: #ebeff2; }

.internal .inline-image {
  margin-bottom: 1.5em; }
  .internal .inline-image img {
    width: 100%; }
  .internal .inline-image .caption {
    padding: 0.5em; }

.internal-page .intro {
  font-size: 1.2em; }
  @media (min-width: 37.5em) {
    .internal-page .intro {
      font-size: 1.25em; } }
  .internal-page .intro:first-letter {
    font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
    font-weight: bold;
    float: left;
    font-size: 3em;
    line-height: 56px;
    padding-top: 2px;
    padding-right: 8px;
    padding-left: 3px; }
    .wf-bertholdwalbaumbook-n5-active .internal-page .intro:first-letter {
      font-weight: 500; }

.internal-page .inline-media-link {
  background: url("/wp-content/themes/carnegielibrary/assets/images/file-icon.svg") no-repeat 0 1px;
  background-size: 14px;
  padding-left: 22px; }
  .internal-page .inline-media-link img {
    margin-top: -24px;
    margin-bottom: -24px; 
    height: 100%;}

.internal-page figure.wp-caption {
  margin-bottom: 1.5em; }
  .internal-page figure.wp-caption figcaption {
    padding: 1em 1.2em;
    background-color: #ebeff2; }

@media (min-width: 17.5em) {
  .no-flexbox .home .site-header .mobile-navigation .menu-trigger {
    float: right;
    margin-right: 0; } }

.home .site-header {
  padding-bottom: 0; }
  @media (min-width: 48.125em) {
    .home .site-header .container {
      border-right: 0 none; } }
  @media (min-width: 17.5em) {
    .home .site-header .mobile-navigation {
      margin-top: 3.25em;
      clear: none;
      width: -webkit-calc(100% - 5% - 140px);
      width: calc(100% - 5% - 140px);
      float: right;
      max-width: none;
      text-align: right; } }
  .home .site-header .mobile-navigation .menu-trigger {
    margin-right: 0;
    display: block;
    width: 100%; }
    @media (min-width: 17.5em) {
      .home .site-header .mobile-navigation .menu-trigger {
        float: right;
        margin-bottom: 0;
        display: block;
        max-width: 100px; } }
    @media (min-width: 25em) {
      .home .site-header .mobile-navigation .menu-trigger {
        max-width: 150px; } }
    @media (min-width: 17.5em) {
      .home .site-header .mobile-navigation .menu-trigger .trigger-text {
        display: none; } }
    @media (min-width: 25em) {
      .home .site-header .mobile-navigation .menu-trigger .trigger-text {
        display: inline-block; } }
  @media (min-width: 62.8125em) {
    .home .site-header .primary-navigation {
      margin-top: 3em;
      float: right;
      text-align: right; } }
  @media (min-width: 48.125em) {
    .home .site-header .site-logo {
      border-right: 0 none; } }

.home .main-content {
  padding-bottom: 0;
  padding-top: 0; }
  .home .main-content .primary {
    padding: 0; }
    .home .main-content .primary > .container .container-inner {
      background-color: #fff;
      padding: 0 1em 1em 1em;
      overflow: hidden; }
      .home .main-content .primary > .container .container-inner.featured-group {
        padding: 1em; }
      @media (min-width: 37.5em) {
        .home .main-content .primary > .container .container-inner {
          padding: 0 3em 3em 3em; }
          .home .main-content .primary > .container .container-inner.featured-group {
            padding: 2em 3em; } }
      @media (min-width: 48.125em) {
        .home .main-content .primary > .container .container-inner {
          padding: 0 5em 5em 5em; }
          .home .main-content .primary > .container .container-inner.featured-group {
            padding: 3em 5em; } }
  .home .main-content .section-container.new-notable {
    padding-bottom: 0; }

.home .featured-group {
  *zoom: 1; }
  .home .featured-group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48.125em) {
    .home .featured-group {
      padding-top: 3em;
      padding-bottom: 3em; } }
  .home .featured-group .featured-item {
    *zoom: 1;
    margin-bottom: 2em; }
    .home .featured-group .featured-item:after {
      content: "";
      display: table;
      clear: both; }
    .home .featured-group .featured-item.last {
      margin-bottom: 0; }
    .home .featured-group .featured-item .image-wrapper {
      margin-bottom: 1em; }
      @media (min-width: 48.125em) {
        .home .featured-group .featured-item .image-wrapper {
          margin-bottom: 0; } }
      .home .featured-group .featured-item .image-wrapper img {
        width: 100%; }
    .home .featured-group .featured-item .title {
      margin-bottom: 0.15em;
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 1.2em; }
      .home .featured-group .featured-item .title a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .home .featured-group .featured-item .title a:hover, .home .featured-group .featured-item .title a:focus {
          color: #0e1012;
          text-decoration: underline; }
      @media (min-width: 48.125em) {
        .home .featured-group .featured-item .title {
          font-size: 1.25em; } }
    .home .featured-group .featured-item .featured-section-title {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 0.875em;
      font-size: 0.8em;
      color: #a14fac;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 1em; }
      .home .featured-group .featured-item .featured-section-title a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .home .featured-group .featured-item .featured-section-title a:hover, .home .featured-group .featured-item .featured-section-title a:focus {
          color: #0e1012;
          text-decoration: underline; }
    .home .featured-group .featured-item .featured-link {
      color: #2f383d; }
    .home .featured-group .featured-item .start-time, .home .featured-group .featured-item .published-on, .home .featured-group .featured-item .location {
      display: block;
      color: #4a5860; }
    .home .featured-group .featured-item .start-time {
      margin-bottom: 1em; }
    .home .featured-group .featured-item .icon-location {
      width: 10px;
      height: 14px;
      margin-right: 0;
      vertical-align: baseline;
      margin-top: 0.1em; }
  .home .featured-group .first-featured {
    *zoom: 1;
    background-color: #f2f0ee;
    margin-bottom: 3em; }
    .home .featured-group .first-featured:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 87.5em) {
      .home .featured-group .first-featured .featured-section-title {
        margin-bottom: 2em; } }
    @media (min-width: 87.5em) {
      .home .featured-group .first-featured .start-time {
        margin-bottom: 1.5em; } }
    .home .featured-group .first-featured .title {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 1.4em;
      font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
      font-weight: bold; }
      .home .featured-group .first-featured .title a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .home .featured-group .first-featured .title a:hover, .home .featured-group .first-featured .title a:focus {
          color: #0e1012;
          text-decoration: underline; }
      @media (min-width: 48.125em) {
        .home .featured-group .first-featured .title {
          font-size: 1.5em; } }
      .wf-bertholdwalbaumbook-n5-active .home .featured-group .first-featured .title {
        font-weight: 500; }
      @media (min-width: 68.75em) {
        .home .featured-group .first-featured .title {
          font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
          font-weight: 500;
          margin-bottom: 0.35em;
          line-height: 1.2;
          color: #2f383d;
          font-size: 1.6em;
          font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-bottom: 0.25em; }
          .home .featured-group .first-featured .title a {
            -webkit-transition: color 0.5s ease-in-out;
            transition: color 0.5s ease-in-out;
            color: #2f383d;
            text-decoration: none; }
            .home .featured-group .first-featured .title a:hover, .home .featured-group .first-featured .title a:focus {
              color: #0e1012;
              text-decoration: underline; } }
  @media (min-width: 68.75em) and (min-width: 48.125em) {
    .home .featured-group .first-featured .title {
      font-size: 1.75em; } }
      @media (min-width: 68.75em) {
          .wf-bertholdwalbaumbook-n5-active .home .featured-group .first-featured .title {
            font-weight: 500; } }
      @media (min-width: 87.5em) {
        .home .featured-group .first-featured .title {
          font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
          font-weight: 500;
          margin-bottom: 0.35em;
          line-height: 1.2;
          color: #2f383d;
          font-size: 1.8em;
          font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .home .featured-group .first-featured .title a {
            -webkit-transition: color 0.5s ease-in-out;
            transition: color 0.5s ease-in-out;
            color: #2f383d;
            text-decoration: none; }
            .home .featured-group .first-featured .title a:hover, .home .featured-group .first-featured .title a:focus {
              color: #0e1012;
              text-decoration: underline; } }
  @media (min-width: 87.5em) and (min-width: 48.125em) {
    .home .featured-group .first-featured .title {
      font-size: 1.9em; } }
      @media (min-width: 87.5em) {
          .wf-bertholdwalbaumbook-n5-active .home .featured-group .first-featured .title {
            font-weight: 500; } }
    .home .featured-group .first-featured .text-wrapper {
      padding: 1em; }
      @media (min-width: 48.125em) {
        .home .featured-group .first-featured .text-wrapper {
          display: inline;
          float: left;
          width: 39.625%;
          margin-right: 3.5%;
          margin-left: 0; } }
      @media (min-width: 68.75em) {
        .home .featured-group .first-featured .text-wrapper {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0;
          width: 29.5%;
          padding: 2.5em; } }
    .home .featured-group .first-featured .image-wrapper {
      margin-bottom: 0; }
      @media (min-width: 48.125em) {
        .home .featured-group .first-featured .image-wrapper {
          display: inline;
          float: left;
          width: 56.875%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-right: 0;
          float: right; } }
      @media (min-width: 68.75em) {
        .home .featured-group .first-featured .image-wrapper {
          display: inline;
          float: left;
          width: 65.5%;
          margin-right: 3.5%;
          margin-left: 0;
          width: 67%;
          margin-right: 0;
          float: right; } }
  .home .featured-group .second-featured {
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em; }
    @media (min-width: 60em) {
      .home .featured-group .second-featured {
        padding-bottom: 0;
        border-bottom: 0 none;
        margin-bottom: 0;
        display: inline;
        float: left;
        width: 65.5%;
        margin-right: 3.5%;
        margin-left: 0; } }
    @media (min-width: 60em) {
      .home .featured-group .second-featured .title {
        font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
        font-weight: 500;
        margin-bottom: 0.35em;
        line-height: 1.2;
        color: #2f383d;
        font-size: 1.4em; }
        .home .featured-group .second-featured .title a {
          -webkit-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
          color: #2f383d;
          text-decoration: none; }
          .home .featured-group .second-featured .title a:hover, .home .featured-group .second-featured .title a:focus {
            color: #0e1012;
            text-decoration: underline; } }
  @media (min-width: 60em) and (min-width: 48.125em) {
    .home .featured-group .second-featured .title {
      font-size: 1.5em; } }
    @media (min-width: 31.25em) {
      .home .featured-group .second-featured .text-wrapper {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 48.125em) {
      .home .featured-group .second-featured .text-wrapper {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 31.25em) {
      .home .featured-group .second-featured .image-wrapper {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0; } }
    @media (min-width: 48.125em) {
      .home .featured-group .second-featured .image-wrapper {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0; } }
  .home .featured-group .third-featured {
    margin-bottom: 1em; }
    @media (min-width: 60em) {
      .home .featured-group .third-featured {
        padding-left: 1em;
        border-left: 1px solid #E7E8E8;
        margin-left: 1em;
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0; } }
    .home .featured-group .third-featured .title {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 1.2em; }
      .home .featured-group .third-featured .title a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .home .featured-group .third-featured .title a:hover, .home .featured-group .third-featured .title a:focus {
          color: #0e1012;
          text-decoration: underline; }
      @media (min-width: 48.125em) {
        .home .featured-group .third-featured .title {
          font-size: 1.25em; } }
    .home .featured-group .third-featured .featured-item {
      margin-bottom: 2em; }
      @media (min-width: 48.125em) {
        .home .featured-group .third-featured .featured-item {
          display: inline;
          float: left;
          width: 31%;
          margin-right: 3.5%;
          margin-left: 0; }
          .home .featured-group .third-featured .featured-item:nth-of-type(1n) {
            margin-right: 3.5%;
            float: left;
            clear: none; }
            .lt-ie8 .home .featured-group .third-featured .featured-item:nth-of-type(1n) {
              margin-right: 3.25%; }
          .home .featured-group .third-featured .featured-item:nth-of-type(3n+3) {
            margin-right: 0;
            float: right; }
          .home .featured-group .third-featured .featured-item:nth-of-type(3n+4) {
            clear: both; } }
      @media (min-width: 60em) {
        .home .featured-group .third-featured .featured-item {
          display: inline;
          float: left;
          width: 100%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-right: 0; } }

.home .branch-hours-container {
  color: #2f383d;
  background-color: transparent; }
  .home .branch-hours-container > .container {
    background-color: #fff; }
    @media (min-width: 31.25em) {
      .home .branch-hours-container > .container {
        padding-bottom: 0.75em; } }
    @media (min-width: 48.125em) {
      .home .branch-hours-container > .container {
        margin-top: -3em;
        position: relative; } }
  .home .branch-hours-container .branch-hours .branch-selector-wrapper .arr, .home .branch-hours-container .branch-hours .branch-selector-wrapper .select, .home .branch-hours-container .branch-hours .branch-selector-wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff; }
  .home .branch-hours-container .branch-hours .branch-selector-wrapper select::-ms-expand {
    display: none; }

.home .stream-download-wrapper {
  clear: both;
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em; }
  @media (min-width: 31.25em) {
    .home .stream-download-wrapper {
      margin-left: -1.5em;
      margin-right: -1.5em;
      padding: 1.5em; } }
  @media (min-width: 37.5em) {
    .home .stream-download-wrapper {
      margin-left: -3.5em;
      margin-right: -3.5em;
      padding: 2.5em 3.5em; } }
  @media (min-width: 48.125em) {
    .home .stream-download-wrapper {
      margin-left: -5.5em;
      margin-right: -5.5em;
      padding: 3em 5.5em; } }
  .home .stream-download-wrapper .resource-icon {
    border-color: #32576e; }

.home .staff-pick-wrapper {
  *zoom: 1; }
  .home .staff-pick-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.homepage-search-wrapper {
  *zoom: 1;
  background: url("/wp-content/themes/carnegielibrary/assets/images/home-search-bg-clp-4.jpg");
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1))), url("/wp-content/themes/carnegielibrary/assets/images/home-search-bg-clp-1.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("/wp-content/themes/carnegielibrary/assets/images/home-search-bg-clp-1.jpg");
  display: block;
  position: relative; }
  .homepage-search-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 37.5em) {
    .homepage-search-wrapper {
      padding: 3em 0;
      margin-bottom: 0; } }
  @media (min-width: 48.125em) {
    .homepage-search-wrapper {
      padding: 3em 0 5em 0; } }
  @media (min-width: 60em) {
    .homepage-search-wrapper {
      background-size: 100% auto; } }
  @media (min-width: 68.75em) {
    .homepage-search-wrapper {
      padding: 7em 5em; } }
  .homepage-search-wrapper.is-visible {
    display: block; }
  .homepage-search-wrapper .title {
    font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 0.35em;
    line-height: 1.2;
    color: #2f383d;
    font-size: 1.8em;
    font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    margin-bottom: 0.5em;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .homepage-search-wrapper .title a {
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out;
      color: #2f383d;
      text-decoration: none; }
      .homepage-search-wrapper .title a:hover, .homepage-search-wrapper .title a:focus {
        color: #0e1012;
        text-decoration: underline; }
    @media (min-width: 48.125em) {
      .homepage-search-wrapper .title {
        font-size: 1.9em; } }
    .wf-bertholdwalbaumbook-n5-active .homepage-search-wrapper .title {
      font-weight: 500; }
  .homepage-search-wrapper .global-search {
    padding: 1em 1.5em 1.5em 1.5em;
    background-color: rgba(55, 97, 122, 0.8);
    margin: 0 auto; }
    @media (min-width: 48.125em) {
      .homepage-search-wrapper .global-search {
        max-width: 800px;
        border-radius: 6px 6px; } }
  .homepage-search-wrapper .search-wrapper {
    max-width: 750px;
    margin: 0 auto; }
    @media (min-width: 48.125em) {
      .homepage-search-wrapper .search-wrapper {
        width: 86.25%; } }
  @media (min-width: 37.5em) {
    .homepage-search-wrapper .keyword-wrapper {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; } }
  @media (min-width: 48.125em) {
    .homepage-search-wrapper .keyword-wrapper {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; } }

.contact-us {
  *zoom: 1; }
  .contact-us:after {
    content: "";
    display: table;
    clear: both; }
  .contact-us .contact-form {
    margin-bottom: 2em; }
    @media (min-width: 25em) {
      .contact-us .contact-form .input.submit {
        margin-top: -1em;
        max-width: 150px; } }
  @media (min-width: 31.25em) {
    .contact-us .contact-options {
      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; } }
  .contact-us .contact-options .section-title {
    padding: 0;
    border: 0 none;
    margin: 0;
    margin-bottom: 1.5em; }
  .contact-us .contact-options .option {
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em; }
    @media (min-width: 31.25em) {
      .contact-us .contact-options .option {
        border-bottom: 0;
        margin-bottom: 0;
        padding-top: 1em; } }
    @media (min-width: 31.25em) {
      .contact-us .contact-options .option:nth-of-type(even) {
        padding-left: 1em; } }
  .no-flexbox .contact-us .contact-options .mail {
    width: 100%; }
  @media (min-width: 31.25em) {
    .contact-us .contact-options .mail {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .no-flexbox .contact-us .contact-options .mail {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0; } }
  .contact-us .contact-options .mail .contact-info {
    margin-bottom: 1em; }
  .contact-us .contact-options .phone {
    padding-top: 1em; }
    .no-flexbox .contact-us .contact-options .phone {
      width: 100%; }
    @media (min-width: 31.25em) {
      .contact-us .contact-options .phone {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .no-flexbox .contact-us .contact-options .phone {
          display: inline;
          float: left;
          width: 48.25%;
          margin-right: 3.5%;
          margin-left: 0;
          margin-right: 0; } }
    .contact-us .contact-options .phone .hearing-impaired {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      margin-bottom: 0.35em;
      line-height: 1.2;
      color: #2f383d;
      font-size: 0.875em;
      margin-top: 1em;
      margin-bottom: 0.25em; }
      .contact-us .contact-options .phone .hearing-impaired a {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        color: #2f383d;
        text-decoration: none; }
        .contact-us .contact-options .phone .hearing-impaired a:hover, .contact-us .contact-options .phone .hearing-impaired a:focus {
          color: #0e1012;
          text-decoration: underline; }
    .contact-us .contact-options .phone h4 {
      margin-bottom: 1em; }
      .contact-us .contact-options .phone h4 a {
        color: #a14fac; }
  @media (min-width: 31.25em) {
    .contact-us .contact-options .chat {
      border-top: 1px solid #E7E8E8;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.search-results .search-form {
  *zoom: 1; }
  .search-results .search-form:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 31.25em) {
    .search-results .search-form .input {
      display: inline;
      float: left;
      width: 65.5%;
      margin-right: 3.5%;
      margin-left: 0; } }
  @media (min-width: 31.25em) {
    .search-results .search-form .input.submit {
      display: inline;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-left: 0;
      margin-right: 0; } }
  .search-results .search-form .input.submit input[type='submit'] {
    text-align: center;
    width: 100%; }
    @media (min-width: 31.25em) {
      .search-results .search-form .input.submit input[type='submit'] {
        width: auto;
        margin-top: 1.4em; } }

.search-results .search-result-group {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em;
  padding-top: 2em;
  border-top: 1px solid #E7E8E8;
  margin-top: 2em; }
  .search-results .search-result-group .search-result {
    *zoom: 1;
    padding-bottom: 2em;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 2em; }
    .search-results .search-result-group .search-result:after {
      content: "";
      display: table;
      clear: both; }
    .search-results .search-result-group .search-result.last {
      padding-bottom: 0;
      border-bottom: 0 none; }

.search-results .pager {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em; }
  @media (min-width: 48.125em) {
    .search-results .pager {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0 none; } }

.staff-pick-detail .staff-wrapper {
  padding: 0.5em; }
  @media (min-width: 68.75em) {
    .staff-pick-detail .staff-wrapper {
      padding: 0;
      border: 0 none;
      margin: 0;
      position: absolute;
      top: 3.35em;
      left: 77.625%;
      max-width: 22.375%;
      text-align: center; } }
  .staff-pick-detail .staff-wrapper .staff-image {
    vertical-align: middle; }
    @media (min-width: 68.75em) {
      .staff-pick-detail .staff-wrapper .staff-image {
        max-width: 100px;
        border-radius: 50px;
        margin: 0 auto 0.5em auto;
        border: 6px solid #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); } }
  @media (min-width: 68.75em) {
    .staff-pick-detail .staff-wrapper .location {
      display: block; } }
  .staff-pick-detail .staff-wrapper .byline {
    margin-bottom: 0.5em; }
    @media (min-width: 25em) {
      .staff-pick-detail .staff-wrapper .byline {
        display: inline-block;
        vertical-align: middle; }
        .staff-pick-detail .staff-wrapper .byline:after {
          content: "\00b7";
          color: #cdcfcf;
          display: inline-block;
          margin-left: 0.5em;
          margin-right: 0.5em; } }
    @media (min-width: 68.75em) {
      .staff-pick-detail .staff-wrapper .byline {
        display: block; } }
    .staff-pick-detail .staff-wrapper .byline:after {
      display: none; }

.staff-pick-detail .intro {
  clear: both; }

.staff-pick-detail .related-tags {
  clear: both; }

.staff-pick-detail .posted {
  margin-bottom: 1em; }
  @media (min-width: 25em) {
    .staff-pick-detail .posted {
      display: inline-block; } }

.staff-pick-detail .staff-pick-group {
  text-align: left; }
  .staff-pick-detail .staff-pick-group .staff-pick {
    border: 0 none;
    border-bottom: 1px solid #E7E8E8;
    border-radius: 0;
    max-width: none; }
    @media (min-width: 31.25em) {
      .staff-pick-detail .staff-pick-group .staff-pick {
        display: inline;
        float: left;
        width: 100%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-right: 0;
        padding: 1em; } }
    @media (min-width: 48.125em) {
      .staff-pick-detail .staff-pick-group .staff-pick {
        padding: 2em 0; } }
    .staff-pick-detail .staff-pick-group .staff-pick .title {
      margin-bottom: 0; }
      .staff-pick-detail .staff-pick-group .staff-pick .title:after {
        display: none; }
    .staff-pick-detail .staff-pick-group .staff-pick .byline {
      margin-top: 0;
      font-weight: 500;
      padding-bottom: 1em; }
      .staff-pick-detail .staff-pick-group .staff-pick .byline:after {
        display: none; }
    @media (min-width: 31.25em) {
      .staff-pick-detail .staff-pick-group .staff-pick .image-wrapper {
        width: 130px;
        float: left;
        margin-right: 3.5%;
        padding: 0; } }
    .staff-pick-detail .staff-pick-group .staff-pick .image-wrapper img {
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }
    @media (min-width: 31.25em) {
      .staff-pick-detail .staff-pick-group .staff-pick .text-wrapper {
        padding: 0;
        width: -webkit-calc(100% - 7% - 130px);
        width: calc(100% - 7% - 130px);
        float: right; } }
    .staff-pick-detail .staff-pick-group .staff-pick.last {
      margin-bottom: 0;
      border-bottom: 0 none; }

.staff-pick-list {
  text-align: left; }
  @media (min-width: 31.25em) {
    .staff-pick-list .staff-pick-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .staff-pick-list .staff-pick {
    border-bottom: 0 none;
    padding-bottom: 0;
    border-radius: 4px;
    border: 1px solid #E7E8E8; }
    @media (min-width: 31.25em) {
      .staff-pick-list .staff-pick {
        display: inline;
        float: left;
        width: 48.25%;
        margin-right: 3.5%;
        margin-left: 0;
        margin-bottom: 1em; }
        .staff-pick-list .staff-pick:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .staff-pick-list .staff-pick:nth-of-type(1n) {
            margin-right: 3.25%; }
        .staff-pick-list .staff-pick:nth-of-type(2n+2) {
          margin-right: 0;
          float: right; }
        .staff-pick-list .staff-pick:nth-of-type(2n+3) {
          clear: both; } }
    @media (min-width: 60em) {
      .staff-pick-list .staff-pick {
        display: inline;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-left: 0; }
        .staff-pick-list .staff-pick:nth-of-type(1n) {
          margin-right: 3.5%;
          float: left;
          clear: none; }
          .lt-ie8 .staff-pick-list .staff-pick:nth-of-type(1n) {
            margin-right: 3.25%; }
        .staff-pick-list .staff-pick:nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .staff-pick-list .staff-pick:nth-of-type(3n+4) {
          clear: both; } }
    .staff-pick-list .staff-pick.last {
      border-bottom: 1px solid #E7E8E8;
      margin-bottom: 0;
      padding-bottom: 0; }
      @media (min-width: 31.25em) {
        .staff-pick-list .staff-pick.last {
          border-bottom: 1px solid #E7E8E8;
          margin-bottom: 1em;
          padding-bottom: 0; } }
    .staff-pick-list .staff-pick a {
      *zoom: 1;
      display: block;
      padding: 0.5em; }
      .staff-pick-list .staff-pick a:after {
        content: "";
        display: table;
        clear: both; }
      .staff-pick-list .staff-pick a:hover .image-wrapper, .staff-pick-list .staff-pick a:focus .image-wrapper {
        overflow: visible; }
        .staff-pick-list .staff-pick a:hover .image-wrapper img, .staff-pick-list .staff-pick a:focus .image-wrapper img {
          -webkit-transform: translate(0px, -5px);
              -ms-transform: translate(0px, -5px);
                  transform: translate(0px, -5px); }
        .staff-pick-list .staff-pick a:hover .image-wrapper img:nth-of-type(2), .staff-pick-list .staff-pick a:focus .image-wrapper img:nth-of-type(2) {
          left: 20px;
          -webkit-transform: rotate(10deg) translate(0, 0);
              -ms-transform: rotate(10deg) translate(0, 0);
                  transform: rotate(10deg) translate(0, 0); }
        .staff-pick-list .staff-pick a:hover .image-wrapper img:nth-of-type(3), .staff-pick-list .staff-pick a:focus .image-wrapper img:nth-of-type(3) {
          left: -20px;
          -webkit-transform: rotate(-10deg) translate(0, 0);
              -ms-transform: rotate(-10deg) translate(0, 0);
                  transform: rotate(-10deg) translate(0, 0); }
      .staff-pick-list .staff-pick a:hover .staff-image, .staff-pick-list .staff-pick a:focus .staff-image {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .staff-pick-list .staff-pick a:hover .staffer, .staff-pick-list .staff-pick a:focus .staffer {
        color: #a14fac; }
    .staff-pick-list .staff-pick .staff-image {
      float: left;
      margin-right: 16px; }
    .staff-pick-list .staff-pick .text-wrapper {
      margin-bottom: 0.75em;
      float: right;
      width: -webkit-calc(100% - 62px);
      width: calc(100% - 62px); }
      .staff-pick-list .staff-pick .text-wrapper .title {
        font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
        font-weight: 500;
        margin-bottom: 0.35em;
        line-height: 1.2;
        color: #2f383d;
        font-size: 1.125em;
        font-family: "berthold-walbaum-book", "Times New Roman Bold", times, serif;
        font-weight: bold; }
        .staff-pick-list .staff-pick .text-wrapper .title a {
          -webkit-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
          color: #2f383d;
          text-decoration: none; }
          .staff-pick-list .staff-pick .text-wrapper .title a:hover, .staff-pick-list .staff-pick .text-wrapper .title a:focus {
            color: #0e1012;
            text-decoration: underline; }
        .wf-bertholdwalbaumbook-n5-active .staff-pick-list .staff-pick .text-wrapper .title {
          font-weight: 500; }
    .staff-pick-list .staff-pick .image-wrapper {
      position: relative;
      max-width: 110px;
      margin: 1.5em auto;
      clear: both; }
      .staff-pick-list .staff-pick .image-wrapper img {
        width: 100%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
      .staff-pick-list .staff-pick .image-wrapper img:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: 5px; }
      .staff-pick-list .staff-pick .image-wrapper img:nth-of-type(3) {
        position: absolute;
        top: 0;
        left: -5px; }

.board-member-detail .entry-header {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em; }

.board-member-detail .trustee-title {
  font-size: 0.875em;
  color: #4a5860;
  font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 0; }

.board-member-detail .entry-content {
  *zoom: 1; }
  .board-member-detail .entry-content:after {
    content: "";
    display: table;
    clear: both; }

.board-member-detail .description {
  margin-bottom: 1.5em; }

.board-member-detail .lead-image {
  width: 100%; }
  @media (min-width: 31.25em) {
    .board-member-detail .lead-image {
      float: left;
      width: inherit;
      margin-right: 1em;
      margin-bottom: 1em; } }

.board-member-detail .committee-group {
  margin: 0 0 1.5em 1.25em;
  list-style-type: disc; }
  .board-member-detail .committee-group li {
    margin-bottom: 0.5em; }

.blog-signup-wrapper {
  padding-bottom: 0; }
  .blog-signup-wrapper .title {
    margin-bottom: 1em; }

.blog-post-detail .primary-header {
  margin-bottom: 1em; }

.blog-post-detail .staff-wrapper {
  padding: 0.5em; }
  @media (min-width: 68.75em) {
    .blog-post-detail .staff-wrapper {
      padding: 0;
      border: 0 none;
      margin: 0;
      position: absolute;
      top: 3.35em;
      left: 77.625%;
      max-width: 22.375%;
      text-align: center; } }
  .blog-post-detail .staff-wrapper .staff-image {
    vertical-align: middle; }
    @media (min-width: 68.75em) {
      .blog-post-detail .staff-wrapper .staff-image {
        max-width: 100px;
        border-radius: 50px;
        margin: 0 auto 0.5em auto;
        border: 6px solid #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); } }
  @media (min-width: 68.75em) {
    .blog-post-detail .staff-wrapper .location {
      display: block; } }
  .blog-post-detail .staff-wrapper .byline {
    margin-bottom: 0.5em;
    margin-right: 0.5em; }
    @media (min-width: 25em) {
      .blog-post-detail .staff-wrapper .byline {
        display: inline-block;
        vertical-align: middle; }
        .blog-post-detail .staff-wrapper .byline:after {
          content: "\00b7";
          color: #cdcfcf;
          display: inline-block;
          margin-left: 0.5em;
          margin-right: 0.5em; } }
    @media (min-width: 68.75em) {
      .blog-post-detail .staff-wrapper .byline {
        display: block;
        margin-right: 0; } }
    .blog-post-detail .staff-wrapper .byline:after {
      display: none; }
  .blog-post-detail .staff-wrapper .posted {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.5em;
    color: #4a5860; }
    @media (min-width: 68.75em) {
      .blog-post-detail .staff-wrapper .posted {
        display: block; } }

.blog-post-detail ul, .blog-post-detail ol {
  margin: 0 0 1.5em 2em; }
  .blog-post-detail ul li, .blog-post-detail ol li {
    margin-bottom: 0.5em; }

.blog-post-detail ul {
  list-style: disc;
  margin-top: 0.5em; }

.blog-post-detail ol {
  counter-reset: li; }
  .blog-post-detail ol li {
    position: relative;
    list-style: none; }
    .blog-post-detail ol li:before {
      font-family: "franklin-gothic-urw", "helvetica neue", helvetica, sans-serif;
      font-weight: 500;
      content: counter(li);
      counter-increment: li;
      position: absolute;
      padding: 0.05em 0.25em;
      border-radius: 2px;
      top: -0.15em;
      left: -1.8em;
      background-color: #f2f0ee; }

.news-list .news-item-group .title, .press-room .news-item-group .title {
  margin-bottom: 0.15em; }

.news-list .news-item-group .publication, .press-room .news-item-group .publication {
  font-style: italic;
  font-size: 0.875em; }
  @media (min-width: 25em) {
    .news-list .news-item-group .publication, .press-room .news-item-group .publication {
      display: inline-block;
      font-size: 1em; }
      .news-list .news-item-group .publication:after, .press-room .news-item-group .publication:after {
        content: "\00b7";
        color: #cdcfcf;
        display: inline-block;
        margin-left: 0.5em;
        margin-right: 0.5em; } }

.news-list .news-item-group .published-on, .press-room .news-item-group .published-on {
  font-size: 0.875em; }
  @media (min-width: 25em) {
    .news-list .news-item-group .published-on, .press-room .news-item-group .published-on {
      font-size: 1em; } }

.news-list .news-item-group .teaser, .press-room .news-item-group .teaser {
  margin-top: 0.5em; }

.news-list .pager, .press-room .pager {
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 2em; }
  @media (min-width: 48.125em) {
    .news-list .pager, .press-room .pager {
      margin-bottom: 1.5em;
      padding-bottom: 0;
      border-bottom: 0 none; } }

.blog-post-detail .call-to-action{
  margin: 1em 0 1em 0;
  width: 100%;
}
.blog-post-detail .call-to-action .image-wrapper{
    vertical-align: top;
    display: inherit;
    max-width: 300px;
    display: inline-block;
    padding: 0.5em;
    
}

.blog-post-detail .call-to-action .text-wrapper{
    max-width: 350px;
    vertical-align: top;
    display: inline-block;
    padding: 0.5em;
}
.page-id-307758 .filter-table{
  display:none;
}

/* Hack  for stream and download on virtual page */
#post-321698 > section.stream-download-wrapper.section-container.section-reversed > div {
  padding: 1em;
}
