/* -- breaks -- */
/* line 59, ../sass/parts/_defaults.scss */
.treefrog svg path, .Practical-Pointers svg path {
  fill: #2b8500;
}

/* line 60, ../sass/parts/_defaults.scss */
.ming svg path {
  fill: #007f98;
}

/* line 61, ../sass/parts/_defaults.scss */
.bluejay svg path, .Resources svg path, .Book-Review svg path {
  fill: #2e6de7;
}

/* line 62, ../sass/parts/_defaults.scss */
.iris svg path, .Dateline svg path {
  fill: #9013fe;
}

/* line 63, ../sass/parts/_defaults.scss */
.lily svg path, .Letters svg path {
  fill: #d41583;
}

/* line 64, ../sass/parts/_defaults.scss */
.scarlett svg path, .Revival-and-Reformation svg path {
  fill: #d0021b;
}

/* line 65, ../sass/parts/_defaults.scss */
.campfire svg path, .Editorial svg path {
  fill: #cd4900;
}

/* line 72, ../sass/parts/_defaults.scss */
div {
  position: relative;
}

/* line 77, ../sass/parts/_defaults.scss */
.u-theme--denim .float-left-with-border, .u-theme--denim .float-right-with-border {
  border-color: #2e6de7;
}

/* line 83, ../sass/parts/_defaults.scss */
.float-left, .float-right, .float-left-with-border, .float-right-with-border {
  width: 100%;
  margin: 1em 0;
}
@media all and (min-width: 700px) {
  /* line 83, ../sass/parts/_defaults.scss */
  .float-left, .float-right, .float-left-with-border, .float-right-with-border {
    width: 36%;
  }
}
/* line 89, ../sass/parts/_defaults.scss */
.float-left img, .float-right img, .float-left-with-border img, .float-right-with-border img {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}

@media all and (min-width: 700px) {
  /* line 96, ../sass/parts/_defaults.scss */
  .float-right, .float-right-with-border {
    float: right;
    margin: 1em 0 1em 2em;
  }
}

@media all and (min-width: 700px) {
  /* line 104, ../sass/parts/_defaults.scss */
  .float-left, .float-left-with-border {
    float: left;
    margin: 1em 2em 1em 0;
  }
}

@media all and (min-width: 700px) {
  /* line 112, ../sass/parts/_defaults.scss */
  .float-left-with-border, .float-right-with-border {
    width: 40%;
    border-width: 10px;
  }
}

@media all and (min-width: 700px) {
  /* line 119, ../sass/parts/_defaults.scss */
  .float-left-with-border {
    border-left-style: solid;
    padding-left: 3%;
  }
}

@media all and (min-width: 700px) {
  /* line 126, ../sass/parts/_defaults.scss */
  .float-right-with-border {
    border-right-style: solid;
    padding-right: 3%;
  }
}

/* line 157, ../sass/parts/_defaults.scss */
sup {
  font: 300 0.6em/1em "Noto Sans", "Helvetica", "Arial", sans-serif;
}

/* line 1, ../sass/parts/_customized.scss */
.bg-transparent-white {
  background: rgba(255, 255, 255, 0.8);
}

/* line 4, ../sass/parts/_customized.scss */
.bg-transparent-gray {
  background: rgba(74, 74, 74, 0.8);
}

/* line 9, ../sass/parts/_customized.scss */
.u-theme--button.right span {
  margin: 0 0 0 5px;
}

/* line 14, ../sass/parts/_customized.scss */
.c-article__body:empty {
  display: none;
}

/* line 20, ../sass/parts/_customized.scss */
body.noscroll .c-header {
  height: 20vh;
  min-height: 155px;
}
@media all and (min-width: 700px) {
  /* line 20, ../sass/parts/_customized.scss */
  body.noscroll .c-header {
    min-height: 180px;
  }
}
@media all and (min-width: 900px) {
  /* line 20, ../sass/parts/_customized.scss */
  body.noscroll .c-header {
    height: 15vh;
    min-height: 160px;
  }
}
/* line 31, ../sass/parts/_customized.scss */
body.noscroll .c-page-header__noscroll {
  justify-content: flex-start;
  min-height: 80vh;
}
@media all and (min-width: 900px) {
  /* line 31, ../sass/parts/_customized.scss */
  body.noscroll .c-page-header__noscroll {
    min-height: 85vh;
  }
}
/* line 37, ../sass/parts/_customized.scss */
body.noscroll .c-page-header__noscroll .mapbox {
  height: 40vh;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 700px) {
  /* line 37, ../sass/parts/_customized.scss */
  body.noscroll .c-page-header__noscroll .mapbox {
    height: 50vh;
  }
}
@media all and (min-width: 900px) {
  /* line 37, ../sass/parts/_customized.scss */
  body.noscroll .c-page-header__noscroll .mapbox {
    height: 60vh;
  }
}
@media all and (min-width: 1100px) {
  /* line 37, ../sass/parts/_customized.scss */
  body.noscroll .c-page-header__noscroll .mapbox {
    height: 65vh;
  }
}
/* line 51, ../sass/parts/_customized.scss */
body.noscroll .c-page-header__noscroll .mapbox h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1em 0 3em;
  text-align: center;
  z-index: 50;
}
/* line 59, ../sass/parts/_customized.scss */
body.noscroll .c-page-header__noscroll #map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible !important;
}
/* line 65, ../sass/parts/_customized.scss */
body.noscroll .c-page-header__noscroll .pullquote {
  position: relative;
  z-index: 0;
}
@media all and (min-width: 700px) {
  /* line 65, ../sass/parts/_customized.scss */
  body.noscroll .c-page-header__noscroll .pullquote {
    height: 30vh;
  }
}
@media all and (min-width: 900px) {
  /* line 65, ../sass/parts/_customized.scss */
  body.noscroll .c-page-header__noscroll .pullquote {
    height: 20vh;
  }
}
@media all and (min-width: 1100px) {
  /* line 65, ../sass/parts/_customized.scss */
  body.noscroll .c-page-header__noscroll .pullquote {
    height: 15vh;
  }
}

@media all and (min-width: 700px) {
  /* line 81, ../sass/parts/_customized.scss */
  .body.hide-sabbath--all .c-article--no-sidebar, .body.hide-sabbath .c-article--no-sidebar {
    width: 100%;
  }
}
@media all and (min-width: 900px) {
  /* line 81, ../sass/parts/_customized.scss */
  .body.hide-sabbath--all .c-article--no-sidebar, .body.hide-sabbath .c-article--no-sidebar {
    width: calc(100vw/7 * 5 - 0.01px);
  }
}

/* line 90, ../sass/parts/_customized.scss */
.c-header {
  padding-top: 2.5rem;
}

/* line 94, ../sass/parts/_customized.scss */
.c-logo-symbol {
  width: 8rem;
}

