.TradeGothic {
  font-family: "TradeGothicLTPro-BdCn20"; }

.Gotham {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500; }

.WindsorMN {
  font-family: "WindsorMN-Bold"; }

.GlouchesterMT-EC {
  font-family: "GloucesterMTPro-BoldExtCond"; }

.red {
  background-color: #BD5B3B; }

.blue {
  background-color: #494168; }

.orange {
  background-color: #F2BA85; }

.pink {
  background-color: #FBCAB6; }

.purple {
  background-color: #494168; }

.white {
  background-color: white; }

body {
  margin: 0px;
  padding: 0px;
  background-color: #FBCAB6; }

a {
  text-decoration: none;
  color: #BD5B3B; }

input {
  border-radius: 3px;
  border: 2px solid #BD5B3B;
  height: 25px; }

.container {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-bottom: -20px; }

.button {
  font-family: arial;
  margin: 10px;
  padding: 5px 10px;
  width: 100px;
  justify-content: center;
  align-items: center; }
  .button p {
    padding: 0px;
    margin: 0px; }

.redButton {
  background-color: #BD5B3B;
  color: #F7F0E8; }

div.container {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 1400px;
  background-color: white; }
  @media (min-width: 1400px) {
    div.container {
      margin-left: calc((100vw - 1412px) /2);
      border: 5px solid #BD5B3B;
      border-top: 0px;
      border-bottom: 0px; } }

.invisible {
  opacity: 0 !important; }

.hidden {
  display: none !important; }

h1, h3 {
  text-align: center;
  color: #BD5B3B;
  font-family: arial;
  font-weight: 400;
  line-height: 30px; }

h1 {
  font-size: 45px; }

h3 {
  font-size: 35px; }

body > div.container > div.offsetUp.flavors1 > div.viewRecipes > a {
  text-decoration: none; }

.offsetUp {
  width: calc(100% + 1px);
  height: 100vh;
  position: relative;
  margin-top: -100px;
  max-width: 1500px; }
  .offsetUp:first-of-type {
    margin-top: 0px; }

.bkgrnd {
  width: 100%;
  max-width: 1500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.redMask, .orangeMask, .whiteMask {
  background-color: #F5B69C;
  opacity: .5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.orangeMask {
  background-color: #F2BA85;
  opacity: .7; }

.whiteMask {
  background-color: white;
  opacity: .2; }

.WTBcomingSoon {
  display: none; }

.text-center.load-more-container {
  opacity: 0; }

.WTBcomingSoon {
  display: block;
  width: 90vw;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%); }

.fadedContent {
  opacity: .2; }
  .fadedContent > * {
    pointer-events: none; }

h6.disclaimerText {
  color: #BD5B3B;
  margin-top: 0px;
  margin-bottom: 0px; }
  h6.disclaimerText a {
    text-decoration: underline; }

h6.gluten {
  position: absolute;
  text-align: center;
  color: #BD5B3B;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-BdCn20"; }
  h6.gluten span {
    font-size: 14px; }

#footer {
  min-height: 50px; }

#footerWrapper {
  position: relative;
  z-index: 10000;
  font-family: "Gotham A", "Gotham B";
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  background-color: #F5B69C;
  border-top: 5px solid #BD5B3B;
  color: #BD5B3B; }
  #footerWrapper p {
    font-size: 16px;
    text-align: left;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 6px;
    line-height: 20px; }
    @media (max-width: 525px) {
      #footerWrapper p {
        text-align: left;
        margin-left: 5%;
        width: 80%; } }
  #footerWrapper .socialContainer {
    position: absolute;
    top: 5%;
    right: 10%;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    #footerWrapper .socialContainer .socialIcon {
      height: 30px;
      width: 30px;
      margin-right: 15px;
      position: static; }
    #footerWrapper .socialContainer .text {
      color: #BD5B3B;
      font-family: arial;
      font-size: 24px;
      margin-left: 35px;
      font-family: "WindsorMN-Bold"; }
    @media (min-width: 951px) {
      #footerWrapper .socialContainer {
        right: calc(($breakpoint-social-up * .05) + (( 100% - $breakpoint-social-up) / 2)); } }
    @media (max-width: 950px) {
      #footerWrapper .socialContainer {
        justify-content: right;
        flex-direction: row-reverse; }
        #footerWrapper .socialContainer .fb {
          order: 3; }
        #footerWrapper .socialContainer .tw {
          order: 2; }
        #footerWrapper .socialContainer .ig {
          order: 1; }
        #footerWrapper .socialContainer .text {
          text-align: right;
          width: 100%;
          margin-top: 15px;
          order: 4; } }
    @media (max-width: 800px) {
      #footerWrapper .socialContainer {
        width: auto;
        justify-content: right; }
        #footerWrapper .socialContainer img {
          margin-left: 2px; } }
    @media (max-width: 524px) {
      #footerWrapper .socialContainer {
        right: 20px;
        flex-direction: column;
        max-width: 65px; } }
  #footerWrapper #footer #dg_footer_wrapper {
    background-color: #F5B69C; }
    #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner {
      margin-left: 10%;
      width: 80%; }
      @media (max-width: 460px) {
        #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner {
          margin-left: 5%;
          width: 90%; } }
      #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_main .dg_footer_row_0 {
        padding: 0px; }
        #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_main .dg_footer_row_0 ul {
          width: 98%; }
          #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_main .dg_footer_row_0 ul li {
            font-family: "Gotham A", "Gotham B";
            font-weight: 400;
            letter-spacing: 2px;
            font-size: 10px;
            color: #BD5B3B; }
            #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_main .dg_footer_row_0 ul li a, #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_main .dg_footer_row_0 ul li span {
              text-transform: uppercase;
              color: #BD5B3B;
              margin: 0px 10px;
              height: 5px; }
            #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_main .dg_footer_row_0 ul li:nth-last-child(2):after {
              content: ""; }
            #footerWrapper #footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_main .dg_footer_row_0 ul li:nth-last-child(1) {
              width: 100%; }

.navBar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  font-family: arial;
  letter-spacing: 1px;
  font-weight: 400;
  z-index: 10000; }
  .navBar .hamburger {
    display: none; }
  .navBar a {
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    padding: 4px 10px 2px 10px;
    text-decoration: none;
    color: #BD5B3B;
    margin: 3px 0px;
    border-top: 2px transparent solid;
    border-bottom: 2px transparent solid; }
    .navBar a:hover {
      transition: border .5s;
      margin-top: 0px;
      margin-bottom: 0px;
      border-top: 2px #BD5B3B solid;
      border-bottom: 2px #BD5B3B solid; }
  .navBar img {
    height: 100px;
    width: 150px; }
  @media (max-width: 750px) {
    .navBar {
      justify-content: center;
      flex-wrap: wrap; }
      .navBar a {
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        display: none; }
      .navBar a.QCicon {
        display: flex;
        order: -2; }
      .navBar .hamburger {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        height: 50px;
        width: 62px;
        padding: 25px;
        order: -1;
        z-index: -100; } }
    @media (max-width: 750px) and (max-width: 400px) {
      .navBar .hamburger {
        padding-right: 25px; } }
  @media (max-width: 750px) {
        .navBar .hamburger .hamburgerLine {
          margin-left: 10%;
          width: 50px;
          height: 3px;
          background-color: #BD5B3B;
          margin-top: 11px; }
        .navBar .hamburger a {
          background-color: #F5B69C;
          display: flex;
          margin-top: 0px;
          margin-bottom: 0px;
          font-size: 30px; }
        .navBar .hamburger .linkContainer {
          position: fixed;
          left: 100%;
          top: 120px; }
        .navBar .hamburger.menuIsOpen {
          background-color: #F5B69C;
          width: calc(100% - 50px);
          height: 70px; }
          .navBar .hamburger.menuIsOpen .hamburgerLine {
            margin-left: calc(100% - 56px); }
          .navBar .hamburger.menuIsOpen .hamburgerLine:nth-child(1) {
            transform: translate(0px, 14px) rotate(45deg); }
          .navBar .hamburger.menuIsOpen .hamburgerLine:nth-child(2) {
            opacity: 0; }
          .navBar .hamburger.menuIsOpen .hamburgerLine:nth-child(3) {
            transform: translate(0px, -14px) rotate(-45deg); }
          .navBar .hamburger.menuIsOpen a {
            border-top: 0px;
            border-bottom: 0px; }
            .navBar .hamburger.menuIsOpen a span {
              margin-left: 50%;
              transform: translateX(-50%);
              border-bottom: 2px transparent solid;
              border-top: 2px transparent solid; }
            .navBar .hamburger.menuIsOpen a:last-of-type {
              margin-bottom: 5px; }
            .navBar .hamburger.menuIsOpen a:hover span {
              transition: border .5s;
              border-bottom: 2px solid #BD5B3B;
              border-top: 2px solid #BD5B3B; }
          .navBar .hamburger.menuIsOpen .linkContainer {
            background-color: #F5B69C;
            z-index: -200;
            flex-direction: column;
            justify-content: center;
            position: absolute;
            width: 100vw;
            left: 50%;
            transform: translateX(-50%);
            border-bottom: 3px solid #BD5B3B; } }

.noSlant, .slanted {
  width: 100%;
  height: 100vh; }

.slanted {
  margin-top: -50px;
  overflow: visible; }

.slanted.right {
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%); }

.slanted.left {
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%); }

.slanted-line-right, .slanted-line-left, div.slanted-line-left-wide-white {
  margin-top: -50px;
  background-color: #BD5B3B;
  width: 100%;
  height: 55px; }

.slanted-line-right {
  clip-path: polygon(0 0, 100% 50px, 100% 55px, 5px 100%, 0 0);
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 55px, 5px 100%, 0 0); }

.slanted-line-left, div.slanted-line-left-wide-white {
  margin-top: -55px;
  clip-path: polygon(0 50px, 100% 0, 100% 5px, 0 55px, 0 50px);
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% 5px, 0 55px, 0 50px); }

.slanted-line-right-wide {
  background-color: #FBCAB6;
  height: 70px;
  clip-path: polygon(0 0, 100% 50px, 100% 70px, 0 20px, 0 0);
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 70px, 0 20px, 0 0); }

div.slanted-line-left-wide-white {
  background-color: white;
  height: 100px;
  margin-top: -55px;
  clip-path: polygon(0 50px, 100% 0, 100% 100px, 0 100px, 0 50px);
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100px, 0 100px, 0 50px); }

.whiteTriangle-left {
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-color: white;
  z-index: 5;
  clip-path: polygon(0 0, 100% 50px, 0 50px, 0 0);
  -webkit-clip-path: polygon(0 0, 100% 50px, 0 50px, 0 0); }

.offsetUp:first-of-type {
  margin-top: 0px; }

.offsetUp:last-of-type {
  margin-bottom: 100px; }

.offsetUp.index1 {
  height: 100vw;
  max-height: 900px;
  min-height: 550px; }
  @media (max-width: 700px) {
    .offsetUp.index1 {
      height: 115vw;
      min-height: 550px; } }
  @media (max-width: 500px) {
    .offsetUp.index1 {
      height: 80vw;
      min-height: 600px; } }
  @media (max-width: 400px) {
    .offsetUp.index1 {
      height: 75vw;
      min-height: 550px; } }
  @media (max-width: 360px) {
    .offsetUp.index1 {
      height: 550px;
      min-height: 550px; } }

.offsetUp.index2 {
  margin-top: -50px;
  height: calc(200px + 20vw);
  max-height: 500px; }
  @media (min-width: 1000px) {
    .offsetUp.index2 {
      margin-top: -1vw; } }
  @media (max-width: 500px) {
    .offsetUp.index2 {
      margin-top: -15vw; } }
  .offsetUp.index2 .index2-1 {
    z-index: 500;
    width: 50%;
    bottom: 100%;
    transform: translateY(70%);
    right: calc((100% - 300px)/10);
    min-width: 300px;
    max-width: 600px; }
  .offsetUp.index2 .index2-2 {
    z-index: 1500;
    min-width: 130px;
    width: 16%;
    bottom: 0px;
    left: 23%;
    transform: translateY(10%) rotate(-35deg); }

.offsetUp img, .offsetUp .index5-text, .offsetUp .index4-text {
  position: absolute;
  z-index: 1100; }

.offsetUp.index3 {
  height: 55vw;
  min-height: 400px; }

