/*
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;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 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:hover {
  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;
}
nav.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;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
  margin-top: 4px;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 18px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 11px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
  margin-bottom: 30px;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
  padding-bottom: 12.36263736%;
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
  padding-bottom: 83.33333333%;
}
.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 .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
  margin-top: 30px;
}
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;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
@media print {
  .printing .header,
  .printing .hed,
  .printing .chatter,
  .printing .basket-link,
  .printing .menu,
  .printing .photography,
  .printing .right-rail,
  .printing section,
  .printing .ad,
  .printing .print-button,
  .printing .share,
  .printing .copyright,
  .printing .nav-bottom {
    display: none !important;
  }
  .printing .basket,
  .printing .main-nav {
    border: none;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 17px;
  }
}
.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .inner {
    padding: 0 10px;
  }
}
a {
  color: white;
}
a:hover {
  color: white;
}
a.top-button {
  cursor: pointer;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: maroon;
  margin-top: 20px;
  display: block;
  text-align: right;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
}
a.top-button .fa {
  padding-right: 4px;
}
a.top-button:hover {
  color: black;
}
li a {
  color: maroon;
}
li a:hover {
  color: black;
}
.header {
  text-align: center;
}
@media (max-width: 768px) {
  .header img.desktop {
    display: none;
  }
}
.header img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .header img.mobile {
    display: block;
  }
}
.photography {
  display: none;
  font-size: 16px;
  text-align: center;
  margin: 25px 0;
}
@media (max-width: 768px) {
  .photography {
    display: block;
  }
}
.right {
  text-align: right;
}
.hed {
  font-size: 65px;
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .hed {
    font-size: 55px;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .hed {
    font-size: 40px;
  }
}
.credits {
  font-size: 16px;
}
.credits div {
  padding-bottom: 2px;
}
.chatter {
  padding: 0 20px;
  margin: auto;
  max-width: 800px;
  padding-bottom: 20px;
  text-align: justify;
}
@media (max-width: 768px) {
  .chatter {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .chatter {
    padding: 0 10px;
    text-align: left;
  }
}
.subscribe {
  padding-bottom: 40px;
  background: #e0e0e0;
  padding: 20px;
}
.subscribe-text {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding-bottom: 10px;
  font-size: 16px;
}
.subscribe-button {
  border-radius: 2px;
  padding: 10px 15px 8px 15px;
  background: maroon;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.subscribe-button:hover {
  background: black;
}
.strong {
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  color: maroon;
}
.basket-button {
  text-align: right;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: maroon;
}
@media (max-width: 480px) {
  .basket-button {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .basket-button {
    font-size: 13px;
  }
}
.basket-button:hover {
  color: black;
}
.basket-button .fa {
  padding-right: 4px;
}
input[type="checkbox"] {
  display: none;
  cursor: pointer;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"] + label .fa-check,
input[type="checkbox"] + label .added {
  display: none;
}
input[type="checkbox"]:checked + label .fa-list {
  display: none;
}
input[type="checkbox"]:checked + label .fa-check,
input[type="checkbox"]:checked + label .added {
  display: inline-block;
}
input[type="checkbox"]:checked + label .not-added {
  display: none;
}
.basket {
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
.basket .empty {
  font-style: italic;
  padding-top: 10px;
}
.basket .empty.hidden {
  display: none;
}
.recipe-list {
  padding-top: 5px;
  font-style: italic;
  font-size: 18px;
}
.left-rail {
  width: 66%;
  display: inline-block;
}
.right-rail {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .right-rail {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .left-rail,
  .right-rail {
    display: block;
    width: 100%;
  }
}
.teaser-title {
  padding: 15px 0;
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
}
.menu {
  text-align: center;
  margin: auto;
  padding-bottom: 40px;
}
.menu .pick {
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding-bottom: 18px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .menu {
    padding-bottom: 0;
  }
}
.teaser {
  padding-bottom: 10px;
}
.teaser a {
  color: black;
}
.teaser a:hover {
  color: #7e838b;
}
.teaser img {
  display: inline-block;
  width: 35%;
}
.teaser .story {
  padding-left: 5px;
  width: 63%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1000px) {
  .teaser {
    padding-bottom: 25px;
  }
  .teaser img,
  .teaser .story {
    display: block;
    width: 100%;
  }
  .teaser .story {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .teaser {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.buffer {
  -webkit-flex: 0 0 10px;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
}
@media (max-width: 768px) {
  .teaser-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .teaser-container {
    display: block;
  }
}
.featured.teaser {
  padding-bottom: 25px;
}
.featured.teaser img,
.featured.teaser .story {
  display: block;
  width: 100%;
}
.featured.teaser .story {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 0;
}
.basket-link {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #4d0000;
  color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 8px 12px 5px 12px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2px 2px 2px 0;
}
.basket-link:hover {
  background: #e0e0e0;
  color: #424648;
}
.basket-link .fa {
  padding-right: 4px;
}
.button {
  width: 130px;
  margin-bottom: 5px;
  background: maroon;
  display: inline-block;
  color: white;
  padding: 8px 15px 5px 15px;
  border-radius: 2px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.button:hover {
  background: #e0e0e0;
  color: #424648;
}
.title {
  font-weight: bold;
  font-size: 32px;
  margin-top: 25px;
}
.title .fa {
  padding-right: 4px;
}
@media (max-width: 480px) {
  .title {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .title {
    font-size: 25px;
  }
}
.recipe {
  margin-bottom: 60px;
}
.recipe .credit {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  padding-top: 10px;
}
.recipe .desc {
  padding: 15px 0;
}
.tabs {
  margin-top: 45px;
}
.tabs div {
  display: inline-block;
  background: #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 15px 6px 15px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px 2px 0 0;
  letter-spacing: 0.02em;
}
@media (max-width: 320px) {
  .tabs div {
    font-size: 13px;
  }
}
.tabs div .fa-angle-down {
  padding-left: 4px;
  display: none;
}
.tabs div:hover,
.tabs div.selected {
  background: maroon;
  color: white;
}
.tabs div.selected .fa-angle-down {
  display: inline-block;
}
.tabs div:first-child {
  margin-right: 10px;
}
.goforit,
.simplify {
  border-top: 1px solid #e0e0e0;
  padding: 40px;
  padding-bottom: 0;
  display: none;
}
@media (max-width: 480px) {
  .goforit,
  .simplify {
    padding: 0px;
    padding-top: 30px;
  }
}
.goforit p:first-child,
.simplify p:first-child {
  margin-top: 0;
}
.goforit.shown,
.simplify.shown {
  display: block;
}
ol li {
  padding-bottom: 19px;
}
ol li:last-child {
  padding-bottom: 0;
}
.copyright {
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
  font-size: 16px;
}
.recipe-share {
  position: absolute;
}
.recipe-share label {
  background: white !important;
}
.print-button {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: maroon;
  cursor: pointer;
}
.print-button:hover {
  color: black;
}
.print-button .fa {
  padding-right: 2px;
}