/* line 99, ../sass/parts/_customized.scss */
.c-page-header .wordmark {
  display: none;
}
@media all and (min-width: 900px) {
  /* line 102, ../sass/parts/_customized.scss */
  .c-page-header .w-icon {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  /* line 108, ../sass/parts/_customized.scss */
  .c-page-header .w-icon .title {
    padding-top: 15px;
  }
}
/* line 112, ../sass/parts/_customized.scss */
.c-page-header .w-icon figure.icon-svg {
  width: 10%;
  max-width: 300px;
  min-width: 150px;
}
/* line 116, ../sass/parts/_customized.scss */
.c-page-header .w-icon figure.icon-svg img, .c-page-header .w-icon figure.icon-svg svg {
  width: 100%;
}
/* line 119, ../sass/parts/_customized.scss */
.c-page-header .w-icon figure.icon-svg path {
  fill: #fff;
}

/* line 131, ../sass/parts/_customized.scss */
.c-block__stacked.noimage .c-block__image {
  display: none;
}
/* line 134, ../sass/parts/_customized.scss */
.c-block__stacked.noimage .c-block__content {
  padding-top: 0;
}
/* line 137, ../sass/parts/_customized.scss */
.c-block__stacked.noimage i.flag {
  background: #cd4900;
  color: #fff;
  display: block;
  font: 800 0.8em/1em "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  margin-left: -.9375rem;
  padding: .3em .6em .3em 1em;
  position: relative;
  text-transform: uppercase;
}
@media all and (min-width: 900px) {
  /* line 137, ../sass/parts/_customized.scss */
  .c-block__stacked.noimage i.flag {
    margin-left: -1.25rem;
  }
}
/* line 151, ../sass/parts/_customized.scss */
.c-block__stacked.noimage i.flag:after {
  border-left: 0.7em solid #cd4900;
  border-bottom: 1.5em solid transparent;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -.7em;
}

/* line 163, ../sass/parts/_customized.scss */
.c-block.download img {
  width: 20%;
}
@media all and (min-width: 700px) {
  /* line 163, ../sass/parts/_customized.scss */
  .c-block.download img {
    width: 15%;
  }
}
@media all and (min-width: 1300px) {
  /* line 163, ../sass/parts/_customized.scss */
  .c-block.download img {
    width: 12%;
  }
}
/* line 172, ../sass/parts/_customized.scss */
.c-block.download > *:not(.c-block__image) {
  margin-left: 24%;
}
@media all and (min-width: 700px) {
  /* line 172, ../sass/parts/_customized.scss */
  .c-block.download > *:not(.c-block__image) {
    margin-left: 18%;
  }
}
@media all and (min-width: 1300px) {
  /* line 172, ../sass/parts/_customized.scss */
  .c-block.download > *:not(.c-block__image) {
    margin-left: 14%;
  }
}
/* line 181, ../sass/parts/_customized.scss */
.c-block.download h3 {
  margin-top: 0;
}

@media all and (min-width: 900px) {
  /* line 186, ../sass/parts/_customized.scss */
  .c-block__breakout {
    margin-top: -2.5rem;
  }
}
/* line 190, ../sass/parts/_customized.scss */
.c-block__breakout.u-background-color--gray--light {
  background: #e1e0e0;
}

/* line 197, ../sass/parts/_customized.scss */
.magazine-article .c-page-header__content p {
  margin-top: .5em;
}

/* line 203, ../sass/parts/_customized.scss */
.magazine-department {
  padding-top: 5rem;
}
/* line 205, ../sass/parts/_customized.scss */
.magazine-department .c-page-header__content {
  padding: 0 1.25rem 1.25rem .9375rem;
  position: relative;
}
@media all and (min-width: 900px) {
  /* line 211, ../sass/parts/_customized.scss */
  .magazine-department .c-page-header__content h1 {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 1100px) {
  /* line 211, ../sass/parts/_customized.scss */
  .magazine-department .c-page-header__content h1 {
    font-size: 3rem;
  }
}
/* line 220, ../sass/parts/_customized.scss */
.magazine-department figure {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  left: .9375rem;
  top: -55px;
}
@media all and (min-width: 900px) {
  /* line 220, ../sass/parts/_customized.scss */
  .magazine-department figure {
    left: -25px;
    top: -50px;
  }
}
/* line 232, ../sass/parts/_customized.scss */
.magazine-department figure svg {
  width: 100%;
}
/* line 234, ../sass/parts/_customized.scss */
.magazine-department figure svg path {
  fill: #fff;
}

/* line 242, ../sass/parts/_customized.scss */
.c-hero-carousel .wordmark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* line 246, ../sass/parts/_customized.scss */
.c-hero-carousel .hero-carousel-item {
  max-height: none;
}
@media all and (min-width: 900px) {
  /* line 246, ../sass/parts/_customized.scss */
  .c-hero-carousel .hero-carousel-item {
    max-height: 37.5rem;
  }
}
/* line 252, ../sass/parts/_customized.scss */
.c-hero-carousel .u-padding--double--bottom {
  padding-bottom: calc(2.5rem/2*1.5);
}

/* line 257, ../sass/parts/_customized.scss */
.c-hero-magazine {
  padding: 2rem 0;
  position: relative;
}
@media all and (min-width: 900px) {
  /* line 257, ../sass/parts/_customized.scss */
  .c-hero-magazine {
    border-top: 1px solid #d8d7d5;
    background: rgba(241, 240, 239, 0.5);
  }
}
@media all and (min-width: 1300px) {
  /* line 257, ../sass/parts/_customized.scss */
  .c-hero-magazine {
    display: flex;
    align-items: stretch;
  }
}
/* line 268, ../sass/parts/_customized.scss */
.c-hero-magazine .c-block__image {
  background-position: center center;
  background-size: cover;
}
/* line 272, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__inset {
  height: 100%;
}
/* line 274, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__inset .c-block__image {
  padding-top: 50%;
}
@media all and (min-width: 900px) {
  /* line 274, ../sass/parts/_customized.scss */
  .c-hero-magazine .c-media-block__inset .c-block__image {
    height: 100%;
  }
}
@media all and (min-width: 1400px) {
  /* line 274, ../sass/parts/_customized.scss */
  .c-hero-magazine .c-media-block__inset .c-block__image {
    padding-top: 60%;
  }
}
/* line 283, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__inset p {
  margin-top: .5em;
}
/* line 287, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__row {
  flex-grow: 1;
  margin-bottom: 1.25rem;
}
/* line 290, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__row:last-child {
  margin-bottom: 0;
}
/* line 293, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__row .c-block__image {
  width: 30%;
}
/* line 296, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__row .c-media-block__content {
  width: 70%;
}
/* line 298, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__row .c-media-block__content h3 {
  font-size: 1.2em;
}
@media all and (min-width: 1300px) {
  /* line 298, ../sass/parts/_customized.scss */
  .c-hero-magazine .c-media-block__row .c-media-block__content h3 {
    font-size: 1.5em;
  }
}
/* line 304, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__row .c-media-block__content h4 {
  margin-top: 0;
}
/* line 307, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__row .c-media-block__content p {
  display: none;
  margin-top: .5em;
}
@media all and (min-width: 500px) {
  /* line 307, ../sass/parts/_customized.scss */
  .c-hero-magazine .c-media-block__row .c-media-block__content p {
    display: block;
  }
}
/* line 315, ../sass/parts/_customized.scss */
.c-hero-magazine .c-media-block__row .c-media-block__group {
  justify-content: flex-start;
}
/* line 319, ../sass/parts/_customized.scss */
.c-hero-magazine .latest-feature {
  padding-right: 0;
}
@media all and (min-width: 900px) {
  /* line 319, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-feature {
    padding-right: .9375rem;
  }
}
/* line 325, ../sass/parts/_customized.scss */
.c-hero-magazine .latest-articles {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media all and (min-width: 900px) {
  /* line 325, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-articles {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1300px) {
  /* line 325, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-articles {
    display: flex;
    flex-direction: column;
  }
}
/* line 337, ../sass/parts/_customized.scss */
.c-hero-magazine .latest-categories {
  border-top: 1px solid #f1f0ef;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding-left: .9375rem;
}
@media all and (min-width: 900px) {
  /* line 337, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-categories {
    border-top: none;
    margin-top: 0;
  }
}
@media all and (min-width: 1300px) {
  /* line 337, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-categories {
    border-left: 1px solid #d8d7d5;
    padding-left: 0;
    padding-top: 0;
    flex-direction: column;
    justify-content: space-between;
  }
}
/* line 356, ../sass/parts/_customized.scss */
.c-hero-magazine .latest-categories .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
}
@media all and (min-width: 700px) {
  /* line 356, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-categories .category {
    width: 33%;
  }
}
@media all and (min-width: 900px) {
  /* line 356, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-categories .category {
    width: 16.6%;
  }
}
@media all and (min-width: 1300px) {
  /* line 356, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-categories .category {
    width: 100%;
  }
}
/* line 370, ../sass/parts/_customized.scss */
.c-hero-magazine .latest-categories .category .icon {
  position: relative;
  width: 0;
  border-top: 1px solid #d8d7d5;
  overflow: visible;
}
@media all and (min-width: 1300px) {
  /* line 370, ../sass/parts/_customized.scss */
  .c-hero-magazine .latest-categories .category .icon {
    width: 15px;
  }
}
/* line 378, ../sass/parts/_customized.scss */
.c-hero-magazine .latest-categories .category .icon i {
  display: block;
  position: absolute;
  right: -40px;
  top: -20px;
  width: 40px;
  height: 40px;
}
/* line 387, ../sass/parts/_customized.scss */
.c-hero-magazine .latest-categories .category svg {
  width: 40px;
  height: 40px;
}
/* line 391, ../sass/parts/_customized.scss */
.c-hero-magazine .latest-categories .category a {
  display: block;
  padding: 1.5rem 0 1.5rem 50px;
}

/* line 400, ../sass/parts/_customized.scss */
.author-box {
  display: none;
}
@media all and (min-width: 700px) {
  /* line 400, ../sass/parts/_customized.scss */
  .author-box {
    display: block;
  }
}
/* line 405, ../sass/parts/_customized.scss */
.author-box .author-box-inner {
  color: #fff;
  display: flex;
  position: relative;
}
@media all and (min-width: 700px) {
  /* line 405, ../sass/parts/_customized.scss */
  .author-box .author-box-inner {
    color: #575a5c;
    align-items: flex-start;
  }
}
/* line 413, ../sass/parts/_customized.scss */
.author-box .author-box-inner b {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media all and (min-width: 700px) {
  /* line 413, ../sass/parts/_customized.scss */
  .author-box .author-box-inner b {
    display: none;
  }
}
/* line 424, ../sass/parts/_customized.scss */
.author-box .author-box-inner figure {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30%;
  width: 33%;
}
@media all and (min-width: 400px) {
  /* line 424, ../sass/parts/_customized.scss */
  .author-box .author-box-inner figure {
    width: 20%;
    padding-top: 18%;
  }
}
@media all and (min-width: 700px) {
  /* line 424, ../sass/parts/_customized.scss */
  .author-box .author-box-inner figure {
    width: 30%;
    padding-top: 25%;
  }
}
@media all and (min-width: 700px) {
  /* line 424, ../sass/parts/_customized.scss */
  .author-box .author-box-inner figure {
    padding-top: 33%;
  }
}
/* line 442, ../sass/parts/_customized.scss */
.author-box .author-box-inner .bio {
  padding: .9375rem;
  position: relative;
  width: 66%;
  z-index: 1;
}
@media all and (min-width: 400px) {
  /* line 442, ../sass/parts/_customized.scss */
  .author-box .author-box-inner .bio {
    width: 80%;
  }
}
@media all and (min-width: 700px) {
  /* line 442, ../sass/parts/_customized.scss */
  .author-box .author-box-inner .bio {
    padding: 0 .9375rem;
    width: 70%;
  }
}
/* line 454, ../sass/parts/_customized.scss */
.author-box .author-box-inner .bio p {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: .8em;
  line-height: 1.2em;
}
@media all and (min-width: 1300px) {
  /* line 454, ../sass/parts/_customized.scss */
  .author-box .author-box-inner .bio p {
    font-size: .9em;
  }
}

/* line 466, ../sass/parts/_customized.scss */
.author-head {
  display: flex;
}
@media all and (min-width: 700px) {
  /* line 466, ../sass/parts/_customized.scss */
  .author-head {
    display: none;
  }
}

@media all and (min-width: 700px) {
  /* line 476, ../sass/parts/_customized.scss */
  .audio-content {
    display: none;
  }
}

/* line 482, ../sass/parts/_customized.scss */
.audio-sidebar {
  display: none;
  padding-right: .9375rem;
}
@media all and (min-width: 700px) {
  /* line 482, ../sass/parts/_customized.scss */
  .audio-sidebar {
    display: block;
  }
}

/* line 490, ../sass/parts/_customized.scss */
.issue-box {
  border-top: 1px solid #f1f0ef;
}
@media all and (min-width: 700px) {
  /* line 490, ../sass/parts/_customized.scss */
  .issue-box {
    margin-top: 2rem;
  }
}
/* line 495, ../sass/parts/_customized.scss */
.issue-box .cover {
  display: flex;
}
/* line 497, ../sass/parts/_customized.scss */
.issue-box .cover figure {
  width: 40%;
}
/* line 499, ../sass/parts/_customized.scss */
.issue-box .cover figure img {
  display: block;
  width: 100%;
}
/* line 504, ../sass/parts/_customized.scss */
.issue-box .cover .links {
  padding-left: .9375rem;
}
/* line 508, ../sass/parts/_customized.scss */
.issue-box .articles {
  border-top: 1px solid #f1f0ef;
  margin-top: 1rem;
  padding-top: 2rem;
}
/* line 512, ../sass/parts/_customized.scss */
.issue-box .articles h3 {
  line-height: 1.2em;
}
@media all and (min-width: 900px) {
  /* line 512, ../sass/parts/_customized.scss */
  .issue-box .articles h3 {
    font-size: 1em;
  }
}
@media all and (min-width: 1100px) {
  /* line 512, ../sass/parts/_customized.scss */
  .issue-box .articles h3 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1300px) {
  /* line 512, ../sass/parts/_customized.scss */
  .issue-box .articles h3 {
    font-size: 1.4em;
  }
}
/* line 524, ../sass/parts/_customized.scss */
.issue-box .articles h4 {
  margin-top: 0;
}

/* line 531, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top .wordmark {
  display: block;
  padding-bottom: 2rem;
  z-index: 5;
}
/* line 535, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top .wordmark a {
  border-left: 2px solid #fff;
  display: block;
  padding: 1rem 1rem 0;
  width: 10rem;
}
@media all and (min-width: 1100px) {
  /* line 535, ../sass/parts/_customized.scss */
  .c-page-header__wordmark-top .wordmark a {
    width: 12rem;
  }
}
/* line 543, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top .wordmark a svg {
  display: block;
  margin: 0;
  width: 100%;
}
/* line 547, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top .wordmark a svg path {
  fill: #fff;
}
/* line 553, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 100%);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15%;
  z-index: 1;
}
/* line 563, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top .slick-dots {
  z-index: 2;
}
/* line 566, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top .c-carousel__item-text {
  justify-content: flex-end;
}
/* line 569, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top .c-carousel__item-text:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 100%);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 30%;
  z-index: 1;
}
/* line 579, ../sass/parts/_customized.scss */
.c-page-header__wordmark-top .c-carousel__item-text > div {
  border-left: 2px solid #fff;
  z-index: 2;
}

/* line 586, ../sass/parts/_customized.scss */
.c-page-header__long.has-background {
  padding-top: 15rem;
}
/* line 588, ../sass/parts/_customized.scss */
.c-page-header__long.has-background .c-page-header__content {
  padding-top: 0;
}
/* line 590, ../sass/parts/_customized.scss */
.c-page-header__long.has-background .c-page-header__content h1 {
  font-size: 1.75rem;
}
@media all and (min-width: 700px) {
  /* line 590, ../sass/parts/_customized.scss */
  .c-page-header__long.has-background .c-page-header__content h1 {
    font-size: 2rem;
  }
}
@media all and (min-width: 900px) {
  /* line 590, ../sass/parts/_customized.scss */
  .c-page-header__long.has-background .c-page-header__content h1 {
    font-size: 3rem;
  }
}
/* line 600, ../sass/parts/_customized.scss */
.c-page-header__long.has-background .u-gradient--bottom:after {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5) 100%);
  height: 160%;
}
/* line 604, ../sass/parts/_customized.scss */
.c-page-header__long.has-background .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

/* line 613, ../sass/parts/_customized.scss */
.c-page-header.magazine-article {
  padding-top: 20rem;
}
@media all and (min-width: 900px) {
  /* line 613, ../sass/parts/_customized.scss */
  .c-page-header.magazine-article {
    padding-top: 30%;
  }
}

/* line 620, ../sass/parts/_customized.scss */
.c-page-header__long.background-transparent {
  padding-top: 10rem;
}
/* line 622, ../sass/parts/_customized.scss */
.c-page-header__long.background-transparent .bg {
  opacity: .5;
}

/* line 627, ../sass/parts/_customized.scss */
.c-page-header__long.magazine-issue {
  padding-top: 0;
}
/* line 629, ../sass/parts/_customized.scss */
.c-page-header__long.magazine-issue .c-page-header__content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.5rem 1.25rem;
}
/* line 634, ../sass/parts/_customized.scss */
.c-page-header__long.magazine-issue .c-page-header__content img {
  display: block;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.6);
  width: 30%;
  max-width: 280px;
  min-width: 150px;
}