.offsetUp.index4 {
  height: 50vh;
  min-height: 500px;
  min-height: 500px;
  margin-top: 0px; }
  .offsetUp.index4 .index4-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    width: 100%; }
    .offsetUp.index4 .index4-text > * {
      position: static; }
    .offsetUp.index4 .index4-text h1, .offsetUp.index4 .index4-text h3 {
      font-family: "WindsorMN-Bold";
      color: white; }
    .offsetUp.index4 .index4-text h1 {
      margin: 0px;
      line-height: 50px; }
      @media (max-width: 500px) {
        .offsetUp.index4 .index4-text h1 {
          font-size: 8vw; } }
    .offsetUp.index4 .index4-text h3 {
      margin: 5px;
      font-size: 30px; }
      @media (max-width: 500px) {
        .offsetUp.index4 .index4-text h3 {
          font-size: 6vw; } }
      .offsetUp.index4 .index4-text h3 a {
        color: white; }
    .offsetUp.index4 .index4-text .location {
      margin-left: 50%;
      width: 50px;
      transform: translateX(-50%);
      margin-bottom: 30px; }
    .offsetUp.index4 .index4-text .line {
      margin-left: 50%;
      transform: translateX(-50%);
      width: 50%;
      max-width: 250px;
      -webkit-filter: grayscale(100%) brightness(1000%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%) brightness(1000%); }

.offsetUp.index5 {
  height: 65vw;
  min-height: 400px;
  max-height: 900px; }
  .offsetUp.index5 .index5-1 {
    width: 50%;
    top: calc(0px);
    left: 5%;
    min-width: 288px; }
  .offsetUp.index5 .index5-text {
    width: 55%;
    min-width: 250px;
    max-width: 490px; }
    .offsetUp.index5 .index5-text > * {
      position: static;
      display: flex;
      justify-content: center; }
    .offsetUp.index5 .index5-text h1, .offsetUp.index5 .index5-text h3 {
      margin: calc(1.5vw) 0px; }
    .offsetUp.index5 .index5-text h1 {
      width: 100%;
      font-size: calc(10px + 4.9vw);
      letter-spacing: .17vw;
      font-family: "GloucesterMTPro-BoldExtCond"; }
      .offsetUp.index5 .index5-text h1:after {
        content: "";
        height: 50vw;
        width: 50vw;
        background: radial-gradient(white, transparent, transparent);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -100;
        transform: translate(-50%, -50%); }
    .offsetUp.index5 .index5-text h3 {
      font-size: calc(8px + 2.5vw);
      letter-spacing: .17vw;
      font-family: "WindsorMN-Bold";
      position: relative; }
    .offsetUp.index5 .index5-text img {
      margin-left: 15%;
      width: 70%; }
    @media (min-width: 901px) {
      .offsetUp.index5 .index5-text {
        top: 70%;
        right: 5%; } }
    @media (min-width: 1050px) {
      .offsetUp.index5 .index5-text h1 {
        font-size: 61px;
        letter-spacing: 3px; }
      .offsetUp.index5 .index5-text h3 {
        font-size: 34px;
        letter-spacing: 3px; } }
    @media (max-width: 900px) {
      .offsetUp.index5 .index5-text {
        bottom: 3%;
        right: .5%; } }

.bkgrnd.index1 {
  background-image: url(/images/index1v7.jpg);
  background-position: center  75%;
  max-height: 900px;
  min-height: 550px;
  height: 100vw; }
  @media (min-width: 1000px) {
    .bkgrnd.index1 {
      background-position: center 65%; } }
  @media (max-width: 700px) {
    .bkgrnd.index1 {
      background-image: url(/images/index1v11.jpg); } }
  @media (max-width: 700px) and (min-width: 501px) {
    .bkgrnd.index1 {
      background-position: center 65%;
      height: 115vw;
      min-height: 550px; } }
  @media (max-width: 500px) {
    .bkgrnd.index1 {
      height: 80vw;
      min-height: 600px; } }
  @media (max-width: 400px) {
    .bkgrnd.index1 {
      height: 75vw;
      min-height: 550px; } }
  @media (max-width: 360px) {
    .bkgrnd.index1 {
      background-position: center 60%;
      height: 550px;
      min-height: 550px; } }

.bkgrnd.index2 {
  height: calc(200px + 20vw);
  max-height: 500px;
  background-image: url(/images/index2v2.jpg);
  background-position: center  center;
  position: absolute; }
  @media (max-width: 700px) {
    .bkgrnd.index2 {
      background-position: right center; } }

.bkgrnd.index3 {
  height: 55vw;
  min-height: 400px;
  background-image: url(/images/index3.jpg);
  background-position: center 78%; }

.bkgrnd.index4 {
  background-image: url(/images/index4.jpg);
  background-position: 50% 40%;
  height: 50vh;
  min-height: 500px;
  min-height: 500px; }

.bkgrnd.index5 {
  background-image: url(/images/index5v2.jpg);
  height: 65vw;
  background-position: 80% top;
  min-height: 400px;
  max-height: 900px; }

.offsetUp.about1 {
  height: 1000px; }
  @media (min-width: 980px) {
    .offsetUp.about1 {
      height: 102vw;
      max-height: 1200px; } }

.offsetUp.about3 {
  margin-top: 0px;
  height: 60vw;
  max-height: 840px; }
  .offsetUp.about3 img {
    position: absolute;
    z-index: 1100; }
  .offsetUp.about3 .about3-1 {
    width: 50%;
    min-width: 300px;
    max-width: 80vw;
    top: 50px;
    right: calc(5px + 2vw);
    transform: translateY(-50%); }
  .offsetUp.about3 .about3-2 {
    width: 50%;
    min-width: 120px;
    max-width: 550px;
    bottom: 3%;
    left: 17%; }

.offsetUp.about4 {
  margin-top: 0px;
  height: 50vw;
  max-height: 600px; }
  .offsetUp.about4 .purpleLine, .offsetUp.about4 .whiteLine {
    width: 100%;
    height: 7%; }
  .offsetUp.about4 .purpleLine {
    position: relative;
    background-color: #494168; }
    .offsetUp.about4 .purpleLine.box {
      height: 80%; }
      .offsetUp.about4 .purpleLine.box div {
        min-width: 550px;
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 550px) {
          .offsetUp.about4 .purpleLine.box div {
            width: 100%;
            min-width: 360px; } }
        .offsetUp.about4 .purpleLine.box div h1, .offsetUp.about4 .purpleLine.box div h2, .offsetUp.about4 .purpleLine.box div h3, .offsetUp.about4 .purpleLine.box div p {
          color: white;
          margin: 0px 0px;
          line-height: 50px; }
        .offsetUp.about4 .purpleLine.box div h1 {
          font-family: "GloucesterMTPro-BoldExtCond";
          font-size: 9vw;
          line-height: 15vw; }
          @media (min-width: 1400px) {
            .offsetUp.about4 .purpleLine.box div h1 {
              font-size: 126px;
              line-height: 200px; } }
          @media (max-width: 550px) {
            .offsetUp.about4 .purpleLine.box div h1 {
              font-size: 50px;
              line-height: 55px; } }
          @media (max-width: 400px) {
            .offsetUp.about4 .purpleLine.box div h1 {
              font-size: 50px;
              line-height: 75px; } }
        .offsetUp.about4 .purpleLine.box div h3 {
          font-family: "WindsorMN-Bold";
          width: 90%;
          font-size: 4vw;
          line-height: 5vw;
          margin-left: 5%; }
          @media (min-width: 1400px) {
            .offsetUp.about4 .purpleLine.box div h3 {
              font-size: 56px;
              line-height: 56px; } }
          @media (max-width: 550px) {
            .offsetUp.about4 .purpleLine.box div h3 {
              font-size: 25px;
              line-height: 25px; } }
          @media (max-width: 400px) {
            .offsetUp.about4 .purpleLine.box div h3 {
              width: 80%;
              margin-left: 10%;
              font-size: 20px;
              line-height: 20px; } }
        @media (min-width: 1400px) {
          .offsetUp.about4 .purpleLine.box div h1 {
            font-size: 126px;
            line-height: 126px;
            margin-bottom: 40px; }
          .offsetUp.about4 .purpleLine.box div h3 {
            font-size: 56px;
            line-height: 56px; } }
  .offsetUp.about4 .whiteLine {
    background-color: white;
    height: 3%; }

.textHolder {
  width: 80%;
  height: auto;
  margin-top: -240px;
  padding: 0px 10% 0px 10%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center; }
  .textHolder h1 {
    font-family: "WindsorMN-Bold";
    justify-content: center;
    color: #BD5B3B;
    line-height: 4vw;
    font-size: 3.9vw;
    margin-left: 7%;
    width: 86%;
    text-align: center;
    line-height: 1.2em; }
    @media (min-width: 1400px) {
      .textHolder h1 {
        font-size: 56px; } }
    @media (max-width: 700px) {
      .textHolder h1 {
        font-size: 30px; } }
    @media (max-width: 600px) {
      .textHolder h1 {
        font-size: 27px; } }
    @media (max-width: 500px) {
      .textHolder h1 {
        font-size: 24px;
        width: 96%;
        margin-left: 2%; } }
    .textHolder h1:first-of-type {
      text-align: center;
      margin-bottom: .5vw; }
  .textHolder .tallBreak {
    line-height: 150px;
    outline: 1px solid green; }
  .textHolder > * {
    display: flex; }
  .textHolder p {
    font-family: "WindsorMN-Bold";
    font-size: 1.8vw;
    line-height: 3.6vw;
    letter-spacing: 3px; }
    @media (min-width: 1400px) {
      .textHolder p {
        font-size: 26px;
        line-height: 50px; } }
  .textHolder .redLine {
    width: 100%;
    height: 5px;
    background-color: #BD5B3B;
    border-radius: 5px; }
  .textHolder .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3vw;
    margin-top: 3vw; }
    @media (min-width: 1400px) {
      .textHolder .row {
        margin-top: 42px;
        margin-bottom: 42px; } }
    .textHolder .row .column {
      width: 48%; }
      .textHolder .row .column .hiddenBig {
        display: none; }
    @media (max-width: 950px) {
      .textHolder .row {
        flex-direction: column; }
        .textHolder .row .column {
          width: 100%; }
          .textHolder .row .column p {
            font-size: 20px;
            line-height: 30px; }
          .textHolder .row .column .hiddenSmall {
            display: none; }
          .textHolder .row .column .hiddenBig {
            display: block; } }
    @media (max-width: 450px) {
      .textHolder .row .column p {
        font-size: 14px;
        line-height: 21px; } }

