/*
Theme Name: Honoring our Heroes 2018
Theme URI: 
Description: A theme for Kroger's Honoring our Heroes by Curran and Connors.
Author: Curran & Connors
Author URI: http://www.curran-connors.com
Version: 1.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
*/
body {
  padding-top: 85px;
  background: #fff;
  font-family: 'Bio Sans', sans-serif;
  color: #001C43;
  font-size: 18px;
  line-height: 2.33333;
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -moz-animation: fade-in 1s;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s;
}

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition-property: background, color, border;
  -o-transition-property: background, color, border;
  -webkit-transition-property: background, color, border;
  transition-property: background, color, border;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: inherit;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 600;
}

h1, h2 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 72px;
  line-height: 0.85;
}

body.single-heroes h1 {
  font-weight: 600;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 60px;
  line-height: 1.13333;
  margin-bottom: 34px;
}

h4 {
  font-size: 41px;
  font-weight: 600;
}

h5 {
  font-size: 25px;
  line-height: 1.5;
  color: #BC113D;
  margin-top: 1em;
  margin-bottom: 0.1em;
}

h6 {
  text-transform: uppercase;
  color: #BC113D;
  padding-bottom: 19px;
  font-size: 18px;
  line-height: 1.11111;
  letter-spacing: 1px;
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin-bottom: 1em;
}

figure img {
  width: auto;
  max-width: 100%;
}
figure.img {
  text-align: center;
}
figure.img img {
  display: inline-block;
}
figure.img.full img {
  width: 100%;
}
figure.img.align-left {
  text-align: left;
}
figure.img.align-right {
  text-align: right;
}
figure.hero-food {
  margin-top: 87px;
  display: block;
  text-align: center;
}

form input {
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
form input[type="text"] {
  color: #F6F6F6;
  border: 2px solid #D5D5D5;
  padding: 18px 29px 20px;
  background: #F6F6F6;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  border-radius: 9px;
  color: #001C43;
  font-style: normal;
}
form input[type="text"]:-moz-placeholder {
  color: #001C43;
  font-style: normal;
  opacity: 1;
}
form input[type="text"]::-moz-placeholder {
  color: #001C43;
  font-style: normal;
  opacity: 1;
}
form input[type="text"]:-ms-input-placeholder {
  color: #001C43;
  font-style: normal;
  opacity: 1;
}
form input[type="text"]::-webkit-input-placeholder {
  color: #001C43;
  font-style: normal;
  opacity: 1;
}
form input[type="text"]:focus:-moz-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::-moz-placeholder {
  opacity: 0;
}
form input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
}
form input[type="submit"] {
  margin-top: 20px;
  color: #fff;
  background: #BC113D;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  border: 0 none;
  border-radius: 9px;
  line-height: 1.1;
  padding: 24px 10px 22px;
  white-space: normal;
}

.hero {
  color: #fff;
  padding-top: 82px;
  padding-bottom: 84px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 15px solid #BC113D;
}
.hero a.button {
  margin-top: 80px;
}
.hero .subtitle {
  margin-bottom: 26px;
}

.inline-share {
  display: inline-block;
  font-size: 0;
}
.inline-share .title {
  color: #00387A;
  font-style: italic;
  font-family: 'Minion Pro', serif;
  font-size: 16px;
}
.inline-share .addthis_inline_share_toolbox {
  display: inline-block;
}
.inline-share .addthis-smartlayers a.at-icon-wrapper.at-svc-facebook {
  background: url("images/icon-facebook.svg") no-repeat center !important;
}
.inline-share .addthis-smartlayers a.at-icon-wrapper.at-svc-twitter {
  background: url("images/icon-twitter.svg") no-repeat center !important;
}
.inline-share .addthis-smartlayers a.at-icon-wrapper.at-svc-email {
  background: url("images/icon-email.svg") no-repeat center !important;
}
.inline-share a.at-share-btn {
  position: relative;
  display: inline-block;
  margin: 0 0 0 24px;
  padding: 0;
  width: 24px;
  height: 20px;
  vertical-align: -5px;
}
.inline-share a.at-share-btn img {
  vertical-align: -5px;
}
.inline-share a.at-share-btn span {
  display: none !important;
}