/* line 644, ../sass/parts/_customized.scss */
.c-page-header__sidebar {
  background-position: center top;
  color: #fff;
  padding-top: 30%;
}
@media all and (min-width: 900px) {
  /* line 644, ../sass/parts/_customized.scss */
  .c-page-header__sidebar {
    padding-top: 0;
  }
}
@media all and (min-width: 900px) {
  /* line 651, ../sass/parts/_customized.scss */
  .c-page-header__sidebar .c-page-header__long--inner {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
/* line 658, ../sass/parts/_customized.scss */
.c-page-header__sidebar:before {
  display: block;
  content: '';
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8) 60%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 900px) {
  /* line 658, ../sass/parts/_customized.scss */
  .c-page-header__sidebar:before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8) 100%);
  }
}
/* line 668, ../sass/parts/_customized.scss */
.c-page-header__sidebar .c-page-header__content {
  padding-bottom: 0;
}
@media all and (min-width: 700px) {
  /* line 668, ../sass/parts/_customized.scss */
  .c-page-header__sidebar .c-page-header__content {
    padding-left: 1.25rem;
    padding-top: 0;
  }
}
@media all and (min-width: 900px) {
  /* line 668, ../sass/parts/_customized.scss */
  .c-page-header__sidebar .c-page-header__content {
    width: 66.6%;
  }
}
/* line 677, ../sass/parts/_customized.scss */
.c-page-header__sidebar .c-page-header__content .content-inner {
  padding-bottom: 1.25rem;
  border-left: 1px solid #fff;
  padding-left: 1.25rem;
}
/* line 682, ../sass/parts/_customized.scss */
.c-page-header__sidebar .c-page-header__content h1 {
  line-height: 1.1;
}
/* line 685, ../sass/parts/_customized.scss */
.c-page-header__sidebar .c-page-header__content .summary {
  padding-top: 1.25rem;
}
/* line 687, ../sass/parts/_customized.scss */
.c-page-header__sidebar .c-page-header__content .summary h3 {
  font-size: 1.3em;
}
/* line 692, ../sass/parts/_customized.scss */
.c-page-header__sidebar .sidebar {
  background: rgba(0, 0, 0, 0.6);
  padding: 1.25rem;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 900px) {
  /* line 692, ../sass/parts/_customized.scss */
  .c-page-header__sidebar .sidebar {
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    min-height: 25rem;
    width: calc((100vw/7)*2);
  }
  /* line 704, ../sass/parts/_customized.scss */
  .c-page-header__sidebar .sidebar > * {
    width: 100%;
  }
}

