/* NEW RULES FOR MOBILE */
.pn-Advancer {
  display: none;
}
/* Beverages - start --------------------------------------  */

/* @media (max-width: 37.500em) { */
@media screen and (max-width: 37.4375em) {
  .hidden-mobile {
    display: none !important;
  }
  .hidden-desktop {
    display: block !important;
  }
  /* Make things scale in 'single column' */
  /*body {
    font-size: 4.25vw;
  }*/
  
  div#container,
  .cWrap {
    max-width: 37.5em;
    min-width: 100%;
    position: relative;
    top: 2.5em;
  }
  
  div#main {
    margin: 0;
    max-width: 100vw;
  }
  
  div#wrap {
    width: 100%;
    z-index: 0;
  }
  
  div#categoryHeader {
    padding-top: 0;
    width: 100%;
  }
  
  div#banner-mobile {
    /* CHANGE THE IMAGE BELOW */
    background: url(/media/image/1/coffeebeansbg.jpg) center;
    width: 100%;
    max-width: 100vw;
    text-align: center;
  }
  #banner-mobile .banner-text {
    padding: 3.5em 1em;
    color: #fff;
  }
  #banner-mobile .banner-title {
    position: relative;
    width: 10em;
    background-color: #82b5be;
    padding: 1em 3em;
    margin: 0 auto;
  }
  #banner-mobile .banner-description {
    margin: 1.5em 0 0;
    
  }
  
  div#subNav {
    background: transparent;
    float: none;
    margin: 0;
    width: 100%;
  }
  div#subNav ul {
    width: 100%;
    padding: 0;
    font-size: 0; /* Removes extra space between inline-blocks */
  }
  div#subNav ul li {
    background: transparent;
    float: none;
    padding: 0;
    width: 25vw;
    display: inline-block;
    font-size: 1rem;
  }
  div#subNav ul li a:hover, 
  div#subNav ul li.current a {
    background: #82b5be;   
    padding-left: 1em; 
  }
  div#subNav ul li a {
    padding: 2em 1em;
    float: none;
    font-size: .6em;
    text-align: center;
    width: auto;
  }
  
  div#main div.menu {
    padding: 1.5em 1em;
    width: auto;
    max-width: 100vw;
    float: none;
  }
  
  div.menuList {
    width: 100%;
    max-width: 100vw;
    padding-right: 0;
  }
  
  div#content div.menuList img {
    margin: 0 auto 2em;
    display: block;
  }
  div#content div.menuList h3#classics,
  div#content div.menuList h3#wild,
  div#content div.menuList h3#cold,
  div#content div.menuList h3#tea,
  div#content div.menuList h3#kids {
    background-position: center;
    margin: 2em auto;
    width: 100%;
  }
  div#rightbar.middle{
    width: auto;
    float: none;
    text-align: center;
  }
  .menu-nutrition div#subNav ul li .hidden-desktop span {
    padding: 2em;
    display: block;
  }
  .menu-nutrition div#subNav ul li .Beverages {
    background: url(/media/image/1/cup.png) no-repeat center;
  }
  .menu-nutrition div#subNav ul li.current .Beverages{
    background: url(/media/image/1/cupselect.png) no-repeat center;
  }
  .menu-nutrition div#subNav ul li .Food {
    background: url(/media/image/1/muffin.png) no-repeat center;
  }
  .menu-nutrition div#subNav ul li.current .Food {
    background: url(/media/image/1/muffinselect.png) no-repeat center;
  }
  .menu-nutrition div#subNav ul li .Bottled {
    background: url(/media/image/1/bottle.png) no-repeat center;
  }
  .menu-nutrition div#subNav ul li .Allergens {
    background: url(/media/image/1/wheat.png) no-repeat center;
  }
  .menu-nutrition div#subNav ul li.current .Allergens {
    background: url(/media/image/1/wheatselect.png) no-repeat center;
  }
  /* Beverages - end --------------------------------------  */

  /* Food - start --------------------------------------  */

    div#leftContainer {
    padding-top: 0;
    width: 100%;
  }
    div#content.wide {
    padding: 1.5em 1em;
    width: auto;
    max-width: 100vw;
    float: none;
  }  
    div#content div.foodItem {
    border-top: 0;
    float: none;
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
  }
  div#content div.foodItem:last-child {
    margin-bottom: 0;
  }
  div#content div.foodItem h3 {
    background-color: #82b5be;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    padding: .8em 2em;
    text-align: center;
    text-transform: uppercase;
  }
  div#content div.foodItem ul,
  div#content div.foodItem ul li {
    float: none;
    width: 100%;
    min-height: inherit;
    padding-bottom: 1em;
  }
  div#content div.foodItem ul li p {
    text-align: left;
  }
  div#content div.foodItem ul li p > a {
    color: #2f1d0e;
    line-height: 1.5em;
  }
  div#content div.foodItem ul li > a > img {
    display: none;
  }
  div#content div.foodItem ul li:first-child a > img {
    display: block;
    margin: 2em auto;
  }
  /* Food - end --------------------------------------  */

  /* Allergens start -----------------------------------  */
  div#content {
    color: #80766c;
    line-height: 1.3em;  
    width: auto; 
  }
  div#content h1 {
    color: #72b0bd;
    font-size: 1.1em;
  }
  h1 p b {
    color: #574834;
    padding: 1em 0 .5em;
    display: inline-block;
  }
  /* Allergens - end --------------------------------------  */

  /* Our Coffee Overview start ----------------------------  */
  .ourCoffeeOverview-page div#wrap {
    padding-bottom: 0;
  }
  .ourCoffeeOverview-page div#main,
  .ourCoffeeOverview-page div#content.wide {
    padding-bottom: 0;
  }
  .ourCoffeeOverview-page div#categoryHeader {
    float: none;
    padding-top: 0;
  }
  .ourCoffeeOverview-page div#banner {
    float: none;
  }
  .ourCoffeeOverview-page div#banner > a {
    background: url(/media/image/1/banner_rainforestalliance_new.jpg) left top;
    background-size: 65em;
    display: block;
    height: 15em;
    width: 100vw;
  }
  .ourCoffeeOverview-page .banner-mobile {
    position: absolute;
    top: 30%;
    width: 100%;
  }
  .ourCoffeeOverview-page .banner-mobile > .banner-title {
    background-color: #82b5be;
    color: #fff;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 15em;
  }
  .ourCoffeeOverview-page .banner-mobile > .banner-desc {
    color: #fff;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    width: 15em;
  }
  
  .ourCoffeeOverview-page div#main div.about div.featureRow,
  .ourCoffeeOverview-page #main div#content div.featureRow div.square {
    float: none;
    padding: 0;
    width: 100%;
  }
  .ourCoffeeOverview-page div#main div.about div.featureRow {
    background-color: #f4f3f2;
    padding-bottom: .1em;
  }
  .ourCoffeeOverview-page div#main div.about div.featureRow:last-of-type {
    padding-bottom: 0;
  }
  .ourCoffeeOverview-page #main div#content div.featureRow div.square {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    margin-bottom: 1em;
  }
  .ourCoffeeOverview-page #main div#content div.featureRow:last-of-type > div.feature.square:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .ourCoffeeOverview-page #main div#content div.featureRow div.square > img {
    width: 100%;
    height: auto;
  }
  .ourCoffeeOverview-page #main div#content div.featureRow div.square > h4 {
    color: #534732;
    font-size: 1.1em;
    padding: 3% 5% 0;
  }
  .ourCoffeeOverview-page #main div#content div.featureRow div.square > p {
    color: #534732;
    padding: 3% 5% 10%;
  }

  /* Our Coffee Overview end ---------------------------------  */

  /* coffee start --------------------------------------------  */
  div#content.wide.hideContent {
    padding: 1.5em 0 2em;
    width: 100%;
    max-width: 100vw;
    float: none;
  }
  div#content.wide.hideContent p,
  div#content.wide.hideContent h1 {
    display: none;
  }
  div#content p {
    max-width: 37.5em;
  }
  div#banner-mobile.our-coffees {
   /* CHANGE THE IMAGE BELOW */
    background: url(/media/image/1/ourcoffeeheading.jpg) center center;
  }
  div#ourCoffeesMobileOptions ul {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 0; /* Removes extra space between inline-blocks */
  }
  div#ourCoffeesMobileOptions ul li {
    background: transparent;
    border-right: .1em solid #eee;
    float: none;
    margin: 0 -.1em 1em 0;
    padding: 2.5em 0;
    text-align: center;
    display: inline-block;
    width: 25vw;
    font-size: .5rem;
  }
  div#ourCoffeesMobileOptions ul li:hover,
  div#ourCoffeesMobileOptions ul li.current {
    background-color: #82b5be;
    border: 0;
    color: #fff;
    padding: 2.5em 0;
    margin: 0;
  }
  div#ourCoffeesMobileOptions ul li span {
    padding: 2.5em 2em;
    display: block;
  }
  div#ourCoffeesMobileOptions ul li .lighticon {
    background: url(/media/image/1/lightroast.png) no-repeat center;
  }
  div#ourCoffeesMobileOptions ul li .medicon {
    background: url(/media/image/1/mediumroast.png) no-repeat center;
  }
  div#ourCoffeesMobileOptions ul li .darkicon {
    background: url(/media/image/1/darkroast.png) no-repeat center;
  }
  div#ourCoffeesMobileOptions ul li .specicon {
    background: url(/media/image/1/specialroast.png) no-repeat center;
  }
  div#ourCoffeesMobileOptions ul li.current .lighticon {
    background: url(/media/image/1/lightroastselect.png) no-repeat center;
  }
  div#ourCoffeesMobileOptions ul li.current .medicon {
    background: url(/media/image/1/mediumroastselect.png) no-repeat center;
  }
  div#ourCoffeesMobileOptions ul li.current .darkicon {
    background: url(/media/image/1/darkroastselect.png) no-repeat center;
  }
  div#ourCoffeesMobileOptions ul li.current .specicon {
    background: url(/media/image/1/specialroastselect.png) no-repeat center;
  }
  div#ourCoffeesMobileOptions ul li:last-child {
    border-right: 0;
  }
  
  div.coffeeDesc {
    background: transparent;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 2em 0 1em .5em;
    vertical-align: top;
    width: 30%;
  }
  div.coffeeDesc div.coffeeData {
    float: none;
    text-align: center;
    width: 100%;
  }
  div.coffeeDesc div.image,
  div.coffeeDesc div.info {
    float: none;
    width: 100%;
    padding: 0;
  }
  div.coffeeDesc div.info a {
    color: #574834;
  }
  div.coffeeDesc div.image img {
    margin-bottom: 1em;
    width: 5.625em;
    height:  5.625em;
  }
  div#content.wide.coffeeRecommender-page {
    padding: 0;
    width: auto;
    color: #574834;
    font-size: 1em;
    float: left;
  }
  .coffeeRecommender-page .header-mobile {
    /* CHANGE this background image for its proper */
    background: url(/media/image/1/companybg.png) center center;
    text-align: center;
    padding: 2em;
  }
  div#content.coffeeRecommender-page .header-mobile > h1 {
    color: rgba(255, 255, 255, .95);;
    font-size: 1.3em;
    margin: 0;
    padding-top: .5em;
    padding-bottom: 0;
  }
  .coffeeRecommender-page .header-mobile > h1::after {
    content: '';
    display: block;
    position: relative;
    background-color: rgba(191,218,222,.85);
    width: 50%;
    height: .25em;
    margin: 1.1em auto 0;
  }
  .coffeeRecommender-page .header-mobile > p {
    color: rgba(255, 255, 255, .95);
  }
  
  div#content.coffeeRecommender-page div.question {
    border-bottom: 0;
    float: none;
    padding: 0;
    position: relative;
    width: 100%;
  }
  div#content.coffeeRecommender-page div.question:after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: #eee;
    margin: 1.5em auto 0;
    position: relative;
  }
  div#content.coffeeRecommender-page div.question h2 {
    color: #534732;
    width: auto;
    max-width: 100%;
    padding: 7% 5%;
    text-align: left;
    text-transform: none;
  }
  div#content.coffeeRecommender-page div.question ul {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
  div#content.coffeeRecommender-page div.question ul li {
    float: none;
    display: inline-block;
    padding-right: .5em;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 15%;
  }
  div#content.coffeeRecommender-page div.question ul li p {
    width: 100%;
    clear: both;
  }
  div#content.coffeeRecommender-page div.question li a {
    background: transparent;
    border: 0;
    color: #534732;
    float: none;
    font-size: .75em;
    padding: 0;
  }
  div#content.coffeeRecommender-page div.question li.selected a {
    background: transparent;
    color: #72b0bd;
  }
  div#content.coffeeRecommender-page div.question ul li > img,
  div#content.coffeeRecommender-page div.question ul li > .why {
    border-radius: 2.5em;
    width: 65%;
    height: 9.5vw;
    border: .1em solid #aaa;
    padding: .3em;
  }
  div#content.coffeeRecommender-page div.question ul li.selected > img,
  div#content.coffeeRecommender-page div.question ul li.selected > .why {
    border-color: #72b0bd;
  }
  div#content.coffeeRecommender-page div.question ul li > .why:before {
    content: '';
    display: inline-block;
    position: relative;
    border: 1.3vw solid #534732;
    border-radius: 5vw;
    width: 7vw;
    height: 7vw;
  }
  div#content.coffeeRecommender-page div.question ul li.selected > .why:before {
    border-color: #72b0bd;
  }
  div#content.coffeeRecommender-page div.question ul li > .why:after {
    background-color: #534732;
    content: '';
    display: block;
    float: right;
    height: 1vw;
    width: 95%;
    position: relative;
    bottom: 6.5vw;
    transform: rotate(45deg);
  }
  div#content.coffeeRecommender-page div.question ul li.selected > .why:after {
    background-color: #72b0bd;
  }
  div#content.coffeeRecommender-page div.question ul li:last-child .why {
    float: none;
    width: 60%;
    min-height: 1em;
    max-height: 9.5vw;
    margin: 0 auto;
    padding: 1.1vw 1.5vw 1.1vw 1.1vw;
  }
  div#content.coffeeRecommender-page div.question ul li:last-child .why > * {
    display: none;
  }
  div#content.coffeeRecommender-page div.question h2.question1,
  div#content.coffeeRecommender-page div.question h2.question2,
  div#content.coffeeRecommender-page div.question h2.question3,
  div#content.coffeeRecommender-page div.question h2.question4,
  div#content.coffeeRecommender-page div.question h2.question5 {
    background: transparent;  
  }
    
  div#content.coffeeRecommender-page div.question h2.question1:before {
    content: '1)';
    display: inline-block;
    margin-right: .5em;
    position: relative;
  }
  div#content.coffeeRecommender-page div.question h2.question2:before {
    content: '2)';
    display: inline-block;
    margin-right: .5em;
    position: relative;
  }
  div#content.coffeeRecommender-page div.question h2.question3:before {
    content: '3)';
    display: inline-block;
    margin-right: .5em;
    position: relative;
  }
  div#content.coffeeRecommender-page div.question h2.question4:before {
    content: '4)';
    display: inline-block;
    margin-right: .5em;
    position: relative;
  }
  div#content.coffeeRecommender-page div.question h2.question5:before {
    content: '5)';
    display: inline-block;
    margin-right: .5em;
    position: relative;
  }
  div#content.coffeeRecommender-page p.seeResults  {
    margin: 1em 0 0;
  }
  div#content.coffeeRecommender-page p.seeResults > img {
    display: none;
  }
  div#content.coffeeRecommender-page p.seeResults > span {
    background-color: #72b0bd;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
  }
  /* coffee - end ---------------------------------------------  */

  /* coffeeInfo page - start ----------------------------------  */
  .coffeeInfo-page div#content,
  .coffeeInfo-page div#rightbar.middle,
  .coffeeInfo-page div.shopDetail div.image {
    float: none;
    width: 100%;
    max-width: 100vw;
    height: auto;
  }
  .coffeeInfo-page div#content {
    padding: 0 2em;
  }
  .coffeeInfo-page div#rightbar.middle {
    display: block;
    padding: 2em 0;
  }
  .coffeeInfo-page div#content,
  .coffeeInfo-page div.shopDetail div.image {
    width: auto;
    display: block;    
  }
  .coffeeInfo-page div.shopDetail div.image > img {
    display: block;
    margin: 0 auto;    
  }
  .coffeeInfo-page div#content h1 {
    color: #75B1BE;
    padding-bottom: 1em;
    text-align: center;
  }
  .coffeeInfo-page div#content p {
    font-size: 1em;
    font-weight: bold;
    padding: 0 1em 1em;
    text-align: center;
  }
  
  .coffeeInfo-page div.shopDetail .viewlarger,
  .coffeeInfo-page div.coffeeDesc,
  .coffeeInfo-page div#content > h3,
  .coffeeInfo-page div#content div.roastDegree,
  .coffeeInfo-page div#submit > input[type=image] {
    display: none;
  }
  
  .coffeeInfo-page #mobile-breadcrumb {
    margin-bottom: 1em;
  }
  .coffeeInfo-page #mobile-breadcrumb ul li {
    color: #80766c;
    display: inline-block;
    list-style: none;
    padding-right: .5em;
  }
  .coffeeInfo-page #mobile-breadcrumb ul li.roastLevelName:after {
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: '';
    display: inline-block;
    height: .45em;
    margin-left: .3em;
    left: .15em;
    position: relative;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: .45em;
  }
  .coffeeInfo-page #mobile-breadcrumb ul li.coffeeName {
    color: #75B1BE;
  }
  
  .coffeeInfo-page div#shopAddtoCart {
    background: transparent;
    border: 0;
  }
  .coffeeInfo-page div#shopAddtoCart div#grindLeft,
  .coffeeInfo-page div#shopAddtoCart div#grindCenter,
  .coffeeInfo-page div#shopAddtoCart div#right,
  .coffeeInfo-page div#shopAddtoCart div#submit {
    float: none;
    width: auto;
    max-width: 100vw;
    display: block;
    text-align: center;
  }
  .coffeeInfo-page div#shopAddtoCart h3 {
    padding: 1em 0;
  }
  .coffeeInfo-page div#shopAddtoCart div#grindLeft > select,
  .coffeeInfo-page div#shopAddtoCart div#grindCenter > select {
    width: 90%;
    height: 3em;
  }
  .coffeeInfo-page div#shopAddtoCart div#right > input {
    width: 3em;
    height: 3em;
    text-align: center;
  }
  .coffeeInfo-page div#submit > .addToCart-btn {
    background-color: #75B1BE;
    border: 0;
    color: #fff;
    margin: 0 auto 1.5em;
    padding: 1.5em;
    text-transform: uppercase;
    width: 90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
  }
  /* coffeeInfo page - end ------------------------------------  */

  /* Quality Advantage - start --------------------------------  */
  .quality-adan .header-mobile {
    /* CHANGE this background image for its proper */
    background: url(/media/image/1/companybg.png) center center;
    text-align: center;
    padding: 2em 1.5em;
  }
  .quality-adan .header-mobile > h1 {
    color: rgba(255, 255, 255, .95);
    font-size: 1.3em;
    margin: 0;
    padding-top: .5em;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  .quality-adan .header-mobile > h1::after {
    content: '';
    display: block;
    position: relative;
    background-color: rgba(191,218,222,.85);
    width: 50%;
    height: .25em;
    margin: 1.1em auto;
  }
  .quality-adan .header-mobile > p {
    color: rgba(255, 255, 255, .95);
    font-size: 90%;
  }

  /* Quality Advantage - end ----------------------------------  */

  /* Brew your best - start -----------------------------------  */
  .brew-your-best .header-mobile {
    /* CHANGE this background image for its proper */
    background: url(/media/image/1/companybg.png) center center;
    text-align: center;
    padding: 2em 1.5em;
  }
  .brew-your-best .header-mobile > h1 {
    color: rgba(255, 255, 255, .95);
    font-size: 1.3em;
    margin: 0;
    padding-top: .5em;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  .brew-your-best .header-mobile > h1::after {
    content: '';
    display: block;
    position: relative;
    background-color: rgba(191,218,222,.85);
    width: 50%;
    height: .25em;
    margin: 1.1em auto;
  }
  .brew-your-best .header-mobile > p {
    color: rgba(255, 255, 255, .95);
    font-size: 90%;
  }
  .brew-your-best div#rightbar {
    float: left;
    margin-left: 1.250em;
    margin-right: 2.250em;
    padding: 0;
    width: auto;
  }
  .brew-your-best div.note {
    width: 100%;
    padding-bottom: 0;
  }
  .brew-your-best div#rightbar div.note h3 {
    width: 100%;
    background-color: #75b1be;
  }
  .brew-your-best div.note div.noteContent {
    width: auto;
    background-color: #f8f2ea;
  }
  .brew-your-best div#rightbar div.note div.noteContent p {
    width: auto;
  }
  /* Brew your best - end -------------------------------------  */

  /* Rainforest Alliance - start ------------------------------  */
  .rainforest-alliance .header-mobile {
    /* CHANGE this background image for its proper */
    background: url(http://cache.cariboucoffee.com/ra2011/bg_rawood.jpg) center center;
    text-align: center;
    padding: 2em 1.5em;
    border: #dbcbb8 solid .3em;
  }
  .rainforest-alliance .header-mobile > h1 {
    color: #dd5738;
    font-size: 1.3em;
    margin: 0;
    padding-top: .5em;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  .rainforest-alliance .header-mobile > h1::after {
    content: '';
    display: block;
    position: relative;
    background-color: #89b358;
    width: 50%;
    height: .25em;
    margin: 1.1em auto;
  }
  .rainforest-alliance .header-mobile > p {
    color: #89b358;
  }
  .rainforest-alliance div#content {
    font-size: 100%;
  }
  .rainforest-alliance div#main div.raComplete {
    margin: 30px 0 0;
    padding: 6px 0 70px;
    width: 100%;
    height: 650px;
    background-size: cover;
  }
  .rainforest-alliance div.raComplete div#raInfo p {
    text-indent: 0;
    background: #0000;
    color: #89b358;
    font-size: 90%;
    padding: .5em 1.5em 2.1em .5em;
    width: auto;
    height: auto;
  }
  .rainforest-alliance div.raComplete div.mobileRaInteractive {
    text-indent: 0;
    padding-left: .5em;
  }
  .rainforest-alliance div.raComplete div.mobileRaInteractive span {
    color: #dd5738;
  }
  .rainforest-alliance div.raComplete div.mobileRaInteractive a {
    display: block;
    padding-bottom: 0.4em;
  }
  .rainforest-alliance div.raComplete div.mobileRaInteractive a span {
    color: #89b358;
  }
  .rainforest-alliance div.raComplete div#raInteractive {
    display: none;
  }
  .rainforest-alliance div.raComplete div#raInfo a.learnRA {
    margin-top: 10px;
  }
  /* Rainforest Alliance - start ------------------------------  */

  /* Recommender Results - start ------------------------------  */
  .coffeeRecommenderResults-page #blackboard  ul > li {
    display: none;
  }
  .coffeeRecommenderResults-page #blackboard  ul > li.current.back {
    background: transparent;
    position: absolute;
    top: 2em;
    left: 0;
    display: block;
  }
  .coffeeRecommenderResults-page #blackboard  ul > li.back a {
    background: transparent;
    color: #3292A6;
    padding-left: 2em;
  }
  .coffeeRecommenderResults-page #blackboard  ul > li.back a:before {
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: ' ';
    display: inline-block;
    height: .45em;
    right: .3em;
    position: relative;
    bottom: .1em;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
    width: .45em;
  }
  .coffeeRecommenderResults-page .header-mobile {
    /* CHANGE this background image for its proper */
    background: url(/media/image/1/companybg.png) center center;
    text-align: center;
    padding: 2em;
  }
  .coffeeRecommenderResults-page .header-mobile > h1 {
    color: rgba(255, 255, 255, .95);;
    font-size: 1.3em;
    margin: 0;
    padding-top: .5em;
    padding-bottom: 0;
  }
  .coffeeRecommenderResults-page .header-mobile > h1::after {
    content: '';
    display: block;
    position: relative;
    background-color: rgba(191,218,222,.85);
    width: 50%;
    height: .25em;
    margin: 1.1em auto;
  }
  .coffeeRecommenderResults-page .header-mobile > p {
    color: rgba(255, 255, 255, .95);
  }
  
  .coffeeRecommenderResults-page  div#content.wide{
    padding: 3.5em 0 1em;
    margin-top: 2em;
    color: #574834;
    font-size: 1em;
    display: table-caption;
  }
  
  .coffeeRecommenderResults-page div.coffeeDesc,
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 100vw;
  }
  .coffeeRecommenderResults-page div.coffeeDesc {
    background: transparent;
    margin-left: 2.3%;
    width: 30%;
    vertical-align: top;
  }
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData > .image,
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData > .info {
    float: none;
    width: auto;
    padding: 0;
  }
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData > .image > img {
    display: block;
    margin: 0 auto 1.5em;
  }
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData > .image > .buyNow,
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData > .info > p,
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData > .indicator,
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData > .loveIt,
  .coffeeRecommenderResults-page .coffeeDesc .coffeeRater {
    display: none;
  }
  
  .coffeeRecommenderResults-page div#content div.coffeeDesc div.info h3 {
    text-align: center;
    padding: 0 1em;
  }
  .coffeeRecommenderResults-page .coffeeDesc .coffeeData > div.info > h3 > a {
    color: #534732;
    font-size: .9em;
  }
  .coffeeRecommenderResults-page div#leftbar.aboutStyle,
  .coffeeRecommenderResults-page div.aboutStyle div.note,
  .coffeeRecommenderResults-page div.aboutStyle div.noteContent {
    float: none;
    width: auto;
    max-width: 100vw;
    padding-bottom: 0;
    display: table-footer-group !important;
  }
  .coffeeRecommenderResults-page div.aboutStyle div.noteContent {
    background: transparent;
    padding: .3em 2em 0;
  }
  .coffeeRecommenderResults-page div#leftbar div#fProfile h4 {
    background: transparent;
    background-color: #80766c;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
    height: auto;
    padding: 1em 0;
    text-align: center;
    text-indent: 0;
    float: none;
    width: auto;
    max-width: 100vw;
  }
  .coffeeRecommenderResults-page div#leftbar div#profileContent h5 {
    color: #534732;
    margin: 0 1.5em 1.2em;
    padding: 1.2em 0 1em;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    
  }
  .coffeeRecommenderResults-page div#leftbar div#profileContent > p {
    color: #80766c;
    line-height: 1.8em;
    margin: 0 2em;
  }
  .coffeeRecommenderResults-page div#leftbar div#profileContent > span.div,
  .coffeeRecommenderResults-page div#leftbar div#profileContent > img  {
    display: none;
  }
  /* Recommender Results - end --------------------------------  */

  /* faq - start ----------------------------------------------  */
  div#content.wide.faq-page {
    padding: 1em;
    width: auto;
    color: #574834;
    font-size: 1em;
  }
  div#content.faq-page > h1 {
    color: #72b0bd;
    font-size: 1.1em;
  }
  div#content.faq-page > hr {
    background: transparent;
  }
  div#content.faq-page > p {
    font-weight: bold;
  }
  div#content.faq-page > ul {
    list-style: none;
    padding: 0;
  }
  div#content.faq-page ul > li {
    width: 100%;
  }
  div#content.faq-page ul > li > a {
    color: #574834;
    display: block;
    font-weight: bold;
    padding: 1.5em 1.5em 1.5em 0;
    position: relative;
    border-top: .1em solid #eee;
  }
  div#content.faq-page ul li .chevron {
    position: absolute;
    right: .3em;
    top: 33%;
  }
  div#content.faq-page .faq-answer {
    margin-bottom: 1em;
  }
  div#content.faq-page .faq-answer p {
    font-weight: normal;
    color: #574834;
  }
  div#content.faq-page .faq-answer.open {
    display: block;
  }
  /* faq - end ----------------------------------------------  */

  /* Wholesale - start --------------------------------------  */
  .wholesale-page div#main {
    background-color: #f4f3f2;
  }
  .wholesale-page div#categoryHeader {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .wholesale-page .header-mobile {
    /* CHANGE this background image for its proper */
    background: url(/media/image/1/companybg.png) center center;
    text-align: center;
    padding: 2em 1.5em;
  }
  .wholesale-page .header-mobile > h1 {
    color: rgba(255, 255, 255, .95);
    font-size: 1.3em;
    margin: 0;
    padding-top: .5em;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  .wholesale-page .header-mobile > h1::after {
    content: '';
    display: block;
    position: relative;
    background-color: rgba(191,218,222,.85);
    width: 50%;
    height: .25em;
    margin: 1.1em auto;
  }
  .wholesale-page .header-mobile > p {
    color: rgba(255, 255, 255, .95);
    font-size: 90%;
  }
  
  .wholesale-page #leftbar,
  .wholesale-page div.feature {
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    float: none;
    max-width: 100vw;
    margin-bottom: 1em;
    width: auto;
  }
  .wholesale-page #leftbar {
    padding: 2em;    
  }
  .wholesale-page #leftbar > h3 {
    padding: 1em 0;
  }
  .wholesale-page #leftbar > ul {
    padding-left: 2em;
  }
  .wholesale-page #leftbar > ul > li {
    padding-left: .5em;
    padding-bottom: .5em;
  }
  .wholesale-page #blackboard ul {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    /*-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; */
  }
  .wholesale-page #blackboard ul::-webkit-scrollbar {
    width: .0625em;
    height: .0625em;
  }
  .wholesale-page div#main,
  .wholesale-page #leftbar > * {
    line-height: 1.4em;
    color: #534732;
  }
  .wholesale-page div#main {
    padding-bottom: 0;
    margin-top: 2.5em;
  }  
  
  .wholesale-page div#subNav ul li,
  .wholesale-page div#content.widgestAllTheWay,
  .wholesale-page div#content div.featureRow,
  .wholesale-page div#content div.featureRow div.feature {
    float: none;
    width: auto;
    max-width: 100vw;
  }
  
  .wholesale-page div#subNav {
    background: #f4f3f2;
    position: fixed;
    top: 5em;
    z-index: 1;
  }  
  .wholesale-page div#subNav ul {
    float: none;
    text-align: center;
    width: 100%;
  }
  .wholesale-page div#subNav ul li {
    background: transparent;
    display: inline-block;
  }
  .wholesale-page div#subNav ul li a {
    color: rgba(83, 71, 50,.5);
    float: none;
    font-size: .8em;
    padding: 1em;
    text-transform: none;
  }
  .wholesale-page div#subNav ul li a:hover,
  .wholesale-page div#subNav ul li.current a {
    background: transparent;
    color: #534732;
  }
  
  .wholesale-page div#content.widgestAllTheWay { 
    margin-top: 1em;
    padding: 0;
  }
  .wholesale-page div#content div.featureRow div.feature {
    padding: 0 2em 1.5em;
    margin-bottom: 1em;    
  }
  .wholesale-page div#content div.feature img {
    display: block;
    width: 100vw;
    margin: 0 -2em;
    height: auto;
  }
  .wholesale-page div#content div.feature > * {
    width: auto;
  }
  .wholesale-page div#content div.feature > h3,
  .wholesale-page div#content div.feature > h4 {
    display: block;
    color: #534732;
    font-weight: bold;
    font-size: 1.1em;
    padding: 1em 0;
  }
  .wholesale-page div#content div.featureRow:last-of-type > div.feature:last-of-type:before {
    background: url(/media/image/1/ourcoffeeheading.jpg) center;
    content: '';
    display: block;
    margin: 0 -2em;
    position: relative;
    height: 31vw;
    width: 100vw;
  }
  
  .wholesale-page div#rightbar {
    float: none;
    max-width: 100vw;
    width: auto;
    padding: 0 1em;
  }
  .wholesale-page div#rightbar h3 {
    background-color: #82b5be;
    color: #fff;
    font-size: 1em;
    width: auto;
    margin: 0 -2em 1.5em;
    padding: 2em 27%;
    text-align: center;
    text-transform: uppercase;
  }
  .wholesale-page div#rightbar h3:before {
    content: '';
    /* CHANGE THIS LOGO IMAGE TO A PROPER IMAGE URL INTO THE WEBSITE */
    background: url(/media/image/1/cariboulogosm.png) top center;
    background-size: 6em;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 1.5em;
    position: relative;
    height: 4.2em;
    width: auto;
  }
  .wholesale-page div#rightbar h4,
  .wholesale-page div#rightbar > * {
    color: #534732;
  }
  .wholesale-page div#rightbar p a,
  .wholesale-page div#rightbar h4 > a {
    color: #208d9e;
    font-weight: normal;
    text-decoration: underline;
  }
  .wholesale-page div#rightbar .contact-wholesale,
  .wholesale-page div#rightbar .services-opportunities {
    padding: 0 2em 2em;
  }
  .wholesale-page div#content div.feature .widgetToolbar img {
      display: block;
      width: 1em;
      margin: 0;
      height: auto;
  }
  /* Wholesale - end -----------------------------------------  */

  /* Grocery - start -----------------------------------------  */
  .wholesale-page.groceryAndRetail div#content {
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    float: none;
    max-width: 100vw;
    padding: 0 1.5em 1.5em;
    width: auto;
  }
  .wholesale-page.groceryAndRetail div#content h1 {
    color: #fff;
  }
  .wholesale-page.groceryAndRetail .header-mobile {
    margin: 0 -2em 2em;
    
  }
  .wholesale-page.groceryAndRetail .header-mobile > h1::after {
    margin: .9em auto;
    width: 9.5em;
  }
  .wholesale-page.groceryAndRetail .header-mobile > p {
    padding: 0 2.2em;
  }
  .wholesale-page.groceryAndRetail div#content h3 {
    color: #534732;
    padding: 1em 0;
  }

  /* Grocery - end -------------------------------------------  */

  /* Contact Us - Start --------------------------------------  */

  .contactUs-page div#content {
    float: none;
    width: auto;
    max-width: 100vw;
  }
  .contactUs-page div#content > h1,
  .contactUs-page div#content > h2 {
    color: #534732;
  }
  .contactUs-page div#content h1 {
    font-size: 1em;
  }
  .contactUs-page div#content > h2 {
    padding-top: 1em;
    font-size: .85em;
  }
  .contactUs-page div#content > p {
    color: #80766c;
    line-height: 1.5em;
    padding-bottom: 1em;
  }
  .contactUs-page div#content a {
    text-decoration: underline;
  }
  .contactUs-page div#content > p > a~a {
    display: inline-block;
    width: 100%;
    padding-top: .9em;
  }
  /* Contact Us - end -----------------------------------------  */

  /* Customer Service - start ---------------------------------  */
  .customer-service div#content div.featureRow div.feature{
    float: none;
    width: 300px;
  }
  .customer-service div#rightbar,
  .customer-service div#rightbar > .note,
  .customer-service div#rightbar > .note div.noteContent {
    float: none;
    max-width: 100vw;
    width: auto;
    padding: 0;
  }
  .customer-service div#rightbar > .note h3 {
    background-color: #82b5be;
    background-image: none;
    color: #fff;
    float: none;
    font-size: 1em;
    height: 100%;
    width: auto;
    margin: 0 -2em 1.5em;
    padding: 2em 27%;
    text-align: center;
    text-transform: uppercase;
  }
  .customer-service div#rightbar > .note h3:before {
    content: '';
    /* CHANGE THIS LOGO IMAGE TO A PROPER IMAGE URL INTO THE WEBSITE */
    background: url(/media/image/1/cariboulogosm.png) top center;
    background-size: 6em;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 1.5em;
    position: relative;
    height: 4.2em;
    width: auto;
  }
  .customer-service div#rightbar > .note {
    background-color: #fff;
    padding: 0 1.3em 1.3em;
  }
  .customer-service div#rightbar .note div.noteContent {
    background: transparent;
  }
  .customer-service div#rightbar .note div.noteContent > p {
    float: none;
    width: 210px;
  }
  .customer-service div#rightbar .note div.noteContent > p:last-child {
    width: 250px;
  }
  customer-service div.widgetToolbar {
      display: none;
  }
  /* Customer Service - end ------------------------------------  */

  /* Company Info - start -------------------------------------  */
  .corporate-pages div#main {
    background-color: #f4f3f2;
  }
  .corporate-pages div#categoryHeader {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  
  .corporate-pages .header-mobile {
    /* CHANGE this background image for its proper */
    background: url(/media/image/1/companybg.png) center center;
    text-align: center;
    padding: 2em 1.5em;
  }
  .corporate-pages .header-mobile > h1 {
    color: rgba(255, 255, 255, .95);
    font-size: 1.3em;
    margin: 0;
    padding-top: .5em;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  .corporate-pages .header-mobile > h1::after {
    content: '';
    display: block;
    position: relative;
    background-color: rgba(191,218,222,.85);
    width: 50%;
    height: .25em;
    margin: 1.1em auto;
  }
  .corporate-pages .header-mobile > p {
    color: rgba(255, 255, 255, .95);
    font-size: 90%;
  }
  
  .corporate-pages #leftbar,
  .corporate-pages div.feature {
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    float: none;
    max-width: 100vw;
    margin-bottom: 1em;
    width: auto;
  }
  .corporate-pages #leftbar {
    padding: 2em;    
  }
  .corporate-pages #leftbar > h3 {
    padding: 1em 0;
  }
  .corporate-pages #leftbar > ul {
    padding-left: 2em;
  }
  .corporate-pages #leftbar > ul > li {
    padding-left: .5em;
    padding-bottom: .5em;
  }
  
  .corporate-pages div#main {
    line-height: 1.4em;
    color: #534732;
  }
  .corporate-pages div#main {
    padding-bottom: 0;
    margin-top: 2.5em;
  }  
  
  .corporate-pages div#subNav ul li,
  .corporate-pages div#content.widgestAllTheWay,
  .corporate-pages div#content div.featureRow,
  .corporate-pages div#content div.featureRow div.feature {
    float: none;
    width: auto;
    max-width: 100vw;
  }
  
  .corporate-pages div#content.widgestAllTheWay {
    margin-top: 1em;
    padding: 0;
  }
  
  .corporate-pages div#subNav {
    background: #f4f3f2;
    position: fixed;
    top: 5em;
    z-index: 1;
  }  
  .corporate-pages div#subNav ul {
    float: none;
    text-align: center;
    width: 100%;
  }
  .corporate-pages div#subNav ul li {
    background: transparent;
    display: inline-block;
  }
  .corporate-pages div#subNav ul li a {
    color: rgba(83, 71, 50,.5);
    float: none;
    font-size: .8em;
    padding: 1em;
    text-transform: none;
  }
  .corporate-pages div#subNav ul li a:hover,
  .corporate-pages div#subNav ul li.current a {
    background: transparent;
    color: #534732;
  }
  
  .corporate-pages div#rightbar,
  .corporate-pages div#rightbar > .note,
  .corporate-pages div#rightbar > .note div.noteContent {
    float: none;
    max-width: 100vw;
    width: auto;
    padding: 0;
  }
  .corporate-pages div#rightbar > .note h3 {
    background-color: #82b5be;
    background-image: none;
    color: #fff;
    float: none;
    font-size: 1em;
    height: 100%;
    width: auto;
    margin: 0 -2em 1.5em;
    padding: 2em 27%;
    text-align: center;
    text-transform: uppercase;
  }
  .corporate-pages div#rightbar > .note h3:before {
    content: '';
    /* CHANGE THIS LOGO IMAGE TO A PROPER IMAGE URL INTO THE WEBSITE */
    background: url(/media/image/1/cariboulogosm.png) top center;
    background-size: 6em;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 1.5em;
    position: relative;
    height: 4.2em;
    width: auto;
  }
  .corporate-pages div#rightbar > .note {
    background-color: #fff;
    padding: 0 1.3em 1.3em;
  }
  .corporate-pages div#rightbar .note div.noteContent {
    background: transparent;
  }
  .corporate-pages div#rightbar .note div.noteContent > p {
    float: none;
  }
  /* END Common Corporate CSS */
  
  /* Start Our Company Page CSS */
  .corporate-pages div#content div.featureRow div.feature {
    padding: 0 2em 1.5em;
    margin-bottom: 1em;    
  }
  .corporate-pages div#content div.feature img {
    display: block;
    width: 100vw;
    margin: 0 -2em;
    height: auto;
  }
  .corporate-pages div#content div.feature > h3,
  .corporate-pages div#content div.feature > h4 {
    display: block;
    color: #534732;
    font-weight: bold;
    font-size: 1.1em;
    padding: 1em 0;
  }
  /* Add right chevron into tag A */
  .corporate-pages div#content div.feature > p:last-of-type a:after {
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: '';
    display: inline-block;
    height: .45em;
    left: .15em;
    position: relative;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: .45em;    
  }
  
  .corporate-pages div#rightbar .note div.noteContent > p {
    color: #80766c;
    width: 100%;
  }  
  .corporate-pages div#rightbar .note div.noteContent > p > b {
    color: #534732;
  }
   .corporate-pages div#content div.feature .widgetToolbar img {
      display: block;
      width: 1em;
      margin: 0;
      height: auto;
  }
  .corporate-pages #blackboard ul {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    /*-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; */
  }

  .corporate-pages #blackboard ul::-webkit-scrollbar {
    width: .0625em;
    height: .0625em;
  }
  .corporate-pages #content p {
    width: 90%;
  }
  .corporate-pages div#subNav ul li .hidden-desktop span {
    padding: 0;
  }

  .corporate-pages.company-info div#main {
    display: table;
  }
  .corporate-pages.company-info div#leftbar {
    display: table-footer-group !important;
  }
  .corporate-pages.company-info div#leftbar div.note {
    float: none;
    width: auto;
  }
  .corporate-pages.company-info div#leftbar div.note h3 {
    background-color: #82b5be;
    float: none;
    color: #fff;
    font-size: 1em;
    width: auto;
    height: auto;
    margin: 0 -2em 1.5em;
    padding: 2em 27%;
    text-align: center;
    text-transform: uppercase;
    background: #82b5be;
  }
   .corporate-pages.company-info div#leftbar h3:before {
    content: '';
    background: url(/media/image/1/cariboulogosm.png) top center;
    background-size: 6em;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 1.5em;
    position: relative;
    height: 4.2em;
    width: auto;
}
  .corporate-pages.company-info div#main div#content p img {
    width: 90%;
  }
  .corporate-pages.company-info div.note div.noteContent {
    float: none;
    width: auto;
    background: none;
  }
  .corporate-pages .culture #img_1 {
    display: none;
  }
  .corporate-pages.company-info div#rightbar {
    display: none;
  }
  .corporate-pages.culture div#main div.wideCol {
    width: auto;
  }
  .corporate-pages.culture .wideCol h3,
  .corporate-pages.culture .wideCol #img_2 {
    display: block;
  }
  .corporate-pages.culture div#content h3 {
    font-size: 100%;
    margin-bottom: .5em;
  }
  .corporate-pages.culture div#main {
    background-color: #fff;
  }
  /* Company Info - end -----------------------------------------  */
  .pn-ProductNav_Contents {
      float: left;
      transition: transform .2s ease-in-out;
      overflow-x: auto;
        /* We don't want vertical scrolling */
        overflow-y: hidden;
    }

    .pn-ProductNav_Contents-no-transition {
      transition: none;
    }

    .pn-Advancer {
      background: #fbf9f9e6;
      padding: 0;
      border: 0;
      &:focus {
        outline: 0;
      }
      &:hover {
        cursor: pointer;
      }
      position: absolute;
      top: 0;
      bottom: 0;
      transition: opacity .3s;
    }

    .pn-Advancer_Left {
      position: absolute;
      left: 0;
      display: block;
      [data-overflowing="both"] ~ &,
      [data-overflowing="left"] ~ & {
        opacity: 1;
      }
    }

    .pn-Advancer_Right {
      position: absolute;
      right: 0;
      display: block;
      [data-overflowing="both"]  ~ &,
      [data-overflowing="right"] ~ & {
        opacity: 1;
      }
    }

    .pn-Advancer_Icon {
      width: 40px;
      height: 17px;
      fill: #008d97;
    }
    div.widgetToolbar {
      display: none;
    }
}

/* Shut off scaling - http://caniuse.com/#search=unset */
@media screen and (min-width: 37.5em) {
  body {
    font-size: unset;
  }
}

.hidden-desktop {
    display: none;
}
}

/* Shut off scaling - http://caniuse.com/#search=unset */
@media screen and (min-width: 37.5em) {
  body {
    font-size: unset;
  }
}

.hidden-desktop {
    display: none;
}


/* Update to show all coffees */

div.coffeeDesc {
	display: none;
}

@media (min-width: 37.5em) {
	div.coffeeDesc {
		display: inline-block !important;
	}
}

/* Update toward repair of VW use and resize between mobile + desktop */

body {
	font-size: 5vw;
}

@media (max-width: 19.9375em) {
	body {
		/* font-size: 1em; */
	}
}

@media (min-width: 37.5em) {
	body {
		font-size: 1em;
	}
}