body.home.page .subtitle {
  margin-top: 0px;
  margin-bottom: 26px;
}

body.page .subtitle, body.single-heroes .subtitle {
  margin-top: -50px;
  margin-bottom: 43px;
}

body.single-heroes .next-story {
  margin-top: 150px;
}

.subtitle {
  color: #D2A80A;
  letter-spacing: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 13px;
}

hr.padding {
  border: 0 none !important;
  padding: 50px 0;
  margin: 0;
  clear: both;
}
hr.padding.half {
  padding: 50px 0 0;
}

.button {
  position: relative;
  border: 1px solid #fff;
  padding: 16px 65px 14px 19px;
  font-size: inherit;
  text-decoration: none !important;
  text-align: left;
  display: inline-block;
  border-radius: 1.5px;
  line-height: 1.1;
}
.button::after {
  content: "";
  background: url("images/icon-arrow.svg") no-repeat center center/cover;
  width: 10.8px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 18px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.button.arrow-red::after {
  background-image: url("images/icon-arrow-red.png");
}
.button:hover::after {
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
.button.overlay {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.button.red, .button.share {
  color: #B5121B;
  border-color: #B5121B;
  border-width: 3px;
  background: transparent;
  padding: 19px 66px 19px 27px;
  border-radius: 4px;
  font-weight: 600;
}
.button.solid-red {
  background: #BC113D;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  padding: 19px 10px 22px;
  min-width: 255px;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
}
.button.solid-red::after {
  display: none;
}
.button.white {
  font-size: 18px;
  line-height: 1.22222;
  padding: 8px 46px 9px 17px;
  color: #F3F3F3;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background-color: transparent;
  max-width: 90%;
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.button.outbound {
  padding-right: 55px;
}
.button.outbound::after {
  background-image: url("images/icon-outbound.png");
  width: 20px;
  height: 20px;
}
.button.outbound:hover::after {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.button.share {
  width: 230px;
  height: 60px;
  line-height: 51px;
  text-align: center;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.button.share:hover::after {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.button.share span.title, .button.share span.share {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.button.share span.title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.button.share span.title::after {
  margin-left: 20px;
  content: "\f1d8";
  font-family: 'FontAwesome';
  font-size: 24px;
  width: auto;
  height: auto;
  display: inline-block;
}
.button.share span.share {
  line-height: 58px;
}
.button.share a {
  color: #B5121B;
}
.button.share i.fa {
  font-size: 25px;
  margin: 0 10px;
}
.button.share:hover {
  background: #BC113D;
}
.button.share:hover a {
  color: #fff;
}
.button.share:hover a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.button.share:hover span.title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.button.share:hover span.share {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.button.share::after, .button.share::before {
  display: none;
}
.button.big {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.90909;
}
.button.small {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.27273;
  padding: 8px 34px 7px 9px;
}
.button.small::after {
  width: 5.4px;
  height: 9px;
}

.big-text {
  font-size: 22px;
  line-height: 1.90909;
  font-weight: 600;
}

.bold-text {
  font-size: 22px;
  line-height: 1.90909;
  font-weight: 600;
  max-width: 723px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.bold-text.large {
  font-size: 28px;
  line-height: 1.52143;
  margin-bottom: 67px;
  max-width: 907px;
  margin-top: 30px;
}
.bold-text.yellow {
  color: #D2A80A;
}

p.leading {
  color: #D2A80A;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.40625;
  max-width: 771px;
  margin: 0 auto 60px;
}

blockquote.quote {
  padding: 0;
  margin: 73px 0 95px;
  max-width: 997px;
  color: #D2A80A;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.40625;
  border: 0 none;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.blue-bar {
  background: #001C43;
  color: #fff;
  border-top: 3px solid #D2A80A;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 49px;
}
.blue-bar h2 {
  text-transform: none;
  margin-top: 31px;
  margin-bottom: 50px;
}
.blue-bar .bold-text {
  margin-top: 0;
  margin-bottom: 0;
}
.blue-bar#uso-helps {
  padding-bottom: 240px;
  margin-bottom: -138px;
}

body.home .hero-gallery {
  margin-top: 111px;
  margin-bottom: 111px;
}

.hero-gallery {
  overflow: hidden;
}
.hero-gallery .vote-now {
  height: 305px;
  font-size: 36px;
}
.hero-gallery .vote-now .content {
  max-width: 320px;
}
.hero-gallery .gallery-item {
  -moz-animation: fade-in 1s ease;
  -webkit-animation: fade-in 1s ease;
  animation: fade-in 1s ease;
}
.hero-gallery .gallery-item a.item-link {
  position: relative;
  width: 100%;
  height: 305px;
  margin-bottom: 6.8px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: block;
  background: #ddd;
}
.hero-gallery .gallery-item a.item-link img {
  z-index: 0;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-gallery .gallery-item a.item-link::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 28, 67, 0);
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.hero-gallery .gallery-item a.item-link span.caption {
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 24px 10px;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.hero-gallery .gallery-item a.item-link span.caption span {
  display: block;
}
.hero-gallery .gallery-item a.item-link span.caption span.title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.21429;
}
.hero-gallery .gallery-item a.item-link span.caption span.location {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.27778;
}
.hero-gallery .gallery-item a.item-link span.caption .button-wrap {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hero-gallery .gallery-item a.item-link span.caption .button-wrap .button {
  display: inline-block;
}
.hero-gallery .gallery-item a.item-link:hover::before {
  background: rgba(0, 28, 67, 0.7);
}
.hero-gallery .gallery-item a.item-link:hover span.caption {
  bottom: 50%;
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.hero-gallery .gallery-item a.item-link:hover span.caption .button-wrap {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hero-gallery .gallery-item a.item-link .button-wrap, .hero-gallery .gallery-item a.item-link .button {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.hero-gallery .gallery-item a.item-link .button-wrap::after, .hero-gallery .gallery-item a.item-link .button::after {
  top: 10px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}

body.home .title-bar {
  letter-spacing: 5px;
}

.title-bar {
  background: #D2A80A;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 19px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.huge-number {
  text-align: center;
  font-weight: 600;
  font-size: 132px;
  line-height: 1.22727;
  margin-bottom: 50px;
}
.huge-number small {
  display: block;
  color: #BC113D;
  font-size: 80px;
  line-height: 1.225;
  letter-spacing: 16.67px;
  text-transform: uppercase;
}
.huge-number small.smaller {
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 7.5px;
}

.section-desc {
  font-size: 28px;
  line-height: 1.52143;
  font-weight: 600;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.logo-gallery {
  text-align: justify;
  font-size: 0;
}
.logo-gallery img {
  margin: 14px 0.73%;
}

.star-title {
  color: #00377B;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.4445em;
  text-align: center;
  text-transform: uppercase;
}
.star-title span.title {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 40px;
}
.star-title span.title::before, .star-title span.title::after {
  content: "";
  position: absolute;
  top: 49%;
  display: block;
  width: 18px;
  height: 18px;
  background: url("images/icon-star.png") no-repeat center center/cover;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.star-title span.title::before {
  left: 0;
}
.star-title span.title::after {
  right: 0;
}

.dib {
  display: inline-block;
}

.gallery-menu {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 200px;
}
.gallery-menu .item {
  background: #F3F3F3;
  height: 170px;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-top: 23px;
}
.gallery-menu .item.item-location {
  color: #BC113D;
}
.gallery-menu .item.item-brach {
  color: #00387A;
}
.gallery-menu .item.item-food {
  color: #D2A80A;
}
.gallery-menu .item figure {
  position: relative;
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
}
.gallery-menu .item figure img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.noPad {
  padding: 0;
}

div.footnote {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
}
div.footnote p {
  margin-bottom: 20px;
}
div.footnote .footnote-top {
  font-style: italic;
  color: #6C6C6C;
  font-size: 13px;
  line-height: 1.53846;
  padding: 0 6%;
}
div.footnote .footnote-bottom {
  color: #6C6C6C;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.85714;
  letter-spacing: -0.25px;
  margin-top: 20px;
  margin-bottom: 82px;
}

.content-boxes {
  margin-top: 66px;
  margin-bottom: 100px;
  line-height: 2;
}
.content-boxes .col {
  margin-bottom: 20px;
}
.content-boxes .inner {
  background: #F3F3F3;
  padding: 66px 10%;
}
.content-boxes p {
  font-family: "Open Sans", sans-serif;
}

p.hero-intro {
  margin-bottom: 25px;
}
p.hero-intro + figure.hero-food {
  margin-top: 0;
  margin-bottom: 27px;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
}
.video-wrapper .inner {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}
.video-wrapper .inner iframe, .video-wrapper .inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper.short .inner {
  padding-top: 50%;
}
.video-wrapper .video-poster {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #eee;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrapper .video-poster::before {
  z-index: 20;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  display: block;
  cursor: pointer;
  background: url("images/icon-play-button.png") no-repeat center center/100% auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrapper .video-poster::after {
  z-index: 15;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.video-wrapper:hover .video-poster::after {
  background: rgba(0, 55, 123, 0.4);
}

#homepage-header {
  color: #fff;
  background: url("images/homepage-header.jpg") no-repeat center top/cover;
}
#homepage-header section {
  text-align: right;
  padding-top: 235px;
  padding-bottom: 10%;
  max-height: 900px;
}
#homepage-header .subtitle {
  line-height: 0.9;
  margin-bottom: 13px;
  color: #BC113D;
}
#homepage-header h1 {
  font-size: 72px;
  color: #fff;
  line-height: 0.78;
  margin-bottom: 50px;
  font-weight: 100;
}
#homepage-header h1 strong {
  font-weight: 600;
}

body.single-heroes .video-wrapper {
  margin-bottom: 74px;
}

#support-uso {
  background-image: url("images/support-uso.jpg");
}

.participating-stores {
  background: #F3F3F3;
  padding-top: 52px;
  padding-bottom: 50px;
}
.participating-stores .star-title {
  margin-bottom: 35px;
}

.gift-cards {
  line-height: 1.66667;
}
.gift-cards .inner {
  position: relative;
  background: #F3F3F3;
  padding: 47px 10% 168px;
}
.gift-cards .title {
  color: #BC113D;
  letter-spacing: 5px;
  font-weight: bold;
  line-height: 1.11111;
  margin-top: 46px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.gift-cards p {
  margin-bottom: 0;
}
.gift-cards a.button {
  position: absolute;
  bottom: 58px;
}

#wpadminbar {
  z-index: 99999999999999;
}

.food-types {
  margin: 100px -5px 111px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.food-types.show-result .food-item {
  cursor: auto;
}
.food-types.show-result .food-item figure, .food-types.show-result .food-item h6 {
  color: #001C43;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.food-types.show-result .food-item:hover .inner {
  background: #F3F3F3;
}
.food-types.show-result .food-item:hover figure img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.food-types.show-result .food-item:hover figure img.alt-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.food-types.show-result .food-item:hover .count-item {
  color: #BC113D;
}
.food-types.show-result .food-item.current {
  color: #fff;
}
.food-types.show-result .food-item.current figure, .food-types.show-result .food-item.current h6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.food-types.show-result .food-item.current figure img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.food-types.show-result .food-item.current figure img.alt-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.food-types.show-result .food-item.current .inner {
  background: #BC113D;
}
.food-types.show-result .food-item.current h6, .food-types.show-result .food-item.current .count-item {
  color: #fff;
}
.food-types.show-result .food-item.current .count-item {
  font-size: 44px;
}

.food-item {
  cursor: pointer;
  text-align: center;
  float: left;
  width: 100%;
  min-width: 160px;
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 18%;
  flex: 1 0 18%;
}
.food-item .inner {
  position: relative;
  padding: 39px 10px 76px;
  border-radius: 6px;
  background: #F3F3F3;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.food-item figure {
  position: relative;
  height: 68px;
  margin-bottom: 20px;
}
.food-item figure img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.food-item figure img.alt-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.food-item h6 {
  font-size: 16px;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.food-item .count-item {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 16px;
  color: #BC113D;
  font-size: 34px;
  font-weight: 600;
  overflow: hidden;
  line-height: 1;
  max-height: 76px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.food-item .vote-item {
  position: absolute;
  left: 50%;
  bottom: 17px;
  font-weight: 600;
  background: #fff;
  color: #D2A80A;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding: 7px 11px;
  border-radius: 3px;
  border: 3px solid #F3F3F3;
  white-space: nowrap;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition-property: border, color, background;
  -o-transition-property: border, color, background;
  -webkit-transition-property: border, color, background;
  transition-property: border, color, background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.food-item .vote-item i.fa {
  font-weight: normal;
  margin-left: 5px;
}
.food-item:hover {
  color: #fff;
}
.food-item:hover figure img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.food-item:hover figure img.alt-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.food-item:hover .inner {
  background: #BC113D;
}
.food-item:hover h6, .food-item:hover .count-item {
  color: #fff;
}
.food-item:hover .vote-item {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.vote-results {
  text-align: center;
  margin-bottom: 111px;
}
.vote-results p {
  color: #D2A80A;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.40625;
  max-width: 723px;
  margin: 43px auto;
}

.toh-results {
  margin-top: 88px;
  margin-bottom: 112px;
}
.toh-results .row.row-flex > .col {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.toh-results .col {
  margin-bottom: 21px;
}
.toh-results .inner {
  border-top: 5px solid #BC113D;
  position: relative;
  text-align: center;
  background: #F3F3F3;
  padding: 35px 10px 115px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.toh-results .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
.toh-results span.img {
  position: absolute;
  bottom: 29px;
  left: 0;
  width: 100%;
  height: 74px;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.toh-results span.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vote-now, .toh-results .inner.vote-now {
  border: 0 none;
  background: #BC113D;
  color: #fff;
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 200;
  text-align: left;
  padding: 36px 30px 23px;
}
.vote-now strong, .toh-results .inner.vote-now strong {
  font-weight: 600;
}
.vote-now .content, .toh-results .inner.vote-now .content {
  max-width: 189px;
  margin-bottom: 27px;
}

#modals {
  z-index: 99999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 28, 67, 0.8);
  display: none;
  -moz-animation: fade-in 0.5s;
  -webkit-animation: fade-in 0.5s;
  animation: fade-in 0.5s;
}
#modals .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 50px 15px 47px;
  width: 95%;
  max-height: 95%;
  max-width: 818px;
  border-radius: 3px;
  overflow-y: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modals .subtitle {
  margin-top: auto;
  margin-bottom: 20px;
}
#modals #modal-taste-of-home {
  text-align: center;
}
#modals #modal-taste-of-home h2 {
  font-weight: bold;
  font-size: 96px;
  margin-bottom: 45px;
  position: relative;
  padding-left: 0.9em;
  padding-right: 0.9em;
}
#modals #modal-taste-of-home h2 span.img {
  position: absolute;
  top: 0;
  width: 1em;
  height: 0.8em;
  display: inline-block;
  -moz-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -webkit-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
}
#modals #modal-taste-of-home h2 span.img img {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#modals #modal-taste-of-home form {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
#modals #modal-taste-of-home form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
#modals #modal-taste-of-home form .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #BC113D;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#modals #modal-taste-of-home form .wpcf7-not-valid-tip::after {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 1em;
  line-height: 1;
}
#modals #modal-taste-of-home div.wpcf7 .ajax-loader, #modals #modal-taste-of-home div.wpcf7 div.wpcf7-response-output {
  display: none !important;
}
#modals #modal-taste-of-home div.wpcf7 p {
  margin-bottom: 0;
}

html.open-modals #modals {
  display: block;
}

.toh-pagination {
  text-align: center;
}
.toh-pagination a {
  color: #001C43;
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
}

body.single-heroes ul.main-menu > li.menu-item-15 a,
ul.main-menu > li.current_page_item a {
  position: relative;
  padding-left: 22px;
}
body.single-heroes ul.main-menu > li.menu-item-15 a::after,
ul.main-menu > li.current_page_item a::after {
  content: "";
  position: absolute;
  top: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/icon-star.png") no-repeat right top/100% auto;
  right: 97%;
  right: -webkit-calc(100% - 19px);
  right: -moz-calc(100% - 19px);
  right: calc(100% - 19px);
}

header#header {
  z-index: 99999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 85px;
  padding-top: 20px;
  border-bottom: 1px solid #CDCECD;
  -moz-transition-duration: 0.5s, 0.3s, 0.3s;
  -o-transition-duration: 0.5s, 0.3s, 0.3s;
  -webkit-transition-duration: 0.5s, 0.3s, 0.3s;
  transition-duration: 0.5s, 0.3s, 0.3s;
  -moz-transition-property: -moz-transform, height, padding;
  -o-transition-property: -o-transform, height, padding;
  -webkit-transition-property: -webkit-transform, height, padding;
  transition-property: transform, height, padding;
}
header#header .wrapper {
  padding-right: 10px;
}
header#header .wrapper::after {
  content: "";
  display: table;
  clear: both;
}
header#header a.logo {
  float: left;
  display: block;
  width: 206px;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
header#header a.logo img {
  max-width: 100%;
}
header#header nav.header-menu {
  float: right;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  max-width: 80%;
  max-width: -webkit-calc(100% - 207px);
  max-width: -moz-calc(100% - 207px);
  max-width: calc(100% - 207px);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
header#header .inline-share {
  margin-left: 10px;
  min-width: 179px;
  text-align: left;
}

#underlay {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  background: rgba(0, 28, 67, 0);
  display: block;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body.header-ready header#header {
  height: 60px;
  padding-top: 5px;
}
body.header-ready header#header a.logo {
  width: 140px;
}
body.header-below header#header {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
body.header-below.header-down header#header {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.admin-bar header#header {
  top: 32px;
}

#navicon {
  position: relative;
  cursor: pointer;
  display: none;
  width: 34px;
  padding: 30px 0 0;
  float: right;
  margin-top: 10px;
}
#navicon span, #navicon span::before, #navicon span::after {
  display: block;
  position: absolute;
  top: 12px;
  width: 34px;
  height: 4px;
  background: #BC113D;
}
#navicon span::before, #navicon span::after {
  content: "";
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#navicon span:before {
  top: -8px;
}
#navicon span:after {
  top: 8px;
}