/* line 712, ../sass/parts/_customized.scss */
.logo-wide svg {
  max-width: 15rem;
}
@media all and (min-width: 700px) {
  /* line 712, ../sass/parts/_customized.scss */
  .logo-wide svg {
    max-width: 18rem;
  }
}
@media all and (min-width: 900px) {
  /* line 712, ../sass/parts/_customized.scss */
  .logo-wide svg {
    max-width: 20rem;
  }
}

/* line 724, ../sass/parts/_customized.scss */
.hero-carousel-item .c-carousel__item-text__wrap {
  background: #717171;
  display: flex;
  align-items: flex-end;
  height: auto;
  top: auto;
  bottom: 0;
  padding-top: 1rem;
  position: relative;
}
@media all and (min-width: 700px) {
  /* line 724, ../sass/parts/_customized.scss */
  .hero-carousel-item .c-carousel__item-text__wrap {
    position: absolute;
    background: none;
    padding-top: 0;
  }
}
@media all and (min-width: 900px) {
  /* line 724, ../sass/parts/_customized.scss */
  .hero-carousel-item .c-carousel__item-text__wrap {
    padding-left: calc(100vw/7);
  }
}
/* line 741, ../sass/parts/_customized.scss */
.hero-carousel-item .c-carousel__item-text__wrap:before {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6) 100%);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150%;
}
@media all and (min-width: 700px) {
  /* line 750, ../sass/parts/_customized.scss */
  .hero-carousel-item .c-carousel__item-text {
    border-left: 2px solid #fff;
  }
}

/* line 757, ../sass/parts/_customized.scss */
.c-block__image-wrap, .c-media-block-icon {
  position: relative;
}

/* line 761, ../sass/parts/_customized.scss */
span.user-icon-locked {
  align-items: center;
  background: rgba(87, 90, 92, 0.7);
  border-radius: 2px;
  display: flex;
  height: 20px;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 20px;
}
@media all and (min-width: 900px) {
  /* line 761, ../sass/parts/_customized.scss */
  span.user-icon-locked {
    height: 30px;
    width: 30px;
  }
}
/* line 776, ../sass/parts/_customized.scss */
span.user-icon-locked svg {
  width: 50%;
}
/* line 778, ../sass/parts/_customized.scss */
span.user-icon-locked svg path {
  fill: #fff;
}

/* line 785, ../sass/parts/_customized.scss */
.c-media-block__inine-link .c-block__image-wrap {
  height: 100%;
}
/* line 787, ../sass/parts/_customized.scss */
.c-media-block__inine-link .c-block__image-wrap picture {
  height: 100%;
}
/* line 789, ../sass/parts/_customized.scss */
.c-media-block__inine-link .c-block__image-wrap picture img {
  height: 100%;
  object-fit: cover;
}

@media all and (min-width: 900px) {
  /* line 798, ../sass/parts/_customized.scss */
  .c-block__inline .w-icon {
    max-width: 200px;
  }
}
/* line 802, ../sass/parts/_customized.scss */
.c-block__inline .w-icon .c-block__image-wrap {
  padding: 2rem;
}