.about5 {
  position: relative;
  background-color: #FAF5EF; }
  .about5 .checkedCheckBoxes {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 1150px) {
      .about5 .checkedCheckBoxes {
        left: calc(50% - 165px);
        width: 50%;
        top: 3%; } }
    @media (max-width: 500px) {
      .about5 .checkedCheckBoxes {
        transform: scale(0.8); } }
    @media (max-width: 400px) {
      .about5 .checkedCheckBoxes {
        left: 0%; } }
    @media (max-width: 400px) {
      .about5 .checkedCheckBoxes {
        top: -10%;
        transform: scale(0.7); } }
    .about5 .checkedCheckBoxes li {
      width: 40%;
      margin-left: 5%;
      margin-bottom: 3%;
      white-space: pre;
      color: black; }
      .about5 .checkedCheckBoxes li:before {
        background-image: url(/images/blackRedCheckBox.png); }
      @media (max-width: 1150px) {
        .about5 .checkedCheckBoxes li {
          margin-bottom: 25px;
          width: 100%; } }
    @media (min-width: 1100px) {
      .about5 .checkedCheckBoxes {
        transform: scale(1.15); } }
  .about5 .fruitsOnBorder {
    width: 100%;
    height: auto;
    position: static;
    margin-bottom: -8px; }
    @media (max-width: 900px) {
      .about5 .fruitsOnBorder {
        margin-top: calc((900px - 100vw)/2); } }
    @media (max-width: 500px) {
      .about5 .fruitsOnBorder {
        margin-top: calc((800px - 100vw)/2); } }
    @media (max-width: 400px) {
      .about5 .fruitsOnBorder {
        margin-top: calc((600px - 100vw)/2); } }
  .about5 .checkedCheckBoxes h3, .about5 .checkedCheckBoxes p, .about5 .checkedCheckBoxes li, .about5 .checkedCheckBoxes span {
    color: #3a3a3c; }
  .about5 .checkedCheckBoxes span.bigLine:after {
    background-image: url(/images/bigLineBlack.png); }
  .about5 .checkedCheckBoxes span.medLine:after {
    background-image: url(/images/medLineBlack.png); }
  .about5 .checkedCheckBoxes span.smLine:after {
    background-image: url(/images/smLineBlack.png); }
  .about5 h6.gluten {
    width: 33%;
    left: 38%;
    top: 66%; }
    @media (max-width: 450px) {
      .about5 h6.gluten {
        width: 48%;
        top: 60%;
        left: 30%; } }

.bkgrnd.about1 {
  background-image: url(/images/about1v2.jpg);
  background-position: center  top;
  background-size: cover;
  height: 1000px;
  -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, black 90%, rgba(0, 0, 0, 0)); }

.bkgrnd.about3 {
  height: 60vw;
  max-height: 840px;
  background-image: url(/images/about3v2.jpg);
  background-position: center center; }

.bkgrnd.about4 {
  background-color: #494168;
  height: 50vw;
  max-height: 600px; }

.offsetUp:first-of-type {
  margin-top: 0px; }

.offsetUp:last-of-type {
  margin-bottom: 100px; }

.offsetUp img {
  position: absolute;
  z-index: 1100; }

.offsetUp .fruitIcon {
  width: calc(100px + 10%); }
  @media (min-width: 751px) {
    .offsetUp .fruitIcon {
      left: 70%; } }
  @media (max-width: 750px) {
    .offsetUp .fruitIcon {
      right: calc(((100% - 400px) / 5) + 8px); } }
  @media (max-width: 400px) {
    .offsetUp .fruitIcon {
      right: 1vw; }
      .offsetUp .fruitIcon.grapefruit {
        top: -5px; }
      .offsetUp .fruitIcon.blackberry {
        top: 20px; } }

.offsetUp .fruitText {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 60%;
  color: #BD5B3B; }
  .offsetUp .fruitText h1 {
    font-family: "GloucesterMTPro-BoldExtCond";
    font-size: 75px;
    line-height: 1em;
    margin-bottom: 3vw;
    text-transform: uppercase;
    width: 80vw;
    max-width: 1350px;
    text-align: left; }
  .offsetUp .fruitText p {
    font-family: "WindsorMN-Bold";
    font-size: 25px;
    line-height: 1.8em; }
  .offsetUp .fruitText a {
    text-decoration: none;
    color: #BD5B3B; }
  .offsetUp .fruitText p:not(.underlined) {
    margin-bottom: 3vw; }
  .offsetUp .fruitText .underlined {
    border-bottom: 3px solid #BD5B3B;
    width: auto;
    display: inline-block;
    margin-top: -20px; }
  @media (min-width: 1450px) {
    .offsetUp .fruitText h1 {
      width: 80%; } }
  @media (max-width: 750px) {
    .offsetUp .fruitText {
      width: 90%; }
      .offsetUp .fruitText h1 {
        font-size: calc(10px + 10vw);
        line-height: calc(10px + 10vw);
        text-align: left;
        width: 60%; }
      .offsetUp .fruitText p {
        font-size: 20px; }
      .offsetUp .fruitText p.underlined {
        margin-top: 10px; } }

.offsetUp .viewRecipes {
  position: absolute;
  width: 300px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20; }
  .offsetUp .viewRecipes a {
    text-decoration: none; }
  .offsetUp .viewRecipes h3 {
    font-family: "WindsorMN-Bold";
    margin: 16px 0px 8px 0px; }
  .offsetUp .viewRecipes img {
    width: 100%;
    height: auto; }

.offsetUp.flavors1 {
  height: 1600px;
  min-height: 1600px; }
  @media (min-width: 320px) and (max-width: 350px) {
    .offsetUp.flavors1 {
      height: 1450px;
      min-height: 1450px; } }
  @media (min-width: 351px) and (max-width: 400px) {
    .offsetUp.flavors1 {
      height: 1450px;
      min-height: 1450px; } }
  @media (min-width: 401px) and (max-width: 450px) {
    .offsetUp.flavors1 {
      height: 1400px;
      min-height: 1400px; } }
  .offsetUp.flavors1 .fruitText {
    top: 15%; }
  .offsetUp.flavors1 .fruitIcon {
    transform: translateY(0px) rotate(-10deg); }
    @media (min-width: 751px) {
      .offsetUp.flavors1 .fruitIcon {
        top: calc(700px - 12vw); } }
    @media (min-width: 1440px) {
      .offsetUp.flavors1 .fruitIcon {
        top: 500px; } }
    @media (max-width: 750px) {
      .offsetUp.flavors1 .fruitIcon {
        top: 16%; } }
  .offsetUp.flavors1 .viewRecipes {
    bottom: 170px; }

.offsetUp.flavors2 {
  height: 1550px;
  min-height: 1550px; }
  @media (min-width: 320px) and (max-width: 350px) {
    .offsetUp.flavors2 {
      height: 1350px;
      min-height: 1350px; } }
  @media (min-width: 351px) and (max-width: 400px) {
    .offsetUp.flavors2 {
      height: 1200px;
      min-height: 1200px; } }
  @media (min-width: 401px) and (max-width: 450px) {
    .offsetUp.flavors2 {
      height: 1100px;
      min-height: 1100px; } }
  .offsetUp.flavors2 .fruitText {
    top: 1%; }
  .offsetUp.flavors2 .fruitIcon {
    transform: translateY(0px) rotate(20deg);
    top: calc(480px - 12vw); }
    @media (min-width: 1440px) {
      .offsetUp.flavors2 .fruitIcon {
        top: 280px; } }
    @media (max-width: 750px) {
      .offsetUp.flavors2 .fruitIcon {
        transform: translateY(0px);
        top: 2%; } }
  .offsetUp.flavors2 .viewRecipes {
    bottom: 120px; }

.offsetUp.flavors3 {
  height: 1500px;
  max-height: 1500px;
  min-height: 1500px; }
  @media (min-width: 320px) and (max-width: 350px) {
    .offsetUp.flavors3 {
      height: 1200px;
      min-height: 1200px; } }
  @media (min-width: 351px) and (max-width: 400px) {
    .offsetUp.flavors3 {
      height: 1100px;
      min-height: 1100px; } }
  @media (min-width: 401px) and (max-width: 450px) {
    .offsetUp.flavors3 {
      height: 1050px;
      min-height: 1050px; } }
  .offsetUp.flavors3 .fruitIcon {
    transform: translateY(0px) rotate(13deg);
    top: calc(480px - 12vw); }
    @media (min-width: 1440px) {
      .offsetUp.flavors3 .fruitIcon {
        top: 280px; } }
    @media (max-width: 750px) {
      .offsetUp.flavors3 .fruitIcon {
        transform: translateY(0px);
        top: 4%; } }
  .offsetUp.flavors3 .viewRecipes {
    bottom: 20px; }
  @media (max-width: 375px) {
    .offsetUp.flavors3 {
      min-height: 1000px; }
      .offsetUp.flavors3 .viewRecipes {
        bottom: 20px; } }

.bkgrnd.flavors1 {
  background-image: url(/images/flavors1.jpg);
  background-position: center  bottom;
  height: 1600px;
  min-height: 1600px; }
  @media (min-width: 320px) and (max-width: 350px) {
    .bkgrnd.flavors1 {
      height: 1500px;
      min-height: 1500px; } }
  @media (min-width: 351px) and (max-width: 400px) {
    .bkgrnd.flavors1 {
      height: 1450px;
      min-height: 1450px; } }
  @media (min-width: 401px) and (max-width: 450px) {
    .bkgrnd.flavors1 {
      height: 1400px;
      min-height: 1400px; } }

.bkgrnd.flavors2 {
  height: 1550px;
  min-height: 1550px;
  background-image: url(/images/flavors2.jpg);
  background-position: center  80%;
  position: absolute; }
  @media (max-width: 1100px) {
    .bkgrnd.flavors2 {
      background-position: 60% 70%; } }
  @media (min-width: 320px) and (max-width: 350px) {
    .bkgrnd.flavors2 {
      height: 1350px;
      min-height: 1350px; } }
  @media (min-width: 351px) and (max-width: 400px) {
    .bkgrnd.flavors2 {
      height: 1200px;
      min-height: 1200px; } }
  @media (min-width: 401px) and (max-width: 450px) {
    .bkgrnd.flavors2 {
      height: 1100px;
      min-height: 1100px; } }

.bkgrnd.flavors3 {
  height: 1500px;
  min-height: 1500px;
  max-height: 1500px;
  background-image: url(/images/flavors3.jpg);
  background-position: 70% 90%; }
  @media (min-width: 320px) and (max-width: 350px) {
    .bkgrnd.flavors3 {
      height: 1200px;
      min-height: 1200px; } }
  @media (min-width: 351px) and (max-width: 400px) {
    .bkgrnd.flavors3 {
      height: 1100px;
      min-height: 1100px; } }
  @media (min-width: 401px) and (max-width: 450px) {
    .bkgrnd.flavors3 {
      height: 1050px;
      min-height: 1050px; } }

.container.findUs {
  background-color: #FAF5EF; }

.offsetUp:first-of-type {
  margin-top: 0px; }

.offsetUp:last-of-type {
  margin-bottom: 100px; }

.offsetUp img {
  position: absolute;
  z-index: 1100; }

.offsetUp.findUs1 {
  height: 80vw;
  min-height: 700px;
  max-height: 1000px; }
  .offsetUp.findUs1 .fruitIcon, .offsetUp.findUs1 .fruitText {
    top: 20%; }

.offsetUp.findUs2-replacement{
  height: auto;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.offsetUp.findUs2-replacement .contentContainer{
  position: relative;
  display: block;
  height: auto;
  padding: 3rem 0 9rem;
  width: 80%;
  left: 10%;
}
.offsetUp.findUs2-replacement .contentContainer .findUs-temp{
  width: 100%;
  height: auto;
  position: relative;
}

.offsetUp.findUs2 {
  height: 600px;
  min-height: 600px; }
  @media (max-width: 850px) {
    .offsetUp.findUs2 {
      height: 100vw;
      min-height: 1100px; } }
  .offsetUp.findUs2 .contentContainer {
    position: absolute;
    top: 25%;
    height: auto;
    width: 80%;
    left: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 500px) {
      .offsetUp.findUs2 .contentContainer {
        width: calc(100% - 40px);
        left: 20px; } }
    .offsetUp.findUs2 .contentContainer .col-left {
      display: flex;
      width: 40%;
      margin-right: 5%;
      flex-direction: column;
      justify-content: left;
      color: #BD5B3B; }
      @media (max-width: 500px) {
        .offsetUp.findUs2 .contentContainer .col-left {
          width: 100%;
          left: 20px; } }
      .offsetUp.findUs2 .contentContainer .col-left > * {
        display: flex;
        order: 2; }
      .offsetUp.findUs2 .contentContainer .col-left .mapboxgl-ctrl {
        order: 1;
        max-width: 685px;
        width: 100%;
        box-shadow: 0 0 0 0; }
        .offsetUp.findUs2 .contentContainer .col-left .mapboxgl-ctrl input[type=text] {
          padding-left: 30px; }
      .offsetUp.findUs2 .contentContainer .col-left .geocoder-icon {
        top: 3px; }
      .offsetUp.findUs2 .contentContainer .col-left .WTBH1 {
        order: -1; }
      .offsetUp.findUs2 .contentContainer .col-left .EnterLocationH4 {
        order: 0; }
      .offsetUp.findUs2 .contentContainer .col-left .QCrow {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
      .offsetUp.findUs2 .contentContainer .col-left h1, .offsetUp.findUs2 .contentContainer .col-left h3 {
        font-family: "GloucesterMTPro-BoldExtCond"; }
      .offsetUp.findUs2 .contentContainer .col-left h4 {
        font-family: "WindsorMN-Bold";
        color: black; }
      .offsetUp.findUs2 .contentContainer .col-left input {
        padding: 0px 5px;
        border-radius: 3px;
        border: 2px solid #BD5B3B;
        height: 25px; }
        .offsetUp.findUs2 .contentContainer .col-left input.smallerWidth {
          width: calc(70% - 6px); }
      .offsetUp.findUs2 .contentContainer .col-left select {
        border-radius: 3px;
        border: 2px solid #BD5B3B;
        height: 25px; }
        .offsetUp.findUs2 .contentContainer .col-left select.fullWidth {
          width: calc(100% - 6px); }
        .offsetUp.findUs2 .contentContainer .col-left select.smallerWidth {
          width: calc(70% - 6px); }
      .offsetUp.findUs2 .contentContainer .col-left .whiteButton {
        padding: 5px;
        border-radius: 3px;
        border: 2px solid #BD5B3B;
        min-width: 20px;
        text-align: center;
        font-family: "WindsorMN-Bold";
        cursor: pointer; }
        .offsetUp.findUs2 .contentContainer .col-left .whiteButton:hover {
          background-color: #F5B69C; }
    .offsetUp.findUs2 .contentContainer .col-right {
      width: 55%; }
      .offsetUp.findUs2 .contentContainer .col-right .redBox {
        border: 3px solid #BD5B3B;
        position: relative;
        height: 45vw;
        width: 45vw;
        min-height: 405px;
        min-width: 405px;
        max-height: 600px;
        max-width: 600px;
        background-size: cover;
        background-position: center center;
        background-image: url(/images/findUs2-1.jpg); }
        @media (max-width: 500px) {
          .offsetUp.findUs2 .contentContainer .col-right .redBox {
            min-width: 0px;
            min-height: 0px;
            height: 80vw;
            width: 80vw; } }
    @media (max-width: 850px) {
      .offsetUp.findUs2 .contentContainer {
        top: 10%; }
        .offsetUp.findUs2 .contentContainer .col-left {
          width: 100%;
          margin-right: 0px; }
        .offsetUp.findUs2 .contentContainer .col-right {
          width: 100%;
          margin-top: 5%;
          display: flex;
          justify-content: center; } }

.offsetUp.findUs3 {
  height: 900px;
  min-height: 900px;
  color: #BD5B3B; }
  .offsetUp.findUs3 .findUs3-1 {
    position: absolute;
    top: 0%;
    left: 15%;
    width: 25%;
    min-width: 150px;
    max-width: 250px;
    transform: translateY(calc(-45%)) rotate(-30deg); }
    @media (max-width: 767px) {
      .offsetUp.findUs3 .findUs3-1 {
        transform: translateY(calc(-15%)) rotate(-30deg); } }
  .offsetUp.findUs3 .findUs3-text {
    z-index: 700;
    position: absolute;
    right: 5%;
    width: 40%;
    min-width: 300px; }
    @media (min-width: 1001px) {
      .offsetUp.findUs3 .findUs3-text {
        bottom: 20%; } }
    .offsetUp.findUs3 .findUs3-text h1 {
      font-family: "WindsorMN-Bold";
      font-size: 4vw;
      letter-spacing: 3px;
      line-height: 5vw; }
    .offsetUp.findUs3 .findUs3-text h3 {
      font-family: "WindsorMN-Bold";
      font-size: 30px;
      margin: 3px 0px 0px 0px;
      letter-spacing: 2px; }
    .offsetUp.findUs3 .findUs3-text .line {
      position: static;
      margin-left: 50%;
      transform: translateX(-50%);
      width: 50%;
      min-width: 150px; }
    @media (max-width: 1000px) {
      .offsetUp.findUs3 .findUs3-text {
        bottom: none;
        top: 15%;
        height: 85%;
        width: 80%;
        right: 10%; }
        .offsetUp.findUs3 .findUs3-text h1 {
          font-size: calc(20px + 3vw);
          line-height: calc(20px + 3vw);
          height: 200px; }
        .offsetUp.findUs3 .findUs3-text .recipesButton {
          position: absolute;
          bottom: 3vw;
          left: 50%;
          transform: translateX(-50%); }
        .offsetUp.findUs3 .findUs3-text .line:first-of-type {
          margin-top: 90%; } }
    @media (max-width: 359px) {
      .offsetUp.findUs3 .findUs3-text {
        right: 5%;
        width: 90%;
        min-width: 100px; } }

.bkgrnd.findUs1 {
  background-image: url(/images/findUs1v2.jpg);
  background-position: center  27%;
  height: 80vw;
  min-height: 900px;
  max-height: 1000px; }
  @media (max-width: 880px) {
    .bkgrnd.findUs1 {
      background-position: 40%  center; } }

.bkgrnd.findUs2-replacement{
  height: 100%;
  background-color: #FAF5EF;
  position: absolute; }
  @media (max-width: 850px) {
    .bkgrnd.findUs2 {
      height: 100vw;
      min-height: 1100px;
      max-height: none; } }
}

.bkgrnd.findUs2 {
  height: 600px;
  min-height: 600px;
  max-height: 700px;
  background-color: #FAF5EF;
  position: absolute; }
  @media (max-width: 850px) {
    .bkgrnd.findUs2 {
      height: 100vw;
      min-height: 1100px;
      max-height: none; } }

.bkgrnd.findUs3 {
  height: 900px;
  min-height: 900px;
  background-image: url(/images/findUs3.jpg);
  background-position: left center; }

#locationsList {
  margin-top: 235px;
  padding: 0px 15px 50px 15px;
  background-color: #FAF5EF; }
  @media (min-width: 1300px) {
    #locationsList {
      margin-top: 220px; } }
  @media (max-width: 850px) and (min-width: 768px) {
    #locationsList {
      margin-top: -10px; } }
  @media (max-width: 767px) {
    #locationsList {
      margin-top: calc(165px + 10vw); } }
  @media (max-width: 425px) {
    #locationsList {
      margin-top: 165px; } }

.load-more-container {
  padding-bottom: 220px;
  text-align: center;
  background-color: #FAF5EF; }
  .load-more-container .load-more {
    cursor: pointer;
    display: block;
    font-family: "WindsorMN-Bold";
    font-size: 30px;
    margin: 3px 0px 0px 0px;
    letter-spacing: 2px; }
  .load-more-container .line {
    width: 210px; }

#locationsList:empty {
  padding: 0; }

#locationsList dl {
  padding: 30px 0;
  display: block;
  clear: both;
  position: relative;
  font-size: 14px;
  font-family: "WindsorMN-Bold"; }

#locationsList dl:first-of-type {
  position: relative;
  margin-top: 54px; }

#locationsList dl:first-of-type:after {
  content: "TOP RESULTS NEAR YOU";
  position: absolute;
  top: -34px;
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-33%);
  transform: translateX(-50%) translateY(-33%);
  text-transform: uppercase;
  font-family: "GloucesterMTPro-BoldExtCond";
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 60px;
  font-weight: 900;
  color: #BD5B3B;
  padding: 0 10px 0 20px;
  background-color: #FAF5EF; }

#locationsList dl dd.locationName, #locationsList dl dd.locationAddress, #locationsList dl dd.locationCity {
  width: 30%;
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 20px; }

