@import url(https://cloud.typography.com/7463534/7294552/css/fonts.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@-ms-viewport {
  width: auto !important;
}
.baseFontFamily {
  font-family: "Gotham A", "Gotham B", sans-serif;
}
/***
 *    ██╗███╗   ███╗██████╗  ██████╗ ██████╗ ████████╗███████╗
 *    ██║████╗ ████║██╔══██╗██╔═══██╗██╔══██╗╚══██╔══╝██╔════╝
 *    ██║██╔████╔██║██████╔╝██║   ██║██████╔╝   ██║   ███████╗
 *    ██║██║╚██╔╝██║██╔═══╝ ██║   ██║██╔══██╗   ██║   ╚════██║
 *    ██║██║ ╚═╝ ██║██║     ╚██████╔╝██║  ██║   ██║   ███████║
 *    ╚═╝╚═╝     ╚═╝╚═╝      ╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚══════╝
 *                                                            
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
/***
 *     ██████╗ ██╗      ██████╗ ██████╗  █████╗ ██╗     
 *    ██╔════╝ ██║     ██╔═══██╗██╔══██╗██╔══██╗██║     
 *    ██║  ███╗██║     ██║   ██║██████╔╝███████║██║     
 *    ██║   ██║██║     ██║   ██║██╔══██╗██╔══██║██║     
 *    ╚██████╔╝███████╗╚██████╔╝██████╔╝██║  ██║███████╗
 *     ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝
 *                                                      
 */
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
html {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  min-width: 320px;
  line-height: 1.4;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
}
body.overflowed #panel {
  pointer-events: none;
}
.container {
  position: relative;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .container.no-padding {
    padding: 0 !important;
  }
}
div#panel {
  position: relative;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 125px;
  background: #fdfbe1 url(/wp-content/uploads/bg-home.jpg) no-repeat center center fixed;
  background-size: cover;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}
