/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.HomeHero__wrapper___1z-To {
  background-color: #2f4857;
  background-size: cover;
  color: white; }
  .HomeHero__wrapper___1z-To.HomeHero__withFeature___CmES9 {
    margin-bottom: -5rem;
    padding-bottom: 7rem;
    /* adds 5rem to allow for overlapping feature */ }
  @media (min-width: 52em) {
    .HomeHero__wrapper___1z-To {
      padding-top: 2rem; } }

.HomeHero__header___1apfs {
  background-color: transparent;
  display: none;
  justify-content: space-between;
  padding: 1rem;
  margin: 0 auto; }
  @media (min-width: 52em) {
    .HomeHero__header___1apfs {
      display: flex; } }
  @media (min-width: 72em) {
    .HomeHero__header___1apfs {
      padding: 0; } }

.HomeHero__homeLogo___1cZtQ {
  display: flex;
  width: 24rem; }
  .HomeHero__homeLogo___1cZtQ h1 {
    margin-left: -1000rem; }

.HomeHero__dplaLogo___3kKx0 {
  background: url("/static/images/dpla-logo.svg") no-repeat 0 50%; }

.HomeHero__localLogo___EHpqq {
  height: 3.5rem;
  max-width: 16rem; }
  @media (min-width: 52em) {
    .HomeHero__localLogo___EHpqq {
      height: 4.5rem;
      max-width: 18rem; } }

.HomeHero__localText___ealt7 {
  height: 1px;
  overflow: hidden;
  width: 1px; }

.HomeHero__content___3tKPU {
  margin: auto;
  padding: 2rem 1rem;
  max-width: 44rem; }
  @media (min-width: 52em) {
    .HomeHero__content___3tKPU {
      padding: 2rem 0; } }
  @media (min-width: 72em) {
    .HomeHero__content___3tKPU {
      padding: 2rem 0; } }

.HomeHero__headline___2Mzpg {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 1.25;
  padding: 0;
  text-align: center; }
  @media (min-width: 40em) {
    .HomeHero__headline___2Mzpg {
      font-size: 1.5rem; } }
  @media (min-width: 52em) {
    .HomeHero__headline___2Mzpg {
      font-size: 2.25rem; } }

.HomeHero__chevron___1j16B {
  height: 14px;
  right: 24px;
  position: absolute;
  margin-top: 2px;
  transform: rotate(90deg);
  width: 8px; }

.HomeHero__search___h0bt- {
  height: 3rem;
  margin-top: 2rem;
  position: relative; }
  .HomeHero__search___h0bt-:focus {
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.35); }
  @media (min-width: 52em) {
    .HomeHero__search___h0bt- {
      height: 4rem; } }