#locationsList dl dd.locationName {
  margin-bottom: 8px;
  font-family: "GloucesterMTPro-BoldExtCond";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  color: #111a1a; }

#locationsList dl dd.locationAddress {
  color: #111a1a; }

#locationsList dl dd.locationCity {
  color: #111a1a; }

#locationsList dl dd.locationDistance {
  position: absolute;
  left: 33%;
  font-size: 13px;
  line-height: 20px;
  color: #2b3232; }

#locationsList dl dd.locationDistance:after {
  content: " From you"; }

#locationsList dl dd.locationPhone {
  position: absolute;
  left: 59%;
  font-size: 13px;
  line-height: 20px; }

#locationsList dl dd.locationPhone a {
  color: #BD5B3B; }

#locationsList dl dd.locationPhone a:not(:empty):before {
  content: "T: "; }

#locationsList dl dd.locationDirections {
  vertical-align: top;
  position: absolute;
  width: 20%;
  right: 0;
  text-align: center; }

#locationsList dl dd.locationDirections a {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  display: inline-block;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.6em;
  text-transform: uppercase;
  -webkit-transition-property: color,background-color,opacity;
  transition-property: color,background-color,opacity;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  border: none;
  color: #BD5B3B;
  border-bottom: 3px solid #BD5B3B; }

/******************************
			WTB Mobile
		*****************************/
@media (max-width: 767px) {
  .offsetUp.findUs2 {
    min-height: 915px; }
  #locationsList:empty {
    padding: 0px 30px 0px 30px !important; }
  #locationsList {
    padding: 0px 30px 30px 30px; }
  #locationsList dl:first-of-type:after {
    width: 800px; }
  #locationsList dl {
    padding: 15px 0 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  #locationsList dl:first-of-type:after {
    font-size: 25px; }
  #locationsList dl dd {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    position: static !important;
    font-size: 14px !important; }
  #locationsList dl dd.locationName {
    margin-bottom: 8px !important;
    font-size: 19px !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #locationsList dl dd.locationAddress {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #locationsList dl dd.locationCity {
    margin-bottom: 15px !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  #locationsList dl dd.locationDistance {
    margin-bottom: 15px !important;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  #locationsList dl dd.locationPhone {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  #locationsList dl dd.locationPhone a:not(:empty) {
    display: inline-block;
    margin-bottom: 15px !important; }
  #locationsList dl dd.locationPhone a:empty {
    margin-bottom: 0; }
  #locationsList dl dd.locationDirections {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  #locationsList dl dd.locationDirections a {
    text-align: left;
    display: inline-block;
    float: left;
    /* font-size: 18px; */
    padding: 0;
    font-size: 14px;
    height: 30px;
    margin-top: 5px;
    padding-top: 7px; } }

@media (max-width: 399px) {
  #locationsList dl:first-of-type {
    position: relative;
    margin-top: 55px; } }

@media (max-width: 1175px) and (min-width: 851px) {
  #locationsList dl:first-of-type {
    position: relative;
    margin-top: -60px; } }

@media (min-width: 1176px) {
  #locationsList dl:first-of-type {
    position: relative;
    margin-top: 10px; } }

@media (max-width: 415px) and (min-width: 413px) {
  .offsetUp.findUs2 {
    min-height: 1015px; } }

.allDrinks1 {
  height: 100vw;
  max-height: 1300px;
  position: relative;
  z-index: 100;
  min-height: 700px; }

.allDrinksPanelContainer {
  width: 100%;
  position: static;
  flex-direction: column; }
  .allDrinksPanelContainer .drinksPreamble {
    font-family: "WindsorMN-Bold";
    margin-left: 20%;
    width: 60%;
    text-align: center;
    font-size: 22px; }
  .allDrinksPanelContainer .allDrinksTitle {
    width: 100%;
    margin-bottom: 5vw; }
    .allDrinksPanelContainer .allDrinksTitle h1 {
      font-size: 5vw; }
  .allDrinksPanelContainer .colored-shape {
    padding: 30px 20px;
    width: 84%;
    margin-left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    display: block; }
    .allDrinksPanelContainer .colored-shape h1 {
      height: auto;
      display: inline-block;
      width: 100%;
      letter-spacing: 5px;
      font-family: "GloucesterMTPro-BoldExtCond";
      white-space: nowrap;
      font-size: 5vw; }
      @media (max-width: 750px) {
        .allDrinksPanelContainer .colored-shape h1 {
          letter-spacing: 0px;
          font-size: calc(16px + 3.5vw); } }
    .allDrinksPanelContainer .colored-shape.white-text h1 {
      color: white; }
    @media (max-width: 600px) {
      .allDrinksPanelContainer .colored-shape {
        width: 84%; } }
  .allDrinksPanelContainer .allDrinksRow {
    margin-left: 5%;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 3vw; }
    .allDrinksPanelContainer .allDrinksRow .allDrinksPanels {
      display: flex;
      width: 22vw;
      height: 38.5vw;
      min-width: 160px;
      min-height: 280px;
      position: relative; }
      .allDrinksPanelContainer .allDrinksRow .allDrinksPanels img {
        width: 100%; }
        .allDrinksPanelContainer .allDrinksRow .allDrinksPanels img:hover {
          opacity: .8; }
      @media (min-width: 601px) {
        .allDrinksPanelContainer .allDrinksRow .allDrinksPanels {
          max-width: 333px;
          max-height: 583px; } }
      @media (max-width: 600px) {
        .allDrinksPanelContainer .allDrinksRow .allDrinksPanels {
          width: 88vw;
          margin-bottom: 20px;
          height: 154vw;
          justify-content: center; }
          .allDrinksPanelContainer .allDrinksRow .allDrinksPanels:last-of-type {
            margin-bottom: 0px; } }
    @media (max-width: 750px) {
      .allDrinksPanelContainer .allDrinksRow:last-of-type {
        margin-bottom: 50px; } }

.allDrinks3 {
  position: relative;
  margin-top: 0px;
  height: 70vw;
  max-height: 1000px; }
  .allDrinks3 > h3 {
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1100;
    top: 5%;
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
    font-family: "WindsorMN-Bold";
    margin-top: 0px;
    margin-bottom: 0px; }
  .allDrinks3 .aboutUs {
    position: absolute;
    z-index: 1100;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .allDrinks3 .aboutUs img {
      position: static;
      display: flex;
      width: 30vw;
      max-width: 400px; }
    .allDrinks3 .aboutUs h3 {
      line-height: 5vw;
      font-size: 4vw;
      display: flex;
      font-family: "WindsorMN-Bold";
      margin: 4px 0px 0vw 0px; }

.bkgrnd.allDrinks1 {
  background-image: url(/images/allDrinks1.jpg);
  background-position: center  bottom;
  height: 100vw;
  max-height: 1300px;
  min-height: 700px;
  z-index: -100;
  -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, black 90%, rgba(0, 0, 0, 0)); }
  @media (min-width: 640px) and (max-width: 880px) {
    .bkgrnd.allDrinks1 {
      background-position: center 75%; } }
  @media (max-width: 400px) {
    .bkgrnd.allDrinks1 {
      background-position: 60% 75%; } }

.bkgrnd.allDrinks3 {
  height: 70vw;
  background-image: url(/images/allDrinks3.jpg);
  background-position: 57% center; }

.right-trapezoid {
  clip-path: polygon(0 5%, 100% 20%, 100% 80%, 0 95%, 0 5%); }

.parallelogram {
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%, 0 25%); }

.left-trapezoid {
  clip-path: polygon(0 20%, 100% 5%, 100% 95%, 0 80%, 0 20%); }

.fat-parallelogram {
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%, 0 0); }

.right-trapezoid {
  -webkit-clip-path: polygon(0 5%, 100% 20%, 100% 80%, 0 95%, 0 5%); }

.parallelogram {
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%, 0 25%); }

.left-trapezoid {
  -webkit-clip-path: polygon(0 20%, 100% 5%, 100% 95%, 0 80%, 0 20%); }

.fat-parallelogram {
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%, 0 0); }