div#panel .panel-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
hr {
  display: block;
  border: 0;
  height: 0;
  border-top: 1px solid #dddddd;
  margin: 1em 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
h1 {
  color: #ba0c2f;
  font-size: 1.8888888888888888rem;
  font-weight: normal;
}
h1 + * {
  margin-top: .7em;
}
h2 {
  color: #ba0c2f;
  font-size: 1.3333333333333333rem;
  font-weight: normal;
}
h2.social span {
  margin-right: 20px;
}
h2.social a {
  color: #ba0c2f !important;
}
h3 {
  color: #ba0c2f;
  font-size: 1rem;
  font-weight: 500;
}
p,
li {
  color: #4d4d4f;
  line-height: 1.4;
}
p.footnote,
li.footnote {
  font-size: .7em;
  margin-top: 3em;
}
.footnote {
  margin-top: 2em;
}
.footnote p {
  font-size: .7em !important;
}
img.floated-left {
  float: left;
  margin: 0 20px 20px 0;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  img.floated-left {
    width: 60px;
  }
}
.bv-content-data-icon img.emoji,
.fm-text-main img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.text-content h2,
.page-content-box h2 {
  margin-bottom: .7em;
}
.text-content h2 + *,
.page-content-box h2 + * {
  margin-top: .7em;
}
.text-content h2.section,
.page-content-box h2.section {
  margin-top: 2em;
}
.text-content a,
.page-content-box a {
  color: #ba0c2f;
  text-decoration: none;
}
.text-content a:hover,
.page-content-box a:hover {
  text-decoration: underline;
}
.text-content p,
.page-content-box p,
.text-content li,
.page-content-box li,
.text-content ul,
.page-content-box ul,
.text-content h3,
.page-content-box h3 {
  margin-bottom: .7em;
}
.text-content h3,
.page-content-box h3 {
  margin-top: 1em;
}
.text-content h3:first-child,
.page-content-box h3:first-child {
  margin-top: 0;
}
.text-content ul,
.page-content-box ul {
  list-style-type: none !important;
  padding-left: 10px;
}
.text-content ul li,
.page-content-box ul li {
  position: relative;
  padding-left: 20px;
}
.text-content ul li:before,
.page-content-box ul li:before {
  content: "•";
  position: absolute;
  width: 15px;
  margin-left: -15px;
}
.text-content ul li ul li:before,
.page-content-box ul li ul li:before {
  content: '-';
}
.text-content ol,
.page-content-box ol {
  counter-reset: section;
}
.text-content ol li,
.page-content-box ol li {
  position: relative;
  padding-left: 20px;
}
.text-content ol li:before,
.page-content-box ol li:before {
  content: counter(section);
  counter-increment: section;
  position: absolute;
  width: 20px;
  margin-left: -20px;
  color: #ba0c2f;
  /* or whatever color you prefer */
}
a.link {
  position: relative;
  color: #c52033;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.link:after {
  position: absolute;
  top: 50%;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  right: 0px;
  content: '\f054';
  font-family: fontawesome;
}
a.link:hover {
  color: #991928;
}
@media screen and (max-width: 767px) {
  a.link {
    background-color: #ba0c2f;
    padding: 10px 30px 10px 20px;
    border-radius: 5px;
    color: #fff;
    display: block;
  }
  a.link:after {
    right: 20px;
  }
}
.button {
  position: relative;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none !important;
  display: inline-block;
  padding: 8px 12px;
  background-color: #c52033;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button:hover {
  background-color: #991928;
}
@media screen and (max-width: 767px) {
  .button {
    background-color: #ba0c2f;
    padding: 10px 30px 10px 20px;
    border-radius: 5px;
    color: #fff;
    display: block;
  }
  .button:after {
    right: 20px;
  }
}
sup {
  vertical-align: baseline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-blocks {
    padding: 0 20px;
  }
}
/***
 *    ██╗  ██╗███████╗ █████╗ ██████╗ ███████╗██████╗ 
 *    ██║  ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
 *    ███████║█████╗  ███████║██║  ██║█████╗  ██████╔╝
 *    ██╔══██║██╔══╝  ██╔══██║██║  ██║██╔══╝  ██╔══██╗
 *    ██║  ██║███████╗██║  ██║██████╔╝███████╗██║  ██║
 *    ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝
 *                                                    
 */
.fixed {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.fixed-open {
  -webkit-transform: translate3d(-256px, 0px, 0px);
          transform: translate3d(-256px, 0px, 0px);
}
body.intl {
  background: #fdfbe1 url(/wp-content/uploads/bg-home.jpg) no-repeat center center fixed;
  background-size: cover;
}
body.intl header {
  background: #eed140 !important;
}
body.intl .page-content {
  padding-top: 130px;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  min-width: 320px;
}
header .top-utility {
  background-color: #eed140;
  height: 20px;
}
header .top-utility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .top-utility ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  padding: 4px 0;
}
header .top-utility ul li.current_page_item > a {
  color: #000 !important;
  font-weight: 700 !important;
}
header .top-utility ul li a {
  display: block;
  color: #393939;
  text-decoration: none;
  line-height: 12px;
  text-transform: uppercase;
  padding: 0 1em;
  font-size: 0.6111111111111112rem;
}
header .top-utility ul li a:hover {
  color: #000;
  text-decoration: underline;
}
header .top-utility ul li:last-of-type a {
  padding-right: 0;
}
header .top-utility ul li ~ li a {
  border-left: 1px solid;
}
header .top-utility ul li:hover .sub-menu {
  display: block;
}
header .top-utility ul li .sub-menu {
  position: absolute;
  background-color: #eed140;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: none;
}
header .top-utility ul li .sub-menu li a {
  border: none;
}
header .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
header .top-bar .top-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 5vw;
}
header .top-bar .top-logo img {
  display: block;
  height: 10vw;
  width: auto;
  max-height: 55px;
  min-height: 60px;
}
header .top-bar .top-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .top-bar .top-navigation > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
}
header .top-bar .top-navigation > ul > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
header .top-bar .top-navigation > ul > li > a {
  display: block;
  text-decoration: none;
  color: #393939;
  padding: 10px 10px;
  font-weight: 400;
  font-size: 0.8888888888888888rem;
  line-height: 1.2;
  text-align: left;
  border-radius: 5px;
}
header .top-bar .top-navigation > ul > li > a[href="#"] {
  pointer-events: none;
}
header .top-bar .top-navigation > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 5px;
  z-index: 2;
  min-width: 180px;
  box-shadow: 0px 10px 17px -8px rgba(0, 0, 0, 0.52);
}
header .top-bar .top-navigation > ul > li > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 10px;
}
header .top-bar .top-navigation > ul > li > ul > li.current_page_item > a {
  color: #ba0c2f;
  font-weight: 400;
}
header .top-bar .top-navigation > ul > li > ul > li:last-child {
  border-bottom: 0;
}
header .top-bar .top-navigation > ul > li > ul > li > a {
  display: block;
  font-size: .9em;
  text-decoration: none;
  text-align: left;
  color: #4d4d4f;
  font-size: 0.7222222222222222rem;
}
header .top-bar .top-navigation > ul > li > ul > li > a:hover {
  color: #ba0c2f;
  font-weight: 400;
}
header .top-bar .top-navigation > ul > li.menu-item-1807 > ul,
header .top-bar .top-navigation > ul > li.menu-item-2123 > ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 700px;
  left: 107px;
}
header .top-bar .top-navigation > ul > li.menu-item-1807 > ul > li,
header .top-bar .top-navigation > ul > li.menu-item-2123 > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  border-bottom: none;
}
header .top-bar .top-navigation > ul > li.menu-item-1807 > ul > li.current-menu-item > a,
header .top-bar .top-navigation > ul > li.menu-item-2123 > ul > li.current-menu-item > a,
header .top-bar .top-navigation > ul > li.menu-item-1807 > ul > li.current-menu-parent > a,
header .top-bar .top-navigation > ul > li.menu-item-2123 > ul > li.current-menu-parent > a {
  color: #ba0c2f !important;
  font-weight: 700 !important;
}
header .top-bar .top-navigation > ul > li.menu-item-1807 > ul > li > a,
header .top-bar .top-navigation > ul > li.menu-item-2123 > ul > li > a {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: .9em;
  line-height: 1.2;
  border-bottom: 1px solid #ba0c2f;
}
header .top-bar .top-navigation > ul > li.menu-item-1807 > ul > li ul li.current-menu-item > a,
header .top-bar .top-navigation > ul > li.menu-item-2123 > ul > li ul li.current-menu-item > a {
  color: #ba0c2f !important;
  font-weight: 500 !important;
}
header .top-bar .top-navigation > ul > li.menu-item-1807 > ul > li ul li a,
header .top-bar .top-navigation > ul > li.menu-item-2123 > ul > li ul li a {
  display: block;
  padding: 5px 0px;
  font-size: .9em;
  text-decoration: none;
  text-align: left;
  color: #4d4d4f;
  font-weight: normal;
  font-size: 0.7777777777777778rem;
  line-height: 1.2;
}
header .top-bar .top-navigation > ul > li.menu-item-1807 > ul > li ul li a:hover,
header .top-bar .top-navigation > ul > li.menu-item-2123 > ul > li ul li a:hover {
  color: #ba0c2f;
  font-weight: 400;
}
header .top-bar .top-navigation > ul > li.current-menu-parent > a,
header .top-bar .top-navigation > ul > li.current_page_item > a {
  background-color: #fff;
  color: #ba0c2f;
}
header .top-bar .top-navigation > ul > li:hover.menu-item-has-children {
  /*
							&:after{
								content: '';
								position: absolute;
								top: 100%;
								left: 0;
								width: 100%;
								background-color: #fff;
								height: 20px;
								z-index: 1;
							}
*/
}
header .top-bar .top-navigation > ul > li:hover.menu-item-has-children a {
  border-radius: 5px 5px 0 0  ;
}
header .top-bar .top-navigation > ul > li:hover > a {
  background-color: #fff;
  color: #ba0c2f;
}
header .top-bar .top-navigation > ul > li:hover.menu-item-1807 > ul,
header .top-bar .top-navigation > ul > li:hover.menu-item-2123 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
header .top-bar .top-navigation > ul > li:hover > ul {
  display: block;
}
header #mobile-menu {
  display: none;
  padding-right: 20px;
  -webkit-transition: padding-right 0.2s;
  transition: padding-right 0.2s;
}
header #mobile-menu:before {
  content: '\f0c9';
  font-family: fontawesome;
  font-size: 40px;
  color: #fff;
}
.slideout-open #mobile-menu {
  padding-right: 8px;
}
.slideout-open #mobile-menu:before {
  content: '\f00d';
}
@media screen and (max-width: 767px) {
  header {
    background-color: #eed140 !important;
  }
  .top-utility {
    display: none !important;
  }
  .top-bar {
    padding: 15px 0 !important;
  }
  .top-bar .top-logo img {
    height: 45px !important;
  }
  .top-navigation {
    display: none !important;
  }
  #panel {
    padding-top: 90px !important;
  }
  #mobile-menu {
    display: block !important;
  }
}
/***
 *    ███╗   ███╗ ██████╗ ██████╗ ██╗██╗     ███████╗    ███╗   ██╗ █████╗ ██╗   ██╗
 *    ████╗ ████║██╔═══██╗██╔══██╗██║██║     ██╔════╝    ████╗  ██║██╔══██╗██║   ██║
 *    ██╔████╔██║██║   ██║██████╔╝██║██║     █████╗      ██╔██╗ ██║███████║██║   ██║
 *    ██║╚██╔╝██║██║   ██║██╔══██╗██║██║     ██╔══╝      ██║╚██╗██║██╔══██║╚██╗ ██╔╝
 *    ██║ ╚═╝ ██║╚██████╔╝██████╔╝██║███████╗███████╗    ██║ ╚████║██║  ██║ ╚████╔╝ 
 *    ╚═╝     ╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝╚══════╝    ╚═╝  ╚═══╝╚═╝  ╚═╝  ╚═══╝  
 *                                                                                  
 */