.HomeHero__searchInput___2NRDo {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  box-sizing: border-box;
  border: none;
  height: 100%;
  line-height: 1.5;
  padding: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
  /* Remove browser search input defaults */ }
  .HomeHero__searchInput___2NRDo::-webkit-search-decoration, .HomeHero__searchInput___2NRDo::-webkit-search-cancel-button, .HomeHero__searchInput___2NRDo::-webkit-search-results-button, .HomeHero__searchInput___2NRDo::-webkit-search-results-decoration {
    -webkit-appearance: none;
            appearance: none; }
  .HomeHero__searchInput___2NRDo::-webkit-input-placeholder {
    transition: opacity 0.15s ease-out;
    color: #163f51; }
  .HomeHero__searchInput___2NRDo::-moz-placeholder {
    transition: opacity 0.15s ease-out;
    color: #163f51; }
  .HomeHero__searchInput___2NRDo:-ms-input-placeholder {
    transition: opacity 0.15s ease-out;
    color: #163f51; }
  .HomeHero__searchInput___2NRDo::-ms-input-placeholder {
    transition: opacity 0.15s ease-out;
    color: #163f51; }
  .HomeHero__searchInput___2NRDo::placeholder {
    transition: opacity 0.15s ease-out;
    color: #163f51; }
  .HomeHero__searchInput___2NRDo:focus + .HomeHero__shadow___TywVB {
    opacity: 1; }
  .HomeHero__searchInput___2NRDo:focus::-webkit-input-placeholder {
    opacity: 0.25; }
  .HomeHero__searchInput___2NRDo:focus::-moz-placeholder {
    opacity: 0.25; }
  .HomeHero__searchInput___2NRDo:focus:-ms-input-placeholder {
    opacity: 0.25; }
  .HomeHero__searchInput___2NRDo:focus::-ms-input-placeholder {
    opacity: 0.25; }
  .HomeHero__searchInput___2NRDo:focus::placeholder {
    opacity: 0.25; }
  @media (min-width: 52em) {
    .HomeHero__searchInput___2NRDo {
      border-radius: 3px;
      padding-left: 1.5rem;
      /* Clear right for button */
      padding-right: 11rem;
      font-size: 1.2rem; } }

.HomeHero__searchButton___1c1XG {
  transition: background-color 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #0080a5;
  color: white;
  font-weight: 600;
  padding: 0 1rem;
  border-radius: 0 3px 3px 0;
  z-index: 2; }
  .HomeHero__searchButton___1c1XG:hover {
    background-color: #163f51; }
  @media (min-width: 52em) {
    .HomeHero__searchButton___1c1XG {
      display: flex;
      font-size: 1.2rem;
      padding: 0 2rem;
      align-items: center;
      justify-content: center; } }

.HomeHero__links___2lR-K {
  font-size: 1rem;
  margin: 2rem auto 0;
  text-align: center; }
  @media (min-width: 52em) {
    .HomeHero__links___2lR-K {
      font-size: 1.25rem; } }
  .HomeHero__links___2lR-K a, .HomeHero__links___2lR-K a:visited {
    display: inline-block;
    margin: 0.75rem 1rem 0;
    color: white;
    text-decoration: underline; }
    .HomeHero__links___2lR-K a:hover, .HomeHero__links___2lR-K a:visited:hover {
      text-decoration: none; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.LocalIntro__wrapper___2VDqv {
  margin: auto;
  padding: 2rem 1rem; }

h2 {
  margin: 1rem 0; }

.LocalIntro__intro___x6a5C h3 {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.5rem;
  line-height: 1.15;
  margin: 0 0 0.25rem; }

.LocalIntro__intro___x6a5C p {
  margin: 1rem 0; }

.LocalIntro__intro___x6a5C ul {
  display: grid;
  grid-gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }

.LocalIntro__intro___x6a5C li {
  align-items: baseline;
  border-bottom: 0.075rem solid #e0e0e0;
  padding-bottom: 2rem; }
  .LocalIntro__intro___x6a5C li:hover {
    border-bottom-color: #ca4316;
    text-decoration: none; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.FiltersBar__filtersWrapper___9DxDJ {
  width: 100%;
  background-color: #f9f6f0;
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.03); }

.FiltersBar__filters___3IKmP {
  padding: 0.5rem 1rem 1rem;
  margin: 0 auto; }
  .FiltersBar__filters___3IKmP select {
    border: none; }
  @media (min-width: 72em) {
    .FiltersBar__filters___3IKmP {
      padding-left: 0;
      padding-right: 0; } }

.FiltersBar__filtersRow___LXWT7 {
  justify-content: flex-start; }
  @media (min-width: 52em) {
    .FiltersBar__filtersRow___LXWT7 {
      align-items: flex-end;
      justify-content: flex-end; } }

.FiltersBar__filter___26MIo {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  order: 1; }

.FiltersBar__filter___26MIo label {
  color: #6d6d6d;
  display: inline-block;
  margin-bottom: 0.25rem; }

.FiltersBar__clearAll___2tx9r {
  align-items: flex-end;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1rem;
  order: 2; }
  .FiltersBar__clearAll___2tx9r button {
    color: #ca4316;
    margin-bottom: 0.5rem; }
  .FiltersBar__clearAll___2tx9r:hover span {
    text-decoration: underline; }
  @media (min-width: 52em) {
    .FiltersBar__clearAll___2tx9r {
      color: #ca4316;
      font-size: 1rem;
      margin-top: 0.2rem;
      order: 1; } }

.FiltersBar__clearAllIcon___pvXNj {
  height: 12px;
  width: 12px;
  margin-right: 0.5rem;
  position: relative;
  top: 1px; }

.FiltersBar__clearAllIconPath___1d_il {
  fill: #ca4316; }

.FiltersBar__textInput___2f2cL::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.FiltersBar__textInput___2f2cL::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.FiltersBar__textInput___2f2cL:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.FiltersBar__textInput___2f2cL::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.FiltersBar__textInput___2f2cL::placeholder {
  color: rgba(0, 0, 0, 0.5); }

.FiltersBar__textInput___2f2cL {
  border-radius: 3px;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  height: 100%; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.OptionsBar__wrapper___ith_o {
  width: 100%;
  background-color: #f9f6f0;
  box-shadow: inset 0 -0.075rem 0.075rem 0 rgba(0, 0, 0, 0.03); }

.OptionsBar__resultsCount___2kQ8J {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize; }
  @media (min-width: 40em) {
    .OptionsBar__resultsCount___2kQ8J {
      font-size: 1.5rem;
      text-transform: none;
      font-weight: normal; } }

.OptionsBar__resultsCountQueryText___2EBxY {
  font-weight: bold; }

.OptionsBar__resultsCountQuery___3M217 {
  display: none; }
  @media (min-width: 40em) {
    .OptionsBar__resultsCountQuery___3M217 {
      display: inline-block; } }

.OptionsBar__optionsBar___19xd4 {
  display: flex;
  padding: 0.5rem 1rem;
  flex-direction: column-reverse;
  justify-content: space-between; }
  @media (min-width: 40em) {
    .OptionsBar__optionsBar___19xd4 {
      flex-direction: row;
      align-items: center;
      padding: 0.75rem 1rem; } }

.OptionsBar__resultsAndFilter___3KbDf {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 0.075rem solid rgba(0, 0, 0, 0.05); }
  @media (min-width: 40em) {
    .OptionsBar__resultsAndFilter___3KbDf {
      margin-top: 0;
      padding-top: 0;
      border-top: none; } }

.OptionsBar__options___3Kc5F {
  display: flex; }

.OptionsBar__optionWrapper___1zrb2 {
  display: inline-block;
  margin-left: 0.5rem; }
  .OptionsBar__optionWrapper___1zrb2:first-child {
    margin-left: 0; }
  .OptionsBar__optionWrapper___1zrb2 select {
    border: none; }

.OptionsBar__optionHeader___2aJar {
  color: #6d6d6d;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.0625;
  margin-bottom: 0.25rem;
  white-space: nowrap; }

.OptionsBar__viewButtons___3MmyY {
  display: flex; }

.OptionsBar__gridViewButton___3TU6Y, .OptionsBar__listViewButton___3HpMV {
  background-color: white;
  padding: 0.6rem 0.6rem 0.4rem; }
  @media (min-width: 40em) {
    .OptionsBar__gridViewButton___3TU6Y, .OptionsBar__listViewButton___3HpMV {
      padding: 0.6rem 0.6rem 0.4rem; } }

.OptionsBar__listViewButton___3HpMV {
  border-radius: 0.25rem 0 0 0.25rem; }

.OptionsBar__gridViewButton___3TU6Y {
  border-radius: 0 0.25rem 0.25rem 0; }

.OptionsBar__viewButtonInactive___1Hdrz.OptionsBar__gridViewButton___3TU6Y {
  box-shadow: 0 -0.075rem 0.15rem 0 #e7e7e7; }

.OptionsBar__viewButtonInactive___1Hdrz.OptionsBar__listViewButton___3HpMV {
  box-shadow: 0 -0.075rem 0.15rem 0 #e7e7e7; }

.OptionsBar__viewButtonActive___2B-oW {
  cursor: default;
  background-color: #ebe9e8; }

.OptionsBar__viewButtonActive___2B-oW .OptionsBar__viewButtonIcon___fElb6 {
  opacity: 0.45; }

.OptionsBar__viewButtonIcon___fElb6 {
  height: 18px; }

.OptionsBar__pageNumber___L06jk {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: #6d6d6d; }
  @media (min-width: 40em) {
    .OptionsBar__pageNumber___L06jk {
      display: none; } }

.OptionsBar__toggleFilters___1hnb7 {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem; }
  @media (min-width: 40em) {
    .OptionsBar__toggleFilters___1hnb7 {
      display: none; } }

.OptionsBar__filtersButtonChevron___2ovYj {
  height: 1.5rem;
  width: 0.5rem;
  margin-left: 0.5rem;
  transform: rotate(90deg); }

.OptionsBar__showFilters___127Ad .OptionsBar__filtersButtonChevron___2ovYj {
  transform: rotate(-90deg); }

.OptionsBar__activeFacetCount___3UfS3 {
  display: none; }

@media (max-width: 40em) {
  .OptionsBar__withActiveFacets___NiK_V {
    color: #0674a5; }
    .OptionsBar__withActiveFacets___NiK_V .OptionsBar__filtersButtonChevron___2ovYj path {
      fill: #0674a5; }
  .OptionsBar__activeFacetCount___3UfS3 {
    display: inline-block;
    margin-left: 0.15rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.donate__donateBackground___26bv2 {
  background-color: #f9f6f0;
  background-image: url("/static/images/collage_light.jpg");
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 1rem;
  padding-bottom: 4rem; }
  @media (max-width: 40em) {
    .donate__donateBackground___26bv2 {
      padding-top: 0;
      padding-bottom: 0; } }

.donate__donateContent___3AKuL {
  background-color: #f9f6f0;
  margin: 1rem 0 4rem;
  box-shadow: 0 1rem 2rem gray; }
  @media (max-width: 40em) {
    .donate__donateContent___3AKuL {
      box-shadow: none;
      margin: 0 -1rem; } }

.donate__donateForm___18jAE ul {
  padding: 0; }

.donate__donateForm___18jAE ul li {
  list-style-type: none;
  padding-left: 0.5rem;
  margin: 0; }

.donate__thankYou___2w4v4 h1 {
  margin-bottom: 1.5rem; }

.donate__byPaypal___3p54B, .donate__byMail___B7P8L {
  padding: 2.5rem 2rem; }
  @media (max-width: 40em) {
    .donate__byPaypal___3p54B, .donate__byMail___B7P8L {
      padding: 2.1rem 1rem; } }
  .donate__byPaypal___3p54B h1, .donate__byMail___B7P8L h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem; }
  .donate__byPaypal___3p54B h2, .donate__byMail___B7P8L h2 {
    font-size: 1.4rem;
    font-weight: normal; }
  .donate__byPaypal___3p54B hr, .donate__byMail___B7P8L hr {
    margin-bottom: 2rem;
    margin-top: 1rem; }

.donate__byPaypal___3p54B {
  background-color: white;
  margin: 0 -0.5rem; }

.donate__otherAmount___3zkqE input {
  border: 2px solid #f3f7f8;
  padding: 0.6rem 1.6rem;
  width: 100%;
  font-size: 1rem; }
  @media (max-width: 52em) {
    .donate__otherAmount___3zkqE input {
      padding: 0.6rem 1rem; } }

.donate__donateButton___3Fdkl button {
  padding: 0.75rem 2rem; }

.donate__link___MdpQT {
  color: #ca4316; }

.donate__testimonial___14eiW {
  background-color: #163f51;
  color: white;
  padding: 1.6rem 1.5rem; }
  .donate__testimonial___14eiW h2 {
    font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
    color: white;
    text-transform: uppercase;
    font-size: 1rem; }
  .donate__testimonial___14eiW p {
    font-size: 1rem;
    margin-bottom: 0; }
  .donate__testimonial___14eiW blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem; }

.donate__testimonialImage___3f43k {
  margin-right: -2.2rem;
  margin-bottom: 2rem; }
  .donate__testimonialImage___3f43k span {
    font-size: 0.9rem;
    display: block;
    margin-top: 0.9rem; }
  .donate__testimonialImage___3f43k img {
    width: 100%;
    transform: rotateZ(-1.3deg); }
  @media (max-width: 40em) {
    .donate__testimonialImage___3f43k {
      margin-right: 0; }
      .donate__testimonialImage___3f43k img {
        transform: none; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ExhibitionSection__exhibitionView___VJPMQ {
  background-color: #f9f6f0; }

.ExhibitionSection__exhibitionsLinkAndTitle___1s2uK {
  max-width: 90%; }

.ExhibitionSection__exhibitionsLink___1gqzf, .ExhibitionSection__exhibitionsLink___1gqzf:visited {
  color: #f7a80e;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: inline-block; }
  @media (min-width: 40em) {
    .ExhibitionSection__exhibitionsLink___1gqzf, .ExhibitionSection__exhibitionsLink___1gqzf:visited {
      color: #ca4316;
      text-decoration: none;
      font-size: 1rem; } }

.ExhibitionSection__exhibitionTitle___1Wi43 {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: white; }
  @media (min-width: 40em) {
    .ExhibitionSection__exhibitionTitle___1Wi43 {
      font-size: 1.5rem;
      color: black; } }
  @media (min-width: 59.25em) {
    .ExhibitionSection__exhibitionTitle___1Wi43 {
      font-size: 2.15rem; } }

.ExhibitionSection__menuButtonAndBreadcrumbs___3_EIm, .ExhibitionSection__menuHeader___14ftt {
  align-items: center; }

.ExhibitionSection__menuButtonAndBreadcrumbs___3_EIm {
  display: flex;
  border-bottom: 0.05rem solid black; }
  @media (min-width: 40em) {
    .ExhibitionSection__menuButtonAndBreadcrumbs___3_EIm {
      display: none; } }

.ExhibitionSection__openMenu___1DGYl .ExhibitionSection__menuHeader___14ftt {
  display: flex; }
  @media (min-width: 40em) {
    .ExhibitionSection__openMenu___1DGYl .ExhibitionSection__menuHeader___14ftt {
      display: none; } }

.ExhibitionSection__menuButton___fJdzP {
  background-color: rgba(0, 0, 0, 0.12);
  width: 3rem;
  height: 3rem;
  display: flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
  border-radius: 0; }
  @media (min-width: 52em) {
    .ExhibitionSection__menuButton___fJdzP {
      display: none; } }

.ExhibitionSection__breadcrumbSubsection___1XQ7k {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem; }

.ExhibitionSection__closeMenuButton___20bFv {
  background-color: rgba(0, 0, 0, 0.12);
  height: 100%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem; }

.ExhibitionSection__menuHeader___14ftt {
  display: none;
  background-color: #ca4316; }

.ExhibitionSection__closeMenuButtonIcon___2rfLV {
  width: 1rem;
  height: 1rem; }

.ExhibitionSection__menuHeaderText___mIzwP {
  font-weight: bold;
  font-size: 0.875rem;
  color: white; }

.ExhibitionSection__sidebar___3-YKM {
  width: 11rem;
  margin-right: 1.25rem;
  display: block;
  max-height: 0;
  transition: all 0.2s ease-in-out; }
  .ExhibitionSection__sidebar___3-YKM a:hover {
    text-decoration: underline; }
  @media (max-width: 40em) {
    .ExhibitionSection__sidebar___3-YKM {
      padding: 0 1rem;
      width: auto;
      visibility: hidden; } }
  .ExhibitionSection__sidebar___3-YKM.ExhibitionSection__overlayActive___1BcK_ {
    max-height: 40rem;
    padding: 1rem;
    visibility: visible; }
    @media (max-width: 40em) {
      .ExhibitionSection__sidebar___3-YKM.ExhibitionSection__overlayActive___1BcK_ {
        display: block;
        background-color: #f9f6f0; } }

.ExhibitionSection__sidebarSections___EQPAO {
  padding-bottom: 20px;
  margin-bottom: 13px; }
  @media (max-width: 40em) {
    .ExhibitionSection__sidebarSections___EQPAO {
      padding-bottom: 0;
      margin-bottom: 0; } }

.ExhibitionSection__sectionTitle___3r4Dy, .ExhibitionSection__sectionTitle___3r4Dy:visited {
  font-size: 1rem;
  line-height: 1.125;
  margin-bottom: 9px;
  display: inline-block;
  color: black; }

.ExhibitionSection__subsectionTitle___2WRsG {
  font-size: 1rem;
  line-height: 1.2;
  padding-left: 16px;
  margin-bottom: 6px;
  position: relative; }
  .ExhibitionSection__subsectionTitle___2WRsG, .ExhibitionSection__subsectionTitle___2WRsG a {
    color: #6d6d6d; }

.ExhibitionSection__active___2XUVx {
  font-weight: 600;
  color: black; }

.ExhibitionSection__subsectionTitle___2WRsG.ExhibitionSection__active___2XUVx::before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  background-color: #ca4316;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 5px; }

.ExhibitionSection__subsectionTitle___2WRsG:last-child {
  margin-bottom: 9px; }

.ExhibitionSection__body___1nToT {
  display: flex;
  padding: 0 0 3rem; }
  @media (max-width: 52em) {
    .ExhibitionSection__body___1nToT {
      flex-direction: column; } }
  @media (min-width: 40em) {
    .ExhibitionSection__body___1nToT {
      padding: 0 1rem 1.5rem;
      margin-top: 1.5rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 82em) {
    .ExhibitionSection__body___1nToT {
      max-width: 80rem;
      padding: 0; } }

.ExhibitionSection__mainContent___1xT3x {
  display: flex;
  flex-direction: row;
  width: 100%; }
  @media (max-width: 40em) {
    .ExhibitionSection__mainContent___1xT3x {
      flex-direction: column; } }

.ExhibitionSection__footerWrapper___4zzpx {
  background-color: rgba(228, 226, 219, 0.98);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 4rem; }

.ExhibitionSection__header___3xHKi {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  justify-content: space-between;
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  background-color: #163f51; }
  @media (min-width: 40em) {
    .ExhibitionSection__header___3xHKi {
      padding-bottom: 1rem;
      padding-top: 1rem;
      background-color: inherit; } }
  @media (min-width: 82em) {
    .ExhibitionSection__header___3xHKi {
      max-width: 80rem; } }

.ExhibitionSection__closeExhibition___95myv {
  font-weight: 600;
  font-size: 1.125rem;
  color: black; }

.ExhibitionSection__closeExhibitionText___103Zb {
  display: none; }
  @media (min-width: 40em) {
    .ExhibitionSection__closeExhibitionText___103Zb {
      display: inline; } }

.ExhibitionSection__closeIcon___14snu {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  top: 4px;
  height: 22px;
  width: 22px;
  margin-right: 0.5rem; }
  @media (min-width: 40em) {
    .ExhibitionSection__closeIcon___14snu {
      height: 19px;
      width: 19px;
      background-color: black; } }

.ExhibitionSection__closeIconX___22dGA {
  fill: #163f51; }
  @media (min-width: 40em) {
    .ExhibitionSection__closeIconX___22dGA {
      fill: white; } }

.ExhibitionSection__footerNav___3UDL6 {
  display: flex;
  align-items: center;
  padding: 0; }
  @media (min-width: 40em) {
    .ExhibitionSection__footerNav___3UDL6 {
      padding: 1rem; } }
  @media (min-width: 82em) {
    .ExhibitionSection__footerNav___3UDL6 {
      max-width: 80rem; } }

.ExhibitionSection__navButtons___2YAFo {
  display: flex;
  align-items: center;
  align-self: flex-end;
  width: 100%; }
  @media (min-width: 40em) {
    .ExhibitionSection__navButtons___2YAFo {
      margin-left: auto;
      margin-top: 1rem;
      width: 21rem; } }

.ExhibitionSection__dplaLogo___1I6fI {
  display: none;
  cursor: pointer; }
  @media (min-width: 40em) {
    .ExhibitionSection__dplaLogo___1I6fI {
      display: inline-block;
      width: 200px;
      height: 24px;
      opacity: 0.5; } }
  @media (min-width: 59.25em) {
    .ExhibitionSection__dplaLogo___1I6fI {
      width: 275px;
      height: 33px; } }

.ExhibitionSection__nextButton___2HuEX, .ExhibitionSection__prevButton___3wT7R {
  flex: 1;
  padding: 1rem 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.125rem;
  display: block; }
  .ExhibitionSection__nextButton___2HuEX:hover, .ExhibitionSection__prevButton___3wT7R:hover {
    text-decoration: none; }
  @media (min-width: 40em) {
    .ExhibitionSection__nextButton___2HuEX, .ExhibitionSection__prevButton___3wT7R {
      padding: 0.75rem 0;
      font-size: 1.25rem;
      border-radius: 2px; } }

.ExhibitionSection__nextButtonAndTitleWrapper___1_tPq {
  position: relative;
  flex: 1; }

.ExhibitionSection__nextSubsectionTitle___rlZXR {
  display: none; }
  @media (min-width: 40em) {
    .ExhibitionSection__nextSubsectionTitle___rlZXR {
      display: inline-block;
      font-size: 0.875rem;
      position: absolute;
      top: -1.5rem;
      left: 0;
      right: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; } }

.ExhibitionSection__disabledButton___rsz6L {
  color: black;
  opacity: 0.5; }

.ExhibitionSection__prevButton___3wT7R, .ExhibitionSection__prevButton___3wT7R:visited {
  background-color: rgba(0, 0, 0, 0.1);
  color: black; }
  @media (min-width: 40em) {
    .ExhibitionSection__prevButton___3wT7R, .ExhibitionSection__prevButton___3wT7R:visited {
      margin-right: 18px; } }

.ExhibitionSection__nextButton___2HuEX, .ExhibitionSection__nextButton___2HuEX:visited {
  background-color: #ca4316;
  color: white; }

.ExhibitionSection__previousChevron___m7-z0 {
  transform: rotate(180deg);
  margin-right: 0.75rem; }

.ExhibitionSection__nextChevron___17hcd {
  margin-left: 0.75rem; }

.ExhibitionSection__previousChevron___m7-z0, .ExhibitionSection__nextChevron___17hcd {
  position: relative;
  height: 12px;
  width: 7px;
  top: 1px; }
  @media (min-width: 40em) {
    .ExhibitionSection__previousChevron___m7-z0, .ExhibitionSection__nextChevron___17hcd {
      height: 14px;
      width: 8px; } }

.ExhibitionSection__disabledButton___rsz6L {
  cursor: not-allowed; }

.ExhibitionSection__title___3EcE6 {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem; }
  @media (min-width: 40em) {
    .ExhibitionSection__title___3EcE6 {
      font-size: 1.25rem;
      flex-direction: row;
      align-items: center;
      margin-bottom: 1rem; } }

.ExhibitionSection__titleSubsection___5STwl {
  font-weight: 600;
  margin: 0 0.5rem 0.5rem; }
  @media (max-width: 40em) {
    .ExhibitionSection__titleSubsection___5STwl {
      display: none; } }

.ExhibitionSection__viewer___bDeXG {
  width: calc(100% - 11rem - 1.25rem); }
  @media (max-width: 40em) {
    .ExhibitionSection__viewer___bDeXG {
      width: 100%; } }

.ExhibitionSection__viewerContent___35yOn {
  display: flex;
  flex-direction: column; }
  @media (min-width: 59.25em) {
    .ExhibitionSection__viewerContent___35yOn {
      flex-direction: row; } }

.ExhibitionSection__mediaAndCaption___2Dvm7 {
  flex: 2; }
  @media (min-width: 40em) {
    .ExhibitionSection__mediaAndCaption___2Dvm7 {
      margin-right: 1.25rem; } }

.ExhibitionSection__text___aXzM8 {
  flex: 1;
  font-size: 0.875rem;
  padding: 0 1rem;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif; }
  @media (min-width: 40em) {
    .ExhibitionSection__text___aXzM8 {
      font-size: 0.95rem;
      padding: 0; } }
  .ExhibitionSection__text___aXzM8 h1, .ExhibitionSection__text___aXzM8 h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  .ExhibitionSection__text___aXzM8 p {
    margin-bottom: 0.875rem; }
    @media (min-width: 40em) {
      .ExhibitionSection__text___aXzM8 p {
        margin-bottom: 0.95rem; } }

.ExhibitionSection__mainMedia___1UH82 {
  position: relative;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #e4e2db;
  margin-bottom: 0.5rem; }
  .ExhibitionSection__mainMedia___1UH82:focus {
    outline: 0.25rem solid #f9ba3f; }
  .ExhibitionSection__mainMedia___1UH82 #openseadragon1 {
    height: 15rem; }
  @media (min-width: 40em) {
    .ExhibitionSection__mainMedia___1UH82 {
      margin-bottom: 1.25rem; }
      .ExhibitionSection__mainMedia___1UH82 #openseadragon1 {
        height: 24rem; } }

.ExhibitionSection__caption___zGBrD {
  font-style: italic;
  font-size: 0.875rem;
  max-width: 90%;
  margin: 0 1rem 0.75rem;
  padding-left: 0.5rem;
  border-left: 1px solid #de630b; }
  @media (min-width: 40em) {
    .ExhibitionSection__caption___zGBrD {
      margin: 0 0 0.75rem;
      padding-left: 0;
      border-left: 0; } }

.ExhibitionSection__itemLinks___23W3G {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem; }
  @media (min-width: 40em) {
    .ExhibitionSection__itemLinks___23W3G {
      justify-content: flex-start; } }

.ExhibitionSection__itemLink___30ySG {
  width: 0.375rem;
  height: 0.375rem;
  background-color: rgba(88, 79, 65, 0.4);
  border-radius: 50%;
  display: block;
  margin-right: 0.25rem; }
  @media (min-width: 40em) {
    .ExhibitionSection__itemLink___30ySG {
      width: 3.25rem;
      height: 3.25rem;
      border-radius: 0;
      background-color: inherit;
      margin-right: 0.5rem; } }

.ExhibitionSection__itemLink___30ySG img {
  display: none; }
  @media (min-width: 40em) {
    .ExhibitionSection__itemLink___30ySG img {
      display: block;
      width: 100%;
      height: 100%; } }

.ExhibitionSection__activeItemLink___3TmRB {
  background-color: #ca4316; }
  @media (max-width: 40em) {
    .ExhibitionSection__activeItemLink___3TmRB .ExhibitionSection__defaultItemImage___2L8Z_ {
      background-color: #ca4316; } }
  @media (min-width: 40em) {
    .ExhibitionSection__activeItemLink___3TmRB {
      background-color: inherit;
      border: 0.25rem solid #0080a5;
      position: relative; } }

.ExhibitionSection__activeItemLink___3TmRB::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 0.65rem solid #0080a5;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%); }

.ExhibitionSection__defaultItemImage___2L8Z_ {
  background-color: #e4e2db; }
  .ExhibitionSection__defaultItemImage___2L8Z_ img {
    width: 50%;
    height: 50%; }
  @media (max-width: 52em) {
    .ExhibitionSection__defaultItemImage___2L8Z_ {
      height: 100%;
      border-radius: 50%; } }

.ExhibitionSection__viewItemLink___29LuD {
  display: inline-block;
  margin-bottom: 0.5rem; }
  @media (max-width: 40em) {
    .ExhibitionSection__viewItemLink___29LuD {
      padding-left: 1rem; } }

.ExhibitionSection__previousItemButton___BpGzv, .ExhibitionSection__nextItemButton___3AMUE {
  z-index: 1;
  position: absolute;
  top: 50%;
  padding: 1.5rem 0.75rem;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5); }
  .ExhibitionSection__previousItemButton___BpGzv img, .ExhibitionSection__nextItemButton___3AMUE img {
    opacity: 0.5; }
  @media (min-width: 40em) {
    .ExhibitionSection__previousItemButton___BpGzv, .ExhibitionSection__nextItemButton___3AMUE {
      display: none; } }

.ExhibitionSection__nextItemButton___3AMUE {
  right: 0; }

.ExhibitionSection__previousItemChevron___8W5e0 {
  transform: rotate(180deg); }

.ExhibitionSection__nextItemChevron___Cjx_h, .ExhibitionSection__previousItemChevron___8W5e0 {
  width: 1rem;
  height: 1.75rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.FullPageWidthBlock__fullPageWidthBlock___yO8K8 {
  background-color: #f3f7f8;
  padding: 2rem; }
  @media (max-width: 72em) {
    .FullPageWidthBlock__fullPageWidthBlock___yO8K8 {
      padding: 1rem; } }

.FullPageWidthBlock__fullPageWidthBlockWrapper___3MuBK {
  display: grid;
  grid-row-gap: 1em;
  font-size: 0.75rem;
  grid-template-columns: auto;
  grid-template-rows: auto;
  font-size: 1rem;
  margin: 0 auto; }
  @media (min-width: 40em) {
    .FullPageWidthBlock__fullPageWidthBlockWrapper___3MuBK {
      grid-template-columns: auto 40%;
      grid-template-rows: auto;
      grid-column-gap: 4rem; } }

.FullPageWidthBlock__fullPageWidthBlockText___2s27K h2 {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 2.125em;
  font-weight: normal; }

.FullPageWidthBlock__fullPageWidthBlockText___2s27K p {
  font-size: 1.25em;
  margin: 1rem 0; }

.FullPageWidthBlock__fullPageWidthBlockButton___2B4Lx {
  margin-top: 1em; }

.FullPageWidthBlock__fullPageWidthBlockImage___DoFju {
  margin: auto; }
  .FullPageWidthBlock__fullPageWidthBlockImage___DoFju img {
    width: 100%; }
  .FullPageWidthBlock__fullPageWidthBlockImage___DoFju span {
    color: #6d6d6d;
    font-size: 0.8em; }
  .FullPageWidthBlock__fullPageWidthBlockImage___DoFju strong {
    text-transform: uppercase; }

.FullPageWidthBlock__button___17Ims, .FullPageWidthBlock__button___17Ims:visited {
  font-size: 1.125rem;
  color: white;
  background-color: #0080a5;
  font-weight: normal;
  border-radius: 2px;
  padding: 0.75rem 2rem;
  transition: background-color 0.15s ease-out;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer; }
  .FullPageWidthBlock__button___17Ims:hover, .FullPageWidthBlock__button___17Ims:visited:hover {
    text-decoration: none; }
  .FullPageWidthBlock__button___17Ims:hover, .FullPageWidthBlock__button___17Ims:visited:hover {
    background-color: #163f51; }

a.FullPageWidthBlock__external___22OjK {
  background-image: none; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.hubs__pageWrapper___1iLrB {
  background-color: #f9f6f0; }

.hubs__pageHero___3k5Q1 {
  background-color: #006d84;
  color: white;
  text-align: center;
  padding: 1rem 0 2rem; }
  .hubs__pageHero___3k5Q1 h1 {
    font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
    font-size: 3rem;
    font-weight: normal; }
  .hubs__pageHero___3k5Q1.hubs__withFeature___3Z2gM {
    margin-bottom: -5rem;
    padding-bottom: 7rem;
    /* adds 5rem to allow for overlapping feature */ }

.hubs__icon___2b6_n {
  fill: white; }

.hubs__sectionWrapper___15_YZ {
  margin: 1rem auto; }

.hubs__tileSectionWrapper___14Ln1 {
  margin: 0 auto; }

.hubs__sectionWrapper___15_YZ:first-of-type {
  margin-top: 0; }

.hubs__sectionWrapper___15_YZ:last-of-type {
  margin-bottom: 2rem; }

.hubs__sectionList___3uM6h {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-gap: 1rem;
  padding: 2rem 0; }
  @media (max-width: 72em) {
    .hubs__sectionList___3uM6h {
      padding: 1rem 1rem 2rem; } }

.hubs__section___1G-IU {
  background-color: #f9f6f0;
  border-top: 0.4rem solid #006d84;
  padding: 1.5rem 1rem 2rem; }

.hubs__sectionTitle___2VYSp {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-size: 1.5rem; }
  .hubs__sectionTitle___2VYSp a {
    color: black; }

.hubs__sectionText___BBxsb {
  margin: 0.5rem 0;
  color: #6d6d6d;
  font-size: 1.125rem; }

.hubs__sectionQuicklinks___3zqXf {
  margin: 2rem 0 0 1rem;
  font-size: 1.125rem;
  position: relative; }

.hubs__sectionQuicklink___ZJ_Tg {
  position: relative; }

.hubs__sectionQuicklink___ZJ_Tg::before {
  position: absolute;
  left: -3rem;
  width: 3rem;
  padding-right: 0.25rem;
  text-align: right;
  color: #0080a5;
  box-sizing: border-box; }

.hubs__sectionQuicklink___ZJ_Tg::before {
  content: "\2022"; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Sidebar__sidebar___2F9wX {
  background-color: #f9f6f0;
  padding: 1rem 1.5rem; }
  .Sidebar__sidebar___2F9wX .Sidebar__link___31x3y {
    display: inline-block;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 0.5rem; }
  .Sidebar__sidebar___2F9wX .Sidebar__link___31x3y.Sidebar__selected___3PrDw {
    color: black;
    font-weight: bold;
    position: relative; }
  @media (min-width: 52em) {
    .Sidebar__sidebar___2F9wX {
      background-color: transparent;
      padding: 0 1.25rem 0 0;
      /* inline-block to prevent the divider from spanning the full width */
      display: inline-block; } }

.Sidebar__sidebar___2F9wX ul ul {
  margin-left: 1rem; }
  @media (min-width: 52em) {
    .Sidebar__sidebar___2F9wX ul ul {
      margin-left: 1.3rem; } }

.Sidebar__link___31x3y {
  font-size: 1rem; }
  .Sidebar__link___31x3y:hover {
    text-decoration: underline; }
  @media (min-width: 52em) {
    .Sidebar__link___31x3y {
      font-size: 1.2rem; } }

.Sidebar__divider___fLGbQ {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  margin: 1rem 0; }
  @media (min-width: 52em) {
    .Sidebar__divider___fLGbQ {
      margin: 1.25rem 0; } }

.Sidebar__selected___3PrDw::after {
  display: block;
  content: "";
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  top: 0.5rem;
  left: -0.75rem;
  background-color: #ca4316;
  border-radius: 50%; }
  @media (min-width: 52em) {
    .Sidebar__selected___3PrDw::after {
      top: 0.6rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ContactForm__contactForm___2gIcK {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .ContactForm__contactForm___2gIcK form {
    display: flex;
    flex-direction: column; }
  .ContactForm__contactForm___2gIcK label {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    margin: 0 0 1rem;
    position: relative;
    color: #0674a5; }
    .ContactForm__contactForm___2gIcK label > span {
      display: block;
      margin: 0 0 0.25rem 0.5rem; }
      .ContactForm__contactForm___2gIcK label > span:not(.ContactForm__notFixed___bkiSl) {
        position: absolute;
        top: 0.25rem;
        left: 0; }
  .ContactForm__contactForm___2gIcK textarea {
    resize: none; }
  .ContactForm__contactForm___2gIcK input[type="email"], .ContactForm__contactForm___2gIcK input[type="text"], .ContactForm__contactForm___2gIcK textarea {
    width: 100%;
    border: 0.075rem solid #0674a5;
    padding: 1.5rem 0.25rem 0.5rem 0.5rem;
    border-radius: 0.25rem; }
  @media (min-width: 52em) {
    .ContactForm__contactForm___2gIcK {
      margin-top: 0; } }

.ContactForm__disabledButton___Ay_DO {
  cursor: wait !important; }

.ContactForm__miel___ee4U9 {
  display: none !important;
  /* captcha */ }

.ContactForm__error___2MMKJ {
  color: #ca4316;
  display: inline-block;
  margin-left: 0.5rem; }

.ContactForm__header___3tobe {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 1rem; }
  @media (min-width: 52em) {
    .ContactForm__header___3tobe {
      font-size: 3rem;
      margin-bottom: 3rem; } }

.ContactForm__instructions___1Ee5w {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.25; }
  @media (min-width: 52em) {
    .ContactForm__instructions___1Ee5w {
      font-size: 1.25rem; } }

.ContactForm__divider___k_LeU {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  margin: 18px 0; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.MoreWaysToContact__header___1hUVW {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: normal; }

.MoreWaysToContact__contentTable___sri29 {
  padding: 1rem 1.5rem;
  width: 100%;
  background-color: #f3f7f8; }
  @media (min-width: 52em) {
    .MoreWaysToContact__contentTable___sri29 {
      padding: 2rem 3rem; } }

.MoreWaysToContact__tableHeading___HZ2-a {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #6d6d6d;
  font-weight: 600;
  vertical-align: baseline; }
  @media (min-width: 52em) {
    .MoreWaysToContact__tableHeading___HZ2-a {
      font-size: 1rem; } }

.MoreWaysToContact__tableItem___2OrpB {
  vertical-align: baseline;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  line-height: 1.25;
  margin-top: 0.5rem; }
  @media (min-width: 40em) {
    .MoreWaysToContact__tableItem___2OrpB {
      margin-top: 0; } }
  @media (min-width: 52em) {
    .MoreWaysToContact__tableItem___2OrpB {
      font-size: 1.25rem; } }

.MoreWaysToContact__paddedRow___9OxvO {
  margin-bottom: 1.5rem; }
  @media (min-width: 52em) {
    .MoreWaysToContact__paddedRow___9OxvO {
      margin-bottom: 2rem; } }

.MoreWaysToContact__mailToLink___3-Igf {
  padding-bottom: 0.25rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.FeatureHeader__wrapper___uqAJm {
  background-color: #f9f6f0; }

.FeatureHeader__content___3g6Ci {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 52em) {
    .FeatureHeader__content___3g6Ci {
      display: flex;
      align-items: center;
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.FeatureHeader__text___28Iji {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  line-height: 1.25; }
  @media (min-width: 52em) {
    .FeatureHeader__text___28Iji {
      font-size: 2.5rem;
      padding-right: 1rem;
      width: 30%; }
      .FeatureHeader__text___28Iji.FeatureHeader__long___1dAs1 {
        width: auto; } }
  @media (min-width: 72em) {
    .FeatureHeader__text___28Iji {
      font-size: 3rem; } }

.FeatureHeader__description___3Ap9f {
  color: #6d6d6d;
  line-height: 1.25;
  margin-top: 0.5rem; }
  @media (min-width: 52em) {
    .FeatureHeader__description___3Ap9f {
      padding-left: 1rem;
      font-size: 1.25rem;
      border-left: 1px solid #e7e7e7;
      width: 70%; } }
  @media (min-width: 72em) {
    .FeatureHeader__description___3Ap9f {
      padding-left: 1.5rem;
      font-size: 1.5rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.PartnerBrowseContent__featureTitle___2a0Jo {
  width: 100%; }

.PartnerBrowseContent__partnerBrowse___2ePmC {
  line-height: 1.25;
  margin-top: 2rem;
  padding-bottom: 5.5rem; }
  @media (min-width: 72em) {
    .PartnerBrowseContent__partnerBrowse___2ePmC {
      margin-top: 4rem; } }

.PartnerBrowseContent__partners___34Vp2 {
  display: grid;
  grid-column-gap: 6rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  padding: 0 0.5rem; }

.PartnerBrowseContent__partnerLink___2rGSK {
  border-bottom: 0.075rem solid #e0e0e0;
  display: flex;
  height: 100%;
  padding: 0.85rem 0; }

.PartnerBrowseContent__name___3LKBg {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.3125rem;
  margin-right: 0.75rem;
  max-width: 75%; }

.PartnerBrowseContent__itemCount___zGUVl {
  color: #6d6d6d;
  font-size: 1.25rem;
  margin-left: auto; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Topics__topicsWrapper___3K5GJ {
  margin-top: 1rem; }
  @media (min-width: 52em) {
    .Topics__topicsWrapper___3K5GJ {
      margin-bottom: 4rem; } }
  @media (min-width: 52em) {
    .Topics__topicsWrapper___3K5GJ {
      margin-top: 2rem;
      margin-bottom: 6rem; } }

.Topics__topicsIntro___35olL {
  font-weight: normal;
  font-size: 0.9rem;
  font-style: italic;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  color: #6d6d6d; }
  @media (min-width: 52em) {
    .Topics__topicsIntro___35olL {
      font-size: 1.3rem; } }

.Topics__topic___1Cbbz {
  position: relative;
  display: block;
  margin-top: 1rem; }
  @media (min-width: 52em) {
    .Topics__topic___1Cbbz {
      margin-top: 1.5rem; } }

.Topics__image___3csn3 {
  border-radius: 3px;
  width: 100%; }

.Topics__title___2SoB1 {
  font-size: 1rem;
  font-weight: 600; }

.Topics__ribbon___3P9d1 {
  text-transform: uppercase;
  color: white;
  position: absolute;
  background-color: #ca4316;
  top: 0.5rem;
  left: -0.25rem;
  padding: 0.35rem 0.65rem;
  font-weight: bold;
  font-size: 0.875rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Callout__calloutWrapper____xOzJ {
  background-color: #f9f6f0;
  width: 100%;
  padding: 1rem;
  margin-top: 2rem;
  text-align: center; }
  @media (min-width: 40em) {
    .Callout__calloutWrapper____xOzJ {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (max-width: 40em) {
    .Callout__calloutWrapper____xOzJ {
      padding-top: 0;
      padding-bottom: 0; } }

.Callout__callout___1z1_3 {
  max-width: 46rem;
  margin: auto;
  padding: 2rem;
  background-color: #f9f6f0; }
  @media (min-width: 52em) {
    .Callout__callout___1z1_3 {
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between; } }

.Callout__content___1KYth {
  margin-bottom: 1rem;
  text-align: left; }
  @media (min-width: 52em) {
    .Callout__content___1KYth {
      padding-right: 1rem;
      margin-bottom: 0; } }

.Callout__header___1oNHt {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-size: 2rem; }

.Callout__text___2SjlU {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #6d6d6d; }

.Callout__link___3Yv1T {
  margin: 0 auto;
  display: block;
  font-size: 1.5rem; }
  .Callout__link___3Yv1T a {
    padding: 1rem 1.5rem;
    font-size: 1.25rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ExhibitionsList__wrapper___2izLc {
  margin: 1rem auto 2rem;
  padding: 0 1rem; }
  @media (min-width: 72em) {
    .ExhibitionsList__wrapper___2izLc {
      padding: 0;
      margin-top: 2rem; } }

.ExhibitionsList__row___16mWC {
  margin-right: -0.25rem;
  margin-left: -0.25rem; }

.ExhibitionsList__featuredExhibition___2JCHW {
  margin: 0 0 2rem; }
  .ExhibitionsList__featuredExhibition___2JCHW:hover {
    text-decoration: none; }
  @media (min-width: 40em) {
    .ExhibitionsList__featuredExhibition___2JCHW {
      background-color: #f3f7f8;
      display: flex;
      margin: 2rem; } }
  .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__imageLink___2hBMo {
    line-height: 0; }
  .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__exhibitionImage___xYnT_ {
    border-radius: 0.2rem 0.2rem 0 0;
    border-bottom: 0.25rem solid #f9ba3f;
    width: 100%; }
    @media (min-width: 40em) {
      .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__exhibitionImage___xYnT_ {
        border-bottom: none;
        border-radius: 0.2rem 0 0 0.2rem;
        width: auto; } }
  .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__exhibitionText___3b3CI {
    border-left: none;
    display: block; }
    @media (min-width: 40em) {
      .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__exhibitionText___3b3CI {
        border-left: 0.25rem solid #f9ba3f; } }
  .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__title___1e3xf {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
    @media (min-width: 40em) {
      .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__title___1e3xf {
        font-size: 1.75rem; } }
    @media (min-width: 52em) {
      .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__title___1e3xf {
        font-size: 2rem; } }
    @media (min-width: 72em) {
      .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__title___1e3xf {
        font-size: 2.25rem; } }
  .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__abstract___2l7IF {
    color: black;
    font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
    font-size: 1rem; }
    .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__abstract___2l7IF:hover {
      color: black;
      text-decoration: none; }
    @media (min-width: 40em) {
      .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__abstract___2l7IF {
        font-size: 1.125rem; } }
    @media (min-width: 52em) {
      .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__abstract___2l7IF {
        font-size: 1.25rem; } }
    @media (min-width: 72em) {
      .ExhibitionsList__featuredExhibition___2JCHW .ExhibitionsList__abstract___2l7IF {
        font-size: 1.275rem; } }

.ExhibitionsList__exhibitionList___1Y28C {
  display: flex;
  flex-direction: column;
  display: grid;
  grid-column-gap: 0.5rem;
  grid-template-columns: 1fr; }
  @media (min-width: 40em) {
    .ExhibitionsList__exhibitionList___1Y28C {
      grid-template-columns: 1fr 1fr; } }

.ExhibitionsList__exhibition___ZdY1s {
  background-color: #f3f7f8;
  display: flex;
  display: grid;
  grid-template-columns: 1fr 2fr;
  line-height: 1.25;
  margin-bottom: 1rem;
  position: relative; }
  @media (min-width: 30em) {
    .ExhibitionsList__exhibition___ZdY1s {
      grid-template-columns: 1fr 3fr; } }

.ExhibitionsList__exhibitionImage___xYnT_ {
  border-radius: 0.2rem 0 0 0.2rem;
  max-width: 10rem;
  width: 100%; }

.ExhibitionsList__exhibitionText___3b3CI {
  border-left: 0.25rem solid #639bb4;
  display: flex;
  padding: 0.25rem; }
  @media (min-width: 40em) {
    .ExhibitionsList__exhibitionText___3b3CI {
      padding: 0.5rem; } }

.ExhibitionsList__title___1e3xf {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1rem;
  font-weight: normal;
  margin: auto 0; }
  @media (min-width: 30em) {
    .ExhibitionsList__title___1e3xf {
      font-size: 1.1rem; } }
  @media (min-width: 52em) {
    .ExhibitionsList__title___1e3xf {
      font-size: 1.25rem; } }
  @media (min-width: 72em) {
    .ExhibitionsList__title___1e3xf {
      font-size: 1.5rem; } }

.ExhibitionsList__featuredBanner___1F3sC, .ExhibitionsList__newBanner___H4AlH {
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: -0.25rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  text-transform: uppercase;
  margin-top: 0.5rem; }

.ExhibitionsList__featuredBanner___1F3sC {
  background-color: #f9ba3f;
  color: black; }

.ExhibitionsList__newBanner___H4AlH {
  background-color: #ca4316;
  color: white; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Footer__wrapper___23TNu {
  background-color: #f9f6f0;
  padding: 1.5rem 0; }

.Footer__otherInfo___3u945 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.75); }
  @media (max-width: 40em) {
    .Footer__otherInfo___3u945 {
      flex-direction: column; }
      .Footer__otherInfo___3u945 p {
        margin-bottom: 1rem; } }

.Footer__footerText___20JGj {
  max-width: 450px;
  font-size: 0.875rem;
  line-height: 1; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.SetsList__setsWrapper___3Hubx {
  margin: -0.2rem auto 1rem;
  /* Overwrite flexbox-grid with a thinner gutter */ }
  .SetsList__setsWrapper___3Hubx .row {
    margin-left: -0.1rem;
    margin-right: -0.1rem; }
    @media (min-width: 52em) {
      .SetsList__setsWrapper___3Hubx .row {
        margin-left: -0.5rem;
        margin-right: -0.5rem; } }
  .SetsList__setsWrapper___3Hubx .col-xs-6, .SetsList__setsWrapper___3Hubx .col-md-4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem; }
    @media (min-width: 52em) {
      .SetsList__setsWrapper___3Hubx .col-xs-6, .SetsList__setsWrapper___3Hubx .col-md-4 {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  @media (min-width: 52em) {
    .SetsList__setsWrapper___3Hubx {
      padding: 0 1rem;
      margin-top: 0.5rem;
      margin-bottom: 2rem; } }
  @media (min-width: 72em) {
    .SetsList__setsWrapper___3Hubx {
      padding: 0;
      margin-top: 1.5rem;
      margin-bottom: 4rem; } }

.SetsList__itemWrapper___2kpEu {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  display: flex; }
  @media (min-width: 52em) {
    .SetsList__itemWrapper___2kpEu {
      margin-top: 1rem; } }

.SetsList__item___F0ixY {
  background-color: #f9f6f0; }
  @media (min-width: 52em) {
    .SetsList__item___F0ixY {
      background-color: transparent; } }

.SetsList__itemContent___2e9TS {
  padding: 0 0.75rem 0.75rem; }
  @media (min-width: 40em) {
    .SetsList__itemContent___2e9TS {
      padding: 0 1rem 1rem; } }
  @media (min-width: 52em) {
    .SetsList__itemContent___2e9TS {
      padding: 0 0 1rem; } }

.SetsList__image___2X3fH {
  width: 100%; }
  @media (min-width: 52em) {
    .SetsList__image___2X3fH {
      border-radius: 3px; } }

.SetsList__title___ENAmU {
  font-weight: 600; }
  .SetsList__title___ENAmU:hover {
    text-decoration: underline; }
  @media (52em) {
    .SetsList__title___ENAmU {
      font-size: 1.25rem; } }

.SetsList__timePeriod___RsqQk {
  font-size: 0.875rem;
  margin-top: 0.25rem; }
  .SetsList__timePeriod___RsqQk a {
    color: #007294; }
  @media (52em) {
    .SetsList__timePeriod___RsqQk {
      font-size: 1.25rem; } }

.SetsList__tags___1aKq7 {
  font-size: 0.875rem;
  margin-top: 0.25rem; }
  .SetsList__tags___1aKq7 a {
    color: #007294; }

.SetsList__tag___3WiLY {
  display: inline; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.PSSFooter__wrapper___HStyz {
  background-color: #f9f6f0;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0; }

.PSSFooter__otherInfo___3_u3C {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 40em) {
    .PSSFooter__otherInfo___3_u3C {
      flex-direction: row; } }

.PSSFooter__p___a-18n {
  font-size: 0.875rem; }
  @media (min-width: 40em) {
    .PSSFooter__p___a-18n {
      max-width: 450px; } }

.PSSFooter__p___a-18n:first-child {
  margin-bottom: 1rem; }
  @media (min-width: 40em) {
    .PSSFooter__p___a-18n:first-child {
      margin-bottom: 0; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Breadcrumbs__breadcrumbs___2UkGn {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.Breadcrumbs__activeBreadcrumb___3iosQ {
  display: inline-block;
  max-width: 30rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media (max-width: 40em) {
    .Breadcrumbs__activeBreadcrumb___3iosQ {
      display: inline;
      white-space: normal;
      max-width: none; } }
  @media (min-width: 40em) {
    .Breadcrumbs__activeBreadcrumb___3iosQ {
      font-size: 1rem; } }

.Breadcrumbs__breadcrumbLink___FTTML {
  display: block;
  max-width: 13.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media (min-width: 40em) {
    .Breadcrumbs__breadcrumbLink___FTTML {
      font-size: 1rem; } }

.Breadcrumbs__breadcrumbLinkWrapper___fG0FY {
  align-items: center;
  display: flex;
  position: relative; }
  .Breadcrumbs__breadcrumbLinkWrapper___fG0FY:after {
    content: "";
    display: block;
    background: url("/static/images/chevron-thick-orange.svg") no-repeat;
    background-size: contain;
    background-position: center;
    height: 0.7rem;
    position: relative;
    top: 0;
    padding: 0 0.7rem; }

.Breadcrumbs__breadcrumbLink___FTTML p, .Breadcrumbs__activeBreadcrumb___3iosQ p {
  max-width: 7rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media (min-width: 30em) {
    .Breadcrumbs__breadcrumbLink___FTTML p, .Breadcrumbs__activeBreadcrumb___3iosQ p {
      max-width: 9rem; } }
  @media (min-width: 40em) {
    .Breadcrumbs__breadcrumbLink___FTTML p, .Breadcrumbs__activeBreadcrumb___3iosQ p {
      max-width: 13.5rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.NavArrows__navLinks___2gCS0 {
  color: #ca4316;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600; }

.NavArrows__prevLink___349Q- {
  margin-right: 20px; }

.NavArrows__nextArrow___32PG3 {
  height: 9px;
  position: relative;
  top: -1px;
  margin-left: 6px; }

.NavArrows__prevArrow___2IW9v {
  height: 9px;
  position: relative;
  top: -1px;
  margin-right: 6px;
  transform: rotate(180deg); }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.BreadcrumbsAndNav__breadcrumbsAndNav___3xpW8 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline; }
  @media (min-width: 40em) {
    .BreadcrumbsAndNav__breadcrumbsAndNav___3xpW8 {
      justify-content: flex-start;
      align-items: center;
      flex-direction: row; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.local_markdown__blocks___Sv-kf ul {
  display: grid;
  grid-gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }

.local_markdown__blocks___Sv-kf li {
  align-items: baseline;
  border-bottom: 0.075rem solid #e0e0e0;
  padding-bottom: 2rem; }
  .local_markdown__blocks___Sv-kf li:hover {
    border-bottom-color: #ca4316;
    text-decoration: none; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.news__search___1oYP7 {
  display: flex;
  flex-direction: row;
  height: 2.2rem; }

.news__keywordsInput___2rsnK {
  box-sizing: border-box;
  font-size: 1rem;
  border: 0.1rem solid #639bb4;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
  margin-right: -0.1rem;
  height: 100%;
  width: 60%; }
  @media (min-width: 40em) {
    .news__keywordsInput___2rsnK {
      width: auto; } }

.news__searchButton___X8qon {
  box-sizing: border-box;
  width: 40%;
  height: 100%; }
  @media (min-width: 40em) {
    .news__searchButton___X8qon {
      width: auto; } }

.news__tags___2cHjb ul, .news__tags___2cHjb ul li {
  display: inline-block; }

.news__tags___2cHjb ul li {
  margin: 0 0 0 0.25em; }

.news__tags___2cHjb ul li:not(.news__donate___3a3nx)::before {
  /* overriding a more global setting. maybe shouldnt be that global? */
  content: ""; }

.news__tags___2cHjb ul li::after {
  content: ","; }

.news__tags___2cHjb ul li:last-child::after {
  content: "."; }

.news__resultSummary___2F8rC {
  color: #6d6d6d;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0; }

.news__newsItem___KmK6D {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem; }

.news__newsItem___KmK6D::before {
  background-color: #639bb4;
  content: "";
  display: block;
  height: 0.25rem;
  position: absolute;
  width: 2.5rem; }

h2.news__title___1_C8w {
  margin-top: 0; }

.news__date___2qay6 {
  color: #6d6d6d;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 1rem;
  order: -1; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.mediaViewers__zoomableImageViewer___2STjc {
  width: 100%;
  height: 28rem;
  cursor: pointer; }
  @media (max-width: 52em) {
    .mediaViewers__zoomableImageViewer___2STjc {
      height: 75vh;
      /* this is tied to the ContentAndMetadata.scss height */ } }
  .mediaViewers__zoomableImageViewer___2STjc img {
    padding: 0.75rem !important;
    padding-right: 0.15rem !important;
    width: 35px; }
  .mediaViewers__zoomableImageViewer___2STjc:focus, .mediaViewers__zoomableImageViewer___2STjc canvas:focus, .mediaViewers__zoomableImageViewer___2STjc div:focus {
    outline: 0.25rem solid #f9ba3f; }

.mediaViewers__noscriptContainer___2wRUu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.mediaViewers__noscriptImg___1zNAl {
  max-width: 100%;
  max-height: 100%; }

.mediaViewers__audioPlayerWrapper___1JyNP {
  width: 100%;
  padding: 2rem;
  background-color: #f9f6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center; }

.mediaViewers__audioPlayer___2xb9Q {
  width: 100%; }

.mediaViewers__videoPlayerWrapper___1rPWw {
  height: 100%; }

.mediaViewers__videoPlayer___FRftr {
  width: 100%;
  height: 100%;
  display: block; }

.mediaViewers__pdfViewer___1CYF7 {
  border: 0.1rem solid #e7e7e7;
  position: relative;
  width: 100%; }
  .mediaViewers__pdfViewer___1CYF7 .mediaViewers__pdfDocument___ymBBb {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: scroll; }
  .mediaViewers__pdfViewer___1CYF7 .mediaViewers__pdfPagination___1YHvy {
    background-color: #dccaa7;
    bottom: 0;
    font-size: 1rem;
    left: 0;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1; }
  .mediaViewers__pdfViewer___1CYF7 .mediaViewers__pdfPages___1GOe8 {
    margin: 0 0.5rem; }
  .mediaViewers__pdfViewer___1CYF7 .mediaViewers__pdfNextChevron___3mNVB, .mediaViewers__pdfViewer___1CYF7 .mediaViewers__pdfPrevChevron___2r-Ez {
    height: 0.75rem; }
  .mediaViewers__pdfViewer___1CYF7 .mediaViewers__pdfPrevChevron___2r-Ez {
    transform: scaleX(-1); }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ListView__listTools___1vLOA {
  align-items: baseline;
  background-color: #f3f7f8;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
  padding: 0.5rem; }

.ListView__createList___GqHB4 {
  margin-right: 0.5rem; }

.ListView__downloadLink___23OAs {
  display: flex;
  margin: 0.5rem 0; }
  .ListView__downloadLink___23OAs a {
    cursor: pointer; }

.ListView__csvExplainer___2cHCp {
  color: #6d6d6d;
  font-size: 0.8rem;
  font-style: italic; }

.ListView__preformatted___2KzhQ {
  font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  white-space: pre-wrap; }

.ListView__listAddToList___2WbLl {
  display: flex; }

.ListView__listSelectLabel___h9vpB {
  display: none; }
  @media (min-width: 52em) {
    .ListView__listSelectLabel___h9vpB {
      margin-left: auto;
      display: block; } }

.ListView__listSelect___3NNVr {
  border: none;
  margin-left: 0.5rem;
  max-width: 15rem; }
  @media (max-width: 52em) {
    .ListView__listSelect___3NNVr {
      margin-left: auto; } }

.ListView__listItem___2rJT8 {
  border-bottom: 0.075rem solid #e7e7e7;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0; }
  .ListView__listItem___2rJT8.ListView__deleted___1bi9z {
    background: repeating-linear-gradient(-33deg, white, white 10px, #e0e0e0 10px, #e0e0e0 20px);
    opacity: 0.6; }
  .ListView__listItem___2rJT8:last-of-type {
    border-bottom: 0; }
  @media (min-width: 52em) {
    .ListView__listItem___2rJT8 {
      flex-wrap: nowrap; } }

.ListView__checkboxLabel___5mnhr {
  align-items: center;
  color: #007294;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  justify-content: center;
  max-height: auto;
  max-width: 5rem;
  order: -1;
  padding: 0.5rem;
  text-align: center;
  transition: all 0.2s ease-out; }
  .ListView__checkboxLabel___5mnhr.ListView__disabled___1n4sT {
    color: #6d6d6d; }
  .ListView__checkboxLabel___5mnhr.ListView__collapsed___16EgM {
    max-height: 0;
    max-width: 0;
    order: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden; }
  .ListView__checkboxLabel___5mnhr.ListView__remove___1YbQa {
    color: #ca4316; }
  @media (max-width: 52em) {
    .ListView__checkboxLabel___5mnhr {
      flex-basis: 100%;
      flex-direction: row;
      justify-content: left;
      max-width: 100%; } }

.ListView__disabled___1n4sT {
  cursor: not-allowed; }

.ListView__checkboxInput___4Ch91 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.125rem solid #007294;
  border-radius: 0.25rem;
  cursor: pointer;
  height: 1.2rem;
  margin-bottom: 0.25rem;
  margin-right: 0;
  min-width: 1.2rem;
  position: relative; }
  @media (max-width: 52em) {
    .ListView__checkboxInput___4Ch91 {
      margin: 0 0.25rem; } }
  .ListView__checkboxInput___4Ch91[disabled] {
    border-color: #6d6d6d; }
  .ListView__checkboxInput___4Ch91:checked {
    background-color: #007294;
    border-color: #007294;
    font-size: 1rem; }
    .ListView__checkboxInput___4Ch91:checked.ListView__remove___1YbQa {
      background-color: #ca4316; }
  .ListView__checkboxInput___4Ch91:checked:after {
    border: 0.2rem solid white;
    border-top: none;
    border-right: none;
    color: white;
    content: "";
    height: 0.3rem;
    left: 0.1rem;
    position: absolute;
    top: 0.1rem;
    transform: rotate(-45deg);
    width: 0.6rem; }
  .ListView__checkboxInput___4Ch91.ListView__remove___1YbQa {
    border-color: #ca4316; }

.ListView__itemTitle____dknu {
  font-size: 0.875rem;
  font-weight: 600; }
  @media (min-width: 40em) {
    .ListView__itemTitle____dknu {
      font-weight: normal;
      color: #ca4316;
      font-size: 1.125rem;
      margin-right: 0.5rem; } }

.ListView__itemInfo___g92LL {
  width: 66%;
  padding-right: 1rem; }

.ListView__defaultImageWrapper___2OfOK {
  background-color: #f9f6f0;
  padding-bottom: 0;
  padding-top: 0; }
  .ListView__defaultImageWrapper___2OfOK img {
    opacity: 0.25; }

.ListView__imageWrapper___23d7x {
  border: 0.075rem solid rgba(0, 0, 0, 0.1);
  height: 10rem;
  margin: 0 0.5rem;
  width: calc(34% - 1rem); }
  @media (max-width: 40em) {
    .ListView__imageWrapper___23d7x {
      margin: 0 1rem;
      width: calc(34% - 2rem); } }

.ListView__listItemImageLink___5Hpxp {
  align-items: center;
  background-color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0.5rem;
  width: 100%; }

.ListView__image___1lf8F {
  max-height: 100%;
  max-width: 100%; }

.ListView__itemDescription___1gaZF {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  padding-bottom: 0.25rem; }

.ListView__itemSource___3mEgs, .ListView__itemSource___3mEgs:visited {
  font-size: 0.875rem;
  color: #007294; }
  .ListView__itemSource___3mEgs:hover, .ListView__itemSource___3mEgs:visited:hover {
    text-decoration: underline; }
  @media (min-width: 40em) {
    .ListView__itemSource___3mEgs, .ListView__itemSource___3mEgs:visited {
      font-weight: 600;
      margin-top: 0.25rem; } }

.ListView__itemProvider___2BlBb {
  font-size: 0.875rem; }

.ListView__itemAuthorAndDate___2JvBU {
  margin-top: 0.25rem;
  display: block;
  color: #6d6d6d;
  font-size: 0.875rem; }

.ListView__listView___3y8GL.ListView__grid___9FD-l {
  display: grid;
  grid-gap: 1rem 0.25rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); }
  .ListView__listView___3y8GL.ListView__grid___9FD-l .ListView__listItem___2rJT8 {
    border-bottom: none;
    flex-wrap: wrap; }
  .ListView__listView___3y8GL.ListView__grid___9FD-l .ListView__imageWrapper___23d7x {
    width: 100%; }
  .ListView__listView___3y8GL.ListView__grid___9FD-l .ListView__itemInfo___g92LL {
    display: none; }
  .ListView__listView___3y8GL.ListView__grid___9FD-l .ListView__checkboxLabel___5mnhr {
    flex-basis: 100%;
    flex-direction: row;
    justify-content: left;
    max-width: 100%; }
  .ListView__listView___3y8GL.ListView__grid___9FD-l .ListView__checkboxInput___4Ch91 {
    margin: 0 0.25rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.GuideLink__itemColumn___8t6bZ {
  margin-bottom: 1rem; }

.GuideLink__item___3b3Mk {
  height: 100%;
  text-align: center; }

.GuideLink__itemLink___8pdzz {
  background-color: #f3f7f8;
  border-radius: 0.3rem;
  padding: 3rem 2rem 2rem;
  width: 100%;
  height: 100%;
  display: block; }
  .GuideLink__itemLink___8pdzz:hover {
    text-decoration: none; }
  .GuideLink__itemLink___8pdzz:hover h1 {
    text-decoration: underline; }
  @media (min-width: 40em) {
    .GuideLink__itemLink___8pdzz {
      padding: 2rem 1.5rem; } }

.GuideLink__itemHeader___1CjDo {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem; }

.GuideLink__itemImg___27c3x {
  max-width: 100%;
  max-height: 7rem;
  margin: 0 auto;
  -webkit-filter: grayscale(1) sepia(1) hue-rotate(140deg) brightness(1.1);
          filter: grayscale(1) sepia(1) hue-rotate(140deg) brightness(1.1); }

.GuideLink__text___3CMY5 {
  color: black;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 22rem;
  text-decoration: none; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.guides__wrapper___1Dg3p {
  margin-top: 2rem; }
  @media (min-width: 52em) {
    .guides__wrapper___1Dg3p {
      margin-top: 0; } }

.guides__itemColumn___IJTae {
  margin-bottom: 1rem; }

.guides__guideTitle___COojW {
  text-align: center; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.HeadingRule__rule___TUxCB {
  border-top: 0.25rem solid;
  width: 2.5rem;
  margin: 1rem auto; }
  @media (min-width: 40em) {
    .HeadingRule__rule___TUxCB {
      width: 3rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.MainContent__wrapper___2dMj1 {
  background-color: white; }

@media (min-width: 40em) {
  .MainContent__container___1OfKl {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media (min-width: 40em) {
  .MainContent__container___1OfKl {
    padding-bottom: 6rem; } }

.MainContent__header___2A2eD {
  text-align: center;
  font-size: 3rem;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal; }
  @media (min-width: 40em) {
    .MainContent__header___2A2eD {
      font-size: 4rem; } }

.MainContent__topicDescription___WhZCg {
  border-top: 0.2rem solid #f7a80e;
  color: #6d6d6d;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.25rem;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center; }

.MainContent__subtopic___3Ac3Q {
  margin-bottom: 1rem;
  position: relative; }

.MainContent__subtopicAnchor___q-1Fc, .MainContent__subtopicAnchor___q-1Fc:visited {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f9f6f0;
  color: rgba(0, 0, 0, 0.75);
  overflow: hidden; }
  .MainContent__subtopicAnchor___q-1Fc, .MainContent__subtopicAnchor___q-1Fc:hover, .MainContent__subtopicAnchor___q-1Fc:visited, .MainContent__subtopicAnchor___q-1Fc:visited:hover {
    text-decoration: none; }
  .MainContent__subtopicAnchor___q-1Fc:hover .MainContent__image___3CANw, .MainContent__subtopicAnchor___q-1Fc:visited:hover .MainContent__image___3CANw {
    transform: scale(1.04); }

.MainContent__subtopic___3Ac3Q:nth-child(3n) {
  margin-right: 0; }

.MainContent__image___3CANw {
  transition: transform 0.45s ease-in-out;
  width: 100%;
  height: 14rem;
  background-size: cover;
  background-position: 50% 50%; }

.MainContent__textWrapper___21iTZ {
  border-top: 0.25rem solid #f7a80e;
  padding-top: 1rem;
  z-index: 1;
  background-color: #f9f6f0; }

.MainContent__subtopicTitle___YvpPU {
  color: #6d6d6d;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 2rem; }

.MainContent__subtopicDescription___2mCS2 {
  padding: 1rem 2rem 2rem;
  font-size: 1rem;
  flex: 1;
  text-decoration: none; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ImageAndCaption__wrapper___uqLKx {
  margin-top: 1rem; }
  @media (min-width: 52em) {
    .ImageAndCaption__wrapper___uqLKx {
      margin-top: 2rem; } }

.ImageAndCaption__imageAndCaption___x4FaS {
  padding: 0;
  width: 100%; }
  @media (min-width: 40em) {
    .ImageAndCaption__imageAndCaption___x4FaS {
      padding: 0 1rem 1rem; } }
  @media (min-width: 72em) {
    .ImageAndCaption__imageAndCaption___x4FaS {
      padding: 0 0 1rem; } }

.ImageAndCaption__image___3hjcM {
  background-size: cover;
  background-position: 50% 25%;
  padding-top: 40%;
  width: 100%; }
  @media (min-width: 40em) {
    .ImageAndCaption__image___3hjcM {
      border-radius: 3px; } }

.ImageAndCaption__overlay___w1nFj {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(13, 13, 23, 0.15) 0%, #000 100%); }

.ImageAndCaption__imageWrapper___YybTt {
  position: relative;
  color: white;
  margin-bottom: 16px; }

.ImageAndCaption__overlayContent___3myuC {
  text-align: center;
  padding-bottom: 1.75rem;
  width: 95%; }
  .ImageAndCaption__overlayContent___3myuC .ImageAndCaption__exhibitionTitle___3xIO9 {
    padding: 0;
    display: none; }
  @media (min-width: 40em) {
    .ImageAndCaption__overlayContent___3myuC {
      width: 90%; }
      .ImageAndCaption__overlayContent___3myuC .ImageAndCaption__exhibitionTitle___3xIO9 {
        display: block; } }
  @media (min-width: 52em) {
    .ImageAndCaption__overlayContent___3myuC {
      padding-bottom: 3.5rem; } }

.ImageAndCaption__headingRule___4oFcB {
  display: none; }
  @media (min-width: 40em) {
    .ImageAndCaption__headingRule___4oFcB {
      margin-bottom: -1.25rem;
      display: block; } }

.ImageAndCaption__exhibitionTitle___3xIO9 {
  padding: 0 1rem 1rem;
  line-height: 1.1;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.75rem;
  font-weight: normal; }
  @media (min-width: 40em) {
    .ImageAndCaption__exhibitionTitle___3xIO9 {
      font-size: 2.25rem; } }
  @media (min-width: 40em) {
    .ImageAndCaption__exhibitionTitle___3xIO9 {
      display: none; } }
  @media (min-width: 52em) {
    .ImageAndCaption__exhibitionTitle___3xIO9 {
      font-size: 2.75rem; } }

.ImageAndCaption__exploreLink___3suje {
  display: inline-block;
  width: 100%; }
  @media (min-width: 40em) {
    .ImageAndCaption__exploreLink___3suje {
      width: auto; } }

.ImageAndCaption__captionLeadIn___390Bg {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.25rem; }

.ImageAndCaption__caption___3eKAE {
  color: #6d6d6d;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.125;
  padding: 0 1rem; }
  @media (min-width: 40em) {
    .ImageAndCaption__caption___3eKAE {
      padding: 0; } }
  @media (min-width: 72em) {
    .ImageAndCaption__caption___3eKAE {
      padding: 0 45px; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.CiteButton__wrapper___TU9S8 {
  border-radius: 3px;
  width: 100%;
  text-align: left; }

.CiteButton__button___25RFZ.CiteButton__activeButton___2opWR {
  background-color: #f3f7f8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.CiteButton__citeButton___3lhUr {
  padding: 0;
  max-height: 200rem;
  transition: max-height 1s ease-in;
  overflow: hidden; }
  .CiteButton__citeButton___3lhUr.CiteButton__hidden___boyzQ {
    /* display: none;
    visibility: hidden; */
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    max-height: 0; }

@media print {
  .CiteButton__button___25RFZ {
    display: none; } }

.CiteButton__button___25RFZ h2 {
  font-size: 1rem; }

.CiteButton__citationsWrapper___3vUno {
  background-color: #f3f7f8;
  padding: 0.5rem 0.5rem;
  border-radius: 0 0 0.25rem 0.25rem; }

.CiteButton__citationList___2hRqe {
  margin: 0;
  width: 100%;
  word-wrap: break-word; }
  .CiteButton__citationList___2hRqe dt {
    font-weight: bold;
    margin: 0.5rem 0.5rem 0.25rem; }
  .CiteButton__citationList___2hRqe dd {
    background-color: white;
    border-radius: 0.25rem;
    font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    font-size: 0.9rem;
    margin: 0 0 1rem;
    padding: 0.5rem; }
    .CiteButton__citationList___2hRqe dd:last-child {
      margin-bottom: 0.5rem; }

.CiteButton__disclaimer___1Vit8 {
  display: block;
  margin: 0.5rem;
  font-size: 0.8rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Details__details___2vLbU {
  display: flex;
  flex-direction: column;
  padding-bottom: 6rem;
  margin-top: 2rem; }
  @media (min-width: 40em) {
    .Details__details___2vLbU {
      flex-direction: row; } }

.Details__tableOfContents___2SIWm {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
  box-sizing: content-box; }
  @media (min-width: 40em) {
    .Details__tableOfContents___2SIWm {
      width: 285px;
      margin-right: 32px;
      margin-bottom: 1.5rem; } }
  @media (min-width: 72em) {
    .Details__tableOfContents___2SIWm {
      padding-left: 45px; } }
  @media (max-width: 40em) {
    .Details__tableOfContents___2SIWm .Details__faveAndCiteButtonsWrapper___2sgi7 {
      display: none; } }

.Details__tableOfContentsHeader___2HG8B {
  padding: 1rem;
  font-size: 0.75rem;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: bold;
  line-height: 1.125;
  text-transform: uppercase;
  background-color: #f1f0ed; }
  @media (min-width: 52em) {
    .Details__tableOfContentsHeader___2HG8B {
      font-size: 1rem;
      padding: 1.25rem; } }

.Details__tableOfContentsContents___2c1Hp {
  padding: 1rem;
  font-size: 1rem;
  background-color: #f9f6f0;
  line-height: 1.25; }
  @media (min-width: 52em) {
    .Details__tableOfContentsContents___2c1Hp {
      font-size: 1.2rem;
      padding: 1.25rem; } }

.Details__tableOfContentsSection___8l9E_:not(:last-of-type) {
  margin-bottom: 0.5rem; }

.Details__divider___1IBXg {
  height: 2px;
  border-bottom: 2px solid #dfdedc;
  margin-bottom: 20px; }

.Details__bodyText___1CQKF {
  font-size: 1.125rem;
  display: block;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  line-height: 1.625; }
  .Details__bodyText___1CQKF p {
    margin-bottom: 1rem; }
  @media (min-width: 72em) {
    .Details__bodyText___1CQKF {
      padding-right: 45px; } }

.Details__body___2Xr2f {
  display: flex;
  flex-direction: column; }
  @media (min-width: 40em) {
    .Details__body___2Xr2f {
      display: block; } }
  @media (min-width: 40em) {
    .Details__body___2Xr2f .Details__faveAndCiteButtonsWrapper___2sgi7 {
      display: none; } }

.Details__credits___1kRpL {
  border-top: 2px solid #e7e7e7;
  color: #6d6d6d;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.125;
  margin-top: 3.125rem;
  padding-top: 1.125rem; }
  .Details__credits___1kRpL span:first-child {
    margin-right: 0.25rem; }

.Details__creditsBold___1nSyi {
  font-weight: 600;
  text-transform: uppercase; }

.Details__creditsText___16VdL {
  max-width: 40rem; }

.Details__faveAndCiteButtonsWrapper___2sgi7 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .Details__faveAndCiteButtonsWrapper___2sgi7 a {
    color: #ca4316;
    text-decoration: underline; }

.Details__exploreLink___1ASab {
  display: inline-block; }

.Details__exploreButton___1UOTd {
  text-align: center;
  margin: 1rem; }

.Details__citeButton___1PmWy {
  width: 100%;
  text-align: center;
  background-color: #f3f7f8; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.BreadcrumbsModule__previousItemButton___4GUX8, .BreadcrumbsModule__nextItemButton___2Irtq {
  color: #ca4316;
  font-weight: 600;
  font-size: 0.75rem; }
  @media (min-width: 40em) {
    .BreadcrumbsModule__previousItemButton___4GUX8, .BreadcrumbsModule__nextItemButton___2Irtq {
      font-size: 1rem; } }

.BreadcrumbsModule__previousChevron___2oKwa, .BreadcrumbsModule__nextChevron___1mwMB {
  height: 8px;
  width: 5px; }
  @media (min-width: 40em) {
    .BreadcrumbsModule__previousChevron___2oKwa, .BreadcrumbsModule__nextChevron___1mwMB {
      height: 9px; } }

.BreadcrumbsModule__previousChevron___2oKwa {
  transform: rotate(180deg);
  margin-right: 0.25rem; }
  @media (min-width: 40em) {
    .BreadcrumbsModule__previousChevron___2oKwa {
      margin-right: 0.5rem; } }

.BreadcrumbsModule__nextChevron___1mwMB {
  margin-left: 0.25rem; }
  @media (min-width: 40em) {
    .BreadcrumbsModule__nextChevron___1mwMB {
      margin-left: 0.5rem; } }

.BreadcrumbsModule__previousItemButton___4GUX8 {
  margin-right: 0.75rem; }
  @media (min-width: 40em) {
    .BreadcrumbsModule__previousItemButton___4GUX8 {
      margin-right: 2rem; } }

.BreadcrumbsModule__navButtonsWrapper___3lFYB {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.BreadcrumbsModule__hideOnSmallScreens___t5oQt {
  display: none;
  visibility: hidden; }
  @media (min-width: 52em) {
    .BreadcrumbsModule__hideOnSmallScreens___t5oQt {
      display: inherit;
      visibility: visible; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.HarmfulContent__wrapper___18BNl {
  width: 100%;
  background-color: #fbf8f4; }

.HarmfulContent__harmfulContent___3u5XC {
  padding: 3px 0 3px 0;
  text-align: center;
  font-weight: normal;
  font-size: .9rem !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
  color: #6d6d6d; }
  @media (min-width: 52em) {
    .HarmfulContent__harmfulContent___3u5XC {
      font-size: 1.3rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ItemImage__imageWrapper___3tD8M {
  height: 100%;
  width: 100%;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  flex-shrink: 0;
  margin-bottom: 0.75rem; }
  @media (max-width: 52em) {
    .ItemImage__imageWrapper___3tD8M {
      height: auto; } }
  @media (min-width: 40em) {
    .ItemImage__imageWrapper___3tD8M {
      max-width: 20rem; } }

.ItemImage__imageWrapper___3tD8M:not(.ItemImage__defaultImageWrapper___EzINf) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

.ItemImage__defaultImageWrapper___EzINf {
  background-color: #f9f6f0; }

.ItemImage__image___2usCc {
  max-width: 100%;
  max-height: 100%; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Content__content___DWX5O {
  padding-bottom: 1rem;
  flex: 1; }
  @media (min-width: 40em) {
    .Content__content___DWX5O {
      margin-right: 3rem;
      padding-bottom: 3rem; } }

@media (max-width: 40em) {
  .Content__contentDL___3tQFO {
    width: 100%; } }

.Content__termValuePair___LCcoM {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem; }
  @media (min-width: 40em) {
    .Content__termValuePair___LCcoM {
      flex-direction: row;
      padding-bottom: 1rem; } }
  .Content__termValuePair___LCcoM:last-child {
    padding-bottom: 0.5rem; }
    @media (min-width: 40em) {
      .Content__termValuePair___LCcoM:last-child {
        padding-bottom: 0; } }

.Content__term___13f7c {
  color: #6d6d6d;
  font-size: 0.875rem;
  font-weight: 600;
  padding-top: 0.25rem;
  width: auto; }
  @media (min-width: 40em) {
    .Content__term___13f7c {
      width: 9rem; } }

.Content__value___1xfVh {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-left: 0;
  width: 100%;
  word-break: break-word; }
  @media (min-width: 40em) {
    .Content__value___1xfVh {
      margin-left: 1.125rem; } }

.Content__longDescription___282lW {
  max-height: 16rem;
  overflow: hidden; }
  @media print {
    .Content__longDescription___282lW {
      overflow: inherit;
      max-height: none;
      padding-bottom: 1rem; } }
  .Content__longDescription___282lW.Content__open___1H4xe {
    max-height: none; }

.Content__showMore___2XxtY {
  cursor: pointer;
  display: block;
  padding: 0.25rem 0;
  border-top: 0.075rem solid gray;
  font-size: 1rem; }
  .Content__showMore___2XxtY.Content__open___1H4xe {
    display: none; }
  @media (max-width: mediumRem) {
    .Content__showMore___2XxtY {
      padding: 0.25rem 1rem 1rem; } }
  @media print {
    .Content__showMore___2XxtY {
      display: none; } }

.Content__imageLabel___1OI0- {
  visibility: hidden; }

.Content__defaultItemImage___1mgeI {
  padding: 5rem 0; }

.Content__title___35HSd {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.Content__mainMetadata___1gEgU {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 40em) {
    .Content__mainMetadata___1gEgU {
      padding-bottom: 1.125rem; } }

.Content__mainMetadataText___2Hqd3 {
  font-size: 1rem;
  margin-bottom: 0; }
  @media (min-width: 40em) {
    .Content__mainMetadataText___2Hqd3 {
      font-size: 1.25rem; } }

.Content__thumbnail___19hdU {
  width: 242px;
  margin-bottom: 0.5rem;
  display: block; }

.Content__sourceLink___2YuUK, .Content__sourceLink___2YuUK:visited {
  align-items: center;
  background-color: #007294;
  border-radius: 2px;
  color: white;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 600;
  justify-content: center;
  padding: 0.75rem 0;
  text-decoration: none;
  transition: all 0.2s ease-out;
  width: 100%; }
  .Content__sourceLink___2YuUK:hover, .Content__sourceLink___2YuUK:visited:hover {
    background-color: #9c3411;
    text-decoration: none; }
  @media (min-width: 40em) {
    .Content__sourceLink___2YuUK, .Content__sourceLink___2YuUK:visited {
      width: 242px; } }

.Content__sourceLinkText___1H6Ds {
  margin-right: 0.5rem; }

.Content__externalLinkIcon___YD3TS {
  height: 16px;
  width: 16px; }

.Content__otherMetadata___3iUDj {
  padding: 1rem 0 0; }
  @media (min-width: 40em) {
    .Content__otherMetadata___3iUDj {
      padding: 1.125rem 0; } }

.Content__otherMetadataItem___1Ng7f {
  font-size: 1rem; }

.Content__rightsMetadata___1WPwR {
  padding-top: 1rem; }
  @media (min-width: 40em) {
    .Content__rightsMetadata___1WPwR {
      padding-top: 1.125rem; } }

.Content__rightsStatement___2CWXJ {
  padding: 1rem 0 0; }
  .Content__rightsStatement___2CWXJ img {
    height: 2rem; }

.Content__rightsText___2LQhD {
  font-size: 0.9375rem; }

.Content__url___1r6yL {
  font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  padding: 9px 12px 12px;
  background-color: #f9f6f0;
  border-radius: 2px;
  font-size: 0.875rem;
  display: block;
  word-break: break-all; }

.Content__subjects___21A1L .Content__facetLink___8aTvD {
  margin-bottom: 0.5rem; }
  .Content__subjects___21A1L .Content__facetLink___8aTvD:not(:last-child) {
    margin-bottom: 0; }

.Content__label___1wxsU {
  font-weight: bold;
  margin-right: .25em; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.SourceSetInfo__tools___1OQmf {
  margin: 1rem 0 0; }
  @media print {
    .SourceSetInfo__tools___1OQmf {
      display: none; } }

.SourceSetInfo__toolLink___1tj0L {
  color: subLinkColor;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline; }

.SourceSetInfo__toolIcon___B0NW6 {
  opacity: 0.4;
  height: 22px;
  width: 22px;
  margin-right: 13px;
  position: relative;
  top: 8px; }

.SourceSetInfo__toolLinkAndIcon___m_Vdt {
  margin-bottom: 3px; }

.SourceSetInfo__wrapper___18gOC {
  width: 100%;
  background-color: #f9f6f0; }

.SourceSetInfo__sourceSetInfo___DQvGV {
  padding: 0 0 2rem 0; }
  @media (min-width: 40em) {
    .SourceSetInfo__sourceSetInfo___DQvGV {
      padding: 1.5rem 1rem 3rem; } }
  @media (min-width: 72em) {
    .SourceSetInfo__sourceSetInfo___DQvGV {
      padding-left: 0;
      padding-right: 0; } }
  @media print {
    .SourceSetInfo__sourceSetInfo___DQvGV {
      padding-bottom: 0; } }

.SourceSetInfo__removeScroll___b9Qgv {
  margin-right: 0;
  padding-right: 0; }

.SourceSetInfo__banner___1EDkm {
  width: 100%;
  position: relative;
  margin-bottom: 1rem; }
  @media (min-width: 40em) {
    .SourceSetInfo__banner___1EDkm {
      margin-bottom: 1.5rem; } }
  @media print {
    .SourceSetInfo__banner___1EDkm {
      margin-bottom: 0;
      margin-top: 2rem; } }

.SourceSetInfo__bannerImage___2-hwh {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 42%;
  width: 100%; }
  @media (min-width: 40em) {
    .SourceSetInfo__bannerImage___2-hwh {
      border-radius: 3px; } }
  @media print {
    .SourceSetInfo__bannerImage___2-hwh {
      padding: 0; } }

.SourceSetInfo__bannerTextWrapper___l6HzE {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  padding: 1rem;
  position: absolute;
  top: 0; }
  @media (min-width: 52em) {
    .SourceSetInfo__bannerTextWrapper___l6HzE {
      padding: 1.5rem;
      border-radius: 3px; } }
  @media (min-width: 72em) {
    .SourceSetInfo__bannerTextWrapper___l6HzE {
      padding: 2rem; } }
  @media print {
    .SourceSetInfo__bannerTextWrapper___l6HzE {
      background: transparent;
      padding: 0;
      position: relative; } }

.SourceSetInfo__bannerTitle___r1J4d {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: white;
  line-height: 1.1; }
  @media (min-width: 40em) {
    .SourceSetInfo__bannerTitle___r1J4d {
      font-size: 2rem; } }
  @media (min-width: 72em) {
    .SourceSetInfo__bannerTitle___r1J4d {
      font-size: 2.5rem; } }
  @media print {
    .SourceSetInfo__bannerTitle___r1J4d {
      color: black;
      padding-left: 1rem; } }

.SourceSetInfo__showMore___BQAzu {
  cursor: pointer;
  display: block;
  padding: 0.25rem 0;
  border-top: 0.075rem solid gray; }
  .SourceSetInfo__showMore___BQAzu.SourceSetInfo__open___3lZEd {
    display: none; }
  @media (max-width: 52em) {
    .SourceSetInfo__showMore___BQAzu {
      padding: 0.25rem 1rem 1rem;
      font-size: 0.9rem; } }
  @media print {
    .SourceSetInfo__showMore___BQAzu {
      display: none; } }

.SourceSetInfo__description___2eq25 {
  font-size: 0.875rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
  max-height: 5.5rem;
  overflow: hidden;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif; }
  @media print {
    .SourceSetInfo__description___2eq25 {
      overflow: inherit;
      max-height: none;
      padding-bottom: 1rem; } }
  .SourceSetInfo__description___2eq25.SourceSetInfo__open___3lZEd {
    max-height: none; }
  @media (max-width: 52em) {
    .SourceSetInfo__description___2eq25 {
      margin-bottom: 0; }
      .SourceSetInfo__description___2eq25.SourceSetInfo__open___3lZEd {
        margin-bottom: 1rem; } }
  @media (min-width: 40em) {
    .SourceSetInfo__description___2eq25 {
      font-size: 1.125rem;
      padding: 0;
      margin-bottom: 2rem; } }
  @media (min-width: 52em) {
    .SourceSetInfo__description___2eq25 {
      margin-bottom: 0; } }
  .SourceSetInfo__description___2eq25 p {
    line-height: 1.5;
    margin-bottom: 1rem; }

.SourceSetInfo__sidebar___3J7pN {
  border: 1px solid #e7e7e7;
  background-color: white;
  padding: 1rem 1rem 1.5rem;
  margin: 0 1rem;
  border-radius: 3px;
  align-self: baseline; }
  @media (min-width: 40em) {
    .SourceSetInfo__sidebar___3J7pN {
      margin: 0; } }

.SourceSetInfo__metadata___FN0NC {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 21px; }

.SourceSetInfo__metadatum___2th9N {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.125; }

.SourceSetInfo__metadataHeader___2W4Oh {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 6px; }

.SourceSetInfo__button___4PRgU {
  width: 100%; }

.SourceSetInfo__citeButton___2mRWc {
  width: 100%;
  text-align: center;
  background-color: #f3f7f8; }

.SourceSetInfo__link___2gvwg p {
  display: inline; }

.SourceSetInfo__comma___iwFKJ {
  color: #ca4316; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ContentAndMetadata__contentAndMetadata___2kmFS {
  padding-top: 1rem; }

.ContentAndMetadata__contentWrapper___1YnxR {
  flex: 5;
  margin-right: 1rem;
  width: 100%; }
  @media (min-width: 40em) {
    .ContentAndMetadata__contentWrapper___1YnxR {
      width: auto; } }

.ContentAndMetadata__flexWrapper___2MSfh {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 40em) {
    .ContentAndMetadata__flexWrapper___2MSfh {
      flex-direction: row; } }

.ContentAndMetadata__contentHeader___q8hvz {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1.5rem; }
  @media (min-width: 40em) {
    .ContentAndMetadata__contentHeader___q8hvz {
      max-width: 70%; } }

.ContentAndMetadata__content___TIKvO {
  margin-bottom: 1rem;
  height: 28rem;
  background-color: #f9f6f0; }
  .ContentAndMetadata__content___TIKvO.ContentAndMetadata__compact___3wTMA {
    height: auto; }
  @media (max-width: 52em) {
    .ContentAndMetadata__content___TIKvO {
      height: 75vh;
      /* this is tied to the mediaViewers.scss height */ }
      .ContentAndMetadata__content___TIKvO.ContentAndMetadata__compact___3wTMA {
        height: auto; } }

.ContentAndMetadata__description___IDdK6 {
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.5; }

.ContentAndMetadata__longDescription___15wcd {
  max-height: 10rem;
  overflow: hidden;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif; }
  @media print {
    .ContentAndMetadata__longDescription___15wcd {
      overflow: inherit;
      max-height: none;
      padding-bottom: 1rem; } }
  .ContentAndMetadata__longDescription___15wcd.ContentAndMetadata__open___2OSKl {
    max-height: none; }

.ContentAndMetadata__showMore___1iBm9 {
  cursor: pointer;
  display: block;
  padding: 0.25rem 0;
  border-top: 0.075rem solid gray;
  font-size: 1rem; }
  .ContentAndMetadata__showMore___1iBm9.ContentAndMetadata__open___2OSKl {
    display: none; }
  @media (max-width: 52em) {
    .ContentAndMetadata__showMore___1iBm9 {
      padding: 0.25rem 1rem 1rem; } }
  @media print {
    .ContentAndMetadata__showMore___1iBm9 {
      display: none; } }

.ContentAndMetadata__description___IDdK6 p {
  margin-bottom: 20px; }

.ContentAndMetadata__description___IDdK6 p:last-child {
  margin-bottom: 0; }

.ContentAndMetadata__metadata___2AQNa {
  flex: 2;
  margin-top: 0.75rem;
  width: 100%; }
  @media (min-width: 40em) {
    .ContentAndMetadata__metadata___2AQNa {
      margin-top: 0;
      width: auto; } }

.ContentAndMetadata__sourceInfo___dY4VQ {
  border: 1px solid #e7e7e7;
  background-color: white;
  padding: 18px 20px 24px;
  border-radius: 3px;
  margin-bottom: 20px; }

.ContentAndMetadata__button___1dgMI {
  border-radius: 2px;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4375;
  padding: 10px 0;
  width: 100%;
  color: #007294;
  background-color: #f3f7f8;
  margin-bottom: 15px;
  text-align: center; }

.ContentAndMetadata__courtesyOf___2SQib p {
  font-size: 0.875rem;
  line-height: 1.125;
  margin-top: 3px;
  margin-bottom: 17px; }

.ContentAndMetadata__copyrightInfo___1yu65 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 18px; }

.ContentAndMetadata__divider___7OMBV {
  border-bottom: 0.075rem solid #e7e7e7;
  margin: 1rem 0; }

.ContentAndMetadata__linkWrapper___wMA4D {
  margin-bottom: 15px; }

.ContentAndMetadata__linkWrapper___wMA4D:last-child {
  margin-bottom: 0; }

.ContentAndMetadata__sourceLink___14nG7, .ContentAndMetadata__sourceLink___14nG7:visited {
  color: #007294;
  font-weight: 600;
  display: flex; }

.ContentAndMetadata__linkText___2gEV0 {
  text-decoration: underline; }

.ContentAndMetadata__linkIcon___1KAti {
  height: 18px;
  margin-right: 13px;
  opacity: 0.5;
  width: 18px; }

.ContentAndMetadata__externalIcon___3fPCN {
  height: 16px;
  margin-right: 15px;
  opacity: 0.5;
  width: 16px; }

.ContentAndMetadata__tipsForStudents___lCtgV {
  border: 1px solid #e7e7e7;
  font-size: 0.875rem;
  line-height: 1.125;
  padding: 20px; }

.ContentAndMetadata__tipsForStudentsHeader___3Se_Q {
  text-transform: uppercase;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 9px;
  font-weight: bold; }

.ContentAndMetadata__tips___gfJKI {
  list-style: initial;
  padding-left: 1rem; }

.ContentAndMetadata__tipDirections___MZuyE {
  margin-bottom: 1rem; }

.ContentAndMetadata__tip___bBC7l:last-child {
  margin-bottom: 0; }

.ContentAndMetadata__buttons___34YWM button {
  width: 100%; }

.ContentAndMetadata__faveAndCiteButtons___19jFb {
  align-self: baseline;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 52em) {
    .ContentAndMetadata__faveAndCiteButtons___19jFb {
      max-width: 245px; } }

.ContentAndMetadata__citeButton___1ngKw {
  margin-bottom: 0.5rem;
  text-align: center;
  background-color: #f3f7f8; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.CarouselNavArrows__arrow___3t1sj {
  position: absolute;
  z-index: 1;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.5s ease-out, background-color 0.5s ease-out;
  width: 3rem;
  height: 3rem;
  border-radius: 100%; }
  @media (min-width: 72em) {
    .CarouselNavArrows__arrow___3t1sj {
      top: 45%;
      height: 5rem;
      box-shadow: none;
      background: transparent;
      border-radius: 3px; } }
  .CarouselNavArrows__arrow___3t1sj:hover, .CarouselNavArrows__arrow___3t1sj:focus {
    background-color: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }
    @media (min-width: 72em) {
      .CarouselNavArrows__arrow___3t1sj:hover, .CarouselNavArrows__arrow___3t1sj:focus {
        background-color: rgba(0, 0, 0, 0.05);
        box-shadow: none; } }
  .CarouselNavArrows__arrow___3t1sj:focus {
    outline: 0.25rem solid #f9ba3f; }
  .CarouselNavArrows__arrow___3t1sj img {
    width: 0.9rem; }
    @media (min-width: 72em) {
      .CarouselNavArrows__arrow___3t1sj img {
        width: 1.5rem; } }

.dpla-related-resources-carousel .CarouselNavArrows__arrow___3t1sj {
  top: 25%; }
  @media (min-width: 72em) {
    .dpla-related-resources-carousel .CarouselNavArrows__arrow___3t1sj {
      top: 50%; } }

.CarouselNavArrows__prevArrow___21n5K {
  left: -0.5rem !important; }
  .CarouselNavArrows__prevArrow___21n5K img {
    transform: rotate(180deg);
    margin-left: -0.25rem; }
  @media (min-width: 72em) {
    .CarouselNavArrows__prevArrow___21n5K {
      left: -3.5rem !important; } }

.CarouselNavArrows__nextArrow___1Kfsw {
  right: -0.5rem !important; }
  @media (min-width: 72em) {
    .CarouselNavArrows__nextArrow___1Kfsw {
      right: -3.5rem !important; } }
  .CarouselNavArrows__nextArrow___1Kfsw img {
    margin-left: 0.25rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Suggestions__suggestionsWrapper___1zKPP {
  width: 100%;
  background-color: #f9f6f0; }

.Suggestions__suggestions___W5nWu {
  padding-top: 36px;
  padding-bottom: 45px;
  /* overrides for react-slick css*/ }
  .Suggestions__suggestions___W5nWu .slick-prev:before, .Suggestions__suggestions___W5nWu .slick-next:before {
    content: none; }
  .Suggestions__suggestions___W5nWu .slick-disabled {
    display: none; }

.Suggestions__header___3dWkz {
  text-transform: uppercase;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 16px;
  padding: 0; }

.Suggestions__imageWrapper___3klwV {
  width: 100%;
  display: block;
  height: 138px;
  background-size: cover;
  border-radius: 3px; }

.Suggestions__gradientBackground___3bbVj {
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #000 100%);
  width: 100%;
  height: 100%;
  position: relative; }

.Suggestions__typeAndTitle___3qfMz {
  padding: 0 0.75rem;
  position: absolute;
  bottom: 15px; }

.Suggestions__resourceType___20fZn {
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 0.9375;
  margin-bottom: 4px;
  text-transform: uppercase; }

.Suggestions__suggestedItem___qgx4f {
  padding: 0 0.3rem; }

.Suggestions__suggestedSlide___2FALI {
  width: 16rem; }

.Suggestions__suggestionTitle___nWAsW {
  font-size: 0.9375rem;
  line-height: 1.1875;
  font-weight: 600;
  color: white; }

.Suggestions__exhibition___hiwv4 .Suggestions__imageWrapper___3klwV {
  border-top: 4px solid #ca4316; }

.Suggestions__exhibition___hiwv4 .Suggestions__resourceType___20fZn {
  color: #ca4316; }

.Suggestions__topic___1ghui .Suggestions__imageWrapper___3klwV {
  border-top: 4px solid #f7a80e; }

.Suggestions__topic___1ghui .Suggestions__resourceType___20fZn {
  color: #f7a80e; }

.Suggestions__navArrow___8LmKX {
  top: 50%; }
  @media (min-width: largeRem) {
    .Suggestions__navArrow___8LmKX {
      top: 40%; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.HomePageSlider__wrapper___anJOL {
  background-color: #f9f6f0; }
  .HomePageSlider__wrapper___anJOL.HomePageSlider__theme_blue___2_eof {
    background-color: #f3f7f8; }

.HomePageSlider__content___Qgrw_ {
  margin: auto;
  padding: 2rem 1rem; }
  @media (min-width: 40em) {
    .HomePageSlider__content___Qgrw_ {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 72em) {
    .HomePageSlider__content___Qgrw_ {
      padding: 4rem 0; } }

.HomePageSlider__heading___Y-COi {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem; }
  @media (min-width: 72em) {
    .HomePageSlider__heading___Y-COi {
      margin-bottom: 1.5rem; } }

.HomePageSlider__moreLink___-rEI1 {
  color: #ca4316;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap; }
  @media (min-width: 40em) {
    .HomePageSlider__moreLink___-rEI1 {
      font-size: 1.125rem; } }

.HomePageSlider__moreLinkNoun___3Jgbb {
  display: none; }
  @media (min-width: 40em) {
    .HomePageSlider__moreLinkNoun___3Jgbb {
      display: inline; } }

.HomePageSlider__moreLinkChevron___3UeDK {
  height: 0.75rem;
  padding-left: 0.25rem;
  position: relative;
  top: 0;
  width: 1rem; }

.HomePageSlider__title___Q5Z33 {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-size: 1.25rem; }
  @media (min-width: 40em) {
    .HomePageSlider__title___Q5Z33 {
      font-size: 1.5rem; } }
  @media (min-width: 52em) {
    .HomePageSlider__title___Q5Z33 {
      font-size: 2.25rem; } }

.HomePageSlider__items___2kVCZ {
  display: flex; }

.HomePageSlider__item___23jNw {
  display: block;
  position: relative;
  padding-right: 0.5rem; }
  .HomePageSlider__item___23jNw:last-child {
    margin-right: 0; }

.HomePageSlider__itemImgWrapper___3D4X3 {
  overflow: hidden;
  border-radius: 3px; }

.HomePageSlider__itemImg___2zHpT {
  /*
    This small scale improves the visual appearance of these slider items
    by truncating border artifacts around the edges of the cover images.
   */
  transform: scale(1.15);
  padding-top: 72.75%;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%; }

.HomePageSlider__itemText___3gBG3 {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 600;
  line-height: 1.25; }
  @media (min-width: 72em) {
    .HomePageSlider__itemText___3gBG3 {
      margin-top: 0.9rem; } }

.HomePageSlider__arrow___2xlvP {
  position: absolute;
  z-index: 1;
  top: 40%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.5s ease-out, background-color 0.5s ease-out;
  width: 3rem;
  height: 3rem;
  border-radius: 100%; }
  @media (min-width: 72em) {
    .HomePageSlider__arrow___2xlvP {
      top: 45%;
      height: 5rem;
      box-shadow: none;
      background: transparent;
      border-radius: 3px; } }
  .HomePageSlider__arrow___2xlvP:hover, .HomePageSlider__arrow___2xlvP:focus {
    background-color: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }
    @media (min-width: 72em) {
      .HomePageSlider__arrow___2xlvP:hover, .HomePageSlider__arrow___2xlvP:focus {
        background-color: rgba(0, 0, 0, 0.05);
        box-shadow: none; } }
  .HomePageSlider__arrow___2xlvP:focus {
    outline: 0.25rem solid #f9ba3f; }
  .HomePageSlider__arrow___2xlvP img {
    width: 0.9rem; }
    @media (min-width: 72em) {
      .HomePageSlider__arrow___2xlvP img {
        width: 1.5rem; } }

.HomePageSlider__prevArrow___2Phdr {
  left: -0.5rem !important; }
  .HomePageSlider__prevArrow___2Phdr img {
    transform: rotate(180deg);
    margin-left: -0.25rem; }
  @media (min-width: 72em) {
    .HomePageSlider__prevArrow___2Phdr {
      left: -3.5rem !important; } }

.HomePageSlider__nextArrow___3oRJ9 {
  right: -0.5rem !important; }
  @media (min-width: 72em) {
    .HomePageSlider__nextArrow___3oRJ9 {
      right: -3.5rem !important; } }
  .HomePageSlider__nextArrow___3oRJ9 img {
    margin-left: 0.25rem; }

.HomePageSlider__featuredTag___1Vn7C {
  text-transform: uppercase;
  position: absolute;
  background-color: #f9ba3f;
  top: 0.75rem;
  left: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 0.8rem; }
  @media (min-width: 72em) {
    .HomePageSlider__featuredTag___1Vn7C {
      left: -0.25rem;
      padding: 0.35rem 0.85rem; } }

/* Vendor overrides: react-slick */
@media (min-width: 72em) {
  .HomePageSlider__content___Qgrw_ .slick-list {
    /* Offset for the featuredTag */
    padding-left: 0.25rem; } }

.HomePageSlider__content___Qgrw_ .slick-prev:before, .HomePageSlider__content___Qgrw_ .slick-next:before {
  content: none; }

.HomePageSlider__content___Qgrw_ .slick-disabled {
  display: none; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.DPLAUsers__wrapper___Ae-N9 {
  background-color: white; }

.DPLAUsers__DPLAUsers___1KKId {
  margin: 0 auto;
  padding: 2rem 1rem 0; }
  @media (min-width: 40em) {
    .DPLAUsers__DPLAUsers___1KKId {
      padding-top: 3rem; } }
  @media (min-width: 72em) {
    .DPLAUsers__DPLAUsers___1KKId {
      padding: 4rem 0;
      max-width: 70em; } }

.DPLAUsers__header___G6Geh {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.5rem;
  text-align: center; }
  @media (min-width: 40em) {
    .DPLAUsers__header___G6Geh {
      font-size: 2rem; } }
  @media (min-width: 52em) {
    .DPLAUsers__header___G6Geh {
      font-size: 2.25rem; } }

.DPLAUsers__itemColumn___1tdaY {
  margin-bottom: 1rem; }

.DPLAUsers__item___38vFa {
  padding: 3rem 2rem 2rem;
  height: 100%;
  text-align: center; }
  @media (min-width: 40em) {
    .DPLAUsers__item___38vFa {
      padding: 2rem 1rem; } }

.DPLAUsers__itemHeader___3Z15v {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem; }

.DPLAUsers__itemImg___iCCjX {
  margin: 0 auto;
  mix-blend-mode: multiply; }

.DPLAUsers__caption___34T-y {
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 2rem;
  color: rgba(0, 0, 0, 0.8); }
  .DPLAUsers__caption___34T-y p {
    max-width: 80%;
    margin: 0 auto; }
    @media (min-width: 40em) {
      .DPLAUsers__caption___34T-y p {
        font-size: 1.25rem; } }
    @media (min-width: 52em) {
      .DPLAUsers__caption___34T-y p {
        max-width: 60%; } }
  @media (min-width: 52em) {
    .DPLAUsers__caption___34T-y {
      margin-top: 2rem; } }

.DPLAUsers__captionButton___3Dsn7 {
  display: inline-block;
  margin-top: 2rem; }
  .DPLAUsers__captionButton___3Dsn7:hover {
    text-decoration: none; }
  @media (min-width: 52em) {
    .DPLAUsers__captionButton___3Dsn7 {
      margin-top: 2.5rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.NewsLane__wrapper___1yzO_ {
  background-color: #f9f6f0; }

.NewsLane__content___3xb7e {
  margin: 0 auto;
  padding: 2rem 1rem; }
  @media (min-width: 52em) {
    .NewsLane__content___3xb7e {
      padding: 3rem 1rem; } }
  @media (min-width: 72em) {
    .NewsLane__content___3xb7e {
      padding: 4rem 0; } }
  .NewsLane__content___3xb7e ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.5rem; }
    @media (max-width: 52em) {
      .NewsLane__content___3xb7e ul {
        display: block; } }
  .NewsLane__content___3xb7e li {
    margin-top: 1rem; }
    .NewsLane__content___3xb7e li:first-of-type {
      margin-top: 0; }
    @media (min-width: 52em) {
      .NewsLane__content___3xb7e li {
        margin-top: 0; } }

.NewsLane__header___3g3wa {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 52em) {
    .NewsLane__header___3g3wa {
      border-bottom: 0;
      padding-bottom: 0; } }

.NewsLane__headerText___1533X {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-size: 2rem; }
  @media (min-width: 40em) {
    .NewsLane__headerText___1533X {
      font-size: 2.25rem; } }
  @media (min-width: 72em) {
    .NewsLane__headerText___1533X {
      font-size: 3rem; } }

.NewsLane__headerLink___1PuEf {
  color: #ca4316;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0.25rem;
  display: block; }
  @media (min-width: 72em) {
    .NewsLane__headerLink___1PuEf {
      margin-top: 1rem; } }
  @media (min-width: 72em) {
    .NewsLane__headerLink___1PuEf {
      font-size: 1.25rem; } }

.NewsLane__chevron___2q-6H {
  height: 0.65rem;
  margin-left: 0.5rem; }

.NewsLane__post___2b34I {
  margin: 1rem 0; }
  .NewsLane__post___2b34I:first-child {
    position: relative; }
    @media (min-width: 52em) {
      .NewsLane__post___2b34I:first-child:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        left: -1.5rem; } }

.NewsLane__postLink___15cYq {
  font-weight: bold;
  font-size: 1rem; }

.NewsLane__date___22r9R {
  color: #6d6d6d;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 0.25rem;
  text-transform: uppercase; }
  @media (min-width: 52em) {
    .NewsLane__date___22r9R {
      margin-top: 0.5rem; } }

.NewsLane__bodyText___2IUi8 {
  margin-top: 0.25rem; }
  @media (min-width: 52em) {
    .NewsLane__bodyText___2IUi8 {
      margin-top: 0.5rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.RelatedSets__wrapper___2siMP {
  background-color: #f9f6f0;
  width: 100%; }

.RelatedSets__relatedSets___3cUw0 {
  padding: 2rem 1rem;
  /* overrides for react-slick css*/ }
  .RelatedSets__relatedSets___3cUw0 .slick-prev:before, .RelatedSets__relatedSets___3cUw0 .slick-next:before {
    content: none; }
  .RelatedSets__relatedSets___3cUw0 .slick-disabled {
    display: none; }
  @media (min-width: 72em) {
    .RelatedSets__relatedSets___3cUw0 {
      padding-left: 0;
      padding-right: 0; } }

.RelatedSets__item___3SYxw {
  padding: 0 0.5rem; }

.RelatedSets__header___3NKGT {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase; }

.RelatedSets__setLink___3qS7W {
  display: block;
  margin-top: 1rem; }

.RelatedSets__setLink___3qS7W:hover .RelatedSets__title___2yM9b {
  text-decoration: underline; }

.RelatedSets__title___2yM9b {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.5rem; }

.RelatedSets__setImage___1NvIw {
  width: 100%;
  height: auto;
  border-radius: 3px; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ResourcesTabs__wrapper___1B5Im {
  width: 100%; }

.ResourcesTabs__resourcesTabs___3xrMG {
  padding-top: 0;
  padding-bottom: 0; }

.ResourcesTabs__tabsWrapper___3xGZc {
  background-color: #f9f6f0;
  width: 100%;
  border-bottom: 1px solid rgba(53, 53, 53, 0.1);
  margin-bottom: 1rem; }

.ResourcesTabs__tabs___16UnJ {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 30em) {
    .ResourcesTabs__tabs___16UnJ {
      width: auto;
      padding: 0 1rem;
      display: block;
      text-align: left; } }

.ResourcesTabs__tab___3qdGn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  margin-right: 1rem;
  flex: 1;
  display: inline-block; }
  .ResourcesTabs__tab___3qdGn a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: black;
    border-bottom: 0.2rem solid transparent;
    height: 100%; }
    @media (min-width: 40em) {
      .ResourcesTabs__tab___3qdGn a {
        padding: 0 1rem 1rem; } }
    .ResourcesTabs__tab___3qdGn a:hover {
      text-decoration: none;
      border-bottom-color: black; }
  @media (min-width: 40em) {
    .ResourcesTabs__tab___3qdGn {
      margin-right: 0;
      font-size: 1rem; } }

.ResourcesTabs__activeTab___3FRCg a, .ResourcesTabs__activeTab___3FRCg a:hover {
  color: #ca4316;
  border-bottom: 0.2rem solid #ca4316; }

.ResourcesTabs__tab___3qdGn:last-child {
  margin-right: 0; }

.ResourcesTabs__hideOnSmallScreen___14dfH {
  display: none; }
  @media (min-width: 40em) {
    .ResourcesTabs__hideOnSmallScreen___14dfH {
      display: inline-block; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.TeachersGuide__wrapper___2FV-1 {
  width: 100%; }

.TeachersGuide__teachingGuide___1P6JP {
  /*flex-direction: column-reverse;

  @media (min-width: $mediumRem) {
    flex-direction: row;
  }*/ }

.TeachersGuide__print___2un49 {
  cursor: pointer; }

@media (min-width: 52em) {
  .TeachersGuide__content___3HG7v {
    margin-bottom: 2rem; } }

@media (min-width: 72em) {
  .TeachersGuide__content___3HG7v {
    margin-top: 2rem;
    margin-bottom: 4rem; } }

@media print {
  .TeachersGuide__content___3HG7v {
    margin-top: 0; } }

.TeachersGuide__sidebar___37y9W {
  font-size: 0.875rem;
  line-height: 1.125;
  margin-top: 1rem; }
  @media (min-width: 40em) {
    .TeachersGuide__sidebar___37y9W {
      margin-top: 2rem; } }

.TeachersGuide__sidebarHeader___2u9Un {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 5px; }

.TeachersGuide__sidebarSection___2MNvd {
  margin-bottom: 1.5rem;
  line-height: 1.5; }

.TeachersGuide__teacherTools___38XiS {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.TeachersGuide__teacherTools___38XiS .TeachersGuide__sidebarHeader___2u9Un {
  margin-bottom: 10px; }

.TeachersGuide__toolLink___115a_ {
  color: #007294;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline; }

.TeachersGuide__toolIcon___2nND3 {
  opacity: 0.4;
  height: 22px;
  width: 22px;
  margin-right: 13px;
  position: relative;
  top: 8px; }

.TeachersGuide__toolLinkAndIcon___1lCp1 {
  margin-bottom: 3px; }

.TeachersGuide__toolLinkAndIcon___1lCp1:last-of-type {
  margin-bottom: 17px; }

.TeachersGuide__semibold___3XUqx {
  font-weight: 600; }

.TeachersGuide__ul___38G0r {
  list-style: initial;
  margin-bottom: 0.6rem; }

.TeachersGuide__aboutThis___3Rtka {
  font-size: 0.875rem;
  margin-top: 50px;
  border: 2px solid rgba(0, 0, 0, 0.04);
  background-color: #f9f6f0;
  padding: 18px 20px 20px;
  margin-bottom: 1rem; }

@media print {
  .TeachersGuide__tools___UeQsQ {
    display: none; } }

.TeachersGuide__aboutThisHeader___J9Tk5 {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem; }

.TeachersGuide__aboutThisLink___cBs-m {
  display: inline-block; }

.TeachersGuide__additionalToolWrapper___3ot2B {
  margin-bottom: 0.5rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.SourceSetSources__sourceSetSources___3SOY7 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem; }
  @media (min-width: 72em) {
    .SourceSetSources__sourceSetSources___3SOY7 {
      margin-top: 3rem; } }

.SourceSetSources__set___2ymhc {
  flex-basis: calc(50% - 0.25rem);
  margin-right: 0.25rem;
  margin-bottom: 28px; }
  .SourceSetSources__set___2ymhc:nth-child(2n) {
    margin-right: 0; }
  @media (min-width: 30em) {
    .SourceSetSources__set___2ymhc {
      flex-basis: calc(33% - 15px);
      margin-right: 29px; }
      .SourceSetSources__set___2ymhc:nth-child(2n) {
        margin-right: 20px; }
      .SourceSetSources__set___2ymhc:nth-child(3n) {
        margin-right: 0; } }
  @media (min-width: 40em) {
    .SourceSetSources__set___2ymhc {
      flex-basis: calc(25% - 15px);
      margin-right: 20px; }
      .SourceSetSources__set___2ymhc:nth-child(2n) {
        margin-right: 20px; }
      .SourceSetSources__set___2ymhc:nth-child(3n) {
        margin-right: 20px; }
      .SourceSetSources__set___2ymhc:nth-child(4n) {
        margin-right: 0; } }

.SourceSetSources__imageWrapper___35Cj_ {
  background-color: #f9f6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  position: relative;
  height: 180px; }

.SourceSetSources__defaultImageWrapper___AV2FD img {
  height: auto; }

.SourceSetSources__image___1jcCc {
  margin: 0.5rem;
  max-width: 100%;
  max-height: 100%; }

.SourceSetSources__title___1LYz1 {
  font-size: 0.75rem; }
  @media (min-width: 40em) {
    .SourceSetSources__title___1LYz1 {
      font-size: 0.875rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.SourceCarousel__wrapper___tShT7 {
  padding: 0.75rem 0 0 0; }
  @media (min-width: 40em) {
    .SourceCarousel__wrapper___tShT7 {
      margin-top: 4rem;
      padding: 2rem 0;
      background-color: #f9f6f0; } }

.SourceCarousel__sourceCarousel___B1M9E {
  padding-right: 0;
  padding-left: 0;
  /* overrides for react-slick css*/ }
  .SourceCarousel__sourceCarousel___B1M9E .slick-prev:before, .SourceCarousel__sourceCarousel___B1M9E .slick-next:before {
    content: none; }
  .SourceCarousel__sourceCarousel___B1M9E .slick-disabled, .SourceCarousel__sourceCarousel___B1M9E .slick-next, .SourceCarousel__sourceCarousel___B1M9E .slick-prev {
    display: none; }
  @media (min-width: 40em) {
    .SourceCarousel__sourceCarousel___B1M9E {
      padding-right: 1rem;
      padding-left: 1rem; }
      .SourceCarousel__sourceCarousel___B1M9E .slick-next, .SourceCarousel__sourceCarousel___B1M9E .slick-prev {
        display: block; } }
  .SourceCarousel__sourceCarousel___B1M9E .slick-disabled {
    display: none; }
  .SourceCarousel__sourceCarousel___B1M9E .slick-list {
    display: none; }
    @media (min-width: 40em) {
      .SourceCarousel__sourceCarousel___B1M9E .slick-list {
        display: block; } }

.SourceCarousel__headerAndNav___MHF0z {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column; }
  @media (min-width: 40em) {
    .SourceCarousel__headerAndNav___MHF0z {
      margin-bottom: 1rem; } }

@media (min-width: 40em) {
  .SourceCarousel__headerAndNav___MHF0z {
    flex-direction: row; } }

.SourceCarousel__header___1i0E8 {
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 40em) {
    .SourceCarousel__header___1i0E8 {
      font-weight: 600;
      margin-left: 0;
      margin-right: 0;
      font-size: 1rem; } }

.SourceCarousel__items___3fJrj {
  display: flex; }

.SourceCarousel__item___lIt_O:last-child {
  margin-right: 0; }

.SourceCarousel__item___lIt_O {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
  position: relative; }

.SourceCarousel__itemText___OKgHa {
  font-size: 0.875rem;
  line-height: 1.0625;
  padding: 0 0.25rem;
  width: 100%; }

.SourceCarousel__itemImgWrapper___1USdl {
  align-items: center;
  background-color: white;
  border: 0.3rem solid transparent;
  display: flex;
  height: 10rem;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 1rem; }

.SourceCarousel__itemImg___fLQAI {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%; }
  @supports ((-o-object-fit: contain) or (object-fit: contain)) {
    .SourceCarousel__itemImg___fLQAI {
      height: 100%; } }

.SourceCarousel__currentItemImgWrapper___MtP6Q {
  border: 0.3rem solid #0080a5; }

.SourceCarousel__prevAndNextButtons___mxgzO {
  display: flex;
  text-align: center;
  margin-top: 0.75rem;
  justify-content: flex-end;
  width: 100%; }
  @media (min-width: 40em) {
    .SourceCarousel__prevAndNextButtons___mxgzO {
      width: auto; } }

.SourceCarousel__nextItemButton___3cQY3, .SourceCarousel__previousItemButton___2jtgJ {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 0;
  white-space: nowrap;
  width: 100%; }
  @media (min-width: 40em) {
    .SourceCarousel__nextItemButton___3cQY3, .SourceCarousel__previousItemButton___2jtgJ {
      padding: 0;
      width: auto; } }

.SourceCarousel__nextItemButton___3cQY3, .SourceCarousel__nextItemButton___3cQY3:visited {
  background-color: #ca4316;
  color: white; }
  @media (min-width: 40em) {
    .SourceCarousel__nextItemButton___3cQY3, .SourceCarousel__nextItemButton___3cQY3:visited {
      background-color: transparent; } }
  @media (min-width: 40em) {
    .SourceCarousel__nextItemButton___3cQY3, .SourceCarousel__nextItemButton___3cQY3:visited {
      color: #ca4316; } }

.SourceCarousel__previousItemButton___2jtgJ, .SourceCarousel__previousItemButton___2jtgJ:visited {
  color: black;
  background-color: #e3e0da; }
  @media (min-width: 40em) {
    .SourceCarousel__previousItemButton___2jtgJ, .SourceCarousel__previousItemButton___2jtgJ:visited {
      margin-right: 1rem;
      color: #ca4316;
      background-color: transparent; } }

.SourceCarousel__disabledNextOrPrevButton___2b1LP {
  cursor: not-allowed; }
  @media (min-width: 40em) {
    .SourceCarousel__disabledNextOrPrevButton___2b1LP {
      display: none; } }

.SourceCarousel__thickChevron___UnwH7 {
  height: 13px;
  padding-left: 10px;
  position: relative;
  top: 1px;
  width: 7px; }
  .SourceCarousel__thickChevron___UnwH7 path {
    fill: white; }
  @media (min-width: 40em) {
    .SourceCarousel__thickChevron___UnwH7 path {
      fill: #ca4316; } }
  .SourceCarousel__thickChevron___UnwH7.SourceCarousel__flippedH___1px8D {
    transform: scaleX(-1); }
    .SourceCarousel__thickChevron___UnwH7.SourceCarousel__flippedH___1px8D path {
      fill: black; }
    @media (min-width: 40em) {
      .SourceCarousel__thickChevron___UnwH7.SourceCarousel__flippedH___1px8D path {
        fill: #ca4316; } }

.SourceCarousel__linkToSourceSet___HPo2p {
  display: inline-block; }

/* react-slick style overrides */
.SourceCarousel__sourceCarousel___B1M9E .slick-list {
  padding: 0 6px; }

.SourceCarousel__defaultImageWrapper___1xybR {
  align-items: center;
  background-color: white;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  display: flex;
  justify-content: center; }
  .SourceCarousel__defaultImageWrapper___1xybR .SourceCarousel__itemImg___fLQAI {
    width: 50%; }
  .SourceCarousel__defaultImageWrapper___1xybR img {
    min-height: auto;
    min-width: auto; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.FiltersList__filtersListWrapper___1Nav4 {
  width: 100%; }
  @media (min-width: 40em) {
    .FiltersList__filtersListWrapper___1Nav4 {
      background-color: #f9f6f0;
      box-shadow: inset 0 -0.075rem 0.075rem 0 rgba(0, 0, 0, 0.05); } }

.FiltersList__filtersList___31oDH {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.15s ease-in-out, visibility 0s 0.15s; }
  .FiltersList__filtersList___31oDH.FiltersList__isOpen___k6XJ1 {
    visibility: visible;
    max-height: 20rem; }
  @media (min-width: 40em) {
    .FiltersList__filtersList___31oDH {
      max-height: none;
      visibility: visible;
      overflow: visible;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem 1rem 0.5rem; } }

@media (min-width: 40em) {
  .FiltersList__labelAndFilters___Apk4q {
    display: flex;
    align-items: center; } }

.FiltersList__labelText___1Xnbd {
  color: #163f51;
  font-weight: 600;
  font-size: 1rem;
  flex-shrink: 0;
  align-self: baseline;
  display: block;
  margin: 0.5rem 0; }
  @media (min-width: 40em) {
    .FiltersList__labelText___1Xnbd {
      margin-right: 0.75rem;
      margin-top: 0.1rem; } }

.FiltersList__filters___56ZzO {
  display: inline-flex;
  flex-wrap: wrap; }

.FiltersList__filter___2UKRx {
  background-color: #0080a5;
  color: white;
  font-size: 0.875rem;
  border-radius: 2px;
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.25rem; }

.FiltersList__filterLink___2UOjz, .FiltersList__filterLink___2UOjz:visited {
  color: white;
  display: inline-block;
  padding: 4px 8px; }
  .FiltersList__filterLink___2UOjz:hover, .FiltersList__filterLink___2UOjz:visited:hover {
    text-decoration: none; }

.FiltersList__filterText___3PNCH {
  font-weight: 600;
  margin-right: 0.5rem; }

.FiltersList__closeIcon___3liPz {
  width: 9px;
  height: 9px; }

.FiltersList__clearAll___3rNS8, .FiltersList__clearAll___3rNS8:visited {
  color: #ca4316;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  align-self: flex-end; }
  .FiltersList__clearAll___3rNS8:hover span, .FiltersList__clearAll___3rNS8:visited:hover span {
    text-decoration: underline; }
  @media (min-width: 40em) {
    .FiltersList__clearAll___3rNS8, .FiltersList__clearAll___3rNS8:visited {
      font-size: 1rem;
      align-self: baseline;
      color: #ca4316;
      margin-top: 0.2rem; } }

.FiltersList__clearAllIcon___1Hezb {
  height: 12px;
  width: 12px;
  margin-right: 0.5rem;
  position: relative;
  top: 1px; }

.FiltersList__clearAllIconPath___2KMOy {
  fill: #ca4316; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Alert__alert___Ltxs_ {
  background-color: #f9ba3f;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  color: black;
  display: inline-block;
  left: 50%;
  margin-left: -10rem;
  padding: 0.5rem 1rem;
  position: fixed;
  text-align: center;
  top: -5rem;
  transition: top 0.1s ease-out;
  width: 20rem;
  z-index: 11; }
  .Alert__alert___Ltxs_.Alert__open___1aIYk {
    top: 1rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ItemList__itemList___3w1Hw {
  flex: 1;
  padding-bottom: 125px; }

.ItemList__itemListHeader___3WRd1 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 40em) {
    .ItemList__itemListHeader___3WRd1 {
      padding-right: 0;
      padding-left: 0; } }

.ItemList__itemCount___2ENFm {
  font-size: 1.375rem;
  line-height: 1.75; }

.ItemList__viewButtons___V-kHS {
  margin-left: auto; }

.ItemList__gridViewButton___1U2UP {
  border-radius: 2px 0 0 2px;
  padding: 7px 7px 5px;
  transform: rotate(180deg); }

.ItemList__listViewButton___1hsmd {
  border-radius: 0 2px 2px 0;
  padding: 7px 7px 5px;
  transform: rotate(180deg); }

.ItemList__viewButtonInactive___3DiGt.ItemList__gridViewButton___1U2UP {
  box-shadow: 0 -1px 2px 0 #e7e7e7; }

.ItemList__viewButtonInactive___3DiGt.ItemList__listViewButton___1hsmd {
  box-shadow: 0 -1px 2px 0 #e7e7e7; }

.ItemList__viewButtonActive___3F39k {
  cursor: default;
  background-color: #ebe9e8; }

.ItemList__viewButtonActive___3F39k .ItemList__viewButtonIcon___1XLGC {
  opacity: 0.45; }

.ItemList__viewButtonIcon___1XLGC {
  height: 18px; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Sidebar__sidebar___2creq {
  width: 100%;
  padding: 0 1rem; }
  @media (min-width: 40em) {
    .Sidebar__sidebar___2creq {
      width: 300px;
      padding: 0;
      margin-right: 20px; } }

.Sidebar__subtopicInfo___26XOi {
  background-color: #f9f6f0;
  margin-bottom: 30px; }

.Sidebar__subtopicInfoText___2bJps {
  padding: 0 27px 30px; }

.Sidebar__image___TtYj2 {
  border-bottom: 4px solid #f7a80e;
  margin-bottom: 15px;
  width: 100%; }

.Sidebar__title___1AJx_ {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: normal; }

.Sidebar__relatedResources___1Uzgm {
  display: flex; }

.Sidebar__relatedHeader___YivND {
  font-size: 1.125rem;
  line-height: 1.4375;
  margin-bottom: 15px; }

.Sidebar__relatedResource___2_mX6 {
  margin-right: 7px;
  flex: 1; }

.Sidebar__relatedResource___2_mX6:last-child {
  margin-right: 0; }

.Sidebar__relatedResourceType___Bm3tx {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.9375; }

.Sidebar__relatedResourceTitle___wKZ0o {
  font-size: 0.875rem;
  line-height: 0.9375; }

.Sidebar__relatedResourceImage___1P28- {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 5px; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.SubtopicItemsList__sidebarAndItemList___2UFGw {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 40em) {
    .SubtopicItemsList__sidebarAndItemList___2UFGw {
      flex-direction: row;
      padding-left: 1rem;
      padding-right: 1rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.ListComponents__wrapper___2zAI1 {
  margin: 1rem 0 2rem; }

.ListComponents__note___1RELc {
  margin: 1rem 0; }

.ListComponents__loading___3-R-3 {
  margin: 3rem 0; }

.ListComponents__empty___PiM5O p {
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-width: 60ch; }

.ListComponents__contentTitle___31LQT {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.ListComponents__createList___105t3 {
  margin-bottom: 1rem; }

.ListComponents__listDetailWrapper___3LdKN {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.ListComponents__listDetailName___2v_z3 {
  display: flex;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.ListComponents__listRenameButton___32QZv {
  margin-left: 1rem; }

.ListComponents__listDeleteConfirm___1wSyf {
  display: flex; }

.ListComponents__lists___1W7AL {
  display: grid;
  grid-gap: 1rem 6rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); }

.ListComponents__listItem___295Kr {
  align-items: baseline;
  border-bottom: 0.075rem solid #e0e0e0;
  display: grid;
  grid-template: "name count" auto "date date" 1.5rem / 3fr 1fr;
  height: 100%;
  padding-bottom: 0.5rem; }
  .ListComponents__listItem___295Kr:hover {
    border-bottom-color: #ca4316;
    text-decoration: none; }
  @media (max-width: 52em) {
    .ListComponents__listItem___295Kr {
      display: block; } }

.ListComponents__listName___18Zka {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  grid-area: name; }

.ListComponents__listCount___66ltE {
  color: #6d6d6d;
  grid-area: count;
  margin-left: auto; }

.ListComponents__listDate___2u6gI {
  color: #6d6d6d;
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  grid-area: date;
  margin-bottom: 1rem; }

.ListComponents__listOfLists___O34BB {
  margin-top: 1rem;
  max-height: 20rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.ListComponents__checkboxLabel___v-zEC {
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  margin: 0 0.5rem 0.5rem; }
  .ListComponents__checkboxLabel___v-zEC.ListComponents__disabled___2Dh6n {
    color: #6d6d6d; }
  @media (max-width: 52em) {
    .ListComponents__checkboxLabel___v-zEC {
      margin: 1.5rem 0.5rem; } }

.ListComponents__checkbox___2pbsV {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.125rem solid #007294;
  border-radius: 0.25rem;
  cursor: pointer;
  height: 1.2rem;
  margin-right: 0.5rem;
  min-width: 1.2rem;
  position: relative; }
  .ListComponents__checkbox___2pbsV[disabled] {
    border-color: #6d6d6d; }
  .ListComponents__checkbox___2pbsV:checked {
    background-color: #007294;
    border-color: #007294; }
  .ListComponents__checkbox___2pbsV:checked:after {
    border: 0.2rem solid white;
    border-top: none;
    border-right: none;
    color: white;
    content: "";
    height: 0.3rem;
    left: 0.1rem;
    position: absolute;
    top: 0.1rem;
    transform: rotate(-45deg);
    width: 0.6rem; }

.ListComponents__listCount___66ltE {
  color: #6d6d6d;
  white-space: nowrap; }

.ListComponents__disabled___2Dh6n {
  cursor: not-allowed; }

.ListComponents__newListModal___LPEbK {
  margin: 0.5rem 0; }

video {
  border-radius: 0.5rem;
  display: inline-block;
  margin: 2rem 0;
  max-width: 600px;
  width: 100%; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.itemComponent__faveAndCiteButtons___2gh5f {
  align-self: baseline;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 40em) {
    .itemComponent__faveAndCiteButtons___2gh5f {
      width: 225px; } }

.itemComponent__contentWrapper___NWY32 {
  margin-top: 1rem;
  display: flex;
  flex-direction: column; }
  @media (min-width: 40em) {
    .itemComponent__contentWrapper___NWY32 {
      margin-top: 2rem;
      flex-direction: row; } }

.itemComponent__citeButton___k8hjl {
  margin-top: 0.5rem;
  width: 100%;
  text-align: center;
  background-color: #f3f7f8; }

.itemComponent__notFound___10vud {
  margin: 0 0 3rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Pagination__pagination___7Dm1- {
  display: flex;
  margin-top: 20px;
  text-align: right;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif; }
  @media (min-width: 40em) {
    .Pagination__pagination___7Dm1- {
      display: block; } }

.Pagination__link___3oM1B, .Pagination__link___3oM1B:visited {
  display: none; }
  @media (min-width: 40em) {
    .Pagination__link___3oM1B, .Pagination__link___3oM1B:visited {
      display: inline-block;
      color: #0674a5;
      font-size: 1.125rem;
      padding: 3px 10px;
      margin: 0 3px;
      border-radius: 2px; } }

.Pagination__ellipses___3oMBW {
  display: none; }
  @media (min-width: 40em) {
    .Pagination__ellipses___3oMBW {
      display: inline-block; } }

.Pagination__link___3oM1B:first-child {
  margin-left: 0; }

.Pagination__activeLink___2EkWl, .Pagination__activeLink___2EkWl:visited {
  color: black;
  box-sizing: border-box;
  border: 0.1rem solid #e7e7e7; }

.Pagination__link___3oM1B:not(.Pagination__activeLink___2EkWl):hover {
  background-color: #f3f7f8; }

.Pagination__nextButton___Skgko, .Pagination__previousButton___2f-Wi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 100%;
  font-size: 1rem;
  padding: 0.75rem 2rem; }
  @media (min-width: 40em) {
    .Pagination__nextButton___Skgko, .Pagination__previousButton___2f-Wi {
      font-size: 1.125rem;
      padding: 10px 19px;
      border-radius: 2px;
      width: auto;
      display: inline-flex;
      justify-content: initial; } }

.Pagination__previousButton___2f-Wi, .Pagination__previousButton___2f-Wi:visited {
  background-color: #e3e0da;
  color: black; }
  @media (min-width: 40em) {
    .Pagination__previousButton___2f-Wi, .Pagination__previousButton___2f-Wi:visited {
      background-color: #f3f7f8;
      color: #0674a5;
      margin-right: 10px; } }

.Pagination__nextButton___Skgko, .Pagination__nextButton___Skgko:visited {
  background-color: #ca4316;
  color: white; }
  @media (min-width: 40em) {
    .Pagination__nextButton___Skgko, .Pagination__nextButton___Skgko:visited {
      background-color: #f3f7f8;
      color: #0674a5;
      margin-left: 10px; } }

.Pagination__nextChevron___ESlS9 {
  height: 12px;
  width: 6px;
  margin-left: 0.5rem; }
  .Pagination__nextChevron___ESlS9 path {
    fill: white; }
    @media (min-width: 40em) {
      .Pagination__nextChevron___ESlS9 path {
        fill: #0674a5; } }
  @media (min-width: 40em) {
    .Pagination__nextChevron___ESlS9 {
      height: 14px;
      width: 8px; } }

.Pagination__prevChevron___2Yf1o {
  height: 12px;
  width: 6px;
  transform: rotate(180deg);
  margin-right: 0.5rem; }
  .Pagination__prevChevron___2Yf1o path {
    fill: black; }
    @media (min-width: 40em) {
      .Pagination__prevChevron___2Yf1o path {
        fill: #0674a5; } }
  @media (min-width: 40em) {
    .Pagination__prevChevron___2Yf1o {
      height: 14px;
      width: 8px; } }

.Pagination__hideOnLargeScreens___2uOZI {
  cursor: not-allowed; }
  @media (min-width: 40em) {
    .Pagination__hideOnLargeScreens___2uOZI {
      display: none; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Accordion__subitems___18oH7 {
  height: auto;
  background-color: #f9f6f0;
  font-size: 0.875rem;
  padding: 0.5rem 0.7rem 0.7rem;
  max-height: 18rem;
  overflow-y: scroll;
  transition: all 0.2s ease-in-out; }
  .Accordion__subitems___18oH7.Accordion__date___12ReI {
    overflow-y: auto; }

.Accordion__inactive___3J3LG .Accordion__subitems___18oH7 {
  visibility: hidden;
  padding: 0 0.7rem;
  max-height: 0; }

.Accordion__inactive___3J3LG, .Accordion__active___1HjTR {
  position: relative; }

.Accordion__active___1HjTR {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08); }

.Accordion__itemHeader___3bgHP {
  align-items: center;
  background-color: #f9f6f0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.1875;
  padding: 10px 13px 10px 11px;
  text-align: left;
  width: 100%; }
  .Accordion__itemHeader___3bgHP h3 {
    flex-grow: 1;
    font-size: 0.9375rem;
    font-weight: 600; }

.Accordion__inactive___3J3LG:last-of-type .Accordion__itemHeader___3bgHP {
  border-bottom: none; }

.Accordion__addIcon___2wV9O, .Accordion__subtractIcon___3vHK_ {
  align-self: center; }

.Accordion__addIcon___2wV9O {
  height: 12px;
  width: 12px; }

.Accordion__subtractIcon___3vHK_ {
  height: 3px;
  width: 15px; }

.Accordion__informationIcon___Ki6QQ {
  width: 15px;
  margin: 0 1em;
  -webkit-filter: invert(61%) sepia(24%) saturate(666%) hue-rotate(153deg) brightness(90%) contrast(84%);
          filter: invert(61%) sepia(24%) saturate(666%) hue-rotate(153deg) brightness(90%) contrast(84%); }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.Sidebar__informationIcon___1t7Uz {
  width: 15px;
  margin: 0 .4em;
  -webkit-filter: invert(61%) sepia(24%) saturate(666%) hue-rotate(153deg) brightness(90%) contrast(84%);
          filter: invert(61%) sepia(24%) saturate(666%) hue-rotate(153deg) brightness(90%) contrast(84%); }

.Sidebar__sidebar___nVp1d {
  flex-shrink: 0;
  margin: 0 0.5rem; }
  @media (min-width: 40em) {
    .Sidebar__sidebar___nVp1d {
      margin: 0; } }
  .Sidebar__sidebar___nVp1d h2 {
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 600; }
    @media (min-width: 40em) {
      .Sidebar__sidebar___nVp1d h2 {
        padding: 0.5rem;
        font-size: 1.2rem; } }

.Sidebar__facet___KBccX {
  margin-bottom: 0.5rem;
  display: flex; }
  .Sidebar__facet___KBccX:hover .Sidebar__facetName___1bB2q {
    text-decoration: underline; }

.Sidebar__facetName___1bB2q {
  color: black;
  flex-basis: 80%;
  font-size: 0.8125rem;
  word-break: break-word; }

.Sidebar__activeFacetName___5OxhQ {
  color: #0674a5;
  font-weight: bold; }

.Sidebar__facetCount___djJPA {
  color: #6d6d6d;
  flex-basis: 20%;
  font-size: 0.8125rem;
  margin-left: 0.25rem;
  text-align: right; }

.Sidebar__dateRangeFacet___1kgxX {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.Sidebar__dateFacet___NR-yI {
  margin-bottom: 0.5rem; }
  .Sidebar__dateFacet___NR-yI span {
    display: block;
    margin-bottom: 0.25rem; }
  .Sidebar__dateFacet___NR-yI input {
    border: 0.05rem solid #6d6d6d;
    border-radius: 0.125rem;
    padding: 0.5rem 0.5rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.AboutLocal__wrapper___2Snqy {
  background-color: #f3f7f8;
  margin: 2rem 0 0;
  padding: 1rem 0 3rem; }
  @media (min-width: 40em) {
    .AboutLocal__wrapper___2Snqy {
      margin-bottom: -10rem; } }

.AboutLocal__header___232Iu {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1.25rem;
  margin-bottom: 1rem; }

.AboutLocal__itemList___JfgRj {
  display: flex;
  flex-direction: column; }
  @media (min-width: 40em) {
    .AboutLocal__itemList___JfgRj {
      flex-direction: row; } }

.AboutLocal__item___SK5QJ {
  border-bottom: 0.075rem solid #e7e7e7;
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0; }
  .AboutLocal__item___SK5QJ:last-child {
    border-bottom: none; }
  @media (min-width: 40em) {
    .AboutLocal__item___SK5QJ {
      border-bottom: none;
      flex-basis: calc(25% - 1rem);
      flex-direction: column;
      margin: 0 0.5rem;
      padding: 0; }
      .AboutLocal__item___SK5QJ:first-child {
        flex-basis: calc(25% - 0.5rem);
        margin-left: 0; }
      .AboutLocal__item___SK5QJ:last-child {
        flex-basis: calc(25% - 0.5rem);
        margin-right: 0; } }

.AboutLocal__itemImage___3xUv5 {
  margin: 0 0.5rem;
  width: calc(34% - 1rem); }
  @media (min-width: 40em) {
    .AboutLocal__itemImage___3xUv5 {
      margin: 0;
      width: 100%; } }

.AboutLocal__itemInfo___18VpB {
  margin-top: 0;
  width: 66%; }
  @media (min-width: 40em) {
    .AboutLocal__itemInfo___18VpB {
      margin-top: 0.5rem;
      width: 100%; } }

.AboutLocal__itemTitle___1MoFM {
  font-size: 0.875rem;
  font-weight: 600; }
  @media (min-width: 40em) {
    .AboutLocal__itemTitle___1MoFM {
      font-size: 1.125rem;
      font-weight: normal;
      margin-right: 0.5rem; } }

.AboutLocal__itemAuthorAndDate___1deBu {
  margin-top: 0.25rem;
  color: #6d6d6d;
  font-size: 0.875rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
@media (min-width: 40em) {
  .MainContent__wrapper___2C2Bh {
    padding-bottom: 10rem; } }

.MainContent__mainContent___2i2fP {
  display: flex;
  flex-direction: column; }
  @media (max-width: 40em) {
    .MainContent__mainContent___2i2fP {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 40em) {
    .MainContent__mainContent___2i2fP {
      margin-top: 2rem;
      flex-direction: row; } }

.MainContent__resultsAndPagination___1GFKB {
  flex-basis: 66%; }
  @media (min-width: 52em) {
    .MainContent__resultsAndPagination___1GFKB {
      flex-basis: 75%; } }
  @media (max-width: 40em) {
    .MainContent__resultsAndPagination___1GFKB {
      margin-top: 1rem; } }

.MainContent__noResults___1x6EV {
  margin: 0 1rem; }

.MainContent__sidebar___1Jn5j {
  flex-basis: 33%;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  transition: max-height 0.15s ease-in-out, visibility 0s 0.15s; }
  .MainContent__sidebar___1Jn5j.MainContent__isOpen___34mqM {
    visibility: visible;
    max-height: 200rem; }
  @media (min-width: 40em) {
    .MainContent__sidebar___1Jn5j {
      margin-right: 1rem;
      max-height: none;
      visibility: visible;
      overflow: visible; } }

.MaxPageError__maxPageError___1gxTJ {
  margin-bottom: 10rem;
  margin-top: 2rem; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.StayInformed__wrapper___3wNWP {
  background-color: #f3f7f8; }

.StayInformed__content___2UgU9 {
  margin: 0 auto;
  padding: 2rem 1rem; }
  @media (min-width: 52em) {
    .StayInformed__content___2UgU9 {
      padding: 3rem 1rem; } }
  @media (min-width: 72em) {
    .StayInformed__content___2UgU9 {
      padding: 4rem 0; } }

.StayInformed__header___o5g8D {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 52em) {
    .StayInformed__header___o5g8D {
      border-bottom: 0;
      padding-bottom: 0; } }

.StayInformed__headerText___2Y5Et {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-size: 2rem; }
  @media (min-width: 40em) {
    .StayInformed__headerText___2Y5Et {
      font-size: 2.25rem; } }
  @media (min-width: 72em) {
    .StayInformed__headerText___2Y5Et {
      font-size: 3rem; } }

.StayInformed__formWrapper___jFI8j {
  position: relative;
  display: flex; }
  @media (min-width: 52em) {
    .StayInformed__formWrapper___jFI8j:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 100%;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      left: -1.5rem; } }

.StayInformed__form___1xuna {
  display: flex;
  flex-direction: column;
  width: 100%; }

.StayInformed__formCallToAction___1kP5l {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-size: 1rem; }

.StayInformed__formInputs___3WggG {
  display: flex; }

.StayInformed__email___AxGUW, .StayInformed__button___2dfFp {
  padding: 0.75rem 0.5rem;
  border: none;
  font-size: 1rem;
  box-sizing: border-box; }
  @media (min-width: 40em) {
    .StayInformed__email___AxGUW, .StayInformed__button___2dfFp {
      font-size: 1.25rem;
      padding: 1rem 0.75rem; } }

.StayInformed__email___AxGUW {
  width: 70%;
  border-radius: 0.2rem 0 0 0.2rem; }

.StayInformed__button___2dfFp {
  width: 30%;
  border-radius: 0 0.2rem 0.2rem 0;
  color: white;
  background-color: #0080a5;
  cursor: pointer; }

.StayInformed__miel___2DPQj {
  display: none !important;
  /* captcha */ }

.StayInformed__interestsContainer___2znhJ {
  display: flex;
  flex-direction: column; }

.StayInformed__interestsContainer___2znhJ label {
  padding-left: 5px; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.WebsiteFeature__wrapper___3UPoX {
  margin: 0 auto;
  background-color: #cbe3e8;
  display: flex;
  align-items: center;
  padding-right: 3rem; }
  @media (max-width: 52em) {
    .WebsiteFeature__wrapper___3UPoX {
      display: block;
      padding-right: 0; } }

.WebsiteFeature__imageWrapper___1aF-l {
  min-width: 15rem;
  align-self: stretch;
  background-size: cover; }
  @media (max-width: 52em) {
    .WebsiteFeature__imageWrapper___1aF-l {
      display: none; } }

.WebsiteFeature__textWrapper___3nLwH {
  padding: 2rem 1rem 2.5rem 2rem;
  flex-grow: 2; }
  .WebsiteFeature__textWrapper___3nLwH.WebsiteFeature__noImage____toeb {
    padding-left: 3rem; }
  @media (max-width: 52em) {
    .WebsiteFeature__textWrapper___3nLwH, .WebsiteFeature__textWrapper___3nLwH.WebsiteFeature__noImage____toeb {
      padding: 1rem 1rem 1.5rem; } }

.WebsiteFeature__title___wA7dt {
  font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 0.5rem; }
  @media (max-width: 52em) {
    .WebsiteFeature__title___wA7dt {
      font-size: 2rem; } }

.WebsiteFeature__text___1oZGi, .WebsiteFeature__button___1zIY7 {
  font-size: 1.125rem; }
  @media (max-width: 52em) {
    .WebsiteFeature__text___1oZGi, .WebsiteFeature__button___1zIY7 {
      font-size: 1rem; } }

.WebsiteFeature__button___1zIY7, .WebsiteFeature__button___1zIY7:visited {
  color: white;
  background-color: #0080a5;
  font-weight: normal;
  border-radius: 2px;
  padding: 0.75rem 2rem;
  transition: background-color 0.15s ease-out;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer; }
  .WebsiteFeature__button___1zIY7:hover, .WebsiteFeature__button___1zIY7:visited:hover {
    text-decoration: none;
    background-color: #163f51; }
  @media (max-width: 52em) {
    .WebsiteFeature__button___1zIY7, .WebsiteFeature__button___1zIY7:visited {
      margin: 0 1rem 1rem; } }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.HomeUser__wrapper___27Kfg {
  background-color: #f9f6f0; }

/* semantic colors */
/* serif font stack from https://www.client9.com/css-system-font-stack---serif-medium---v1/ */
/* sans font stack from https://css-tricks.com/snippets/css/system-font-stack/ */
.HomePro__heroWrapper___1N3_e {
  background-color: #2f4a57;
  background-image: url("/static/images/pro/home-hero-bg.png");
  background-position: center/100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white; }
  .HomePro__heroWrapper___1N3_e.HomePro__withFeature___NDUXi {
    margin-bottom: -5rem;
    padding-bottom: 7rem;
    /* adds 5rem to allow for overlapping feature */ }

.HomePro__heroText___3Wcpg {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1rem; }
  .HomePro__heroText___3Wcpg h1 {
    font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
    font-weight: normal;
    font-size: 1.8rem;
    max-width: 24rem;
    margin-bottom: 1rem; }
  .HomePro__heroText___3Wcpg p {
    font-size: 1.375rem;
    margin-left: 0; }
  @media (min-width: 52em) {
    .HomePro__heroText___3Wcpg {
      flex-direction: row;
      padding: 4rem 1rem 2rem; }
      .HomePro__heroText___3Wcpg h1 {
        font-size: 2.1rem;
        border-right: 0.06rem solid white;
        max-width: 50%;
        padding-right: 2.8rem; }
      .HomePro__heroText___3Wcpg p {
        margin-left: 2.8rem;
        font-size: 1.4rem; } }
  @media (min-width: 72em) {
    .HomePro__heroText___3Wcpg {
      padding: 8.5rem 0 4rem; }
      .HomePro__heroText___3Wcpg h1 {
        font-size: 2.9rem;
        max-width: none; }
      .HomePro__heroText___3Wcpg p {
        font-size: 1.5rem;
        max-width: 22rem; } }

.HomePro__sectionList___2AvSa {
  background-color: white;
  padding: 1rem 0; }
  .HomePro__sectionList___2AvSa ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
    padding: 0.5rem 1rem; }
    @supports (display: grid) {
      .HomePro__sectionList___2AvSa ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
        grid-column-gap: 1rem;
        align-items: stretch; } }
  .HomePro__sectionList___2AvSa li {
    margin-bottom: 1rem; }
  .HomePro__sectionList___2AvSa a {
    align-items: center;
    background: #f3f7f8;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    font-family: "Iowan Old Style", Palatino Linotype, Palatino, serif;
    font-size: 1.6rem;
    height: 15rem;
    justify-content: center; }
  .HomePro__sectionList___2AvSa svg {
    fill: #5d7384;
    width: 100%;
    margin-bottom: 1rem; }

.HomePro__icon___1eXZK {
  display: block;
  margin: 0 auto; }


/*# sourceMappingURL=styles.d8b6aee4.chunk.css.map*/