.fruitColor {
  position: absolute;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 2vw;
  text-transform: capitalize;
  font-family: "WindsorMN-Bold";
  display: block;
  z-index: 2000; }
  @media (max-width: 900px) {
    .fruitColor {
      font-size: 16px; } }
  @media (min-width: 601px) {
    .fruitColor {
      top: 80%; } }
  @media (max-width: 600px) {
    .fruitColor {
      bottom: 10px;
      left: 5%;
      width: 90%;
      font-size: 8vw; } }
  @media (min-width: 1400px) {
    .fruitColor {
      font-size: 30px; } }
  .fruitColor.apple {
    color: #b3b81d;
    text-shadow: .125vw .125vw #ebdabe; }
  .fruitColor.grape {
    color: #cb7463;
    text-shadow: .125vw .125vw #ffbca9; }
  .fruitColor.berry {
    color: #8a7cb1;
    text-shadow: .125vw .125vw #9cc3ec; }
  @media (max-width: 600px) {
    .fruitColor .apple {
      text-shadow: 2px 2px #ebdabe; }
    .fruitColor .grape {
      text-shadow: 2px 2px #ffbca9; }
    .fruitColor .berry {
      text-shadow: 2px 2px #9cc3ec; } }

.offsetUp.product1 {
  height: calc(100px + 900px);
  position: relative; }
  @media (max-width: 1000px) {
    .offsetUp.product1 {
      height: auto;
      margin-bottom: 20px; } }
  @media (max-width: 500px) {
    .offsetUp.product1 {
      margin-bottom: 20px; } }
  .offsetUp.product1 .productText {
    position: absolute;
    top: 300px;
    left: 5%;
    width: 90%;
    z-index: 1000; }
    @media (max-width: 1000px) {
      .offsetUp.product1 .productText {
        position: static;
        margin-left: 50%;
        transform: translateX(-50%); } }
    .offsetUp.product1 .productText h1 {
      text-transform: uppercase;
      width: 100%;
      text-align: left;
      font-family: "GloucesterMTPro-BoldExtCond";
      letter-spacing: 4px;
      font-size: 60px;
      line-height: 60px;
      margin: 15px 15px; }
      @media (max-width: 1000px) {
        .offsetUp.product1 .productText h1 {
          text-shadow: .4vw .4vw white;
          width: 80%;
          max-width: 440px; } }
      @media (max-width: 420px) {
        .offsetUp.product1 .productText h1 {
          margin-top: 25px;
          width: 100%; } }
      @media (max-width: 350px) {
        .offsetUp.product1 .productText h1 {
          font-size: 55px; } }
    .offsetUp.product1 .productText .drinkGrid {
      border-top: 3px solid #BD5B3B;
      display: grid;
      grid-template-columns: [col] 6fr [col] 1fr [col] 2fr [col] 1fr [col] 1fr;
      grid-template-rows: [row] 1fr [row] 1fr [row] 1fr; }
      @media (max-width: 1000px) {
        .offsetUp.product1 .productText .drinkGrid {
          grid-template-columns: [col] 1fr [col] 2fr [col] 1fr [col] 1fr;
          grid-template-rows: [row] 3fr [row] 1fr [row] 1fr [row] 1fr; } }
      .offsetUp.product1 .productText .drinkGrid div {
        padding: 0px 5%;
        display: flex;
        font-family: "WindsorMN-Bold";
        color: #BD5B3B;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
        border-bottom: 3px solid #BD5B3B;
        border-left: 3px solid #BD5B3B; }
        @media (max-width: 500px) {
          .offsetUp.product1 .productText .drinkGrid div {
            font-size: 18px; } }
      .offsetUp.product1 .productText .drinkGrid .d1 {
        padding: 0px 15px;
        grid-column: col / span 1;
        grid-row: row / span 3;
        border-left: none;
        line-height: 35px;
        font-size: 23px;
        justify-content: center;
        align-items: center; }
        @media (min-width: 900px) and (max-width: 1100px) {
          .offsetUp.product1 .productText .drinkGrid .d1 {
            font-size: 20px;
            line-height: 33px; } }
      .offsetUp.product1 .productText .drinkGrid .d2 {
        grid-column: col 2 / span 4;
        grid-row: row / span 1;
        justify-content: center;
        align-items: center; }
      .offsetUp.product1 .productText .drinkGrid .d3 {
        grid-column: col 2 / span 1;
        grid-row: row 2 / span 1; }
      .offsetUp.product1 .productText .drinkGrid .d4 {
        grid-column: col 3 / span 2;
        grid-row: row 2 / span 1; }
      .offsetUp.product1 .productText .drinkGrid .d4-1 {
        grid-column: col 5 / span 1;
        grid-row: row 2 / span 1; }
      .offsetUp.product1 .productText .drinkGrid .d5 {
        align-items: top;
        grid-column: col 2 / span 1;
        grid-row: row  3 / span 1;
        position: relative; }
        .offsetUp.product1 .productText .drinkGrid .d5 img {
          position: absolute;
          top: 60%;
          left: -50px;
          width: 215px;
          height: 215px;
          background-color: transparent;
          z-index: 1500; }
      .offsetUp.product1 .productText .drinkGrid .d6 {
        grid-column: col 3/ span 1;
        grid-row: row 3/ span 1; }
      .offsetUp.product1 .productText .drinkGrid .d7 {
        align-items: top;
        grid-column: col 4/ span 2;
        grid-row: row 3/ span 1; }
      .offsetUp.product1 .productText .drinkGrid .d5, .offsetUp.product1 .productText .drinkGrid .d6, .offsetUp.product1 .productText .drinkGrid .d7 {
        display: block; }
      @media (max-width: 1000px) {
        .offsetUp.product1 .productText .drinkGrid .d1 {
          grid-column: col / span 4;
          grid-row: row / span 1; }
        .offsetUp.product1 .productText .drinkGrid .d2 {
          grid-column: col 1 / span 4;
          grid-row: row 2/ span 1; }
        .offsetUp.product1 .productText .drinkGrid .d3 {
          grid-column: col 1 / span 1;
          grid-row: row 3 / span 1; }
        .offsetUp.product1 .productText .drinkGrid .d4 {
          grid-column: col 2 / span 2;
          grid-row: row 3 / span 1; }
        .offsetUp.product1 .productText .drinkGrid .d4-1 {
          grid-column: col 4 / span 1;
          grid-row: row 3 / span 1; }
        .offsetUp.product1 .productText .drinkGrid .d5 {
          align-items: top;
          grid-column: col 1 / span 1;
          grid-row: row  4 / span 1;
          position: relative; }
          .offsetUp.product1 .productText .drinkGrid .d5 img {
            position: absolute;
            top: 60%;
            left: 350%; }
        .offsetUp.product1 .productText .drinkGrid .d6 {
          grid-column: col 2/ span 1;
          grid-row: row 4/ span 1; }
        .offsetUp.product1 .productText .drinkGrid .d7 {
          align-items: top;
          grid-column: col 3/ span 2;
          grid-row: row 4/ span 1; }
        .offsetUp.product1 .productText .drinkGrid .d2, .offsetUp.product1 .productText .drinkGrid .d3, .offsetUp.product1 .productText .drinkGrid .d5 {
          border-left: 0px; } }
      @media (max-width: 400px) {
        .offsetUp.product1 .productText .drinkGrid .d4 {
          grid-column: col 2 / span 3; }
        .offsetUp.product1 .productText .drinkGrid .d4-1 {
          display: none; } }
  @media (max-width: 1000px) {
    .offsetUp.product1 img.hiddenSmall {
      display: none; } }
  @media (min-width: 1001px) {
    .offsetUp.product1 img.hiddenBig {
      display: none; } }
  .offsetUp.product1 .checkedCheckBoxes {
    margin-top: 40px;
    margin-left: 2.5%;
    width: 360px; }
    @media (max-width: 750px) {
      .offsetUp.product1 .checkedCheckBoxes {
        margin-left: calc((100% - 360px) / 2); } }
    @media (max-width: 500px) {
      .offsetUp.product1 .checkedCheckBoxes {
        transform: scale(0.8); } }
    @media (max-width: 375px) {
      .offsetUp.product1 .checkedCheckBoxes {
        transform: scale(0.7) translateX(-20px); } }
  .offsetUp.product1 .recipeLink {
    position: absolute;
    width: 90%;
    max-width: 320px;
    z-index: 2500;
    color: #BD5B3B;
    font-family: "WindsorMN-Bold"; }
    @media (min-width: 1001px) {
      .offsetUp.product1 .recipeLink.hiddenBig {
        display: none; } }
    @media (min-width: 1001px) {
      .offsetUp.product1 .recipeLink {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%); } }
    .offsetUp.product1 .recipeLink h3 {
      margin-top: 0px;
      font-family: "WindsorMN-Bold";
      line-height: 1em;
      margin-bottom: 15px; }
    .offsetUp.product1 .recipeLink p {
      margin: 3px 0px 0px 0px;
      font-size: 22px;
      text-align: center; }
    .offsetUp.product1 .recipeLink img {
      max-width: 300px;
      position: static;
      width: 60%;
      margin-left: 50%;
      transform: translateX(-50%); }
    @media (min-width: 751px) and (max-width: 1000px) {
      .offsetUp.product1 .recipeLink {
        bottom: 60px;
        right: calc((100% - 360px - 360px) / 2);
        transform: scale(0.8); } }
    @media (max-width: 750px) {
      .offsetUp.product1 .recipeLink {
        position: static;
        margin: 80px 0px 20px 50%;
        transform: translateX(-50%) scale(1); } }

.offsetUp.product2 {
  height: 900px;
  margin-top: 0px; }
  @media (max-width: 1000px) {
    .offsetUp.product2.hiddenSmall {
      display: none; } }
  .offsetUp.product2 .recipeLink {
    position: absolute;
    width: 90%;
    max-width: 320px;
    z-index: 2500;
    color: #BD5B3B;
    font-family: "WindsorMN-Bold"; }
    @media (min-width: 1001px) {
      .offsetUp.product2 .recipeLink {
        bottom: 25px;
        left: 50%; }
        .offsetUp.product2 .recipeLink.apple-shrub {
          left: 50%;
          transform: translateX(-50%); }
        .offsetUp.product2 .recipeLink.grapefruit-shrub {
          left: 5vw; }
        .offsetUp.product2 .recipeLink.blackberry-shrub {
          left: 5vw; } }
    .offsetUp.product2 .recipeLink h3 {
      font-family: "WindsorMN-Bold";
      line-height: 1em;
      margin-bottom: 15px; }
    .offsetUp.product2 .recipeLink p {
      margin: 3px 0px 0px 0px;
      font-size: 22px;
      text-align: center; }
    .offsetUp.product2 .recipeLink img {
      max-width: 300px;
      position: static;
      width: 60%;
      margin-left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 1000px) {
      .offsetUp.product2 .recipeLink {
        bottom: -9.5px;
        right: 10px;
        transform: scale(0.8); } }
    @media (max-width: 750px) {
      .offsetUp.product2 .recipeLink {
        position: static;
        margin: 80px 0px 20px 50%;
        transform: translateX(-50%) scale(1); } }

.gluten.gluten-product1 {
  position: static;
  max-width: 300px;
  font-size: 12px; }
  @media (min-width: 750px) and (max-width: 1000px) {
    .gluten.gluten-product1 {
      max-width: 90%;
      margin-left: 5%; } }
  @media (max-width: 750px) {
    .gluten.gluten-product1 {
      margin-left: calc((100% - 300px) / 2); } }

.gluten.gluten-product2 {
  position: absolute;
  bottom: -25px;
  left: 5px;
  font-size: 12px; }

@media (min-width: 1001px) {
  .gluten.hiddenBig {
    display: none; } }

@media (max-width: 1000px) {
  .gluten.hiddenSmall {
    display: none; } }

.checkedCheckBoxes {
  position: relative;
  width: 100%;
  font-family: arial;
  font-weight: 400;
  color: #BD5B3B;
  font-size: 24px;
  font-family: "TradeGothicLTPro-BdCn20";
  margin-bottom: 50px; }
  .checkedCheckBoxes span {
    position: relative;
    font-family: "WindsorMN-Bold"; }
    .checkedCheckBoxes span:after {
      position: absolute;
      content: "";
      left: 0%;
      top: 100%;
      background-image: url(/images/bigLine.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 100%;
      max-width: 150px;
      height: 10px; }
    .checkedCheckBoxes span.bigLine:after {
      left: 10%; }
    .checkedCheckBoxes span.medLine:after {
      background-image: url(/images/medLine.png); }
    .checkedCheckBoxes span.smLine:after {
      background-image: url(/images/smLine.png); }
  .checkedCheckBoxes li {
    margin-bottom: 25px;
    list-style-type: none;
    width: 100%;
    position: relative; }
    .checkedCheckBoxes li:before {
      content: "";
      position: absolute;
      z-index: 2000;
      right: 100%;
      bottom: -20%;
      background-image: url(/images/product2-1.png);
      background-size: contain;
      background-repeat: no-repeat;
      height: 50px;
      width: 50px; }

.bkgrnd.product1 {
  background-position: center  center;
  height: calc(100px + 900px);
  position: relative; }
  @media (min-width: 1001px) {
    .bkgrnd.product1.hiddenBig {
      display: none; } }
  @media (max-width: 1000px) {
    .bkgrnd.product1 {
      height: 120vw;
      min-height: 75vh;
      background-position: center 80%;
      width: 150vw; }
      .bkgrnd.product1.blackberry-shrub {
        background-position: center center; }
      .bkgrnd.product1.hiddenSmall {
        display: none; } }
  @media (max-width: 450px) {
    .bkgrnd.product1 {
      height: 80vh;
      min-height: 550px; } }
  .bkgrnd.product1 img.hiddenBig {
    bottom: 0px;
    left: 50vw;
    width: calc(100px + 20vw);
    min-width: 150px;
    max-width: 250px;
    transform: translateY(20%); }
    .bkgrnd.product1 img.hiddenBig.apple-shrub {
      transform: translateY(10%); }
    .bkgrnd.product1 img.hiddenBig.grapefruit-shrub {
      left: 5px;
      transform: translateY(5%) rotate(-45deg); }
    .bkgrnd.product1 img.hiddenBig.blackberry-shrub {
      left: 5px;
      transform: translateY(0%) rotate(-45deg); }
  @media (min-width: 1001px) {
    .bkgrnd.product1 .whiteTriangle-left.hiddenBig {
      display: none; } }

.bkgrnd.product2 {
  height: 900px;
  background-size: cover;
  background-position: center 20%; }
  .bkgrnd.product2.grapefruit-shrub {
    background-position: center top; }

.offsetUp.recipe1 {
  max-height: 1400px;
  min-height: 830px;
  height: calc(130vw + 100px); }

.offsetUp.recipe2 {
  height: auto; }
  .offsetUp.recipe2 .recipeHolder {
    z-index: 1100;
    margin-left: 2%;
    width: 96%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .offsetUp.recipe2 .recipeHolder h1 {
      font-family: "GloucesterMTPro-BoldExtCond";
      font-size: 60px;
      margin-top: 10%;
      margin-left: 3%;
      line-height: 60px;
      letter-spacing: 5px;
      width: 100%;
      text-align: left;
      padding-top: 50px;
      text-transform: capitalize; }
    .offsetUp.recipe2 .recipeHolder ul {
      list-style-type: none; }
    .offsetUp.recipe2 .recipeHolder li, .offsetUp.recipe2 .recipeHolder p {
      font-family: "WindsorMN-Bold";
      color: #BD5B3B;
      font-size: 24px; }
    .offsetUp.recipe2 .recipeHolder li {
      margin-bottom: 20px; }
    .offsetUp.recipe2 .recipeHolder p br {
      line-height: 200%; }
    .offsetUp.recipe2 .recipeHolder p {
      padding-left: 40px;
      width: 80%;
      line-height: 40px; }
    .offsetUp.recipe2 .recipeHolder .bordered {
      border: 3px solid #BD5B3B;
      padding: 2%; }
    .offsetUp.recipe2 .recipeHolder .ingredientsHolder {
      width: 34%;
      border-left: 0px;
      border-right: 0px; }
    .offsetUp.recipe2 .recipeHolder .instructionsHolder {
      width: 56%;
      border-right: 0px;
      flex-direction: column; }
      @media (max-width: 800px) {
        .offsetUp.recipe2 .recipeHolder .instructionsHolder {
          border-left: 0px; } }
    .offsetUp.recipe2 .recipeHolder .buttonContainer {
      margin-left: 50%;
      transform: translateX(-50%);
      margin-bottom: 50px;
      text-decoration: none; }
      .offsetUp.recipe2 .recipeHolder .buttonContainer p {
        margin-left: -5%;
        width: 100%;
        margin-bottom: 5px; }
      .offsetUp.recipe2 .recipeHolder .buttonContainer img {
        margin-left: -5%;
        width: 110%; }
    @media (max-width: 800px) {
      .offsetUp.recipe2 .recipeHolder .bordered {
        width: 100%; }
        .offsetUp.recipe2 .recipeHolder .bordered:first-of-type {
          border-bottom: 0px;
          border-right: 3px; } }

.bkgrnd.recipe1 {
  max-height: 1400px;
  min-height: 830px;
  background-image: url(/images/recipeTest.png);
  background-position: center  center;
  background-size: cover;
  height: calc(130vw + 100px); }
  @media (max-width: 460px) {
    .bkgrnd.recipe1.carrot-in-the-core {
      background-position: 75% center; }
    .bkgrnd.recipe1.grapefruit-shrub-spritz {
      background-position: 40% center; }
    .bkgrnd.recipe1.grapefruit-shrub-rim {
      background-position: 55% top; }
    .bkgrnd.recipe1.blackberry-shrub-mojito {
      background-position: center top; }
    .bkgrnd.recipe1.grapefruit-shrub-paloma {
      background-position: 70% center; }
    .bkgrnd.recipe1.shrub-76 {
      background-position: 45% center; } }

.bkgrnd.recipe2 {
  background-color: white;
  height: auto;
  position: relative; }

.offsetUp.contact1 {
  height: calc(2200px + 20vw);
  max-height: calc(2100px + 280px); }
  .offsetUp.contact1 .sparklingAndOnly {
    position: absolute;
    top: calc(220px + 5vw);
    right: 5%;
    width: 50%;
    max-width: 480px;
    min-width: 270px; }
    @media (min-width: 1400px) {
      .offsetUp.contact1 .sparklingAndOnly {
        top: 290px; } }
    .offsetUp.contact1 .sparklingAndOnly img {
      position: static;
      z-index: 1100;
      max-width: 500px; }
      .offsetUp.contact1 .sparklingAndOnly img.contact1-1 {
        width: 100%;
        max-width: 500px; }
      .offsetUp.contact1 .sparklingAndOnly img.contact1-2 {
        margin-left: 30%;
        width: 50%;
        max-width: 300px; }
    @media (max-width: 500px) {
      .offsetUp.contact1 .sparklingAndOnly {
        right: 50%;
        transform: translateX(50%); } }
  .offsetUp.contact1 .contactContainer {
    position: absolute;
    top: calc(20vw + 320px);
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    min-width: 500px;
    max-width: 650px;
    background-color: #FAF5EF;
    padding: 4vw;
    border-radius: 5px;
    color: black;
    font-family: "WindsorMN-Bold"; }
    @media (min-width: 1400px) {
      .offsetUp.contact1 .contactContainer {
        top: 600px;
        padding: 60px; } }
    @media (max-width: 650px) {
      .offsetUp.contact1 .contactContainer {
        width: 80%;
        min-width: 0px; } }
    .offsetUp.contact1 .contactContainer .ff-field-col {
      flex-direction: column; }
    .offsetUp.contact1 .contactContainer .ff-form-main {
      margin-right: 0px;
      width: 100%;
      max-width: 1000px; }
    .offsetUp.contact1 .contactContainer #dvFastForms .ff-group-row {
      max-width: 1000px; }
    .offsetUp.contact1 .contactContainer .ff-item-row {
      max-width: 1000px; }
      .offsetUp.contact1 .contactContainer .ff-item-row:first-of-type {
        text-align: center;
        width: 100%;
        font-size: 30px;
        max-width: 260px;
        margin-left: calc(50% - 130px); }
      .offsetUp.contact1 .contactContainer .ff-item-row:nth-child(16) {
        position: relative; }
        .offsetUp.contact1 .contactContainer .ff-item-row:nth-child(16) .ff-col-1 {
          margin-left: 30px; }
        .offsetUp.contact1 .contactContainer .ff-item-row:nth-child(16) .ff-col-2 {
          position: absolute;
          top: 43px; }
          .offsetUp.contact1 .contactContainer .ff-item-row:nth-child(16) .ff-col-2 input {
            position: relative; }
            .offsetUp.contact1 .contactContainer .ff-item-row:nth-child(16) .ff-col-2 input:after {
              position: absolute;
              left: 40%; }
    .offsetUp.contact1 .contactContainer h3, .offsetUp.contact1 .contactContainer p, .offsetUp.contact1 .contactContainer input, .offsetUp.contact1 .contactContainer label {
      width: 100%;
      font-family: "WindsorMN-Bold";
      color: black; }
    .offsetUp.contact1 .contactContainer .ff-label-col {
      margin-bottom: 15px;
      margin-top: 30px; }
    .offsetUp.contact1 .contactContainer #dvFastForms .ff-invalid-msg {
      font-family: "WindsorMN-Bold";
      margin-left: 10px;
      position: relative;
      width: 100%; }
    .offsetUp.contact1 .contactContainer select {
      width: 100%; }
      .offsetUp.contact1 .contactContainer select option {
        font-size: 14px; }
    .offsetUp.contact1 .contactContainer textarea {
      width: calc(100% - 8px);
      height: 100px;
      resize: none; }
    .offsetUp.contact1 .contactContainer #Contact.MailingCountry {
      background-color: gray; }
    .offsetUp.contact1 .contactContainer input, .offsetUp.contact1 .contactContainer select, .offsetUp.contact1 .contactContainer textarea {
      border: 5px solid #BD5B3B;
      border-width: 3px !important;
      background-color: white;
      border-radius: 5px;
      min-height: 25px;
      color: black; }
    .offsetUp.contact1 .contactContainer input, .offsetUp.contact1 .contactContainer .ff-multipicklist {
      text-indent: 10px; }
    .offsetUp.contact1 .contactContainer input[type=button]#btnsubmit.sectionHeader.ff-btn-submit, .offsetUp.contact1 .contactContainer #dvFastForms button.ff-btn-submit {
      font-family: "WindsorMN-Bold";
      height: 35px;
      background-color: #BD5B3B;
      color: white;
      font-size: 25px;
      border: none; }
      .offsetUp.contact1 .contactContainer input[type=button]#btnsubmit.sectionHeader.ff-btn-submit:hover, .offsetUp.contact1 .contactContainer #dvFastForms button.ff-btn-submit:hover {
        background-color: #F5B69C;
        color: #BD5B3B; }
    .offsetUp.contact1 .contactContainer input[type=checkbox] {
      width: auto;
      position: relative; }
      .offsetUp.contact1 .contactContainer input[type=checkbox]:after {
        position: absolute;
        left: 120%;
        top: 30%;
        content: "*";
        font-family: Georgia;
        font-size: 12px;
        color: red; }
    .offsetUp.contact1 .contactContainer .ff-footnote-label {
      font-size: 16px; }
    .offsetUp.contact1 .contactContainer .footnoteDiv {
      text-align: left; }
    .offsetUp.contact1 .contactContainer .ff-col-1.ff-label-col > span {
      display: none; }
    .offsetUp.contact1 .contactContainer input {
      width: calc(100% - 8px); }
      .offsetUp.contact1 .contactContainer input.message {
        height: 200px; }
    .offsetUp.contact1 .contactContainer div.ff-load-img {
      left: 50%;
      transform: translateX(-50%); }
    .offsetUp.contact1 .contactContainer div.footnoteDiv span {
      display: none; }

.bkgrnd.contact1 {
  background-image: url(/images/contact.jpg);
  background-position: center  center;
  background-size: cover;
  height: calc(2200px + 20vw); }

#dialog {
  background-color: white;
  font-family: "WindsorMN-Bold";
  font-size: 25px; }

#dvFastForms button.ff-btn-submit {
  font-family: "WindsorMN-Bold";
  height: 35px;
  background-color: #BD5B3B;
  color: white;
  font-size: 25px;
  border: none;
  width: 100px;
  text-align: center; }
  #dvFastForms button.ff-btn-submit:hover {
    background-color: #F5B69C;
    color: #BD5B3B; }

#lblContactCaseAPrivacy_and_Cookie_Notice_Confirm__c > p:nth-child(1) > span, #lblContactCaseAPrivacy_and_Cookie_Notice_Confirm__c > p:nth-child(2) > span {
  color: black !important; }

.offsetUp:first-of-type {
  margin-top: 0px; }

.offsetUp:last-of-type {
  margin-bottom: 100px; }

.offsetUp.events1 {
  height: 52vw;
  max-height: 600px;
  min-height: 400px; }
  .offsetUp.events1 .hugeText {
    font-family: "WindsorMN-Bold";
    line-height: 10vw;
    font-size: 10vw;
    width: 80%;
    max-width: 1000px;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 75%;
    margin: 0px;
    transform: translate(-50%, -50%);
    text-shadow: .4vw .4vw white; }
    @media (max-width: 600px) {
      .offsetUp.events1 .hugeText {
        font-size: 60px;
        line-height: 50px;
        width: 100%; } }
    @media (max-width: 450px) {
      .offsetUp.events1 .hugeText {
        font-size: 50px;
        line-height: 40px; } }
    @media (min-width: 1300px) {
      .offsetUp.events1 .hugeText {
        bottom: -130px;
        font-size: 130px;
        line-height: 130px; } }

.offsetUp.events2 {
  height: auto;
  margin-bottom: 100px; }
  .offsetUp.events2 .calendarContainer {
    margin-left: 5%;
    width: 90%;
    height: auto;
    z-index: 2000;
    display: flex;
    flex-direction: column; }
    .offsetUp.events2 .calendarContainer h3 {
      color: black;
      font-family: "WindsorMN-Bold";
      text-transform: uppercase;
      margin-top: 3vw;
      margin-bottom: 8vw; }
      @media (min-width: 1400px) {
        .offsetUp.events2 .calendarContainer h3 {
          margin-top: 75px;
          margin-bottom: 100px; } }
      @media (max-width: 450px) {
        .offsetUp.events2 .calendarContainer h3 {
          font-size: 30px; } }
    @media (min-width: 601px) {
      .offsetUp.events2 .calendarContainer .monthDropdown {
        display: none; } }
    .offsetUp.events2 .calendarContainer .monthDropdown .selectAMonthText {
      text-align: center; }
    .offsetUp.events2 .calendarContainer .monthDropdown .select {
      position: relative;
      height: 50px;
      background: white;
      background-color: transparent;
      width: 150px;
      margin-left: calc(50% - 75px); }
      .offsetUp.events2 .calendarContainer .monthDropdown .select:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        right: 13px;
        bottom: 0;
        margin: auto;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: black transparent transparent transparent;
        pointer-events: none; }
      .offsetUp.events2 .calendarContainer .monthDropdown .select:before {
        width: 35px;
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        background: red;
        content: '';
        pointer-events: none;
        border-radius: 10px 10px 10px 10px;
        z-index: -1; }
      .offsetUp.events2 .calendarContainer .monthDropdown .select:hover:before {
        background: #F5B69C; }
      .offsetUp.events2 .calendarContainer .monthDropdown .select select {
        font-family: "WindsorMN-Bold";
        color: #BD5B3B;
        font-size: 18px;
        border: none;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
        height: 100%;
        width: 100%;
        cursor: pointer;
        outline: none;
        padding-right: 35xpx;
        padding-left: 15px;
        border: 2px solid black;
        border-radius: 10px 10px 10px 10px;
        -moz-appearance: none;
        -webkit-appearance: none; }
        .offsetUp.events2 .calendarContainer .monthDropdown .select select:hover, .offsetUp.events2 .calendarContainer .monthDropdown .select select:active {
          background-color: #BD5B3B;
          color: white; }
        .offsetUp.events2 .calendarContainer .monthDropdown .select select option {
          text-transform: capitalize; }
        .offsetUp.events2 .calendarContainer .monthDropdown .select select:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000; }
        .offsetUp.events2 .calendarContainer .monthDropdown .select select::-ms-expand {
          display: none; }
        .offsetUp.events2 .calendarContainer .monthDropdown .select select .monthSelectOption {
          position: fixed;
          right: 0px;
          top: 0px; }
        .offsetUp.events2 .calendarContainer .monthDropdown .select select.focusAttached option {
          position: absolute;
          right: 100px;
          top: 0px; }
    .offsetUp.events2 .calendarContainer .monthContainer {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 600px) {
        .offsetUp.events2 .calendarContainer .monthContainer {
          display: none; } }
      .offsetUp.events2 .calendarContainer .monthContainer div {
        display: flex;
        padding: 5px;
        width: 55px; }
        @media (max-width: 950px) {
          .offsetUp.events2 .calendarContainer .monthContainer div {
            margin-left: 3vw;
            margin-right: 3vw;
            margin-top: 5px; } }
        @media (max-width: 750px) {
          .offsetUp.events2 .calendarContainer .monthContainer div {
            padding: 2px;
            margin-left: calc((100% - 360px) / 12);
            margin-right: calc((100% - 360px) / 12); } }
      .offsetUp.events2 .calendarContainer .monthContainer .clickToSetMonth {
        text-align: center;
        text-transform: capitalize;
        font-size: 25px;
        line-height: 35px;
        color: #BD5B3B;
        text-shadow: 1.5px 1.5px darkred;
        font-family: "WindsorMN-Bold";
        cursor: pointer;
        position: relative;
        opacity: .5;
        border-bottom: 3px solid transparent; }
        @media (min-width: 1000px) {
          .offsetUp.events2 .calendarContainer .monthContainer .clickToSetMonth {
            font-size: 30px; } }
        .offsetUp.events2 .calendarContainer .monthContainer .clickToSetMonth.hasEvent {
          opacity: 1; }
        .offsetUp.events2 .calendarContainer .monthContainer .clickToSetMonth.userSelectedMonth {
          border-bottom: 3px solid #F5B69C; }
        .offsetUp.events2 .calendarContainer .monthContainer .clickToSetMonth:hover {
          opacity: 1; }
    .offsetUp.events2 .calendarContainer .notSlider {
      width: 100%;
      height: 5px;
      margin-top: 100px; }
    .offsetUp.events2 .calendarContainer #calendarEvents {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: wrap; }
      @media (max-width: 640px) {
        .offsetUp.events2 .calendarContainer #calendarEvents {
          justify-content: center; } }
      .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel {
        max-width: 400px;
        height: 400px;
        position: relative;
        width: 25%;
        min-width: 250px;
        margin-bottom: 40px;
        padding: 20px;
        background-color: #F5B69C;
        box-shadow: 1vw 1vw #F7F0E8;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (max-width: 1100px) {
          .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel {
            width: 40%; } }
        @media (max-width: 800px) {
          .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel {
            width: 90%; } }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel h1, .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel h3, .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel p {
          position: absolute;
          margin: 0px;
          text-align: left;
          color: #BD5B3B;
          font-family: "WindsorMN-Bold"; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel h1 {
          top: 10%;
          left: 5%;
          width: 90%;
          font-size: 35px;
          line-height: 35px;
          text-shadow: 2px 2px #ffe4d8; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel h3 {
          left: 5%;
          width: 90%;
          color: white;
          font-size: 20px;
          max-width: 315px; }
          .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel h3.date {
            text-transform: capitalize; }
          .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel h3:not(.lastH3) {
            font-size: 25px;
            top: 50%;
            letter-spacing: 1px; }
          .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel h3.lastH3 {
            top: none;
            bottom: 10%;
            width: calc(90% - 10% - 35px);
            display: flex;
            font-family: "WindsorMN-Bold";
            color: #BD5B3B;
            text-transform: none; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel p {
          min-height: 40%;
          font-family: arial;
          width: calc(80%);
          font-size: 20px; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel:hover {
          background-color: #BD5B3B;
          box-shadow: 1vw 1vw #F5B69C; }
          .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel:hover h1, .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel:hover h3, .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel:hover p {
            color: white; }
          .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel:hover h1 {
            text-shadow: 2px 2px #8b3f25; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel:active {
          transform: translate(0.5vw, 0.5vw);
          box-shadow: 0.5vw 0.5vw #F5B69C; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel.visiblePanel {
          display: flex; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel.hiddenPanel {
          display: none; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel:after {
          position: absolute;
          bottom: 10%;
          right: 5%;
          content: "";
          background: #BD5B3B url(/images/arrowPink.png) no-repeat center center;
          background-size: 50% 50%;
          width: 35px;
          height: 35px;
          padding: 5px;
          border-radius: 50%;
          transition: transform .5s; }
        .offsetUp.events2 .calendarContainer #calendarEvents .eventPanel:hover:after {
          background: #F5B69C url(/images/arrowRed.png) no-repeat center center;
          background-size: 50% 50%; }
      .offsetUp.events2 .calendarContainer #calendarEvents .noEvents {
        font-family: "WindsorMN-Bold"; }
        .offsetUp.events2 .calendarContainer #calendarEvents .noEvents.visiblePanel {
          display: flex; }
        .offsetUp.events2 .calendarContainer #calendarEvents .noEvents.hiddenPanel {
          display: none; }
    .offsetUp.events2 .calendarContainer #showMoreButton {
      width: 200px;
      padding: 15px;
      border: 3px solid black;
      margin-left: 50%;
      transform: translateX(-50%);
      border-radius: 15px;
      font-family: "WindsorMN-Bold";
      color: #BD5B3B;
      box-shadow: 1vw 1vw #F7F0E8;
      cursor: pointer;
      text-align: center; }
      .offsetUp.events2 .calendarContainer #showMoreButton:active {
        transform: translateX(-50%) translate(0.5vw, 0.5vw);
        box-shadow: 0.5vw 0.5vw #F7F0E8; }
      .offsetUp.events2 .calendarContainer #showMoreButton.visiblePanel {
        display: block; }
      .offsetUp.events2 .calendarContainer #showMoreButton.hiddenPanel {
        display: none; }
      .offsetUp.events2 .calendarContainer #showMoreButton:hover {
        background-color: #BD5B3B;
        color: white; }
  .offsetUp.events2 .hugeText {
    font-family: "WindsorMN-Bold";
    line-height: 11vw;
    width: 80%;
    max-width: 1000px;
    font-size: 10vw;
    position: absolute;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: .4vw .4vw white; }
    @media (max-width: 600px) {
      .offsetUp.events2 .hugeText {
        font-size: 50px; } }
    @media (min-width: 1300px) {
      .offsetUp.events2 .hugeText {
        font-size: 130px;
        line-height: 142px;
        top: -284px; } }

