@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p,
p:after,
:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea:focus,
input:focus {
  outline: none;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
/**LESS VARS**/
/* Lumiera */

@font-face {
  font-family: 'Lumiera';
  src: url("fonts/Lumiera.otf") format("opentype");
}
/* Lumiera handwriting */

@font-face {
  font-family: 'Lumiera Handwriting';
  src: url("fonts/LumieraHandwriting.otf") format("opentype");
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
sub,
sup {
  font-size: 0.5em;
  line-height: 100%;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #4a3c2e;
  vertical-align: text-bottom;
}
input[type="checkbox"]:checked {
  background: white url(/images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-dots {
  list-style-image: none !important;
  margin: auto !important;
  line-height: normal !important;
}
.slick-list {
  overflow: hidden;
}
.slick-list:after {
  clear: both;
  content: "";
  display: block;
}
.slick-slide {
  cursor: pointer;
}
.slick-slider {
  list-style: none !important;
  line-height: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.8;
}
.slick-prev {
  width: 40px;
  height: 40px;
  left: 3px;
  top: 72%;
  z-index: 100;
  opacity: 0.8;
}
.slick-next {
  width: 40px;
  height: 40px;
  right: 3px;
  top: 72%;
  z-index: 100;
  opacity: 0.8;
}
.slick-prev:before {
  content: url(/images/arrow-left.png);
  opacity: 0.8;
}
.slick-next:before {
  content: url(/images/arrow-right.png);
  opacity: 0.8;
}
@-moz-keyframes spin180 {
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-webkit-keyframes spin180 {
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes spin180 {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.show768,
.show640,
.show480 {
  display: none;
}
@media (max-width: 768px) {
  .show768 {
    display: block;
  }
}
@media (max-width: 640px) {
  .show640 {
    display: block;
  }
}
@media (max-width: 480px) {
  .show480 {
    display: block;
  }
}
@media (max-width: 768px) {
  .hide768 {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hide640 {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hide480 {
    display: none !important;
  }
}
html,
body {
  background: white;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 640px) {
  #alert-box {
    position: relative;
    top: 50px;
  }
}
body {
  overflow: hidden;
  overflow-y: auto;
}
p {
  word-break: break-word;
  line-height: 28px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 480px) {
  p {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
a {
  color: #3c3125;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
}
a img {
  transition: all 0.2s ease;
}
a:hover img,
a:focus img {
  transform: scale(1.03);
}
img {
  max-width: 100%;
  width: auto;
}
.play-video {
  position: relative;
  display: block;
}
.play-video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: url("/images/play.png");
  z-index: 99;
}
#siteWrapper {
  clear: both;
}
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
i {
  vertical-align: middle !important;
}
#alert-box {
  display: none;
}
#alert-box .alert {
  padding: 0;
  margin: 0;
}
#alert-box .collapsible {
  background-color: #777777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  text-align: center;
}
#alert-box .collapsible:hover {
  background-color: #555555;
}
#alert-box .content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.fullwidth {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
/* MAX WIDTH OF SCREEN */

.site {
  overflow: hidden;
  overflow-y: auto;
  background: url('/images/background.jpg');
  background-repeat: repeat-y;
  width: 100%;
  background-size: contain;
  margin: 0 auto;
}
@media (min-width: 2190px) {
  .site {
    background-size: cover;
  }
}
.pull-right {
  float: right;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 10px;
  margin-right: 10px;
}
*[class^="col-"] {
  float: left;
  margin: 0 auto;
  padding: 0 10px;
}
*[class^="section-"] {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 30px 0px;
}
.old-lace {
  background: rgba(246, 242, 233, 0.8) !important;
}
.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-33 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.col-45 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col-70 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col-75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.col-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.section-search,
.mobile-nav {
  margin-top: -90px;
}
.section-search a,
.mobile-nav a {
  text-decoration: none;
}
.section-search .searchFormDiv,
.mobile-nav .searchFormDiv {
  margin: 0px 4px;
  z-index: 30;
  position: relative;
}
.section-search .searchFormDiv .searchForm,
.mobile-nav .searchFormDiv .searchForm {
  width: 100%;
  height: 60px;
  z-index: 1;
  position: relative;
  margin-left: 20px;
  /* FF 4-18 */

  /* FF 19+ */

  /* IE 10+ */

}
.section-search .searchFormDiv .searchForm .nav-search-input,
.mobile-nav .searchFormDiv .searchForm .nav-search-input {
  background: white;
  height: 60px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  font-family: 'GothamBold', sans-serif;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  color: #231f20;
  border: 1px solid white;
  border-right: none;
  outline: none;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  max-width: 867px;
  width: 84%;
  font-family: 'Merriweather Sans', sans-serif;
}
@media (max-width: 640px) {
  .section-search .searchFormDiv .searchForm .nav-search-input,
  .mobile-nav .searchFormDiv .searchForm .nav-search-input {
    font-size: 16px;
    padding-top: 4px;
    height: 60px;
  }
}
@media (max-width: 460px) {
  .section-search .searchFormDiv .searchForm .nav-search-input,
  .mobile-nav .searchFormDiv .searchForm .nav-search-input {
    width: 73%;
  }
}
.section-search .searchFormDiv .searchForm ::-webkit-input-placeholder,
.mobile-nav .searchFormDiv .searchForm ::-webkit-input-placeholder {
  color: #254530;
}
.section-search .searchFormDiv .searchForm ::-moz-placeholder,
.mobile-nav .searchFormDiv .searchForm ::-moz-placeholder {
  color: #254530;
}
.section-search .searchFormDiv .searchForm :-ms-input-placeholder,
.mobile-nav .searchFormDiv .searchForm :-ms-input-placeholder {
  color: #254530;
}
.section-search .searchFormDiv .searchForm :focus::-webkit-input-placeholder,
.mobile-nav .searchFormDiv .searchForm :focus::-webkit-input-placeholder {
  color: transparent;
}
.section-search .searchFormDiv .searchForm :focus:-moz-placeholder,
.mobile-nav .searchFormDiv .searchForm :focus:-moz-placeholder {
  color: transparent;
}
.section-search .searchFormDiv .searchForm :focus::-moz-placeholder,
.mobile-nav .searchFormDiv .searchForm :focus::-moz-placeholder {
  color: transparent;
}
.section-search .searchFormDiv .searchForm :focus:-ms-input-placeholder,
.mobile-nav .searchFormDiv .searchForm :focus:-ms-input-placeholder {
  color: transparent;
}
.section-search .searchFormDiv .searchForm .submit,
.mobile-nav .searchFormDiv .searchForm .submit {
  background: #254530;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .section-search .searchFormDiv .searchForm .submit,
  .mobile-nav .searchFormDiv .searchForm .submit {
    height: 60px;
  }
}
.section-search .searchFormDiv .searchForm .submit i,
.mobile-nav .searchFormDiv .searchForm .submit i {
  color: #eee7d7;
  vertical-align: bottom;
  font-size: 1.625em;
  padding-top: 18px;
  margin-top: 0px;
}
@media (max-width: 640px) {
  .section-search .searchFormDiv .searchForm .submit i,
  .mobile-nav .searchFormDiv .searchForm .submit i {
    font-size: 1.625rem;
    margin-top: 0px;
    padding-top: 13px;
  }
}
@media (max-width: 520px) {
  .section-search .searchFormDiv .searchForm,
  .mobile-nav .searchFormDiv .searchForm {
    margin-left: 10px;
  }
}
.section-featured {
  background: url(/images/brands/productsbg.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  padding: 20px 0px 40px;
}
@media (max-width: 768px) {
  .section-featured {
    padding-bottom: 200px !important;
  }
}
.section-featured .header-min {
  margin: 40px 0px !important;
}
.section-featured p {
  margin: 0px 20px;
  line-height: 30px;
  color: white;
}
.section-featured p a {
  color: white;
}
.section-featured p a:hover {
  text-decoration: underline;
}
.section-featured .content img {
  object-fit: contain;
  max-width: 395px;
  width: 100%;
}
.section-featured .item-list {
  margin-bottom: 40px;
}
.section-featured .item-list .content {
  padding: 4px;
  display: flex;
  justify-content: center;
}
.section-featured .item-list a {
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .section-featured .item-list .col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .section-featured .item-list .col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.no-bg {
  background: none !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
.tab-area {
  padding: 0 !important;
  margin-bottom: 30px !important;
  border-radius: 4px;
}
.tab {
  overflow: hidden;
}
/* Style the buttons that are used to open the tab content */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 22px !important;
  transition: 0.3s;
  width: 50%;
}
/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #dddddd;
}
/* Create an active/current tablink class */

.tab button.active {
  background-color: white;
}
/* Style the tab content */

.tabcontent {
  display: none;
  padding: 30px;
  border-top: none;
  text-align: left !important;
  overflow: auto;
}
.tab:nth-of-type(1) {
  display: block;
}
.tabcontent:nth-of-type(1) {
  display: block;
}
.tablinks {
  margin: 0 !important;
  border-radius: 4px;
}
#productSliderMobile img {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.content-box {
  background: url(/images/woodbg.png), url(/images/woodbg.png), url(/images/woodbg.png), url(/images/woodbg.png), url(/images/woodbg.png);
  background-position: 0% 0%, 100% 100%, 0% 50% !important;
  background-blend-mode: lighten;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 0 auto;
  text-align: center;
  padding: 40px 30px 40px 30px;
  width: 100%;
  max-width: 686px;
  position: relative;
}
.content-box.transparent {
  background: transparent !important;
}
.content-box.old-lace {
  background: rgba(246, 242, 233, 0.8) !important;
}
.content-box.no-copy h3,
.content-box.no-copy-mobile h3,
.content-box.no-copy h4,
.content-box.no-copy-mobile h4,
.content-box.no-copy p,
.content-box.no-copy-mobile p {
  visibility: hidden;
}
.content-box.border {
  border: 3px;
  border-radius: 8px;
  border-style: solid;
}
.content-box.border.border-blue {
  border-color: #2e6b83;
}
.content-box h3,
.content-box h4 {
  line-height: 38px;
  display: block;
  font-size: 36px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  color: #254530;
  text-transform: uppercase;
}
.content-box p {
  color: #4a3c2e;
  font-size: 20px;
}
.content-box img {
  max-width: 400px;
  margin: 20px 0px !important;
}
@media (max-width: 640px) {
  .content-box img {
    width: 100%;
  }
}
.content-box .item img,
.content-box .show768 {
  width: 100%;
}
.content-box.blue h3,
.content-box.blue h4 {
  color: #004e6f;
}
.content-box.green h3,
.content-box.green h4,
.content-box.green p {
  color: #254530;
}
@media (max-width: 768px) {
  .content-box.no-copy {
    display: none !important;
  }
  .content-box img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .content-box {
    padding: 60px 20px 30px 20px;
    min-height: auto !important;
  }
  .content-box h4 {
    line-height: 28px;
    font-size: 20px;
  }
  .content-box p {
    font-size: 18px !important;
    padding: 0px 0px !important;
    line-height: 24px !important;
  }
}
.share-block {
  text-align: center;
}
.share-block .inner {
  margin: 5px 0px;
  padding: 10px 20px 10px 20px;
  background: #7f6b56;
  border-radius: 6px;
  display: inline-block;
}
.share-block .inner span {
  text-transform: uppercase;
  color: white;
  font-size: 23px;
  font-weight: 600;
  float: left;
  margin-top: 4px;
  margin-right: 8px;
  margin-left: 6px;
}
.share-block .inner ul {
  list-style: none;
  margin: 0;
  float: left;
}
.share-block .inner ul li {
  float: left;
  margin: 0px 12px;
}
.share-block .inner ul li img {
  max-width: 32px;
}
@media (max-width: 1260px) {
  .share-block .inner {
    padding: 10px 5px 0px 5px;
    overflow: auto;
    text-align: center;
  }
  .share-block .inner span {
    vertical-align: top;
    font-size: 22px;
    margin-right: 0;
    float: none;
    text-align: center;
    display: inline-block;
  }
  .share-block .inner ul {
    display: inline-block;
    float: none;
  }
  .share-block .inner ul li {
    margin: 6px 6px 0px 6px;
  }
}
@media (max-width: 768px) {
  .share-block .inner img {
    width: 30px !important;
  }
}
@media (max-width: 520px) {
  .share-block {
    float: left;
    width: 100%;
    padding: 0px 10px;
  }
  .share-block .inner span {
    display: block;
  }
}
@media (max-width: 480px) {
  .share-block {
    width: 100%;
  }
  .share-block .inner {
    max-width: 300px;
    margin: 0 auto;
  }
}
.no-copy-mobile {
  display: none;
}
@media (max-width: 768px) {
  .no-copy-mobile.no-copy-mobile {
    padding: 5px;
    display: flex;
    width: 100%;
    z-index: 10;
    position: relative;
  }
}
@media (max-width: 768px) {
  .copy-mobile {
    margin-top: -50px !important;
  }
}
.content ul {
  list-style-image: url('/images/check.png');
  margin-left: 3em;
  line-height: 18px;
}
.content ul li {
  margin: 10px 0px;
}
.content ul.white {
  list-style-image: url('/images/checkwhite.png');
}
.tint-dark {
  background: rgba(0, 0, 0, 0.1);
}
.disclaimer {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .disclaimer {
    margin-bottom: 200px;
  }
}
.disclaimer p {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1290px) {
  .container {
    width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 20px);
  }
  .col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  *[class^="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}
/* CTAs */

.cta {
  height: 56px;
  padding: 2px 30px 0px 30px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 58px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 0px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  margin: 20px 0px 30px 0px;
  /*&:before{
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: transparent;
	  -webkit-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50% 0;
	  transform-origin: 50% 0;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
		    
	}*/

}
.cta:hover,
.cta:focus {
  text-decoration: none;
}
.cta:hover:before,
.cta:focus:before,
.cta:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  cursor: pointer;
}
.cta.blue {
  background-color: #004e6f;
}
.cta.blue:hover,
.cta.blue:focus,
.cta.blue:active {
  background: rgba(0, 78, 111, 0.8);
}
.cta.orange {
  background-color: #e5582b;
}
.cta.orange:hover,
.cta.orange:focus,
.cta.orange:active {
  background: rgba(253, 129, 90, 0.8);
}
.cta.white-green {
  background-color: white;
  color: #254530;
}
.cta.white-green:hover,
.cta.white-green:focus,
.cta.white-green:active {
  color: #254530;
  opacity: 0.8;
  text-decoration: none;
}
.cta.border {
  border: 3px solid white;
}
.cta.border:hover {
  opacity: 0.8;
}
.cta.border-orange {
  border: 3px solid #e5582b;
  color: #e5582b;
}
.cta.border-orange:hover {
  opacity: 0.8;
}
.cta.border-blue {
  border: 3px solid #004e6f;
  color: #004e6f;
}
.cta.border-blue:hover {
  opacity: 0.8;
}
.cta.size35 {
  height: 35px;
  padding: 0px 40px 0px 40px;
  font-size: 16px;
  line-height: 37px;
}
.cta-clear {
  height: 56px;
  padding: 2px 30px 0px 30px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 52px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 0px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  margin: 20px 0px 30px 0px;
}
.cta-clear:hover,
.cta-clear:focus {
  text-decoration: none;
}
.cta-clear:hover:before,
.cta-clear:focus:before,
.cta-clear:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  cursor: pointer;
}
.cta-clear.blue {
  background-color: #004e6f;
}
.cta-clear.blue:hover,
.cta-clear.blue:focus,
.cta-clear.blue:active {
  background: rgba(0, 78, 111, 0.8);
}
.cta-clear.orange {
  background-color: #e5582b;
}
.cta-clear.orange:hover,
.cta-clear.orange:focus,
.cta-clear.orange:active {
  background: rgba(253, 129, 90, 0.8);
}
.cta-clear.border {
  border: 3px solid white;
}
.cta-clear.border:hover {
  opacity: 0.8;
}
.cta-clear.border-orange {
  border: 3px solid #e5582b;
  color: #e5582b;
}
.cta-clear.border-orange:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .cta,
  .cta-clear {
    font-size: 18px;
    padding: 0px 30px 0px 30px;
  }
}
@media (max-width: 480px) {
  .cta,
  .cta-clear {
    font-size: 14px;
    padding: 3px 20px 0px 20px;
    /* line-height: 20px; */
    height: 45px;
    line-height: 42px;
  }
}
.cta-list {
  display: inline-block;
}
.cta-list ul {
  list-style: none;
  margin: 0;
}
.cta-list ul li {
  float: left;
  margin: 4px;
}
/*HEADERS & SUB HEADERS*/

.header {
  line-height: 50px;
  display: block;
  font-size: 40px;
  letter-spacing: 0.025em;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase !important;
}
.header p:first-child {
  text-transform: uppercase !important;
  font-size: 48px !important;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 900;
  line-height: 54px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 10px #414141;
}
.header p:nth-child(n+2) {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 19px;
  text-transform: none;
}
.header.blue {
  color: #004e6f;
}
.header.green {
  color: #254530;
  font-weight: 900;
}
.header.brown {
  color: #4a3c2e;
}
.header.white {
  color: white;
}
.header.header-min {
  font-size: 32px;
}
.header.header-x-min {
  font-size: 27px;
}
.header.header-xx-min {
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 1100px) {
  .header p:first-child {
    font-size: 40px !important;
  }
}
@media (max-width: 640px) {
  .header {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .header p:first-child {
    font-size: 32px !important;
    line-height: 38px !important;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px !important;
  }
  .header p:nth-child(n+2) {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  .header {
    font-size: 20px !important;
  }
  .header p {
    line-height: 28px !important;
  }
}
.subheader {
  line-height: 28px;
  margin: 15px 0px;
  display: block;
  font-size: 24px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
}
.subheader.green {
  color: #254530;
}
.subheader.brown {
  color: #4a3c2e;
}
.subheader.white {
  color: white;
}
/**HERO SECTION*/

.hero-section {
  margin-top: -199px;
  z-index: 10;
  position: relative;
  background-repeat: no-repeat !important;
}
.hero-section .copy .container,
.hero-section .copy-prod .container {
  text-align: center;
}
.hero-section .copy .container h1,
.hero-section .copy-prod .container h1 {
  color: white;
  line-height: 30px;
  padding-bottom: 20px;
}
.hero-section .copy {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
.hero-section .copy-prod {
  position: relative;
  top: 28%;
  width: 55%;
  margin-left: 5%;
  text-align: center;
  margin-top: 100px;
  float: left;
}
.hero-section .prod {
  position: relative;
  top: 15%;
  width: 35%;
  margin-right: 5%;
  text-align: center;
  margin-top: 100px;
  float: right;
}
.hero-section .prod img {
  width: 100%;
  max-width: 523px;
}
.hero-section .media img {
  width: 100%;
  max-width: 1920px;
  margin-top: -60px;
}
.hero-section .media img.mobile-slide {
  display: none;
  visibility: hidden;
}
@media (max-width: 1100px) {
  .hero-section .prod {
    top: 25%;
  }
}
@media (max-width: 1200px) {
  .hero-section .media img {
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  .hero-section .copy-prod {
    margin-top: 150px;
    top: 30% !important;
  }
  .hero-section .prod {
    margin-top: 150px;
  }
  .hero-section .media img {
    display: none;
    visibility: hidden;
  }
  .hero-section .media img.mobile-slide {
    display: block;
    visibility: visible;
  }
}
/*SECTION CONTENT */

@media (max-width: 640px) {
  .section-content .content {
    margin: 0px !important;
  }
}
/***SECTION BRANDS ***/

.section-brands {
  background: transparent;
  text-align: center;
  margin: 0px 0px;
}
.section-brands *[class^="col-"] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.section-brands p {
  color: #4a3c2e;
}
@media (max-width: 768px) {
  .section-brands {
    margin-bottom: 0px;
    padding-top: 40px !important;
  }
}
.section-brands.min {
  padding-top: 60px;
  margin: -30px 0px 0px 0px;
  background: rgba(246, 242, 233, 0.8);
}
.section-brands.min img {
  max-width: 200px;
}
@media (max-width: 520px) {
  .section-brands #brand-draper {
    width: 74px;
  }
}
@media (max-width: 480px) {
  
}
/********HOMEPAGE********/

.homepage .hero-section {
  margin-top: -199px;
  height: 930px;
}
.homepage .hero-section .img-slide {
  background-size: cover !important;
  background-position: center !important;
  min-height: 500px;
  height: 988px;
}
@media (max-width: 640px) {
  .homepage .hero-section .img-slide {
    background-size: contain !important;
    height: auto;
    background-repeat: no-repeat !important;
  }
}
.homepage .hero-section .img-slide p:first-child {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 900;
}
@media (max-width: 992px) {
  .homepage .hero-section .copy {
    top: 30% !important;
  }
}
@media (max-width: 640px) {
  .homepage .hero-section {
    height: auto;
    margin-top: -53px;
  }
  .homepage .hero-section .copy {
    top: 150px !important;
    margin-top: 0px;
    position: relative;
  }
  .homepage .hero-section .copy .container {
    position: relative;
    top: -10px;
  }
  .homepage .hero-section p:first-child {
    font-size: 20px !important;
    line-height: 26px !important;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px !important;
  }
}
.homepage .hero-section .slick-dots {
  display: none;
  position: absolute;
  top: 80%;
}
@media (max-width: 480px) {
  .homepage .hero-section .slick-dots {
    top: 73%;
  }
}
.homepage .hero-section .slick-dots li {
  width: 26px;
  height: 26px;
}
.homepage .hero-section .slick-dots li button:before {
  font-size: 60px;
}
@media (max-width: 640px) {
  .homepage .hero-section .slick-dots {
    display: none !important;
  }
}
.homepage .hero-section .slick-prev,
.homepage .hero-section .slick-next {
  top: 40%;
}
.homepage .section-intro {
  background: url(/images/intro-section.png);
  margin-top: -100px;
  text-align: center;
}
.homepage .section-intro .content {
  margin-top: 0px;
  margin-bottom: 160px;
}
.homepage .section-intro .content img {
  margin-bottom: 5px;
  z-index: 50;
  position: relative;
}
.homepage .section-intro .content p {
  color: #4a3c2e;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .homepage .section-intro {
    margin-top: -20px;
  }
}
@media (max-width: 992px) {
  .homepage .section-intro {
    margin-top: -18px;
  }
  .homepage .section-intro .content {
    margin-top: -70px;
  }
}
@media (max-width: 640px) {
  .homepage .section-intro {
    background: url(/images/home/intro-section-mobilerev.png);
    margin-top: -188px;
    padding-bottom: 0px;
  }
  .homepage .section-intro .content {
    margin-top: 70px;
    margin-bottom: 0px;
  }
  .homepage .section-intro h3 {
    line-height: 30px;
    font-size: 25px !important;
    padding-bottom: 10px;
    color: white !important;
  }
  .homepage .section-intro p {
    margin-bottom: 0px !important;
    color: white !important;
  }
}
.homepage .section-brands {
  margin: 25px 0px -40px 0px;
}
@media (max-width: 640px) {
  .homepage .section-brands .col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.homepage .section-practices {
  background: url(/images/home/home_section3bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding: 120px 0px;
}
.homepage .section-practices .col-intro {
  margin: 25px 0px 0px 0px;
}
.homepage .section-practices .col-intro .intro-content {
  text-align: left;
  padding-top: 50px;
}
.homepage .section-practices .col-intro .intro-content p {
  color: white;
}
@media (max-width: 640px) {
  .homepage .section-practices {
    background: url(/images/home/home_section3bg-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0px;
  }
  .homepage .section-practices .col-intro .intro-content {
    text-align: center;
    padding-top: 40px;
  }
}
.homepage .section-recipes {
  margin: 0px 0px;
  text-align: center;
  padding-bottom: 200px;
}
.homepage .section-recipes .intro-content p {
  color: #4a3c2e;
  text-transform: none;
}
.homepage .section-recipes .recipes .content {
  text-align: center;
  margin: 5px;
}
.homepage .section-recipes .recipes .content p {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.homepage .section-recipes .recipes .content p a {
  color: #004e6f;
  padding: 0px 10px;
  text-decoration: none;
}
.homepage .section-recipes .recipes .content img {
  display: block;
  padding-bottom: 10px;
  /* text-align: center; */
  margin: 0 auto;
}
@media (max-width: 640px) {
  .homepage .section-recipes .recipes .col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 950px) {
  .homepage .hero-section .img-slide,
  .homepage .hero-section {
    height: 760px;
  }
}
@media (max-width: 640px) {
  .homepage .hero-section {
    height: 430px;
  }
  .homepage .hero-section .img-slide {
    height: auto;
  }
}
/********BRANDS PAGE********/

.brands .hero-section {
  background: url(/images/brands/hero.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.brands .hero-section .copy {
  max-width: 1000px;
}
.brands .section-brands {
  padding: 80px 0px;
}
.brands .section-brands .content-box img {
  width: 100%;
}
.brands .section-practices {
  background: url(/images/brands/practices-bg.png);
  background-position: top !important;
  padding-top: 50px;
  padding-bottom: 180px;
}
.brands .section-practices .content-box {
  min-height: 380px;
  margin-top: 30px;
}
.brands .section-practices .content-box.practicesbg2 {
  background: url(/images/brands/practices2.png);
}
@media (max-width: 768px) {
  .brands .section-practices .col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brands .section-practices .col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .brands .section-practices .col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .brands .section-practices .content-box {
    min-height: auto;
  }
}
/****BRAND PAGE ***/

.brand .hero-section {
  background: url(/images/brands/detail-hero.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
@media (max-width: 640px) {
  .brand .hero-section {
    background: url(/images/brands/detail-mhero.png);
    background-size: cover;
    background-position: center;
    min-height: 375px;
  }
  .brand .hero-section .copy {
    top: 40% !important;
  }
}
.brand .hero-section .copy {
  max-width: 1000px;
}
.brand .section-brand-header .content {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 80px;
  border-radius: 8px;
  height: 293px;
}
.brand .section-brand-header .content h3 {
  text-align: center;
  padding-top: 40px;
  color: white;
  text-shadow: 1px 1px 2px #969696;
}
@media (max-width: 640px) {
  .brand .section-brand-header .content h3 {
    font-size: 24px !important;
  }
}
.brand .section-content .content {
  margin: 0px 20px;
}
@media (max-width: 640px) {
  .brand .section-content .content a {
    text-decoration: underline !important;
  }
}
.brand .section-products {
  padding-bottom: 120px;
}
/*IN THE VALLEY PAGE*/

.valley .hero-section {
  background: url(/images/valley/valleyhero.png);
  background-size: cover;
  background-position: center !important;
  min-height: 515px;
}
@media (max-width: 640px) {
  .valley .hero-section {
    background: url(/images/valley/valleymobilehero.png);
    margin-top: -220px;
  }
  .valley .hero-section .copy {
    top: 45% !important;
  }
}
.valley .section-intro-video {
  padding-bottom: 120px;
}
.valley .section-intro-video p:nth-of-type(n+2) {
  display: none;
}
@media (max-width: 640px) {
  .valley .section-intro-video {
    padding-bottom: 200px;
  }
}
.valley .section-content .content {
  margin: 0px 20px;
  padding-top: 50px;
  padding-bottom: 120px;
}
/**PRACTICES PAGE**/

.practices .hero-section {
  background: url(/images/practices/hero.png);
  background-size: cover;
  background-position: center !important;
  min-height: 500px;
}
@media (max-width: 640px) {
  .practices .hero-section {
    background: url(/images/practices/heromobile.png);
    background-size: cover;
    background-position: left center !important;
    margin-top: -160px;
  }
  .practices .hero-section .copy {
    top: 33% !important;
  }
}
.practices .practice .hero-section {
  background: url(/images/practices/hero.png);
  background-size: cover;
  background-position: center !important;
  min-height: 500px;
}
@media (max-width: 640px) {
  .practices .practice .hero-section {
    background: url(/images/practices/heromobile.png);
    background-size: cover;
    background-position: left center !important;
    min-height: 375px;
  }
  .practices .practice .hero-section .copy {
    top: 40% !important;
  }
}
.practices .practice .hero-section .copy {
  max-width: 1000px;
}
.practices .section-quick-links {
  background: #004e6f;
  margin: 20px 0px 10px 0px;
}
.practices .section-quick-links .quick-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.practices .section-quick-links .quick-links ul li {
  margin: 0px 5px;
  float: left;
  margin: 0 10px;
}
.practices .section-quick-links .quick-links ul li p a {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
.practices .section-quick-links .quick-links ul li p a:hover,
.practices .section-quick-links .quick-links ul li p a:active,
.practices .section-quick-links .quick-links ul li p a:focus,
.practices .section-quick-links .quick-links ul li p a.active {
  border-bottom: 1px solid white;
}
.practices .section-quick-links .quick-links ul li p a:hover,
.practices .section-quick-links .quick-links ul li p a:active,
.practices .section-quick-links .quick-links ul li p a:focus,
.practices .section-quick-links .quick-links ul li p a.active {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .practices .section-quick-links .quick-links ul li p a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .practices .section-quick-links .quick-links ul li p {
    line-height: 23px;
    text-align: center;
    word-break: normal;
  }
}
.practices .section-quick-links .quick-links ul li:first-child {
  margin-left: 0px;
}
.practices .section-quick-links .quick-links ul li:last-child {
  margin-right: 0px;
  float: right;
}
@media (max-width: 768px) {
  .practices .section-quick-links .quick-links ul li {
    margin: 10px 0px;
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .practices .section-intro-video {
    text-align: center;
    padding-bottom: 0px;
  }
}
.practices .section-practices-list {
  padding-top: 0px;
}
.practices .section-practices-list .content {
  text-align: center;
  margin: 30px 0px;
  padding: 0px;
}
.practices .section-practices-list .content img {
  max-width: 400px;
  width: 100%;
}
.practices .practice-copy .copy-content {
  text-align: left;
  padding: 30px 0px;
}
.practices .practice-copy .copy-content h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  color: #004e6f;
  line-height: 38px;
  margin: 10px 0px 20px 0px;
}
@media (max-width: 640px) {
  .practices .practice-copy .copy-content {
    padding: 0px 0px 30px 0px;
  }
}
.practices .section-brands {
  background: url(/images/practices/brands-bg.png);
  background-position: top !important;
  padding-top: 50px;
  padding-bottom: 200px;
  margin-bottom: 0px;
}
.practices .section-brands .container {
  margin-bottom: 23px;
}
.practices .section-brands .container .content-box {
  min-height: 380px;
  margin-top: 30px;
}
.practices .section-brands .container .content-box.brandsbg2 {
  background: url(/images/practices/brands2.png);
}
@media (max-width: 768px) {
  .practices .container #content-box_ {
    margin-top: -30px;
  }
  .practices .col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .practices .col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.practices .rotatingvideo .copy-content {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0px 50px 0px;
}
.practices .rotatingvideo h2 {
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  color: #254530;
  padding: 20px 0px;
}
@media (max-width: 768px) {
  .practices .rotatingvideo h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.practices .rotatingvideo p {
  max-width: 1085px;
  margin: 0 auto;
}
.practices .rotatingvideo img {
  width: 100%;
  max-width: 723px;
}
/**PRODUCTS PAGE**/

.products .hero-section {
  background: url(/images/products/hero.png);
  background-size: cover;
  background-position: center;
  min-height: 515px;
}
.products .mclear-filter {
  display: none;
}
@media (max-width: 992px) {
  .products .hero-section {
    background-position: 70%;
  }
}
@media (max-width: 640px) {
  .products .hero-section {
    background: url(/images/products/heromobile.png);
    background-size: cover;
    background-position: right center;
    margin-top: -140px;
  }
  .products .hero-section .copy {
    top: 30% !important;
  }
}
.products .section-where-buy {
  background: url(/images/products/wherebuybg.png);
  background-position: top !important;
  padding-top: 50px;
  padding-bottom: 200px;
  margin-bottom: 0px;
}
.products .section-where-buy .container {
  margin-bottom: 23px;
}
.products .section-where-buy .container .content-box {
  min-height: 380px;
  margin-top: 30px;
}
.products .section-where-buy .container .content-box p {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .products .section-where-buy {
    padding-top: 0px;
  }
  .products .section-where-buy .content-box {
    padding: 10px 20px;
  }
}
.products .section-product-list .product-filter {
  text-align: left;
  border-radius: 4px;
  overflow: auto;
}
.products .section-product-list .product-filter h3,
.products .section-product-list .product-filter h4 {
  font-size: 24px;
}
.products .section-product-list .product-filter h4 {
  color: #4a3c2e;
}
.products .section-product-list .product-filter .group-toggle {
  width: 100%;
}
.products .section-product-list .product-filter .filter-group {
  text-align: left !important;
  margin: 30px 0px;
}
.products .section-product-list .product-filter .filter-group h4 {
  border-bottom: 1px solid #4a3c2e;
}
.products .section-product-list .product-filter .filter-group ul li {
  margin: 10px 0px;
}
.products .section-product-list .product-filter .filter-group ul li img {
  max-width: 140px;
  vertical-align: middle;
}
.products .section-product-list .product-filter .filter-group ul li span {
  padding-right: 10px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .products .section-product-list .product-filter .filter-group ul li {
    display: none;
  }
}
.products .section-product-list .product-filter p {
  text-align: center;
}
.products .section-product-list .product-filter .filter-arrow-close,
.products .section-product-list .product-filter .filter-arrow-open,
.products .section-product-list .product-filter .arrow-open,
.products .section-product-list .product-filter .arrow-close {
  display: none;
}
.products .section-product-list .product-filter .filter-mobile-icon img {
  margin-bottom: 0px;
  width: auto;
  max-width: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .products .section-product-list .product-filter {
    padding: 10px 20px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
  }
  .products .section-product-list .product-filter h3 .filter-mobile-icon {
    margin-top: -3px;
  }
  .products .section-product-list .product-filter h3:hover {
    cursor: pointer;
  }
  .products .section-product-list .product-filter h3 .filter-arrow-close {
    display: none;
    vertical-align: middle;
  }
  .products .section-product-list .product-filter h3 .filter-arrow-open {
    display: inline-block;
    vertical-align: middle;
  }
  .products .section-product-list .product-filter h4 {
    border-bottom: none !important;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
  }
  .products .section-product-list .product-filter h4 .drop-icon {
    float: right;
  }
  .products .section-product-list .product-filter h4:hover {
    cursor: pointer;
  }
  .products .section-product-list .product-filter h4 .arrow-close {
    display: inline-block;
  }
  .products .section-product-list .product-filter h4 .arrow-open {
    display: none;
  }
  .products .section-product-list .product-filter .cta,
  .products .section-product-list .product-filter .cta-clear {
    position: absolute;
    top: -4px;
    right: 27px;
  }
  .products .section-product-list .product-filter .cta-clear {
    font-weight: 700;
  }
  .products .section-product-list .product-filter .brand-type-group,
  .products .section-product-list .product-filter #practice {
    float: left;
    width: 50% !important;
  }
  .products .section-product-list .product-filter #practice {
    margin: 30px 0px;
  }
  .products .section-product-list .product-filter .filter-row {
    display: block !important;
    clear: both;
  }
  .products .section-product-list .product-filter .filter-row #brand img {
    margin: 0px !important;
    right: 60%;
    position: absolute;
  }
  .products .section-product-list .product-filter .filter-row #type img {
    margin: 0px !important;
    right: 60%;
    position: absolute;
  }
  .products .section-product-list .product-filter .filter-row #practice img {
    margin: 0px !important;
    right: 10%;
    position: absolute;
  }
}
@media (max-width: 520px) {
  .products .section-product-list .product-filter .brand-type-group,
  .products .section-product-list .product-filter #practice {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  .products .section-product-list .product-filter img {
    width: auto;
  }
  .products .section-product-list .product-filter .clear-filter {
    margin-top: -20px;
    width: 50%;
    float: left;
  }
  .products .section-product-list .product-filter .clear-filter a {
    position: relative;
    top: 0;
    right: 0;
  }
  .products .section-product-list .product-filter #filter-by {
    float: left;
    width: 50%;
  }
  .products .section-product-list .product-filter .filter-row {
    display: block !important;
    clear: both;
  }
  .products .section-product-list .product-filter .filter-row #brand img,
  .products .section-product-list .product-filter .filter-row #type img,
  .products .section-product-list .product-filter .filter-row #practice img {
    margin: 0px !important;
    right: 29px;
    position: absolute;
  }
  .products .section-product-list .product-filter .filter-wrapper span {
    font-size: 15px;
    cursor: pointer;
  }
}
@media (max-width: 380px) {
  .products .section-product-list .product-filter .brand-type-group,
  .products .section-product-list .product-filter #practice {
    width: 100% !important;
  }
}
.products .section-product-list .product-list .product-list-row {
  margin: 30px 0px;
  overflow: auto;
}
.products .section-product-list .product-list .product-list-row h4 {
  color: #004e6f;
  font-size: 24px;
  margin-left: 24px;
}
.products .section-product-list .product-list .product-list-row ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.products .section-product-list .product-list .product-list-row ul li {
  float: left;
  text-align: center;
  margin: 5px;
  max-width: 24%;
  width: 100%;
  padding: 0px 3px;
}
.products .section-product-list .product-list .product-list-row ul li a img {
  background: url(/images/products/productbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  height: 200px;
  object-fit: contain;
}
.products .section-product-list .product-list .product-list-row ul li a span {
  display: block;
  line-height: 24px;
  color: #4a3c2e;
  padding: 0px 20px;
}
.products .section-product-list .product-list .product-list-row ul li a:hover span {
  text-decoration: underline;
}
.products .section-product-list .product-list .product-list-row ul li:first-child {
  margin-left: 0px;
}
.products .section-product-list .product-list .product-list-row ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 1200px) {
  .products .section-product-list .product-list .product-list-row ul li {
    max-width: 22%;
  }
}
@media (max-width: 992px) {
  .products .section-product-list .product-list .product-list-row ul li {
    max-width: 48%;
  }
}
@media (max-width: 480px) {
  .products .section-product-list .product-list .product-list-row ul li {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .products .section-product-list .product-list .product-list-row.limit ul li:nth-of-type(3),
  .products .section-product-list .product-list .product-list-row.limit ul li:nth-of-type(4) {
    display: none;
  }
}
.products .section-product-list .product-list .product-list-row .floating-cta {
  position: absolute;
  right: -38px;
  transform: rotate(270deg);
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.products .section-product-list .product-list .product-list-row .floating-cta#roxy {
  top: 200px;
}
.products .section-product-list .product-list .product-list-row .floating-cta#ranger {
  top: 600px;
}
.products .section-product-list .product-list .product-list-row .floating-cta#draper {
  top: 1000px;
}
@media (max-width: 768px) {
  .products .section-product-list .product-list .product-list-row {
    text-align: center;
  }
  .products .section-product-list .product-list .product-list-row .floating-cta {
    position: relative;
    transform: none;
    top: auto !important;
    left: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .products .col-70,
  .products .col-50,
  .products .col-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products .col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .products .col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/****RECIPES PAGE *****/

.recipes .hero-section {
  background: url(/images/recipes/hero.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
@media (max-width: 992px) {
  .recipes .hero-section {
    background-position: 70%;
  }
}
@media (max-width: 640px) {
  .recipes .hero-section .copy {
    top: 30% !important;
  }
}
.recipes .main-featured {
  margin-bottom: 30px;
}
.recipes .main-featured .header {
  margin-top: 30px;
}
.recipes .main-featured p {
  color: #4a3c2e;
  font-size: 22px;
  margin-bottom: 36px;
}
@media (max-width: 640px) {
  .recipes .main-featured p {
    margin-bottom: 0px !important;
  }
}
.recipes .main-featured-list {
  position: relative;
  overflow-y: visible;
  padding: 0px;
  margin-top: -20px;
  max-width: 484px;
  background: #44798b;
}
@media (max-width: 640px) {
  .recipes .main-featured-list {
    margin-top: -40px !important;
  }
}
.recipes .main-featured-list .item {
  margin: 15px;
}
.recipes .main-featured-list .item:first-child {
  padding-top: 20px;
}
.recipes .main-featured-list .item a {
  text-decoration: none;
}
.recipes .main-featured-list .item a .header {
  margin-top: -110px !important;
  font-size: 22px;
  padding: 5px;
  line-height: 28px;
}
@media (max-width: 640px) {
  .recipes .main-featured-list .item a .header {
    margin-top: -105px !important;
  }
}
.recipes .main-featured-list .item a:hover .header,
.recipes .main-featured-list .item a:focus .header,
.recipes .main-featured-list .item a:active .header {
  opacity: 0.8;
}
.recipes .main-featured-list .item a img {
  transition: none;
  margin: 0 0 50px 0 !important;
}
.recipes .main-featured-list .item a h3 {
  font-size: 24px;
}
.recipes .main-featured-list .item a h3.title {
  color: white;
}
.recipes .main-featured-list .item a.noLink img {
  transform: none;
}
.recipes .main-featured-list .item a.noLink:hover .header,
.recipes .main-featured-list .item a.noLink:focus .header,
.recipes .main-featured-list .item a.noLink:active .header {
  opacity: 1;
}
.recipes .main-featured-list .item .title {
  color: white;
}
.recipes .main-featured-list .item.chef-section {
  margin-bottom: 30px;
}
.recipes .main-featured-list .item.chef-section a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipes .main-featured-list .item.chef-section a h3.title {
  color: white;
  font-size: 32px;
  text-align: left;
}
.recipes .main-featured-list .item.chef-section a .col-50 {
  width: 100%;
  max-width: 50%;
}
.recipes .main-featured-list .item.chef-section a .col-50 .header {
  margin-top: 0 !important;
}
.recipes .main-featured-list .item.chef-section a .col-50 p {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
}
.recipes .main-featured-list .item.chef-section a .col-50.content {
  padding: 0;
}
.recipes .main-featured-list .item.chef-section a .col-50.content .more-copy {
  padding: 0;
}
.recipes .main-featured-list .item.chef-section a .col-50.content .header-min {
  font-size: 17px;
  text-transform: none !important;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
}
.recipes .main-featured-list .item.chef-section a .col-50.image img {
  width: 100%;
  margin: 0 !important;
  padding-right: 10px;
}
@media (max-width: 960px) {
  .recipes .main-featured-list .item.chef-section a {
    flex-direction: column;
  }
  .recipes .main-featured-list .item.chef-section a .col-50 {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .recipes .main-featured-list .item.chef-section a {
    flex-direction: row;
  }
  .recipes .main-featured-list .item.chef-section a .col-50 {
    max-width: 50%;
  }
}
@media (max-width: 450px) {
  .recipes .main-featured-list .item.chef-section a {
    flex-direction: column;
  }
  .recipes .main-featured-list .item.chef-section a .col-50 {
    max-width: 100%;
  }
}
.recipes .main-featured-list #from-kitchen-block .header {
  margin-top: -40px !important;
}
.recipes .main-featured-list .more-copy {
  padding: 1px 20px 0px 20px;
}
.recipes .main-featured-list .more-copy h3 {
  color: #004e6f;
  line-height: 38px;
  margin: 15px 0px !important;
  display: block;
  font-size: 26px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .recipes .section-featured-recipes {
    padding-bottom: 30px !important;
  }
}
.recipes .section-featured-recipes a p {
  color: white;
  font-size: 20px;
  display: block;
}
@media (max-width: 640px) {
  .recipes .section-featured-recipes.recipes-top {
    padding-top: 0px;
    margin-top: -20px;
  }
}
.recipes .section-our-story {
  background: url(/images/recipes/ourstory-bg.png);
  background-position: top !important;
  padding-top: 50px;
  padding-bottom: 120px;
  margin-top: -26px;
}
@media (max-width: 768px) {
  .recipes .section-our-story {
    padding-bottom: 200px;
  }
  .recipes .section-our-story .col-45 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .recipes .section-our-story {
    padding-bottom: 200px !important;
  }
}
.recipes .section-our-story .our-storybg2 {
  background: url(/images/recipes/our-story.png);
}
/**RECIPE SEARCH RESULTS PAGE****/

.recipes .section-recipe-list .content {
  position: relative;
  margin-bottom: 40px;
}
.recipes .section-recipe-list .content .text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  padding: 10px;
}
.recipes .section-recipe-list .content .text-wrapper p {
  line-height: 28px;
}
.recipes .section-recipe-list .content .text-wrapper p a {
  font-size: 22px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 2px 2px black;
}
.recipes .section-recipe-list .content img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .recipes .section-recipe-list .col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .recipes .section-recipe-list .col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/******RECIPE - DETAIL PAGE *****/

.recipe-detail .hero-section {
  background: url(/images/recipes/hero.png);
  background-size: cover;
  background-position: center;
  min-height: 515px;
}
@media (max-width: 640px) {
  .recipe-detail .hero-section {
    background: url(/images/recipes/hero.png);
    background-size: cover;
    background-position: top;
    min-height: 375px;
  }
  .recipe-detail .hero-section .copy {
    top: 40% !important;
  }
}
.recipe-detail .hero-section .copy {
  max-width: 1000px;
}
.recipe-detail .section1 {
  margin-top: 40px;
}
.recipe-detail .section1 h1 {
  margin-bottom: 0px;
  line-height: 32px;
}
@media (max-width: 640px) {
  .recipe-detail .section1 h1 {
    text-align: center !important;
  }
}
.recipe-detail .section1 .print {
  float: right;
}
@media (max-width: 640px) {
  .recipe-detail .section1 .print {
    display: none;
  }
}
.recipe-detail .section1 .print p {
  font-size: 20px;
  color: #74604a;
  text-transform: uppercase;
}
.recipe-detail .section1 .print p img {
  vertical-align: middle;
  cursor: pointer;
}
.recipe-detail .section1 .cooking-info {
  margin: 20px 0px;
}
.recipe-detail .section1 .cooking-info ul {
  list-style: none;
  overflow: auto;
  margin: 0;
  padding-bottom: 5px;
}
.recipe-detail .section1 .cooking-info ul li {
  font-size: 20px;
  float: left;
  color: #4a3c2e;
  margin-top: 0px;
  margin-right: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.recipe-detail .section1 .cooking-info ul li span {
  color: #e5582b;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 900;
}
@media (max-width: 640px) {
  .recipe-detail .section1 .cooking-info ul li {
    text-align: center !important;
    float: none !important;
  }
}
.recipe-detail .section1 .go-back {
  margin: 0px 0px;
}
.recipe-detail .section1 .go-back ul {
  list-style: none;
  overflow: auto;
  margin: 0;
  padding-bottom: 5px;
}
.recipe-detail .section1 .go-back ul li {
  float: left;
  color: #4a3c2e;
  margin-top: 0px;
  margin-right: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.recipe-detail .section1 .go-back ul li span {
  color: #e5582b;
}
.recipe-detail .section2 .recipe-img-overlay {
  position: relative;
}
.recipe-detail .section2 .recipe-img-overlay .video-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -80px;
}
@media (max-width: 1100px) {
  .recipe-detail .section2 .recipe-img-overlay .video-thumbnail {
    width: 100px;
    height: 100px;
    margin-top: -55px;
    margin-left: -55px;
  }
}
@media (max-width: 1100px) {
  .recipe-detail .section2 .recipe-img-overlay .video-thumbnail {
    width: 100px;
    height: 100px;
    margin-top: -55px;
    margin-left: -55px;
  }
}
.recipe-detail .section2 .madewith-info {
  overflow: hidden;
  margin-bottom: 30px;
}
.recipe-detail .section2 .madewith-info .header {
  margin: 0;
  font-size: 22px;
}
.recipe-detail .section2 .madewith-info .hero-block-img {
  display: table;
}
.recipe-detail .section2 .madewith-info .hero-block-img img {
  float: left;
  width: 100%;
  max-width: 230px;
  vertical-align: middle;
}
.recipe-detail .section2 .madewith-info .hero-block-img span {
  vertical-align: middle;
  display: table-cell;
  padding: 0px 10px;
}
@media (max-width: 640px) {
  .recipe-detail .section2 .madewith-info .hero-block-img span {
    padding: 0px 0px !important;
  }
}
@media (max-width: 992px) {
  .recipe-detail .section2 .madewith-info {
    text-align: center;
  }
  .recipe-detail .section2 .madewith-info .hero-block-img {
    display: block;
  }
  .recipe-detail .section2 .madewith-info .hero-block-img img {
    max-width: 160px;
    display: inline-block;
    float: none;
  }
  .recipe-detail .section2 .madewith-info .hero-block-img span {
    display: block;
    float: none;
  }
}
.recipe-detail .section2 .madewith-info .courtesy {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .recipe-detail .section2 .madewith-info {
    float: left;
    width: 100%;
    padding: 0px 0px;
  }
  .recipe-detail .section2 .madewith-info a {
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  .recipe-detail .section2 .madewith-info {
    width: 100%;
  }
}
.recipe-detail .section3 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.recipe-detail .section3 .step {
  text-transform: uppercase;
  color: #e5582b;
  font-weight: 600;
  font-size: 24px;
}
.recipe-detail .section3 .ingredients {
  padding: 30px !important;
}
.recipe-detail .section3 .ingredients .ingredients-table tr td {
  color: #74604a;
}
.recipe-detail .section3 .ingredients .ingredients-table tr td a {
  color: #74604a;
}
.recipe-detail .section3 .ingredients .ingredients-table tr td:first-child {
  font-weight: 700;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  width: 20%;
}
@media (max-width: 640px) {
  .recipe-detail .section3 .ingredients .ingredients-table tr td:first-child {
    width: 25% !important;
  }
}
.recipe-detail .section3 .ingredients .ingredients-table tr td:nth-child(2) {
  padding: 0px 12px;
}
@media (max-width: 768px) {
  .recipe-detail .section-featured {
    padding-bottom: 200px !important;
  }
}
/*****PRODUCT DETAIL ****/

.product-detail .hero-section {
  background: url(/images/products/hero.png);
  background-size: cover;
  background-position: center;
  min-height: 515px;
}
@media (max-width: 640px) {
  .product-detail .hero-section {
    background: url(/images/products/heromobile.png);
    background-size: cover;
    background-position: right center;
    min-height: 375px;
  }
  .product-detail .hero-section .copy {
    top: 40% !important;
  }
}
.product-detail .hero-section .copy {
  max-width: 1000px;
}
.product-detail .section1 {
  margin-top: 40px;
}
.product-detail .section1 h1 {
  margin-bottom: 5px !important;
}
.product-detail .section1 h1 span {
  text-transform: capitalize;
}
.product-detail .section1 .prod-img-wrapper {
  background: url(/images/whitebg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
  padding: 20px 40px;
}
.product-detail .section1 .prod-img-wrapper .product-img-block {
  float: left;
  width: 70%;
  padding: 10px;
}
.product-detail .section1 .prod-img-wrapper .ps-current img {
  height: 473px;
  object-fit: contain;
}
.product-detail .section1 .prod-img-wrapper .productSlider img {
  height: 148px;
  object-fit: contain;
}
.product-detail .section1 .prod-img-wrapper .product-thumbnails {
  float: left;
  width: 30%;
  padding: 0px 10px;
  text-align: center;
}
.product-detail .section1 .prod-img-wrapper .product-thumbnails ul {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.product-detail .section1 .prod-img-wrapper .product-thumbnails ul li {
  margin: 0;
}
.product-detail .section1 .prod-img-wrapper .product-thumbnails ul li img {
  max-width: 100px;
}
.product-detail .section1 .prod-img-wrapper-mb {
  background: url(/images/products/prodwhitebg_mobile.png);
  background-size: 100% 103%;
  background-repeat: no-repeat;
  /* min-height: 430px; */

}
.product-detail .section1 .prod-img-wrapper-mb .slick-dots {
  bottom: -10px;
}
.product-detail .section1 #desc {
  margin-top: 10px;
  text-align: center;
}
.product-detail .section1 #desc p {
  text-align: left;
}
.product-detail .section1 #desc ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  text-align: center;
  overflow: auto;
}
.product-detail .section1 #desc ul li {
  float: left;
  margin: 10px;
}
@media (max-width: 640px) {
  .product-detail .section1 #desc p {
    text-align: center;
  }
  .product-detail .section1 #desc ul li {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin: 0px !important;
  }
}
.product-detail .section1 #features-benefits ul.check li {
  margin: 0;
  line-height: 34px;
}
.product-detail .section1 #features-benefits ul.check a {
  color: #3c3125 !important;
  text-decoration: underline;
}
.product-detail .section2 .section-featured-recipes {
  padding-bottom: 0px !important;
}
.product-detail .section2 .section-featured-recipes .header {
  margin-bottom: 30px !important;
}
.product-detail .section2 .section-featured-recipes p {
  text-transform: uppercase;
  color: #4a3c2e;
  font-weight: 600;
}
@media (max-width: 992px) {
  .product-detail .section2 .section-featured-recipes .item-list .col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-detail .section2 .section-featured-recipes .item-list .col-50 p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .product-detail .section2 .section-featured-recipes p {
    font-size: 16px;
    margin: 0;
  }
}
.product-detail .fa-sort-down {
  vertical-align: baseline !important;
}
.product-detail .fa-sort-up {
  vertical-align: baseline !important;
}
.product-detail #nutrition_panel {
  overflow: auto;
}
.product-detail #nutrition_panel .prod-headline {
  margin: 0;
}
.product-detail #nutrition_panel .per-serving {
  font-size: 20px;
  text-transform: uppercase;
}
.product-detail #nutrition_panel .nut {
  float: left;
  margin: 30px 10px;
  padding: 10px;
  text-align: center;
}
.product-detail #nutrition_panel .nut .nut-value {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  color: #4a3c2e;
  font-size: 36px;
  text-transform: lowercase;
}
.product-detail #nutrition_panel .nut .nut-label {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  color: #4a3c2e;
  font-size: 20px;
}
.product-detail #nutrition_panel .nut:first-of-type {
  margin-left: 0px;
}
@media (max-width: 580px) {
  .product-detail #nutrition_panel .nut {
    background: white !important;
    margin: 30px 2px;
    padding: 0px 10px;
  }
  .product-detail #nutrition_panel .nut .nut-value {
    font-size: 20px;
  }
  .product-detail #nutrition_panel .nut .nut-label {
    font-size: 14px;
  }
}
.product-detail #full_nutr {
  display: none;
}
.product-detail #full_nutr #nutrition {
  overflow: auto;
  max-width: 536px;
  padding: 30px;
}
.product-detail #full_nutr #nutrition .rule1,
.product-detail #full_nutr #nutrition .rule1a,
.product-detail #full_nutr #nutrition .rule3,
.product-detail #full_nutr #nutrition .rule1b {
  font-size: 18px;
  margin: 0;
}
.product-detail #full_nutr #nutrition .rule1 p,
.product-detail #full_nutr #nutrition .rule1a p,
.product-detail #full_nutr #nutrition .rule3 p,
.product-detail #full_nutr #nutrition .rule1b p {
  margin: 0;
}
.product-detail #full_nutr #nutrition .rule3 {
  border-bottom: 2px solid #4a3c2e;
}
.product-detail #full_nutr #nutrition .rule1b {
  text-indent: 35px;
}
.product-detail #full_nutr #nutrition .rule0 {
  font-size: 16px;
  margin: 0;
  color: #4a3c2f;
}
.product-detail #full_nutr #nutrition #nut1 {
  overflow: auto;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-detail #full_nutr #nutrition #nut1 li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #b9ac9c;
  margin: 0;
}
.product-detail #full_nutr #nutrition #nut1 li p {
  color: #4a3c2f;
  font-size: 18px;
}
.product-detail #full_nutr #nutrition #nut1 li em {
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .product-detail #full_nutr #nutrition {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .product-detail #view_full p {
    text-align: center;
  }
}
/****WHERE TO BUY PAGE *****/

