* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
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: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  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;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 650px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hbox > * {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.vbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vbox > * {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mailchimp-container form {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mailchimp-container input[type=email] {
  padding: 0 8px;
}
.mailchimp-container .mailchimp-email {
  -webkit-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
}
.mailchimp-container .mailchimp-subscribe {
  -webkit-flex: 1 1 100px;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
}
body {
  background-color: #ce982f;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1;
}
a {
  color: #231f20;
}
a:hover {
  text-decoration: underline;
  color: initial;
}
.primary {
  margin: 0;
  padding: 40px 20px;
}
.primary .inner {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 650px) {
  .primary {
    padding: 20px 0;
  }
}
.light-text {
  color: #f8f8f8;
}
.light-text .contrasted {
  text-shadow: 0px 0px 4px black, 0 0 8px black, 0 0 16px black;
}
.dark-text {
  color: #231f20;
}
.section-hed {
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.3em;
}
@media (max-width: 650px) {
  .section-hed {
    margin-bottom: 8px;
  }
}
.section-chatter {
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
  padding-bottom: 20px;
  font-style: italic;
}
.gray-box {
  background-color: rgba(224, 224, 224, 0.6);
  color: black;
  padding: 10px;
  margin-bottom: 20px;
}
a.button,
input[type=submit] {
  background-color: #dd681e;
  font-family: 'Alegreya Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 4px;
  border: none;
  padding: 8px 0;
  transition: background-color 0.2s linear;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
a.button:hover,
input[type=submit]:hover {
  background-color: #e9b029;
}
section.header {
  padding: 30px 0 60px;
}
section.header .inner {
  position: relative;
}
section.header .inner .outline {
  position: absolute;
  border: 2px solid #513c13;
  border-bottom: none;
  top: 18px;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
  min-height: 400px;
}
@media (max-width: 1200px) {
  section.header .inner .outline {
    position: static;
    display: block;
    height: auto;
    border: none;
    min-height: 0;
  }
}
@media (max-width: 650px) {
  section.header .inner .outline {
    text-align: center;
  }
}
section.header .inner .content {
  position: relative;
  z-index: 999;
}
section.header .inner .logo {
  position: absolute;
  top: 32px;
  left: 14px;
  z-index: 999;
  text-align: center;
}
section.header .inner .logo img {
  width: 230px;
}
@media (max-width: 650px) {
  section.header .inner .logo img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  section.header .inner .logo {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 650px) {
  section.header .inner .logo {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
section.header .inner .tagline {
  position: absolute;
  top: 16px;
  right: 14px;
  text-align: right;
  color: black;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 1200px) {
  section.header .inner .tagline {
    position: relative;
    float: right;
    top: 12px;
  }
}
@media (max-width: 650px) {
  section.header .inner .tagline {
    display: none;
  }
}
section.header .title {
  color: #7c4b22;
  text-transform: uppercase;
  text-align: center;
  font-size: 60px;
  z-index: 9;
  position: relative;
  display: block;
  text-shadow: -0.15em 0 0 #ce982f, -0.15em -0.15em 0 #ce982f, -0.15em 0.15em 0 #ce982f, 0 -0.15em 0 #ce982f, 0 0.15em 0 #ce982f, 0.15em 0 0 #ce982f, 0.15em -0.15em 0 #ce982f, 0.15em 0.15em 0 #ce982f;
  width: auto;
  margin: auto;
}
@media (max-width: 1200px) {
  section.header .title {
    text-shadow: none;
  }
}
@media (max-width: 768px) {
  section.header .title {
    padding-top: 0px;
  }
}
@media (max-width: 650px) {
  section.header .title {
    font-size: 40px;
  }
}
section.header .jump {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  position: relative;
  padding: 0;
  background: #ce982f;
  margin: 4px;
}
@media (max-width: 1200px) {
  section.header .jump {
    margin: 0;
  }
}
section.header .jump li {
  display: inline-block;
  margin: 0 10px;
}
section.header .video {
  position: relative;
}
section.header .video::before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(assets/background/video-background.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
section.header .aspect-outer {
  width: 80%;
  max-width: 800px;
  margin: auto;
  padding: 20px 0 20px;
}
@media (max-width: 650px) {
  section.header .aspect-outer {
    width: 100%;
  }
}
section.header .aspect-outer .aspect-inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
section.header .aspect-outer .aspect-inner .video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro {
  background: url("assets/background/intro.jpg");
  background-size: cover;
  background-position: left top;
  padding: 20px;
}
.intro .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .intro .inner {
    display: block;
  }
}
.intro .intro-left,
.intro .intro-right {
  padding: 1em;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
@media (max-width: 650px) {
  .intro .intro-left,
  .intro .intro-right {
    padding: 0;
  }
  .intro .intro-left .share,
  .intro .intro-right .share {
    margin-bottom: 10px;
  }
}
.intro .intro-chatter a {
  color: #e9b029;
}
.intro .section-hed {
  margin-top: 0;
}
.intro .brewsletter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.intro .pitch h3 {
  padding-top: 10px;
}
.intro h3 {
  text-align: center;
  text-transform: uppercase;
}
.intro .subscription {
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-top: 65px;
}
@media (max-width: 650px) {
  .intro .subscription {
    margin-top: 0;
  }
}
.intro .subscription .form {
  overflow: hidden;
  text-align: center;
  padding: 10px;
}
.intro .subscription .subscribe-logo img {
  width: 200px;
}
.intro .subscription .subscribe.button {
  display: block;
}
.intro .subscription .pitch {
  text-align: center;
  color: black;
  padding: 10px;
}
.intro .subscription .pitch p {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
}
.share {
  text-shadow: none;
  text-decoration: none !important;
  display: block;
  margin-top: 20px;
}
.share label {
  background: white !important;
}
.timeline {
  background-color: #e9b029;
  text-align: center;
}
.timeline .icon {
  padding: 0 5px;
}
.timeline .icon img {
  width: 200px;
}
.timeline .content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.timeline .content .deadline {
  font-style: italic;
}
.timeline .times {
  list-style-type: none;
  font-family: 'Alegreya Sans', sans-serif;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .timeline .times {
    display: block;
  }
}
.timeline .times li {
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px;
  border: 2px solid #e9b029;
}
@media (max-width: 768px) {
  .timeline .times li {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.timeline .times li.linked:hover {
  background: #ce982f;
}
.timeline .times li.linked:hover a:hover {
  text-decoration: none;
}
.ingredients {
  background: url("assets/background/ingredients.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 20px;
}
.ingredients .ingredients-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .ingredients .ingredients-container {
    display: block;
  }
}
.ingredients .ingredients-container .ingredient {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .ingredients .ingredients-container .ingredient {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.ingredients .ingredient {
  position: relative;
  overflow: hidden;
  padding: 8px;
}
.ingredients .ingredient img {
  display: block;
}
.ingredients .ingredient .name {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 26px;
  padding-right: 4px;
  color: #e9b029;
  text-shadow: none;
}
.ingredients .ingredient .image-container {
  position: relative;
}
.ingredients .ingredient .image-container::before {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 16px;
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -wekbit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.ingredients .ingredient .image-container.hops::before {
  content: "Hops";
}
.ingredients .ingredient .image-container.water::before {
  content: "Water";
}
.ingredients .ingredient .image-container.grain::before {
  content: "Grain";
}
.ingredients .ingredient .image-container.yeast::before {
  content: "Yeast";
}
.process {
  background-color: white;
  min-height: 500px;
}
.process .thumbnail {
  display: block;
  max-height: 200px;
  margin: auto;
}
.process iframe:not([src]) {
  display: none;
}
.animated .process .thumbnail {
  display: none;
}
.process .section-chatter {
  max-width: 900px;
  margin: auto;
}
.process .numeral {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: white;
  background: black;
  border-radius: 100%;
  text-align: center;
  vertical-align: text-bottom;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-right: 3px;
  padding-left: 2px;
  padding-top: 1px;
}
.process .final {
  padding-top: 25px;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 650px) {
  .process .final {
    padding-top: 10px;
  }
}
.process .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 650px) {
  .process .row {
    display: block;
  }
}
.process .row .animation {
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  text-align: center;
}
.process .row .text {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 650px) {
  .process .row .text {
    display: block;
    padding: 10px;
  }
}
.process .row.inverted .text {
  padding-right: 60px;
  padding-left: 0;
}
@media (max-width: 650px) {
  .process .row.inverted .text {
    padding: 10px;
  }
}
.process .row.inverted .animation {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
@media (max-width: 650px) {
  .process .row.inverted .animation {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
section.equipment {
  padding: 0;
  background: #4f331c;
  position: relative;
}
section.equipment .image-container {
  position: relative;
}
section.equipment .top {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8), 2px 2px 6px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
@media (max-width: 768px) {
  section.equipment .top {
    position: static;
  }
}
section.equipment .read-more {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  max-width: 165px;
  padding: 10px;
  font-size: 16px;
  text-align: right;
}
section.equipment .read-more a {
  color: white;
  display: block;
}
@media (max-width: 768px) {
  section.equipment .read-more a {
    display: inline;
  }
}
@media (max-width: 768px) {
  section.equipment .read-more {
    position: static;
    display: block;
    margin: 0;
    max-width: 100%;
    text-align: left;
    background: black;
  }
}
section.equipment .equipment-image {
  width: 100%;
  display: block;
}
section.equipment .zone {
  position: absolute;
}
section.equipment .zone .numeral {
  color: #e0e0e0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  transition: opacity .2s linear;
  cursor: pointer;
  font-family: 'Alegreya Sans', sans-serif;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section.equipment .zone .numeral:hover {
  background: black;
}
section.equipment .zone .content {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  background: white;
  padding: 8px 24px 8px 8px;
  color: black;
  font-size: 12px;
  z-index: 999;
}
section.equipment .zone .content.right {
  right: 15px;
  left: auto;
}
section.equipment .zone .content .title {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
section.equipment .zone .content .description {
  font-style: italic;
}
section.equipment .zone .content .close-button {
  display: block;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  padding: 8px;
}
section.equipment .zone .radio {
  display: none;
}
section.equipment .zone .radio:checked + label .content {
  display: block;
}
@media (max-width: 650px) {
  section.equipment .zone .radio:checked + label .content {
    display: none;
  }
}
section.equipment .mobile-list {
  display: none;
  margin: .5em .5em 0;
  padding-bottom: 1em;
}
section.equipment .mobile-list .title {
  font-weight: bold;
}
section.equipment .mobile-list .description {
  font-style: italic;
  font-size: 14px;
}
@media (max-width: 650px) {
  section.equipment .mobile-list {
    display: block;
  }
}
.highlighted .related {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 23px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1075px) {
  .highlighted .related {
    display: block;
  }
}
.highlighted .related li {
  -webkit-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  text-align: center;
}
@media (max-width: 1075px) {
  .highlighted .related li {
    padding-bottom: 30px;
  }
}
.highlighted .related img {
  display: block;
  height: 215px;
  width: 335px;
  margin: auto;
  padding-bottom: 10px;
}
.highlighted .related .hed {
  max-width: 400px;
  margin: auto;
}
.signup {
  background-color: #dd681e;
}
.signup .brewsletter {
  max-width: 400px;
  margin: auto;
}
footer.closing {
  background: black;
  color: white;
}
@media (max-width: 650px) {
  footer.closing {
    padding: 10px;
  }
}
footer.closing ul.credits {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
}
footer.closing ul.credits li {
  margin-bottom: 8px;
  line-height: 1;
}
footer.closing .footer-logo {
  float: right;
  margin-bottom: 8px;
}
footer.closing .footer-logo img {
  width: 320px;
}
@media (max-width: 650px) {
  footer.closing .footer-logo {
    display: block;
  }
}
