.make-the-switch-message {
  display: table;
  background-color: #1e7739;
  color: white;
  border: solid 20px #1e7739;
}
.make-the-switch-message .picture {
  background-position: center center;
  background-size: cover;
  display: table-cell;
  position: relative;
  width: 30%;
  vertical-align: top;
}
.make-the-switch-message .picture:before {
  content: '\00a0';
  font-size: 0;
  width: 0;
  display: inline-block;
  padding-top: 56.25%;
}
.make-the-switch-message .picture .tag {
  position: absolute;
  background-color: #57b753;
  padding: 4px 14px;
  left: 20px;
  bottom: 20px;
  color: white;
}
.make-the-switch-message .picture .tag.right {
  left: auto;
  right: 20px;
}
.make-the-switch-message .msg {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
}
.make-the-switch-message .msg h2 {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 35px;
  margin-top: 0;
}
.make-the-switch-message .msg p {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .make-the-switch-message {
    display: block;
  }
  .make-the-switch-message .picture,
  .make-the-switch-message .msg {
    display: block;
  }
  .make-the-switch-message .picture {
    margin: 0 auto 0 auto;
    width: auto;
    max-width: 600px;
  }
  .make-the-switch-message .msg {
    margin: 20px auto;
    max-width: 550px;
  }
}
.freezer-to-oven-message {
  display: table;
  background-color: #1e7739;
  color: white;
  border: solid 20px #1e7739;
}
.freezer-to-oven-message .picture {
  background-position: center center;
  background-size: cover;
  display: table-cell;
  position: relative;
  width: 30%;
  vertical-align: top;
}
.freezer-to-oven-message .picture:before {
  content: '\00a0';
  font-size: 0;
  width: 0;
  display: inline-block;
  padding-top: 56.25%;
}
.freezer-to-oven-message .picture .tag {
  position: absolute;
  background-color: #57b753;
  padding: 4px 14px;
  left: 20px;
  bottom: 20px;
  color: white;
}
.freezer-to-oven-message .picture .tag.right {
  left: auto;
  right: 20px;
}
.freezer-to-oven-message .msg {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
}
.freezer-to-oven-message .msg h2 {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 35px;
  margin-top: 0;
}
.freezer-to-oven-message .msg p {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .freezer-to-oven-message {
    display: block;
  }
  .freezer-to-oven-message .picture,
  .freezer-to-oven-message .msg {
    display: block;
  }
  .freezer-to-oven-message .picture {
    margin: 0 auto 0 auto;
    width: auto;
    max-width: 600px;
  }
  .freezer-to-oven-message .msg {
    margin: 20px auto;
    max-width: 550px;
  }
}
.freezer-to-oven-message .picture.contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
.freezer-to-oven-message h3 {
  margin-top: 0;
  font-weight: 300px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.freezer-to-oven-message p {
  padding-top: 10px;
  border-top: 1px solid white;
}
.freezer-to-oven-message .msg h3,
.freezer-to-oven-message .msg p {
  font-size: 18px;
  font-weight: 300;
}
.freezer-to-oven-message .msg h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.3em;
  margin-top: 10px;
}
.movie-how {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/how-to-carve-a-turkey-poster.jpg');
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 90px;
  cursor: pointer;
}
.movie-how img {
  height: 110px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 30px;
}
.movie-how iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-how:before {
  content: '\00a0';
  display: inline-block;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 0;
  width: 0;
  vertical-align: middle;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
.movie-how.open:before {
  padding-top: 28.125%;
  padding-bottom: 28.125%;
}
.turkey-tracker-result .page-title {
  display: none;
}
.turkey-tracker-result .intro-wrapper .label-text img {
  display: none;
}
.farmer-show-box {
  margin: 40px auto;
  max-width: 900px;
  display: table;
  min-height: 400px;
}
.farmer-show-box .row {
  display: table-row;
}
.farmer-show-box .row > * {
  display: table-cell;
}
.farmer-show-box .row .pic {
  width: 65%;
  background-size: cover;
  background-position: top center;
}
.farmer-show-box .row .msg {
  text-align: left;
  padding: 40px 20px;
}
.farmer-show-box .row .msg .region-name {
  color: #1e7739;
  font-weight: 600;
}
.quote .quote-block {
  display: inline-block;
  max-width: 100%;
  width: 500px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  border: solid 1px #dddddd;
  margin: 70px 20px 20px 20px;
  padding: 0 20px 20px 20px;
}
.quote .quote-block img {
  width: 52px;
  margin-top: -25px;
}
.turkey-tracker-result .items,
.turkey-tracker .items {
  border: 0;
}
.live-chat-button {
  background: yellow !important;
}
.occassions-landing .intro-label {
  height: 38% !important;
}
.small-bottom-margin {
  margin-bottom: 12px !important;
}
.instructions ul .clearfix + .small-bottom-margin {
  margin-top: -30px;
}
.main-content.apply-now {
  overflow: hidden;
  position: static;
}
.main-content.apply-now .footer-logo {
  display: none;
}
.main-content.apply-now .intro-msg:before {
  content: '\00a0';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #afd34f;
  height: 300px;
  margin-top: -50px;
  height: 110%;
  z-index: -1;
}
.main-content.apply-now .work-quotes {
  padding-top: 1px;
}
.main-content.apply-now .work-quotes:before {
  content: '\00a0';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #cde391;
  height: 300px;
  margin-top: 20px;
  height: 110%;
  z-index: -1;
}
.main-content.apply-now .top-banner {
  padding-bottom: 40px;
}
.main-content.apply-now .page-wrapper.apply-now {
  background-color: transparent;
  border: 0;
}
.main-content.apply-now .top-banner {
  background-color: white;
}
.main-content.apply-now .top-banner .intro-msg .page-content {
  padding: 2px 20px;
}
.main-content.apply-now .content-footer-note {
  display: none;
}
.page-wrapper.apply-now {
  width: auto;
}
.page-wrapper.apply-now .pic {
  background: url('/img/apply-now.jpg');
  background-position: top center;
  background-size: cover;
  position: relative;
}
.page-wrapper.apply-now .pic:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  width: 0;
  margin-top: 50%;
}
.page-wrapper.apply-now .pic h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.8);
  font-size: 30pt;
  color: black;
  font-weight: 400;
  margin: 0;
  text-align: center;
  padding: 15px 0;
}
.page-wrapper.apply-now .intro-msg {
  text-align: center;
}
.page-wrapper.apply-now .intro-msg .page-path {
  text-align: left;
}
.page-wrapper.apply-now .intro-msg h2 {
  font-size: 24pt;
  font-weight: 400;
}
.page-wrapper.apply-now .intro-msg p {
  font-size: 14pt;
}
.page-wrapper.apply-now .intro-msg .left-align {
  text-align: left;
}
.page-wrapper.apply-now .intro-msg .green-button {
  display: inline-block;
  color: white;
  background-color: green;
  padding: 10px 60px;
  border-radius: 5px;
  box-shadow: #333333 1px 1px 12px;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 600;
}
.page-wrapper.apply-now .work-quotes {
  text-align: center;
}
.page-wrapper.apply-now .work-quotes h2 {
  margin-top: 60px;
  font-size: 24pt;
  font-weight: 400;
}
.page-wrapper.apply-now .work-quotes p,
.page-wrapper.apply-now .work-quotes div {
  font-size: 11.5pt;
}
.page-wrapper.apply-now .work-quotes .quote {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 30px 20px;
  max-width: 440px;
  background-color: white;
  border-radius: 10px;
  text-align: left;
  min-height: 260px;
  box-sizing: border-box;
  padding: 60px 20px 30px 20px;
}
.page-wrapper.apply-now .work-quotes .quote:before {
  content: '\00a0';
  background-image: url('/img/green-quote-icon.png');
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: -26px;
  left: 50%;
  margin-left: -26px;
}
.page-wrapper.apply-now .work-quotes .quote .attribution {
  font-weight: 600;
  margin-top: 20px;
  font-size: 10pt;
}
.page-wrapper.apply-now .page-content {
  margin: auto;
  display: block;
}
.recipe-video-holder {
  position: relative;
  margin: 40px auto 40px 42px;
}
.recipe-video-holder:before {
  content: '\00a0';
  padding-top: 66.25%;
  font-size: 0;
  width: 0;
  display: inline-block;
}
.recipe-video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-top-banner .label-text {
  text-align: left !important;
}
.occasions .intro-wrapper .intro-label {
  height: auto;
  padding-top: 20px;
}
.occasions .intro-wrapper .intro-label .intro-label-inner {
  position: relative;
  top: 0;
  transform: none;
}
.items .grid-item-wrapper .item-image-wrapper {
  padding: 37.8% 0;
}
.c-announcement {
  padding-top: 0;
  padding-bottom: 0.54545455em;
  background: url("img/waves-green.png") repeat #008841;
  -webkit-background-size: 94.5px 15px;
  -moz-background-size: 94.5px 15px;
  -o-background-size: 94.5px 15px;
  background-size: 94.5px 15px;
}
.js .c-announcement {
  display: none;
}
.js .c-announcement__close-button {
  display: block;
}
.c-announcement__content-container {
  zoom: 1;
  max-width: 54.54545455em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.90909091em;
  padding-right: 0.90909091em;
  position: relative;
}
.c-announcement__content-container:before,
.c-announcement__content-container:after {
  content: " ";
  display: table;
}
.c-announcement__content-container:after {
  clear: both;
}
@media only screen and (min-width: 32.5em) {
  .c-announcement__content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 32.5em) {
  .c-announcement__content-container {
    padding-right: 4%;
  }
}
.c-announcement__prefix {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #00bb59;
  font-weight: 300;
}
.font-TiemposSemibold-loaded .c-announcement__prefix {
  font-weight: 400;
  font-style: normal;
}
.font-NationalRegular-loaded .c-announcement__prefix {
  font-weight: 400;
  font-style: normal;
}
.c-announcement__link {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: -5px 40px 0px 0px;
  margin: -0.3125rem 2.5rem 0rem 0rem;
}
.c-announcement__link:link,
.c-announcement__link:visited,
.c-announcement__link:active {
  color: #fff;
}
.c-announcement__link:hover {
  color: #00bb59;
}
.c-announcement__arrow-icon {
  display: inline;
}
.c-announcement__arrow-icon .icon__img {
  width: 12px;
  height: 12px;
  fill: #008841;
}
.c-announcement__arrow-icon .icon__img svg * {
  fill: currentColor;
}
.c-announcement__arrow-icon .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media only screen and (min-width: 0.75em) {
  .c-announcement__arrow-icon .icon__img--r-svg--max-scale {
    width: 12px;
    height: 12px;
    padding-bottom: 0;
  }
}
.c-announcement__close-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0.90909091em;
  padding-left: 0.45454545em;
  padding-right: 0.45454545em;
}
@media only screen and (min-width: 32.5em) {
  .c-announcement__close-button {
    right: 4%;
  }
}
.icon__img.grunticon-arrow-right {
  display: inline-block;
}
.c-announcement__close-icon .icon__img {
  width: 22px;
  height: 22px;
  color: #fff;
}
.c-announcement__close-icon .icon__img svg * {
  fill: currentColor;
}
.c-announcement__close-icon .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media only screen and (min-width: 1.375em) {
  .c-announcement__close-icon .icon__img--r-svg--max-scale {
    width: 22px;
    height: 22px;
    padding-bottom: 0;
  }
}