html.mobile-menu body {
  overflow: hidden;
}
html.mobile-menu body #navicon {
  padding-right: 15px;
}
html.mobile-menu body.header-below header#header, html.mobile-menu body.header-below.header-down header#header {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
html.mobile-menu header#header .header-menu {
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
html.mobile-menu #underlay {
  z-index: 99;
  background: rgba(0, 28, 67, 0.3);
}
html.mobile-menu #navicon span {
  background: transparent;
}
html.mobile-menu #navicon span::before, html.mobile-menu #navicon span::after {
  content: "";
  top: 0px;
}
html.mobile-menu #navicon span:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html.mobile-menu #navicon span:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.main-menu {
  font-size: 0;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
ul.main-menu li {
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
ul.main-menu a {
  padding: 19px 10px;
}
ul.main-menu a, ul.main-menu a:hover, ul.main-menu a:active, ul.main-menu a:visited, ul.main-menu a:focus {
  color: #001C43;
  text-transform: none;
}

.wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper.thin {
  max-width: 947px;
}
.wrapper.noPad {
  max-width: 1090px;
  padding-left: 0;
  padding-right: 0;
}
.wrapper.noPad.thin {
  max-width: 907px;
}

main.main {
  padding-top: 132px;
}
main.main h1, main.main h2 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.row.row-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.row-flex > .col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.row.row-flex > .col > .inner {
  -webkit-flex: 1;
  flex: 1;
}
.row.row-flex > .col > .inner.bg {
  background: #F3F3F3;
}
.row.row4 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.row4 > [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.row5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row5 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.row6 {
  margin-left: -6px;
  margin-right: -6px;
}
.row.row6 > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.row.row10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.row10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.next-story {
  color: #fff;
  font-size: 28px;
  line-height: 1.14286;
  margin-bottom: 61px;
}
.next-story .col {
  margin-bottom: 10px;
}
.next-story .inner {
  position: relative;
  min-height: 267px;
  padding: 50px 8% 116px;
  background-color: #878787;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.next-story .inner .content {
  max-width: 233px;
  font-weight: 200;
}
.next-story .inner .content strong {
  font-weight: 600;
}
.next-story .inner a.button {
  position: absolute;
  bottom: 44px;
}
.next-story .inner .inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.next-story .inner.ns-left {
  background-image: url("images/next-story-left.jpg");
}
.next-story .inner.ns-right {
  background: #BC113D;
}

.addthis-smartlayers a.at-share-btn {
  margin-bottom: 2px;
}
.addthis-smartlayers .at-icon-wrapper {
  background: #D2D2D2 !important;
}
.addthis-smartlayers #at4-share {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.addthis-smartlayers .at-share-close-control {
  display: none !important;
}

footer#footer {
  background: #001C43;
  padding: 40px 0;
  color: #C8C8C8;
  font-size: 15px;
  line-height: 1.3;
}
footer#footer .footer-left {
  float: left;
  width: 100%;
  max-width: -webkit-calc(99% - 260px);
  max-width: -moz-calc(99% - 260px);
  max-width: calc(99% - 260px);
}
footer#footer .footer-right {
  float: right;
  width: 260px;
  text-align: right;
}
footer#footer .inline-share {
  margin-left: 0;
  margin-top: -5px;
}
footer#footer .inline-share .title {
  color: #C8C8C8;
  margin-right: 10px;
}
footer#footer .inline-share i.fa {
  font-size: 24px;
}
footer#footer .inline-share a {
  padding: 0 10px;
}
footer#footer a {
  color: #C8C8C8;
}

