#mobile-menu {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -18px;
  overflow: auto;
}
#mobile-menu img {
  cursor: pointer;
  display: inline-block;
  float: left;
}
#mobile-menu img#mobile-search-toggle {
  margin-right: 20px;
  margin-top: 5px;
}
#menu-bg {
  display: none;
  position: fixed;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #223366;
  background: #2a478f;
  z-index: 1000;
}
#menu_btn {
  -moz-transform: rotate(0deg);
  -moz-transition: 0.5s ease-in-out;
  -o-transform: rotate(0deg);
  -o-transition: 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  cursor: pointer;
  float: left;
  height: 40px;
  overflow: hidden;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 40px;
  z-index: 1002;
}
#menu_btn span {
  -moz-transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transform: rotate(0deg);
  -o-transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  background: #2a478f;
  display: block;
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
#menu_btn span:nth-child(1) {
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-transform-origin: left center;
  border-radius: 2px 2px 0 0;
  top: 11px;
  transform-origin: left center;
}
#menu_btn span:nth-child(2) {
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  top: 18px;
  transform-origin: left center;
}
#menu_btn span:nth-child(3) {
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-border-radius: 0 0 2px 2px;
  -webkit-transform-origin: left center;
  border-radius: 0 0 2px 2px;
  top: 25px;
  transform-origin: left center;
}
#menu_btn:hover span {
  background: #82b8e5;
}
#menu_btn.open span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-border-radius: 0 0 0 0;
  -webkit-transform: rotate(45deg);
  background: #2a478f;
  border-radius: 0 0 0 0;
  left: 5px;
  top: 4px;
  transform: rotate(45deg);
}
#menu_btn.open span:nth-child(2) {
  opacity: 0;
  width: 0%;
}
#menu_btn.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-border-radius: 0 0 0 0;
  -webkit-transform: rotate(-45deg);
  background: #2a478f;
  border-radius: 0 0 0 0;
  left: 5px;
  top: 32px;
  transform: rotate(-45deg);
}
#menu_btn.open:hover span {
  background: #82b8e5 !important;
}
@media screen and (max-width: 1230px) {
  #search {
    width: calc(100% - 860px);
  }
  #menu-main li a {
    padding: 18px 12px;
  }
  .slide .stage .slide_content {
    padding-right: 25px;
  }
  .slide .stage .slide_content h2 {
    font-size: 76px;
    line-height: 66px;
  }
  #home_featured .full-half .body .featured-holder .featured_left {
    width: 58%;
    margin: 0;
    padding-right: 30px;
  }
  #home_featured .full-half .body .featured-holder .featured_right {
    width: 42%;
  }
  #home_featured .full-half .body .featured-holder .featured_right img {
    max-width: 100%;
  }
  #home_featured .featured_prod .fp_image {
    width: 42%;
    height: 100%;
    background-size: cover;
  }
  #home_featured .featured_prod .fp_image:before {
    padding-bottom: 100%;
    content: "";
    display: block;
  }
  #home_featured .featured_prod .fp_image img:first-child {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 0;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
  }
  #home_featured .featured_prod .fp_content {
    width: 58%;
    padding-left: 50px;
  }
  .text_block .img_left .img,
  .text_block .img_right .img {
    width: calc(35% - 40px);
  }
  .text_block .img_left .img img,
  .text_block .img_right .img img {
    max-width: 100%;
  }
  .text_block .img_left .text,
  .text_block .img_right .text {
    width: calc(65% - 60px);
  }
}
@media screen and (max-width: 1217px) {
  #product-header.coffee,
  #product-header.tea,
  #product-header.products {
    height: auto;
  }
  #ph-brands {
    padding: 30px 25px;
  }
  #footer .foot-hold #foot-logo {
    width: 25%;
  }
  #footer .foot-hold .menu-footer-menu-container {
    width: 49%;
  }
  #footer .menu-secondary-footer-menu-container {
    width: 26%;
  }
}
@media screen and (max-width: 1230px) {
  .slide .stage {
    width: calc(100% - 40px) !important;
    left: 0%;
    margin-left: 20px;
  }
  .slide .stage .slide_content {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0% !important;
  }
}
@media screen and (max-width: 1115px) {
  #menu-main li a {
    font-size: 20px;
  }
  #search {
    width: calc(100% - 770px);
  }
}
@media screen and (max-width: 1035px) {
  #menu-main li:after {
    display: none;
  }
  #menu-main li a {
    padding: 18px 7px;
  }
  #search {
    width: calc(100% - 710px);
  }
}
@media screen and (max-width: 960px) {
  .inbody-cards.icon .img-holder {
    float: left;
    width: 100% !important;
    height: 80px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .inbody-cards.icon .img-holder img {
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    position: relative;
    float: left;
  }
  .inbody-cards.icon .content-holder {
    width: calc(100%);
  }
  .inbody-cards.icon .content-holder h2 {
    text-align: center;
  }
  .inbody-cards.icon .content-holder p {
    padding-top: 10px;
    text-align: center;
  }
  .inbody-cards.icon .content-holder .cta {
    width: auto;
    float: left;
    position: relative;
    margin-left: -48px;
    left: 50%;
  }
  #head-tabs {
    bottom: -62px !important;
  }
  #home_featured .col.half {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
  #home_featured .col.half .featured_prod {
    width: calc(50% - 10px);
    margin: 10px 0px 10px 10px;
    float: left;
  }
  #home_featured .col.half .featured_prod:first-child {
    margin: 10px 10px 10px 0;
  }
  #footer-brands .brands {
    display: none;
  }
  #footer-brands .brands.mobile {
    display: block;
  }
  #menu-main,
  #tagline,
  #sub-menu,
  #search {
    display: none;
  }
  #mobile-menu {
    display: block;
  }
  #sub-menu {
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    background: #82b8e5;
  }
  #sub-menu.open {
    opacity: 1;
  }
  #sub-menu .menu li {
    float: none;
    width: 100%;
    padding: 0px !important;
    border-bottom: #6a97c5 solid 1px;
  }
  #sub-menu .menu li:last-child {
    border: none;
  }
  #sub-menu .menu li.contact-menu a {
    background: url(../img/icons/contact-icon-dark.png) no-repeat center right 27px;
  }
  #sub-menu .menu li.find-a-broker-menu a {
    background: url(../img/icons/inquiry-dark.png) no-repeat center right 27px;
  }
  #sub-menu .menu li a {
    padding-left: 0;
    display: inline-block;
    width: 100%;
    height: 73px;
    line-height: 73px;
    padding: 0px 20px;
    font-family: 'bignoodletitling', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #fff !important;
  }
  #header #header-holder {
    width: 100% !important;
    min-height: 80px;
  }
  #header #header-holder #logo {
    margin-top: -31px;
    left: 20px;
  }
  #header #header-holder #logo img {
    height: 62px;
    width: auto;
  }
  #search {
    width: 100%;
    bottom: auto;
    top: 80px;
    height: 72px;
    background: #e7e7e7;
    padding: 10px;
  }
  #search form {
    overflow: auto;
  }
  #search form input {
    height: 50px;
  }
  #search form input[type=text] {
    width: calc(100% - 50px);
    border-color: #fff;
  }
  #search form input[type=submit] {
    width: 50px;
    background-position: bottom -1px right -2px;
  }
  #menu-main {
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    width: 100%;
    padding-top: 72px;
    background: #fff;
  }
  #menu-main li {
    float: none;
    clear: both;
    display: block;
    width: 100%;
  }
  #menu-main li a {
    padding: 18px 20px;
    font-size: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #menu-main li.current-menu-item a,
  #menu-main li.current-menu-parent a {
    color: #fff !important;
    background: #2a478f;
  }
  #menu-main li:after {
    display: none;
  }
  #menu-main li:hover a {
    color: #2a478f;
  }
  #menu-main li:hover ul {
    display: none;
  }
  #menu-main li.active {
    background: #2a478f;
    border-bottom: #29396b solid 1px;
  }
  #menu-main li.active a {
    color: #fff;
  }
  #menu-main li.active ul li a {
    background: #223366;
  }
  #menu-main li.active ul li.current-menu-item a {
    color: #82b8e5 !important;
  }
  #menu-main li ul {
    position: relative;
    width: 100%;
    border: none;
  }
  #menu-main li ul li a {
    border: none !important;
  }
  #menu-main li a {
    display: block;
    width: 100%;
    border: none;
  }
  #menu-main > li.menu-item-has-children > a {
    position: relative;
  }
  #menu-main > li.menu-item-has-children > a .downdowns {
    width: 70px;
    position: relative;
    height: 66px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  #menu-main > li.menu-item-has-children > a .arrL {
    display: block;
    position: absolute;
    right: 34px;
    top: 30px;
    height: 3px;
    width: 15px;
    background: #82b8e5;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #menu-main > li.menu-item-has-children > a .arrR {
    display: block;
    position: absolute;
    right: 25px;
    top: 30px;
    height: 3px;
    width: 15px;
    background: #82b8e5;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #menu-main > li.menu-item-has-children.active > a .arrR {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-main > li.menu-item-has-children.active > a .arrL {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #footer .menu-secondary-footer-menu-container,
  #footer .foot-hold .menu-footer-menu-container,
  #footer .foot-hold #foot-logo {
    width: 100%;
  }
  #footer .foot-hold .menu-footer-menu-container {
    text-align: center;
  }
  #footer .foot-hold .menu-footer-menu-container .menu {
    padding: 0;
    text-align: center;
    display: inline-block;
  }
  #footer .foot-hold .menu-footer-menu-container .menu > li {
    display: inline-block;
    float: none;
    padding: 20px 0 0px !important;
    border: none;
    width: auto;
    width: 100%;
  }
  #footer .foot-hold .menu-footer-menu-container .menu > li li {
    padding-top: 0 !important;
  }
  #footer .menu-secondary-footer-menu-container .menu {
    text-align: center;
    padding-top: 20px;
  }
  #footer .menu-secondary-footer-menu-container .menu li.contact-menu {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  #below-header #slideshow {
    overflow: hidden;
  }
  .slide {
    height: 200px;
    overflow: visible !important;
  }
  .slide .stage {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .slide .stage .slide_content {
    width: 100%;
    padding: 25px;
    background: #2a478f;
  }
  .slide .stage .slide_content h2 {
    font-size: 56px;
    line-height: 56px;
    margin-top: 0;
  }
  .slide .stage .slide_content .cta a {
    color: #fff;
  }
  .slide .stage .slide_content .cta a:before,
  .slide .stage .slide_content .cta a:after {
    background: #fff;
  }
}
@media screen and (max-width: 840px) {
  #product-header.tea #ph-products {
    width: calc(100% - 40px);
    left: 0%;
    margin-left: 20px;
  }
  #product-header.tea #ph-products a.ph-product {
    background: #fff;
    width: calc(33.33% - 13px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  #product-header.hastabs {
    margin-bottom: 0px !important;
  }
  #head-tabs {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  #contact-left,
  #contact-form {
    width: 100%;
    float: none;
    padding: 0;
  }
  #below-header #slideshow {
    overflow: hidden;
  }
  .slide {
    height: 200px;
    overflow: visible !important;
  }
  .slide .stage .slide_content {
    width: 100%;
    padding: 25px;
    background: #2a478f;
  }
  .slide .stage .slide_content h2 {
    font-size: 56px;
    line-height: 56px;
    margin-top: 0;
  }
  .slide .stage .slide_content .cta a {
    color: #fff;
  }
  .slide .stage .slide_content .cta a:before,
  .slide .stage .slide_content .cta a:after {
    background: #fff;
  }
  #home-cards .inbody-cards .card {
    width: calc(100% - 40px);
    margin: 10px 20px !important;
  }
  .text_block .img_left .img,
  .text_block .img_right .img {
    width: 100%;
    margin: 0;
    padding: 0 30px !important;
    text-align: center;
  }
  .text_block .img_left .img img,
  .text_block .img_right .img img {
    max-width: 100%;
  }
  .text_block .img_left .text,
  .text_block .img_right .text {
    width: 100%;
    margin: 0;
    padding: 0 30px !important;
  }
  #home_featured .col.half .featured_prod .fp_image {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    float: none;
  }
  #home_featured .col.half .featured_prod .fp_content {
    width: 100%;
    padding: 10px !important;
    text-align: center;
  }
  #home_featured .col.half .featured_prod .cta.left {
    text-align: center;
  }
  #contact-left .address-block {
    width: calc(50% - 40px);
    float: left;
    margin: 40px 20px 20px;
  }
  #contact-left .address-block:last-of-type {
    margin-top: 40px;
  }
  #footer-brands .mobile .brands_holder .brand {
    width: 33.3% !important;
  }
  #footer-brands .mobile .brands_holder .brand:nth-child(4) {
    border-top: #e7e7e7 solid 1px;
  }
  #footer-brands .mobile .brands_holder .brand:nth-child(5),
  #footer-brands .mobile .brands_holder .brand:nth-child(6),
  #footer-brands .mobile .brands_holder .brand:nth-child(7),
  #footer-brands .mobile .brands_holder .brand:nth-child(8),
  #footer-brands .mobile .brands_holder .brand:nth-child(9) {
    width: 33.3% !important;
  }
  #ph-content-left {
    width: calc(100% - 80px) !important;
    height: auto !important;
    margin: 40px 0px 40px 40px !important;
    padding: 0px 0px 0px 0px;
  }
  #ph-content-left img#ph_logo {
    padding: 0px 0px 40px 0px !important;
    margin: 0px 0px 0px 0px;
  }
  #ph-content-left #ph-page {
    padding: 0px;
  }
  #ph-content-left #ph-text {
    padding: 0px !important;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #product-header.tea #ph-products a.ph-product {
    width: calc(100%);
    margin: 0px 0px 20px 0px;
    padding: 20px 0px 20px 0px;
  }
  #product-header.tea #ph-products a.ph-product:last-of-type {
    margin-bottom: 0px;
  }
  #contact-left .address-block {
    width: calc(100% - 40px);
    max-width: 100%;
    float: none;
  }
  #home_featured .full-half .body .featured-holder .featured_left {
    width: 100%;
    padding: 0;
  }
  #home_featured .full-half .body .featured-holder .featured_left .cta.left {
    text-align: center;
  }
  #home_featured .full-half .body .featured-holder .featured_right {
    display: none;
  }
  #home_featured .col.half .featured_prod {
    margin: 10px 0;
    width: 100%;
  }
  .product_card_holder .bottom-callouts,
  #callout_holder .bottom-callouts {
    flex-wrap: wrap;
  }
  .product_card_holder .bottom-callouts .card,
  #callout_holder .bottom-callouts .card {
    width: 100% !important;
    padding: 30px 30px 40px 30px;
    margin: 15px 0px 15px 0px !important;
    text-align: center;
    overflow: hidden;
  }
  .product_card_holder .bottom-callouts .card h2,
  #callout_holder .bottom-callouts .card h2 {
    margin: 0;
    padding: 20px 0 15px 0px;
    font-family: 'bignoodletitling', sans-serif;
    color: #2a478f;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
  }
  .product_card_holder .bottom-callouts .card P,
  #callout_holder .bottom-callouts .card P {
    padding-bottom: 30px;
  }
  .inbody-cards .card {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #footer-brands .mobile .brands_holder .brand {
    background: none !important;
    width: 50% !important;
    overflow: hidden !important;
  }
  #footer-brands .mobile .brands_holder .brand a {
    background: none !important;
    width: 70% !important;
    overflow: hidden !important;
  }
  #footer-brands .mobile .brands_holder .brand:nth-child(3) {
    border-top: #e7e7e7 solid 1px;
  }
  #footer-brands .mobile .brands_holder .brand:nth-child(5),
  #footer-brands .mobile .brands_holder .brand:nth-child(6),
  #footer-brands .mobile .brands_holder .brand:nth-child(7),
  #footer-brands .mobile .brands_holder .brand:nth-child(8) {
    width: 50% !important;
  }
  #footer-brands .mobile .brands_holder .brand:nth-child(9) {
    width: 100% !important;
  }
  #footer-brands .mobile .brands_holder .brand:nth-child(9) a {
    width: 35% !important;
  }
  #home_featured .stage #featured-home-content img#featured-image {
    margin: 0px 0px 20px 0px;
  }
  #home_featured .stage #featured-home-content div.content {
    width: calc(100% - 60px);
    margin: 0px 0px 0px 30px;
  }
  #home_featured .stage #featured-home-content div.content h2 {
    text-align: center;
  }
  #home_featured .stage #featured-home-content div.content p {
    text-align: center;
  }
  #home_featured .stage #featured-home-content div.content .cta {
    float: left;
    position: relative;
    margin-bottom: -20px;
    left: 50%;
    margin-left: -63px;
  }
  #home_featured .stage #featured-home-content img:last-of-type {
    display: none;
  }
  #home_featured .stage .featured_product {
    flex-wrap: wrap;
  }
  #home_featured .stage .featured_product .featured_image {
    background: url(../img/backgrounds/feature.png) center;
    width: 100% !important;
    height: 120px;
    clear: both;
    float: left;
    position: relative;
  }
  #home_featured .stage .featured_product .featured_image img {
    float: left;
    position: relative;
    width: 100px;
    height: auto;
    left: 50%;
    margin: 10px 0px 0px -50px !important;
  }
  #home_featured .stage .featured_product .featured_image .icon {
    float: left !important;
    position: relative !important;
    margin: 20px 0px 0px -30px !important;
    left: 50% !important;
    clear: both;
  }
  #home_featured .stage .featured_product div.content {
    width: calc(100% - 60px) !important;
    float: left;
    position: relative;
    clear: both;
    margin: 80px 0px 0px 30px !important;
    padding: 0px 0px 20px 0px;
  }
  #home_featured .stage .featured_product div.content p.brand_name {
    text-align: center;
  }
  #home_featured .stage .featured_product div.content h2.title {
    text-align: center;
  }
  #home_featured .stage .featured_product div.content .cta {
    float: left;
    position: relative;
    left: 50%;
    display: block;
    width: 100px;
    margin: -10px 0px 0px -50px !important;
  }
  #home_featured .stage .featured_product div.content .cta a {
    display: block;
  }
}