.where-to-buy .hero-section {
  background: url(/images/wheretobuy/hero.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
@media (max-width: 640px) {
  .where-to-buy .hero-section {
    margin-top: -220px;
  }
  .where-to-buy .hero-section .copy {
    top: 45% !important;
  }
}
.where-to-buy .section-stores .roxy {
  background: rgba(46, 122, 79, 0.7) !important;
}
.where-to-buy .section-stores .ranger {
  background: rgba(48, 99, 118, 0.7) !important;
}
.where-to-buy .section-stores .draper {
  background: rgba(48, 169, 190, 0.7) !important;
}
.where-to-buy .section-stores .store-tabs {
  text-align: center;
}
.where-to-buy .section-stores .store-tabs ul li {
  float: left;
  width: 33.3%;
  height: 173px;
  line-height: 173px;
}
.where-to-buy .section-stores .store-tabs ul li .wrapper {
  padding: 10px;
  margin: 0px 6px;
}
.where-to-buy .section-stores .store-tabs ul li .wrapper img {
  max-width: 240px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .where-to-buy .section-stores .store-tabs ul li .wrapper img {
    max-width: 160px;
  }
}
.where-to-buy .section-stores .store-tabs ul li .wrapper.roxy {
  background: rgba(46, 122, 79, 0.7);
  margin: 0;
}
.where-to-buy .section-stores .store-tabs ul li .wrapper.ranger {
  background: rgba(48, 99, 118, 0.7);
}
.where-to-buy .section-stores .store-tabs ul li .wrapper.draper {
  background: rgba(48, 169, 190, 0.7);
  margin: 0;
}
.where-to-buy .section-stores .store-tabs ul li:hover {
  cursor: pointer;
}
@media (max-width: 640px) {
  .where-to-buy .section-stores .store-tabs ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px !important;
    border-bottom: 20px solid transparent;
    padding-bottom: 10px;
  }
  .where-to-buy .section-stores .store-tabs ul li .wrapper {
    background: rgba(246, 242, 233, 0.8) !important;
    margin: 0 !important;
  }
}
.where-to-buy .section-stores .stores-tabline {
  background: rgba(46, 122, 79, 0.7);
  padding: 15px;
  margin-bottom: 10px;
  max-width: 1348px;
}
@media (max-width: 640px) {
  .where-to-buy .section-stores #stores-tabline-top {
    display: none;
  }
}
.where-to-buy .section-stores #border-roxy {
  border-bottom-color: rgba(46, 122, 79, 0.7) !important;
}
.where-to-buy .section-stores #border-ranger {
  border-bottom-color: rgba(48, 99, 118, 0.7) !important;
}
.where-to-buy .section-stores #border-draper {
  border-bottom-color: rgba(48, 169, 190, 0.7) !important;
}
.where-to-buy .section-stores .stores-content {
  max-width: 1348px;
  margin-bottom: 20px;
}
.where-to-buy .section-stores .stores-content .tabcontent {
  text-align: center !important;
  overflow: auto;
}
.where-to-buy .section-stores .stores-content .tabcontent ul li {
  float: left;
  display: flex;
  margin: 15px;
}
.where-to-buy .section-stores .stores-content .tabcontent ul li img {
  margin: 0 auto;
}
@media (max-width: 940px) {
  .where-to-buy .section-stores .stores-content .tabcontent ul li {
    width: 33.3%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .where-to-buy .section-stores .stores-content .tabcontent ul li {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .where-to-buy .section-stores .stores-content .tabcontent ul li {
    width: 100%;
  }
}
.where-to-buy .section-brands {
  background: url(/images/wheretobuy/brands.png);
  background-position: top !important;
  padding-top: 50px;
  padding-bottom: 120px;
  margin-bottom: 0px;
}
.where-to-buy .section-brands .container {
  margin-bottom: 23px;
}
.where-to-buy .section-brands .container .content-box {
  min-height: 380px;
  margin-top: 30px;
}
.where-to-buy .section-brands .container .content-box p {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .where-to-buy .section-brands .container {
    padding-bottom: 200px;
  }
  .where-to-buy .section-brands .container .col-50 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .where-to-buy .section-brands .container .col-50 img {
    margin: 0 auto;
  }
}
/*PAGE NOT FOUND*/

.not-found .hero-section {
  background-image: url(/images/cows.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
.not-found .hero-section .header {
  margin-top: 200px;
}
.not-found .hero-section p {
  text-transform: uppercase !important;
}
.not-found .hero-section p a {
  color: #e5582b;
}
/*FAQs PAGE*/

.faqs {
  padding-bottom: 200px;
}
.faqs .hero-section {
  background-image: url(/images/faqs/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 500px;
}
.faqs .hero-section .copy {
  top: 30%;
}
.faqs .hero-section p a {
  color: #e5582b;
}
@media (max-width: 640px) {
  .faqs .hero-section .copy {
    top: 30% !important;
  }
}
.faqs .section-accordion {
  margin: 30px 0px;
  padding: 10px;
}
.faqs .section-accordion .accordion-group {
  margin: 20px 0px;
}
.faqs .section-accordion .accordion-group .accordion-item {
  margin: 30px 0px;
}
.faqs .section-accordion .accordion-group .accordion-item .inner {
  padding: 30px 60px;
}
.faqs .section-accordion .accordion-group .accordion-item .inner .question {
  overflow: auto;
}
.faqs .section-accordion .accordion-group .accordion-item .inner .question span {
  display: inline-block;
  float: left;
}
.faqs .section-accordion .accordion-group .accordion-item .inner .question span.cta-area {
  float: right;
}
.faqs .section-accordion .accordion-group .accordion-item .inner .answer {
  display: none;
}
.faqs .section-accordion .accordion-group .accordion-item .inner .answer .copy {
  padding: 10px 0px;
}
.faqs .section-accordion .accordion-group .accordion-item .inner .answer .copy p {
  color: #4a3c2e;
}
@media (max-width: 992px) {
  .faqs .section-accordion .col-70,
  .faqs .section-accordion .col-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .faqs .section-accordion .col-70,
  .faqs .section-accordion .col-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .faqs .section-accordion .cta-area {
    float: none !important;
  }
}
/*GENERIC PAGE*/

.generic-page em {
  font-style: italic;
}
.generic-page strong {
  font-weight: bold;
}
.generic-page .hero-section {
  background: url(/images/generichero.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.generic-page .section-copy {
  padding-bottom: 180px;
}
.generic-page.terms-of-use ul,
.generic-page.privacy-policy ul {
  list-style: disc;
}
.generic-page.terms-of-use ul li,
.generic-page.privacy-policy ul li {
  margin-left: 50px;
}
.generic-page.terms-of-use ol,
.generic-page.privacy-policy ol {
  list-style: decimal;
}
/*SEARCH RESULTS PAGE*/

.search-results {
  padding-bottom: 180px;
  /**Hero Section **/

}
.search-results .hero-section {
  background: url(/images/search_results/hero.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.search-results .search-header span {
  display: inline-block;
}
.search-results .result-list {
  margin: 30px 0px;
  max-width: 100%;
}
.search-results .result-list .search-header {
  padding-left: 30px;
}
.search-results .result-list .content {
  text-align: left !important;
  overflow: auto;
  margin: 30px 0px;
  max-width: 100%;
}
.search-results .result-list .content p {
  margin-bottom: 10px !important;
}
.search-results .result-list .content .img-wrapper {
  float: left;
  width: 24%;
  margin-right: 40px;
  text-align: center;
}
.search-results .result-list .content .img-wrapper img {
  display: inline-block;
  max-width: 260px;
  width: 100%;
}
.search-results .result-list .content .text-wrapper {
  float: left;
  width: 67%;
  padding-top: 30px;
  margin-bottom: -30px;
}
@media (max-width: 640px) {
  .search-results .result-list .content .img-wrapper,
  .search-results .result-list .content .text-wrapper {
    width: 100%;
    margin: 9px 0px;
  }
}
.search-results .result-list .product img {
  background: url(/images/products/productbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
/**Section Contact Us**/

.contact-page {
  padding-bottom: 160px;
  /**Hero Section **/

}
.contact-page #complaint_info {
  display: none;
}
.contact-page .hero-section {
  background: url(/images/contact/hero.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
@media (max-width: 640px) {
  .contact-page .hero-section {
    background: url(/images/contact/mhero.png);
    margin-top: -140px;
    background-position: left !important;
  }
}
.contact-page .section-contact-form .content {
  border-radius: 4px;
  padding: 20px;
}
.contact-page .section-contact-form .content .form_label {
  display: none;
}
.contact-page .section-contact-form .content .hd_form_label,
.contact-page .section-contact-form .content .hd_form_field {
  float: left;
  display: block !important;
  padding-right: 20px;
  width: auto !important;
  vertical-align: middle;
  line-height: 60px;
  font-size: 20px;
}
.contact-page .section-contact-form .content .hd_form_field {
  height: 60px;
}
.contact-page .section-contact-form .content .hd_form_field select {
  height: 46px;
  padding: 0px 30px;
  border: 3px solid #e5582b;
  color: #e5582b;
  background: transparent;
  border-radius: 0;
}
.contact-page .section-contact-form .content .hd_form_field select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-align: center;
  opacity: 1;
  /* Firefox */

}
.contact-page .section-contact-form .content .hd_form_field select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: center;
}
.contact-page .section-contact-form .content .hd_form_field select::-ms-input-placeholder {
  /* Microsoft Edge */
  text-align: center;
}
.contact-page .section-contact-form .content .hd_form_field select option:first-of-type {
  color: black;
}
.contact-page .section-contact-form .content .hd_form_field:after {
  content: "\f0da" !important;
  right: 40px !important;
  top: -2px !important;
}
.contact-page .section-contact-form .content form input,
.contact-page .section-contact-form .content form select,
.contact-page .section-contact-form .content form textarea {
  background: white;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 20px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  height: 66px;
  font-weight: 700;
  color: #254530;
  text-transform: uppercase;
  border-right: none;
  outline: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  /* FF 4-18 */

  /* FF 19+ */

  /* IE 10+ */

}
.contact-page .section-contact-form .content form input::placeholder,
.contact-page .section-contact-form .content form select::placeholder,
.contact-page .section-contact-form .content form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #254530;
  opacity: 1;
  /* Firefox */

}
.contact-page .section-contact-form .content form input:-ms-input-placeholder,
.contact-page .section-contact-form .content form select:-ms-input-placeholder,
.contact-page .section-contact-form .content form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #254530;
}
.contact-page .section-contact-form .content form input::-ms-input-placeholder,
.contact-page .section-contact-form .content form select::-ms-input-placeholder,
.contact-page .section-contact-form .content form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #254530;
}
.contact-page .section-contact-form .content form input:focus::-webkit-input-placeholder,
.contact-page .section-contact-form .content form select:focus::-webkit-input-placeholder,
.contact-page .section-contact-form .content form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.contact-page .section-contact-form .content form input:focus:-moz-placeholder,
.contact-page .section-contact-form .content form select:focus:-moz-placeholder,
.contact-page .section-contact-form .content form textarea:focus:-moz-placeholder {
  color: transparent;
}
.contact-page .section-contact-form .content form input:focus::-moz-placeholder,
.contact-page .section-contact-form .content form select:focus::-moz-placeholder,
.contact-page .section-contact-form .content form textarea:focus::-moz-placeholder {
  color: transparent;
}
.contact-page .section-contact-form .content form input:focus:-ms-input-placeholder,
.contact-page .section-contact-form .content form select:focus:-ms-input-placeholder,
.contact-page .section-contact-form .content form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
@media (max-width: 768px) {
  .contact-page .section-contact-form .content form input,
  .contact-page .section-contact-form .content form select,
  .contact-page .section-contact-form .content form textarea {
    font-size: 16px !important;
  }
}
.contact-page .section-contact-form .content form input[type=file] {
  background-color: transparent;
  padding: 5px 0 0 0;
  font-size: 19px;
  height: 60px;
}
.contact-page .section-contact-form .content form textarea {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 28px;
  text-transform: none;
  display: block;
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-page .section-contact-form .content form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  line-height: 50px;
  text-transform: uppercase;
}
.contact-page .section-contact-form .content form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  line-height: 50px;
  text-transform: uppercase;
}
.contact-page .section-contact-form .content form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  line-height: 50px;
  text-transform: uppercase;
}
.contact-page .section-contact-form .content form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  float: right;
  margin: 5px 0px;
  line-height: 1.75;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  /* IE11 hide native button*/

}
.contact-page .section-contact-form .content form select::-ms-expand {
  display: none;
}
.contact-page .section-contact-form .content form div.select {
  position: relative;
  float: left;
  width: 100%;
}
.contact-page .section-contact-form .content form div.select:after {
  content: "\f0d9 \00a0 \f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 600;
  color: #e5582b;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 20px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  display: none;
}
.contact-page .section-contact-info .content {
  background: rgba(127, 108, 87, 0.9);
  padding: 20px;
  border-radius: 4px;
  color: white;
}
/* flipbook page */

.flip-book .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 0 250px 0;
  background: url(/images/flip-book/ranger_landing_page_hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -199px;
  z-index: 10;
  position: relative;
}
.flip-book .hero .heroCopy h1 {
  color: white;
  line-height: 1;
  text-align: center;
  font-family: 'Lumiera', 'sans-serif';
  font-size: 80px;
}
.flip-book .hero .heroCopy h1 span {
  font-family: 'Lumiera Handwriting', 'sans-serif';
  font-size: 120px;
}
.flip-book .row {
  width: 100%;
  display: block;
}
.flip-book .row .mainBody .mainBodyContent {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 50px 0 50px 0;
  flex-direction: column;
}
.flip-book .row .mainBody .mainBodyContent iframe body #fsw #fsw-watermark {
  display: none;
}
.flip-book .row .mainBody .mainBodyContent .two {
  display: flex;
  justify-content: center;
  padding: 20px 0 20px 0;
}
.flip-book .row .mainBody .mainBodyContent .two .viewCTA {
  display: none;
  margin: 0 30px 0 0;
}
.flip-book .row .mainBody .mainBodyContent .mobileImg {
  display: none;
}
.flip-book .section-brands {
  background: url(/images/practices/brands-bg.png);
  background-position: top !important;
  padding-top: 50px;
  padding-bottom: 200px;
  margin-bottom: 0px;
}
.flip-book .section-brands .container {
  margin-bottom: 23px;
}
.flip-book .section-brands .container .row {
  display: flex;
}
.flip-book .section-brands .container .row .content-box {
  min-height: 380px;
  margin-top: 30px;
}
.flip-book .section-brands .container .row .content-box.brandsbg2 {
  background: url(/images/practices/brands2.png);
}
@media (max-width: 768px) {
  .flip-book .col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flip-book .row .mainBody .mainBodyContent .mobileImg {
    display: block;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
  }
  .flip-book .row .mainBody .mainBodyContent .two .viewCTA {
    display: block;
  }
  .flip-book .row .mainBody .mainBodyContent iframe {
    display: none;
  }
}
@media (max-width: 640px) {
  .flip-book .hero {
    padding: 360px 0 150px 0;
  }
  .flip-book .hero .heroCopy {
    padding: 0 50px;
  }
}
@media (max-width: 450px) {
  .flip-book .row .mainBody .mainBodyContent .two {
    flex-direction: column;
    align-items: center;
  }
  .flip-book .row .mainBody .mainBodyContent .two .viewCTA a {
    margin: 0 0px 20px 0;
  }
  .flip-book .row .mainBody .mainBodyContent .two .viewCTA,
  .flip-book .row .mainBody .mainBodyContent .two .printCTA a {
    margin: 0;
  }
}
#coupon {
  position: fixed;
  bottom: -200px;
  width: 100%;
  z-index: 90000;
  background: #004e6f;
  display: flex;
  justify-content: center;
  align-items: center;
}
#coupon .wrapper {
  margin: 0px 55px 0px 10px;
}
#coupon .row {
  width: 100%;
  position: relative;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#coupon #couponXbtn {
  position: absolute;
  right: 10px;
  top: 38px;
  cursor: pointer;
}
#coupon #c-copy {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 20px 15px 30px 0;
  text-align: center;
  color: white;
}
#coupon .coupon {
  text-align: center;
  width: 18%;
  position: relative;
  float: left;
}
#coupon .coupon .cta {
  white-space: nowrap;
}
@media (max-width: 600px) {
  #coupon #c-copy {
    margin: 10px auto;
  }
  #coupon .coupon {
    width: 100%;
  }
  #coupon .coupon .cta {
    margin: 0 0 10px 0;
  }
  #coupon .row {
    flex-direction: column;
  }
  #coupon #couponXbtn {
    top: 5px;
  }
}
.fa-sort-down {
  padding-bottom: 0.7em !important;
  padding-left: 0.125em !important;
}
.fa-sort-up {
  padding-bottom: 0 !important;
  padding-left: 0.25em !important;
  padding-top: 0.1em !important;
}