.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #eed140;
}
.slideout-panel {
  will-change: transform;
  box-shadow: 11px 0px 44px -16px rgba(0, 0, 0, 0.75);
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.navigation-sidebar > ul > li > a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 1.3333333333333333rem;
}
.navigation-sidebar > ul > li > a[href="#"],
.navigation-sidebar > ul > li > a[href="#hide"] {
  pointer-events: none;
}
.navigation-sidebar > ul > li > a[href="#hide"] {
  opacity: 0;
}
.navigation-sidebar > ul > li ul li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  background-color: #fbf3bb;
  color: #4d4d4f;
  font-weight: 700;
  font-size: 1.1111111111111112rem;
}
.navigation-sidebar > ul > li ul li ~ li {
  margin-top: 1px;
}
/***
 *    ██╗   ██╗███╗   ██╗██╗ ██████╗ ██╗   ██╗███████╗███████╗
 *    ██║   ██║████╗  ██║██║██╔═══██╗██║   ██║██╔════╝██╔════╝
 *    ██║   ██║██╔██╗ ██║██║██║   ██║██║   ██║█████╗  ███████╗
 *    ██║   ██║██║╚██╗██║██║██║▄▄ ██║██║   ██║██╔══╝  ╚════██║
 *    ╚██████╔╝██║ ╚████║██║╚██████╔╝╚██████╔╝███████╗███████║
 *     ╚═════╝ ╚═╝  ╚═══╝╚═╝ ╚══▀▀═╝  ╚═════╝ ╚══════╝╚══════╝
 *                                                            
 */