.bkgrnd.events1 {
  background-color: #F5B69C;
  height: 50vw;
  max-height: 600px;
  min-height: 400px; }

.bkgrnd.events2 {
  background-color: white; }

.fourOhFour {
  width: 96%;
  margin-top: 75px;
  margin-bottom: 100px;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .fourOhFour h1, .fourOhFour h3, .fourOhFour p {
    text-align: center;
    margin-bottom: 0px;
    color: #BD5B3B; }
  .fourOhFour h1 {
    font-family: "GloucesterMTPro-BoldExtCond";
    font-size: 15vw;
    line-height: 15vw; }
  .fourOhFour h3 {
    font-family: "WindsorMN-Bold";
    font-size: 5vw;
    line-height: 5vw; }
  .fourOhFour p {
    font-family: "WindsorMN-Bold";
    font-size: 3.5vw; }
  .fourOhFour a {
    color: #494168; }
  @media (max-width: 700px) {
    .fourOhFour {
      margin-top: 100px;
      margin-bottom: 75px; }
      .fourOhFour h1 {
        font-size: 130px;
        line-height: 150px; }
      .fourOhFour h3 {
        font-size: 35px;
        line-height: 35px; }
      .fourOhFour p {
        font-size: 25px;
        line-height: 25px; } }
  @media (max-width: 500px) {
    .fourOhFour h1 {
      font-size: 20vw;
      line-height: 20vw; } }
  @media (min-width: 1400px) {
    .fourOhFour {
      margin-top: 100px; }
      .fourOhFour h1 {
        font-size: 200px;
        line-height: 200px; }
      .fourOhFour h3 {
        font-size: 50px;
        line-height: 50px; }
      .fourOhFour p {
        font-size: 35px;
        line-height: 35px; } }

@media all and (-ms-high-contrast: none) and (min-width: 751px), (-ms-high-contrast: active) and (min-width: 751px) {
  .navBar > a {
    margin-left: calc((100% - 751px)/8); } }

@supports (-ms-accelerator: true) {
  @media (min-width: 751px) {
    .navBar > a {
      margin-left: calc((100% - 751px)/8); } } }

@supports (-ms-ime-align: auto) {
  @media (min-width: 751px) {
    .navBar > a {
      margin-left: calc((100% - 751px)/8); } } }

@media all and (-ms-high-contrast: none) and (max-width: 930px), (-ms-high-contrast: active) and (max-width: 930px) {
  .textHolder {
    margin-bottom: 100px; } }

@media all and (-ms-high-contrast: none) and (max-width: 700px), (-ms-high-contrast: active) and (max-width: 700px) {
  .textHolder {
    margin-bottom: 5r0px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .offsetUp.index2 img.index2-1 {
    bottom: calc(100% + 50px); }
  .offsetUp.index2 img.index2-2 {
    bottom: 60px; }
  .offsetUp.index3 {
    margin-top: -105px;
    z-index: 100; }
  .offsetUp.index4 {
    z-index: 600;
    height: auto; }
  .offsetUp.about1 {
    position: relative; }
    .offsetUp.about1 .IEgradient {
      position: absolute;
      top: 805px;
      left: 0px;
      width: 100%;
      height: 200px;
      z-index: 0;
      background-image: url(/images/IE/IEabout1Gradient.png); }
  .offsetUp.findUs1 {
    max-height: 1065px;
    height: 1065px; }
  .offsetUp.findUs2 {
    margin-top: 0px; }
  .offsetUp.findUs3 .findUs3-1 {
    transform: translateY(-45%) rotate(-30deg); }
  .offsetUp.events2 .slanted-line-left-wide-white {
    display: block;
    background-image: url(/images/IE/IEeventsSlash.png);
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 50px; }
  .offsetUp.events3 .bkgrnd.index4 {
    height: 600px; }
  .offsetUp.flavors2, .offsetUp.flavors3 {
    margin-top: 0px; }
  .offsetUp .flavorTransition {
    display: block;
    position: absolute;
    top: -75px;
    left: 0px;
    z-index: 2;
    height: 100px;
    background-size: cover;
    width: 100%; }
    .offsetUp .flavorTransition.transition1to2 {
      background-image: url(/images/IE/IEtransition1to2.png); }
    .offsetUp .flavorTransition.transition2to3 {
      background-image: url(/images/IE/IEtransition2to3.png); }
  .bkgrnd.index2 {
    background-image: url(/images/IE/index2IE.png);
    background-size: cover;
    background-position: center center; }
  .bkgrnd.index3 {
    background-image: url(/images/IE/index3IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 100; }
  .bkgrnd.index4 {
    background-image: url(/images/IE/index4IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 1500;
    height: 50vw;
    max-height: 600px; }
    .bkgrnd.index4.events3 {
      margin-bottom: -100px; }
  .bkgrnd.index5 {
    background-image: url(/images/IE/index5IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 100; }
  .bkgrnd.about3 {
    background-image: url(/images/IE/IEabout3v3.png);
    background-size: cover;
    background-position: center top; }
  .bkgrnd.findUs3 {
    background-image: url(/images/IE/IEfindUs3.png);
    background-size: cover;
    background-position: center top; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1000px), (-ms-high-contrast: active) and (max-width: 1000px) {
    .bkgrnd.findUs3 {
      background-position: left top; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bkgrnd.findUs1 {
    background-image: url(/images/IE/IEfindUs1v2.png);
    background-position: center bottom;
    background-size: cover;
    max-height: 1065px;
    height: 1065px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 750px), (-ms-high-contrast: active) and (max-width: 750px) {
    .bkgrnd.findUs1 {
      background-position: 33% bottom; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bkgrnd.findUs2 {
    margin-top: 0px; }
  div.slanted-line-right-wide {
    display: none; }
  .slanted-line-right, .slanted-line-left, div.slanted-line-left-wide-white, .redMask, .orangeMask, .whiteMask {
    display: none; }
  div.slanted-line-left-wide-white {
    clip-path: none;
    display: block; }
  .allDrinksPanelContainer .colored-shape {
    background-color: transparent;
    background-size: cover;
    background-position: center center; }
    .allDrinksPanelContainer .colored-shape.pink {
      background-image: url(/images/IE/pinkShape.png); }
    .allDrinksPanelContainer .colored-shape.orange {
      background-image: url(/images/IE/orangeShape.png); }
    .allDrinksPanelContainer .colored-shape.blue {
      background-image: url(/images/IE/purpleShape.png); }
    .allDrinksPanelContainer .colored-shape.red {
      background-image: url(/images/IE/redShape.png); }
  #monthDropdownSelect {
    color: black; }
  .select select {
    color: black; }
    .select select.focusAttached, .select select:hover {
      color: white; }
  .offsetUp.product1 .productText .drinkGrid div {
    float: left;
    padding: 0 0 0 10px;
    height: 98px; }
    .offsetUp.product1 .productText .drinkGrid div.d1 {
      height: 300px;
      width: calc(50% - 20px); }
    .offsetUp.product1 .productText .drinkGrid div.d2 {
      width: calc(50% - 23px); }
    .offsetUp.product1 .productText .drinkGrid div.d3 {
      width: calc(14% - 20px); }
    .offsetUp.product1 .productText .drinkGrid div.d4 {
      width: calc(36% - 16px); }
    .offsetUp.product1 .productText .drinkGrid div.d4-1 {
      display: none; }
    .offsetUp.product1 .productText .drinkGrid div.d5 {
      width: calc(14% - 20px); }
    .offsetUp.product1 .productText .drinkGrid div.d6 {
      width: calc(18% - 20px); }
    .offsetUp.product1 .productText .drinkGrid div.d7 {
      width: calc(18% - 10px); } }
  @media all and (-ms-high-contrast: none) and (max-width: 1000px), (-ms-high-contrast: active) and (max-width: 1000px) {
    .offsetUp.product1 .productText .drinkGrid div {
      padding-right: 10px;
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1000px) and (max-width: 500px), (-ms-high-contrast: active) and (max-width: 1000px) and (max-width: 500px) {
    .offsetUp.product1 .productText .drinkGrid div {
      font-size: 16px;
      line-height: 22px; }
      .offsetUp.product1 .productText .drinkGrid div.d1 {
        font-size: 20px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1000px) and (max-width: 400px), (-ms-high-contrast: active) and (max-width: 1000px) and (max-width: 400px) {
    .offsetUp.product1 .productText .drinkGrid div {
      font-size: 13px;
      line-height: 25px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1000px), (-ms-high-contrast: active) and (max-width: 1000px) {
      .offsetUp.product1 .productText .drinkGrid div.d1 {
        height: calc(600px - 50vw);
        min-height: 200px;
        max-height: 500px;
        width: calc(100% - 15px);
        padding-right: 0px; }
      .offsetUp.product1 .productText .drinkGrid div.d2 {
        width: calc(100% - (10px * 2) - (2px)); }
      .offsetUp.product1 .productText .drinkGrid div.d3 {
        width: calc(30% - (10px * 2) - (2px)); }
      .offsetUp.product1 .productText .drinkGrid div.d4 {
        width: calc(70% - (10px * 2) - (2px)); }
      .offsetUp.product1 .productText .drinkGrid div.d5 {
        width: calc(30% - (10px * 2) - (2px)); }
      .offsetUp.product1 .productText .drinkGrid div.d6 {
        width: calc(40% - (10px * 2) - (2px)); }
      .offsetUp.product1 .productText .drinkGrid div.d7 {
        width: calc(30% - (10px * 2) - (2px)); } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .offsetUp.product1 .productText .gluten {
    clear: both; }
  .offsetUp.product1 a.recipeLink.hiddenBig {
    transform: none;
    margin: 0px !important; } }
  @media all and (-ms-high-contrast: none) and (max-width: 750px), (-ms-high-contrast: active) and (max-width: 750px) {
    .offsetUp.product1 a.recipeLink.hiddenBig h3 {
      margin-left: 50%;
      transform: translateX(-50%);
      max-width: 500px;
      width: 94%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .checkedCheckBoxes {
    float: left; }
  #footerWrapper {
    clear: both; } }

@supports (-ms-accelerator: true) {
  .offsetUp.index2 img.index2-1 {
    bottom: calc(100% + 50px); }
  .offsetUp.index2 img.index2-2 {
    bottom: 60px; }
  .offsetUp.index3 {
    margin-top: -105px;
    z-index: 100; }
  .offsetUp.index4 {
    z-index: 600;
    height: auto; }
  .offsetUp.about1 {
    position: relative; }
    .offsetUp.about1 .IEgradient {
      position: absolute;
      top: 805px;
      left: 0px;
      width: 100%;
      height: 200px;
      z-index: 0;
      background-image: url(/images/IE/IEabout1Gradient.png); }
  .offsetUp.findUs1 {
    max-height: 1065px;
    height: 1065px; }
  .offsetUp.findUs2 {
    margin-top: 0px; }
  .offsetUp.findUs3 .findUs3-1 {
    transform: translateY(-45%) rotate(-30deg); }
  .offsetUp.events2 .slanted-line-left-wide-white {
    display: block;
    background-image: url(/images/IE/IEeventsSlash.png);
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 50px; }
  .offsetUp.events3 .bkgrnd.index4 {
    height: 600px; }
  .offsetUp.flavors2, .offsetUp.flavors3 {
    margin-top: 0px; }
  .offsetUp .flavorTransition {
    display: block;
    position: absolute;
    top: -75px;
    left: 0px;
    z-index: 2;
    height: 100px;
    background-size: cover;
    width: 100%; }
    .offsetUp .flavorTransition.transition1to2 {
      background-image: url(/images/IE/IEtransition1to2.png); }
    .offsetUp .flavorTransition.transition2to3 {
      background-image: url(/images/IE/IEtransition2to3.png); }
  .bkgrnd.index2 {
    background-image: url(/images/IE/index2IE.png);
    background-size: cover;
    background-position: center center; }
  .bkgrnd.index3 {
    background-image: url(/images/IE/index3IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 100; }
  .bkgrnd.index4 {
    background-image: url(/images/IE/index4IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 1500;
    height: 50vw;
    max-height: 600px; }
    .bkgrnd.index4.events3 {
      margin-bottom: -100px; }
  .bkgrnd.index5 {
    background-image: url(/images/IE/index5IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 100; }
  .bkgrnd.about3 {
    background-image: url(/images/IE/IEabout3v3.png);
    background-size: cover;
    background-position: center top; }
  .bkgrnd.findUs3 {
    background-image: url(/images/IE/IEfindUs3.png);
    background-size: cover;
    background-position: center top; }
    @media (max-width: 1000px) {
      .bkgrnd.findUs3 {
        background-position: left top; } }
  .bkgrnd.findUs1 {
    background-image: url(/images/IE/IEfindUs1v2.png);
    background-position: center bottom;
    background-size: cover;
    max-height: 1065px;
    height: 1065px; }
    @media (max-width: 750px) {
      .bkgrnd.findUs1 {
        background-position: 33% bottom; } }
  .bkgrnd.findUs2 {
    margin-top: 0px; }
  div.slanted-line-right-wide {
    display: none; }
  .slanted-line-right, .slanted-line-left, div.slanted-line-left-wide-white, .redMask, .orangeMask, .whiteMask {
    display: none; }
  div.slanted-line-left-wide-white {
    clip-path: none;
    display: block; } }

@supports (-ms-ime-align: auto) {
  .offsetUp.index2 img.index2-1 {
    bottom: calc(100% + 50px); }
  .offsetUp.index2 img.index2-2 {
    bottom: 60px; }
  .offsetUp.index3 {
    margin-top: -105px;
    z-index: 100; }
  .offsetUp.index4 {
    z-index: 600;
    height: auto; }
  .offsetUp.about1 {
    position: relative; }
    .offsetUp.about1 .IEgradient {
      position: absolute;
      top: 805px;
      left: 0px;
      width: 100%;
      height: 200px;
      z-index: 0;
      background-image: url(/images/IE/IEabout1Gradient.png); }
  .offsetUp.findUs1 {
    max-height: 1065px;
    height: 1065px; }
  .offsetUp.findUs2 {
    margin-top: 0px; }
  .offsetUp.findUs3 .findUs3-1 {
    transform: translateY(-45%) rotate(-30deg); }
  .offsetUp.events2 .slanted-line-left-wide-white {
    display: block;
    background-image: url(/images/IE/IEeventsSlash.png);
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 50px; }
  .offsetUp.events3 .bkgrnd.index4 {
    height: 600px; }
  .offsetUp.flavors2, .offsetUp.flavors3 {
    margin-top: 0px; }
  .offsetUp .flavorTransition {
    display: block;
    position: absolute;
    top: -75px;
    left: 0px;
    z-index: 2;
    height: 100px;
    background-size: cover;
    width: 100%; }
    .offsetUp .flavorTransition.transition1to2 {
      background-image: url(/images/IE/IEtransition1to2.png); }
    .offsetUp .flavorTransition.transition2to3 {
      background-image: url(/images/IE/IEtransition2to3.png); }
  .bkgrnd.index2 {
    background-image: url(/images/IE/index2IE.png);
    background-size: cover;
    background-position: center center; }
  .bkgrnd.index3 {
    background-image: url(/images/IE/index3IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 100; }
  .bkgrnd.index4 {
    background-image: url(/images/IE/index4IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 1500;
    height: 50vw;
    max-height: 600px; }
    .bkgrnd.index4.events3 {
      margin-bottom: -100px; }
  .bkgrnd.index5 {
    background-image: url(/images/IE/index5IE.png);
    background-size: cover;
    background-position: center center;
    z-index: 100; }
  .bkgrnd.about3 {
    background-image: url(/images/IE/IEabout3v3.png);
    background-size: cover;
    background-position: center top; }
  .bkgrnd.findUs3 {
    background-image: url(/images/IE/IEfindUs3.png);
    background-size: cover;
    background-position: center top; }
    @media (max-width: 1000px) {
      .bkgrnd.findUs3 {
        background-position: left top; } }
  .bkgrnd.findUs1 {
    background-image: url(/images/IE/IEfindUs1v2.png);
    background-position: center bottom;
    background-size: cover;
    max-height: 1065px;
    height: 1065px; }
    @media (max-width: 750px) {
      .bkgrnd.findUs1 {
        background-position: 33% bottom; } }
  .bkgrnd.findUs2 {
    margin-top: 0px; }
  div.slanted-line-right-wide {
    display: none; }
  .slanted-line-right, .slanted-line-left, div.slanted-line-left-wide-white, .redMask, .orangeMask, .whiteMask {
    display: none; }
  div.slanted-line-left-wide-white {
    clip-path: none;
    display: block; } }
