/* HEADER */
.navbar-default.top-header {
  top: -90px;
  border: none;
  z-index: 10;
  min-height: 93px;
  background: transparent;
}
.navbar-default.top-header .search-bar {
  display: none;
}
.navbar-default.top-header .navbar-right {
  display: none;
}
.navbar-default.top-header .container-fluid > .navbar-header {
  height: 71px;
}
.navbar-default.top-header .search-box .search-container {
  margin: 0 auto;
}
.navbar-default.top-header .search-box-container {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 350;
}
.navbar-default.top-header .search-box {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #fff;
  position: absolute;
  top: -125px;
  height: 125px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  background: #00b5f1;
  background: -moz-linear-gradient(left, #00b5f1 0%, #0068b4 100%);
  background: -webkit-linear-gradient(left, #00b5f1 0%, #0068b4 100%);
  background: linear-gradient(to right, #00b5f1 0%, #0068b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5f1', endColorstr='#0068b4',GradientType=1 );
}
.navbar-default.top-header .search-box .search-text {
  line-height: 75px;
  height: 75px;
  text-align: center;
  font-size: 60px;
  display: block;
  color: #ffffff;
  background-color: transparent;
  margin-top: 25px;
}
.navbar-default.top-header .search-box input {
  text-align: center;
  font-size: 45px;
  height: 75px;
  display: block;
  color: #ffffff;
  background-color: transparent;
  margin-top: 25px;
  border: none;
  box-shadow: none;
}
.navbar-default.top-header .search-box input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.navbar-default.top-header .search-box input::-webkit-input-placeholder {
  color: #fff !important;
}
.navbar-default.top-header .search-box input:-moz-placeholder {
  color: #fff !important;
}
.navbar-default.top-header .search-box input::-moz-placeholder {
  color: #fff !important;
}
.navbar-default.top-header .search-box input:-ms-input-placeholder {
  color: #fff !important;
}
.navbar-default.top-header .navbar-brand {
  position: relative;
  padding: 23px 23px;
}
.navbar-default.top-header .navbar-brand .farmland-logo {
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 0px;
  background-image: url(../img/Farmland-Logo-sm.png);
  display: inline-block;
  background-repeat: no-repeat;
  width: 147px;
  height: 66px;
}
.navbar-default.top-header .search-icon > img {
  position: absolute;
  right: 105px;
  top: 25px;
}
.navbar-default.top-header .navbar-toggle {
  border: none;
  outline: none;
  position: relative;
  top: 10px;
  right: -15px;
}
.navbar-default.top-header .navbar-toggle .icon-bar {
  width: 53px;
  height: 3px;
  border-radius: 0px;
  margin-bottom: 12px;
  background: #006bb8;
}
.navbar-default.top-header .navbar-toggle .icon-bar-1 {
  margin-bottom: 13px;
}
.navbar-default.top-header .navbar-toggle:focus,
.navbar-default.top-header .navbar-toggle:hover {
  background-color: initial;
}
.navbar-default.top-header .navbar-collapse {
  background: #fff !important;
}
.navbar-default.top-header .navbar-collapse,
.navbar-default.top-header .navbar-form {
  border-color: transparent;
}
.navbar-default.top-header .upper-nav {
  height: 40px;
  line-height: 45px;
  z-index: 400;
  position: relative;
  top: 0px;
  background: #00b5f1;
  background: -moz-linear-gradient(left, #00b5f1 0%, #0068b4 100%);
  background: -webkit-linear-gradient(left, #00b5f1 0%, #0068b4 100%);
  background: linear-gradient(to right, #00b5f1 0%, #0068b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5f1', endColorstr='#0068b4',GradientType=1 );
}
.navbar-default.top-header .upper-nav a {
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.navbar-default.top-header .upper-nav .email-signup {
  position: absolute;
  top: 0px;
  right: 140px;
  margin-right: 60px;
  color: #fff;
  cursor: pointer;
}
.navbar-default.top-header .upper-nav .search {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 10px;
  margin-right: 79px;
  display: inline-block;
}
.navbar-default.top-header .upper-nav .search:hover,
.navbar-default.top-header .upper-nav .email-signup:hover {
  color: #000;
}
.navbar-default.top-header .upper-nav .user_options {
  color: #fff;
  position: absolute;
  top: 0px;
  right: 10px;
  margin-right: 40px;
  display: inline-block;
}
.navbar-default.top-header .upper-nav .user_options .logout-button {
  cursor: pointer;
}
.navbar-default.top-header .upper-nav .user_options .logout-button:hover {
  color: #000;
}
.navbar-default.top-header .upper-nav .user_options .edit-profile {
  cursor: pointer;
}
.navbar-default.top-header .upper-nav .user_options .edit-profile:hover {
  color: #000;
}
.navbar-default.top-header .main-nav {
  position: relative;
}
.navbar-default.top-header .main-nav a {
  color: #006bb8;
}
.navbar-default.top-header .nav_arrow_up {
  display: none;
}
.navbar-default.top-header .prod_nav {
  display: none;
}
.navbar-default.top-header .prod_nav_main {
  display: block;
}

body {
  padding-top: 72px;
}

@media screen and (min-width: 0px) {
  .navbar-default.top-header .navbar-brand {
    top: -10px;
    left: 13px;
    padding: 15px 15px;
  }
  .navbar-default.top-header .container-fluid > .navbar-header {
    height: 84px;
  }

  body {
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-default.top-header .navbar-brand .farmland-logo {
    background-image: url(../img/Farmland-Logo.png) !important;
    display: inline-block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 186px;
    height: 84px;
  }

  .top-header .search-bar {
    display: block;
  }
  .top-header .navbar-right {
    display: block;
  }
  .top-header .nav-buttons {
    margin-right: 54px;
  }

  .navbar-default.top-header .search-icon > img {
    display: none;
  }

  .navbar-default.top-header .navbar-right {
    display: block;
  }

  .main-nav {
    z-index: 300;
    position: relative;
    top: 0px;
    background: #fff;
    margin: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    height: 55px;
    line-height: 40px;
    border-bottom: 1px solid #010101;
  }
  .main-nav a {
    margin: 0 !important;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: "ProximaNova-Regular";
  }

  .main-nav .navbar-nav > li > a:hover,
  .main-nav .navbar-nav > li > a:active {
    color: #ffffff;
    background-color: #00548c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .main-nav .navbar-nav a {
    height: 55px;
    line-height: 53px;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-nav .navbar-nav > li > a.current {
    color: #ffffff;
    background-color: #0071bb;
  }

  .nav-buttons {
    float: right;
  }

  .navbar-nav {
    height: 40px;
  }
}
@media screen and (min-width: 825px) {
  .main-nav .nav-buttons a {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1190px) {
  .main-nav .navbar-nav {
    font-size: 27px;
  }

  .main-nav a {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1270px) {
  .navbar-default.top-header .navbar-brand {
    top: -5px;
    left: 84px;
  }
}
@media screen and (min-width: 1500px) {
  .main-nav .nav-buttons li > a {
    margin-right: 30px;
  }

  .top-header .nav-buttons {
    margin-right: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .nav.navbar-nav {
    float: left !important;
    white-space: nowrap !important;
    margin: 0 !important;
    right: 0px !important;
    position: absolute !important;
    top: 0px !important;
  }

  .farmland-logo {
    z-index: 50;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .navbar-default.top-header .upper-nav {
    display: none;
  }
  .navbar-default.top-header .nav_arrow_up {
    color: #00a6e6;
    font-size: 17px;
    float: right;
    position: relative;
    top: -34px;
    right: 15px;
    cursor: pointer;
    display: block !important;
  }
  .navbar-default.top-header .prod_nav {
    display: block !important;
  }
  .navbar-default.top-header .prod_nav_main {
    display: none !important;
  }
  .navbar-default.top-header .prod_sub_nav {
    background: #eee;
  }
  .navbar-default.top-header .prod_sub_nav a {
    padding-left: 35px;
    text-transform: uppercase !important;
    font-family: "ProximaNova-Regular" !important;
    font-size: 16px !important;
  }

  .navbar-collapse {
    background: #fff !important;
  }

  .navbar-collapse ul,
  .navbar-form ul {
    position: relative;
    top: -7px;
    border-width: 2px 0px 0px 0px;
    border-style: solid;
    border-color: #bbb;
    padding-bottom: 20px;
  }
  .navbar-collapse li,
  .navbar-form li {
    height: 50px;
    padding-top: 7px;
    padding-left: 20px;
    font-family: "Charter ITC W01";
    font-size: 19px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #00a6e6;
  }
  .navbar-collapse li a,
  .navbar-form li a {
    color: #00a6e6 !important;
    text-transform: capitalize !important;
  }
  .navbar-collapse .facebook-icon,
  .navbar-collapse .twitter-icon,
  .navbar-collapse .pinterest-icon,
  .navbar-form .facebook-icon,
  .navbar-form .twitter-icon,
  .navbar-form .pinterest-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 35px;
    margin: 0px 10px 0px 10px;
    background-size: contain;
    position: relative;
    left: -10px;
  }
  .navbar-collapse .facebook-icon,
  .navbar-form .facebook-icon {
    background-image: url("../img/FacebookIcon-mobile.png");
  }
  .navbar-collapse .twitter-icon,
  .navbar-form .twitter-icon {
    background-image: url("../img/TwitterIcon-mobile.png");
  }
  .navbar-collapse .pinterest-icon,
  .navbar-form .pinterest-icon {
    background-image: url("../img/PintrestIcon-mobile.png");
  }
}
.main_sub_nav {
  z-index: 1;
  width: calc(100% + 15px);
  position: relative;
  padding-top: 15px;
  left: -15px;
  max-height: 300px;
  background: #fff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 3px !important;
}
.main_sub_nav .sub_nav_item {
  text-align: center;
  position: relative;
}
.main_sub_nav .sub_nav_item .sub_nav_image {
  position: relative;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.main_sub_nav .sub_nav_item .sub_nav_button {
  position: absolute;
  bottom: 0px;
  background: #006bb8;
  color: #fff;
  border: 0;
  width: 90%;
  height: 40px;
  overflow: hidden;
  margin-left: 5%;
  margin-right: 5%;
  left: 0;
  right: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
}

.main_sub_nav .row {
  height: calc(100vw * 0.13) !important;
}
.main_sub_nav .sub_nav_item {
  height: 100%;
}
.main_sub_nav .sub_nav_item .sub_nav_image {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.main_sub_nav .sub_nav_item .sub_nav_button {
  background: #006bb8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.main_sub_nav .sub_nav_item:hover .sub_nav_image {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.main_sub_nav .sub_nav_item:hover .sub_nav_button {
  background-color: #00a9e8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .main_sub_nav {
    display: none !important;
  }

  .navbar-brand .farmland-logo {
    top: 35px !important;
  }
}
@media screen and (min-width: 1270px) {
  .navbar-brand .farmland-logo {
    left: -70px !important;
    top: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .sub_nav_button {
    min-width: 130px !important;
    max-width: 150px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
@media screen and (max-width: 450px) {
  .navbar-brand .farmland-logo {
    left: -15px !important;
  }

  .search-box input {
    font-size: 30px !important;
  }
}
/* EMAIL NEWSLETTER SIGN UP MODAL FOR HEADER */
.email_modal {
  text-align: center;
}
.email_modal .modal-body {
  padding-left: 50px;
  padding-right: 50px;
  background-image: url(../img/input-arrow.png);
  background-repeat: no-repeat;
  background-image: url(../img/footer-background-mobile.png);
  background-size: cover;
  background-position: center;
}
.email_modal .modal-body .close {
  color: #5b5b5b;
  opacity: 1;
}
.email_modal p {
  color: #5b5b5b;
  margin: 0 20px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px;
}
.email_modal .has-success .form-control {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-weight: 100;
  border: 1px solid #000000;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 18px;
  height: 39px;
}
.email_modal .form-horizontal .has-feedback .form-control-feedback {
  right: 4%;
  color: black;
  background-image: url(../img/input-arrow-sm.png);
  top: 3px;
  font-size: 48px;
  font-weight: 100;
  background-repeat: no-repeat;
  background-position: left center;
}
.email_modal h3 {
  margin-top: 30px;
  color: #000000;
  white-space: nowrap;
  font-size: 18px;
  font-family: "ProximaNovaA-Semibold";
  margin-bottom: 11px;
}
.email_modal .email_modal_button_container {
  position: relative;
  top: 44px;
  margin-bottom: 0;
  opacity: 0;
  transition: margin-bottom 0.5s ease-out, opacity 0.3s ease 0.5s;
  -webkit-transition: margin-bottom 0.5s ease-out, opacity 0.3s ease 0.5s;
}
.email_modal .email_modal_button {
  display: none;
  font-size: 24px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 250px;
  height: 60px;
  line-height: 65px;
  margin: 0px -125px -30px 0px;
  background-color: #0071bb;
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.email_modal .error_message {
  margin-top: 28px;
  color: #b31919;
  display: none;
}
.email_modal .show_error {
  display: block;
}
.email_modal .success_message {
  margin-top: 28px;
  color: #000;
  display: none;
}
.email_modal .show_success {
  display: block;
}
.email_modal .email_modal_button_container.show_button {
  margin-bottom: 78px;
  opacity: 1;
  transition: margin-bottom 0.5s ease-out, opacity 0.3s ease 0.5s;
  -webkit-transition: margin-bottom 0.5s ease-out, opacity 0.3s ease 0.5s;
}
.email_modal .show_button {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .social_nav {
    display: none !important;
  }

  .main-nav a {
    padding-top: 2px !important;
  }
}
/* FOOTER */
footer {
  position: relative;
}
footer .footer {
  padding-top: 90px;
  background-image: url("../img/footer-background-mobile.png");
  background-size: cover;
  border-bottom: 1px solid #010101;
  background-position: center;
}
footer .footer-left {
  display: none;
  font-size: 15px;
}
footer .footer-left ul {
  padding: 0;
}
footer .footer-left li {
  list-style-type: none;
  line-height: 15px;
  margin-bottom: 13px;
}
footer .footer-left a {
  color: #5b5b5b;
  text-decoration: none;
}
footer .footer-left a:hover {
  color: #aaa;
}
footer .facebook-icon,
footer .twitter-icon,
footer .pinterest-icon,
footer .instagram-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  height: 81px;
  width: 85px;
  margin-bottom: 30px;
  cursor: pointer;
}
footer .facebook-icon {
  background-image: url("../img/FacebookIcon-mobile.png");
  margin-left: 10px;
  width: 65px;
}
footer .twitter-icon {
  background-image: url("../img/TwitterIcon-mobile.png");
}
footer .pinterest-icon {
  background-image: url("../img/PintrestIcon-mobile.png");
}
footer .footer-right {
  text-align: center;
}
footer .instagram-icon {
  background-image: url("../img/InstagramBlackLogo.svg");
}
footer h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 24px;
  color: #000000;
  white-space: nowrap;
}
footer p {
  font-size: 12px;
  color: #5b5b5b;
  margin: 0 20px;
  margin-bottom: 55px;
}
footer .has-success .form-control {
  width: 100%;
  text-align: center;
  height: 80px;
  font-size: 21px;
  font-style: italic;
  font-weight: 100;
  border: 1px solid #000000;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
footer .has-success .form-control:focus {
  color: #5b5b5b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .form-horizontal .has-feedback .form-control-feedback {
  right: 11%;
  top: 18px;
  font-size: 48px;
  color: black;
  font-weight: 100;
  background-image: url("../img/input-arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
}
footer .back-to-top p,
footer .back-to-top {
  text-align: center;
  color: #006bb7;
  cursor: pointer;
}
footer .back-to-top p {
  margin-bottom: 20px;
}
footer .back-to-top img {
  margin-top: 20px;
  margin-bottom: 4px;
}
footer .product-locator {
  display: none;
}

@media screen and (min-width: 576px) {
  footer .has-success .form-control {
    font-size: 35px;
  }
  footer p {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  footer h3 {
    margin-bottom: 11px;
  }
  footer .footer-right {
    text-align: left;
  }
  footer .footer {
    background-image: url("../img/footer-background-mobile.png");
    padding-left: 116px;
    padding-right: 53px;
    padding-bottom: 27px;
    padding-top: 20px;
  }
  footer .footer p {
    width: initial;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  footer .footer-left {
    display: block;
    margin-bottom: 15px;
  }
  footer .has-success .form-control {
    font-size: 35px;
  }
  footer .newsletter p {
    max-width: 250px;
    text-align: left;
    margin-left: 0;
    font-size: 11pt;
    line-height: 12pt;
  }
  footer .facebook-icon {
    background-image: url("../img/FacebookIcon.png");
  }
  footer .twitter-icon {
    background-image: url("../img/TwitterIcon.png");
  }
  footer .pinterest-icon {
    background-image: url("../img/PintrestIcon.png");
    margin-left: 0;
  }
  footer .facebook-icon:hover,
  footer .facebook-icon:active {
    background-image: url("../img/FacebookIconHover.png");
  }
  footer .twitter-icon:hover,
  footer .twitter-icon:active {
    background-image: url("../img/TwitterIconHover.png");
  }
  footer .pinterest-icon:hover,
  footer .pinterest-icon:active {
    background-image: url("../img/PintrestIconHover.png");
  }
  footer .instagram-icon:hover,
  footer .instagram-icon:active {
    background-image: url("../img/InstagramBlueLogo.svg");
  }
  footer h3 {
    font-size: 18px;
  }
  footer .facebook-icon,
  footer .twitter-icon,
  footer .pinterest-icon {
    background-position: left;
    height: 28px;
    width: 28px;
    background-size: contain;
    margin-bottom: 10px;
    margin-left: 0;
  }
  footer .pinterest-icon,
  footer .instagram-icon {
    margin-left: 15px;
  }
  footer .form-horizontal .has-feedback .form-control-feedback {
    right: 2px;
  }
  footer .has-success .form-control {
    font-size: 18px;
    height: 39px;
  }
  footer .email-container {
    max-width: 272px;
  }
  footer .form-horizontal .has-feedback .form-control-feedback {
    background-image: url(../img/input-arrow-sm.png);
  }
  footer .form-horizontal .has-feedback .form-control-feedback {
    top: 2px;
  }
  footer .product-locator {
    display: block;
  }
  footer .product-locator button,
  footer .product-locator button:link,
  footer .product-locator butotn:visited,
  footer .product-locator button:hover,
  footer .product-locator button:active {
    background-color: #ffffff;
    color: #0071bb;
    height: 39px;
    padding-left: 32px;
    padding-right: 32px;
    border: none;
    border-radius: initial;
    margin-top: 4px;
  }
  footer .product-locator button:hover {
    background-color: #0071bb;
    color: #fff;
  }
  footer .back-to-top {
    display: none;
  }
}
@media screen and (min-width: 850px) {
  footer .footer {
    padding-left: 147px;
    padding-right: 83px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer {
    padding-left: 217px;
    padding-right: 169px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer {
    background-image: url("../img/BottomTextureBackground.png");
    padding-left: 86px;
    padding-right: 86px;
  }
  footer .footer-right {
    padding-left: 69px;
    position: relative;
  }
  footer .vertical-rule {
    position: absolute;
    height: 110px;
    border-left: 1px solid #212121;
    top: 40px;
    left: 0px;
  }
}
.bc_link {
  color: #5b5b5b;
  text-decoration: none !important;
}

.bc_link:hover {
  color: #aaa;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .instagram-icon {
    margin-bottom: 0;
    width: 100%;
    max-width: 30px;
    max-height: 46px;
    background-size: contain;
    margin-bottom: 1px !important;
  }
}
@media (max-width: 767px) {
  .instagram-icon {
    background-size: contain;
    width: 62px !important;
  }
}
main .search_page_box {
  position: relative;
  top: 0px;
  width: 100%;
  height: 150px;
  background-image: url(../img/SearchBackgroundTexture.png);
  display: table;
}
main .search_page_box .search_page_icon {
  cursor: pointer;
  display: table-cell;
  position: relative;
  right: -25px;
  z-index: 10;
  top: 48px;
}
main .search_page_box .search_page_icon img {
  height: 19px;
  width: 19px;
}
main .search_page_box .search_page_icon img:hover {
  opacity: 0.5;
}
main .search_page_box .search_page_input {
  display: table-cell;
  width: 300px;
  position: relative;
  top: 50px;
}
main .search_page_box .search_page_input input {
  padding-left: 35px;
}
main .search_page_box .search_label {
  display: table-cell;
  position: relative;
  top: 40px;
  width: 25px;
  font-size: 15px;
  color: #000;
  padding: 20px;
}
main .search_page_box .search_page_select {
  display: table-cell;
  width: 150px;
  padding-right: 20px;
  position: relative;
  top: 50px;
}
main .result_box {
  position: relative;
  top: 0px;
  height: 400px;
  max-height: 400px;
  min-height: 400px;
  background: #fff;
  margin-bottom: 10px;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 10px 10px 10px 0px;
  border: 10px solid transparent;
}
main .result_box .result_image_box {
  display: inline-block;
  position: relative;
  right: -50%;
  min-width: 100%;
}
main .result_box .result_image_box .result_image {
  min-width: 105%;
  top: 0px;
  min-height: 250px;
  max-height: 250px;
  position: relative;
  left: -50%;
}
main .result_box .result_info {
  background-image: url(../img/RecipeTypeBlueBoxGradient.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 150px;
  color: #fff;
}
main .result_box .result_info .result_type {
  position: absolute;
  top: 11px;
  left: 20px;
  font-size: 14px;
}
main .result_box .result_info .result_name {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 22px;
  font-family: "Charter ITC W01";
}
main .result_box .result_info .result_snippet {
  position: absolute;
  top: 60px;
  left: 20px;
  font-size: 12px;
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  main .result_box {
    height: 500px !important;
    max-height: 500px !important;
    min-height: 500px !important;
  }
  main .result_box .result_image_box .result_image {
    min-height: 400px !important;
    max-height: 400px !important;
  }
}
@-moz-document url-prefix() {
  .search_page_box .search_page_icon img {
    margin-top: -20px !important;
  }
  .search_page_box .search_label {
    top: 27px !important;
  }
  .search_page_box .search_page_select {
    top: 39px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .empty {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .last_empty {
    display: none !important;
  }
}
/* GLOBALS */
.max-width {
  max-width: 1900px;
  margin: 0 auto;
}

body {
  position: relative;
  /* font-family: "CharterITCW01-BlackItal" */
}

main {
  position: relative;
  top: -113px;
  margin-bottom: -115px;
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  main {
    top: -125px;
  }
  main .feature_header {
    display: none;
  }
}
.features {
  background: #eee;
  padding-bottom: 25px;
  padding-top: 20px;
}
.features .feature_header {
  text-align: center;
}
.features .feature_header .featured_title {
  font-family: "Hastadaya";
  font-size: 35px;
  color: #000;
}
.features .feature_header .featured_type {
  margin-top: -15px;
  font-family: "Charter ITC W01";
  font-size: 20px;
  color: #000;
}

.lilly_pad {
  position: relative;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 350px;
  max-height: 450px;
  color: #fff;
  border: 15px solid;
  border-color: #fff;
  background-clip: padding-box;
  padding: 10px;
}
.lilly_pad .lilly_snippet {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 20%;
  margin: 0 auto;
  width: 85%;
  font-size: 24px;
  height: 45%;
  font-family: "ProximaNova-Regular";
  z-index: 3;
}
.lilly_pad .feature_text {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lilly_pad .lilly_button {
  font-size: 24px;
  position: absolute;
  bottom: 30%;
  right: 50%;
  text-decoration: none;
  width: 250px;
  height: 60px;
  line-height: 50px;
  margin: 0px -125px -30px 0px;
  background-color: #0071bb;
  opacity: 0.85;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
}
.lilly_pad .lilly_input {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 70%;
  border: 1px solid #333;
  text-align: center;
  width: 165px;
  white-space: nowrap;
  height: 35px;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  background: #fff;
}
.lilly_pad .lilly_shade {
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
}

.lilly_pad:hover .lilly_button {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.lilly_pad:hover .lilly_shade {
  background: transparent;
}

.feature_pad {
  border-color: #eee;
}

.legal {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100px;
  width: 80%;
  margin-bottom: 100px;
}

.ffa {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0px;
  width: 100%;
  margin-bottom: 0px;
}

@media screen and (min-width: 0px) and (max-width: 450px) {
  .lilly_snippet {
    top: 10% !important;
  }

  .feature_text {
    top: 55% !important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lilly_pad .feature_text {
    top: 35%;
    left: 0%;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .lilly_pad .feature_text {
    top: 35%;
    left: 0%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #all_tile_1 {
    display: block;
  }

  #all_tile_2 {
    display: none;
  }

  #all_tile_3 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #all_tile_1 {
    display: none;
  }

  #all_tile_2 {
    display: block;
  }

  #all_tile_3 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .all_recipe_tile {
    background-image: url(../img/Home_AllRecipes_Banner_1200.png) !important;
    height: 225px !important;
  }

  #all_tile_1 {
    display: none;
  }

  #all_tile_2 {
    display: none;
  }

  #all_tile_3 {
    display: block;
  }
}
.recipe_page .printLogo {
  display: none;
}

main .recipe_hero {
  position: relative;
  top: 0px;
  width: 100%;
  background-image: url(../img/RecipeDetail_WoodBackgroundMasthead.png);
  background-position: center center;
  background-repeat: repeat-y;
  text-align: center;
}
main .recipe_hero .old_recipe {
  position: absolute;
  top: 3px;
  right: 5%;
  margin: 0 auto;
  width: 350px;
  height: 257px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
main .recipe_hero .recipe_top {
  position: relative;
  top: 0px;
  margin: 0 auto;
  width: 90%;
  height: 500px;
  text-align: center;
  background: #eee;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
main .recipe_hero .recipe_page_box {
  position: relative;
  top: 0px;
  margin: 0 auto;
  min-width: 90%;
  padding-bottom: 20px;
  height: 300px;
}
main .recipe_hero .recipe_page_box .recipe_title {
  position: relative;
  left: 7%;
  top: 5px;
  text-align: left;
  width: 90%;
  font-size: 30px;
  color: #fff;
  font-family: "ProximaNova-Regular";
  z-index: 3;
  color: #000;
}
main .recipe_hero .recipe_page_box .old_snip {
  margin-top: 5px;
}
main .recipe_hero .recipe_page_box .recipe_snippet {
  bottom: 0px;
  position: relative;
  left: 7%;
  text-align: left;
  width: 90%;
  font-size: 17pt;
  color: #fff;
  font-family: "ProximaNova-Regular";
  z-index: 3;
  color: #000;
}
main .recipe_hero .recipe_share_box {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  min-width: 50%;
  height: 90px;
  overflow: hidden;
  text-align: center;
}
main .recipe_hero .recipe_share_box .recipe_page_block {
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 90px;
  background: #fff;
  opacity: 0.5;
  z-index: 2;
}
main .recipe_hero .recipe_share_box .recipe_share_inner {
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #333;
  z-index: 3;
}
main .recipe_hero .recipe_share_box .recipe_share_inner .recipe_detail {
  float: left;
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  text-aling: center;
  vertical-align: middle;
  overflow: hidden;
  padding-top: 20px;
  width: 50%;
}
main
  .recipe_hero
  .recipe_share_box
  .recipe_share_inner
  .recipe_detail
  .recipe_detail_left {
  font-family: "Charter ITC W01 Bold";
  color: #00a6e6;
  font-size: 17px;
}
main
  .recipe_hero
  .recipe_share_box
  .recipe_share_inner
  .recipe_detail
  .recipe_detail_right {
  font-family: "ProximaNova-Regular";
  color: #00a6e6;
  font-size: 17px;
}
main
  .recipe_hero
  .recipe_share_box
  .recipe_share_inner
  .recipe_detail
  .recipe_detail_row_one {
  width: 105%;
  float: left;
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  text-aling: left;
  vertical-align: middle;
  overflow: hidden;
}
main
  .recipe_hero
  .recipe_share_box
  .recipe_share_inner
  .recipe_detail
  .recipe_detail_row_one
  .recipe_prep {
  display: table-cell;
  text-align: left;
}
main
  .recipe_hero
  .recipe_share_box
  .recipe_share_inner
  .recipe_detail
  .recipe_detail_row_one
  .recipe_diff {
  display: table-cell;
  text-align: left;
}
main
  .recipe_hero
  .recipe_share_box
  .recipe_share_inner
  .recipe_detail
  .recipe_detail_row_one
  .recipe_cook {
  display: table-cell;
  text-align: left;
}
main
  .recipe_hero
  .recipe_share_box
  .recipe_share_inner
  .recipe_detail
  .recipe_detail_row_one
  .recipe_serv {
  display: table-cell;
  text-align: left;
}

.recipe_page .mobile_share_row {
  display: none;
}
.recipe_page .share_row {
  float: right;
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  text-aling: center;
  vertical-align: middle;
  overflow: hidden;
  padding-top: 20px;
}
.recipe_page .share_row .share_cell {
  cursor: pointer;
  display: table-cell;
  height: 50px;
  width: 50px;
  text-aling: center;
  vertical-align: middle;
  z-index: 4;
}
.recipe_page .share_row .share_cell .cell-cell {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
  text-aling: center;
  vertical-align: middle;
}
.recipe_page .share_row .share_cell .cell_facebook {
  background-image: url(../img/ProductDetail_FacebookIcon.png);
}
.recipe_page .share_row .share_cell .cell_twitter {
  background-image: url(../img/ProductDetail_TwitterIcon.png);
}
.recipe_page .share_row .share_cell .cell_pinterest {
  background-image: url(../img/ProductDetail_PintrestIcon.png);
}
.recipe_page .share_row .share_cell .cell_email {
  background-image: url(../img/ProductDetail_EmailIcon.png);
}
.recipe_page .share_row .share_cell .cell_print {
  background-image: url(../img/ProductDetail_PrintIcon.png);
}
.recipe_page .share_row .share_cell .cell_facebook:hover {
  background-image: url(../img/ProductDetail_FacebookIconHover.png);
}
.recipe_page .share_row .share_cell .cell_pinterest:hover {
  background-image: url(../img/ProductDetail_PintrestIconHover.png);
}
.recipe_page .share_row .share_cell .cell_twitter:hover {
  background-image: url(../img/ProductDetail_TwitterIconHover.png);
}
.recipe_page .share_row .share_cell .cell_email:hover {
  background-image: url(../img/ProductDetail_EmailIconHover.png);
}
.recipe_page .share_row .share_cell .cell_print:hover {
  background-image: url(../img/ProductDetail_PrintIconHover.png);
}
.recipe_page .share_row.mobile {
  float: none !important;
}
.recipe_page .recipe_page_detail {
  position: relative;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 50px;
}
.recipe_page .recipe_page_detail .recipe_page_ingredients {
  padding-left: 5%;
  padding-top: 30px;
  text-align: left;
}
.recipe_page .recipe_page_detail .recipe_page_ingredients .recipe_ingredients {
  position: relative;
  width: 100%;
  text-align: left;
  top: -20px;
  font-size: 35px;
  color: #00a6e6;
  font-family: "Charter ITC W01";
}
.recipe_page .recipe_page_detail .recipe_page_ingredients .ingredients {
  position: relative;
  top: 0px;
  font-family: "Charter ITC W01";
  font-size: 15px;
  line-height: 24px;
}
.recipe_page .recipe_page_detail .recipe_page_directions {
  padding: 0px;
  padding-top: 30px;
  padding-right: 5%;
  text-align: left;
}
.recipe_page .recipe_page_detail .recipe_page_directions .recipe_directions {
  position: relative;
  width: 100%;
  text-align: left;
  top: -20px;
  font-size: 35px;
  color: #00a6e6;
  font-family: "Charter ITC W01";
}
.recipe_page .recipe_page_detail .recipe_page_directions .directions {
  position: relative;
  top: 0px;
  font-family: "Charter ITC W01";
  font-size: 15px;
  line-height: 24px;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .recipe_hero {
    padding-bottom: 120px;
  }

  .recipe_top {
    height: 300px !important;
  }

  main .recipe_hero {
    top: 0px;
  }
  main .recipe_hero .recipe_top {
    top: 0px;
  }
  main .recipe_hero .recipe_page_box {
    padding-bottom: 0px;
  }
  main .recipe_hero .recipe_page_box .recipe_title {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
    margin-left: -1%;
    font-size: 30px;
    text-align: center;
  }
  main .recipe_hero .old_box {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .recipe_snippet {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .recipe_hero {
    padding-bottom: 120px;
  }

  .recipe_top {
    height: 300px !important;
  }

  main .recipe_hero {
    top: 0px;
    max-height: 600px !important;
  }
  main .recipe_hero .recipe_top {
    top: 0px;
  }
  main .recipe_hero .recipe_page_box .recipe_title {
    display: inline-block;
    top: 10px;
    margin: 0 auto;
    width: 90%;
    margin-left: -1%;
    font-size: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .recipe_hero {
    padding-bottom: 0px;
    max-height: 640px;
  }

  .recipe_top {
    height: 400px !important;
  }

  main .recipe_hero {
    top: 0px;
  }
  main .recipe_hero .recipe_top {
    top: 0px;
  }
}
@media screen and (min-width: 993px) {
  .recipe_hero {
    max-height: 720px;
  }
}
@media screen and (max-width: 768px) {
  .recipe_detail {
    width: 100% !important;
  }

  .recipe_page .share_row.desktop {
    display: none !important;
  }
  .recipe_page .mobile_share_row {
    display: block !important;
  }

  .old_recipe {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
    top: -10px !important;
  }

  .recipe_page_box {
    height: 100% !important;
  }

  .recipe_snippet {
    width: 85% !important;
    text-align: center !important;
  }

  .recipe_title {
    left: 0% !important;
  }

  .recipe_page_directions {
    padding-left: 5% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .old_titl {
    width: 40% !important;
    font-size: 25px !important;
  }

  .recipe_snippet {
    top: 5px !important;
  }
}
@media screen and (min-width: 768px) {
  .old_titl {
    font-size: 40px !important;
    width: 50% !important;
  }

  .old_snip {
    width: 45% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 365px) {
  .recipe_page .share_cell {
    height: 30px !important;
    width: 30px !important;
  }
  .recipe_page .max-width {
    overflow: hidden;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .recipe_page_box .recipe_snippet {
    width: 90% !important;
    height: 100px !important;
    font-size: 13pt !important;
  }
  .recipe_page_box .recipe_title {
    font-size: 25px !important;
  }

  .recipe_hero .recipe_share_box {
    bottom: -40px !important;
  }
  .recipe_hero .recipe_share_box .recipe_page_block {
    height: 50px !important;
  }
}
main .recipes_hero {
  position: relative;
  top: 0px;
  width: 100%;
  background-image: url(../img/BottomTextureBackground.png);
  background-position: center center;
  background-repeat: repeat-y;
  text-align: center;
}
main .recipes_hero .right_arrow {
  display: none;
  position: absolute;
  top: 30%;
  right: 85px;
  height: 40px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/RightArrowRecipe.png);
  cursor: pointer;
  z-index: 99;
}
main .recipes_hero .right_arrow:hover {
  opacity: 1;
  background-image: url(../img/RightArrowRecipeHover.png);
}
main .recipes_hero .left_arrow {
  display: none;
  position: absolute;
  top: 30%;
  left: 85px;
  height: 40px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/LeftArrowRecipe.png);
  cursor: pointer;
  z-index: 99;
}
main .recipes_hero .left_arrow:hover {
  opacity: 1;
  background-image: url(../img/LeftArrowRecipeHover.png);
}
main .recipes_hero .feature_dots {
  display: table-row;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  width: 300px;
  height: 35px;
  white-space: nowrap;
  z-index: 110;
}
main .recipes_hero .feature_dots .feature_dot {
  display: table-cell;
  position: relative;
  left: -50%;
  width: 11px;
  height: 11px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
main .recipes_hero .feature_dots .feature_dot.inactive:hover {
  opacity: 0.5;
}
main .recipes_hero .feature_dots .dot_gap {
  position: relative;
  display: table-cell;
  left: -50%;
  width: 5px;
}
main .recipes_hero .recipe_features_top {
  position: relative;
  top: 0px;
  margin: 0 auto;
  width: 90%;
  height: 500px;
  text-align: center;
  background: #eee;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
main .recipes_hero .recipe_features_top .feature_info_box {
  position: relative;
  min-width: 10%;
}
main .recipes_hero .recipe_features_top .feature_info_box .feature_block {
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 500px;
  background: #333;
  opacity: 0.2;
  z-index: 2;
}
main .recipes_hero .recipe_features_top .feature_info_box .feature_block:hover,
main .recipes_hero .recipe_features_top .feature_info_box .hovered {
  opacity: 0;
  background: transparent;
}
main .recipes_hero .recipe_features_top .feature_info_box .feature_title {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 130px;
  text-align: center;
  width: 90%;
  font-size: 50px;
  color: #fff;
  font-family: "Charter ITC W01";
  z-index: 3;
  color: #fff;
  text-shadow: 3px 3px 6px #333;
}
main .recipes_hero .recipe_features_top .feature_info_box .feature_button {
  padding: 0;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  top: 308px;
  bottom: 130px;
  width: 175px;
  white-space: nowrap;
  height: 45px;
  z-index: 3;
  font-size: 18px;
  line-height: 19px;
  background-color: #0071bb;
  opacity: 0.8;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
}
main
  .recipes_hero
  .recipe_features_top
  .feature_info_box
  .feature_button:hover {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
main .recipes_hero .recipe_page_box {
  position: relative;
  top: 0px;
  margin: 0 auto;
  min-width: 90%;
}
main .recipes_hero .recipe_page_box .filter_button {
  padding: 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
  height: 45px;
  width: 115px;
  margin-top: 20px;
  z-index: 3;
  font-size: 18px;
  line-height: 19px;
  background-color: #0071bb;
  opacity: 0.8;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
}
main .recipes_hero .recipe_page_box .filter_button:hover {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
main .recipes_hero .recipe_page_box .recipe_page_options {
  width: 80%;
  margin-top: 10px;
}
main .recipes_hero .recipe_page_box .recipe_page_options .recipe_page_option {
  margin: 0 auto;
  padding-bottom: 20px;
}
main
  .recipes_hero
  .recipe_page_box
  .recipe_page_options
  .recipe_page_option
  .recipe_page_label {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 5px;
}
main
  .recipes_hero
  .recipe_page_box
  .recipe_page_options
  .recipe_page_option
  .recipe_page_select {
  position: relative;
}
main .recipe_box {
  position: relative;
  top: 0px;
  height: 350px;
  max-height: 350px;
  min-height: 350px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  border: 10px solid transparent;
}
main .recipe_box .recipe_image_box {
  display: inline-block;
  position: relative;
  right: -50%;
  min-width: 100%;
  width: 100%;
  text-align: center;
}
main .recipe_box .recipe_image_box .recipe_image {
  min-width: 110%;
  top: 0px;
  min-height: 350px;
  max-height: 350px;
  position: relative;
  left: -50%;
  z-index: 0;
}
main .recipe_box .recipe_image_box .recipe_text {
  width: 95%;
  max-width: 325px;
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translate(-50%, -50%);
  font-size: 27px;
  color: #fff;
  z-index: 3;
  letter-spacing: 2px;
  font-family: "ProximaNova-Regular";
  text-shadow: 3px 3px 6px #333;
}
main .recipe_box .recipe_image_box .recipe_block {
  width: 110%;
  height: 120%;
  left: -50%;
  position: absolute;
  top: -25px;
  z-index: 3;
  background: #333;
  opacity: 0.4;
}
main .recipe_box .recipe_image_box .recipe_block:hover,
main .recipe_box .recipe_image_box .hovered {
  opacity: 0;
  background: transparent;
}

.form_reset {
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
  background-color: #0071bb;
  opacity: 0.9;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
}

.form_reset:hover {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .recipes_hero {
    padding-bottom: 120px;
  }

  .recipe_features_top {
    height: 300px !important;
  }

  main .recipes_hero {
    top: 0px;
  }
  main .recipes_hero .right_arrow {
    top: 14%;
    right: 26px;
  }
  main .recipes_hero .left_arrow {
    top: 14%;
    left: 26px;
  }
  main .recipes_hero .feature_dots {
    left: 50%;
  }
  main .recipes_hero .feature_dots .feature_dot {
    left: -50%;
  }
  main .recipes_hero .feature_dots .dot_gap {
    left: -50%;
  }
  main .recipes_hero .recipe_features_top {
    top: 0px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_block {
    height: 300px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_title {
    display: inline-block;
    top: 50px;
    margin: 0 auto;
    width: 90%;
    font-size: 30px;
    text-align: center;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_text {
    display: inline-block;
    top: 120px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 13px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_button {
    display: inline-block;
    top: 210px;
    width: 45%;
    text-align: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .recipes_hero {
    padding-bottom: 120px;
  }

  .recipe_features_top {
    height: 300px !important;
  }

  main .recipes_hero {
    top: 0px;
  }
  main .recipes_hero .right_arrow {
    top: 14%;
    right: 40px;
  }
  main .recipes_hero .left_arrow {
    top: 14%;
    left: 40px;
  }
  main .recipes_hero .feature_dots {
    left: 50%;
  }
  main .recipes_hero .feature_dots .feature_dot {
    left: -50%;
  }
  main .recipes_hero .feature_dots .dot_gap {
    left: -50%;
  }
  main .recipes_hero .recipe_features_top {
    top: 0px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_block {
    height: 300px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_title {
    display: inline-block;
    top: 50px;
    margin: 0 auto;
    width: 90%;
    font-size: 35px;
    text-align: center;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_text {
    display: inline-block;
    top: 120px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 13px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_button {
    display: inline-block;
    top: 210px;
    width: 42%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .recipes_hero {
    padding-bottom: 0px;
    max-height: 590px;
  }

  .recipe_features_top {
    height: 400px !important;
  }

  main .recipes_hero {
    top: 0px;
  }
  main .recipes_hero .right_arrow {
    top: 27%;
    right: 60px;
  }
  main .recipes_hero .left_arrow {
    top: 27%;
    left: 60px;
  }
  main .recipes_hero .feature_dots {
    left: 50%;
  }
  main .recipes_hero .feature_dots .feature_dot {
    left: -50%;
  }
  main .recipes_hero .feature_dots .dot_gap {
    left: -50%;
  }
  main .recipes_hero .recipe_features_top {
    top: 0px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_block {
    height: 400px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_title {
    top: 100px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_text {
    top: 170px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_button {
    top: 260px;
  }
}
@media screen and (min-width: 993px) {
  .recipes_hero {
    max-height: 620px;
  }
}
@media screen and (max-width: 768px) {
  .recipes_hero {
    height: 430px;
  }

  #recipe_page_form {
    display: none;
  }

  .recipe_page_box {
    height: 0px;
  }
  .recipe_page_box .filter_button {
    display: block;
  }

  .feature_dots {
    bottom: 27%;
  }
}
@media screen and (min-width: 768px) {
  .recipes_hero .filter_button {
    display: none;
  }

  #recipe_page_form {
    display: block;
  }

  .feature_dots {
    bottom: 52%;
  }
}
@media screen and (min-width: 769px) {
  main .recipes_hero .left_arrow,
  main .recipes_hero .right_arrow {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .feature_dots {
    bottom: 28% !important;
  }
}
@media screen and (min-width: 993px) {
  .feature_dots {
    bottom: 20% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  main .recipe_box .recipe_image_box .recipe_text {
    width: 95%;
    max-width: 325px;
    position: absolute;
    top: 40%;
    left: -40%;
  }

  .feature_dots {
    bottom: 10% !important;
  }

  .recipes_view {
    padding-top: 30px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  main .recipe_box .recipe_image_box .recipe_text {
    width: 95%;
    max-width: 325px;
    position: absolute;
    top: 40%;
    left: -40%;
  }
}
.recipes_view {
  padding-right: 30px !important;
}

@media screen and (max-width: 500px) {
  main .recipe_box .recipe_image_box .recipe_block {
    width: 118%;
    left: -56%;
  }

  main .recipe_box {
    border: 10px solid #fff;
    margin-left: 10px;
    margin-right: -10px;
    background-color: #fff;
  }
}
@media screen and (min-width: 446px) and (max-width: 500px) {
  main .recipe_box .recipe_image_box .recipe_image {
    left: -55%;
  }
  main .recipe_box.not_old .recipe_image_box .recipe_image {
    left: -108%;
  }
}
@media screen and (max-width: 445px) {
  main .recipe_box .recipe_image_box .recipe_image {
    left: -56%;
  }
  main .recipe_box.not_old .recipe_image_box .recipe_image {
    left: -136%;
  }
}
main .products_hero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
main .products_hero .product_hero_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 35%;
  color: #fff;
  font-size: 60px;
  font-family: "Hastadaya";
  text-shadow: 3px 3px 6px #333;
}
main .products_hero .product_hero_snippet {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  padding-left: 25%;
  padding-right: 25%;
  top: 48%;
  color: #fff;
  font-size: 17px;
  font-family: "ProximaNova-Regular";
  text-shadow: 3px 3px 6px #333;
}
main .product_category {
  position: relative;
  top: 0px;
  width: 100%;
  height: 145px;
  background-image: url(../img/Products_BlueGradient.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
main .product_category .category_details {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  left: 30px;
  padding: 15px 20px 20px 7px;
}
main .product_category .category_details .category_title a {
  font-size: 30px;
  color: #fff;
  font-family: "Charter ITC W01";
  text-decoration: none;
}
main .product_category .category_details .category_rule {
  width: 100px;
  height: 3px;
  overflow: hidden;
}
main .product_category .category_details .category_rule hr {
  padding: 0;
  margin: 0;
  background: #fff;
  height: 1px;
}
main .product_category .category_details .category_text {
  padding-top: 6px;
  font-size: 16px;
  color: #fff;
  font-family: "ProximaNova-Regular";
}
main .product_list {
  margin-bottom: 20px;
}
main .product_box {
  position: relative;
  top: 0px;
  height: 250px;
  max-height: 250px;
  min-height: 250px;
  min-width: 250px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  border: 10px solid transparent;
  margin-top: 20px !important;
  background-clip: padding-box;
  background-image: url(../img/Products_DarkWoodBackground.png);
  background-size: cover;
  background-position: center center;
}
main .product_box .product_image_box {
  display: inline-block;
  position: relative;
  right: -50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  text-align: center;
}
main .product_box .product_image_box .product_block {
  width: 1000px;
  top: 0px;
  min-height: 250px;
  max-height: 350px;
  position: relative;
  left: -60%;
  z-index: 1;
  opacity: 0.4;
  background: #333;
}
main .product_box .product_image_box .product_block:hover,
main .product_box .product_image_box .hovered {
  opacity: 0;
  background: transparent;
}
main .product_box .product_image_box .product_image {
  width: 100%;
  position: absolute;
  left: -50%;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .product_box .product_image_box .product_text {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  left: -50%;
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  z-index: 3;
  font-family: "ProximaNova-Regular";
  text-shadow: 3px 3px 6px #333;
}
main .product_box .product_image_box .product_text .prod_inner_text {
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
main .product_box.social_box {
  background-image: url(../img/Products_LightWoodBackground.png) !important;
}
main .product_box.social_box .product_text.social_text {
  color: #000 !important;
  font-family: "CharterITCW01-BoldItali" !important;
  font-size: 16px !important;
}
main .product_box.social_box .product_text.social_text .prod_inner_text {
  top: 40% !important;
  width: 90% !important;
}
main .product_box.social_box .social_logo {
  width: 100%;
  bottom: 35px;
  margin: 0 auto;
  position: absolute;
  left: -50%;
}
main .product_box.social_box .social_logo img {
  height: 30px;
}
main .product_box.social_box .social_user {
  width: 100%;
  bottom: 16px;
  margin: 0 auto;
  position: absolute;
  left: -50%;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-family: "ProximaNova-Regular";
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .products_hero {
    max-height: 320px !important;
  }
  .products_hero .product_hero_title {
    top: 25% !important;
  }
  .products_hero .product_hero_snippet {
    padding-left: 5% !important;
    padding-right: 5% !important;
    top: 50% !important;
  }

  .product_category .category_details {
    width: 90% !important;
  }
  .product_category .category_details .product_hero_title {
    top: 25% !important;
  }
  .product_category .category_details .product_hero_snippet {
    top: 45% !important;
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .product_category {
    height: 200px !important;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .product_category {
    height: 210px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .products_hero {
    max-height: 500px !important;
  }

  .product_category {
    height: 160px !important;
  }
  .product_category .category_details {
    width: 80% !important;
  }
  .product_category .category_details .product_hero_title {
    top: 35% !important;
  }
  .product_category .category_details .product_hero_snippet {
    top: 50% !important;
  }

  .product_box {
    min-height: 260px !important;
    height: 260px !important;
  }
}
@media screen and (min-width: 993px) {
  .products_hero {
    max-height: 6000px !important;
  }
}
@media screen and (min-width: 1200px) {
  .product_box {
    min-height: 270px !important;
    height: 270px !important;
  }
}
main .product_hero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
main .product_hero .product_hero_image_box {
  position: relative;
  top: 0px;
  min-width: 100%;
  height: 72%;
  max-height: 72%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
main .product_hero .product_hero_image_box .product_upper_image {
  width: 95%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin: 0 auto;
  position: absolute;
}
main .product_hero .product_hero_bar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30%;
  max-height: 30%;
  text-align: left;
  background-image: url(../img/Product_Detail_BlueWoodBanner.png);
}
main .product_hero .product_hero_bar .product_title {
  width: 90%;
  margin-top: 10px;
  margin-left: 5%;
  font-size: 27pt;
  color: #fff;
  margin-bottom: 5px;
  font-family: "ProximaNova-Regular";
}
main .product_hero .product_hero_bar .product_snippet {
  bottom: 0px;
  width: 55%;
  margin-left: 5%;
  font-size: 17pt;
  font-family: "ProximaNova-Regular";
  color: #fff;
  margin-top: 8px;
}
main .product_hero .product_hero_bar .product_rule {
  margin-left: 5%;
  width: 100px;
  height: 3px;
  overflow: hidden;
}
main .product_hero .product_hero_bar .product_rule hr {
  padding: 0;
  margin: 0;
  background: #fff;
  height: 1px;
}
main .product_detail {
  position: relative;
  margin-top: -100px;
  width: 100%;
}
main .product_detail .product_main {
  margin-bottom: 125px;
}
main .product_detail .product_info {
  padding-left: 5%;
  padding-top: 130px;
}
main .product_detail .product_info .share_row {
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  text-aling: center;
  vertical-align: middle;
}
main .product_detail .product_info .share_row .share_cell {
  cursor: pointer;
  display: table-cell;
  height: 50px;
  width: 50px;
  text-aling: center;
  vertical-align: middle;
}
main .product_detail .product_info .share_row .share_cell .cell-cell {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
  text-aling: center;
  vertical-align: middle;
}
main .product_detail .product_info .share_row .share_cell .cell_facebook {
  background-image: url(../img/ProductDetail_FacebookIcon.png);
}
main .product_detail .product_info .share_row .share_cell .cell_twitter {
  background-image: url(../img/ProductDetail_TwitterIcon.png);
}
main .product_detail .product_info .share_row .share_cell .cell_pinterest {
  background-image: url(../img/ProductDetail_PintrestIcon.png);
}
main .product_detail .product_info .share_row .share_cell .cell_email {
  background-image: url(../img/ProductDetail_EmailIcon.png);
}
main .product_detail .product_info .share_row .share_cell .cell_print {
  background-image: url(../img/ProductDetail_PrintIcon.png);
}
main .product_detail .product_info .share_row .share_cell .cell_facebook:hover {
  background-image: url(../img/ProductDetail_FacebookIconHover.png);
}
main
  .product_detail
  .product_info
  .share_row
  .share_cell
  .cell_pinterest:hover {
  background-image: url(../img/ProductDetail_PintrestIconHover.png);
}
main .product_detail .product_info .share_row .share_cell .cell_twitter:hover {
  background-image: url(../img/ProductDetail_TwitterIconHover.png);
}
main .product_detail .product_info .share_row .share_cell .cell_email:hover {
  background-image: url(../img/ProductDetail_EmailIconHover.png);
}
main .product_detail .product_info .share_row .share_cell .cell_print:hover {
  background-image: url(../img/ProductDetail_PrintIconHover.png);
}
main .product_detail .cooking_instructions {
  position: relative;
  width: 100%;
  text-align: left;
  top: 20px;
  font-size: 35px;
  color: #00a6e6;
  font-family: "ProximaNova-Regular";
}
main .product_detail .instructions {
  position: relative;
  width: 100%;
  text-align: left;
  top: 50px;
  font-size: 14px !important;
  color: #000;
  padding-left: 5px;
  font-family: "Charter ITC W01" !important;
}
main .product_detail .product_facts {
  position: relative;
  top: 0px;
  padding-right: 5%;
}
main .product_detail .product_facts .nutrition_facts {
  position: relative;
  top: 10px;
  min-height: 475px;
  width: 280px;
  border: 1px solid #000;
  text-align: center;
  background: #fff;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box {
  position: relative;
  top: 0px;
  background-clip: content-box;
  padding: 10px;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box #n_f {
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: -10px;
  font-weight: bold;
  white-space: nowrap;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box .fact_item {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: -7px;
  white-space: nowrap;
  text-align: left;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box .fat_hr {
  width: 100%;
  text-align: center;
  margin-bottom: -20px !important;
  margin-top: -20px !important;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box .fat_hr hr {
  height: 20px;
  background: #000;
  color: #000;
  width: 100%;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box .skinny_hr {
  width: 100%;
  text-align: center;
  margin-bottom: -20px !important;
  margin-top: -20px !important;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .skinny_hr
  hr {
  height: 2px;
  background: #000;
  color: #000;
  width: 100%;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box .medium_hr {
  width: 100%;
  text-align: center;
  margin-bottom: -20px !important;
  margin-top: -20px !important;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .medium_hr
  hr {
  height: 7px;
  background: #000;
  color: #000;
  width: 100%;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box .fact_row {
  display: table;
  table-layout: fixed;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: -10px;
  white-space: nowrap;
  width: 100%;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_row
  .fact_right {
  width: 50%;
  text-align: right;
  display: table-cell;
  padding-right: 3px;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_row
  .fact_left {
  width: 50%;
  text-align: left;
  display: table-cell;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_row
  .sub_left {
  width: 50%;
  text-align: left;
  padding-right: 13px;
  display: table-cell;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_row
  .fact_right_left {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  text-align: right;
  display: table-cell;
  padding-right: 5px;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_row
  .fact_left_left {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
  text-align: left;
  display: table-cell;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_row
  .fact_right_right {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
  text-align: right;
  display: table-cell;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_row
  .fact_left_right {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  text-align: left;
  display: table-cell;
  padding-right: 3px;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_row
  .fact_left_right
  li {
  padding: 0px 0px 0px 15px;
  margin: 0px;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box .fact_fact {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 11px;
  text-align: left;
  padding: 0px 2px 0px 2px;
}
main .product_detail .product_facts .nutrition_facts .nutrition_box .fact_link {
  margin-top: 5px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border: 2px solid #000;
  background: #ddd;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_link
  a {
  color: #000;
}
main
  .product_detail
  .product_facts
  .nutrition_facts
  .nutrition_box
  .fact_link
  a:hover {
  color: #000;
}
main .product_detail .product_facts .product_product_info {
  position: relative;
  top: 20px;
  width: 100%;
}
main .product_detail .product_facts .product_product_info .p_p_i_text {
  width: 280px;
  text-align: left;
  padding-left: 30px;
}

@media screen and (min-width: 0px) and (max-width: 450px) {
  .product_hero {
    max-height: 450px !important;
  }
  .product_hero .product_hero_bar {
    height: 40% !important;
    max-height: 40% !important;
  }
  .product_hero .product_hero_bar .product_title {
    font-size: 17pt !important;
    width: 90% !important;
  }
  .product_hero .product_hero_bar .product_snippet {
    top: 100% !important;
    width: 90% !important;
    font-size: 12pt !important;
  }

  .product_detail .product_facts {
    top: 50px !important;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .product_hero {
    max-height: 500px !important;
  }
  .product_hero .product_hero_bar {
    height: 35% !important;
    max-height: 35% !important;
  }
  .product_hero .product_hero_bar .product_title {
    font-size: 20pt !important;
    width: 90% !important;
  }
  .product_hero .product_hero_bar .product_snippet {
    top: 90% !important;
    width: 90% !important;
    font-size: 13pt !important;
  }

  .product_detail .product_info {
    padding-left: 10px !important;
    padding-top: 150px !important;
  }
  .product_detail .product_facts {
    top: 50px !important;
    padding-right: 0px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .product_hero {
    max-height: 625px !important;
  }
  .product_hero .product_title {
    top: 27% !important;
    font-size: 25pt !important;
  }
  .product_hero .product_snippet {
    top: 44% !important;
    font-size: 13pt !important;
  }
}
@media screen and (min-width: 993px) {
  .product_hero {
    max-height: 700px !important;
    min-height: 700px !important;
  }
}
@media screen and (max-width: 768px) {
  .product_main {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 365px) {
  .product_page .share_cell {
    height: 30px !important;
    width: 30px !important;
  }
  .product_page .max-width {
    overflow: hidden;
  }
}
.size_row {
  margin-bottom: 15px;
  font-family: "ProximaNovaA-Semibold";
  font-weight: bold;
  font-size: 18px;
  float: left;
  text-align: left;
  width: 100%;
}
.size_row .size_buttons {
  white-space: nowrap;
}

.nest_toggle {
  display: inline-block;
  margin: 0px 6px 15px 6px;
  cursor: pointer;
  font-size: 17px;
  font-family: "ProximaNova-Regular";
  background: #0071bb;
  color: #fff;
  opacity: 0.9;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: none;
  text-align: center;
  width: 115px;
}

.nest_toggle:hover {
  background: #8fa5b1;
  color: #fff;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

main .about_us_hero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 625px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
main .about_us_hero .about_us_hero_text {
  top: 25%;
  height: 45%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  width: 57%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
main .about_us_hero .about_us_hero_snippet {
  position: absolute;
  width: 57%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  top: 72%;
  color: #fff;
  font-size: 17px;
}
main .sections .about_us_box {
  position: relative;
  top: 0px;
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 5px;
}
main .sections .about_us_box .section_info {
  position: relative;
  top: 0px;
  width: 100%;
}
main .sections .about_us_box .section_info .section_name {
  position: absolute;
  margin: 0 auto;
  top: 30px;
  width: 100%;
  font-size: 45px;
  color: #fff;
  font-family: "Hastadaya";
}
main .sections .about_us_box .section_info .section_snippet {
  position: relative;
  margin: 0 auto;
  top: 100px;
  width: 70%;
  height: 100px;
  font-size: 18px;
  color: #fff;
  font-family: "ProximaNova-Regular";
}
main .sections .about_us_box .section_info .about_us_button {
  padding: 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
  height: 45px;
  width: 150px;
  margin-top: 0px;
  z-index: 3;
  font-size: 18px;
  line-height: 19px;
  background-color: #0071bb;
  opacity: 0.9;
  border: 0;
  margin-top: 9px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
}
main .sections .about_us_box .section_info .about_us_button:hover {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .about_us_hero {
    max-height: 420px !important;
  }
  .about_us_hero .about_us_hero_text {
    top: 10% !important;
    width: 90% !important;
    height: 40% !important;
  }
  .about_us_hero .about_us_hero_snippet {
    top: 55% !important;
    width: 85% !important;
    font-size: 14px !important;
  }

  .about_us_box {
    height: 550px !important;
  }
  .about_us_box .section_info .section_name {
    position: relative !important;
    top: auto !important;
    margin-top: 80px !important;
  }
  .about_us_box .section_info .section_snippet {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 993px) {
  .about_us_hero {
    max-height: 500px !important;
  }
  .about_us_hero .about_us_hero_text {
    top: 15% !important;
    width: 70% !important;
    height: 40% !important;
  }
  .about_us_hero .about_us_hero_snippet {
    width: 69% !important;
    top: 56% !important;
    font-size: 15px !important;
  }

  .about_us_box {
    height: 350px !important;
  }
  .about_us_box .section_info {
    top: 70px !important;
  }
  .about_us_box .section_info .section_name {
    position: relative !important;
    top: auto !important;
  }
  .about_us_box .section_info .section_snippet {
    width: 90% !important;
    position: relative !important;
    top: auto !important;
  }
}
@media screen and (min-width: 993px) {
  .about_us_hero {
    max-height: 590px !important;
  }
}
.contact_us {
  top: -142px;
  margin-top: 50px;
  margin-bottom: -145px !important;
}
.contact_us .contact_hero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 341px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.contact_us .contact_hero_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 35%;
  color: #fff;
  font-size: 70px;
  font-family: "Hastadaya";
  text-shadow: 3px 3px 6px #333;
}
.contact_us .inner_container {
  background-color: #f4f4f4;
  padding-bottom: 50px;
  padding-top: 50px;
  overflow: auto;
}
.contact_us .contact_us_form {
  padding-right: 15px;
  padding-left: 15px;
}
.contact_us h1 {
  font-size: 29px;
  font-family: "Charter ITC W01 Regular";
  color: #0071bb;
}
.contact_us h3 {
  font-size: 20px;
  font-family: "Charter ITC W01 Regular";
  color: #0071bb;
  margin-bottom: 0;
}
.contact_us a {
  text-decoration: underline;
  font-family: "Charter ITC W01 Italic";
}
.contact_us p {
  line-hight: 17px;
}
.contact_us select {
  color: #fff;
  background-color: #c6c6c6;
  border-color: #000;
  height: 41px;
  padding-left: 20px;
}
.contact_us input {
  height: 41px;
  border-color: #000;
  padding-left: 20px;
}
.contact_us textarea {
  border-color: #000;
  padding-left: 20px;
}
.contact_us .row-1 {
  padding: 20px 25px 40px 35px;
  background-color: #fff;
}
.contact_us .glyphicon {
  background-image: url(../img/arrow-input-blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 48px;
  color: black;
  font-weight: 100;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 30px;
  height: 30px;
}
.contact_us .row-2 {
  padding: 20px 25px 40px 35px;
}
.contact_us .contact_us_container {
  margin-bottom: 56px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
}
.contact_us .container.submit-button-container {
  margin-left: -15px;
}
.contact_us .submit-button {
  font-size: 17px;
  width: 202px;
  height: 34px;
  line-height: 22px;
  background-color: #0071bb;
  opacity: 0.9;
  color: #fff;
  border-radius: 0;
  margin-bottom: 40px;
  z-index: 50;
  cursor: pointer;
  font-family: "ProximaNova-Regular";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: 0;
}
.contact_us .submit-button:hover {
  background: #8fa5b1;
  color: #fff;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact_us .intro-text {
  padding: 15px;
}
.contact_us .field-sub-col-1 {
  position: relative;
  float: left;
  width: 26px;
  font-size: 50px;
  font-size: 27px;
  line-height: 54px;
  height: 44px;
  font-style: italic;
  margin-left: -26px;
  color: #999;
}
.contact_us .field-sub-col-2 {
  position: relative;
  width: 101%;
  float: left;
  margin-bottom: 10px;
}
.contact_us .datepick.field-sub-col-1 {
  width: 55.33333333%;
}
.contact_us .datepick.field-sub-col-2 {
  width: 40.666667%;
}
.contact_us .form-control {
  border-radius: 0;
  -webkit-appearance: none;
}
.contact_us .form-control option {
  border-radius: 0;
  -webkit-appearance: none;
}
.contact_us .form-group .glyphicon {
  pointer-events: none;
}
.contact_us .col-1 input {
  margin-bottom: 5px;
}
.contact_us .col-1 select {
  margin-bottom: 5px;
  padding-right: 33px;
}
.contact_us .col-2 .form-group {
  position: relative;
}
.contact_us .col-2 input {
  margin-bottom: 10px;
}
.contact_us .col-2 select {
  margin-bottom: 10px;
}
.contact_us .row-2 {
  background-color: #e6e6e6;
}
.contact_us hr {
  display: none;
}

@media screen and (min-width: 768px) {
  .contact_us .contact_us_form {
    padding-right: 45px;
    padding-left: 45px;
  }
  .contact_us .contact_hero {
    height: 425px;
  }
  .contact_us hr {
    display: block;
    margin-bottom: -20px;
    border-top: 1px solid #000;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .contact_us .contact_hero_title {
    top: 22% !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .contact_us .contact_hero_title {
    top: 40% !important;
  }
}
@-moz-document url-prefix() {
  .contact_us .glyphicon {
    display: none;
  }
  .contact_us .field-sub-col-1 {
    top: 50px;
  }
  .contact_us .field-sub-col-1[for="first_name"] {
    top: -7px;
  }
  .contact_us .field-sub-col-2 {
    float: right;
  }
}
/* HOME PAGE */
.home_page .home_page_hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/HomeMasthead_576.png);
  height: 350px;
  position: relative;
}
.home_page .home_page_hero_text_container {
  background-position: right;
  position: relative;
  top: 54px;
}
.home_page .home_page_hero_text {
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  height: 108px;
  right: 20px;
  background-size: 314px 108px;
  background-image: url(../img/WordLockUp.png);
}
.home_page .home_page_hero_cloud {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 166px 41px;
  background-image: url(../img/HomeCloudMasthead_Mobile.png);
  width: 166px;
  height: 41px;
  bottom: 0px;
  right: 30px;
}
.home_page .recipe_gallery {
  margin-top: 58px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home_page .recipe_gallery .home_slide {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/RightArrowHomepage.png);
  top: 40%;
  right: 0px;
  width: 50px;
  min-height: 100px;
  z-index: 50;
  cursor: pointer;
}
.home_page .recipe_gallery .recipe_row {
  display: table;
  width: 100%;
  overflow: hidden;
}
.home_page .recipe_gallery .recipe_row .recipe_gallery_recipe {
  width: 506px;
  display: table-cell;
  border: 10px solid transparent;
}
.home_page .recipe_gallery .recipe_row .recipe_gallery_header {
  position: relative;
  display: inline-block;
  text-align: center;
}
.home_page .recipe_gallery .recipe_row .recipe_gallery_img_container {
  width: 506px;
  height: 300px;
  position: relative;
  background-color: #000;
}
.home_page .recipe_gallery .recipe_row .recipe_gallery_img_container img {
  width: 506px;
  height: 300px;
  position: absolute;
  left: 0;
  opacity: 0.9;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home_page .recipe_gallery .recipe_row .recipe_gallery_button {
  font-size: 24px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  text-decoration: none;
  width: 250px;
  height: 60px;
  line-height: 65px;
  margin: 0px -125px -30px 0px;
  background-color: #0071bb;
  opacity: 0.85;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home_page .recipe_gallery .recipe_row .recipe_gallery_recipe:hover img {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home_page
  .recipe_gallery
  .recipe_row
  .recipe_gallery_recipe:hover
  .recipe_gallery_button {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home_page .recipe_gallery .recipe_row .recipe_gallery_button_container {
  position: relative;
  left: 50%;
}
.home_page .recipe_gallery_footer {
  width: 506px;
  margin-top: -6px;
  color: #fff;
  padding: 45px 55px;
  height: 181px;
  background: #00b5f1;
  background: -moz-linear-gradient(left, #00b5f1 0%, #006bb7 100%);
  background: -webkit-linear-gradient(left, #00b5f1 0%, #006bb7 100%);
  background: linear-gradient(to right, #00b5f1 0%, #006bb7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5f1', endColorstr='#006bb7',GradientType=1 );
}
.home_page .recipe_gallery_footer h2 {
  font-family: "Charter ITC W01 Bold";
  margin-top: -5px;
  margin-bottom: 10px;
  height: 70px;
  font-size: 28px;
}
.home_page .recipe_gallery_footer p {
  font-family: "Charter ITC W01 Regular";
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.home_page .category_strip_container.long_text h3 {
  line-height: 59px;
}
.home_page .category_strip_container .category_strip {
  border-bottom: 5px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 281px;
  height: 233px;
  position: relative;
  overflow: hidden;
}
.home_page .category_strip_container h3 {
  text-align: center;
  font-family: "Hastadaya";
  font-size: 54px;
  color: #fff;
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 900px;
  height: 100px;
  line-height: 100px;
  margin: 0px -450px -50px 0px;
  -webkit-transition: font-size 0.3s;
  z-index: 3;
}
.home_page .category_strip_container .category_strip_hotdogs_brats h3 {
  font-size: 54px;
  bottom: 49%;
  line-height: 55px;
  -webkit-transition: all 0.3s;
}
.home_page .category_strip_container .category_strip {
  display: block;
  position: relative;
  background-color: #000;
}
.home_page .category_strip_container .category_strip::after {
  content: "";
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  height: 281px;
}
.home_page .category_strip_container .category_strip_img_product {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  position: absolute;
  width: 325px;
  height: 217px;
  top: 281px;
  -webkit-transition: top 0.3s;
  z-index: 2;
}
.home_page
  .category_strip_container
  .category_strip_bacon
  .category_strip_img_product {
  background-image: url(../img/BaconBarPackage_325.png);
}
.home_page
  .category_strip_container
  .category_strip_ham
  .category_strip_img_product {
  background-image: url(../img/HamBarPackage_325.png);
}
.home_page
  .category_strip_container
  .category_strip_sausage
  .category_strip_img_product {
  background-image: url(../img/SausageBarPackage_325.png);
}
.home_page
  .category_strip_container
  .category_strip_lunchmeat
  .category_strip_img_product {
  background-image: url(../img/LunchmeatBarPackage_325.png);
}
.home_page
  .category_strip_container
  .category_strip_hotdogs_brats
  .category_strip_img_product {
  background-image: url(../img/HotDogsBratsBarPackage_325.png);
}
.home_page
  .category_strip_container
  .category_strip_pure_farmland
  .category_strip_img_product {
  background-image: url(../img/PureFarmlandBarPackage_325.png);
}
.home_page .category_strip_container .category_strip_bacon::after {
  background-image: url(../img/Bacon_576.png);
}
.home_page .category_strip_container .category_strip_ham::after {
  background-image: url(../img/Ham_576.png);
  background-repeat: no-repeat;
}
.home_page .category_strip_container .category_strip_sausage::after {
  background-image: url(../img/Sausage_576.png);
}
.home_page .category_strip_container .category_strip_lunchmeat::after {
  background-image: url(../img/Lunchmeat_576.png);
}
.home_page .category_strip_container .category_strip_hotdogs_brats::after {
  background-image: url(../img/HotDogBrats_576.png);
}
.home_page .category_strip_container .category_strip_pure_farmland::after {
  background-image: url(../img/PureFarmlandCategory_576.png);
}
.home_page .category_strip_container .right-side {
  right: 16px;
}
.home_page .category_strip_container .left-side {
  left: 14px;
}
.home_page .bacon_club {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 5%;
  background-image: url("../img/BlueWoodBanner.png");
  padding-top: 77px;
  text-align: center;
  position: relative;
}
.home_page .bacon_club .bacon_club_entice .bacon_club_img_cover {
  position: relative;
  width: 100%;
}
.home_page .bacon_club .bacon_club_button {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 250px;
  height: 50px;
  line-height: 55px;
  margin: 0px -125px -25px 0px;
  background-color: #0071bb;
  opacity: 0.8;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
}
.home_page .bacon_club .bacon_club_button a {
  color: #fff;
  text-decoration: none;
}
.home_page .bacon_club .bacon_club_view_all {
  bottom: 35px;
}
.home_page .bacon_club .bacon_club_join {
  bottom: 90px;
}
.home_page .bacon_club .bacon_club_button:hover {
  color: #0071bb !important;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
}
.home_page .bacon_club .bacon_club_button:hover a {
  color: #0071bb !important;
  text-decoration: none;
}
.home_page .home_page_about_us_hero {
  background-image: url(../img/AboutUs_Banner3.png);
  padding-top: 178px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 577px;
  color: #fff;
}
.home_page .home_page_about_us_snippet {
  width: 80%;
  font-size: 25px;
  margin-top: -55px;
  padding: 17px 25px 38px 25px;
  margin-bottom: 13px;
  font-family: "ProximaNova-Regular";
}
.home_page .home_page_about_us_button {
  padding: 37px 25px 20px 25px;
  background-color: #0071bb;
  color: #fff;
  opacity: 0.85;
  height: 55px;
  line-height: 56px;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 56px;
  padding-right: 56px;
  display: inline-block;
  margin-bottom: 111px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
  cursor: pointer;
}
.home_page .home_page_about_us_button a {
  color: #fff;
  text-decoration: none;
}
.home_page .home_page_about_us_hero:hover .home_page_about_us_button {
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
  color: #0071bb !important;
}
.home_page .home_page_about_us_hero:hover .home_page_about_us_button a {
  color: #0071bb !important;
  text-decoration: none;
}

.home_page_header h1 {
  font-family: "Charter ITC W01 Bold";
  font-size: 74px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 50px;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home_page_about_us_snippet {
    margin-top: -95px !important;
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .home_page_about_us_snippet {
    font-size: 25px !important;
    margin-top: -60px !important;
  }
}
@media screen and (min-width: 450px) and (max-width: 550px) {
  .home_page_about_us_snippet {
    margin-top: -125px !important;
    font-size: 25px !important;
  }
}
@media screen and (max-width: 450px) {
  .home_page_about_us_snippet {
    margin-top: 0px !important;
    width: 95% !important;
    font-size: 22px !important;
  }
}
@media screen and (min-width: 576px) {
  .home_page {
    position: relative;
  }
  .home_page .home_page_hero {
    background-image: url(../img/HomeMasthead_768.png);
    height: 350px;
    position: relative;
  }
  .home_page .home_page_hero_text_container {
    top: 22px;
  }
  .home_page .home_page_hero_text {
    right: 20px;
    background-size: 536px 184px;
    background-image: url(../img/WordLockUp.png);
    height: 184px;
  }
  .home_page .home_page_hero_cloud {
    background-size: 166px 41px;
    background-image: url(../img/HomeCloudMasthead.png);
    width: 166px;
    height: 41px;
    bottom: 0px;
    right: 30px;
  }
  .home_page .category_strip_container .category_strip_bacon::after {
    background-image: url(../img/Bacon_768.png);
  }
  .home_page .category_strip_container .category_strip_ham::after {
    background-image: url(../img/Ham_768.png);
  }
  .home_page .category_strip_container .category_strip_sausage::after {
    background-image: url(../img/Sausage_768.png);
  }
  .home_page .category_strip_container .category_strip_lunchmeat::after {
    background-image: url(../img/Lunchmeat_768.png);
  }
  .home_page .category_strip_container .category_strip_hotdogs_brats::after {
    background-image: url(../img/HotDogBrats_768.png);
  }
  .home_page .category_strip_container .category_strip_pure_farmland::after {
    background-image: url(../img/PureFarmlandCategory_768.png);
  }
}
@media screen and (min-width: 768px) {
  .home_page .home_page_hero {
    background-image: url(../img/HomeMasthead_992.png);
    height: 549px;
    position: relative;
  }
  .home_page .home_page_hero_text_container {
    top: 108px;
  }
  .home_page .home_page_hero_text {
    background-size: 650px 216px;
    background-image: url(../img/WordLockUp.png);
    height: 216px;
  }
  .home_page .home_page_hero_cloud {
    background-size: 304px 74px;
    background-image: url(../img/HomeCloudMasthead.png);
    width: 384px;
    height: 95px;
    bottom: -10px;
    right: 0px;
  }
  .home_page .category_strip_container .category_strip_bacon::after {
    background-image: url(../img/Bacon_992.png);
  }
  .home_page .category_strip_container .category_strip_ham::after {
    background-image: url(../img/Ham_992.png);
  }
  .home_page .category_strip_container .category_strip_sausage::after {
    background-image: url(../img/Sausage_992.png);
  }
  .home_page .category_strip_container .category_strip_lunchmeat::after {
    background-image: url(../img/Lunchmeat_992.png);
  }
  .home_page .category_strip_container .category_strip_hotdogs_brats::after {
    background-image: url(../img/HotDogBrats_992.png);
  }
  .home_page .category_strip_container .category_strip_pure_farmland::after {
    background-image: url(../img/PureFarmlandCategory_992.png);
  }
  .home_page .category_strip_container .category_strip {
    height: 281px;
  }
  .home_page .home_page_hero_cloud {
    background-image: url(../img/HomeCloudMasthead.png);
  }
}
@media screen and (min-width: 992px) {
  .home_page .home_page_hero {
    background-image: url(../img/HomeMasthead_1200.png);
    height: 549px;
    position: relative;
  }
  .home_page .home_page_hero_text_container {
    top: 108px;
  }
  .home_page .home_page_hero_text {
    background-size: 720px 238px;
    background-image: url(../img/WordLockUp.png);
    height: 238px;
    right: 123px;
  }
  .home_page .home_page_hero_cloud {
    background-size: 334px 84px;
    background-image: url(../img/HomeCloudMasthead.png);
    width: 384px;
    height: 95px;
    bottom: -5px;
    right: 40px;
  }
  .home_page .category_strip_container .category_strip_bacon::after {
    background-image: url(../img/Bacon_1200.png);
  }
  .home_page .category_strip_container .category_strip_ham::after {
    background-image: url(../img/Ham_1200.png);
  }
  .home_page .category_strip_container .category_strip_sausage::after {
    background-image: url(../img/Sausage_1200.png);
  }
  .home_page .category_strip_container .category_strip_lunchmeat::after {
    background-image: url(../img/Lunchmeat_1200.png);
  }
  .home_page .category_strip_container .category_strip_hotdogs_brats::after {
    background-image: url(../img/HotDogsBrats_1200.png);
  }
  .home_page .category_strip_container .category_strip_pure_farmland::after {
    background-image: url(../img/PureFarmlandCategory_1200.png);
  }
}
@media screen and (min-width: 1200px) {
  .home_page .home_page_hero {
    background-image: url(../img/HomeMasthead.png);
    height: 549px;
    position: relative;
  }
  .home_page .home_page_hero_text_container {
    top: 93px;
  }
  .home_page .home_page_hero_text {
    background-size: 720px 238px;
    background-image: url(../img/WordLockUp.png);
    height: 238px;
    right: 123px;
  }
  .home_page .home_page_hero_cloud {
    background-size: 384px 94px;
    background-image: url(../img/HomeCloudMasthead.png);
    width: 384px;
    height: 95px;
    bottom: 0px;
    right: 110px;
  }
  .home_page .category_strip_container .category_strip_bacon::after {
    background-image: url(../img/Bacon.png);
  }
  .home_page .category_strip_container .category_strip_ham::after {
    background-image: url(../img/Ham.png);
  }
  .home_page .category_strip_container .category_strip_sausage::after {
    background-image: url(../img/Sausage.png);
  }
  .home_page .category_strip_container .category_strip_lunchmeat::after {
    background-image: url(../img/Lunchmeat.png);
  }
  .home_page .category_strip_container .category_strip_hotdogs_brats::after {
    background-image: url(../img/HotDogsBrats.png);
  }
  .home_page .category_strip_container .category_strip_pure_farmland::after {
    background-image: url(../img/PureFarmlandCategory.png);
  }
}
@media screen and (min-width: 768px) {
  .home_page .category_strip_container:hover .category_strip_img_product {
    top: 101px;
    -webkit-transition: top 0.3s;
  }
  .home_page .category_strip_container:hover h3 {
    font-size: 110px;
    -webkit-transition: font-size 0.3s;
  }
  .home_page .category_strip_container:hover .category_strip::after {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
  }
  .home_page .category_strip_container:hover .category_strip_hotdogs_brats h3 {
    font-size: 86px;
    bottom: 58%;
    width: 900px;
    height: 100px;
    line-height: 85px;
    -webkit-transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .home_page .category_strip_container .category_strip_img_product {
    width: 450px;
    height: 292px;
    top: 281px;
  }
  .home_page .category_strip_container:hover .category_strip_img_product {
    top: 60px;
    -webkit-transition: top 0.3s;
  }
  .home_page .category_strip_container:hover .long_text h3 {
    font-size: 86px;
    bottom: 63%;
    width: 900px;
    height: 100px;
    line-height: 114px;
    -webkit-transition: all 0.3s;
  }
  .home_page
    .category_strip_container:hover
    .long_text
    .category_strip_img_product {
    top: 114px;
    -webkit-transition: top 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .home_page .category_strip_container .category_strip_img_product {
    width: 510px;
    height: 384px;
    top: 281px;
  }
  .home_page .category_strip_container:hover .category_strip_img_product {
    top: 17px;
  }
}
@media screen and (min-width: 1500px) {
  .home_page .category_strip_container .category_strip_img_product {
    width: 690px;
    height: 384px;
    top: 281px;
  }
  .home_page
    .category_strip_container
    .category_strip_bacon
    .category_strip_img_product {
    background-image: url(../img/BaconBarPackage.png);
  }
  .home_page
    .category_strip_container
    .category_strip_ham
    .category_strip_img_product {
    background-image: url(../img/HamBarPackage.png);
  }
  .home_page
    .category_strip_container
    .category_strip_sausage
    .category_strip_img_product {
    background-image: url(../img/SausageBarPackage.png);
  }
  .home_page
    .category_strip_container
    .category_strip_lunchmeat
    .category_strip_img_product {
    background-image: url(../img/LunchmeatBarPackage.png);
  }
  .home_page
    .category_strip_container
    .category_strip_hotdogs_brats
    .category_strip_img_product {
    background-image: url(../img/HotDogsBratsBarPackage.png);
  }
  .home_page .category_strip_container:hover .category_strip_img_product {
    top: -38px;
    -webkit-transition: top 0.3s;
  }
}
main .recipe_home {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 450px) {
  .home_page_about_us_snippet {
    width: 92%;
    font-size: 21px !important;
    position: relative;
    top: -100px;
  }

  .home_page_about_us_button {
    position: relative;
    top: -100px;
  }

  .home_page_header h1 {
    font-size: 34px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .recipe_gallery {
    display: none;
  }

  main .recipe_home {
    margin-top: 15px;
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 350px;
    overflow: hidden;
  }
  main .recipe_home .feature_dots_h {
    display: table-row;
    position: absolute;
    bottom: 210px;
    left: 10%;
    margin: 0 auto;
    width: 100%;
    height: 35px;
    white-space: nowrap;
    z-index: 110;
  }
  main .recipe_home .feature_dots_h .feature_dot_h {
    display: table-cell;
    position: relative;
    left: -50%;
    width: 11px;
    height: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  main .recipe_home .feature_dots_h .feature_dot_h.inactive:hover {
    opacity: 0.5;
  }
  main .recipe_home .feature_dots_h .dot_gap_h {
    position: relative;
    display: table-cell;
    left: -50%;
    width: 5px;
  }
  main .recipe_home .recipe_features_top_h {
    position: relative;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    height: 420px;
    text-align: center;
    background: #eee;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_recipe_h {
    width: 350px;
    display: table-cell;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_header_h {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_img_container_h {
    width: 350px;
    height: 200px;
    position: relative;
    background-color: #000;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_img_container_h img {
    width: 350px;
    height: 200px;
    position: absolute;
    left: 0;
    opacity: 0.9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_button_h {
    font-size: 24px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 250px;
    height: 60px;
    line-height: 65px;
    margin: 0px -125px -30px 0px;
    background-color: #0071bb;
    opacity: 0.85;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_recipe_h:hover img {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  main
    .recipe_home
    .recipe_features_top_h
    .recipe_gallery_recipe_h:hover
    .recipe_gallery_button_h {
    color: #0071bb;
    background-color: #fff;
    transition: all 0.5s;
    text-decoration: none;
    -webkit-transition: all 0.5s;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_button_container_h {
    position: relative;
    left: 50%;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_footer_h {
    width: 350px;
    margin-top: -6px;
    color: #fff;
    padding: 45px 55px;
    height: 240px;
    background: #00b5f1;
    background: -moz-linear-gradient(left, #00b5f1 0%, #006bb7 100%);
    background: -webkit-linear-gradient(left, #00b5f1 0%, #006bb7 100%);
    background: linear-gradient(to right, #00b5f1 0%, #006bb7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5f1', endColorstr='#006bb7',GradientType=1 );
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_footer_h h2 {
    position: relative;
    top: -37px;
    font-family: "Charter ITC W01 Regular";
    margin-top: 0;
    margin-bottom: 10px;
  }
  main .recipe_home .recipe_features_top_h .recipe_gallery_footer_h p {
    position: relative;
    top: -35px;
    font-family: "Charter ITC W01 Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
  }
}
.home_page .category_strip_container:hover h3 {
  line-height: 240px;
  height: 200px;
  top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home_page .category_strip_container h3 {
  top: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home_page .category_strip_container .category_strip_hotdogs_brats h3.topH3 {
  top: 60px;
  line-height: 120px;
}

.home_page .category_strip_container .category_strip_hotdogs_brats h3.botH3 {
  top: 120px;
  line-height: 120px;
}

.home_page .category_strip_container .category_strip_hotdogs_brats h3 {
  line-height: 120px;
}

.home_page
  .category_strip_container:hover
  .category_strip_hotdogs_brats
  h3.topH3 {
  top: 10px;
  line-height: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home_page
  .category_strip_container:hover
  .category_strip_hotdogs_brats
  h3.botH3 {
  top: 100px;
  line-height: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home_page .category_strip_pure_farmland h3 {
  line-height: 240px;
  height: 75px;
  top: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home_page .category_strip_pure_farmland:hover h3 {
  line-height: 240px;
  height: 175px;
  top: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .home_page .category_strip_pure_farmland h3 {
    top: 75px;
  }

  .home_page .category_strip_pure_farmland:hover h3 {
    line-height: 240px;
    height: 110px;
    top: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#lunch_modal {
  position: fixed;
  z-index: 200;
  top: 50px;
  height: 90vh;
  width: 70vh;
  background-image: url(../img/LunchNotes_Border.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  z-index: 100;
}

#lunch_post {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 100%;
  width: 67vh;
  background-image: url(../img/lunch_print2.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 4;
}

#lunch_closer {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 25px;
  width: 67px;
  cursor: pointer;
  z-index: 6;
}

@media screen and (min-width: 0px) and (max-width: 450px) {
  #lunch_modal {
    height: 300px !important;
    width: 240px !important;
  }

  #lunch_post {
    height: 290px !important;
    width: 221px !important;
    left: 10px !important;
  }

  #lunch_closer {
    height: 15px !important;
    width: 40px !important;
  }
}
#play_button {
  height: 55px;
  width: 55px;
  background-image: url(../img/RecipePlayButton.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#play_button:hover {
  background-image: url(../img/RecipePlayButtonHover.png);
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  #play_button {
    top: 41% !important;
    left: 43% !important;
    transform: none !important;
  }
}
.bacon_club_page main .recipes_hero {
  position: relative;
  top: 0px;
  width: 100%;
  background-image: url(../img/BottomTextureBackground.png);
  background-position: center center;
  background-repeat: repeat-y;
  text-align: center;
}
.bacon_club_page main .recipes_hero .right_arrow {
  display: none;
  position: absolute;
  top: 30%;
  right: 85px;
  height: 40px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/RightArrowRecipe.png);
  cursor: pointer;
  z-index: 99;
}
.bacon_club_page main .recipes_hero .right_arrow:hover {
  opacity: 1;
  background-image: url(../img/RightArrowRecipeHover.png);
}
.bacon_club_page main .recipes_hero .left_arrow {
  display: none;
  position: absolute;
  top: 30%;
  left: 85px;
  height: 40px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/LeftArrowRecipe.png);
  cursor: pointer;
  z-index: 99;
}
.bacon_club_page main .recipes_hero .left_arrow:hover {
  opacity: 1;
  background-image: url(../img/LeftArrowRecipeHover.png);
}
.bacon_club_page main .recipes_hero .feature_dots {
  display: table-row;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  width: 300px;
  height: 35px;
  white-space: nowrap;
  z-index: 110;
}
.bacon_club_page main .recipes_hero .feature_dots .feature_dot {
  display: table-cell;
  position: relative;
  left: -50%;
  width: 11px;
  height: 11px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.bacon_club_page main .recipes_hero .feature_dots .feature_dot.inactive:hover {
  opacity: 0.5;
}
.bacon_club_page main .recipes_hero .feature_dots .dot_gap {
  position: relative;
  display: table-cell;
  left: -50%;
  width: 5px;
}
.bacon_club_page main .recipes_hero .recipe_features_top {
  position: relative;
  top: 0px;
  margin: 0 auto;
  width: 90%;
  height: 500px;
  text-align: center;
  background: #eee;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bacon_club_page main .recipes_hero .recipe_features_top .feature_info_box {
  position: relative;
  min-width: 10%;
}
.bacon_club_page
  main
  .recipes_hero
  .recipe_features_top
  .feature_info_box
  .feature_block {
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 500px;
  background: #333;
  opacity: 0.2;
  z-index: 2;
}
.bacon_club_page
  main
  .recipes_hero
  .recipe_features_top
  .feature_info_box
  .feature_block:hover,
.bacon_club_page
  main
  .recipes_hero
  .recipe_features_top
  .feature_info_box
  .hovered {
  opacity: 0;
  background: transparent;
}
.bacon_club_page
  main
  .recipes_hero
  .recipe_features_top
  .feature_info_box
  .feature_title {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 130px;
  text-align: center;
  width: 90%;
  font-size: 50px;
  color: #fff;
  font-family: "Charter ITC W01";
  z-index: 3;
  color: #fff;
  text-shadow: 3px 3px 6px #333;
}
.bacon_club_page
  main
  .recipes_hero
  .recipe_features_top
  .feature_info_box
  .feature_button {
  padding: 0;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  top: 308px;
  bottom: 130px;
  width: 175px;
  white-space: nowrap;
  height: 45px;
  z-index: 3;
  font-size: 18px;
  line-height: 19px;
  background-color: #0071bb;
  opacity: 0.8;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
}
.bacon_club_page
  main
  .recipes_hero
  .recipe_features_top
  .feature_info_box
  .feature_button:hover {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bacon_club_page main .recipes_hero .recipe_page_box {
  position: relative;
  top: 0px;
  margin: 0 auto;
  min-width: 90%;
}
.bacon_club_page main .recipes_hero .recipe_page_box .filter_button {
  padding: 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
  height: 45px;
  width: 115px;
  margin-top: 20px;
  z-index: 3;
  font-size: 18px;
  line-height: 19px;
  background-color: #0071bb;
  opacity: 0.8;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
}
.bacon_club_page main .recipes_hero .recipe_page_box .filter_button:hover {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bacon_club_page main .recipes_hero .recipe_page_box .recipe_page_options {
  width: 80%;
  margin-top: 10px;
}
.bacon_club_page
  main
  .recipes_hero
  .recipe_page_box
  .recipe_page_options
  .recipe_page_option {
  margin: 0 auto;
  padding-bottom: 20px;
}
.bacon_club_page
  main
  .recipes_hero
  .recipe_page_box
  .recipe_page_options
  .recipe_page_option
  .recipe_page_label {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 5px;
}
.bacon_club_page
  main
  .recipes_hero
  .recipe_page_box
  .recipe_page_options
  .recipe_page_option
  .recipe_page_select {
  position: relative;
}
.bacon_club_page main .recipe_box {
  position: relative;
  top: 0px;
  height: 350px;
  max-height: 350px;
  min-height: 350px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  border: 10px solid transparent;
}
.bacon_club_page main .recipe_box .recipe_image_box {
  display: inline-block;
  position: relative;
  right: -50%;
  min-width: 100%;
  width: 100%;
  text-align: center;
}
.bacon_club_page main .recipe_box .recipe_image_box .recipe_image {
  min-width: 110%;
  top: 0px;
  min-height: 350px;
  max-height: 350px;
  position: relative;
  left: -50%;
  z-index: 0;
}
.bacon_club_page main .recipe_box .recipe_image_box .recipe_text {
  width: 95%;
  max-width: 325px;
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translate(-50%, -50%);
  font-size: 27px;
  color: #fff;
  z-index: 3;
  letter-spacing: 2px;
  font-family: "ProximaNova-Regular";
  text-shadow: 3px 3px 6px #333;
}
.bacon_club_page main .recipe_box .recipe_image_box .recipe_block {
  width: 110%;
  height: 120%;
  left: -50%;
  position: absolute;
  top: -25px;
  z-index: 3;
  background: #333;
  opacity: 0.4;
}
.bacon_club_page main .recipe_box .recipe_image_box .recipe_block:hover,
.bacon_club_page main .recipe_box .recipe_image_box .hovered {
  opacity: 0;
  background: transparent;
}

.form_reset {
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
  background-color: #0071bb;
  opacity: 0.9;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3;
  text-decoration: none;
}

.form_reset:hover {
  color: #0071bb;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .recipes_hero {
    padding-bottom: 120px;
  }

  .recipe_features_top {
    height: 300px !important;
  }

  main .recipes_hero {
    top: 0px;
  }
  main .recipes_hero .right_arrow {
    top: 14%;
    right: 26px;
  }
  main .recipes_hero .left_arrow {
    top: 14%;
    left: 26px;
  }
  main .recipes_hero .feature_dots {
    left: 50%;
  }
  main .recipes_hero .feature_dots .feature_dot {
    left: -50%;
  }
  main .recipes_hero .feature_dots .dot_gap {
    left: -50%;
  }
  main .recipes_hero .recipe_features_top {
    top: 0px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_block {
    height: 300px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_title {
    display: inline-block;
    top: 50px;
    margin: 0 auto;
    width: 90%;
    font-size: 30px;
    text-align: center;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_text {
    display: inline-block;
    top: 120px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 13px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_button {
    display: inline-block;
    top: 210px;
    width: 45%;
    text-align: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .recipes_hero {
    padding-bottom: 120px;
  }

  .recipe_features_top {
    height: 300px !important;
  }

  main .recipes_hero {
    top: 0px;
  }
  main .recipes_hero .right_arrow {
    top: 14%;
    right: 40px;
  }
  main .recipes_hero .left_arrow {
    top: 14%;
    left: 40px;
  }
  main .recipes_hero .feature_dots {
    left: 50%;
  }
  main .recipes_hero .feature_dots .feature_dot {
    left: -50%;
  }
  main .recipes_hero .feature_dots .dot_gap {
    left: -50%;
  }
  main .recipes_hero .recipe_features_top {
    top: 0px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_block {
    height: 300px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_title {
    display: inline-block;
    top: 50px;
    margin: 0 auto;
    width: 90%;
    font-size: 35px;
    text-align: center;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_text {
    display: inline-block;
    top: 120px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 13px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_button {
    display: inline-block;
    top: 210px;
    width: 42%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .recipes_hero {
    padding-bottom: 0px;
    max-height: 590px;
  }

  .recipe_features_top {
    height: 400px !important;
  }

  main .recipes_hero {
    top: 0px;
  }
  main .recipes_hero .right_arrow {
    top: 27%;
    right: 60px;
  }
  main .recipes_hero .left_arrow {
    top: 27%;
    left: 60px;
  }
  main .recipes_hero .feature_dots {
    left: 50%;
  }
  main .recipes_hero .feature_dots .feature_dot {
    left: -50%;
  }
  main .recipes_hero .feature_dots .dot_gap {
    left: -50%;
  }
  main .recipes_hero .recipe_features_top {
    top: 0px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_block {
    height: 400px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_title {
    top: 100px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_text {
    top: 170px;
  }
  main .recipes_hero .recipe_features_top .feature_info_box .feature_button {
    top: 260px;
  }
}
@media screen and (min-width: 993px) {
  .recipes_hero {
    max-height: 620px;
  }
}
@media screen and (max-width: 768px) {
  .recipes_hero {
    height: 430px;
  }

  #recipe_page_form {
    display: none;
  }

  .recipe_page_box {
    height: 0px;
  }
  .recipe_page_box .filter_button {
    display: block;
  }

  .feature_dots {
    bottom: 27%;
  }
}
@media screen and (min-width: 768px) {
  .recipes_hero .filter_button {
    display: none;
  }

  #recipe_page_form {
    display: block;
  }

  .feature_dots {
    bottom: 52%;
  }
}
@media screen and (min-width: 769px) {
  main .recipes_hero .left_arrow,
  main .recipes_hero .right_arrow {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .feature_dots {
    bottom: 28% !important;
  }
}
@media screen and (min-width: 993px) {
  .feature_dots {
    bottom: 20% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  main .recipe_box .recipe_image_box .recipe_text {
    width: 95%;
    max-width: 325px;
    position: absolute;
    top: 40%;
    left: -40%;
  }

  .feature_dots {
    bottom: 10% !important;
  }

  .recipes_view {
    padding-top: 30px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  main .recipe_box .recipe_image_box .recipe_text {
    width: 95%;
    max-width: 325px;
    position: absolute;
    top: 40%;
    left: -40%;
  }
}
.recipes_view {
  padding-right: 30px !important;
}

@media screen and (max-width: 500px) {
  main .recipe_box .recipe_image_box .recipe_block {
    width: 118%;
    left: -56%;
  }

  main .recipe_box {
    border: 10px solid #fff;
    margin-left: 10px;
    margin-right: -10px;
    background-color: #fff;
  }
}
@media screen and (min-width: 446px) and (max-width: 500px) {
  main .recipe_box .recipe_image_box .recipe_image {
    left: -55%;
  }
  main .recipe_box.not_old .recipe_image_box .recipe_image {
    left: -108%;
  }
}
@media screen and (max-width: 445px) {
  main .recipe_box .recipe_image_box .recipe_image {
    left: -56%;
  }
  main .recipe_box.not_old .recipe_image_box .recipe_image {
    left: -136%;
  }
}
@media screen and (max-width: 767px) {
  .recipe_modal_box .recipe_title {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
    margin-left: -1%;
    font-size: 30px;
    text-align: center;
  }
  .recipe_modal_box .recipe_snippet {
    width: 85%;
    text-align: center;
    bottom: 0px;
    position: relative;
    left: 7%;
    width: 90%;
    font-size: 17pt;
    color: #fff;
    font-family: "ProximaNova-Regular";
    z-index: 3;
    color: #000;
  }

  .mobile-margin-down {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .recipe_modal_box {
    position: relative;
    top: 0px;
    margin: 0 auto;
    min-width: 90%;
    padding-bottom: 20px;
    height: 240px;
  }
  .recipe_modal_box .recipe_title {
    position: relative;
    left: 7%;
    top: 5px;
    text-align: left;
    width: 90%;
    font-size: 30px;
    color: #fff;
    font-family: "ProximaNova-Regular";
    z-index: 3;
    color: #000;
  }
  .recipe_modal_box .recipe_snippet {
    bottom: 0px;
    position: relative;
    left: 7%;
    text-align: left;
    width: 90%;
    font-size: 17pt;
    color: #fff;
    font-family: "ProximaNova-Regular";
    z-index: 3;
    color: #000;
  }

  .wide52 {
    width: 52% !important;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bacon_club_page .blue-box {
  background: #00b5f1;
  background: -moz-linear-gradient(left, #00b5f1 0%, #006bb7 100%);
  background: -webkit-linear-gradient(left, #00b5f1 0%, #006bb7 100%);
  background: linear-gradient(to right, #00b5f1 0%, #006bb7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5f1', endColorstr='#006bb7',GradientType=1 );
  padding: 12px 15px 16px 15px;
}
.bacon_club_page .medium-text {
  font-family: "Charter ITC W01 Bold";
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 30px;
  border-bottom: 2px white solid;
  display: inline;
}
.bacon_club_page .container-fluid {
  overflow: hidden;
}
.bacon_club_page .no-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.bacon_club_page .no-gutters > a > .col,
.bacon_club_page .no-gutters > a > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.bacon_club_page .no-gutters > .col,
.bacon_club_page .no-gutters > a > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.bacon_club_page .no-gutters > .col,
.bacon_club_page .no-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.bacon_club_page .low-ten {
  margin-bottom: 10px;
}
.bacon_club_page .image-full {
  width: 100%;
}
.bacon_club_page .medium-blue-box {
  min-height: 125px;
  display: block;
}
.bacon_club_page .corner-icons-box {
  position: absolute;
  top: 7px;
  left: 12px;
  display: flex;
}
.bacon_club_page .corner-icons {
  padding-right: 2px;
  height: 35px;
  width: 37px;
}
.bacon_club_page .recipe-icon-main {
  width: 27px;
  height: 32px;
}
.bacon_club_page .video-icon-main {
  width: 34px;
  height: 30px;
  padding-top: 5px;
}
.bacon_club_page .article-icon-main {
  height: 32px;
  width: 26px;
  padding-top: 3px;
}
.bacon_club_page .heart-icon-main {
  height: 32px;
  width: 37px;
}
.bacon_club_page .bc-description {
  padding-top: 15px;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  font-family: "ProximaNova-Regular";
}
.bacon_club_page .large-blue-box {
  display: flex;
  width: 100%;
  height: 125px;
  margin-bottom: 10px;
}
.bacon_club_page .large-text-25 {
  width: 30%;
  margin: auto 0;
  font-family: "Charter ITC W01 Bold";
  font-size: 36px;
  color: #ffffff;
}
.bacon_club_page .small-text-75 {
  width: 70%;
  margin: auto 0;
  font-size: 15px;
  color: #fff;
  font-family: "ProximaNova-Regular";
}
.bacon_club_page .underline-big {
  border-bottom: 2px solid white;
  display: inline;
}
.bacon_club_page .box-under-carousel {
  height: 160px;
}
.bacon_club_page .title-under-carousel {
  font-size: 30px;
  font-family: "Charter ITC W01 Bold";
}
.bacon_club_page .sign-out-tag {
  color: #ffffff;
  font-size: 20px;
  font-family: "ProximaNova-Regular";
  cursor: pointer;
}
.bacon_club_page .bc-hover:hover {
  opacity: 0.9;
  cursor: pointer;
}

@media screen and (max-width: 999px) {
  .bacon_club_page .over-thousand {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 999) {
  .bacon_club_page .tablet-thousand {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bacon_club_page .tablet-thousand {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .bacon_club_page .tablet-thousand {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .bacon_club_page .mobile-sticky-nav {
    display: none !important;
  }
}
.wooden-background {
  background-image: url(/static/img/FL_BC_ModalWoodBg_900x900.jpg);
  background-size: cover;
}

.modal-open .modal {
  display: block;
}

.modal-content {
  border-radius: 0px;
}

.exit-button {
  position: absolute;
  top: 0;
  right: 5px;
}

.form-control {
  border-radius: 0px;
}

.forgot-text {
  color: #0071bb;
  font-size: 14px;
  padding-left: 10px;
}

.half-row {
  width: 50%;
}

.blue-small-text {
  font-family: "ProximaNova-Regular";
  font-size: 15px;
  color: #0071bb;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    width: auto !important;
  }

  .window-pad {
    padding: 15px 25px 20px 25px !important;
  }
}
.bc-block {
  display: block;
  position: relative;
  height: 60px;
}

.bc-button-classic {
  font-size: 15px;
  border-radius: 0px;
  background-color: #0071bb;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background: linear-gradient(#01adf0, #0063b3);
}

.bc-button {
  font-size: 19px;
  border-radius: 0px;
  background-color: #0071bb;
  width: 100%;
  background: linear-gradient(#01adf0, #0063b3);
}

.bc-button:hover {
  background: linear-gradient(#54cbf9, #076fc4);
}

.bc-button-classic {
  background: linear-gradient(#54cbf9, #076fc4);
}

.member-text {
  font-family: "ProximaNova-Regular";
  font-size: 15px;
  color: #0071bb;
  padding: 5px 0px 10px 12px;
}

.window-pad {
  padding: 15px 65px 30px 65px;
}

@media screen and (max-width: 767px) {
  .large-blue-box {
    display: block !important;
    width: 100%;
  }

  .large-text-25 {
    width: 100% !important;
    display: block;
  }

  .small-text-75 {
    display: block;
    width: 100% !important;
  }

  .mobile-dropdown-fix {
    height: 34px;
  }

  .mobile-big-header {
    font-size: 22px;
    color: #ffffff;
    font-family: "Charter ITC W01 Bold";
  }

  .mobile-sign-out-tag {
    font-size: 14px;
    color: #ffffff;
    font-family: "ProximaNova-Regular";
  }

  .mobile-header-text {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    color: #ffffff;
  }

  .mobile-sticky-nav {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
  }
}
input.desktop-search-nav-icon {
  background-image: url("/static/img/SearchIconBlack.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 4px 7px;
}

input.desktop-search-nav-icon::placeholder {
  color: black;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .medium-text {
    font-size: 22px !important;
  }
}
body {
  overflow-x: hidden;
}

.filter-text {
  font-size: 16px;
  color: #000;
  font-family: "ProximaNova-Regular";
  padding: 0;
}

.filter-recipe-icon {
  background-image: url("/static/img/RecipeFilterIcon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 22px;
  padding: 0;
  width: 40px;
}

.filter-article-icon {
  background-image: url("/static/img/ArticlesFilterIcon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 22px;
  padding: 0;
  width: 40px;
}

.filter-video-icon {
  background-image: url("/static/img/VideosFilterIcon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 22px;
  padding: 0;
  width: 40px;
}

.filter-funwithbacon-icon {
  background-image: url("/static/img/SmileFilterIcon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 22px;
  padding: 0;
  width: 40px;
}

.filter-saved-icon {
  background-image: url("/static/img/FLBC_Icon_HeartBlack1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 22px;
  padding: 0;
  width: 40px;
}

.modal-saved-icon {
  height: 27px !important;
  width: 30px !important;
}

.filter-row:hover .filter-saved-icon {
  background-image: url("/static/img/SavedFilterHoverIcon.png");
  cursor: pointer;
}

.filter-row:hover .filter-video-icon {
  background-image: url("/static/img/VideosFilterHoverIcon.png");
  cursor: pointer;
}

.filter-row:hover .filter-article-icon {
  background-image: url("/static/img/ArticlesFilterHoverIcon.png");
  cursor: pointer;
}

.filter-row:hover .filter-funwithbacon-icon {
  background-image: url("/static/img/SmileHoverFilterIcon.png");
  cursor: pointer;
}

.filter-row:hover .filter-recipe-icon {
  background-image: url("/static/img/RecipeFilterHoverIcon.png");
  cursor: pointer;
}

.filter-row {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 32px;
  white-space: nowrap;
}

.filter-row:hover .filter-text {
  color: #00b5f1;
  font-weight: bold;
  cursor: pointer;
}

.white-button {
  border-radius: 0px;
  font-size: 17px;
  font-family: "ProximaNova-SemiBold";
  color: #0069b5;
  font-weight: bold;
  padding: 4px 13px;
}

.desktop-sticky-nav {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
}

.flexrow {
  display: flex;
}

.align-vertically {
  align-self: center;
}

@media screen and (max-width: 767px) {
  .bc-small-image .bc-long-image .bc-big-image .bc-full-image {
    max-height: 422px;
  }

  .article-share-box {
    display: none;
  }

  .close-for-articles {
    top: -7px !important;
  }
}
@media (min-width: 768px) {
  .bc-small-image {
    max-height: 196px;
  }

  .bc-long-image {
    max-height: 196px;
  }

  .bc-big-image {
    max-height: 392px;
  }

  .bc-full-image {
    max-height: 392px;
  }

  .external-pad {
    padding: 25px;
  }

  .minus-25-left {
    margin-left: -25px !important;
    width: 100%;
  }

  .close-for-articles {
    position: absolute;
    top: 2px;
    right: -2px;
    z-index: 2;
    border: 0;
  }

  .video-bar-hide {
    display: none;
  }

  .share-box-middle {
    float: none !important;
    margin: auto;
  }
}
.image-full {
  width: 100%;
}

.big-button {
  font-size: 24px;
  padding: 5px 15px;
}

.close-the-modal {
  background-image: url("/static/img/Modal_CloseIcon.png");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  right: 0;
  height: 31px;
  width: 23px;
}

.close-the-modal:hover {
  background-image: url("/static/img/Modal_HoverCloseIcon.png");
}

.the-close-button {
  opacity: 1;
}

.ellipsed {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
}

.fix-fun-with-bacon {
  height: 35px !important;
  width: 42px !important;
}

@media (min-width: 768px) and (max-width: 980px) {
  input.desktop-search-nav-icon {
    font-size: 70%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .white-button {
    font-size: 13px;
  }

  .mobile-sign-out-tag {
    font-size: 14px !important;
    line-height: 32px;
    height: 33px;
  }

  .mobile-pad-removal {
    padding-bottom: 20px;
  }
}
.modal-corner-icons {
  height: 27px;
  width: 26px;
  display: inline;
  margin-bottom: 3px;
}

.the-modal-title {
  margin-left: 4px;
}

.modal-video-icon {
  height: 23px;
  width: 30px;
}

.modal-article-icon {
  height: 27px;
  width: 22px;
}

body.modal-open {
  overflow: hidden;
}

.two-line-elipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fix-backdrop-tablet .dropdown-backdrop {
  display: none;
}

@media (max-width: 767px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px;
  }

  .bacon_club_page a:-webkit-any-link {
    text-decoration: none;
  }
}
.dropdown-menu a:-webkit-any-link {
  text-decoration: none;
}

.bacon_constraint {
  max-height: 93px;
  height: 93px;
}

.no-show {
  display: none;
}

main .locate_hero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 625px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
main .locate_hero .locate_hero_text {
  top: 25%;
  height: 45%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  width: 57%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
main .locate_hero .locate_hero_snippet {
  position: absolute;
  width: 57%;
  left: 0;
  right: 0;
  margin-left: 16px;
  margin-right: 16px;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  width: 68%;
  height: 110px;
  top: 55%;
  color: #000;
  background: #fff;
  font-size: 17px;
  -moz-box-shadow: 0 0 3px #333;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}
main .locate_hero .locate_hero_snippet .row {
  width: 100% !important;
  margin: 0 !important;
}
main .locate_hero .locate_hero_snippet .row .locate_form {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  top: 36px;
  position: relative;
  white-space: nowrap;
  text-aling: center;
  vertical-align: middle;
}
main .locate_hero .locate_hero_snippet .row .locate_form .locate_cell {
  float: left;
  text-align: center;
  width: 100%;
  height: 35px;
  font-size: 10px;
}
main .locate_hero .locate_hero_snippet .row .locate_form input.locate_cell,
main .locate_hero .locate_hero_snippet .row .locate_form select.locate_cell {
  border: 1px solid;
  border-color: #333;
}
main .locate_hero .locate_hero_snippet .row .locate_form button.locate_cell {
  background: #0071bb;
  border: none;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .locate_hero {
    max-height: 420px !important;
  }
  .locate_hero .locate_hero_text {
    top: 10% !important;
    width: 90% !important;
    height: 40% !important;
  }
  .locate_hero .locate_hero_snippet {
    font-size: 14px !important;
  }

  .locate_box {
    height: 450px !important;
  }
  .locate_box .section_info .section_name {
    position: relative !important;
    top: auto !important;
    margin-top: 80px !important;
  }
  .locate_box .section_info .section_snippet {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 993px) {
  .locate_hero {
    max-height: 500px !important;
  }
  .locate_hero .locate_hero_text {
    top: 15% !important;
    width: 70% !important;
    height: 40% !important;
  }
  .locate_hero .locate_hero_snippet {
    top: 56% !important;
    font-size: 15px !important;
  }

  .locate_box {
    height: 300px !important;
  }
  .locate_box .section_info {
    top: 70px !important;
  }
  .locate_box .section_info .section_name {
    position: relative !important;
    top: auto !important;
  }
  .locate_box .section_info .section_snippet {
    width: 90% !important;
    position: relative !important;
    top: auto !important;
  }
}
@media screen and (min-width: 993px) {
  .locate_hero {
    max-height: 590px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .locate_hero_snippet {
    top: 41% !important;
  }
}
@media screen and (min-width: 450px) and (max-width: 500px) {
  .locate_hero_snippet {
    top: 48% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .locate_hero_snippet {
    height: 200px !important;
  }

  .locate_cell {
    margin-bottom: 8px !important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  main .loc_sections .mob_lab {
    display: none !important;
  }
  main .loc_sections .mob_text {
    width: 100% !important;
  }
  main .loc_sections .loc_heads {
    display: block !important;
  }
  main .loc_sections .loc_det {
    border-width: 0;
  }
}
main .location_hero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 625px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
main .location_hero #map {
  width: 100%;
  height: 80%;
  position: relative;
}
main .location_hero .location_hero_snippet {
  bottom: 0px;
  position: absolute;
  width: 57%;
  left: 0;
  right: 0;
  margin-left: 16px;
  margin-right: 16px;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  width: 68%;
  height: 110px;
  color: #000;
  background: transparent;
  font-size: 17px;
}
main .location_hero .location_hero_snippet .row {
  width: 100% !important;
  margin: 0 !important;
}
main .location_hero .location_hero_snippet .row .location_form {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  top: 36px;
  position: relative;
  white-space: nowrap;
  text-aling: center;
  vertical-align: middle;
}
main .location_hero .location_hero_snippet .row .location_form .location_cell {
  float: left;
  text-align: center;
  width: 100%;
  height: 35px;
  font-size: 10px;
}
main
  .location_hero
  .location_hero_snippet
  .row
  .location_form
  input.location_cell,
main
  .location_hero
  .location_hero_snippet
  .row
  .location_form
  select.location_cell {
  border: 1px solid;
  border-color: #333;
}
main
  .location_hero
  .location_hero_snippet
  .row
  .location_form
  button.location_cell {
  background: #0071bb;
  border: none;
  color: #fff;
}
main .location_hero .location_hero_snippet .loc_res_header {
  margin-bottom: -20px;
  margin-top: 15px;
  white-space: nowrap;
}
main .loc_sections {
  width: 80%;
  margin: 20px 10% 20px 10%;
}
main .loc_sections .loc_heads,
main .loc_sections .loc_row {
  min-width: 100%;
  text-align: left;
  padding-bottom: 10px;
}
main .loc_sections .loc_heads {
  font-size: 25px;
}
main .loc_sections .loc_row {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}
main .loc_sections .loc_row div {
  min-height: 100%;
}
main .loc_sections .loc_even {
  background: #fff;
}
main .loc_sections .loc_odd {
  background: #eee;
}
main .loc_sections .mob_lab {
  display: none;
  position: relative;
  min-width: 25%;
  max-width: 25%;
}
main .loc_sections .mob_text {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .loc_heads {
    display: none !important;
  }

  .loc_row {
    margin-bottom: 20px;
  }

  .mob_lab {
    display: inline-block !important;
    float: left !important;
    max-width: 40% !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .mob_text {
    float: right !important;
    width: 60% !important;
  }

  .loc_det {
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #000;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .loc_res_header {
    font-size: 16px;
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
  .loc_res_header {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .loc_res_header {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .location_hero {
    max-height: 500px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  #map {
    height: 64% !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  #map {
    height: 70% !important;
  }
}
@media screen and (min-width: 768px) {
  .location_hero {
    max-height: 580px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .location_hero_snippet {
    height: 210px !important;
    bottom: -20px !important;
  }

  .location_cell {
    margin-bottom: 3px !important;
  }
}
@media print {
  .navbar-default.top-header,
  footer .footer,
  .back-to-top,
  .recipe_page .share_row,
  .recipe_page .features {
    display: none;
  }

  main .recipe_hero .recipe_top {
    display: none;
    height: 100px;
  }

  main .recipe_hero .recipe_page_box {
    height: initial;
    padding-bottom: 90px;
    margin-left: -17px;
  }

  .recipe_page .recipe_page_detail .recipe_page_directions {
    padding-left: 30px;
  }

  main .recipe_hero .recipe_share_box .recipe_share_inner {
    border-width: 0;
  }

  .recipe_page .printLogo {
    display: block;
    width: 129px;
    margin-left: 33px;
  }
  .recipe_page .printLogoOld {
    margin-top: 50px;
    margin-left: 54px;
  }
}
/* TEMPORARY PLACEHOLDER STYLES DURING DEVELOPMENT */
.placeholder-content {
  height: 600px;
  color: lightgrey;
}

/*# sourceMappingURL=styles.css.map */