nav.footer-menu {
  font-size: 14px;
  line-height: 2.71429;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 0;
}
nav.footer-menu a {
  color: inherit;
}
nav.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.footer-menu ul > li {
  padding: 0 43px;
  display: inline-block;
  margin-bottom: 0;
}
nav.footer-menu ul > li a {
  white-space: nowrap;
}

.delay-1 {
  -moz-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.delay-2 {
  -moz-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.delay-3 {
  -moz-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.delay-4 {
  -moz-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.delay-5 {
  -moz-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

h1, h2, h3, .inview, .subtitle, .inview-parent .inview-child {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -moz-transition-duration: 0.5s, 0.3s;
  -o-transition-duration: 0.5s, 0.3s;
  -webkit-transition-duration: 0.5s, 0.3s;
  transition-duration: 0.5s, 0.3s;
  -moz-transition-timing-function: easeOut;
  -o-transition-timing-function: easeOut;
  -webkit-transition-timing-function: easeOut;
  transition-timing-function: easeOut;
}
h1.fade-in-up, h2.fade-in-up, h3.fade-in-up, .inview.fade-in-up, .subtitle.fade-in-up, .inview-parent .inview-child.fade-in-up {
  -moz-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -webkit-transform: translate(0, 20%);
  transform: translate(0, 20%);
}
h1.fade-in-down, h2.fade-in-down, h3.fade-in-down, .inview.fade-in-down, .subtitle.fade-in-down, .inview-parent .inview-child.fade-in-down {
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
}
h1.fade-in-left, h2.fade-in-left, h3.fade-in-left, .inview.fade-in-left, .subtitle.fade-in-left, .inview-parent .inview-child.fade-in-left {
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
h1.fade-in-right, h2.fade-in-right, h3.fade-in-right, .inview.fade-in-right, .subtitle.fade-in-right, .inview-parent .inview-child.fade-in-right {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
h1.is-inview, h2.is-inview, h3.is-inview, .inview.is-inview, .subtitle.is-inview, .inview-parent .inview-child.is-inview {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.inview-parent.is-inview .inview-child {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

h1, h2, h3 {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.subtitle {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.subtitle.is-inview {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