section.home-promos {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.home-promos .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
section.home-promos .home-promo-box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0px 0px 90px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 30px 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.home-promos .home-promo-box .home-promo-box-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.home-promos .home-promo-box .home-promo-box-inner.centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  padding-right: 1em;
}
section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content h4 {
  color: #c52033;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.1111111111111112rem;
  margin-bottom: .8em;
}
section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content h2 {
  color: #4d4d4f;
  font-size: 1.5555555555555556rem;
  line-height: 1.2;
  margin-bottom: .7em;
}
@media screen and (max-width: 767px) {
  section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content h2 {
    font-size: 2.2222222222222223rem;
  }
}
section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content h3 {
  color: #c52033;
  font-size: 0.7777777777777778rem;
  line-height: 1.4;
  margin-bottom: .7em;
}
@media screen and (max-width: 767px) {
  section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content h3 {
    font-size: 1.1111111111111112rem;
  }
}
section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content p {
  font-size: 0.8888888888888888rem;
}
@media screen and (max-width: 767px) {
  section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content p {
    font-size: 1.1111111111111112rem;
  }
}
section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content p.footnote {
  font-size: .7em;
}
section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  text-align: center;
}
section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-image img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-image img {
    max-width: 300px;
  }
}
section.home-promos .home-promo-box .home-promo-box-cta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: .5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.home-promos .home-promo-box .home-promo-box-cta a.link {
  font-size: 0.8888888888888888rem;
}
section.home-promos .home-promo-box.hero .home-promo-box-inner .home-promo-box-content {
  padding-right: 90px;
}
@media screen and (max-width: 991px) {
  section.home-promos .home-promo-box.hero .home-promo-box-inner .home-promo-box-content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.home-promos .home-promo-box.hero .home-promo-box-inner .home-promo-box-content {
    padding-right: 30px;
  }
}
@media screen and (max-width: 568px) {
  section.home-promos .home-promo-box.hero .home-promo-box-inner .home-promo-box-content {
    padding-right: 0px;
  }
}
section.home-promos .home-promo-box.hero .home-promo-box-inner .home-promo-box-content h3 {
  color: #ba0c2f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3333333333333333rem;
  line-height: 1.2;
}
section.home-promos .home-promo-box.hero .home-promo-box-inner .home-promo-box-content h1 {
  font-size: 1.4444444444444444rem;
  color: #4d4d4f !important;
  line-height: 1.3;
}
section.home-promos .home-promo-box.coupon {
  background-color: #eed140;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.home-promos .home-promo-box.coupon .home-coupon-box-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
section.home-promos .home-promo-box.coupon h2 {
  color: #4d4d4f;
  font-size: 1.6666666666666667rem;
  line-height: 1.3;
  padding: 20px 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.home-promos .home-promo-box.coupon h2 {
    font-size: 2.7777777777777777rem;
  }
}
@media screen and (max-width: 568px) {
  section.home-promos .home-promo-box.coupon h2 {
    font-size: 2.2222222222222223rem;
  }
}
section.home-promos .home-promo-box.coupon img {
  display: block;
  width: 100%;
  height: auto;
}
section.home-promos .home-promo-box.coupon img.coupon-bottom {
  margin-bottom: 2em;
}
section.home-promos .home-promo-box.left-image .home-promo-box-inner .home-promo-box-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding-right: 100px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section.home-promos .home-promo-box.left-image .home-promo-box-inner .home-promo-box-image {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.home-promos .home-promo-box.left-image .home-promo-box-inner .home-promo-box-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    padding-right: 30px;
  }
  section.home-promos .home-promo-box.left-image .home-promo-box-inner .home-promo-box-image img {
    max-width: 200px;
  }
}
@media screen and (max-width: 568px) {
  section.home-promos .home-promo-box.left-image .home-promo-box-inner .home-promo-box-image {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
section.home-promos .home-promo-box.left-image .home-promo-box-inner .home-promo-box-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.home-promos .home-promo-box.left-image .home-promo-box-inner .home-promo-box-content .home-promo-box-cta {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  section.home-promos .home-promo-box {
    border-radius: 0;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 568px) {
  section.home-promos .home-promo-box .home-promo-box-inner {
    display: block;
  }
  section.home-promos .home-promo-box .home-promo-box-inner .home-promo-box-content {
    margin-bottom: 1em;
  }
}
section.home-promos .home-box-1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.home-promos .home-box-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  section.home-promos .home-box-2col {
    display: block;
  }
}
section.home-promos .home-box-2col .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
}
section.home-promos .home-box-2col .col:first-child {
  padding-right: 7.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
section.home-promos .home-box-2col .col:last-child {
  padding-left: 7.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (max-width: 767px) {
  section.home-promos .home-box-2col .col {
    padding: 0 !important;
  }
}
section.home-promos .home-box-2col.fixed-right .col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}
section.home-promos .home-box-2col.fixed-right .col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
@media screen and (max-width: 991px) {
  section.home-promos .home-box-2col.fixed-right .col:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  section.home-promos .home-box-2col.fixed-right .col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}
section.home-promos .home-box-2col.fixed-left .col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}
section.home-promos .home-box-2col.fixed-left .col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
.category-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .category-product {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    padding: 0 20px 30px 20px;
  }
}
.category-product .category-product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  position: relative;
  margin-right: 5%;
}
.category-product .category-product-image a {
  display: block;
}
.category-product .category-product-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .category-product .category-product-image {
    background-color: #fff;
    display: none;
  }
}
.category-product .category-product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.category-product .category-product-info .category-product-info-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .category-product .category-product-info .category-product-info-split {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.category-product .category-product-info .mobile-image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding: 5px;
  display: none;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .category-product .category-product-info .mobile-image {
    display: block;
  }
}
.category-product .category-product-info .mobile-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .category-product .category-product-info .category-product-content {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 568px) {
  .category-product .category-product-info .category-product-content {
    font-size: 1em;
  }
}
.category-product .category-product-info .category-product-content .eyebrow {
  font-size: .7em;
  margin-bottom: 0;
  line-height: 1.2;
}
.category-product .category-product-info .category-product-content .eyebrow a {
  color: #4d4d4f;
  text-decoration: none;
}
.category-product .category-product-info .category-product-content .eyebrow a:hover {
  color: #ba0c2f;
}
.category-product .category-product-info .category-product-content .product-link {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: .5em;
}
.category-product .category-product-info .category-product-content .product-link a {
  text-decoration: none;
  color: #ba0c2f;
}
.category-product .category-product-info .product-description p {
  margin-bottom: .7em;
}
.review-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .review-product {
    margin: 0;
  }
}
.review-product .review-product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  position: relative;
  margin-right: 7.5px;
}
@media screen and (max-width: 767px) {
  .review-product .review-product-image {
    background-color: #fff;
    display: none;
  }
}
.review-product .review-product-image .review-product-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.review-product .review-product-info {
  margin-left: 7.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 5px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .review-product .review-product-info {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    padding: 0 10px 30px 10px;
  }
}
.review-product .review-product-info .review-product-info-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .review-product .review-product-info .review-product-info-split {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.review-product .review-product-info .mobile-image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  padding: 5px;
  display: none;
}
@media screen and (max-width: 767px) {
  .review-product .review-product-info .mobile-image {
    display: block;
  }
}
.review-product .review-product-info .mobile-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .review-product .review-product-info .review-product-content {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 568px) {
  .review-product .review-product-info .review-product-content {
    font-size: 1em;
  }
}
.review-product .review-product-info .review-product-content .eyebrow {
  font-size: .7em;
  margin-bottom: 0;
  line-height: 1.2;
}
.review-product .review-product-info .review-product-content .eyebrow a {
  color: #4d4d4f;
  text-decoration: none;
}
.review-product .review-product-info .review-product-content .eyebrow a:hover {
  color: #ba0c2f;
}
.review-product .review-product-info .review-product-content .product-link {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: .5em;
}
.review-product .review-product-info .review-product-content .product-link a {
  text-decoration: none;
  color: #4d4d4f;
}
.review-product .review-product-info .product-description p {
  margin-bottom: .7em;
}
.review-product .review-product-info .product-description .product-action-buttons {
  display: block !important;
}
.review-product .review-product-info .product-description .product-action-buttons a {
  display: inline-block;
}
@media screen and (max-width: 568px) {
  .review-product .review-product-info .product-description .product-action-buttons a {
    display: block;
  }
}
.product-action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1em;
}
.product-action-buttons select,
.product-action-buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 33%;
  display: block;
  background-color: #ba0c2f;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  font-size: .9em;
  border-radius: 3px;
  -webkit-appearance: none;
  line-height: 1;
  margin: 0;
}
.product-action-buttons select option,
.product-action-buttons a option {
  text-transform: lowercase;
}
.product-action-buttons select ~ *,
.product-action-buttons a ~ * {
  margin-left: 5px;
}
.product-action-buttons select:hover,
.product-action-buttons a:hover {
  background-color: #991928;
}
@media screen and (max-width: 991px) {
  .product-action-buttons select,
  .product-action-buttons a {
    font-size: .7em;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-action-buttons select,
  .product-action-buttons a {
    font-size: 1em;
  }
}
@media screen and (max-width: 568px) {
  .product-action-buttons select,
  .product-action-buttons a {
    font-size: .7em;
    padding: 8px 6px;
    text-align: center;
    max-width: none;
  }
}
.product-action-buttons a {
  text-transform: uppercase;
}
.sci-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
.sci-member .sci-member-headshot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 100px;
  margin-right: 20px;
}
.sci-member .sci-member-headshot img {
  width: 100% !important;
  height: auto !important;
}
.sci-member .sci-member-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sci-member .sci-member-text h3 {
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 1em;
}
.single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .single-product {
    display: block;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
  }
}
.single-product .single-product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  position: relative;
  margin-right: 7.5px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .single-product .single-product-image {
    display: none;
  }
}
.single-product .single-product-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-product .single-product-image .single-product-image-inner {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.single-product .single-product-info {
  margin-left: 7.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .single-product .single-product-info {
    background-color: #fff;
    margin: 0;
    border-radius: 0;
  }
  .single-product .single-product-info h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .single-product .single-product-info h1 {
    font-size: 2em;
  }
}
.single-product .single-product-info .eyebrow {
  font-size: .8em;
}
.single-product .single-product-info .eyebrow a {
  color: #4d4d4f;
  text-decoration: none;
}
.single-product .single-product-info .eyebrow a:hover {
  color: #ba0c2f;
}
.single-product .single-product-info ul li:before {
  color: #4d4d4f;
}
.single-product .single-product-info .single-product-mobile-image {
  display: none;
  margin: 0 auto;
}
.single-product .single-product-info .single-product-mobile-image img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .single-product .single-product-info .single-product-mobile-image {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .single-product .single-product-info .product-action-buttons {
    display: block;
  }
  .single-product .single-product-info .product-action-buttons select,
  .single-product .single-product-info .product-action-buttons a {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    border-radius: 0;
    padding: 10px 10px;
    font-size: 1em;
    text-align: left;
  }
  .single-product .single-product-info .product-action-buttons select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.single-product-tab-block {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single-product-tab-block {
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    padding: 0;
  }
}
.product-tabs {
  position: relative;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .product-tabs {
    margin: 0px auto;
  }
}
.product-tabs h6 {
  position: absolute;
  width: 33.33333333%;
  top: 0;
  text-align: center;
  background-color: #f8f3ed;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  z-index: 20;
  cursor: pointer;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.product-tabs h6:nth-of-type(1) {
  left: 0;
  border-left: none;
}
.product-tabs h6:nth-of-type(1).selected {
  border-right-color: #cfcfcf;
}
.product-tabs h6:nth-of-type(2) {
  left: 33.33333333333333%;
}
.product-tabs h6:nth-of-type(2).selected {
  border-right-color: #cfcfcf;
  border-left-color: #cfcfcf;
}
.product-tabs h6:nth-of-type(3) {
  left: 66.66666666666666666666%;
  border-right: none;
}
.product-tabs h6:nth-of-type(3).selected {
  border-left-color: #cfcfcf;
}
.product-tabs h6.selected {
  background-color: #ffffff;
  border-bottom: none;
}
.product-tabs .tab {
  position: relative;
  background-color: #fff;
  padding: 65px 30px 30px 30px;
  display: none;
}
.product-tabs .ingredients {
  padding: 0px 0;
}
.product-tabs .ingredients .ingredient-row {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.product-tabs .ingredients .ingredient-row.inactive {
  padding: 0 0;
  height: auto;
}
.product-tabs .ingredients .ingredient-row.title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}
.product-tabs .ingredients .ingredient-row.title .ingredient-col-left,
.product-tabs .ingredients .ingredient-row.title .ingredient-col-right {
  font-weight: bold;
}
.product-tabs .ingredients .ingredient-row .ingredient-col-left {
  position: relative;
  float: left;
  display: inline;
  padding: 0 5px 0 0;
  white-space: nowrap;
}
.product-tabs .ingredients .ingredient-row .ingredient-col-left b {
  font-weight: 400;
  color: #999999;
}
.product-tabs .ingredients .ingredient-row .ingredient-col-right {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  text-align: right;
  z-index: 1;
  padding: 0 0 0 2px;
  top: 0;
  right: 0;
}
.product-tabs .ingredients .ingredient-row.one {
  height: auto;
  margin-bottom: 0px;
}
.product-tabs .ingredients .ingredient-row.one .ingredient-col-left {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product-tabs {
    border: none;
  }
  .product-tabs h6 {
    position: relative;
    width: auto !important;
    left: auto !important;
    top: auto !important;
    border-top: 1px solid #cfcfcf !important;
    background-color: #fff !important;
    border-bottom: none;
    border-left: none !important;
    border-right: none !important;
    text-align: left;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: .9em;
    font-weight: 600;
  }
  .product-tabs h6:after {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    line-height: 21px;
    margin-top: -10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #ba0c2f;
    border-radius: 50%;
  }
  .product-tabs h6.selected:after {
    content: '\f068';
  }
  .product-tabs h6:nth-of-type(3) {
    border-bottom: 1px solid #cfcfcf !important;
  }
  .product-tabs h6:nth-of-type(3).selected {
    border-bottom: none !important;
  }
  .product-tabs .tab {
    padding: 10px 20px;
  }
}
.ingredients-list h3 {
  font-weight: normal;
}
.ingredients-list h3 strong {
  color: #ba0c2f;
}
.callout-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .callout-box {
    display: block;
    background-color: #fff;
    border-radius: 0;
    margin: 0;
  }
}
.callout-box .callout-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 300px;
  height: 300px;
  background: no-repeat center center;
  background-size: cover;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .callout-box .callout-image {
    display: none;
  }
}
.callout-box .callout-content-image {
  background: no-repeat center center;
  background-size: cover;
  margin: 0;
  display: none;
  margin-bottom: .6em;
}
@media screen and (max-width: 767px) {
  .callout-box .callout-content-image {
    display: block;
    width: 200px;
    height: 200px;
  }
}
.callout-box .callout-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  font-size: 1.3333333333333333rem;
}
.callout-box .callout-text h4 {
  margin-bottom: .8em;
  font-weight: 500;
}
.callout-box .callout-text p {
  font-size: .8em;
  margin-bottom: .4em;
}
a.anchor {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}
.qa-questions-list {
  margin-bottom: 60px;
}
.qa-questions-list h2 {
  margin-top: 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: .4em;
  padding-bottom: .4em;
  border-bottom: 1px solid #dddddd;
}
.qa-questions-list h2:first-child {
  margin-top: 0;
}
.qa-questions-list p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: .4em;
  margin-top: 0 !important;
}
.qa-questions .back-to-top {
  text-align: right;
}
.qa-questions .back-to-top a {
  text-decoration: none;
}
.qa-questions .back-to-top a:after {
  content: '\f0d8';
  margin-left: 8px;
  font-family: FontAwesome;
}
.qa-questions .back-to-top a:hover {
  color: #8a0923;
}
.qa-questions h2 {
  margin-top: 2em;
}
.qa-questions h2:first-of-type {
  margin-top: 0;
}
.qa-questions .qa-content-item {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.qa-questions .qa-content-item .qa-content-question {
  color: #ba0c2f;
  font-size: 1.4em;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0;
}
.qa-questions .qa-content-item .qa-content-question:before {
  content: '\f067';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #ba0c2f;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .qa-questions .qa-content-item .qa-content-question:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.qa-questions .qa-content-item .qa-content-question .qa-content-question-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.qa-questions .qa-content-item .qa-content-answer {
  padding-left: 50px;
  margin-top: .8em;
}
@media screen and (max-width: 767px) {
  .qa-questions .qa-content-item .qa-content-answer {
    padding-left: 40px;
  }
}
.qa-questions .qa-content-item.open .qa-content-question:before {
  content: '\f068';
}
.reseller-group-container {
  margin-bottom: 2em;
}
.reseller-group-container .reseller-group {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.reseller-group-container .reseller-group .reseller-group-title {
  color: #ba0c2f;
  font-size: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.reseller-group-container .reseller-group .reseller-group-title h2 {
  margin: 0;
}
.reseller-group-container .reseller-group .reseller-group-title:before {
  content: '\f067';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #ba0c2f;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .reseller-group-container .reseller-group .reseller-group-title:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.reseller-group-container .reseller-group .reseller-group-title .qa-content-question-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.reseller-group-container .reseller-group .reseller-group-content {
  padding-left: 50px;
  display: none;
  margin-top: .8em;
}
@media screen and (max-width: 767px) {
  .reseller-group-container .reseller-group .reseller-group-content {
    padding-left: 40px;
  }
}
.reseller-group-container .reseller-group .reseller-group-content .resellers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reseller-group-container .reseller-group .reseller-group-content .resellers .reseller {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
.reseller-group-container .reseller-group .reseller-group-content .resellers .reseller a {
  display: block;
  padding: 20px 10px;
  border: 1px solid #fff;
  background: rgba(238, 209, 64, 0.05);
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: border .2s;
  transition: border .2s;
}
.reseller-group-container .reseller-group .reseller-group-content .resellers .reseller a:hover {
  border-color: #ba0c2f;
}
@media screen and (max-width: 991px) {
  .reseller-group-container .reseller-group .reseller-group-content .resellers .reseller {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}
@media screen and (max-width: 767px) {
  .reseller-group-container .reseller-group .reseller-group-content .resellers .reseller {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media screen and (max-width: 400px) {
  .reseller-group-container .reseller-group .reseller-group-content .resellers .reseller {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
  }
}
.reseller-group-container .reseller-group.open .qa-content-question:before {
  content: '\f068';
}
.timeline-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-item-row .timeline-item-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.timeline-item-row .timeline-item-left img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: .4em;
}
.timeline-item-row .timeline-item-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .timeline-item-row .timeline-item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .timeline-item-row .timeline-item-right {
    padding-left: 15px;
  }
}
@media screen and (max-width: 568px) {
  .timeline-item-row {
    display: block;
  }
  .timeline-item-row .timeline-item-left {
    margin-bottom: 20px;
  }
  .timeline-item-row .timeline-item-right {
    padding-left: 0px;
  }
}
.contnent-format-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: .5em;
}
@media screen and (max-width: 500px) {
  .contnent-format-stage {
    display: block;
  }
}
.contnent-format-stage .contnent-format-stage-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 20px;
}
.contnent-format-stage .contnent-format-stage-image img {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 500px) {
  .contnent-format-stage .contnent-format-stage-image {
    margin-bottom: 1em;
  }
}
.contnent-format-stage .contnent-format-stage-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.journal-resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.journal-resources .journal-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 2em;
}
.journal-resources .journal-col + .journal-col {
  padding-left: 20px;
}
.product-download-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 3em;
}
.product-download-container .product-download-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  border: 1px solid #dddddd;
  margin: 0 1% 1% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product-download-container .product-download-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .product-download-container .product-download-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
.product-download-container .product-download-col .product-download p.product-image {
  display: block;
  position: relative;
  width: auto;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px;
}
.product-download-container .product-download-col .product-download p.download-title {
  text-align: center;
  line-height: 1.2;
  padding: 10px 20px;
  font-size: 1em;
  background-color: #dddddd;
  margin: 0;
  color: #000000;
}
.product-download-container .product-download-col .product-download .download-description {
  font-size: .7em;
  padding: 10px;
}
.product-download-container .product-download-col .product-download .download-description p:last-child {
  margin-bottom: 0;
}
.product-download-container .product-download-col a {
  display: block;
  text-align: center;
  line-height: 1.2;
  padding: 5px 10px;
  color: #fff;
  background-color: #ba0c2f;
  font-size: .8em;
  font-weight: 600;
}
.product-download-container .product-download-col a + a {
  border-left: 1px solid #dddddd;
}
/***
 *    ██████╗  █████╗  ██████╗ ███████╗     ██████╗ ██████╗ ███╗   ██╗████████╗███████╗███╗   ██╗████████╗
 *    ██╔══██╗██╔══██╗██╔════╝ ██╔════╝    ██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝████╗  ██║╚══██╔══╝
 *    ██████╔╝███████║██║  ███╗█████╗      ██║     ██║   ██║██╔██╗ ██║   ██║   █████╗  ██╔██╗ ██║   ██║   
 *    ██╔═══╝ ██╔══██║██║   ██║██╔══╝      ██║     ██║   ██║██║╚██╗██║   ██║   ██╔══╝  ██║╚██╗██║   ██║   
 *    ██║     ██║  ██║╚██████╔╝███████╗    ╚██████╗╚██████╔╝██║ ╚████║   ██║   ███████╗██║ ╚████║   ██║   
 *    ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚══════╝     ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝╚═╝  ╚═══╝   ╚═╝   
 *                                                                                                        
 */
@media screen and (max-width: 767px) {
  .page-content .container {
    padding: 0;
  }
}
.page-content .page-content-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 60px;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .page-content .page-content-box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-content .page-content-box {
    background-color: #ffffff;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 0;
  }
}
.data-table {
  width: 100%;
}
.data-table td {
  border: 1px solid #dddddd;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.data-table td p {
  margin: 0;
  font-size: 1.5vw;
  color: #ba0c2f;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data-table td p {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .data-table td p {
    font-size: 1em;
  }
}
.data-table tr:first-of-type td {
  border-top: none;
  vertical-align: bottom;
}
.data-table tr:first-of-type td p {
  color: #4d4d4f;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
}
.data-table tr:first-of-type td:first-of-type {
  border: none;
}
.data-table tr td:first-of-type {
  border-left: none;
  text-align: right;
}
.data-table tr td:first-of-type p {
  color: #4d4d4f;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .data-table tr:first-of-type td p {
    white-space: nowrap;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
/***
 *    ███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗ 
 *    ██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
 *    █████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
 *    ██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
 *    ██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
 *    ╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝
 *                                                       
 */
footer {
  background: #fcce35;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmNjZTM1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjZmRkZjRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjM2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fcce35), color-stop(37%, #fddf4d), color-stop(100%, #fff368));
  background: -webkit-linear-gradient(-45deg, #fcce35 0%, #fddf4d 37%, #fff368 100%);
  background: -webkit-linear-gradient(315deg, #fcce35 0%, #fddf4d 37%, #fff368 100%);
  background: linear-gradient(135deg, #fcce35 0%, #fddf4d 37%, #fff368 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcce35', endColorstr='#fff368', GradientType=1);
  margin-top: 0;
  padding: 20px 0px;
  z-index: 2;
  position: relative;
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.7777777777777778rem;
}
footer .footer-inner .hide-menu {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  footer .footer-inner .hide-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    display: block;
    font-size: 1.3333333333333333rem;
  }
}
footer .footer-inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
footer .footer-inner .social-icons {
  font-size: 2.5em;
}
footer .footer-inner .social-icons a {
  color: #ba0c2f;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .social-icons {
    font-size: 2em;
  }
}
footer .footer-inner ul {
  list-style-type: none;
}
footer .footer-inner ul li {
  line-height: 1.2;
  padding-bottom: .4em;
}
footer .footer-inner ul li.current_page_item > a {
  color: #000 !important;
  font-weight: 700 !important;
}
footer .footer-inner ul li a {
  text-decoration: none;
  color: #4d4d4f;
  font-size: .8em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
footer .footer-inner ul li a:hover {
  color: #000000;
}
footer .footer-inner ul.footer-navigation li {
  display: inline-block;
}
footer .footer-inner ul.footer-navigation li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #4d4d4f;
}
footer .footer-inner ul.footer-navigation li a:hover {
  color: #000000 !important;
}
footer .footer-inner ul.footer-navigation li + li a {
  margin-left: 10px;
}
footer h6 {
  position: relative;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer h6 {
    padding-top: .5em;
    padding-bottom: .5em;
    margin: 0;
    cursor: pointer;
  }
}
footer .sign-up-box {
  font-size: .9em;
}
footer .sign-up-box .wpcf7-response-output {
  margin: 0;
  border: none;
  padding: 5px 10px;
  color: #4a4a4a;
  text-align: center;
  border-radius: 2px;
}
footer .sign-up-box .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: rgba(65, 244, 71, 0.23);
}
footer .sign-up-box .wpcf7-response-output.wpcf7-validation-errors {
  background-color: rgba(255, 26, 26, 0.26);
}
footer .sign-up-box span {
  display: block;
}
footer .sign-up-box #footerForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: .5em;
}
footer .sign-up-box #footerForm p.form-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
footer .sign-up-box #footerForm p.form-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
footer .sign-up-box input {
  display: block;
  border: none;
  padding: 5px 10px;
  line-height: 20px;
  width: 100%;
  height: 30px;
}
footer .sign-up-box button {
  display: block;
  background-color: #ba0c2f;
  border: none;
  padding: 5px 10px;
  line-height: 20px;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 100%;
  max-width: 70px;
}
footer .sign-up-box button:hover {
  background-color: #a20a29;
}
footer .footer-bottom {
  margin-top: 20px;
}
footer .footer-bottom .footer-bottom-inner {
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6666666666666666rem;
}
footer .footer-bottom .footer-bottom-inner > div:nth-child(1) {
  text-align: left;
  color: #4d4d4f;
  margin-bottom: 20px;
}
footer .footer-bottom .footer-bottom-inner > div:nth-child(2) {
  text-align: right;
  color: #4d4d4f;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .footer-bottom-inner {
    border-top: none;
    display: block;
    font-size: 0.8333333333333334rem;
  }
  footer .footer-bottom .footer-bottom-inner > div:nth-child(2) {
    text-align: left;
  }
}
footer .footer-bottom .footer-bottom-inner ul.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer-bottom .footer-bottom-inner ul.footer-navigation li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1em;
}
footer .footer-bottom .footer-bottom-inner ul.footer-navigation li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #4d4d4f;
  line-height: 1;
}
footer .footer-bottom .footer-bottom-inner ul.footer-navigation li ~ li {
  border-left: 1px solid #4d4d4f;
  margin-left: 10px;
}
footer .footer-bottom .footer-bottom-inner ul.footer-navigation li + li a {
  padding-left: 10px;
}
/***
 *    ██╗███╗   ██╗████████╗███████╗██████╗ ███╗   ██╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗ █████╗ ██╗     
 *    ██║████╗  ██║╚══██╔══╝██╔════╝██╔══██╗████╗  ██║██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║██╔══██╗██║     
 *    ██║██╔██╗ ██║   ██║   █████╗  ██████╔╝██╔██╗ ██║███████║   ██║   ██║██║   ██║██╔██╗ ██║███████║██║     
 *    ██║██║╚██╗██║   ██║   ██╔══╝  ██╔══██╗██║╚██╗██║██╔══██║   ██║   ██║██║   ██║██║╚██╗██║██╔══██║██║     
 *    ██║██║ ╚████║   ██║   ███████╗██║  ██║██║ ╚████║██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║██║  ██║███████╗
 *    ╚═╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚═╝  ╚═╝╚══════╝
 *                                                                                                           
 */