/* line 808, ../sass/parts/_customized.scss */
.c-media-block-icon {
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
/* line 811, ../sass/parts/_customized.scss */
.c-media-block-icon .c-media-block__image {
  width: 20%;
}
/* line 813, ../sass/parts/_customized.scss */
.c-media-block-icon .c-media-block__image svg {
  width: 100%;
}
/* line 817, ../sass/parts/_customized.scss */
.c-media-block-icon .c-media-block__content {
  width: 80%;
}
/* line 819, ../sass/parts/_customized.scss */
.c-media-block-icon .c-media-block__content h4 {
  color: #717171;
}
/* line 822, ../sass/parts/_customized.scss */
.c-media-block-icon .c-media-block__content h3 {
  font-size: 1.2em;
  margin-top: 0;
}
/* line 827, ../sass/parts/_customized.scss */
.c-media-block-icon span.user-icon-locked {
  left: -5px;
  top: -5px;
}

/* line 835, ../sass/parts/_customized.scss */
.c-media-block__content p a.o-button {
  display: inline-block;
}

/* line 842, ../sass/parts/_customized.scss */
.c-block--reversed.background-transparent .c-block__image {
  display: none;
}
/* line 845, ../sass/parts/_customized.scss */
.c-block--reversed.background-transparent .l-grid-item--xl--1-col {
  width: 100%;
}

/* line 850, ../sass/parts/_customized.scss */
.c-breakout-link {
  padding: 20% 0 0;
  position: relative;
  height: auto;
}
@media all and (min-width: 900px) {
  /* line 850, ../sass/parts/_customized.scss */
  .c-breakout-link {
    padding-top: 10%;
  }
}
/* line 857, ../sass/parts/_customized.scss */
.c-breakout-link .c-breakout-image__background {
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .4;
}
/* line 868, ../sass/parts/_customized.scss */
.c-breakout-link .c-breakout-image__caption {
  position: relative;
  z-index: 10;
  color: #fff;
  padding-bottom: 2em;
}
@media all and (min-width: 900px) {
  /* line 868, ../sass/parts/_customized.scss */
  .c-breakout-link .c-breakout-image__caption {
    border-left: 1px solid #fff;
  }
  /* line 875, ../sass/parts/_customized.scss */
  .c-breakout-link .c-breakout-image__caption > div {
    padding-right: 3rem;
  }
}
/* line 879, ../sass/parts/_customized.scss */
.c-breakout-link .c-breakout-image__caption h2 {
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
}
/* line 882, ../sass/parts/_customized.scss */
.c-breakout-link .c-breakout-image__caption .o-button--outline {
  border-color: #fff;
  color: #fff;
}
/* line 886, ../sass/parts/_customized.scss */
.c-breakout-link .c-breakout-image__caption .o-button--outline svg path {
  fill: #fff;
}

/* line 896, ../sass/parts/_customized.scss */
.c-block__text .text > * {
  padding-left: 0;
  padding-right: 0;
}

/* line 903, ../sass/parts/_customized.scss */
.c-block.lesson {
  opacity: .6;
  padding: 0 0 0 1.25rem;
}
/* line 906, ../sass/parts/_customized.scss */
.c-block.lesson a {
  display: flex;
  align-items: center;
}
/* line 910, ../sass/parts/_customized.scss */
.c-block.lesson figure {
  width: 20%;
}
/* line 913, ../sass/parts/_customized.scss */
.c-block.lesson:hover, .c-block.lesson.active {
  opacity: 1;
}

@media all and (min-width: 400px) {
  /* line 918, ../sass/parts/_customized.scss */
  blockquote.with-image {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
/* line 925, ../sass/parts/_customized.scss */
blockquote.with-image .img {
  margin-bottom: 1rem;
}
@media all and (min-width: 400px) {
  /* line 925, ../sass/parts/_customized.scss */
  blockquote.with-image .img {
    margin-bottom: 0;
    width: 33%;
    max-width: 150px;
    margin: 0 1em 0 0;
  }
}
@media all and (min-width: 700px) {
  /* line 925, ../sass/parts/_customized.scss */
  blockquote.with-image .img {
    max-width: 200px;
  }
}
/* line 936, ../sass/parts/_customized.scss */
blockquote.with-image .img img {
  width: 100%;
}
@media all and (min-width: 400px) {
  /* line 940, ../sass/parts/_customized.scss */
  blockquote.with-image .content {
    width: 66%;
  }
}
@media all and (min-width: 400px) and (min-width: 700px) {
  /* line 940, ../sass/parts/_customized.scss */
  blockquote.with-image .content {
    width: 100%;
  }
}

/* line 950, ../sass/parts/_customized.scss */
blockquote.noquotes {
  quotes: none;
}
/* line 952, ../sass/parts/_customized.scss */
blockquote.noquotes p {
  text-indent: 0;
}

/* line 959, ../sass/parts/_customized.scss */
.l-grid--7-col--nopad--left > * {
  padding-left: 0;
}

/* line 965, ../sass/parts/_customized.scss */
.l-grid--7-col--nopad--right > * {
  padding-right: 0;
}

/* line 970, ../sass/parts/_customized.scss */
.grid-4up, .grid-3up, .grid-3up-at-xxlarge, .grid-2up {
  display: flex;
  flex-wrap: wrap;
}
/* line 973, ../sass/parts/_customized.scss */
.grid-4up > *, .grid-3up > *, .grid-3up-at-xxlarge > *, .grid-2up > * {
  margin-top: 1.25rem;
  width: 100%;
}
@media all and (min-width: 700px) {
  /* line 973, ../sass/parts/_customized.scss */
  .grid-4up > *, .grid-3up > *, .grid-3up-at-xxlarge > *, .grid-2up > * {
    border-left: 1px solid #717171;
    padding-right: 1.25rem;
  }
}

@media all and (min-width: 700px) {
  /* line 985, ../sass/parts/_customized.scss */
  .grid-4up > * {
    padding-right: 1.25rem;
    width: 50%;
  }
}
@media all and (min-width: 1800px) {
  /* line 985, ../sass/parts/_customized.scss */
  .grid-4up > * {
    width: 25%;
  }
}

/* line 998, ../sass/parts/_customized.scss */
.grid-3up > * {
  margin-top: 2.5rem;
}
@media all and (min-width: 700px) {
  /* line 998, ../sass/parts/_customized.scss */
  .grid-3up > * {
    width: 33.3%;
  }
}

@media all and (min-width: 1300px) {
  /* line 1008, ../sass/parts/_customized.scss */
  .grid-3up-at-xxlarge > * {
    width: 33.3%;
  }
}

@media all and (min-width: 700px) {
  /* line 1017, ../sass/parts/_customized.scss */
  .grid-2up > * {
    width: 50%;
  }
}

/* line 1024, ../sass/parts/_customized.scss */
.grid-3up-all {
  display: flex;
  flex-wrap: wrap;
}
/* line 1027, ../sass/parts/_customized.scss */
.grid-3up-all > * {
  margin-bottom: 1.25rem;
  padding-right: 1.25rem;
  width: 33.3%;
}
/* line 1032, ../sass/parts/_customized.scss */
.grid-3up-all img {
  display: flex;
}

/* line 1038, ../sass/parts/_customized.scss */
.nostroke > * {
  border-left: none !important;
}

/* line 1043, ../sass/parts/_customized.scss */
.grid-covers {
  display: flex;
  flex-wrap: wrap;
}
/* line 1046, ../sass/parts/_customized.scss */
.grid-covers > * {
  border-bottom: none !important;
  display: block;
  padding: 0 .9375rem .9375rem 0;
  text-align: center;
  width: 33%;
}

@media all and (min-width: 700px) {
  /* line 1056, ../sass/parts/_customized.scss */
  .grid-covers-recent > * {
    padding: 0 1.25rem 1.25rem 0;
    width: 14.28%;
  }
}
/* line 1061, ../sass/parts/_customized.scss */
.grid-covers-recent > *:nth-child(7) {
  display: none;
}
@media all and (min-width: 700px) {
  /* line 1061, ../sass/parts/_customized.scss */
  .grid-covers-recent > *:nth-child(7) {
    display: block;
  }
}
/* line 1067, ../sass/parts/_customized.scss */
.grid-covers-recent > * h4 {
  color: #f1f0ef;
}

@media all and (min-width: 700px) {
  /* line 1074, ../sass/parts/_customized.scss */
  .grid-covers-year > * {
    padding: 0 1.25rem 1.25rem 0;
    width: 16.66%;
  }
}

/* line 1083, ../sass/parts/_customized.scss */
.grid-covers-archive > * {
  width: 25%;
}
@media all and (min-width: 700px) {
  /* line 1083, ../sass/parts/_customized.scss */
  .grid-covers-archive > * {
    padding: 0 1.25rem 1.25rem 0;
    width: 25%;
  }
}

/* line 1093, ../sass/parts/_customized.scss */
.archive-links a {
  margin: 0 .1rem .5rem 0;
}

/* line 1098, ../sass/parts/_customized.scss */
.archiveSelect {
  padding-top: 1rem;
  width: 100%;
}
/* line 1101, ../sass/parts/_customized.scss */
.archiveSelect form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
/* line 1105, ../sass/parts/_customized.scss */
.archiveSelect form .year {
  width: 20%;
}
/* line 1108, ../sass/parts/_customized.scss */
.archiveSelect form .quarter {
  width: 65%;
}
/* line 1111, ../sass/parts/_customized.scss */
.archiveSelect form .submit {
  width: 15%;
}
/* line 1113, ../sass/parts/_customized.scss */
.archiveSelect form .submit input {
  border-radius: 0;
  height: 100%;
  width: 100%;
}

/* line 1124, ../sass/parts/_customized.scss */
.lessonlist .folders li {
  position: relative;
  text-indent: 0 !important;
}
/* line 1127, ../sass/parts/_customized.scss */
.lessonlist .folders li:before {
  position: absolute;
  left: -1rem;
}

/* line 1136, ../sass/parts/_customized.scss */
.text .footnotes {
  margin-top: 1.5rem;
  border-top: 1px solid #f1f0ef;
  font-size: .8em;
  padding: 1.5rem 2.5rem;
}
/* line 1141, ../sass/parts/_customized.scss */
.text .footnotes li {
  margin-top: .5em;
}
/* line 1146, ../sass/parts/_customized.scss */
.text .c-media-block a {
  border: none !important;
}

/* line 1153, ../sass/parts/_customized.scss */
.c-accordion__download {
  border-top: 1px solid #f1f0ef;
  padding: 1em 0;
}
/* line 1156, ../sass/parts/_customized.scss */
.c-accordion__download * {
  transition: all .5s;
}
/* line 1159, ../sass/parts/_customized.scss */
.c-accordion__download .c-accordion__heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 1164, ../sass/parts/_customized.scss */
.c-accordion__download .c-accordion__item {
  width: 100%;
}
/* line 1167, ../sass/parts/_customized.scss */
.c-accordion__download .u-icon {
  padding: 5px;
  display: block;
  width: 5%;
  min-width: 20px;
  max-width: 30px;
}
/* line 1173, ../sass/parts/_customized.scss */
.c-accordion__download .u-icon path {
  fill: #d8d7d5;
}
/* line 1177, ../sass/parts/_customized.scss */
.c-accordion__download .icon-image {
  padding: 0 1em 0 7px;
  width: 30%;
  min-width: 65px;
  max-width: 80px;
}
@media all and (min-width: 700px) {
  /* line 1177, ../sass/parts/_customized.scss */
  .c-accordion__download .icon-image {
    min-width: 100px;
    max-width: 150px;
  }
}
/* line 1186, ../sass/parts/_customized.scss */
.c-accordion__download .icon-image img {
  width: 100%;
}
/* line 1190, ../sass/parts/_customized.scss */
.c-accordion__download .preview {
  width: 75%;
}
/* line 1192, ../sass/parts/_customized.scss */
.c-accordion__download .preview h3 {
  font-weight: 600;
  line-height: 1.25em;
}
/* line 1196, ../sass/parts/_customized.scss */
.c-accordion__download .preview .meta {
  color: #d8d7d5;
  text-transform: uppercase;
}
/* line 1199, ../sass/parts/_customized.scss */
.c-accordion__download .preview .meta span {
  color: #717171;
}
/* line 1204, ../sass/parts/_customized.scss */
.c-accordion__download .summary {
  display: none;
}
/* line 1207, ../sass/parts/_customized.scss */
.c-accordion__download.this-is-active .c-accordion__content {
  display: none;
}
/* line 1210, ../sass/parts/_customized.scss */
.c-accordion__download.this-is-active > .c-accordion__content {
  display: block;
}
/* line 1213, ../sass/parts/_customized.scss */
.c-accordion__download .download-list {
  display: inline-block;
  border-right: none;
  display: none;
}
/* line 1217, ../sass/parts/_customized.scss */
.c-accordion__download .download-list .lesson {
  border-top: 1px solid #f1f0ef;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
/* line 1223, ../sass/parts/_customized.scss */
.c-accordion__download .download-list .lesson:last-child {
  border-bottom: 1px solid #f1f0ef;
}
/* line 1227, ../sass/parts/_customized.scss */
.c-accordion__download .download-list a {
  border: none;
  display: block;
  padding: 1em;
  text-decoration: none;
  font: 300 0.8em/1.5em "Noto Sans", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
/* line 1234, ../sass/parts/_customized.scss */
.c-accordion__download .download-list a img {
  margin: 0 0 0 5px;
  width: 20px;
  vertical-align: middle;
}
/* line 1240, ../sass/parts/_customized.scss */
.c-accordion__download .download-list a.name {
  width: 50%;
}
/* line 1242, ../sass/parts/_customized.scss */
.c-accordion__download .download-list a.name.nolink {
  width: 75%;
}
/* line 1246, ../sass/parts/_customized.scss */
.c-accordion__download .download-list a.link {
  width: 25%;
}
/* line 1248, ../sass/parts/_customized.scss */
.c-accordion__download .download-list a.link:hover {
  background: #f1f0ef;
}
/* line 1254, ../sass/parts/_customized.scss */
.c-accordion__download.this-is-active > .c-accordion__heading {
  align-items: flex-start;
}
/* line 1256, ../sass/parts/_customized.scss */
.c-accordion__download.this-is-active > .c-accordion__heading > .u-icon {
  transform: rotateY(0deg) rotate(45deg);
}
/* line 1258, ../sass/parts/_customized.scss */
.c-accordion__download.this-is-active > .c-accordion__heading > .u-icon path {
  fill: #717171;
}
/* line 1263, ../sass/parts/_customized.scss */
.c-accordion__download.this-is-active .download-list {
  display: block;
}
/* line 1267, ../sass/parts/_customized.scss */
.c-accordion__download.this-is-active .icon-image {
  width: 30%;
  max-width: 175px;
  min-width: 150px;
}
@media all and (min-width: 700px) {
  /* line 1267, ../sass/parts/_customized.scss */
  .c-accordion__download.this-is-active .icon-image {
    min-width: 250px;
    max-width: 300px;
  }
}

/* line 1280, ../sass/parts/_customized.scss */
.c-block__content .c-accordion__item {
  border-top: 1px solid #d8d7d5;
  margin-bottom: 1em;
  padding-top: .5rem;
}
/* line 1284, ../sass/parts/_customized.scss */
.c-block__content .c-accordion__item h2 {
  font: 800 1.5em/1.1em "Noto Serif", Georgia, Times, "Times New Roman", serif;
}
/* line 1287, ../sass/parts/_customized.scss */
.c-block__content .c-accordion__item .u-icon {
  width: 15px;
}
/* line 1289, ../sass/parts/_customized.scss */
.c-block__content .c-accordion__item .u-icon svg {
  opacity: .5;
  transition: all .5s;
}
/* line 1293, ../sass/parts/_customized.scss */
.c-block__content .c-accordion__item .u-icon path {
  fill: #717171;
}
/* line 1298, ../sass/parts/_customized.scss */
.c-block__content .c-accordion__item.this-is-active svg {
  transform: rotate(45deg);
  opacity: 1;
}
/* line 1304, ../sass/parts/_customized.scss */
.c-block__content .c-accordion__content {
  padding: .5rem 0 1.5rem 1.25rem;
}
/* line 1306, ../sass/parts/_customized.scss */
.c-block__content .c-accordion__content h3 {
  font-size: 1.1em;
}

/* line 1312, ../sass/parts/_customized.scss */
.sibling-nav {
  padding: 0;
  width: 100%;
  min-height: 40px;
  max-height: 50px;
}
@media all and (min-width: 700px) {
  /* line 1312, ../sass/parts/_customized.scss */
  .sibling-nav {
    max-height: none;
    min-height: 80px;
  }
}
@media all and (min-width: 900px) {
  /* line 1312, ../sass/parts/_customized.scss */
  .sibling-nav {
    margin-left: calc((100vw/7)*-1);
  }
}

/* line 1325, ../sass/parts/_customized.scss */
.sibling-nav-inner {
  background: #f1f0ef;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 40px;
  max-height: 50px;
  width: 100%;
}
@media all and (min-width: 700px) {
  /* line 1325, ../sass/parts/_customized.scss */
  .sibling-nav-inner {
    max-height: none;
    min-height: 80px;
  }
}
@media all and (min-width: 1300px) {
  /* line 1325, ../sass/parts/_customized.scss */
  .sibling-nav-inner {
    min-height: 100px;
  }
}
/* line 1340, ../sass/parts/_customized.scss */
.sibling-nav-inner.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
/* line 1344, ../sass/parts/_customized.scss */
.sibling-nav-inner a {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  position: relative;
  min-width: 30%;
}
@media all and (min-width: 1300px) {
  /* line 1344, ../sass/parts/_customized.scss */
  .sibling-nav-inner a {
    font-size: 1.1em;
  }
}
/* line 1354, ../sass/parts/_customized.scss */
.sibling-nav-inner a.left, .sibling-nav-inner a.right {
  flex-grow: 1;
}
@media all and (min-width: 700px) {
  /* line 1354, ../sass/parts/_customized.scss */
  .sibling-nav-inner a.left, .sibling-nav-inner a.right {
    width: 40%;
  }
}
@media all and (min-width: 700px) {
  /* line 1359, ../sass/parts/_customized.scss */
  .sibling-nav-inner a.left h5, .sibling-nav-inner a.right h5 {
    display: none;
  }
}
/* line 1365, ../sass/parts/_customized.scss */
.sibling-nav-inner a.left {
  justify-content: flex-start;
  border-right: 1px solid #fff;
}
/* line 1369, ../sass/parts/_customized.scss */
.sibling-nav-inner a.right {
  border-left: 1px solid #fff;
  justify-content: flex-end;
  text-align: right;
}
/* line 1374, ../sass/parts/_customized.scss */
.sibling-nav-inner a.top {
  text-align: center;
  flex-grow: 1;
}
@media all and (min-width: 700px) {
  /* line 1374, ../sass/parts/_customized.scss */
  .sibling-nav-inner a.top {
    width: 20%;
  }
}
/* line 1381, ../sass/parts/_customized.scss */
.sibling-nav-inner h5 {
  font: 600 0.8em/1em "Noto Sans", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #f1f0ef;
}
/* line 1386, ../sass/parts/_customized.scss */
.sibling-nav-inner h4 {
  color: #fff;
  display: none;
  font: 600 1em/1.2em "Noto Serif", Georgia, Times, "Times New Roman", serif;
}
@media all and (min-width: 700px) {
  /* line 1386, ../sass/parts/_customized.scss */
  .sibling-nav-inner h4 {
    display: block;
  }
}
/* line 1394, ../sass/parts/_customized.scss */
.sibling-nav-inner .image {
  display: none;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
}
@media all and (min-width: 700px) {
  /* line 1394, ../sass/parts/_customized.scss */
  .sibling-nav-inner .image {
    display: block;
  }
}
/* line 1405, ../sass/parts/_customized.scss */
.sibling-nav-inner .linktext {
  padding: 0 .5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media all and (min-width: 700px) {
  /* line 1405, ../sass/parts/_customized.scss */
  .sibling-nav-inner .linktext {
    padding: .5em;
    width: 75%;
  }
}
/* line 1417, ../sass/parts/_customized.scss */
.sibling-nav-inner i {
  width: 20px;
  padding: 5px;
  display: flex;
  align-content: center;
  position: relative;
  z-index: 5;
}
@media all and (min-width: 700px) {
  /* line 1417, ../sass/parts/_customized.scss */
  .sibling-nav-inner i {
    min-width: 25px;
    width: 5%;
  }
}
/* line 1428, ../sass/parts/_customized.scss */
.sibling-nav-inner i svg {
  width: 100%;
  max-width: 20px;
}
/* line 1431, ../sass/parts/_customized.scss */
.sibling-nav-inner i svg path {
  fill: #f1f0ef;
}

/* line 1437, ../sass/parts/_customized.scss */
.sibling-pager {
  text-align: center;
}
/* line 1439, ../sass/parts/_customized.scss */
.sibling-pager .o-button {
  margin: 0 .5em;
}

/* line 1444, ../sass/parts/_customized.scss */
#podcast-subscribe {
  display: block;
  float: right;
  font-size: .6em;
  padding-top: 8px;
}
/* line 1449, ../sass/parts/_customized.scss */
#podcast-subscribe img {
  margin-right: 5px;
  width: 20px;
}

/* line 1455, ../sass/parts/_customized.scss */
.img-right, .img-left, .img-right-small, .img-left-small {
  margin: 1em 0;
  width: 100%;
}

@media all and (min-width: 900px) {
  /* line 1471, ../sass/parts/_customized.scss */
  .img-right, .img-left {
    width: 45%;
  }
}

@media all and (min-width: 700px) {
  /* line 1476, ../sass/parts/_customized.scss */
  .img-right-small, .img-left-small {
    width: 45%;
  }
}
@media all and (min-width: 900px) {
  /* line 1476, ../sass/parts/_customized.scss */
  .img-right-small, .img-left-small {
    width: 30%;
  }
}
@media all and (min-width: 1300px) {
  /* line 1476, ../sass/parts/_customized.scss */
  .img-right-small, .img-left-small {
    width: 20%;
  }
}

@media all and (min-width: 900px) {
  /* line 1487, ../sass/parts/_customized.scss */
  .img-right {
    float: right;
    margin: .5em 0 1em 1.5em;
  }
}

@media all and (min-width: 900px) {
  /* line 1495, ../sass/parts/_customized.scss */
  .img-left {
    float: left;
    margin: .5em 1.5em 1em 0;
  }
}

@media all and (min-width: 700px) {
  /* line 1503, ../sass/parts/_customized.scss */
  .img-right-small {
    float: right;
    margin: .5em 0 1em 1.5em;
  }
}

@media all and (min-width: 700px) {
  /* line 1511, ../sass/parts/_customized.scss */
  .img-left-small {
    float: left;
    margin: .5em 1.5em 1em 0;
  }
}

/* line 1521, ../sass/parts/_customized.scss */
.subscriptions .price {
  display: inline-block;
  border-radius: 5px;
  color: #fff !important;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 1.2em 0 1em;
  padding: .5em 1em;
}
/* line 1531, ../sass/parts/_customized.scss */
.subscriptions > * {
  background: rgba(241, 240, 239, 0.75);
  border-left: none;
  padding: 1em 0;
  text-align: center;
}
@media all and (min-width: 1300px) {
  /* line 1531, ../sass/parts/_customized.scss */
  .subscriptions > * {
    border-left: 1px solid #fff;
  }
}
@media all and (min-width: 1300px) {
  /* line 1539, ../sass/parts/_customized.scss */
  .subscriptions > *:last-child {
    border-right: 1px solid #fff;
  }
}
/* line 1545, ../sass/parts/_customized.scss */
.subscriptions ul {
  margin-left: 0 !important;
}
/* line 1548, ../sass/parts/_customized.scss */
.subscriptions li {
  margin-bottom: 0 !important;
}

/* line 1553, ../sass/parts/_customized.scss */
.c-secondary-nav__list-item {
  position: relative;
}
/* line 1555, ../sass/parts/_customized.scss */
.c-secondary-nav__list-item ul {
  display: none;
  background: #f1f0ef;
  font-size: .8em;
  left: 0;
  padding: .2em 0;
  position: absolute;
  top: 100%;
}
/* line 1563, ../sass/parts/_customized.scss */
.c-secondary-nav__list-item ul li {
  border-bottom: 1px solid #fff;
  padding: .2em .5em;
}
/* line 1566, ../sass/parts/_customized.scss */
.c-secondary-nav__list-item ul li:last-child {
  border-bottom: none;
}

/* line 1573, ../sass/parts/_customized.scss */
.c-secondary-nav__list-item.open ul {
  display: block;
}

/* line 1577, ../sass/parts/_customized.scss */
.c-secondary-nav__list-item.user {
  cursor: pointer;
  display: block;
  padding-right: 6px;
}
/* line 1581, ../sass/parts/_customized.scss */
.c-secondary-nav__list-item.user:after {
  border-top: 5px solid #d8d7d5;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
}

/* line 1592, ../sass/parts/_customized.scss */
.c-secondary-nav__list-item.open:after {
  border-top: none;
  border-bottom: 6px solid #d8d7d5;
}

/* line 1598, ../sass/parts/_customized.scss */
.c-drawer__nav-secondary .c-secondary-nav__list-item.user:after {
  border-top-color: #717171;
  border-bottom-color: #717171;
  top: 10px;
}
/* line 1603, ../sass/parts/_customized.scss */
.c-drawer__nav-secondary .c-secondary-nav__list-item.user ul {
  left: auto;
  position: relative;
  top: auto;
}

/* line 1612, ../sass/parts/_customized.scss */
.c-media-block-book .c-block__image {
  width: 40%;
}
@media all and (min-width: 900px) {
  /* line 1612, ../sass/parts/_customized.scss */
  .c-media-block-book .c-block__image {
    width: 20%;
  }
}
/* line 1618, ../sass/parts/_customized.scss */
.c-media-block-book .c-media-block__content {
  width: 60%;
}
@media all and (min-width: 900px) {
  /* line 1618, ../sass/parts/_customized.scss */
  .c-media-block-book .c-media-block__content {
    width: 80%;
  }
}

/* line 1627, ../sass/parts/_customized.scss */
.c-block__author-link .o-button {
  font: 600 1.1em/1em "Noto Serif", Georgia, Times, "Times New Roman", serif;
  padding-left: 1rem;
  padding-bottom: .6875rem;
  text-transform: none;
}
/* line 1633, ../sass/parts/_customized.scss */
.c-block__author-link p {
  margin-top: .75rem;
}

/* line 1638, ../sass/parts/_customized.scss */
.ads-header:before, .ads-header a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 6px #717171;
}

/* line 1647, ../sass/parts/_customized.scss */
.ads-header {
  background: #d8d7d5;
}
/* line 1649, ../sass/parts/_customized.scss */
.ads-header:before {
  top: -1px;
}
/* line 1653, ../sass/parts/_customized.scss */
.ads-header a {
  display: block;
  position: relative;
  z-index: 2;
}
/* line 1657, ../sass/parts/_customized.scss */
.ads-header a:after {
  bottom: -1px;
}
/* line 1661, ../sass/parts/_customized.scss */
.ads-header a img {
  position: relative;
  z-index: -1;
  margin: 0 auto !important;
  width: 100%;
  max-width: 750px;
}

/* line 1672, ../sass/parts/_customized.scss */
.map-inline {
  padding-bottom: 55%;
  position: relative;
  z-index: 10;
}
/* line 1676, ../sass/parts/_customized.scss */
.map-inline #map {
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f0ef;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 10;
}
/* line 1685, ../sass/parts/_customized.scss */
.map-inline canvas:focus {
  outline: none !important;
}
/* line 1688, ../sass/parts/_customized.scss */
.map-inline canvas:active {
  outline: none !important;
}

@media all and (min-width: 700px) {
  /* line 1695, ../sass/parts/_customized.scss */
  .togglemap .js-toggle-parent {
    float: right;
    margin: -4rem 1.25rem 0 0;
  }
}

/* line 1703, ../sass/parts/_customized.scss */
.mapboxgl-popup-content {
  font: 400 0.9em/1.3em "Noto Serif", Georgia, Times, "Times New Roman", serif;
  z-index: 100;
}
@media all and (min-width: 700px) {
  /* line 1703, ../sass/parts/_customized.scss */
  .mapboxgl-popup-content {
    font-size: 1em;
  }
}
@media all and (min-width: 900px) {
  /* line 1703, ../sass/parts/_customized.scss */
  .mapboxgl-popup-content {
    font-size: 1.1em;
  }
}
/* line 1712, ../sass/parts/_customized.scss */
.mapboxgl-popup-content h3 {
  font-size: 1.6em;
  font-weight: 800;
}
/* line 1716, ../sass/parts/_customized.scss */
.mapboxgl-popup-content a {
  display: block;
}
/* line 1719, ../sass/parts/_customized.scss */
.mapboxgl-popup-content ul {
  list-style: none;
  border-bottom: 1px solid #f1f0ef;
}
/* line 1722, ../sass/parts/_customized.scss */
.mapboxgl-popup-content ul li {
  padding: .5em 0;
  border-top: 1px solid #f1f0ef;
}
/* line 1725, ../sass/parts/_customized.scss */
.mapboxgl-popup-content ul li:before {
  display: none !important;
}
/* line 1728, ../sass/parts/_customized.scss */
.mapboxgl-popup-content ul li strong {
  display: inline-block;
  margin-right: .5em;
  width: 2.5em;
  text-align: right;
}

/* line 1740, ../sass/parts/_customized.scss */
.timeline-outer {
  position: relative;
  width: 100%;
}
/* line 1743, ../sass/parts/_customized.scss */
.timeline-outer .timeline-inner {
  position: relative;
  height: 100%;
}
/* line 1746, ../sass/parts/_customized.scss */
.timeline-outer .timeline-inner:before {
  border-left: 2px solid #d8d7d5;
  display: block;
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  height: 100%;
}
/* line 1755, ../sass/parts/_customized.scss */
.timeline-outer li {
  text-indent: 0 !important;
}
/* line 1757, ../sass/parts/_customized.scss */
.timeline-outer li:before {
  display: none !important;
}
/* line 1761, ../sass/parts/_customized.scss */
.timeline-outer li.year {
  position: relative;
  margin-top: 3rem;
  width: 100%;
}
/* line 1766, ../sass/parts/_customized.scss */
.timeline-outer li.year.highlight .year-text {
  background: #575a5c;
  color: #fff;
}
/* line 1770, ../sass/parts/_customized.scss */
.timeline-outer li.year.highlight .year-detail ul {
  border: 1px solid #d8d7d5;
}
/* line 1774, ../sass/parts/_customized.scss */
.timeline-outer li.year .year-text {
  background: #d8d7d5;
  font-size: 18px;
  font-weight: 600;
  padding: .2em 0;
  position: absolute;
  top: 0;
  width: 50px;
  text-align: center;
}
/* line 1783, ../sass/parts/_customized.scss */
.timeline-outer li.year .year-text:after {
  border-top: 1px solid #d8d7d5;
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  right: -15px;
  width: 15px;
}
/* line 1793, ../sass/parts/_customized.scss */
.timeline-outer li.year .year-detail {
  font-size: .9rem;
  border: 1px solid #d8d7d5;
  padding: 5px 0;
  margin: -15px 0 0 65px;
}
/* line 1798, ../sass/parts/_customized.scss */
.timeline-outer li.year .year-detail li {
  border-left: 4px solid #d8d7d5;
  margin: 7px 10px 7px 0;
  padding-left: 10px;
}

/* line 1808, ../sass/parts/_customized.scss */
.qcf {
  display: flex;
  flex-direction: column;
  margin-left: .9375rem;
  align-items: stretch;
}
@media all and (min-width: 900px) {
  /* line 1808, ../sass/parts/_customized.scss */
  .qcf {
    margin-left: 0;
  }
}
/* line 1816, ../sass/parts/_customized.scss */
.qcf .section {
  border: 1px solid #d8d7d5;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media all and (min-width: 1300px) {
  /* line 1816, ../sass/parts/_customized.scss */
  .qcf .section {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
/* line 1826, ../sass/parts/_customized.scss */
.qcf .block {
  padding: 1.25rem 0;
}
@media all and (min-width: 1300px) {
  /* line 1826, ../sass/parts/_customized.scss */
  .qcf .block {
    width: 50%;
  }
}
/* line 1831, ../sass/parts/_customized.scss */
.qcf .block:first-child {
  border-bottom: 1px dotted #d8d7d5;
}
@media all and (min-width: 1300px) {
  /* line 1831, ../sass/parts/_customized.scss */
  .qcf .block:first-child {
    border-bottom: none;
    border-right: 1px dotted #d8d7d5;
  }
}
/* line 1838, ../sass/parts/_customized.scss */
.qcf .block h3 {
  font: 800 1.3em/1em "Noto Serif", Georgia, Times, "Times New Roman", serif;
  margin-bottom: .4em;
  padding-top: 0;
}
/* line 1843, ../sass/parts/_customized.scss */
.qcf .block ul {
  padding-top: .5em;
  margin-bottom: 0;
}
/* line 1846, ../sass/parts/_customized.scss */
.qcf .block ul li {
  margin: 0;
}
/* line 1851, ../sass/parts/_customized.scss */
.qcf .divider {
  height: 40px;
}
/* line 1853, ../sass/parts/_customized.scss */
.qcf .divider svg {
  transform: rotate(90deg);
}
/* line 1859, ../sass/parts/_customized.scss */
.qcf .end h2 {
  background: #717171;
  color: #fff;
  margin: 0;
  padding: .5em .2em;
  text-align: center;
}

/* line 1870, ../sass/parts/_customized.scss */
.overlay-back {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
}
/* line 1877, ../sass/parts/_customized.scss */
.overlay-back .overlay-front, .overlay-back .modal {
  box-sizing: content-box;
  border: 6px solid #fff;
  box-shadow: 0 0 20px #000;
  display: inline-block;
}
/* line 1883, ../sass/parts/_customized.scss */
.overlay-back a.close {
  display: block;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 7px;
  color: #717171;
  border: 3px  solid #fff;
  font-weight: bold;
  border-radius: 17px;
}
/* line 1896, ../sass/parts/_customized.scss */
.overlay-back a.close:hover {
  background: #d8d7d5;
  color: #575a5c;
}

/* line 1902, ../sass/parts/_customized.scss */
.overlay-kiosk, iframe.kiosk {
  width: 1024px;
  height: 768px;
}

/* line 1907, ../sass/parts/_customized.scss */
.modal-slide {
  background: #fff;
  border-radius: .5em;
  display: block;
  padding: 1em;
  position: fixed;
  top: 0;
  left: 50%;
  top: -50%;
  transform: translate(-50%, 0);
  transition: all .5s;
  opacity: 0;
  z-index: 1000;
  width: 80%;
}
@media all and (min-width: 700px) {
  /* line 1907, ../sass/parts/_customized.scss */
  .modal-slide {
    width: 50%;
    max-width: 600px;
  }
}
/* line 1925, ../sass/parts/_customized.scss */
.modal-slide h3 {
  font-size: 1.2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #f1f0ef;
}
/* line 1931, ../sass/parts/_customized.scss */
.modal-slide .close {
  display: block;
  font-size: 1.5em;
  color: #d8d7d5;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 1939, ../sass/parts/_customized.scss */
.modal.show {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 1947, ../sass/parts/_customized.scss */
.syncform p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1em;
  padding: .5em 0;
}
/* line 1954, ../sass/parts/_customized.scss */
.syncform input[type=checkbox] {
  float: none;
  display: block;
  vertical-align: text-top;
  margin: 2px 5px -2px 0;
  min-width: 25px;
  max-width: 25px;
}
/* line 1962, ../sass/parts/_customized.scss */
.syncform i {
  display: block;
  margin: -3px 5px 0 0;
  vertical-align: middle;
  min-width: 25px;
  max-width: 25px;
}
/* line 1968, ../sass/parts/_customized.scss */
.syncform i img {
  width: 100%;
}
/* line 1972, ../sass/parts/_customized.scss */
.syncform label {
  display: block;
  width: 90%;
}

/* line 1980, ../sass/parts/_customized.scss */
.gsc-control-cse {
  padding: 0 !important;
}

/* line 1985, ../sass/parts/_customized.scss */
.gsc-search-box > td {
  padding: 1em;
}
/* line 1988, ../sass/parts/_customized.scss */
.gsc-search-box .gsc-input {
  height: 45px;
  padding-left: 0;
}
/* line 1992, ../sass/parts/_customized.scss */
.gsc-search-box .gsc-search-button {
  padding: 0;
}
/* line 1994, ../sass/parts/_customized.scss */
.gsc-search-box .gsc-search-button .gsc-search-button {
  display: block;
  height: 45px;
  width: 45px;
}
/* line 1998, ../sass/parts/_customized.scss */
.gsc-search-box .gsc-search-button .gsc-search-button svg {
  width: 40px;
}

/* line 2005, ../sass/parts/_customized.scss */
aside.sidebar {
  background: #f1f0ef;
  padding: 1em;
}

/* line 2010, ../sass/parts/_customized.scss */
aside.alert {
  background: #cd4900;
  color: #fff;
  padding: 1em 3vw;
  text-align: center;
  z-index: 100;
}
@media all and (min-width: 700px) {
  /* line 2010, ../sass/parts/_customized.scss */
  aside.alert {
    padding: 1em 10vw;
  }
}
@media all and (min-width: 1300px) {
  /* line 2010, ../sass/parts/_customized.scss */
  aside.alert {
    padding: 1em 20vw;
  }
}
/* line 2022, ../sass/parts/_customized.scss */
aside.alert h1 {
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
@media all and (min-width: 700px) {
  /* line 2022, ../sass/parts/_customized.scss */
  aside.alert h1 {
    font-size: 1.25em;
  }
}
/* line 2029, ../sass/parts/_customized.scss */
aside.alert h1 i {
  display: inline-block;
  width: .7em;
}
/* line 2032, ../sass/parts/_customized.scss */
aside.alert h1 i svg {
  width: 100%;
}
/* line 2034, ../sass/parts/_customized.scss */
aside.alert h1 i svg path {
  fill: #ffa06c;
}
/* line 2040, ../sass/parts/_customized.scss */
aside.alert > div {
  display: none;
}
/* line 2043, ../sass/parts/_customized.scss */
aside.alert p {
  margin-top: 1em;
  font: 400 0.85em/1.3em "Noto Serif", Georgia, Times, "Times New Roman", serif;
}
/* line 2047, ../sass/parts/_customized.scss */
aside.alert .close {
  cursor: pointer;
  font-weight: 800;
}
/* line 2050, ../sass/parts/_customized.scss */
aside.alert .close span {
  display: inline-block;
  font-size: 1.6em;
  vertical-align: bottom;
}

/* line 2059, ../sass/parts/_customized.scss */
aside.alert.open > div {
  display: block;
}

/* line 2064, ../sass/parts/_customized.scss */
.icon-links {
  display: flex;
}
/* line 2067, ../sass/parts/_customized.scss */
.icon-links.large > * {
  width: 10%;
  margin-right: 3%;
}
/* line 2073, ../sass/parts/_customized.scss */
.icon-links.medium > * {
  width: 7%;
  margin-right: 2%;
}
/* line 2079, ../sass/parts/_customized.scss */
.icon-links.small > * {
  width: 5%;
  margin-right: 1%;
}
/* line 2084, ../sass/parts/_customized.scss */
.icon-links a {
  border: none;
}
