html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Font Colors */
/* General Colours */
@font-face {
  font-family: 'Berthold Condensed';
  src: url("../fonts/block_berthold_condensed/block-berthold-extra-condensed.eot");
  src: url("../fonts/block_berthold_condensed/block-berthold-extra-condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/block_berthold_condensed/block-berthold-extra-condensed.woff") format("woff"), url("../fonts/block_berthold_condensed/block-berthold-extra-condensed.ttf") format("truetype"), url("../fonts/block_berthold_condensed/block-berthold-extra-condensed.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Whitney Book';
  src: url("../fonts/whitney_book/whitney-book.eot");
  src: url("../fonts/whitney_book/whitney-book.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney_book/whitney-book.woff") format("woff"), url("../fonts/whitney_book/whitney-book.ttf") format("truetype"), url("../fonts/whitney_book/whitney-book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Whitney Medium';
  src: url("../fonts/whitney_medium/whitney-medium.eot");
  src: url("../fonts/whitney_medium/whitney-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney_medium/whitney-medium.woff") format("woff"), url("../fonts/whitney_medium/whitney-medium.ttf") format("truetype"), url("../fonts/whitney_medium/whitney-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Whitney Bold';
  src: url("../fonts/whitney_bold/whitney-bold.eot");
  src: url("../fonts/whitney_bold/whitney-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney_bold/whitney-bold.woff") format("woff"), url("../fonts/whitney_bold/whitney-bold.ttf") format("truetype"), url("../fonts/whitney_bold/whitney-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

h2.block__title, .node--feedback.view-mode-teaser .field--name-title a.block__title, .facebook-feed h2, .facebook-feed .node--feedback.view-mode-teaser .field--name-title a, .node--feedback.view-mode-teaser .field--name-title .facebook-feed a {
  font-family: "Berthold Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0.3em 0 0.6em;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.1em; }

body {
  -webkit-font-smoothing: antialiased; }

a {
  color: #51b0d8;
  text-decoration: none;
  font-family: "Whitney Medium", sans-serif; }
  a:hover {
    color: #f28c2f;
    text-decoration: underline; }

hr {
  border: 1px solid #ffcc00;
  margin: 1.5em 0; }

.feature {
  background-color: #eeeeee;
  padding: 1em; }

.google-map {
  margin-top: 1em;
  margin-bottom: -3.8em; }

@media screen and (min-width: 320px) {
  .mobile, .mobile-menu {
    display: block; } }

@media screen and (min-width: 768px) {
  .mobile, .mobile-menu {
    display: none; } }

@media screen and (min-width: 1024px) {
  .mobile, .mobile-menu {
    display: none; } }

.tablet {
  display: none; }
  @media screen and (min-width: 320px) {
    .tablet {
      display: none; } }
  @media screen and (min-width: 768px) {
    .tablet {
      display: block; } }
  @media screen and (min-width: 1024px) {
    .tablet {
      display: none; } }

.desktop {
  display: none; }
  @media screen and (min-width: 320px) {
    .desktop {
      display: none; } }
  @media screen and (min-width: 768px) {
    .desktop {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .desktop {
      display: block; } }

.not-mobile {
  display: none; }
  @media screen and (min-width: 320px) {
    .not-mobile {
      display: none !important; } }
  @media screen and (min-width: 768px) {
    .not-mobile {
      display: block !important; } }
  @media screen and (min-width: 1024px) {
    .not-mobile {
      display: block !important; } }

@media screen and (min-width: 320px) {
  .not-tablet {
    display: block; } }

@media screen and (min-width: 768px) {
  .not-tablet {
    display: none; } }

@media screen and (min-width: 1024px) {
  .not-tablet {
    display: block; } }

@media screen and (min-width: 320px) {
  .not-desktop {
    display: block; } }

@media screen and (min-width: 768px) {
  .not-desktop {
    display: block; } }

@media screen and (min-width: 1024px) {
  .not-desktop {
    display: none; } }

body {
  font-family: "Whitney Book", sans-serif;
  color: #333333;
  line-height: 1.4em; }

h1, .paragraphs-item-three-image-column.view-mode-full > .group-header .field--name-field-title {
  font-family: "Berthold Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1em;
  font-weight: 300;
  font-size: 2.5em;
  margin: 0.25em 0; }
  .title-none h1, .title-none .paragraphs-item-three-image-column.view-mode-full > .group-header .field--name-field-title, .paragraphs-item-three-image-column.view-mode-full > .group-header .title-none .field--name-field-title {
    display: none; }

h2, .node--feedback.view-mode-teaser .field--name-title a {
  font-family: "Whitney Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0.3em 0 0.6em;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.1em; }

h3 {
  font-size: 1.7em;
  line-height: 1.2em; }

p {
  margin: 0.3em auto 1em auto; }

strong {
  font-family: 'Whitney Bold';
  font-weight: normal;
  font-style: normal; }

.contained, .l-footer .l-region--footer, .l-main, .home-triptych .block__content, .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items {
  width: 100%;
  padding: 0 3%; }
  @media screen and (min-width: 768px) {
    .contained, .l-footer .l-region--footer, .l-main, .home-triptych .block__content, .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items {
      padding: 0 2%; } }
  @media screen and (min-width: 1024px) {
    .contained, .l-footer .l-region--footer, .l-main, .home-triptych .block__content, .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items {
      max-width: 1024px;
      margin: auto; } }
  @media screen and (min-width: 1280px) {
    .contained, .l-footer .l-region--footer, .l-main, .home-triptych .block__content, .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items {
      padding: 0; } }

#mc_embed_signup,
.mc_landing_signup {
  clear: both !important;
  padding-top: 1.2em !important;
  margin-bottom: 1.8em; }
  #mc_embed_signup form, .mc_landing_signup form {
    padding: 0 !important; }
  #mc_embed_signup .mc-field-group, .mc_landing_signup .mc-field-group {
    width: 100% !important; }
  #mc_embed_signup label[for="mce-MMERGE3"], .mc_landing_signup label[for="mce-MMERGE3"] {
    margin-bottom: -5px !important; }
  #mc_embed_signup select, .mc_landing_signup select {
    padding: 0.65em !important;
    width: 99.5% !important;
    -webkit-appearance: none;
    text-align: center;
    border-radius: 0;
    color: #999999;
    margin-top: -0.5em;
    margin-bottom: 0.3em; }
  #mc_embed_signup input#mc-embedded-subscribe, .mc_landing_signup input#mc-embedded-subscribe {
    margin: 0;
    height: auto;
    display: block;
    width: 100%;
    padding: 0.35em 1.2em;
    font-size: 1.15em !important;
    font-weight: bold !important;
    font-family: "Whitney Medium", sans-serif; }

#mc_embed_signup input#mc-embedded-subscribe, .mc_landing_signup input#mc-embedded-subscribe, .orange-btn, .node--article.view-mode-teaser .field--name-node-link a, .node--mailchimp-campaign-node.view-mode-teaser .field--name-node-link a, .node--feedback.view-mode-teaser .field--name-node-link a, .node--label-template.view-mode-teaser .field--type-file a, .node--webform .webform-submit {
  border: 1px solid #ff6633;
  border-radius: 0.3em;
  background-color: #f28c2f;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0.7em 1.2em;
  font-weight: bold;
  margin: 0.3em; }
  #mc_embed_signup input#mc-embedded-subscribe:hover, .mc_landing_signup input#mc-embedded-subscribe:hover, .orange-btn:hover, .node--article.view-mode-teaser .field--name-node-link a:hover, .node--mailchimp-campaign-node.view-mode-teaser .field--name-node-link a:hover, .node--feedback.view-mode-teaser .field--name-node-link a:hover, .node--label-template.view-mode-teaser .field--type-file a:hover, .node--webform .webform-submit:hover {
    color: white;
    background-color: #ff6633;
    text-decoration: none; }

.node--article.view-mode-full .group-left, .node--mailchimp-campaign-node.view-mode-full .group-left, .node--feedback.view-mode-full .group-left, .node--page.view-mode-full .group-left, .node--product.view-mode-full .group-left, .node--webform.view-mode-full .group-left {
  width: 97%;
  margin: auto;
  float: none; }
  @media screen and (min-width: 768px) {
    .node--article.view-mode-full .group-left, .node--mailchimp-campaign-node.view-mode-full .group-left, .node--feedback.view-mode-full .group-left, .node--page.view-mode-full .group-left, .node--product.view-mode-full .group-left, .node--webform.view-mode-full .group-left {
      width: 65%;
      margin-right: 4.5%;
      display: inline-block;
      vertical-align: top; } }

.node--article.view-mode-full .group-right, .node--mailchimp-campaign-node.view-mode-full .group-right, .node--feedback.view-mode-full .group-right, .node--page.view-mode-full .group-right, .node--product.view-mode-full .group-right, .node--webform.view-mode-full .group-right {
  float: none;
  width: 97%;
  margin: 2em auto 2em; }
  @media screen and (min-width: 768px) {
    .node--article.view-mode-full .group-right, .node--mailchimp-campaign-node.view-mode-full .group-right, .node--feedback.view-mode-full .group-right, .node--page.view-mode-full .group-right, .node--product.view-mode-full .group-right, .node--webform.view-mode-full .group-right {
      width: 30%;
      display: inline-block;
      margin: 0; } }
  .node--article.view-mode-full .group-right .field--name-field-image .field__item, .node--mailchimp-campaign-node.view-mode-full .group-right .field--name-field-image .field__item, .node--feedback.view-mode-full .group-right .field--name-field-image .field__item, .node--page.view-mode-full .group-right .field--name-field-image .field__item, .node--product.view-mode-full .group-right .field--name-field-image .field__item, .node--webform.view-mode-full .group-right .field--name-field-image .field__item {
    text-align: center;
    margin-bottom: 1em; }
    .node--article.view-mode-full .group-right .field--name-field-image .field__item:last-child, .node--mailchimp-campaign-node.view-mode-full .group-right .field--name-field-image .field__item:last-child, .node--feedback.view-mode-full .group-right .field--name-field-image .field__item:last-child, .node--page.view-mode-full .group-right .field--name-field-image .field__item:last-child, .node--product.view-mode-full .group-right .field--name-field-image .field__item:last-child, .node--webform.view-mode-full .group-right .field--name-field-image .field__item:last-child {
      margin: 0; }
    .node--article.view-mode-full .group-right .field--name-field-image .field__item img, .node--mailchimp-campaign-node.view-mode-full .group-right .field--name-field-image .field__item img, .node--feedback.view-mode-full .group-right .field--name-field-image .field__item img, .node--page.view-mode-full .group-right .field--name-field-image .field__item img, .node--product.view-mode-full .group-right .field--name-field-image .field__item img, .node--webform.view-mode-full .group-right .field--name-field-image .field__item img {
      width: 100%;
      height: auto;
      max-width: 300px; }

.l-region--highlighted, .l-region--social-content {
  background: url("../images/wood-pattern.jpg");
  padding: 4em 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .l-region--highlighted > div, .l-region--social-content > div {
    width: 90%;
    margin-bottom: 2em; }
    @media screen and (min-width: 768px) {
      .l-region--highlighted > div, .l-region--social-content > div {
        width: 49%;
        max-width: 495px;
        margin-bottom: 0; }
        .l-region--highlighted > div:first-child, .l-region--social-content > div:first-child {
          margin-right: 2%; } }

.l-region--highlighted > div, .l-region--social-content > div {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.2em; }

.yellow-btn, .node--product.view-mode-teaser .field--name-product-info-button .button {
  border: 1px solid #e1ac1c;
  background-color: #ffcc00;
  color: #333333;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0.3em 1.2em;
  margin: 0.3em;
  font-size: 0.9em; }
  .yellow-btn:hover, .node--product.view-mode-teaser .field--name-product-info-button .button:hover {
    color: white;
    background-color: #ff6633;
    border: 1px solid #ff6633;
    text-decoration: none; }

.l-branding {
  width: 100%;
  margin-right: 3%;
  float: left;
  clear: both; }
  @media screen and (min-width: 768px) {
    .l-branding {
      width: 58%; } }
  @media screen and (min-width: 1024px) {
    .l-branding {
      width: 46%; } }
  @media screen and (min-width: 580px) {
    .l-branding .site-logo {
      width: 11.5em;
      float: left; } }
  .l-branding h2.site-slogan, .l-branding .node--feedback.view-mode-teaser .field--name-title a.site-slogan, .node--feedback.view-mode-teaser .field--name-title .l-branding a.site-slogan {
    display: none;
    width: 50%;
    float: left;
    font-size: 0.9em;
    margin: 2.1em 0 0;
    font-family: "Whitney Book", sans-serif;
    text-transform: none;
    font-family: "Whitney Bold", sans-serif;
    letter-spacing: 0; }
    @media screen and (min-width: 580px) {
      .l-branding h2.site-slogan, .l-branding .node--feedback.view-mode-teaser .field--name-title a.site-slogan, .node--feedback.view-mode-teaser .field--name-title .l-branding a.site-slogan {
        display: block; } }

.l-header {
  background: url("../images/leather-pattern.jpg");
  padding: 1em 3%;
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .l-header {
      padding: 0 2%; } }
  @media screen and (min-width: 1280px) {
    .l-header {
      padding: 1em 0; } }

.l-footer {
  background-color: #333333;
  color: white;
  padding: 3em 0;
  margin-top: 3.5em; }
  .l-footer a {
    color: white;
    text-decoration: underline; }
    .l-footer a:hover {
      color: #f28c2f;
      text-decoration: none; }
  .l-footer p {
    line-height: 1.3em; }
  .l-footer .fa {
    font-size: 1.8em;
    margin-right: 0.2em; }
  .l-footer .l-region--footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .l-footer .l-region--footer > div {
      width: 100%;
      text-align: center; }
      .l-footer .l-region--footer > div:first-child {
        display: none; }
      .l-footer .l-region--footer > div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2; }
      .l-footer .l-region--footer > div:last-child {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        padding-bottom: 2em;
        margin-bottom: 2em;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }
      @media screen and (min-width: 768px) {
        .l-footer .l-region--footer > div {
          text-align: left;
          width: 33%; }
          .l-footer .l-region--footer > div:first-child {
            display: block; }
          .l-footer .l-region--footer > div:nth-child(2) {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            box-ordinal-group: 2;
            -webkit-order: 2;
            -moz-order: 2;
            order: 2;
            -ms-flex-order: 2; }
          .l-footer .l-region--footer > div:last-child {
            width: 28%;
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            box-ordinal-group: 3;
            -webkit-order: 3;
            -moz-order: 3;
            order: 3;
            -ms-flex-order: 3;
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none; } }

.l-region--header {
  position: absolute;
  left: 0.2em;
  top: 6.05em;
  width: 80%; }
  @media screen and (min-width: 768px) {
    .l-region--header {
      position: relative;
      left: auto;
      top: auto;
      width: 39%;
      margin-top: 0.5em;
      float: right; } }
  @media screen and (min-width: 1024px) {
    .l-region--header {
      margin-top: 1.95em;
      width: 50%; } }

.awards {
  background-color: #eee; }
  .awards .block__content {
    max-width: 900px;
    margin: 0 auto 0;
    padding: 2em 1em 1em; }
  .awards #awards-col1,
  .awards #awards-col3 {
    float: left;
    width: 25%;
    text-align: center; }
  .awards #awards-col2 {
    float: left;
    width: 40%;
    margin: 0 5%; }
  .awards .awards-col-full {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center; }
    .awards .awards-col-full p {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #999; }
  .awards .awards-col-half {
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: center;
    width: 50%;
    float: left; }
  .awards .awards-subheading {
    color: #000; }
  @media (max-width: 600px) {
    .awards #awards-col1, .awards #awards-col2, .awards #awards-col3 {
      width: 100%;
      margin: 0 0 1em 0; }
    .awards .awards-col-half, .awards .awards-col-full {
      width: 100%; } }

.block--md-slider-homepage-hero-slider .md-bullets {
  position: absolute;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  width: 100%;
  background-color: #605f5c; }
  .block--md-slider-homepage-hero-slider .md-bullets .md-bullet {
    margin: 5px 4px 0; }

.block--system-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -900px;
  z-index: 6;
  width: 240px;
  height: 100%;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  background-color: white;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media screen and (min-width: 580px) {
    .block--system-main-menu {
      width: 300px; } }
  @media screen and (min-width: 768px) {
    .block--system-main-menu {
      margin-right: 0;
      height: auto;
      width: 100%;
      position: relative;
      margin-bottom: 3.5em;
      box-shadow: 0 0.7em 0.8em -0.8em rgba(0, 0, 0, 0.5); } }
  .block--system-main-menu ul.menu {
    padding: 0;
    margin: 0;
    text-align: center;
    box-shadow: inset 0 0.3em 0.4em -0.4em rgba(0, 0, 0, 0.5); }
    .block--system-main-menu ul.menu li {
      list-style: none;
      display: block;
      position: relative; }
      @media screen and (min-width: 768px) {
        .block--system-main-menu ul.menu li {
          display: inline-block; } }
      .block--system-main-menu ul.menu li a {
        display: block;
        padding: 0.7em 1.1em;
        font-size: 0.95em;
        font-family: "Whitney Medium", sans-serif;
        text-transform: uppercase;
        color: #333333;
        text-decoration: none; }
        .block--system-main-menu ul.menu li a.active, .block--system-main-menu ul.menu li a:hover {
          background-color: #dbd9d3; }
        @media screen and (min-width: 768px) {
          .block--system-main-menu ul.menu li a {
            padding: 0.7em 0.8em;
            font-size: 0.8em; } }
        @media screen and (min-width: 1024px) {
          .block--system-main-menu ul.menu li a {
            padding: 0.7em 1.1em;
            font-size: 0.95em; } }
      .block--system-main-menu ul.menu li > ul {
        display: none; }
        @media screen and (min-width: 768px) {
          .block--system-main-menu ul.menu li > ul {
            display: block;
            -webkit-transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            visibility: hidden;
            position: absolute;
            background-color: white;
            box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5); }
            .block--system-main-menu ul.menu li > ul li {
              margin: 0;
              padding: 0;
              float: none;
              border-bottom: 2px solid #eeeeee; }
              .block--system-main-menu ul.menu li > ul li:last-child {
                border: none; }
              .block--system-main-menu ul.menu li > ul li a {
                display: block;
                font-size: 0.75em;
                line-height: 1.5em;
                min-width: 13.5em; }
                .block--system-main-menu ul.menu li > ul li a.active {
                  background-color: white; }
                .block--system-main-menu ul.menu li > ul li a:hover {
                  background-color: #dbd9d3; } }

.body-right-white .group-right img {
  width: 100%;
  height: auto; }

.body-right-white .group-right .field--name-field-body-right {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important; }

.call-to-action {
  text-align: center;
  padding: 2.5em;
  margin: 1em 0 4em;
  border: 0.2em dashed #c2c2c2; }
  .call-to-action h2.block__title, .call-to-action .node--feedback.view-mode-teaser .field--name-title a.block__title, .node--feedback.view-mode-teaser .field--name-title .call-to-action a.block__title {
    font-family: "Whitney Bold", sans-serif;
    text-transform: none;
    font-size: 1.5em; }

.facebook-feed h2, .facebook-feed .node--feedback.view-mode-teaser .field--name-title a, .node--feedback.view-mode-teaser .field--name-title .facebook-feed a {
  float: left;
  width: 70%; }

.facebook-feed .fb-like {
  float: right;
  width: 30%;
  margin-top: 0.5em; }

.facebook-feed .orange-btn {
  display: block;
  margin: 0.6em 0 0; }

.facilities {
  overflow: auto;
  clear: both; }
  .facilities .content-right {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .facilities .content-right {
        float: left;
        width: 48%; } }
  @media screen and (min-width: 768px) {
    .facilities .content-left {
      float: right;
      width: 48%; } }
  .facilities .facilities-video {
    width: 100%;
    height: 285px;
    margin: 1em 0; }
    @media screen and (min-width: 580px) {
      .facilities .facilities-video {
        height: 410px;
        margin: 0.5em 0; } }
    @media screen and (min-width: 768px) {
      .facilities .facilities-video {
        height: 315px; } }

.footer-logo img {
  width: 90%;
  height: auto;
  max-width: 288px; }

.front .block--system-main-menu {
  margin-bottom: 0; }

.front .l-footer {
  margin-top: 0; }

.front .mobile-menu {
  margin-bottom: 0; }

.highlight-intro .pure-nz-logo {
  margin: 1em auto; }
  @media screen and (min-width: 580px) {
    .highlight-intro .pure-nz-logo {
      float: right;
      margin: 0.8em 0 0 0.8em; } }

.header-info ul.contact {
  padding: 0;
  margin: 0;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .header-info ul.contact {
      text-align: right; } }
  .header-info ul.contact li {
    list-style: none;
    display: none;
    padding: 0 0.5em 0 0.3em; }
    .header-info ul.contact li:first-child {
      display: inline-block; }
    @media screen and (min-width: 580px) {
      .header-info ul.contact li {
        border-right: 1px solid #333333;
        display: inline-block; } }
    .header-info ul.contact li.social-media {
      border: 0;
      padding-right: 0; }
    .header-info ul.contact li a {
      font-size: 0.8em; }
      @media screen and (min-width: 768px) {
        .header-info ul.contact li a {
          font-size: 1em; } }
      .header-info ul.contact li a:link, .header-info ul.contact li a:active, .header-info ul.contact li a:visited, .header-info ul.contact li a:hover {
        color: #333333;
        text-decoration: none; }
        @media screen and (min-width: 1024px) {
          .header-info ul.contact li a:link.phone, .header-info ul.contact li a:active.phone, .header-info ul.contact li a:visited.phone, .header-info ul.contact li a:hover.phone {
            pointer-events: none; } }
        .header-info ul.contact li a:link.email, .header-info ul.contact li a:active.email, .header-info ul.contact li a:visited.email, .header-info ul.contact li a:hover.email {
          text-decoration: underline; }
          .header-info ul.contact li a:link.email:hover, .header-info ul.contact li a:active.email:hover, .header-info ul.contact li a:visited.email:hover, .header-info ul.contact li a:hover.email:hover {
            text-decoration: none; }
        .header-info ul.contact li a:link .fa, .header-info ul.contact li a:active .fa, .header-info ul.contact li a:visited .fa, .header-info ul.contact li a:hover .fa {
          font-size: 1.4em; }
          .header-info ul.contact li a:link .fa.fa-facebook-square, .header-info ul.contact li a:active .fa.fa-facebook-square, .header-info ul.contact li a:visited .fa.fa-facebook-square, .header-info ul.contact li a:hover .fa.fa-facebook-square {
            color: #0154a9; }
          .header-info ul.contact li a:link .fa.fa-youtube-square, .header-info ul.contact li a:active .fa.fa-youtube-square, .header-info ul.contact li a:visited .fa.fa-youtube-square, .header-info ul.contact li a:hover .fa.fa-youtube-square {
            color: #df3c15; }
          .header-info ul.contact li a:link .fa:hover, .header-info ul.contact li a:active .fa:hover, .header-info ul.contact li a:visited .fa:hover, .header-info ul.contact li a:hover .fa:hover {
            color: #333333; }

.home-triptych {
  background-color: #eeeeee;
  border-top: 1px solid #c2c2c2;
  padding: 4em 0;
  display: none; }
  @media screen and (min-width: 768px) {
    .home-triptych {
      display: block; } }
  .home-triptych h2.block__title, .home-triptych .node--feedback.view-mode-teaser .field--name-title a.block__title, .node--feedback.view-mode-teaser .field--name-title .home-triptych a.block__title {
    text-align: center;
    margin-bottom: 1.3em; }
  .home-triptych .block__content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .home-triptych .home-info {
    width: 33%;
    text-align: center;
    font-size: 1.18em; }
    .home-triptych .home-info p {
      margin: 0.6em 0; }
    .home-triptych .home-info img {
      width: 100%;
      max-width: 288%;
      height: auto; }
    .home-triptych .home-info a {
      color: #51b0d8;
      text-decoration: underline;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.95em; }
      .home-triptych .home-info a:hover {
        text-decoration: none;
        color: #ff6633; }

.mc_landing_signup {
  display: flex; }
  .mc_landing_signup > p {
    width: 40%; }
  .mc_landing_signup form {
    margin-right: 5%;
    width: 55%; }
    .mc_landing_signup form .mc-field-group > label {
      margin-bottom: 1em !important; }
    .mc_landing_signup form #mc-embedded-subscribe {
      margin: 0 !important; }
  @media (max-width: 767px) {
    .mc_landing_signup {
      flex-wrap: wrap; }
      .mc_landing_signup > p,
      .mc_landing_signup form {
        width: 100%; }
      .mc_landing_signup form {
        order: 1;
        margin-right: 0; } }

.mobile-menu {
  padding: 0.4em 1.1em;
  box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-bottom: 2.5em;
  overflow: auto;
  clear: both; }

.mobile-menu-btn {
  width: 4em;
  float: right;
  cursor: pointer; }

.mobile-close-btn {
  position: fixed;
  z-index: 10;
  top: 2em;
  right: 255px;
  margin-right: -900px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: solid 1px #333333;
  background-color: white;
  color: #333333;
  font-family: "Whitney Medium", sans-serif;
  font-size: 0.7em;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media screen and (min-width: 580px) {
    .mobile-close-btn {
      right: 320px; } }
  .mobile-close-btn .close-icon {
    font-size: 2em;
    line-height: 1.5em; }

.black-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.node--article .field--name-custom-submitted-date, .node--mailchimp-campaign-node .field--name-custom-submitted-date {
  font-style: italic; }

.node--article .sharethis-buttons .st-facebook-counter, .node--mailchimp-campaign-node .sharethis-buttons .st-facebook-counter {
  height: 23px; }

.node--article.view-mode-teaser, .node--mailchimp-campaign-node.view-mode-teaser {
  background-color: #eeeeee;
  padding: 1em 2em;
  margin-bottom: 1em; }
  .node--article.view-mode-teaser .field--name-body, .node--mailchimp-campaign-node.view-mode-teaser .field--name-body {
    margin: 1em 0; }
    .node--article.view-mode-teaser .field--name-body p, .node--mailchimp-campaign-node.view-mode-teaser .field--name-body p {
      margin: 0; }
  .node--article.view-mode-teaser .field--name-node-link, .node--mailchimp-campaign-node.view-mode-teaser .field--name-node-link {
    margin-top: 0.5em; }

.node--article.view-mode-full .field--name-custom-submitted-date, .node--mailchimp-campaign-node.view-mode-full .field--name-custom-submitted-date {
  margin-top: -0.5em; }

.node--article.view-mode-full .field--name-body, .node--mailchimp-campaign-node.view-mode-full .field--name-body {
  border-top: 1px solid #c2c2c2;
  padding: 1.5em 0 1em 0;
  margin-top: 1.5em; }

.node--article.group-one-column .group-left, .node--mailchimp-campaign-node.group-one-column .group-left {
  width: 100%; }

.node--feedback.view-mode-teaser .field--name-title a {
  font-size: 1.7em;
  line-height: 1.25em; }
  .node--feedback.view-mode-teaser .field--name-title a:hover {
    text-decoration: none; }

.node--feedback.view-mode-teaser .field--name-field-image {
  margin: 0.8em 0 0; }
  .node--feedback.view-mode-teaser .field--name-field-image img {
    width: 100%;
    height: auto; }

.node--feedback.view-mode-teaser .field--name-node-link {
  margin-top: 0.8em; }
  .node--feedback.view-mode-teaser .field--name-node-link a {
    margin: 0.2em 0;
    padding: 0.5em;
    border-radius: 0;
    text-align: center;
    display: block; }

@media screen and (min-width: 768px) {
  .node--feedback.view-mode-full > .group-left {
    width: 48%;
    margin-right: 3.5%; } }

@media screen and (min-width: 768px) {
  .node--feedback.view-mode-full > .group-right {
    width: 48%;
    text-align: right; } }

.node--feedback.view-mode-full > .group-right img {
  width: 100%;
  max-width: 500px;
  height: auto; }

.node--label-template.view-mode-teaser {
  margin-top: 2em; }
  .node--label-template.view-mode-teaser > .group-left {
    width: 30%;
    max-width: 150px;
    vertical-align: middle; }
  .node--label-template.view-mode-teaser > .group-right {
    width: 65%;
    vertical-align: middle; }
  .node--label-template.view-mode-teaser .field--name-title h2, .node--label-template.view-mode-teaser .node--feedback.view-mode-teaser .field--name-title a, .node--feedback.view-mode-teaser .node--label-template.view-mode-teaser .field--name-title a {
    font-family: 'Whitney Bold', sans-serif; }
  .node--label-template.view-mode-teaser .field--type-file {
    display: inline-block; }
    .node--label-template.view-mode-teaser .field--type-file img, .node--label-template.view-mode-teaser .field--type-file .file-size {
      display: none; }
    .node--label-template.view-mode-teaser .field--type-file a {
      margin: 0.3em 1em 0.3em 0; }

.node--page.group-one-column > .group-left {
  width: 100%;
  margin-right: 0; }

.node--product.view-mode-teaser {
  margin-bottom: 2em;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 0.8em #c2c2c2;
  padding: 0.2em; }
  .node--product.view-mode-teaser > .field--name-field-image {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: white; }
    .node--product.view-mode-teaser > .field--name-field-image > div {
      align-self: center;
      width: 100%; }
    .node--product.view-mode-teaser > .field--name-field-image img {
      height: auto;
      width: 100%; }
  .node--product.view-mode-teaser .field--name-title h2, .node--product.view-mode-teaser .node--feedback.view-mode-teaser .field--name-title a, .node--feedback.view-mode-teaser .node--product.view-mode-teaser .field--name-title a {
    font-family: 'Whitney Bold', sans-serif;
    font-size: 1em;
    letter-spacing: 0;
    text-align: center;
    margin: 0.6em auto 0 auto; }
  .node--product.view-mode-teaser .group-species-size {
    text-align: center;
    margin: 0.2em 0; }
  @media screen and (min-width: 768px) {
    .node--product.view-mode-teaser .field--name-field-species {
      display: inline-block;
      vertical-align: middle; } }
  .node--product.view-mode-teaser .field--name-field-species .field__item {
    display: inline-block;
    padding: 0.05em;
    opacity: 0.5; }
  .node--product.view-mode-teaser .field--name-field-packet-size {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    font-size: 0.9em; }
  .node--product.view-mode-teaser .field--name-product-info-button .button {
    margin: 0.3em 0 0;
    display: block; }

.node--product.view-mode-full .field__label {
  margin-right: 0.3em; }

.node--product.view-mode-full .field--name-field-species .field__item {
  display: inline-block;
  margin-right: 0.1em; }

.node--product.view-mode-full .field--name-body {
  border-top: 1px solid #ffcc00;
  margin-top: 1.8em;
  padding-top: 0.9em; }

.node--product.view-mode-full .field--name-field-ingredients,
.node--product.view-mode-full .field--name-field-feeding-guide,
.node--product.view-mode-full .field--name-field-nutritional-analysis {
  border-top: 1px solid #ffcc00;
  margin-top: 2em;
  padding-top: 2em; }

.node--product.view-mode-full .tablefield-wrapper {
  margin-bottom: 1.2em; }
  .node--product.view-mode-full .tablefield-wrapper .sticky-header {
    display: none; }
  .node--product.view-mode-full .tablefield-wrapper .tablefield {
    width: 100%; }
    .node--product.view-mode-full .tablefield-wrapper .tablefield tr.odd {
      background-color: #ebebeb; }
    .node--product.view-mode-full .tablefield-wrapper .tablefield tr.even {
      background-color: #f7f7f7; }
    .node--product.view-mode-full .tablefield-wrapper .tablefield th {
      background: #ffcc00;
      padding: 0.5em; }
    .node--product.view-mode-full .tablefield-wrapper .tablefield td {
      padding: 0.3em 0.5em; }

.node--webform label {
  font-size: 0.9em;
  color: #999999; }

.node--webform input, .node--webform textarea {
  width: 100%;
  border: 1px solid #c2c2c2;
  padding: 0.5em; }

.node--webform .form-type-checkbox input.form-checkbox {
  width: auto;
  float: left;
  margin: 0.3em 0.3em 0 0; }

.node--webform .form-type-checkbox label {
  color: #333333;
  font-size: 1em; }

.node--webform .webform-client-form label, .node--webform .webform-client-form .description {
  color: black;
  font-size: 1em;
  margin-bottom: 0.5em; }

.node--webform .webform-client-form .messages.error {
  color: red;
  border: 0;
  padding: 0 0 0 1.2em;
  margin: -1em 0 1em;
  font-size: 0.8em;
  position: relative; }
  .node--webform .webform-client-form .messages.error:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-bottom: 0.35em solid red; }

.node--webform .webform-client-form .webform-component-radios .form-item {
  width: auto; }
  .node--webform .webform-client-form .webform-component-radios .form-item input[type="radio"] {
    width: auto; }

.node--webform .webform-component--contact-details {
  margin-top: 2em;
  margin-bottom: 1em; }
  .node--webform .webform-component--contact-details legend {
    margin-top: 1em;
    font-weight: bold; }

.node--webform .webform-submit {
  font-family: "Whitney Medium", sans-serif;
  text-transform: uppercase;
  width: auto; }

.node--webform.view-mode-full .field--name-field-body-right {
  background-color: #eeeeee;
  border: 1px solid #c2c2c2;
  padding: 1.25em 1em; }
  .node--webform.view-mode-full .field--name-field-body-right .fa {
    font-size: 2em;
    color: #333333;
    margin-right: 0.1em; }
    .node--webform.view-mode-full .field--name-field-body-right .fa:hover {
      color: #f28c2f; }

.paragraphs-item-faq.view-mode-full:hover {
  cursor: pointer; }

.paragraphs-item-faq.view-mode-full .field--name-field-question {
  padding: 0.7em 0;
  font-weight: bold;
  border-bottom: 1px solid #ffcc00; }
  .paragraphs-item-faq.view-mode-full .field--name-field-question .faq-icon {
    color: #ffcc00;
    margin-right: 0.5em;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.paragraphs-item-faq.view-mode-full .field--name-field-body {
  display: none;
  padding: 0.5em 1em;
  background-color: #ffcc00; }
  .paragraphs-item-faq.view-mode-full .field--name-field-body p {
    margin: 0.4em 0; }

.paragraphs-item-faq.view-mode-full.active .faq-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.paragraphs-item-product-content-column {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .paragraphs-item-product-content-column .field--name-field-product-node {
    display: none; }
    @media screen and (min-width: 580px) {
      .paragraphs-item-product-content-column .field--name-field-product-node {
        display: block; } }
    @media screen and (min-width: 768px) {
      .paragraphs-item-product-content-column .field--name-field-product-node {
        -webkit-box-flex: 4;
        -moz-box-flex: 4;
        box-flex: 4;
        -webkit-flex: 4;
        -moz-flex: 4;
        -ms-flex: 4;
        flex: 4; } }
    .paragraphs-item-product-content-column .field--name-field-product-node > .field__items {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      .paragraphs-item-product-content-column .field--name-field-product-node > .field__items > .field__item {
        width: 32%; }
        .paragraphs-item-product-content-column .field--name-field-product-node > .field__items > .field__item .node--product {
          margin-bottom: 0; }
  .paragraphs-item-product-content-column .field--name-field-body {
    background-color: #eeeeee;
    border: 1px solid #c2c2c2;
    padding: 1.8em;
    text-align: center;
    margin-top: 1.5em;
    width: 97%; }
    @media screen and (min-width: 768px) {
      .paragraphs-item-product-content-column .field--name-field-body {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin-left: 1.2%;
        margin-top: 0;
        width: auto; } }

.paragraphs-item-three-image-column.view-mode-full {
  margin: 2.5em 0; }
  .paragraphs-item-three-image-column.view-mode-full > .group-header .field--name-field-title {
    text-align: center; }
  .paragraphs-item-three-image-column.view-mode-full > .group-left {
    width: 100%;
    background-color: #eeeeee;
    border: 1px solid #c2c2c2;
    border-bottom: none;
    padding: 2em 2em 0.1em; }
    .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image {
      margin: 1em 0; }
      .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items .field__item {
          width: 65%;
          text-align: center;
          display: none;
          margin: 0 2%; }
          .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items .field__item:first-child {
            display: block; }
          @media screen and (min-width: 768px) {
            .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items .field__item {
              width: 29%;
              display: block; } }
          .paragraphs-item-three-image-column.view-mode-full > .group-left .field--name-field-image .field__items .field__item img {
            width: 100%;
            max-width: 273px;
            height: auto; }
  .paragraphs-item-three-image-column.view-mode-full > .group-footer {
    background-color: #eeeeee;
    border: 1px solid #c2c2c2;
    border-top: none;
    padding: 0.1em 2em 1.5em; }

.two-col-image-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .two-col-image-content {
      border-bottom: 1px solid #c2c2c2;
      padding: 2em 8%;
      margin-bottom: 2.5em; } }
  @media screen and (min-width: 1024px) {
    .two-col-image-content {
      padding: 1em 10% 2.5em; } }
  .two-col-image-content .img-left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }
    @media screen and (min-width: 580px) {
      .two-col-image-content .img-left {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        width: 65%; } }
    .two-col-image-content .img-left img {
      width: 100%;
      height: auto; }
  .two-col-image-content .content-right {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    text-align: center; }
    @media screen and (min-width: 580px) {
      .two-col-image-content .content-right {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 35%; } }

.view-feedback-gallery .views-row {
  width: 100%;
  padding: 1em;
  margin: 0.8em 2% 0.8em auto;
  border: 1px solid #c2c2c2;
  background-color: #eeeeee;
  float: left; }
  @media screen and (min-width: 580px) {
    .view-feedback-gallery .views-row {
      width: 48%; } }
  @media screen and (min-width: 768px) {
    .view-feedback-gallery .views-row {
      width: 30.5%; } }

.view-mailchimp-archived-campaigns {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .view-mailchimp-archived-campaigns {
      float: left;
      width: 72%; } }

.view-news-archive.view-display-id-block {
  display: none;
  float: right;
  width: 25%;
  margin-left: 3%;
  border: 1px solid #c2c2c2;
  padding: 1em; }
  @media screen and (min-width: 768px) {
    .view-news-archive.view-display-id-block {
      display: block; } }
  .view-news-archive.view-display-id-block .view-header h2, .view-news-archive.view-display-id-block .view-header .node--feedback.view-mode-teaser .field--name-title a, .node--feedback.view-mode-teaser .field--name-title .view-news-archive.view-display-id-block .view-header a {
    font-size: 1.8em;
    text-align: center;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #c2c2c2; }
  .view-news-archive.view-display-id-block .view-content ul.views-summary {
    text-align: center;
    padding: 0; }
    .view-news-archive.view-display-id-block .view-content ul.views-summary li {
      list-style: none; }
      .view-news-archive.view-display-id-block .view-content ul.views-summary li a {
        font-size: 1.2em;
        line-height: 1.5em; }

.view-news-archive.view-display-id-page_1 {
  float: none;
  width: 100%;
  margin: 0; }

.view.product .view-content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em; }
  .view.product .view-content::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 580px) {
  .view.product .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .view.product .views-row:last-child {
      margin-right: 0; }
    .view.product .views-row:nth-child(2n) {
      margin-right: 0; }
    .view.product .views-row:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 580px) and (max-width: 1024px) {
  .view.product .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .view.product .views-row:last-child {
      margin-right: 0; }
    .view.product .views-row:nth-child(3n) {
      margin-right: 0; }
    .view.product .views-row:nth-child(3n+1) {
      clear: left; } }

@media screen and (min-width: 1024px) {
  .view.product .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-right: 1.2%;
    width: 24%; }
    .view.product .views-row:last-child {
      margin-right: 0; }
    .view.product .views-row:nth-child(4n) {
      margin-right: 0; }
    .view.product .views-row:nth-child(4n+1) {
      clear: left; } }

.block--views-promoted-products-block h2.block__title, .block--views-promoted-products-block .node--feedback.view-mode-teaser .field--name-title a.block__title, .node--feedback.view-mode-teaser .field--name-title .block--views-promoted-products-block a.block__title {
  text-align: center;
  margin-bottom: 1em; }

@media screen and (min-width: 1024px) {
  .view-promoted-products .views-row:last-child {
    display: block !important; } }

.view-retailers-accordion h3.ui-accordion-header {
  background: none;
  background-color: #ffcc00;
  border: none;
  border-radius: 0;
  text-transform: uppercase; }
  .view-retailers-accordion h3.ui-accordion-header .ui-accordion-header-icon {
    background: none;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #333333;
    margin-left: 0.5em; }
  .view-retailers-accordion h3.ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333333;
    margin-top: -0.2em; }
  .view-retailers-accordion h3.ui-accordion-header a {
    font-family: "Whitney Bold", sans-serif;
    color: #333333; }

.view-retailers-accordion .ui-accordion-content {
  border-radius: 0;
  padding-top: 0; }
  .view-retailers-accordion .ui-accordion-content .node--retailer--teaser {
    border-bottom: 1px solid #c2c2c2; }
    .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-left, .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-right {
      display: none; }
    .view-retailers-accordion .ui-accordion-content .node--retailer--teaser.active {
      height: auto !important; }
    .view-retailers-accordion .ui-accordion-content .node--retailer--teaser h2, .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .node--feedback.view-mode-teaser .field--name-title a, .node--feedback.view-mode-teaser .field--name-title .view-retailers-accordion .ui-accordion-content .node--retailer--teaser a {
      cursor: pointer;
      font-size: 1em;
      font-family: "Whitney Medium", sans-serif;
      padding: 0.7em 0;
      margin: 0;
      text-transform: capitalize; }
    .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-footer {
      background-color: #eeeeee;
      padding: 1em;
      font-size: 0.9em;
      font-family: "Whitney Book", sans-serif;
      border: 1px solid #c2c2c2;
      border-bottom: none; }
      .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-footer [class*="field--name-field-"] {
        margin-bottom: 0.5em; }
        .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-footer [class*="field--name-field-"] p {
          margin: 0; }
        .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-footer [class*="field--name-field-"]::before {
          content: "";
          display: inline-block;
          width: 1em;
          height: 1em;
          margin-top: 0.2em;
          margin-right: 0.5em;
          float: left; }
      .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-footer .field--name-field-address::before {
        background: url("../images/address-icon.png") no-repeat center;
        background-size: contain; }
      .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-footer .field--name-field-phone::before {
        background: url("../images/phone-icon.png") no-repeat center;
        background-size: contain; }
      .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-footer .field--name-field-email::before {
        background: url("../images/email-icon.png") no-repeat center;
        background-size: contain; }
      .view-retailers-accordion .ui-accordion-content .node--retailer--teaser .group-footer .field--name-field-website::before {
        background: url("../images/website-icon.png") no-repeat center;
        background-size: contain; }

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