.international-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .international-list {
    display: block;
  }
}
.international-list .international-link {
  display: block;
  margin: 0 10px 10px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  margin-bottom: 10px;
}
.international-list .international-link a {
  display: block;
  padding: 5px 60px 5px 20px;
  border: 1px solid #dddddd;
  text-align: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
@media screen and (max-width: 400px) {
  .international-list .international-link {
    margin-left: 0px;
  }
}
.international-product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .international-product-row {
    display: block;
  }
}
.international-product {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmMzY4IiBzdG9wLW9wYWNpdHk9IjAuNTQiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNzMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 243, 104, 0.54)), color-stop(42%, rgba(255, 255, 255, 0.73)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(-45deg, rgba(255, 243, 104, 0.54) 0%, rgba(255, 255, 255, 0.73) 42%, #ffffff 100%);
  background: -webkit-linear-gradient(315deg, rgba(255, 243, 104, 0.54) 0%, rgba(255, 255, 255, 0.73) 42%, #ffffff 100%);
  background: linear-gradient(135deg, rgba(255, 243, 104, 0.54) 0%, rgba(255, 255, 255, 0.73) 42%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8afff368', endColorstr='#ffffff', GradientType=1);
  font-size: 1em;
}
.international-product .international-product-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.international-product .international-product-description {
  padding: 20px 20px 20px 33%;
}
.international-product .international-product-description h2 {
  color: #ba0c2f;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 .4em;
  line-height: 1;
}
.international-product .international-product-description p {
  margin: 0 0 1em 0;
  font-size: 1em;
}
.international-product .international-product-description p:last-of-type {
  margin: 0;
}
.international-product .international-product-description .ingredients-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.international-product .international-product-description .ingredients-box .ingredients-title {
  font-size: .8em !important;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  line-height: 20px;
  cursor: pointer;
  margin: 0;
}
.international-product .international-product-description .ingredients-box .ingredients-title:after {
  content: '\f067';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
}
.international-product .international-product-description .ingredients-box .ingredients-title.open {
  border-bottom: none;
}
.international-product .international-product-description .ingredients-box .ingredients-title.open:after {
  content: '\f068';
}
.international-product .international-product-description .ingredients-box .ingredients-text {
  font-size: .8em !important;
  color: rgba(0, 0, 0, 0.7);
  display: none;
  padding: 10px 0;
}
.international-product.full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .international-product .international-product-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center ;
  }
  .international-product .international-product-description {
    padding: 200px 3vw 3vw 3vw;
    font-size: 1em;
  }
  .international-product .international-product-description h6 {
    color: #ba0c2f;
    font-size: 2em;
    font-weight: 400;
    margin: 0;
  }
  .international-product .international-product-description p {
    margin: 0 0 1em 0;
    font-size: 1.3em;
  }
  .international-product .international-product-description p:last-of-type {
    margin: 0;
  }
}
.country-title {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  padding-left: 50px;
}
.country-block {
  border: 1px solid #eaeaea;
  margin-bottom: 1.5em;
  padding: 0px;
  border-bottom: 4px solid #eed140;
}
.country-block h5 {
  font-size: 1em;
  font-weight: 400;
  background-color: #eed140;
  padding: 5px 15px;
  text-align: left;
  color: #000000;
}
.country-block img {
  display: block;
  width: 100%;
  height: auto;
}
.country-block .country-block-content {
  padding: 15px 15px;
  font-size: .9em;
}
.country-image-link {
  display: block;
  margin-bottom: 1.5em;
}
.country-image-link img {
  display: block;
  width: 100%;
  height: auto;
}
.country-facebook-link {
  background-color: #3b5998;
  display: block;
  padding: 5px 15px;
  margin-bottom: 1.5em;
  text-align: center;
  border: 1px solid #eaeaea;
}
.country-facebook-link p {
  color: #ffffff !important;
  margin: 0;
}
.country-twitter-link {
  background-color: #4099ff;
  display: block;
  padding: 5px 15px;
  margin-bottom: 1.5em;
  text-align: center;
  border: 1px solid #eaeaea;
}
.country-twitter-link p {
  color: #ffffff !important;
  margin: 0;
}
.country-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.country-col2 .country-col-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.country-col2 .country-col-aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .country-col2 {
    display: block;
  }
  .country-col2 .country-col-aside {
    padding-left: 0px;
  }
}
.coupons .brickscoupon_container {
  position: relative;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.coupons .brickscoupon_container:hover:before {
  border-color: #ba0c2f;
}
.coupons .brickscoupon_container:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px dashed #dddddd;
  pointer-events: none;
}
.coupons .brickscoupon_container > a {
  display: block;
  padding: 20px;
  text-decoration: none !important;
}
.coupons .brickscoupon_container > a:hover {
  text-decoration: none !important;
}
.coupons .brickscoupon_container > a .brickscoupon_container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .coupons .brickscoupon_container > a .brickscoupon_container_inner {
    display: block;
  }
}
.coupons .brickscoupon_container > a .brickscoupon_container_inner .callout-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  background-image: url(/wp-content/uploads/callout_lips.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .coupons .brickscoupon_container > a .brickscoupon_container_inner .callout-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .coupons .brickscoupon_container > a .brickscoupon_container_inner .callout-image {
    width: 100%;
    height: 150px;
    margin-bottom: 1em;
  }
}
.coupons .brickscoupon_container > a .brickscoupon_container_inner .callout-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 0 20px;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .coupons .brickscoupon_container > a .brickscoupon_container_inner .callout-text {
    font-size: 1em !important;
  }
}
.coupons .brickscoupon_container > a .brickscoupon_container_inner .callout-text h6 {
  color: #ba0c2f;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
}
.coupons .brickscoupon_container > a .brickscoupon_container_inner .callout-text p {
  margin: 0 0 1em 0;
  font-size: 1.3em;
}
.coupons .brickscoupon_container > a .brickscoupon_container_inner .callout-text p:last-of-type {
  margin: 0;
}
.form-atted .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-atted .form-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1em;
}
.form-atted .form-col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 1em;
}
.form-atted .form-col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  margin-bottom: 1em;
}
.form-atted label {
  font-size: .9rem;
}
.form-atted li {
  padding: 0 !important;
  margin-bottom: 1em;
}
.form-atted li:before {
  display: none !important;
}
.form-atted input[type="text"],
.form-atted input[type="email"],
.form-atted input[type="tel"],
.form-atted #inputArea textarea,
.form-atted .wpcf7-textarea {
  width: 90%;
  height: 30px;
}
.form-atted select,
.form-atted textarea,
.form-atted input[type="text"],
.form-atted input[type="email"],
.form-atted input[type="tel"] {
  padding: 0 10px;
  display: inline-block;
  line-height: 2em;
  border: 1px solid #dddddd;
  font-size: 1rem;
  height: 30px;
}
.form-atted textarea {
  width: 100%;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .form-atted .form-col-2,
  .form-atted .form-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper .top_label .gfield_label {
  margin: 0 0 0 !important;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: .375em !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: .375em !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important;
}
.gform_wrapper li.gfield.gfield_error input,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input,
.gform_wrapper li.gfield.gfield_error select,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select {
  background-color: #FFDFE0;
  border: 1px solid #dddddd !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: .6em !important;
  margin: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield_html {
  max-width: 100%;
}
.gform_wrapper input.datepicker.datepicker_with_icon {
  width: 85% !important;
}
.form-atted select {
  padding-right: 0 !important;
}
.parsley-errors-list {
  list-style-type: none !important;
}
.parsley-errors-list li {
  display: block !important;
  color: red !important;
  margin: .4em 0 .4em 0 !important;
  padding: 0 !important;
}
.parsley-errors-list li:before {
  display: none !important;
}
.form-left {
  display: inline-block;
  width: 46% !important;
  margin-right: 8% !important;
}
.form-right {
  display: inline-block;
  width: 46% !important;
}
.form-3-left {
  display: inline-block;
  width: 30% !important;
  margin-right: 5% !important;
}
.form-3-middle {
  display: inline-block;
  width: 30% !important;
  margin-right: 5% !important;
}
.form-3-right {
  display: inline-block;
  width: 30% !important;
}
.gfield.tooltip .ginput_container {
  width: 90%;
  display: inline;
}
.gfield.tooltip .ginput_container input {
  width: 90% !important;
}
.gfield.tooltip .gfield_description {
  font-size: medium;
  display: inline;
}
@media screen and (max-width: 767px) {
  .form-left,
  .form-right,
  .form-3-left,
  .form-3-middle,
  .form-3-right {
    display: block !important;
    width: auto !important;
    margin-right: 0 !important;
  }
}
