/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #f8f8f8;
  }
}
main {
  display: block;
}
.interactive {
  padding: 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
zeus-ad {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color 0.1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
.article-comments-bar {
  clear: both;
  margin: 30px auto;
  display: block;
  height: 50px;
  border: 1px solid #0777b3;
  border-radius: 3px;
  color: #0777b3;
  font-family: "ff-dagny-web-pro";
  font-size: 15px;
  line-height: 21px;
  max-width: 900px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .article-comments-bar {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.article-comments-bar:hover,
.article-comments-bar.active {
  color: #2b4d70;
  border: 1px solid #2b4d70;
}
.article-comments-bar a:hover {
  color: #0777b3;
}
.article-comments-bar .comment-count::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.comments-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media screen and (min-width: 600px) {
  .comments-container {
    max-width: 800px;
    width: 83.333%;
  }
}
.comments-container.active {
  max-height: 100%;
  overflow: hidden;
  opacity: 1;
}
.comments-container .u-blue {
  color: #0777b3;
}
.comments-container .u-bg-blue {
  background-color: #0777b3;
}
.comments-container .u-blue-hfa:hover,
.comments-container .u-blue-hfa.hover,
.comments-container .u-blue-hfa:focus,
.comments-container .u-blue-hfa.focus,
.comments-container .u-blue-hfa:active,
.comments-container .u-blue-hfa.active {
  color: #0777b3;
}
.comments-container .u-bg-blue-hfa:hover,
.comments-container .u-bg-blue-hfa.hover,
.comments-container .u-bg-blue-hfa:focus,
.comments-container .u-bg-blue-hfa.focus,
.comments-container .u-bg-blue-hfa:active,
.comments-container .u-bg-blue-hfa.active {
  background-color: #0777b3;
}
.comments-container .u-navy {
  color: #2b4d70;
}
.comments-container .u-bg-navy {
  background-color: #2b4d70;
}
.comments-container .u-navy-hfa:hover,
.comments-container .u-navy-hfa.hover,
.comments-container .u-navy-hfa:focus,
.comments-container .u-navy-hfa.focus,
.comments-container .u-navy-hfa:active,
.comments-container .u-navy-hfa.active {
  color: #2b4d70;
}
.comments-container .u-bg-navy-hfa:hover,
.comments-container .u-bg-navy-hfa.hover,
.comments-container .u-bg-navy-hfa:focus,
.comments-container .u-bg-navy-hfa.focus,
.comments-container .u-bg-navy-hfa:active,
.comments-container .u-bg-navy-hfa.active {
  background-color: #2b4d70;
}
.comments-container .u-dusty-blue {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue {
  background-color: #42759d;
}
.comments-container .u-dusty-blue-hfa:hover,
.comments-container .u-dusty-blue-hfa.hover,
.comments-container .u-dusty-blue-hfa:focus,
.comments-container .u-dusty-blue-hfa.focus,
.comments-container .u-dusty-blue-hfa:active,
.comments-container .u-dusty-blue-hfa.active {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue-hfa:hover,
.comments-container .u-bg-dusty-blue-hfa.hover,
.comments-container .u-bg-dusty-blue-hfa:focus,
.comments-container .u-bg-dusty-blue-hfa.focus,
.comments-container .u-bg-dusty-blue-hfa:active,
.comments-container .u-bg-dusty-blue-hfa.active {
  background-color: #42759d;
}
.comments-container .u-bright-blue {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue {
  background-color: #0a97e2;
}
.comments-container .u-bright-blue-hfa:hover,
.comments-container .u-bright-blue-hfa.hover,
.comments-container .u-bright-blue-hfa:focus,
.comments-container .u-bright-blue-hfa.focus,
.comments-container .u-bright-blue-hfa:active,
.comments-container .u-bright-blue-hfa.active {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue-hfa:hover,
.comments-container .u-bg-bright-blue-hfa.hover,
.comments-container .u-bg-bright-blue-hfa:focus,
.comments-container .u-bg-bright-blue-hfa.focus,
.comments-container .u-bg-bright-blue-hfa:active,
.comments-container .u-bg-bright-blue-hfa.active {
  background-color: #0a97e2;
}
@media screen and (max-width: 767px) {
  .comments-container .hide-sm {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .hide-md {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .hide-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .comments-container .visually-hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .visually-hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .visually-hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.comments-container .hide,
.comments-container .hidden {
  display: none !important;
  visibility: hidden;
}
.comments-container .visually-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.comments-container .visually-hide-focusable:active,
.comments-container .visually-hide-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.comments-container .u-serif {
  font-family: Georgia, serif;
}
.comments-container .wf-active .u-serif {
  font-family: "ff-meta-serif-web-pro";
}
.comments-container .u-normal {
  font-weight: normal;
}
.comments-container .u-bold {
  font-weight: bold;
}
.comments-container .font-tiny {
  font-size: 13px;
  line-height: 18px;
}
.comments-container .font-small {
  font-size: 15px;
  line-height: 21px;
}
.comments-container .font-medium {
  font-size: 19px;
  line-height: 25px;
}
.comments-container .font-large {
  font-size: 26px;
  line-height: 34px;
}
.comments-container .font-xlarge {
  font-size: 32px;
  line-height: 38px;
}
.comments-container .font-xxlarge {
  font-size: 42px;
  line-height: 46px;
}
.comments-container .font-huge {
  font-size: 50px;
  line-height: 54px;
}
.comments-container .font-list {
  font-size: 17px;
  line-height: 23px;
}
.comments-container .lh1 {
  line-height: 1em;
}
.comments-container .lh2 {
  line-height: 2em;
}
.comments-container .u-tl {
  text-align: left;
}
.comments-container .u-tr {
  text-align: right;
}
.comments-container .u-tc {
  margin-bottom: 15px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}
.comments-container .u-vt {
  vertical-align: top;
}
.comments-container .u-vm {
  vertical-align: middle;
}
.comments-container .u-vb {
  vertical-align: bottom;
}
.comments-container .u-italic {
  font-style: italic;
}
.comments-container .u-upper {
  text-transform: uppercase;
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTiw.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq14.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq14.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zI.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq14.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q14.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q14.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizBREVNn1dOx-zrZ2X3pZvkTi182zI.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIz.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIz.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizDREVNn1dOx-zrZ2X3pZvkThUY.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIz.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIz.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexserif/v10/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIz.ttf) format('truetype');
}
@font-face {
  font-family: 'Fugaz One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fugazone/v10/rax_HiWKp9EAITukFslMBA.ttf) format('truetype');
}
@font-face {
  font-family: 'Shrikhand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shrikhand/v6/a8IbNovtLWfR7T7bMJwbBA.ttf) format('truetype');
}
@font-face {
  font-family: 'Amita';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amita/v9/HhyaU5si9Om7PQlv.ttf) format('truetype');
}
@font-face {
  font-family: 'Calistoga';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/calistoga/v5/6NUU8F2OJg6MeR7l4e0vtA.ttf) format('truetype');
}
@font-face {
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/italiana/v11/QldNNTtLsx4E__B0XTmR.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita Swashed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansitaswashed/v5/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW-ppbTo.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita Swashed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansitaswashed/v5/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpbTo.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita Swashed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansitaswashed/v5/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW4ZpbTo.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita Swashed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansitaswashed/v5/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW2pubTo.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita Swashed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansitaswashed/v5/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW1NubTo.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita Swashed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansitaswashed/v5/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWzRubTo.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita Swashed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansitaswashed/v5/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWx1ubTo.ttf) format('truetype');
}
@font-face {
  font-family: 'Red Rose';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redrose/v8/QdVISTYiLBjouPgEUajvsfWwDtc3MH8y8_sDcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Red Rose';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redrose/v8/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfsDcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Red Rose';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redrose/v8/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yn_sDcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Red Rose';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redrose/v8/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yc_wDcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Red Rose';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redrose/v8/QdVISTYiLBjouPgEUajvsfWwDtc3MH8ySvwDcg.ttf) format('truetype');
}
.jw-controlbar,
.jw-controls {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
.header {
  margin-bottom: 50px;
  padding-bottom: 0;
}
.intro-background {
  background-color: #631111;
}
.intro {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .intro {
    padding: 0 10px 0 10px;
  }
}
h1 {
  font-family: "Red Rose";
  color: white;
  font-size: 72px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 350px) {
  h1 {
    font-size: 52px;
  }
}
p {
  font-family: "ff-dagny-web-pro";
  font-weight: 100;
}
.intro h1 {
  text-align: center;
}
.intro h2 {
  text-align: center;
}
.intro p {
  color: #F0F0F0;
  font-size: 24px;
}
@media (max-width: 480px) {
  .intro p {
    font-size: 20px;
  }
}
/*
.fa-arrow-circle-down {
    color: white;
    width: 100%;
    margin-left: 48vw;
    margin-top: 40%;
    font-size: 30px;
    z-index: 15;
    position: absolute;
    transition: color 10s;
}

*/
.related-link {
  padding: 5px 40px 5px 40px;
  border-radius: 40px;
  background-color: #EB9681;
  margin-bottom: 50px;
}
.related-link-header {
  font-family: "Red Rose";
  font-weight: 800;
  color: #631111 !important;
  text-align: center;
  margin-bottom: -10px;
}
.related-link a {
  color: #631111;
  font-style: italic;
}
.related-link-text {
  font-size: 20px !important;
  line-height: 24px !important;
}
.related-link a:hover {
  text-decoration: underline;
}
.head-background {
  width: 100vw;
  height: 110vh;
  background-image: url(assets/pie-outline.svg);
  background-size: 90% 90%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .head-background {
    height: 700px;
    background-size: 100% 100%;
  }
}
@media (max-width: 480px) {
  .head-background {
    height: 500px;
    background-size: 130% 130%;
  }
}
@media (max-width: 350px) {
  .head-background {
    background-size: 160% 160%;
  }
}
.head-group {
  display: inline-block;
  margin-top: 130px;
  margin-bottom: 100px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.headline {
  text-align: center;
  font-size: 90px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .headline {
    font-size: 54px;
    margin-top: -10px;
  }
}
.deck {
  font-family: "ff-dagny-web-pro";
  font-weight: 100;
  font-size: 24px;
  text-align: center;
  width: 30%;
  margin: auto;
  color: white;
}
@media (max-width: 768px) {
  .deck {
    width: 70%;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .deck {
    width: 80%;
  }
}
.dot {
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
}
@media (max-width: 480px) {
  .dot {
    height: 15px;
    width: 15px;
  }
}
.dot-group {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.byline {
  text-align: center;
  color: white;
  font-family: "Red Rose";
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0px;
}
.byline > a {
  color: white;
}
.byline > a:hover {
  text-decoration: underline;
}
.publish-date {
  color: white;
  text-align: center;
  margin-top: 0px;
}
.drop-cap {
  font-family: "Red Rose";
  float: left;
  font-size: 145px;
  font-weight: bold;
  vertical-align: top;
  margin-right: 5px;
  margin-top: -57px;
  margin-bottom: -70px;
}
@media (max-width: 480px) {
  .drop-cap {
    font-size: 130px;
  }
}
.taylor-pix-2 {
  width: 100%;
}
.jump-to-recipes > h2 > a {
  font-family: "Red Rose";
  text-align: center;
  color: #631111;
}
/*
.jump-to-recipes > h2 > a:hover {
    text-decoration: underline;
    transition: text-decoration 1s;

}
*/
.jump-to-recipes {
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 40px;
  background-color: #EB9681;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cutline {
  margin-top: 0px !important;
  font-size: 16px !important;
  font-style: italic;
  height: 100%;
}
.nav-box p {
  text-align: center;
  font-size: 40px;
  color: white;
}
.nav-box {
  height: 110vh;
  position: relative;
  top: 15vh;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 50px;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  .nav-box {
    height: 100vh;
    top: 0;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .nav-box {
    height: 700px;
    padding-top: 0px;
  }
}
.skill-level {
  font-family: "Red Rose";
  margin-bottom: 10px;
  font-weight: 800;
  margin-top: 10px;
}
.anchors {
  display: flex;
}
@media (max-width: 768px) {
  .anchors {
    flex-wrap: wrap;
  }
}
.anchors a {
  text-align: center;
  width: 33%;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 0 5px black;
}
@media (max-width: 768px) {
  .anchors a {
    width: 52%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .anchors a {
    width: 60%;
    margin: auto;
  }
}
.anchors p {
  height: 250px;
  display: flex;
  margin: 5px;
  color: white;
  font-family: "Red Rose";
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .anchors p {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .anchors p {
    height: 140px;
  }
}
.beginner-link {
  background-image: url("assets/lemon.jpg");
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.intermediate-link {
  background-color: #EB9681;
  background-image: url("assets/cranberry.JPG");
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.advanced-link {
  background-color: #EAB6CF;
  background-image: url("assets/advanced.JPG");
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.beginner-link:hover {
  border: 13px solid #fbe172;
  border-radius: 20px;
  transition: border 0.3s;
}
.intermediate-link:hover {
  border: 13px solid #ffb57f;
  border-radius: 20px;
  transition: border 0.3s;
}
.advanced-link:hover {
  border: 13px solid #f4c5bc;
  border-radius: 20px;
  transition: border 0.3s;
}
.section-1 {
  background-color: #fbe172;
}
.beginner-video,
.advanced-video {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  width: 50%;
}
@media (max-width: 768px) {
  .beginner-video,
  .advanced-video {
    display: block;
    position: static !important;
    width: 100%;
    height: 100%;
  }
}
.poster-video {
  position: absolute;
  z-index: 5;
}
#botr_OBMyNrTV_SK0tjfAp_div,
#botr_UsYxiIv6_SK0tjfAp_div,
#botr_JyCE9h2z_SK0tjfAp_div {
  width: 50vw !important;
  height: 100vh !important;
}
@media (max-width: 768px) {
  #botr_OBMyNrTV_SK0tjfAp_div,
  #botr_UsYxiIv6_SK0tjfAp_div,
  #botr_JyCE9h2z_SK0tjfAp_div {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
  }
}
.jwplayer .jw-media video {
  object-fit: cover !important;
  z-index: 10;
}
@media (max-width: 480px) {
  .jwplayer .jw-media video {
    position: static;
  }
}
@media (max-width: 480px) {
  .jw-aspect {
    padding-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .jw-top {
    height: 0 !important;
  }
}
@media (max-width: 480px) {
  .jwplayer,
  .jw-reset,
  .jw-state-idle,
  .jw-stretch-uniform,
  .jw-flag-aspect-mode,
  .jw-floating-dismissible,
  .jw-flag-touch,
  .jw-flag-user-inactive {
    position: static !important;
  }
}
.beginner-text,
.advanced-text {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  bottom: 0;
  padding: 50px 0 70px;
  padding-left: 0;
  width: 50%;
  left: 49vw;
  top: -75vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .beginner-text,
  .advanced-text {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.text-container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.pie-intro {
  margin-bottom: 50vh;
}
@media (max-width: 768px) {
  .pie-intro {
    margin-bottom: 0;
  }
}
.beginner-difficulty {
  color: #334165;
}
.beginner-difficulty a {
  color: #334165;
}
.beginner-difficulty a:hover {
  text-decoration: underline;
}
.beginner-dot {
  height: 16px;
  width: 16px;
  margin-bottom: -10px;
  background-color: #334165;
}
/*
.beginner-intro {
    background-image: url(assets/pie-outline.svg);
    background-size: 200% 200%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
*/
ul li {
  font-family: "ff-dagny-web-pro";
  list-style-type: none;
  border-spacing: 0px;
  line-height: 26px;
  margin-top: -10px;
  padding: 0px;
  font-weight: 400 !important;
}
.ingredient-amount {
  display: table-cell;
  text-align: right;
  width: 60px;
  vertical-align: top;
  padding-left: 0;
}
.ingredient-name {
  display: table-cell;
  padding-left: 10px;
}
ul {
  padding-left: 0px;
}
.difficulty-level {
  font-family: "ff-dagny-web-pro";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0px;
}
.pie-name {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pie-description {
  font-family: "ff-dagny-web-pro";
  font-weight: 100;
}
.pie-adaptation {
  font-family: "ff-dagny-web-pro";
  font-weight: 100;
  font-style: italic;
}
.section-header {
  font-family: "Red Rose";
  font-weight: 800;
  font-size: 30px;
  margin-bottom: -10px;
  margin-top: 50px;
}
/*

.beginner-text > .text-container > .section-header {
    color: rgb(51, 65, 101);
}

*/
.sub-hed {
  font-family: "Red Rose";
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  margin-top: 1.5em;
  margin-bottom: -1em;
}
.sub-description {
  font-style: italic;
}
.video {
  overflow: hidden;
}
.tips-section-header {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 3px dotted #4b4b4b;
}
@media (max-width: 768px) {
  .tips-section-header {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .equipment-section-header {
    padding-top: 50px;
    border-top: 3px dotted #4b4b4b;
  }
}
.icons {
  font-size: 20px;
}
.direction-duo-container {
  display: flex;
  justify-content: space-between;
}
.direction-quad {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.direction-duo {
  width: 49%;
  margin-bottom: 10px;
}
.recipe-steps > b {
  font-size: 18px;
}
.to-top {
  border-top: 3px dotted #4b4b4b;
  padding-top: 40px;
  height: 100px;
}
.to-top a {
  color: black;
  font-size: 24px;
  font-style: italic;
}
.to-top a:hover {
  text-decoration: underline;
}
.print-button {
  font-family: "Red Rose";
  background-color: none !important;
  font-weight: 800;
  font-size: 24px;
  font-style: italic;
  border: none;
  cursor: pointer;
}
.print-button:hover {
  text-decoration: underline;
}
.section-2 {
  background-color: #ffb57f;
}
.intermediate-video {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  object-fit: cover;
  object-position: 50% 50%;
  left: 50vw;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .intermediate-video {
    position: static;
    object-fit: cover;
    opject-position: 0 0;
    width: 100%;
    height: 100%;
  }
}
.intermediate-text {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  bottom: 0;
  padding: 50px 0 70px;
  padding-left: 0;
  width: 50%;
  left: 0vw;
  top: -75vh;
}
@media (max-width: 768px) {
  .intermediate-text {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.intermediate-difficulty {
  color: #631111;
}
.intermediate-difficulty a {
  color: #631111;
}
.intermediate-difficulty a:hover {
  text-decoration: underline;
}
.section-3 {
  background-color: #f4c5bc;
}
.advanced-difficulty {
  color: #4f304d;
}
.advanced-difficulty a {
  color: #4f304d;
}
.advanced-difficulty a:hover {
  text-decoration: underline;
}
.bottom-page {
  background-color: #631111;
  padding-bottom: 20px;
}
.article-comments-bar {
  border: 1px solid #F0F0F0;
  color: white;
}
.thin-div {
  border-bottom: none;
}
.center {
  background: none !important;
  color: #F0F0F0;
  font-family: "Red Rose";
  font-weight: 800;
  font-size: 30px !important;
}
.project-credit > a {
  color: #F0F0F0;
  font-weight: 800;
}
.project-credit {
  color: #F0F0F0;
}
.module {
  padding-top: 50px;
  padding-bottom: 50px;
}
