@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,600|Rubik:300,400,500&display=swap);
/* ----------GLOBAL STYLESHEET---------- */
html,
body,
ul,
h1 {
  margin: 0px;
  padding: 0px; }

body {
  font-family: "Rubik", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #58595b; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #58595b; }

ul {
  list-style-type: none; }

ul.keep-list-style {
  list-style-type: disc;
  padding-left: 20px; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

button {
  outline: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer; }

textarea {
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 100%;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  textarea:focus {
    border-color: #424242; }

.Cart,
.Cart__line-items {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.Cart::-webkit-scrollbar,
.Cart__line-items::-webkit-scrollbar {
  display: none; }

:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  color: #aaa;
  opacity: 1; }

.container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto; }

.container > .row {
  padding: 0px 20px; }
  .container > .row .col {
    max-width: 100%; }
  .container > .row .size-50 {
    width: 650px; }

.container2 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }

.container3 {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto; }

.two-col {
  display: flex; }

.two-col-image img {
  width: 50%;
  height: 100%; }

@media screen and (max-width: 501px) {
  .two-col-image img {
    width: 100%; } }

.center-element {
  display: flex;
  flex-direction: column;
  align-items: center; }

.true-link, p a {
  color: #1c94e0; }

.header, .subheader {
  color: #2b4144; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #2b4144; }

.headers-use-parent-color h1, .headers-use-parent-color h2, .headers-use-parent-color h3, .headers-use-parent-color h4, .headers-use-parent-color h5, .headers-use-parent-color h6 {
  color: inherit; }

strong {
  font-weight: 500; }

small, p {
  line-height: 1.6em;
  font-weight: 300; }

small {
  color: #58595b; }

p {
  max-width: 100%;
  color: #2b4144;
  word-break: break-word; }

.header {
  font-size: 40px; }

.h1-size {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em; }

h2, .subheader {
  font-size: 26px; }

.size-header3 {
  font-size: 1.17em; }

p {
  font-size: 20px; }

li, button {
  font-size: 16px; }

@media screen and (max-width: 950px) {
  p, .mainPage li {
    font-size: 18px; } }

@media screen and (max-width: 501px) {
  p, .mainPage li {
    font-size: 16px; }
  h2 {
    font-size: 1.3em; } }

.header-g {
  font-size: 40px;
  margin: 50px 0px 25px 0px;
  color: #2b4144;
  font-weight: normal; }
  .header-g.with-line {
    border-bottom: 1px solid #e5e9ec;
    padding-bottom: 20px;
    margin-bottom: 0px; }
  @media screen and (max-width: 501px) {
    .header-g {
      font-size: 35px; } }

.subheader-g {
  font-size: 26px;
  color: #2b4144; }
  @media screen and (max-width: 501px) {
    .subheader-g {
      font-size: 1.3em; } }

.normal-text-g {
  font-size: 20px;
  color: #2b4144; }
  @media screen and (max-width: 950px) {
    .normal-text-g {
      font-size: 18px; } }
  @media screen and (max-width: 501px) {
    .normal-text-g {
      font-size: 16px; } }

.small-text-g {
  font-size: 14px;
  line-height: 1.6em;
  color: #2b4144; }

.light-med-weight {
  font-weight: 400; }

.small-g {
  font-size: 13px; }

.intro-g {
  color: #2b4144; }
  .intro-g h1 {
    font-size: 4em;
    text-align: center;
    margin: 150px 0px; }
  @media screen and (max-width: 501px) {
    .intro-g h1 {
      font-size: 2em; } }

.clean-btn {
  margin: 0;
  background: none;
  position: relative;
  line-height: 0; }

.clearbtn {
  margin: 15px 0px;
  padding: 10px 25px;
  color: #2b4144;
  border: 1px solid #2b4144;
  transition-duration: 0.2s;
  font-weight: 500;
  border-radius: 25px;
  cursor: pointer; }
  .clearbtn:hover {
    background: #2b4144;
    color: #f6f4f4; }
  .clearbtn.nohover {
    color: #aaa;
    border-color: #ccc;
    cursor: default; }
    .clearbtn.nohover:hover {
      background: none; }
  .clearbtn.square {
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px; }
  .clearbtn.small {
    font-size: 12px; }

.normalInput {
  padding: 10px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #ccc; }
  .normalInput:focus {
    border-color: #2b4144; }
  .normalInput.small {
    font-size: 12px; }
  .normalInput.success {
    font-weight: bold;
    text-decoration: underline;
    color: #2b4144;
    background: #fafafa;
    border-color: #ccc; }

.check_confirm_icon {
  color: #6c967e; }

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px; }

.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #0c8441;
  border-color: #0c8441 transparent #a4da22 transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.lds-dual-ring.lineItemLoad {
  padding-top: 2px;
  padding-left: 8px;
  width: 20px;
  height: 20px; }
  .lds-dual-ring.lineItemLoad:after {
    width: 16px;
    height: 16px;
    border-width: 2px; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2b4144;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.item-g {
  padding: 0px 10px; }
  .item-g:last-child {
    padding-right: 0px; }
  .item-g:first-child {
    padding-left: 0px; }
  @media screen and (max-width: 950px) {
    .item-g {
      padding: 0px;
      margin: 10px 0px; }
      .item-g:first-child {
        margin-top: 0px; }
      .item-g:last-child {
        margin-bottom: 0px; } }

.item-container-g {
  margin: 20px 0px; }
  @media screen and (max-width: 950px) {
    .item-container-g {
      flex-wrap: wrap; } }

.back-image-g {
  position: relative; }
  .back-image-g, .back-image-g:before {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; }
  .back-image-g:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .back-image-g > .content {
    z-index: 0; }

.back-image-g.hover-effect-1:before, .back-image-g.hover-effect-1 .content {
  -webkit-transition: all 0.3s ease-in-out; }

.back-image-g.hover-effect-1 .hidden-arrow {
  opacity: 0;
  transition-duration: 0.2s; }

.back-image-g.hover-effect-1:hover:before {
  -webkit-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02); }

.back-image-g.hover-effect-1:hover .content {
  transform: translateX(8px); }

.back-image-g.hover-effect-1:hover .hidden-arrow {
  opacity: 1; }

@media screen and (max-width: 501px) {
  .back-image-g.hover-effect-1 .hidden-arrow {
    display: none; } }

.clickable {
  cursor: pointer; }

.accordion {
  margin-bottom: 10px;
  transition: 0.4s;
  border-radius: 4px;
  color: #2b4144; }
  .accordion .label {
    transition: background 0.15s;
    border: 1px solid #ccc;
    border-radius: inherit;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 18px; }
    .accordion .label .icon {
      color: #999;
      padding-left: 5px;
      padding-top: 3px; }
    .accordion .label .icon.up {
      display: none; }
    .accordion .label .icon.down {
      display: block; }
    .accordion .label:hover {
      background: #f5f5f5; }
      .accordion .label:hover .icon {
        color: #2b4144; }
  .accordion .panel {
    border: 1px solid #ccc;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top: none;
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden; }

.accordion.active .label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #2b4144;
  color: #eee; }
  .accordion.active .label .icon {
    color: inherit; }
  .accordion.active .label .icon.up {
    display: block; }
  .accordion.active .label .icon.down {
    display: none; }

.accordion.active .panel {
  background: #fcfcfc;
  display: block; }

nav {
  display: flex; }
  nav .navContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  nav .left-side {
    width: 100%;
    display: flex; }
  nav .empty-space {
    width: 100%; }
  nav .navLink {
    font-weight: 500;
    white-space: nowrap;
    display: block;
    padding: 28px 18px 22px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    font-size: 0.9rem;
    cursor: pointer; }
  nav .homeLink {
    background: none;
    display: flex;
    align-items: center; }
    nav .homeLink .navLogo {
      width: 175px;
      padding: 0px 20px;
      background: none; }
  nav .navLink:hover {
    color: #0c8441;
    transition: 0.1s ease-out; }
  nav .activeLink {
    color: #0c8441;
    border-color: #0c8441; }
  nav .dropdown-item .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 160px;
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
    z-index: 4; }
  nav .dropdown-item:hover .dropdown-content {
    display: block;
    animation: showDropDown 0.2s linear forwards; }
  nav .dropdown-item .unhover:hover {
    display: none; }
  nav .dropdown-item .dropdown-content ul {
    padding: 10px 15px; }
    nav .dropdown-item .dropdown-content ul .navLink {
      padding: 0px;
      border: 0; }
    nav .dropdown-item .dropdown-content ul li {
      padding: 6px 0px; }
  nav .cartButton button {
    display: flex;
    padding: 17px 20px 17px 5px;
    font-size: 14px; }
  nav .cartButton button:hover {
    color: #0c8441; }
  nav .burgerNavButton {
    display: none;
    padding: 0px 15px;
    border-left: 1px solid #eee; }
    nav .burgerNavButton button .icon {
      font-size: 26px;
      vertical-align: middle; }
  @media screen and (max-width: 950px) {
    nav {
      height: 54px; }
      nav .navContainer {
        padding: 0px; }
      nav .dropdown-item.burger {
        display: block; }
      nav .navLink {
        display: none; }
      nav .homeLink .navLogo {
        height: 25px;
        width: auto; }
      nav .burgerNavButton {
        display: flex; }
      nav .cartButton {
        display: flex;
        padding: 0; }
        nav .cartButton button {
          padding: 0px 15px; } }

.mainNav.closed .dropdown-content {
  display: none !important; }

.nav-mobile-dropdown {
  display: none; }
  .nav-mobile-dropdown .burgerContent {
    display: none; }
  .nav-mobile-dropdown .nav-page {
    position: fixed;
    width: 100%;
    transform: translateX(100%); }
    .nav-mobile-dropdown .nav-page.init {
      transform: translateX(-100%); }
    .nav-mobile-dropdown .nav-page.active {
      transform: translateX(0%); }
  .nav-mobile-dropdown a:active, .nav-mobile-dropdown .burgerNavButton:active {
    color: #0c8441; }
  .nav-mobile-dropdown .nav-header {
    padding: 0px 15px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .nav-mobile-dropdown .nav-header .burgerArrow {
      font-size: 3em; }
    .nav-mobile-dropdown .nav-header h2 {
      color: #6c967e;
      letter-spacing: 1.7px; }
  .nav-mobile-dropdown .burgerContent {
    position: absolute;
    background: white;
    width: 100vw;
    left: 0px;
    overflow: scroll;
    transform: translateY(50px);
    opacity: 0;
    z-index: -1; }
  .nav-mobile-dropdown .burgerNavList {
    outline: 0;
    padding-top: 25px;
    padding-bottom: 25px; }
    .nav-mobile-dropdown .burgerNavList li,
    .nav-mobile-dropdown .burgerNavList .burgerNavButton,
    .nav-mobile-dropdown .burgerNavList a {
      height: 40px;
      font-weight: 500;
      font-size: 25px;
      display: flex;
      align-items: center; }
    .nav-mobile-dropdown .burgerNavList .burgerNavButton > * {
      display: flex;
      align-items: center; }
    .nav-mobile-dropdown .burgerNavList li {
      padding: 10px 75px; }
    .nav-mobile-dropdown .burgerNavList .burgerArrow {
      font-size: 50px;
      width: auto; }
  .nav-mobile-dropdown .burgerNavButton {
    display: flex;
    justify-content: space-between; }
  .nav-mobile-dropdown .burgerNavButton,
  .nav-mobile-dropdown a {
    width: 100%; }
  .nav-mobile-dropdown .productsGrid {
    grid-template-columns: 1fr; }
  @media screen and (max-width: 950px) {
    .nav-mobile-dropdown {
      display: block; }
      .nav-mobile-dropdown .burgerContent {
        display: block; } }
  @media screen and (max-width: 650px) {
    .nav-mobile-dropdown .burgerNavList li {
      padding: 10px 5px 10px 20px; } }

@keyframes showDropDown {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* ---PRODUCTS GRID--- */
.productsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0px 10px;
  width: 100%;
  padding: 10px 0px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #eee; }
  .productsGrid .productItem {
    text-align: center;
    padding-bottom: 25px; }
    .productsGrid .productItem img {
      height: 170px; }
    .productsGrid .productItem .bar {
      border: 2px solid #fff;
      margin: 0px auto 5px auto;
      width: 25px;
      transition-duration: 0.15s;
      border-radius: 5px; }
  .productsGrid .productItem:hover .bar {
    border-color: #0c8441;
    width: 45px; }
  @media screen and (max-width: 950px) {
    .productsGrid {
      border: 0;
      border-top: 1px solid #eee; }
      .productsGrid .productItemContainer {
        border-bottom: 1px solid #ccc; }
      .productsGrid .productItem {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 20px 20px; }
        .productsGrid .productItem .bar {
          display: none; }
        .productsGrid .productItem img {
          height: 225px; }
        .productsGrid .productItem h4 {
          text-align: left;
          width: 50%;
          font-size: 2em; } }
  @media screen and (max-width: 650px) {
    .productsGrid .productItem img {
      height: 150px; }
    .productsGrid .productItem h4 {
      text-align: center;
      width: 100%;
      font-size: 1.5em; } }
  @media screen and (max-width: 501px) {
    .productsGrid .productItem img {
      height: 100px; }
    .productsGrid .productItem h4 {
      font-size: 1em; } }

nav .dropdown-item.productsGridButton .dropdown-content {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 227px;
  background: none; }
  @media screen and (max-width: 1300px) {
    nav .dropdown-item.productsGridButton .dropdown-content {
      left: auto;
      max-width: 100%; }
      nav .dropdown-item.productsGridButton .dropdown-content .productsGrid {
        position: absolute;
        right: 0;
        max-width: 1075px; } }

.mainNav.burger-open .burgerContent {
  transform: translateY(0px);
  opacity: 1;
  z-index: 4;
  height: 100vh; }

.mainNav.burger-open.burger-in-products .burgerContent {
  height: auto; }

.mainNav.product-drop-open .productsGridButton .dropbtn {
  color: #0c8441; }

.mainNav.product-drop-open .productsGridButton .dropdown-content {
  display: block;
  animation: showDropDown 0.2s linear forwards; }

@media screen and (max-width: 950px) {
  .mainNav.logo-drop .homeLink {
    z-index: 6;
    transition-duration: 0.3s;
    transform: translateY(25px); } }

@media screen and (max-width: 950px) {
  nav {
    position: fixed;
    top: 0;
    z-index: 5;
    background: white;
    width: 100%;
    border-bottom: 1px solid #eee; }
    nav .dropdown.burger {
      z-index: -1; }
  .productNavContainer {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 54px; }
  .mainPage {
    margin-top: 55px; } }

.mainNav .nav-mobile-dropdown .white-bground {
  position: fixed;
  background: white;
  width: 100%;
  height: calc(100vh + 250px);
  z-index: 3;
  margin-top: -250px;
  display: none; }

.mainNav .nav-mobile-dropdown .nav-page {
  height: 0;
  background: white;
  width: 100%;
  max-height: calc(100% - 54px);
  top: 54px;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  z-index: 7;
  transition: transform 0.4s, opacity 0.4s;
  transform: translateY(50px);
  opacity: 0; }
  .mainNav .nav-mobile-dropdown .nav-page.sub-page {
    transform: translateX(100%);
    transition: transform 0.8s ease; }

.mainNav.burger-open .homeLink .navLogo {
  background: white; }

.mainNav.burger-open .nav-mobile-dropdown .white-bground {
  display: block; }

.mainNav.burger-open .nav-mobile-dropdown .nav-page {
  transform: translateY(0px);
  opacity: 1;
  z-index: 4;
  height: 100%; }
  .mainNav.burger-open .nav-mobile-dropdown .nav-page.sub-page {
    transform: translateX(100%); }
  .mainNav.burger-open .nav-mobile-dropdown .nav-page.sub-page.active {
    transform: translateX(0%); }

.newsletterContainer {
  border-top: 1px solid #eee;
  height: 500px; }
  .newsletterContainer .heroIntro:before {
    background-image: url("/static/newsletter.jpg"); }
  .newsletterContainer .contentContainer {
    width: 1200px;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    z-index: 0; }
    .newsletterContainer .contentContainer .content {
      max-width: 100%; }
      .newsletterContainer .contentContainer .content .newsletter,
      .newsletterContainer .contentContainer .content .socialMedia {
        padding-right: 20px;
        padding-left: 20px; }
      .newsletterContainer .contentContainer .content .socialMedia {
        justify-content: space-around; }
        .newsletterContainer .contentContainer .content .socialMedia .socialMediaLink {
          margin: 0px; }
  .newsletterContainer .newsletter {
    padding-right: 30px; }
    .newsletterContainer .newsletter form {
      border: 1px solid #2b4144;
      padding: 15px 20px;
      display: flex;
      align-content: center; }
    .newsletterContainer .newsletter .textIntro {
      color: #2b4144;
      padding: 20px 0px; }
  .newsletterContainer .heroIntro {
    height: 100%; }
  .newsletterContainer .heroIntro::before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 15%;
    z-index: 0; }
  .newsletterContainer .newsletterInput {
    font-size: 0.9em;
    background: none;
    outline: 0;
    border: 0;
    width: 320px; }
    .newsletterContainer .newsletterInput::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #2b4144;
      opacity: 1;
      /* Firefox */ }
    .newsletterContainer .newsletterInput:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #aaa; }
    .newsletterContainer .newsletterInput::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #aaa; }
  @media screen and (max-width: 950px) {
    .newsletterContainer .contentContainer {
      align-items: center; } }
  @media screen and (max-width: 501px) {
    .newsletterContainer {
      background-image: url("/static/mobile/newsletter-m.jpg"); }
      .newsletterContainer h2 {
        font-size: 2em !important; }
      .newsletterContainer button {
        font-size: 1em !important; }
      .newsletterContainer form {
        padding: 15px 15px !important; }
      .newsletterContainer .newsletterInput {
        font-size: 0.8em !important; } }

.socialMedia {
  display: flex;
  padding: 60px 0px 120px 0px; }
  .socialMedia .socialMediaLink {
    margin-right: 35px;
    font-size: 1.5em; }
    .socialMedia .socialMediaLink .path {
      transition-duration: 0.15s;
      fill: #2b4144; }
    .socialMedia .socialMediaLink:hover .path {
      fill: #6c967e; }

/* ---FOOTER--- */
.mainFooter {
  background: none;
  color: #2b4144; }
  .mainFooter .bottomFooter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px 25px 0px;
    justify-content: space-between; }
    .mainFooter .bottomFooter .footerLinks,
    .mainFooter .bottomFooter .footerCol,
    .mainFooter .bottomFooter ul {
      display: flex; }
    .mainFooter .bottomFooter li {
      font-size: 12px; }
    .mainFooter .bottomFooter .footerTitle {
      font-size: 0.75em;
      font-weight: 500;
      margin: 0px;
      padding: 0px 10px; }
    .mainFooter .bottomFooter .footerCol {
      align-items: center; }
    .mainFooter .bottomFooter .footerLinks li {
      padding: 0px 10px; }
    .mainFooter .bottomFooter .footerLine {
      padding: 15px 5px; }
      .mainFooter .bottomFooter .footerLine ul {
        justify-content: flex-end; }
      .mainFooter .bottomFooter .footerLine li {
        border-right: 1px solid #58595b;
        padding: 0px 9px; }
      .mainFooter .bottomFooter .footerLine li:last-child {
        border: none; }
  .mainFooter .footerLogo {
    padding: 0px 25px; }
    .mainFooter .footerLogo img {
      height: 100%;
      max-width: 100%;
      width: 225px; }
  .mainFooter .footerNav {
    padding: 0px 20px; }
  .mainFooter .disclaimer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  @media screen and (max-width: 1100px) {
    .mainFooter .contentContainer {
      width: 100%; } }
  @media screen and (max-width: 675px) {
    .mainFooter .contentContainer {
      justify-content: center;
      align-items: center; }
    .mainFooter .footerCol {
      flex-wrap: wrap;
      align-content: flex-start; }
    .mainFooter .newsletter {
      padding-right: 0px; } }
  @media screen and (max-width: 950px) {
    .mainFooter .footerCol {
      align-items: flex-start; }
    .mainFooter .footerLinks ul {
      padding: 5px 0px;
      flex-wrap: wrap; }
      .mainFooter .footerLinks ul li {
        padding: 3px 10px !important; }
    .mainFooter .footerLogo {
      padding: 20px 10px 15px 10px; }
    .mainFooter .bottomFooter {
      justify-content: center; }
    .mainFooter .footerLine ul {
      justify-content: center !important;
      text-align: center; }
    .mainFooter .newsletter .textIntro {
      color: white; }
    .mainFooter form {
      background: white;
      border-color: #ccc !important;
      box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1); }
    .mainFooter .heroIntro::before {
      background-position-x: 15%;
      -webkit-filter: brightness(65%);
      filter: brightness(65%); }
    .mainFooter .socialMedia .socialMediaLink .path {
      fill: white; }
    .mainFooter .socialMedia .socialMediaLink:hover .path {
      fill: #6c967e; } }
  @media screen and (max-width: 625px) {
    .mainFooter .bottomFooter, .mainFooter .footerLine ul {
      justify-content: flex-start !important; }
    .mainFooter .footerLogo {
      padding: 20px 10px 15px 30px; }
      .mainFooter .footerLogo img {
        width: 150px; }
    .mainFooter .footerLine li:first-child {
      padding-left: 0px; } }

@media screen and (max-width: 950px) {
  .hideElement {
    height: 0;
    position: fixed;
    overflow: hidden; } }

.with-transition {
  transition-duration: 0.3s; }

.no-marg {
  margin: 0; }

.color-2 {
  color: #2b4144; }

.bolded {
  font-weight: 500; }

.non-bolded {
  font-weight: 300; }

@media screen and (max-width: 950px) {
  .main-page-container {
    margin-top: 54px; } }

.mobile,
.mobileflex {
  display: none !important; }

@media screen and (max-width: 950px) {
  .mobile {
    display: block !important; }
  .mobileflex {
    display: flex !important; }
  .nonmobile {
    display: none !important; } }

/* ---HERO SECTION--- */
.heroIntro {
  position: relative;
  height: 50vh;
  min-height: 450px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .heroIntro:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: -1; }
  .heroIntro.heroTint:before {
    -webkit-filter: brightness(75%);
    filter: brightness(75%); }
  .heroIntro .title {
    color: white;
    font-size: 55px;
    text-align: center; }
    .heroIntro .title.dark {
      color: #2b4144; }
    .heroIntro .title h1 {
      color: inherit;
      font-weight: 300; }
  @media screen and (max-width: 950px) {
    .heroIntro {
      min-height: 0;
      height: 50vh; }
      .heroIntro .title,
      .heroIntro h1 {
        font-size: 1.5em; } }

@media screen and (max-width: 950px) {
  .with-banner .heroIntro {
    border-top: 0; } }

ul {
  list-style-type: none;
  padding: 0px; }

/* ---MISC--- */
.anchorLink {
  outline: 0;
  border: 0;
  color: #1c94e0;
  font-size: 13px;
  cursor: pointer; }

.anchorLink:hover {
  text-decoration: underline;
  color: #1c94e0; }

.strikeBackground {
  position: relative;
  display: flex;
  justify-content: center;
  color: #2b4144; }
  .strikeBackground h1,
  .strikeBackground .strikeHeader {
    background: white;
    font-size: 40px;
    padding: 0px 40px; }
  @media screen and (max-width: 950px) {
    .strikeBackground h1,
    .strikeBackground .strikeHeader {
      font-size: 24px; } }
  .strikeBackground:before {
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    border-top: 2px solid #c8c8c8; }
  .strikeBackground.noStrike:before {
    border-top: none; }

.line {
  border-top: 1px solid #e5e5e5;
  width: 1805px;
  max-width: 100%;
  margin: 0 auto; }

.policies {
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
  color: #2b4144; }
  .policies .content {
    padding: 0px 20px;
    color: #405261; }
  .policies h1,
  .policies h2 {
    margin-top: 50px;
    margin-bottom: 0px; }
  .policies .header {
    border-bottom: 1px solid #e5e9ec;
    padding-bottom: 20px; }
  .policies .intro h1 {
    font-size: 4em;
    text-align: center;
    margin: 150px 0px; }
  .policies p {
    color: #405261;
    margin-top: 10px; }
  .policies ul {
    line-height: 1.6em;
    list-style-type: disc;
    margin: 20px; }
    .policies ul li {
      padding: 6px 9px; }
  @media screen and (max-width: 501px) {
    .policies .intro h1 {
      font-size: 2em; } }

/* --- Background Slant --- */
.backgroundSlant:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #f6f6f6;
  -webkit-transform: skew(0, -11deg);
  transform: skew(0, -11deg);
  z-index: -1;
  border: 1px solid #eee; }

.quoteSlider {
  background: #fafafa;
  padding: 50px 0px;
  margin: 25px 0px;
  border: 1px solid #eee;
  border-width: 1px 0px; }
  .quoteSlider .quote .content {
    font-weight: 300;
    color: #58595b;
    line-height: 1.5em; }

.quote {
  padding: 10px 20px;
  display: flex !important;
  width: auto !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #2b4144; }
  .quote svg {
    font-size: 55px; }
  .quote .symbol .path {
    transition-duration: 0.15s;
    fill: #048542; }
  .quote .content {
    margin: 15px 0px; }
  .quote .bar {
    border: 1px solid #2b4144;
    margin: 5px;
    width: 15px;
    transition-duration: 0.15s;
    border-radius: 5px; }
  .quote .quoteBy {
    font-style: italic;
    font-weight: 300; }

.chevronRight,
.chevronLeft {
  color: #ccc;
  transition-duration: 0.2s; }
  .chevronRight:hover,
  .chevronLeft:hover {
    color: #2b4144; }
  .chevronRight.atLastImage:hover, .chevronRight.atFirstImage:hover,
  .chevronLeft.atLastImage:hover,
  .chevronLeft.atFirstImage:hover {
    color: #ccc; }
  .chevronRight.atLastImage, .chevronRight.atFirstImage,
  .chevronLeft.atLastImage,
  .chevronLeft.atFirstImage {
    visibility: hidden; }

.quote-svg .cls-1 {
  opacity: 0.2; }

.quote-img {
  height: 55px; }

.promo-banner {
  background: #82929a;
  box-shadow: inset 0px 0px 10px 5px rgba(205, 205, 205, 0.1);
  color: #fff;
  font-weight: 300; }
  .promo-banner .inner-banner {
    height: 0px;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    overflow: hidden; }
  .promo-banner h3 {
    margin: 0px;
    color: inherit;
    font-weight: 300;
    font-size: 18px; }
  .promo-banner small {
    color: #ddd; }
  .promo-banner .bigger-font {
    font-size: 22px; }
  .promo-banner .strong-text {
    color: #222;
    font-weight: 500; }
  .promo-banner .timer {
    background: #fafafa;
    color: #424242;
    padding: 0px 5px;
    border-radius: 5px;
    font-family: Monaco, monospace;
    border: 1px solid #eee;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    opacity: 0;
    font-size: 16px; }
  .promo-banner .inner-banner.dropped {
    height: 65px;
    padding: 10px 20px;
    opacity: 1.0; }
    .promo-banner .inner-banner.dropped .timer {
      opacity: 1.0; }

@media screen and (max-width: 950px) {
  .promo-banner {
    z-index: 0;
    max-width: 100%; }
  .with-banner .promo-banner {
    margin-top: 55px; }
  .with-banner.in-product-page .promo-banner {
    margin-top: 105px; }
  .with-banner .productBannerContainer {
    transition-duration: 0.2s;
    margin-top: 0px;
    padding-top: 0px !important; }
  .with-banner .main-page-container {
    margin-top: 0px; } }

@media screen and (max-width: 650px) {
  .promo-banner .inner-banner.dropped {
    height: 50px; }
  .promo-banner h3 {
    font-size: 14px; }
  .promo-banner .timer {
    font-size: 14px; }
  .promo-banner .bigger-font {
    font-size: 18px; } }

@media screen and (max-width: 501px) {
  .promo-banner h3 {
    font-size: 12px; }
  .promo-banner .timer {
    font-size: 12px; }
  .promo-banner .bigger-font {
    font-size: 16px; }
  .promo-banner .pre-promo {
    display: flex;
    flex-direction: column; }
    .promo-banner .pre-promo .separator {
      display: none; } }

.carousel-wrapper {
  overflow: hidden; }

.carousel-wrapper * {
  box-sizing: border-box; }

.carousel {
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center; }

.carousel__photo {
  width: 100%;
  opacity: 0;
  position: absolute;
  transition: transform .5s, opacity .5s, z-index .5s; }

.carousel__photo.initial,
.carousel__photo.active {
  opacity: 1;
  position: relative;
  z-index: 2; }

.carousel__photo.prev {
  transform: translateX(-100%);
  /* Move 'prev' item to the left */ }

.carousel__photo.next {
  transform: translateX(100%);
  /* Move 'next' item to the right */ }

.carousel-fading .carousel .carousel__photo.prev, .carousel-fading .carousel .carousel__photo.next {
  transform: none;
  opacity: 0;
  position: absolute; }

.carousel__button--prev,
.carousel__button--next {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  /* Sit on top of everything */ }
  .carousel__button--prev:hover::after,
  .carousel__button--next:hover::after {
    border-color: #000; }
  .carousel__button--prev.disabled,
  .carousel__button--next.disabled {
    cursor: default; }
    .carousel__button--prev.disabled::after,
    .carousel__button--next.disabled::after {
      border-color: #ccc; }

.carousel__button--prev {
  left: 0; }

.carousel__button--next {
  right: 0; }

.carousel__button--prev::after,
.carousel__button--next::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 54%;
  border-right: 2px solid #424242;
  border-bottom: 2px solid #424242;
  transform: translate(-50%, -50%) rotate(135deg); }

.carousel__button--next::after {
  left: 47%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.carousel-wrapper.type-2 .carousel {
  align-items: flex-start; }

.carousel-wrapper.type-2 .carousel__photo {
  transition: transform .5s, z-index .5s; }

.Cart {
  z-index: 7;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 385px;
  max-width: 100%;
  overflow: scroll;
  background-color: white;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e5e5e5;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
  .Cart .orderNotesButton {
    transition-duration: 0.2s;
    color: #999;
    padding-bottom: 5px; }
    .Cart .orderNotesButton:hover {
      color: #2b4144; }
    .Cart .orderNotesButton.open {
      color: #2b4144; }
  .Cart .orderNotes {
    opacity: 0;
    height: 0;
    transition-duration: 0.2s;
    margin-bottom: 10px; }
    .Cart .orderNotes textarea {
      background: #fafafa;
      border-color: #ccc;
      width: 100%;
      height: 0px;
      border-radius: 3px;
      outline: 0;
      padding: 5px 7px;
      font-size: 16px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .Cart .orderNotes textarea:focus {
        border-color: #2b4144; }
    .Cart .orderNotes.open {
      opacity: 1;
      height: 100px; }
      .Cart .orderNotes.open textarea {
        height: 100px; }

.Cart__close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: #999;
  border: none;
  background: transparent;
  cursor: pointer; }

.Cart__close:hover {
  color: #aaa; }

.Cart__header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  flex: 0 0 auto;
  display: inline-block;
  color: #2b4144; }

.Cart__header h2 {
  margin: 0px;
  font-weight: normal; }

.Cart__line-items {
  flex: 1 0 auto;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  .Cart__line-items > div {
    padding: 20px; }

.Cart__footer {
  padding: 15px 20px 30px 20px;
  border-top: 1px solid #e5e5e5;
  flex: 0 0 auto; }

.Cart__checkout {
  margin-top: 20px;
  display: block;
  width: 100%;
  padding: 10px;
  background: linear-gradient(-180deg, #2b4144 0%, #3B575A 100%);
  border-radius: 4px;
  color: #eee;
  font-size: 15px; }

.Cart__checkout:hover {
  background: linear-gradient(-180deg, #496063 25%, #3B575A 100%) !important; }

.Cart-info {
  padding: 15px 20px 10px; }

.Cart-info__total {
  float: left;
  text-transform: uppercase; }

.Cart-info__small {
  font-size: 11px; }

.Cart-info__pricing {
  float: right; }

.pricing {
  margin-left: 5px;
  font-size: 16px;
  color: black; }

/*--- LINE ITEMS ---*/
.Line-item__price, .Line-item__variant-title {
  margin-right: 75px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.Line-item__img {
  display: flex;
  justify-content: center; }

.Line-item__img img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.Line-item {
  margin-bottom: 20px;
  overflow: hidden;
  backface-visibility: visible;
  min-height: 65px;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }

.Line-item__img {
  width: 65px;
  height: 65px;
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute; }

.Line-item__content {
  width: 100%;
  padding-left: 75px; }

.Line-item__content-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  position: relative; }

.Line-item__variant-title {
  float: right;
  font-weight: bold;
  font-size: 11px;
  line-height: 22px;
  padding-left: 10px;
  color: #767676; }

.Line-item__title {
  color: #4E5665;
  font-size: 15px;
  font-weight: 400; }

.Line-item__price {
  color: #2b4144;
  line-height: 23px;
  float: right;
  font-weight: bold;
  font-size: 15px; }

.Line-item__quantity-container {
  border: 1px solid #767676;
  float: left;
  border-radius: 3px;
  display: flex; }

.Line-item__quantity-update {
  color: #767676;
  display: block;
  float: left;
  height: 23px;
  line-height: 16px;
  font-family: monospace;
  width: 25px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center; }

.Line-item__quantity-update-form {
  display: inline; }

.Line-item__quantity {
  color: black;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border: none;
  text-align: center;
  -moz-appearance: textfield;
  background: transparent;
  display: block;
  float: left;
  padding: 0;
  border-radius: 0; }
  .Line-item__quantity input {
    height: 30px;
    font-size: 13px; }

input[type=number]::-webkit-inner-spin-button {
  width: 20px;
  height: 30px; }

.Line-item__remove {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: 0;
  font-size: 20px;
  top: -4px;
  opacity: 0.5; }

.Line-item__remove:hover {
  opacity: 1;
  cursor: pointer; }

.lineItemUpdate, .LineItemRemove {
  height: 30px;
  color: white;
  padding: 0px 5px;
  font-weight: bold;
  margin: 0;
  font-size: 12px; }

.lineItemUpdate {
  background: #1e753b; }

.lineItemUpdate:hover {
  color: #fafafa;
  background: #237B40; }

.lineItemUpdate:disabled {
  background: #aaa; }

.LineItemRemove {
  color: #aaa;
  border-left: 1px solid #aaa; }

.LineItemRemove:hover {
  background: #c15151;
  color: #fafafa; }

.totals {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  color: #58595b;
  font-weight: normal;
  font-size: 0.9em; }
  .totals .pricing {
    color: #2b4144; }
  .totals .calculated {
    color: #58595b; }

.increment_buttons {
  display: flex;
  flex-direction: column; }
  .increment_buttons .Line-item__quantity-update {
    height: auto; }

@media screen and (max-width: 501px) {
  .Line-item__quantity {
    height: 23px;
    line-height: 23px; }
    .Line-item__quantity input {
      height: 23px; }
  .lineItemUpdate, .LineItemRemove {
    height: 23px; } }

.Line-item.out_of_stock .price_quan_info {
  display: none; }

.out_of_stock_row .LineItemRemove {
  color: #c15151; }
  .out_of_stock_row .LineItemRemove:hover {
    background: white; }

.Cart.unconfirmed .Cart__checkout {
  background: linear-gradient(-180deg, #237B40 0%, #1e753b 100%); }

.Cart.open-notes .orderNotesButton {
  color: #2b4144; }

.Cart.open-notes .orderNotes {
  opacity: 1;
  height: 100px; }
  .Cart.open-notes .orderNotes textarea {
    height: 100px; }

.modal-def {
  visibility: hidden;
  /* Hidden by default */
  transition-duration: 0.2s;
  opacity: 0;
  position: fixed;
  /* Stay in place */
  z-index: 25;
  /* Sit on top */
  top: 0;
  left: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */ }
  .modal-def.centered {
    padding-top: 0px;
    display: flex;
    justify-content: center; }
  .modal-def.centered.contained {
    align-items: center; }
    .modal-def.centered.contained .modal-content {
      max-height: 500px;
      overflow: scroll; }

.modal-def .modal-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.modal-def .modal-content {
  box-shadow: 0px 4px 7px #00000029;
  border-radius: 3px;
  background: #fff;
  position: relative; }
  .modal-def .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    cursor: pointer; }
    .modal-def .modal-content .close:hover {
      color: #0c8441; }
    .modal-def .modal-content .close .icon {
      font-size: 34px;
      color: #fff; }
    .modal-def .modal-content .close svg {
      stroke: #222;
      stroke-width: 3px; }
  .modal-def .modal-content .true-content-container {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 20px);
    overflow: scroll; }
  .modal-def .modal-content .true-content::-webkit-scrollbar {
    display: none; }

.modal-def.modal-open {
  opacity: 1;
  visibility: visible; }

.modal-blurrer {
  visibility: hidden;
  /* Hidden by default */
  transition-duration: 0.2s;
  opacity: 0;
  position: fixed;
  z-index: 20;
  /* Sit on top */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9b9b9b; }
  .modal-blurrer.modal-open {
    opacity: 0.5;
    visibility: visible; }

table {
  font-family: Helvetica, Arial, sans-serif;
  border-collapse: collapse;
  color: #666; }

table td, table th {
  border: 1px solid #ddd;
  padding: 8px; }

table tr:nth-child(even) {
  background-color: #f2f2f2; }

table tr:hover {
  background-color: #ddd; }

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #424242;
  color: white; }

/* ----------GLOBAL STYLESHEET---------- */
/* ---HERO SECTION--- */
.blogHeroIntro {
  position: relative;
  height: 50vh;
  min-height: 450px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .blogHeroIntro:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
    background-image: url("/static/plant_banner.jpg"); }
  .blogHeroIntro.heroTint:before {
    -webkit-filter: brightness(75%);
    filter: brightness(75%); }
  .blogHeroIntro .title {
    color: white;
    font-size: 50px;
    text-align: center; }
    .blogHeroIntro .title.dark {
      color: #2b4144; }
    .blogHeroIntro .title h1 {
      font-weight: 300;
      font-size: 1.5em; }
  @media screen and (max-width: 950px) {
    .blogHeroIntro {
      min-height: 0;
      height: 50vh; }
      .blogHeroIntro .title, .blogHeroIntro h1 {
        font-size: 1.5em; } }

/* ---BLOG --- */
/* ---BLOG SINGLE--- */
.blogSingleContainer {
  margin: 0 auto;
  word-wrap: break-word;
  width: 1000px;
  max-width: 90%;
  color: #424242;
  padding-top: 50px; }
  .blogSingleContainer .blogSingleHeader h1 {
    font-weight: bold;
    padding-bottom: 10px; }
  .blogSingleContainer .blogSingleContent {
    min-height: 50vh;
    font-family: 'Roboto'; }
    .blogSingleContainer .blogSingleContent a {
      outline: 0;
      border: 0;
      color: #1c94e0;
      cursor: pointer; }
    .blogSingleContainer .blogSingleContent a:hover {
      text-decoration: underline;
      color: #1c94e0; }
    .blogSingleContainer .blogSingleContent ul {
      line-height: 1.4em;
      list-style-type: disc;
      margin-left: 25px; }
    .blogSingleContainer .blogSingleContent blockquote {
      border-left: 2px solid #bbb;
      padding-left: 25px;
      margin-left: 0px; }
    .blogSingleContainer .blogSingleContent figure {
      display: table; }
    .blogSingleContainer .blogSingleContent figure.alignleft {
      float: left; }
    .blogSingleContainer .blogSingleContent figcaption {
      display: table-caption;
      caption-side: bottom;
      color: #555d66;
      padding: 0px 2px;
      font-family: 'Roboto', serif;
      font-size: 13px; }
    .blogSingleContainer .blogSingleContent .aligncenter {
      display: flex;
      margin-left: 0px;
      margin-right: 0px;
      width: 100%;
      justify-content: center;
      flex-direction: column; }
      .blogSingleContainer .blogSingleContent .aligncenter img {
        width: 100% !important;
        height: 100% !important; }
    .blogSingleContainer .blogSingleContent .alignright, .blogSingleContainer .blogSingleContent .alignleft {
      max-width: 75%; }
      .blogSingleContainer .blogSingleContent .alignright img, .blogSingleContainer .blogSingleContent .alignleft img {
        max-width: 100%;
        height: auto; }
    .blogSingleContainer .blogSingleContent .wp-block-image {
      margin-left: 0px; }
    .blogSingleContainer .blogSingleContent .alignright {
      float: right;
      margin-right: 0px; }
    .blogSingleContainer .blogSingleContent .alignleft {
      float: left;
      margin-left: 0px; }
    .blogSingleContainer .blogSingleContent th, .blogSingleContainer .blogSingleContent td {
      padding: 5px 15px 5px 5px; }
    .blogSingleContainer .blogSingleContent .is-type-video {
      width: 100%;
      margin: 0px; }
      .blogSingleContainer .blogSingleContent .is-type-video iframe {
        width: 100%;
        height: 500px; }
    .blogSingleContainer .blogSingleContent .has-light-gray-color {
      color: #767676; }
    .blogSingleContainer .blogSingleContent .has-small-font-size {
      font-size: 15px; }
    .blogSingleContainer .blogSingleContent .reference-title {
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      color: #aaa; }
    .blogSingleContainer .blogSingleContent .reference-list {
      padding-left: 20px; }
      .blogSingleContainer .blogSingleContent .reference-list li {
        padding-bottom: 10px; }
  .blogSingleContainer time {
    letter-spacing: 1px; }
  .blogSingleContainer h1 {
    font-size: 2.8125em; }
  .blogSingleContainer h2 {
    font-size: 2.25em; }
  .blogSingleContainer h3 {
    font-size: 1.6875em; }
  .blogSingleContainer h4 {
    font-size: 1.125em; }
  .blogSingleContainer h5 {
    font-size: 0.88889em; }
  .blogSingleContainer h6 {
    font-size: 0.71111em; }
  .blogSingleContainer p {
    font-size: 1.15em;
    line-height: 1.8em;
    font-weight: 400;
    text-rendering: optimizeLegibility; }
  .blogSingleContainer .blogSingleFooter {
    border-bottom: 1px solid #eee;
    padding: 50px 10px;
    display: flex;
    align-items: flex-end; }
    .blogSingleContainer .blogSingleFooter .socialIcon {
      font-size: 25px;
      vertical-align: middle; }
    .blogSingleContainer .blogSingleFooter span {
      font-size: 16px; }
    .blogSingleContainer .blogSingleFooter h2 {
      margin-bottom: 5px; }
    .blogSingleContainer .blogSingleFooter .shareButtons {
      display: flex;
      padding-bottom: 3px; }
      .blogSingleContainer .blogSingleFooter .shareButtons li {
        padding-right: 2px; }
    .blogSingleContainer .blogSingleFooter .contactUsLink {
      margin: 0 auto;
      padding-right: 80px; }
    .blogSingleContainer .blogSingleFooter .contactUsLink h5 {
      box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
      padding: 10px 25px;
      background: #fafafa;
      margin: 0px;
      cursor: pointer; }
      .blogSingleContainer .blogSingleFooter .contactUsLink h5:hover a {
        color: #237B40; }
  @media screen and (max-width: 950px) {
    .blogSingleContainer .blogSingleFooter {
      flex-direction: column;
      align-items: center;
      text-align: center; }
    .blogSingleContainer .shareButtons {
      width: auto !important;
      margin-bottom: 20px; }
    .blogSingleContainer .contactUsLink {
      padding: 0px !important; } }
  @media screen and (max-width: 800px) {
    .blogSingleContainer {
      padding-top: 20px; }
      .blogSingleContainer .alignright, .blogSingleContainer .alignleft, .blogSingleContainer .wp-block-image {
        float: none !important;
        margin: 0px 0px;
        max-width: 100% !important; }
        .blogSingleContainer .alignright img, .blogSingleContainer .alignleft img, .blogSingleContainer .wp-block-image img {
          width: 100%;
          height: auto; }
      .blogSingleContainer .blogSingleHeader h1 {
        font-size: 2em !important; }
      .blogSingleContainer .contactUsLink .contactUsIcon {
        font-size: 20px !important; }
      .blogSingleContainer .contactUsLink span {
        font-size: 15px !important; }
      .blogSingleContainer .is-type-video iframe {
        height: 350px !important; } }
  @media screen and (max-width: 400px) {
    .blogSingleContainer .blogSingleHeader h1 {
      font-size: 1.7em !important; } }

.blogCommentsContainer {
  margin-bottom: 50px;
  padding: 0px 10px; }
  .blogCommentsContainer .comments-login:hover {
    color: #237B40; }

.blogRootComments > .blogCommentBlock {
  padding-top: 20px;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 15px; }

.blogCommentBlock {
  margin: 0px 0px 10px 50px;
  padding-top: 20px; }
  .blogCommentBlock .avatar {
    width: 50px;
    margin-right: 10px; }
  .blogCommentBlock .commentDate {
    font-size: 12px; }
  .blogCommentBlock .commentContent, .blogCommentBlock .replyFormContainer, .blogCommentBlock .showRepliesButton {
    margin-left: 60px; }
  .blogCommentBlock .commentContent {
    padding: 10px 10px 15px 0px; }
    .blogCommentBlock .commentContent > p {
      margin: 0px;
      font-size: 16px; }
  .blogCommentBlock .replyButton {
    outline: 0;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
    color: #424242;
    cursor: pointer; }
    .blogCommentBlock .replyButton:hover {
      color: #237B40; }
  .blogCommentBlock .showRepliesButton {
    outline: 0;
    border: 0;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    font-size: 11px;
    display: flex;
    align-items: center;
    margin-top: 5px; }
    .blogCommentBlock .showRepliesButton:hover {
      color: #237B40; }
    .blogCommentBlock .showRepliesButton .icon {
      margin-right: 3px; }

.blogReplyFormContainer {
  max-width: 100%; }
  .blogReplyFormContainer .logout {
    cursor: pointer; }
    .blogReplyFormContainer .logout:hover {
      text-decoration: underline; }
  .blogReplyFormContainer .colored {
    color: #237B40; }
  .blogReplyFormContainer .display-name {
    display: flex; }
  .blogReplyFormContainer .replyForm textarea {
    padding: 10px;
    outline: 0;
    border-width: 2px;
    border-color: #ccc;
    font-size: 15px;
    width: 100%;
    max-width: 375px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .blogReplyFormContainer .replyForm input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    font-size: 14px; }
  .blogReplyFormContainer .replyForm textarea, .blogReplyFormContainer .replyForm input {
    margin: 5px 0px; }
  .blogReplyFormContainer .replyForm input:focus {
    border-color: #777; }
  .blogReplyFormContainer .replyForm textarea:focus {
    border-color: #777; }
  .blogReplyFormContainer .replyForm .submitButton {
    font-size: 17px;
    background: none;
    outline: 0;
    padding: 10px 20px;
    background: #237B40;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer; }
  .blogReplyFormContainer .replyForm .submitButton:hover {
    transition-duration: 0.4s;
    background: #1e753b;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }

/* ---BLOG PAGE--- */
.blogBanner {
  background: #f8f8f8;
  background: url("/static/plant_banner.jpg");
  background-position: center;
  background-size: cover;
  height: 50vh;
  min-height: 450px;
  background-repeat: no-repeat;
  align-items: center;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end; }
  .blogBanner.single {
    height: 50vh;
    background-position-y: 30%; }
  .blogBanner h1 {
    text-align: right;
    position: absolute;
    right: 5%;
    font-size: 80px;
    padding-bottom: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 1555px) {
    .blogBanner {
      height: 50vh;
      right: 8%; }
      .blogBanner h1 {
        font-size: 90px; } }
  @media screen and (max-width: 1250px) {
    .blogBanner h1 {
      right: 5%;
      font-size: calc(55px + 6 * ((100vw - 320px) / 680)); } }
  @media screen and (max-width: 950px) {
    .blogBanner h1 {
      font-size: calc(38px + 6 * ((100vw - 320px) / 680)); } }
  @media screen and (max-width: 750px) {
    .blogBanner {
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 10px; }
      .blogBanner .blogBannerText {
        display: none !important; }
      .blogBanner .blogBannerTextMobile {
        display: block !important; }
      .blogBanner h1 {
        padding-bottom: 0px;
        position: static;
        right: 0; } }
  @media screen and (max-width: 600px) {
    .blogBanner {
      min-height: 200px;
      height: 40vh !important; }
      .blogBanner h1 {
        position: static;
        right: 0;
        font-size: calc(30px + 6 * ((100vw - 320px) / 680)); } }
  @media screen and (max-width: 450px) {
    .blogBanner {
      height: 30vh !important;
      align-items: flex-end; }
      .blogBanner h1 {
        font-size: 1em; } }

.blogHomeBlock {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: flex-end;
  padding: 50px 25px 25px 40px; }
  .blogHomeBlock .lightBulb {
    width: 350px; }
  .blogHomeBlock h1, .blogHomeBlock h2 {
    width: 100%;
    color: #424242;
    letter-spacing: 1.5px;
    font-weight: 300; }
  .blogHomeBlock h1 {
    font-size: 2.9em; }
  .blogHomeBlock h2 {
    font-size: 1.5em; }
  @media screen and (max-width: 500px) {
    .blogHomeBlock h1 {
      font-size: 1.5em; }
    .blogHomeBlock h2 {
      font-size: 1.1em; } }
  @media screen and (max-width: 1400px) {
    .blogHomeBlock {
      max-width: 840px; }
      .blogHomeBlock h2 {
        font-size: 1.4em; } }
  @media screen and (max-width: 950px) {
    .blogHomeBlock {
      max-width: 395px;
      padding: 35px 15px;
      flex-direction: column;
      align-items: center; }
      .blogHomeBlock .lightBulb {
        width: 80%;
        padding: 20px 0px 30px 0px; }
      .blogHomeBlock h1 {
        padding-top: 30px;
        font-size: 1.5em; }
      .blogHomeBlock h2 {
        font-size: 1.3em; } }
  @media screen and (max-width: 500px) {
    .blogHomeBlock h2 {
      font-size: 1.1em; } }

.blog-pagination .container {
  display: flex;
  justify-content: center;
  align-items: center; }

.blog-pagination .pageLink {
  padding: 10px;
  color: #aaa; }
  .blog-pagination .pageLink:hover {
    color: #777; }

.blog-list {
  display: flex;
  max-width: 1000px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0px 0px 0px;
  min-height: 80vh; }
  .blog-list .slick-slider {
    width: 100%; }
    .blog-list .slick-slider .slick-arrow {
      background: red; }
  @media screen and (max-width: 1000px) {
    .blog-list {
      justify-content: center;
      max-width: 500px; } }
  @media screen and (min-width: 1400px) {
    .blog-list {
      max-width: 1000px; }
      .blog-list .blog-item {
        width: 479px; } }

.blog-item {
  margin: 10px;
  width: 479px;
  height: 500px; }
  .blog-item .blogLink:hover {
    color: #237B40; }
  .blog-item .blogImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(98%);
    height: 250px;
    margin-bottom: 15px; }
  .blog-item .blogImage::after {
    background: rgba(0, 0, 0, 0.08); }
  .blog-item .blogListInfo {
    padding: 0px 10px 0px 0px;
    text-align: left;
    height: 100px; }
  .blog-item .blogLink {
    font-size: 23px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
    .blog-item .blogLink .blogTitle {
      padding: 0px 10px 0px 0px; }
  .blog-item .blogLink:hover .blogImage {
    transition-duration: 0.2s;
    opacity: 0.9; }
  .blog-item .blogLink:hover strong {
    transition-duration: 0.1s;
    color: #237B40; }
  .blog-item .blogIntro {
    padding: 10px 0px;
    color: #555;
    height: 100px;
    overflow: auto;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden; }
  .blog-item .blogAuthor {
    color: #555; }
    .blog-item .blogAuthor .authorName {
      padding-left: 2px; }
    .blog-item .blogAuthor .blogReadTime {
      font-weight: 500;
      font-size: 13px;
      color: #237B40; }
  @media screen and (max-width: 950px) {
    .blog-item {
      height: auto !important; }
      .blog-item .blogListInfo, .blog-item .blogIntro {
        height: auto !important; } }

/* ---BLOG LOGIN--- */
.blogLoginBackground {
  background: url("/static/login_pattern.jpg");
  background-size: contain; }
  @media screen and (max-width: 950px) {
    .blogLoginBackground {
      background-size: cover; } }

.blogLoginContainer .blogLoginForm, .blog-quick-login .blogLoginForm {
  padding: 40px 50px 40px 50px;
  background: white;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.blogLoginContainer input, .blog-quick-login input {
  border: 0;
  border-radius: 0;
  height: 40px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  font-weight: 200;
  width: 100%;
  margin-bottom: 8px; }

.blogLoginContainer input:focus, .blog-quick-login input:focus {
  border-color: #424242; }

.blogLoginContainer .submitButton, .blog-quick-login .submitButton {
  margin-top: 5px;
  font-size: 17px;
  background: none;
  outline: 0;
  padding: 10px 10px;
  width: 100%;
  background: #237B40;
  color: white;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  border-bottom: 3px solid #166530;
  border-right: 1px solid #166530;
  border-left: 1px solid #166530;
  border-top: 1px solid #166530; }

.blogLoginContainer .submitButton:hover, .blog-quick-login .submitButton:hover {
  transition-duration: 0.4s;
  background: #1e753b;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }

.blogLoginContainer .signup_helper, .blog-quick-login .signup_helper {
  text-align: right;
  margin: 0px;
  padding-top: 5px;
  font-size: 14px; }
  .blogLoginContainer .signup_helper button, .blog-quick-login .signup_helper button {
    outline: 0;
    border: 0;
    padding: 0px 3px 0px 1px;
    color: #1c94e0;
    font-size: 13px;
    cursor: pointer;
    background: none; }
  .blogLoginContainer .signup_helper button:hover, .blog-quick-login .signup_helper button:hover {
    text-decoration: underline; }

.blog-quick-login {
  width: 400px;
  max-width: 100%; }

.blogLoginContainer {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90vh;
  justify-content: center; }

/* ---Shared across all product landing pages--- */
/* --- BANNER --- */
.landingPage {
  font-family: "Rubik", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #2b4144; }
  .landingPage h1, .landingPage h2 {
    font-family: "Rubik", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 300; }

.landingPage .heroIntro h1 {
  font-family: "Rubik", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 300; }

/* --- Internal Navigation --- */
.internalNav .productTitle h1,
.productStripeContainer .productTitle h1 {
  transition-duration: 0.3s;
  display: inline-block; }

.internalNav .productTitle a:hover span,
.productStripeContainer .productTitle a:hover span {
  color: #424242; }

.internalNav .productTitle a:hover h1,
.productStripeContainer .productTitle a:hover h1 {
  transform: translateX(2px); }

.internalNav .spacer,
.productStripeContainer .spacer {
  width: 100px; }

.internalNavContainer {
  padding: 100px 0px; }

.internalNav {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .internalNav .scrollBtn {
    cursor: pointer; }
    .internalNav .scrollBtn .name {
      transition-duration: 0.2s; }
  .internalNav .scrollBtn:hover .name {
    transform: translateX(5px); }
  .internalNav .productTitle {
    display: flex;
    align-items: center;
    padding-right: 5px;
    font-size: 0.75em;
    font-weight: 300; }
    .internalNav .productTitle .number {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      border-right: 3px solid #2b4144;
      padding: 15px 20px 15px 0px; }
    .internalNav .productTitle .number {
      font-size: 3em;
      line-height: 35px; }
    .internalNav .productTitle .name {
      margin: 0;
      font-size: 2em;
      font-weight: inherit;
      padding: 5px 5px 5px 10px; }
  @media screen and (max-width: 1300px) {
    .internalNav {
      padding-bottom: 0px;
      padding-left: 100px;
      flex-direction: column;
      align-items: center; }
      .internalNav .productTitle {
        width: 350px;
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 30px; }
        .internalNav .productTitle .number {
          width: 50px; } }

/* --- Category Summary --- */
.explain {
  margin: 100px 30px 370px 30px;
  transition-duration: 0.6s; }

/* --- Product Sections / Stripes --- */
.productStripeContainer {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 20px; }

.itemContainer {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px; }
  .itemContainer .textPart {
    transition-duration: 0.2s;
    background: #f9f8f3;
    color: #2b4144;
    margin: 0px 5px 30px 5px;
    padding: 20px 60px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #f5f5f5;
    box-shadow: 0 15px 30px -12px rgba(50, 50, 93, 0.15), 0 0px 16px -18px rgba(0, 0, 0, 0.1), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding-top: 20px; }
  .itemContainer .summary {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-size: 2em;
    width: 450px; }
  .itemContainer .actionText {
    display: inline-block;
    margin-top: 0px;
    padding: 0px;
    font-family: "Rubik", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 500; }
  .itemContainer .textPart:hover {
    box-shadow: 0 10px 20px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    transform: translateY(-2px); }
    .itemContainer .textPart:hover .arrow {
      opacity: 1; }
  .itemContainer .arrow {
    opacity: 0;
    vertical-align: top;
    font-size: 1.3em;
    padding-left: 10px; }

/* --- Includes Title & Features --- */
.productIntro {
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 0px 10px; }
  .productIntro .productTitle {
    margin: 0px; }
  .productIntro .featureList li {
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #58595b;
    padding: 15px 5px;
    font-size: 1.2em;
    font-size: 20px; }
  .productIntro .check {
    padding-right: 10px;
    vertical-align: top;
    color: #237b40; }

.explain {
  display: flex;
  justify-content: center; }
  .explain h2 {
    font-family: "Fira Sans", sans-serif;
    font-weight: normal; }

/* --- Background Slant --- */
.backgroundSlant:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1300px;
  height: 820px;
  background: #f6f6f6;
  -webkit-transform: skew(0, -11deg);
  transform: skew(0, -11deg);
  z-index: -1;
  border: 1px solid #eee; }

@media screen and (max-width: 950px) {
  .landingPage .internalNav {
    justify-content: flex-start; }
  .landingPage .itemContainer {
    flex-wrap: wrap;
    justify-content: center; }
    .landingPage .itemContainer .content {
      margin-right: 0px; }
    .landingPage .itemContainer .image {
      padding: 50px 0px; }
      .landingPage .itemContainer .image img {
        height: 300px; }
    .landingPage .itemContainer .nonmobile {
      display: none; }
    .landingPage .itemContainer .mobile {
      display: block; }
    .landingPage .itemContainer .textPart {
      font-size: 0.8em;
      padding: 5px 20px; }
    .landingPage .itemContainer .content,
    .landingPage .itemContainer .summary {
      width: auto; }
  .landingPage .backgroundSlant:before {
    height: 1200px; }
  .moodHealthLanding .explain {
    margin-bottom: 170px; } }

.productStripeContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  padding-top: 100px; }
  .productStripeContainer p {
    letter-spacing: 0.3px; }
  .productStripeContainer li {
    line-height: 1.5em;
    color: #58595b; }
  .productStripeContainer .item,
  .productStripeContainer .image {
    flex: 1; }
  .productStripeContainer .item {
    padding: 0px 60px 0px 20px; }
    .productStripeContainer .item .featureList {
      margin-left: 20px;
      list-style-type: disc; }
      .productStripeContainer .item .featureList li {
        padding: 5px 0px; }
  .productStripeContainer .buyButton {
    display: inline-block;
    font-weight: 500;
    margin-top: 15px;
    padding-bottom: 5px; }
    .productStripeContainer .buyButton a {
      transition-duration: 0.2s;
      color: #2b4144;
      border-bottom: 2px solid rgba(0, 0, 0, 0); }
    .productStripeContainer .buyButton .arrow {
      padding-left: 5px;
      vertical-align: middle; }
  .productStripeContainer .buyButton a:hover {
    border-bottom-color: #2b4144; }
  .productStripeContainer .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f6f4f4;
    padding: 0px 40px; }
    .productStripeContainer .image img {
      max-height: 500px;
      max-width: 100%; }

.productStripeContainer.reverse {
  flex-direction: row-reverse; }
  .productStripeContainer.reverse .item {
    padding: 0px 20px 0px 60px; }

@media screen and (max-width: 850px) {
  .productStripeContainer,
  .productStripeContainer.reverse {
    flex-direction: column-reverse; }
    .productStripeContainer .image,
    .productStripeContainer.reverse .image {
      width: 100%;
      margin-bottom: 20px;
      padding: 0px; }
    .productStripeContainer .item,
    .productStripeContainer.reverse .item {
      padding: 0px 20px; } }

@media screen and (max-width: 500px) {
  .internalNav {
    padding-left: 20px; } }

/* ---CONTACT PAGE--- */
.contactUsContainer {
  color: #2b4144;
  align-items: flex-start;
  padding-bottom: 100px; }
  .contactUsContainer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url(/static/slant.png);
    top: 50vh;
    top: calc(50vh + 48px + 22px);
    height: 1500px; }
  .contactUsContainer .heroIntro {
    height: 50vh; }
  .contactUsContainer .contactInfo {
    display: flex;
    padding: 50px 0px;
    justify-content: center; }
    .contactUsContainer .contactInfo img {
      height: 50px; }
    .contactUsContainer .contactInfo .item {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      padding: 0px 100px;
      color: #2b4144; }
      .contactUsContainer .contactInfo .item h3 {
        font-weight: normal;
        margin-bottom: 5px; }
      .contactUsContainer .contactInfo .item h4 {
        font-weight: 300;
        margin-top: 0px;
        font-size: 1.1em; }
    .contactUsContainer .contactInfo .content {
      text-align: center; }
  .contactUsContainer .introText {
    text-align: center; }
    .contactUsContainer .introText h2, .contactUsContainer .introText p {
      padding: 0px 20px; }
    .contactUsContainer .introText h2 {
      margin: 10px 0px 35px 0px; }
    .contactUsContainer .introText small {
      font-weight: 300; }
  .contactUsContainer .formContainer {
    display: flex;
    margin-top: 50px; }
  .contactUsContainer .formContainer.backgroundSlant:before {
    top: 1075px;
    background: #f6f4f4;
    height: 820px; }
  .contactUsContainer .contactUsFormContainer {
    width: 100%; }
  .contactUsContainer .contactUsForm {
    width: 600px;
    padding: 0px 20px;
    margin: 0px 0px 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .contactUsContainer .contactUsForm select {
      border: 1px solid #ddd;
      color: #333;
      height: 40px;
      font-size: 13px;
      width: 100%;
      outline: 0; }
    .contactUsContainer .contactUsForm input {
      border: 0;
      border-radius: 0;
      height: 40px;
      font-size: 15px;
      border-bottom: 1px solid #ccc;
      margin: 20px 3px;
      font-weight: 100;
      width: 100%;
      background: none; }
    .contactUsContainer .contactUsForm textarea {
      border: 1px solid #bbb;
      border-radius: 3px;
      width: 100%;
      max-width: 100%;
      outline: 0;
      padding: 10px 15px;
      font-size: 20px;
      margin-bottom: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .contactUsContainer .contactUsForm input:focus {
      border-color: #424242; }
    .contactUsContainer .contactUsForm textarea:focus {
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }
    .contactUsContainer .contactUsForm .submitButton {
      margin-top: 15px;
      font-size: 17px;
      background: none;
      outline: 0;
      padding: 10px 10px;
      width: 100%;
      background: #0c8441;
      color: white;
      font-weight: 500;
      border-radius: 4px;
      cursor: pointer; }
    .contactUsContainer .contactUsForm .submitButton:hover {
      transition-duration: 0.4s;
      background: #1e753b;
      box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
    .contactUsContainer .contactUsForm .captchaSubmitContainer {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
  .contactUsContainer .feedbackMessage {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
    max-height: 75vh;
    justify-content: center; }
  .contactUsContainer .messageSentBox {
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 20px; }
    .contactUsContainer .messageSentBox > p {
      color: #666; }
  @media screen and (max-width: 950px) {
    .contactUsContainer {
      padding-bottom: 0px; }
      .contactUsContainer .contactInfo {
        justify-content: space-around; }
        .contactUsContainer .contactInfo .item {
          padding: 0px 20px; }
      .contactUsContainer .formContainer {
        flex-direction: column; }
        .contactUsContainer .formContainer .contactUsForm {
          margin: 0px auto 50px auto;
          padding: 0px 20px;
          width: auto; }
      .contactUsContainer:before {
        background: none; } }
  @media screen and (max-width: 501px) {
    .contactUsContainer .contactInfo {
      display: flex;
      flex-direction: column; }
      .contactUsContainer .contactInfo .content {
        padding-bottom: 5px; }
    .contactUsContainer .introText h2 {
      font-size: 20px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 330px) {
    .contactUsContainer .recaptcha > div > div {
      width: 290px !important; } }

.homePageContainer {
  margin-bottom: 25px; }
  .homePageContainer .heroContent {
    font-family: "Fira Sans", sans-serif;
    color: #2b4144;
    width: 1300px; }
    .homePageContainer .heroContent h2, .homePageContainer .heroContent h3 {
      color: inherit;
      padding: 0px 22px;
      max-width: 100%; }
    .homePageContainer .heroContent h2 {
      margin: 0;
      font-size: 52px;
      font-weight: 600; }
    .homePageContainer .heroContent h3 {
      line-height: 1.4em;
      margin-top: 5px;
      font-size: 26px; }
  .homePageContainer .slide3 .heroContent {
    color: white; }
  .homePageContainer .slide3 .heroIntro:before {
    -webkit-filter: brightness(75%);
    filter: brightness(75%); }
  .homePageContainer .slide1 .heroIntro:before {
    background-image: url("/static/home/hero1.jpg"); }
    @media screen and (max-width: 501px) {
      .homePageContainer .slide1 .heroIntro:before {
        background-image: url("/static/home/mobile/hero1-m.jpg"); } }
  .homePageContainer .slide2 .heroIntro:before {
    background-image: url("/static/home/hero2.jpg"); }
    @media screen and (max-width: 501px) {
      .homePageContainer .slide2 .heroIntro:before {
        background-image: url("/static/home/mobile/hero2-m.jpg"); } }
  .homePageContainer .slide3 .heroIntro:before {
    background-image: url("/static/home/hero3.jpg"); }
    @media screen and (max-width: 501px) {
      .homePageContainer .slide3 .heroIntro:before {
        background-image: url("/static/home/mobile/hero3-m.jpg"); } }
  .homePageContainer .revslider-container {
    height: 550px;
    width: 100%;
    background-color: #181918;
    background-position: bottom;
    background-size: cover;
    font-family: "Fira Sans", sans-serif; }
    .homePageContainer .revslider-container .layer {
      width: 1260px;
      max-width: 100%;
      margin: 0 auto;
      height: 100%;
      background-image: url("/static/landing-fixed.jpg");
      background-position: bottom;
      background-size: cover;
      background-repeat: no-repeat; }
      .homePageContainer .revslider-container .layer .shadow-layer {
        height: 100%;
        width: 100%;
        max-width: calc(100% - 40px);
        margin: 0 auto;
        display: flex;
        align-items: center; }
        .homePageContainer .revslider-container .layer .shadow-layer .content-container {
          width: 425px;
          max-width: calc(100% - 40px);
          color: #fff; }
          .homePageContainer .revslider-container .layer .shadow-layer .content-container .rev-title {
            font-size: 30px;
            font-weight: 600; }
            .homePageContainer .revslider-container .layer .shadow-layer .content-container .rev-title sup {
              font-size: 16px; }
          .homePageContainer .revslider-container .layer .shadow-layer .content-container .rev-sub {
            font-size: 20px;
            font-weight: 400;
            margin-top: 20px;
            margin-bottom: 20px; }
            .homePageContainer .revslider-container .layer .shadow-layer .content-container .rev-sub a {
              color: #fff;
              text-decoration: underline; }
          .homePageContainer .revslider-container .layer .shadow-layer .content-container .btn-rev {
            background-color: #0067b3;
            padding: 10px 13px;
            color: #fff;
            width: 155px;
            border-radius: 3px;
            font-size: 14px;
            text-align: center;
            cursor: pointer; }
  @media screen and (max-width: 700px) {
    .homePageContainer .revslider-container .layer {
      justify-content: center;
      max-width: 100%;
      background-color: #00000078; } }
  @media screen and (max-width: 850px) {
    .homePageContainer .heroContent {
      color: white; }
    .homePageContainer .heroIntro:before {
      background-position-x: 60%;
      -webkit-filter: brightness(75%);
      filter: brightness(75%); } }
  @media screen and (max-width: 950px) {
    .homePageContainer .heroContent h2, .homePageContainer .heroContent h3 {
      padding: 0px 20px; }
    .homePageContainer .slide1 h3 {
      width: 340px !important; }
    .homePageContainer .heroContent h2 {
      width: auto !important;
      font-size: 45px; }
    .homePageContainer .heroContent h3 {
      font-size: 24px; }
    .homePageContainer .quote .content {
      font-size: 1.5em !important; } }
  @media screen and (max-width: 501px) {
    .homePageContainer .heroContent h2 {
      width: auto; }
    .homePageContainer .heroContent h2 {
      font-size: 36px; }
    .homePageContainer .slide1 h3 {
      width: 260px !important; }
    .homePageContainer .slide2 h3 {
      width: 310px !important; }
    .homePageContainer .heroContent h3 {
      font-size: 18px; }
    .homePageContainer .quote .content {
      font-size: 1em !important; } }
  @media screen and (max-width: 400px) {
    .homePageContainer .heroContent h2 {
      font-size: 26px; }
    .homePageContainer .heroContent h3 {
      font-size: 16px; } }

/* --- Quote Slider --- */
.quoteSlider .carousel {
  height: 257px; }

/* ---Featured Products--- */
.index-featured-products .featuredItemContainer {
  display: flex;
  margin: 0px 20px; }
  .index-featured-products .featuredItemContainer .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 228px;
    padding: 20px 30px;
    background-color: #f6f4f4; }
    .index-featured-products .featuredItemContainer .image:before {
      background-size: contain; }
  .index-featured-products .featuredItemContainer .featuredItem {
    width: 100%; }
  .index-featured-products .featuredItemContainer h3 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    font-size: 26px; }
  .index-featured-products .featuredItemContainer h4 {
    color: #58595b;
    width: 180px;
    max-width: 100%; }

.index-featured-products .energy-focus .image:before {
  background-image: url("/static/home/featured_energy.jpg"); }

@media screen and (max-width: 501px) {
  .index-featured-products .energy-focus .image:before {
    background-image: url("/static/home/mobile/featured_energy-m.jpg"); } }

.index-featured-products .heart .image:before {
  background-image: url("/static/home/featured_heart.jpg"); }

@media screen and (max-width: 501px) {
  .index-featured-products .heart .image:before {
    background-image: url("/static/home/mobile/featured_heart-m.jpg"); } }

@media screen and (max-width: 501px) {
  .index-featured-products .featuredItemContainer .content {
    width: 60%; }
  .index-featured-products .featuredItemContainer h3, .index-featured-products .featuredItemContainer h4 {
    margin: 0px; }
  .index-featured-products .featuredItemContainer h3 {
    font-size: 20px;
    padding-bottom: 5px; }
  .index-featured-products .featuredItemContainer h4 {
    font-size: 12px; }
  .index-featured-products .featuredItemContainer .image {
    padding: 20px;
    height: 120px; }
    .index-featured-products .featuredItemContainer .image:before {
      background-size: 75%;
      background-position-x: 90%; } }

@media screen and (max-width: 350px) {
  .index-featured-products .featuredItem .image {
    height: 90px; } }

.blogList .slick-slide {
  visibility: hidden; }

.blogList .slick-slide.slick-active {
  visibility: visible; }

.blogList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
  padding: 0px; }
  .blogList .blogListItem {
    outline: 0;
    height: 100%; }
    .blogList .blogListItem > div {
      padding: 10px 20px 30px 20px; }
  .blogList .blogListInfo {
    padding: 0px 25px; }
  .blogList .blogTitle {
    font-weight: normal;
    color: #2b4144;
    padding: 0px 10px 0px 0px; }
  .blogList .blogAuthor {
    color: #555; }
    .blogList .blogAuthor .authorName {
      padding-left: 2px; }
    .blogList .blogAuthor .blogReadTime {
      font-weight: bold;
      font-size: 13px;
      color: #0c8441; }
  .blogList .blogIntro {
    padding: 5px 0px 5px 0px;
    margin-top: 15px;
    color: #555;
    height: auto;
    overflow: auto;
    font-size: 19px;
    line-height: 1.5; }
    .blogList .blogIntro p {
      margin: 0;
      font-weight: 300;
      color: #58595b; }
  .blogList a {
    height: 350px; }
    .blogList a .blogImage {
      height: 100%; }
  .blogList .blogImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    margin-bottom: 15px;
    margin-right: 15px;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
    border-radius: 3px; }
  .blogList .slick-list {
    margin: 0px 0px; }
  .blogList .slick-slider {
    width: 100%; }
    .blogList .slick-slider .slick-arrow {
      background: red; }
  @media screen and (max-width: 1100px) {
    .blogList a {
      height: 450px; }
    .blogList .blogImage {
      height: 100%; } }
  @media screen and (max-width: 950px) {
    .blogList .blogFeedContainer {
      max-width: 100%; }
    .blogList .blogList {
      max-width: 100%; }
    .blogList .blogImage {
      width: 100%; }
    .blogList a {
      height: 350px; }
    .blogList .slick-list {
      margin: 0px; }
    .blogList .blogListItem {
      margin: 0px; }
      .blogList .blogListItem a {
        width: 100%; }
    .blogList .blogListItem > div {
      padding: 20px;
      flex-direction: column;
      align-items: center; }
    .blogList .blogListInfo {
      padding: 15px 0px; } }
  @media screen and (max-width: 501px) {
    .blogList .blogTitle {
      font-size: inherit; }
    .blogList .blogIntro {
      font-size: inherit; }
    .blogList a {
      height: 200px; } }

/* ---HOMEPAGE TOUR--- */
@media screen and (max-width: 950px) {
  .homepageTour .tourItem {
    height: 400px;
    margin-bottom: 15px; } }

@media screen and (max-width: 800px) {
  .homepageTour .tourItem {
    margin: 70px 20px 15px 20px; } }

@media screen and (max-width: 750px) {
  .homepageTour .tourItem, .homepageTour .tourItem.reverse {
    height: auto;
    flex-direction: column;
    margin: 0px; }
    .homepageTour .tourItem img, .homepageTour .tourItem.reverse img {
      width: 100%;
      height: auto; }
    .homepageTour .tourItem .content, .homepageTour .tourItem.reverse .content {
      width: auto;
      padding: 0px 10px; } }

.blogFeedContainer .blogFeedHeader {
  padding-bottom: 15px; }

@media screen and (max-width: 950px) {
  .blogFeedContainer .blogFeedHeader {
    padding: 10px 0px 0px 0px; } }

@media screen and (max-width: 950px) {
  .homePageContainer .revslider-container .layer .shadow-layer {
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    background-color: #00000075; } }

.tourItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px;
  height: 560px; }
  .tourItem img {
    height: 100%; }
  .tourItem .content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px 0px 50px; }
    .tourItem .content .title {
      margin: 20px 0px;
      font-size: 40px; }
    .tourItem .content .description {
      color: #58595b; }
  .tourItem.reverse {
    flex-direction: row-reverse; }
    .tourItem.reverse .content {
      padding: 0px 50px 0px 0px; }

.homePageContainer .main-header {
  margin: 60px 0px; }

/* ---Homepage Intro - Product Classes--- */
.homeProductClasses .header {
  text-align: center; }

.homeProductClasses .strikeBackground {
  margin-bottom: 50px; }

.homeProductClasses h3 {
  float: right;
  font-size: 22px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em; }

.homeProductClasses .twos {
  display: flex; }
  .homeProductClasses .twos .wrapper,
  .homeProductClasses .twos .classItem {
    height: 350px; }

.homeProductClasses .wrapper {
  width: 100%; }

.homeProductClasses .classItem:before {
  z-index: -1; }

.homeProductClasses .chevron {
  vertical-align: middle;
  padding-left: 10px; }

.homeProductClasses .content {
  padding: 15px 30px; }

.homeProductClasses .singles .wrapper,
.homeProductClasses .singles .classItem {
  height: 400px; }

.homeProductClasses .reinvigorator .classItem:before {
  background-image: url("/static/home/reinvigorator_banner.jpg"); }

@media screen and (max-width: 501px) {
  .homeProductClasses .reinvigorator .classItem:before {
    background-image: url("/static/home/mobile/reinvigorator_banner-m.jpg"); } }

.homeProductClasses .mood-health .classItem:before {
  background-image: url("/static/landing/mood_banner.jpg"); }

@media screen and (max-width: 501px) {
  .homeProductClasses .mood-health .classItem:before {
    background-image: url("/static/landing/mobile/mood_banner-m.jpg"); } }

.homeProductClasses .live-well-longer .classItem:before {
  background-image: url("/static/landing/live-well-longer_banner.jpg"); }

@media screen and (max-width: 501px) {
  .homeProductClasses .live-well-longer .classItem:before {
    background-image: url("/static/landing/mobile/live-well-longer_banner-m.jpg"); } }

.homeProductClasses .men-women-health .classItem:before {
  background-image: url("/static/landing/men-women_banner.jpg");
  background-position-x: 66%; }

@media screen and (max-width: 501px) {
  .homeProductClasses .men-women-health .classItem:before {
    background-image: url("/static/landing/mobile/men-women_banner-m.jpg"); } }

.homeProductClasses .body-health .classItem:before {
  background-image: url("/static/landing/body-health_banner.jpg"); }

@media screen and (max-width: 501px) {
  .homeProductClasses .body-health .classItem:before {
    background-image: url("/static/landing/mobile/body-health_banner-m.jpg"); } }

@media screen and (max-width: 950px) {
  .homeProductClasses .singles .wrapper, .homeProductClasses .singles .classItem, .homeProductClasses .twos .wrapper, .homeProductClasses .twos .classItem {
    height: 255px; }
  .homeProductClasses .singles {
    margin-bottom: 10px; } }

.homeProductClasses .reinvigorator .content.nonmobile {
  padding-top: 100px; }

@media screen and (max-width: 950px) {
  .homeProductClasses .strikeBackground {
    margin-bottom: 20px; }
  .homeProductClasses .content {
    padding: 15px 20px; }
    .homeProductClasses .content h3 {
      margin-top: 10px; }
  .homeProductClasses .reinvigorator:before {
    background-position-x: 85% !important; } }

@media screen and (max-width: 501px) {
  .homeProductClasses h2 {
    font-size: 1.5em; }
  .homeProductClasses .content {
    padding-top: 0px; }
  .homeProductClasses .wrapper,
  .homeProductClasses .classItem {
    max-height: 20vh; }
  .homeProductClasses .classItem:before {
    -webkit-filter: brightness(75%);
    filter: brightness(75%); }
  .homeProductClasses .no-filter:before {
    filter: none; }
  .homeProductClasses h3 {
    color: white; } }

@media screen and (max-width: 350px) {
  .homeProductClasses .reinvigorator, .homeProductClasses .reinvigoratorWrapper {
    height: 130px !important;
    max-height: none; } }

.layout-1-g {
  padding: 50px 0px 50px 0px; }
  .layout-1-g .heroIntro h1 {
    font-weight: 300; }
  .layout-1-g .heroIntro:before {
    -webkit-filter: brightness(75%);
    filter: brightness(75%); }
  .layout-1-g .intro {
    text-align: center;
    color: #2b4144; }
    .layout-1-g .intro h1 {
      margin: 70px 0px;
      font-size: 2.5em;
      font-weight: normal; }
    .layout-1-g .intro h2 {
      font-weight: 300;
      margin-bottom: 100px; }
  .layout-1-g .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 90px 20px; }
    .layout-1-g .content h1, .layout-1-g .content h2 {
      font-size: 40px;
      margin: 0;
      color: #2b4144; }
    .layout-1-g .content .images {
      padding: 0px 0px 0px 50px; }
  .layout-1-g .content.reverse {
    flex-direction: row-reverse; }
    .layout-1-g .content.reverse .images {
      padding: 0px 50px 0px 0px; }
  .layout-1-g .content.profile {
    padding: 50px 50px;
    margin-bottom: 90px;
    background: #f6f4f4; }
  .layout-1-g .images {
    display: flex; }
    .layout-1-g .images img {
      height: 320px;
      max-width: 50vw; }
    .layout-1-g .images .image1 {
      width: 550px;
      margin: 20px 0px; }
      @media screen and (max-width: 1000px) {
        .layout-1-g .images .image1 {
          width: 450px; } }
  @media screen and (max-width: 950px) {
    .layout-1-g {
      padding-top: 0px; }
      .layout-1-g .content, .layout-1-g .content.reverse {
        flex-direction: column; }
      .layout-1-g .content {
        flex-wrap: wrap;
        align-items: flex-end;
        padding: 0px 20px 50px 20px; }
        .layout-1-g .content .images {
          padding: 0px; }
          .layout-1-g .content .images img {
            max-width: 100%; }
          .layout-1-g .content .images .image1 {
            width: 550px; }
      .layout-1-g .content.reverse {
        align-items: flex-start; }
      .layout-1-g .intro {
        flex-wrap: wrap; }
        .layout-1-g .intro h2 {
          font-size: 1.2em;
          padding: 20px 0px 0px 0px; }
      .layout-1-g .content.profile {
        padding: 50px 20px;
        flex-wrap: nowrap;
        flex-direction: row-reverse; }
        .layout-1-g .content.profile .header {
          margin-top: 0px; }
        .layout-1-g .content.profile img {
          width: 200px;
          max-width: 50vw;
          height: 100%; } }
  @media screen and (max-width: 650px) {
    .layout-1-g .content.profile {
      flex-wrap: wrap;
      flex-direction: column; } }
  @media screen and (max-width: 450px) {
    .layout-1-g .content.profile {
      align-items: flex-start; }
      .layout-1-g .content.profile .images {
        padding: 0px;
        width: 100%; }
      .layout-1-g .content.profile img {
        width: 100%;
        max-width: 100%; } }

.productNavContainer {
  border-top: 1px solid #ddd;
  padding: 10px 0px 10px 0px;
  z-index: 2;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  background: #f3f4f6; }

.productNav {
  margin: 0 auto;
  width: 1300px;
  max-width: 100%; }
  .productNav .buyNowButton button {
    margin: 0px;
    transition-duration: 0.3s; }
  .productNav .buyNowButton button:hover {
    background: linear-gradient(-180deg, #324f45 0%, #2b4144 100%); }
  .productNav .title {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center; }
  .productNav > ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center; }
  @media screen and (max-width: 950px) {
    .productNav .buyNowButton {
      opacity: 1 !important; }
    .productNav .title {
      font-size: 13px; }
    .productNav .buyNowButton button {
      width: auto !important;
      padding: 5px 20px !important;
      font-size: 14px !important; } }
  @media screen and (max-width: 501px) {
    .productNav .buyNowButton button {
      padding: 5px 10px !important; }
    .productNav .title {
      font-size: 12px; } }

.imageSideContainer {
  width: 48%;
  padding: 10px 0px;
  height: 400px;
  margin-right: 10px;
  background-size: contain;
  margin-top: 27px;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  right: 0; }
  @media screen and (max-width: 1150px) {
    .imageSideContainer {
      background-size: cover; } }

.productBannerContainer {
  margin-bottom: 140px;
  margin-top: 60px; }
  @media screen and (max-width: 950px) {
    .productBannerContainer {
      padding-top: 50px;
      margin-bottom: 0px; } }

.productBannerContainer.productNavReached {
  padding-top: 50px; }
  @media screen and (max-width: 950px) {
    .productBannerContainer.productNavReached {
      padding-top: 50px; } }

.productBanner {
  margin: 0px auto 0px auto;
  width: 1300px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  height: 500px; }
  .productBanner .image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    margin: 0px 25px;
    margin-right: 194px; }
  @media screen and (max-width: 1300px) {
    .productBanner .image {
      margin: 0 auto; } }
  .productBanner .mainImageContainer {
    outline: none;
    height: 350px;
    display: flex !important;
    justify-content: center !important;
    /* justify-content: center; */
    align-items: center;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    @media screen and (max-width: 950px) {
      .productBanner .mainImageContainer {
        cursor: default; } }
  .productBanner .hide {
    display: none; }
  .productBanner .imageController.mobileflex .hide {
    display: block; }
  .productBanner .mainImage {
    max-height: 100%;
    max-width: 352px; }
  .productBanner .imageController {
    padding-top: 80px;
    display: flex;
    height: 80px;
    justify-content: center; }
    .productBanner .imageController.mobile {
      display: none; }
    .productBanner .imageController .imageControllerItem {
      width: auto;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .productBanner .imageController button {
      border: 1px solid #eee;
      border-width: 0px 1px 0px 0px;
      padding: 0px 10px;
      width: 30%;
      height: 100%; }
      .productBanner .imageController button:first-child {
        border-width: 0px 1px 0px 1px; }
      .productBanner .imageController button:last-child {
        border-right: none; }
      .productBanner .imageController button img {
        width: 100px;
        height: auto; }
    @media screen and (max-width: 950px) {
      .productBanner .imageController {
        padding-top: 20px; }
        .productBanner .imageController.mobile {
          display: flex; } }
  .productBanner .summaryContent,
  .productBanner .directionsContent {
    width: 500px; }
    @media screen and (max-width: 950px) {
      .productBanner .summaryContent,
      .productBanner .directionsContent {
        width: auto; } }
  @media screen and (max-width: 501px) {
    .productBanner .bannerTabs li {
      font-size: 18px; }
    .productBanner .image, .productBanner .mainImageContainer img {
      max-width: 100%; } }

.info {
  color: #2b4144;
  padding: 10px 0px 25px 15px; }
  .info .bannerTabs {
    font-size: 19px;
    display: flex;
    font-weight: 500;
    padding-top: 40px; }
    .info .bannerTabs li {
      font-weight: 500;
      padding-bottom: 4px;
      margin-right: 20px;
      cursor: pointer;
      color: #aaa; }
    .info .bannerTabs li.active {
      border-bottom: 3px solid #2b4144;
      color: #2b4144;
      transition-duration: 0.1s; }
    .info .bannerTabs li:hover {
      color: #2b4144; }
  @media screen and (max-width: 950px) {
    .info .bannerTabs {
      padding-top: 30px; } }

.directionsContent {
  padding: 0px 0px 10px 0px; }
  .directionsContent .quickLook p {
    margin: 7px 0px;
    font-weight: 500; }
  .directionsContent p {
    margin: 0px; }
  .directionsContent img {
    height: 25px;
    width: auto; }
  .directionsContent .inDetail .inDetailContent {
    transition-duration: 0.2s; }
    .directionsContent .inDetail .inDetailContent p {
      font-size: 16px; }
  .directionsContent .moreButton {
    cursor: pointer;
    font-size: 14px;
    color: #aaa; }
  .directionsContent .moreButton:hover + .inDetailContent {
    opacity: 1; }
  .directionsContent .moreButton:hover {
    border-bottom: 2px solid #2b4144;
    color: #2b4144; }

.productDetails,
.helpsWith,
.directions,
.supplementFacts {
  margin: 0px auto;
  padding: 50px 0px;
  width: 950px;
  max-width: 100%; }

.featured-product-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 40px; }

.uniqueFeatures {
  max-width: 100%;
  background: #f6f4f4;
  margin-bottom: 50px;
  margin-top: 25px; }
  .uniqueFeatures .stripe {
    margin-top: -101px; }
  .uniqueFeatures .content1 h1 {
    padding-bottom: 20px; }
  .uniqueFeatures .content {
    display: flex;
    justify-content: space-between;
    padding: 75px 20px; }
    .uniqueFeatures .content .text,
    .uniqueFeatures .content .image {
      max-width: 100%; }
    .uniqueFeatures .content .text {
      padding-right: 40px; }
    .uniqueFeatures .content .feature-title {
      margin: 15px 0px; }
    .uniqueFeatures .content .keepListStyle {
      padding: 10px 0px 40px 0px; }
    .uniqueFeatures .content li {
      padding: 8px 0px; }
    .uniqueFeatures .content .icons {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .uniqueFeatures .content .icons .icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100px;
        margin: 0px 50px 0px 30px;
        text-align: center; }
        .uniqueFeatures .content .icons .icon img {
          width: 100%;
          height: auto; }
    .uniqueFeatures .content .image img {
      width: auto;
      max-width: 100%; }
    .uniqueFeatures .content .full_image {
      height: 500px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat; }
  @media screen and (max-width: 1200px) {
    .uniqueFeatures .content .icons .icon {
      width: 50px; } }
  @media screen and (max-width: 950px) {
    .uniqueFeatures {
      margin-bottom: 0px; }
      .uniqueFeatures .content {
        flex-wrap: wrap;
        padding: 0px; }
        .uniqueFeatures .content .full_image {
          background-position-y: center; }
        .uniqueFeatures .content .text {
          justify-content: flex-start;
          padding-right: 0px;
          font-size: 1em;
          padding: 35px 20px 30px 20px;
          width: 100%; }
        .uniqueFeatures .content .icons {
          width: auto;
          justify-content: space-around; }
          .uniqueFeatures .content .icons .icon {
            padding: 0px !important;
            margin: 0px !important;
            width: 100px; }
            .uniqueFeatures .content .icons .icon img {
              height: auto;
              width: 100%; } }
  @media screen and (max-width: 700px) {
    .uniqueFeatures .content .full_image {
      height: 375px; } }
  @media screen and (max-width: 501px) {
    .uniqueFeatures .icons .icon {
      width: 50px !important; }
      .uniqueFeatures .icons .icon h3, .uniqueFeatures .icons .icon .feature-title {
        font-size: 14px; } }

.ingredients h4 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px; }

.relatedProducts {
  padding: 80px 0px; }
  .relatedProducts h3 {
    font-weight: normal; }
  .relatedProducts .item {
    outline: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .relatedProducts .item img {
      height: 250px; }
  .relatedProducts .slick-track {
    margin: 0 auto; }
  .relatedProducts .slick-arrow:before {
    color: black; }
  @media screen and (max-width: 1200px) and (min-width: 951px) {
    .relatedProducts h3 {
      font-size: 1em; }
    .relatedProducts .item img {
      height: 150px; } }

.productPage {
  padding-bottom: 100px; }
  .productPage .product-title {
    font-size: 2em;
    margin: 0;
    font-weight: normal;
    padding: 10px 0px 0px 0px; }
  .productPage .header {
    font-weight: normal;
    margin: 0;
    padding: 10px 0px;
    padding-bottom: 20px;
    font-size: 40px; }
  .productPage h4 {
    font-weight: 500; }
  .productPage li {
    font-weight: 300;
    line-height: 1.5em; }
  .productPage .stripe {
    background: url("/static/product/stripe3.png");
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    max-width: 100%;
    position: absolute; }
  .productPage .strikeBackground::before {
    width: 100%; }
  .productPage .prevnext {
    justify-content: flex-end;
    padding: 10px 20px;
    display: flex;
    font-weight: 300; }
  .productPage .relatedAndArticles {
    margin-top: 100px; }
    @media screen and (max-width: 501px) {
      .productPage .relatedAndArticles {
        margin-top: 50px; } }
  @media screen and (max-width: 950px) {
    .productPage .product-title, .productPage .header {
      font-size: 2em; } }
  @media screen and (max-width: 501px) {
    .productPage {
      padding-bottom: 20px; } }

.productDetails {
  padding-top: 0px;
  width: 100%;
  margin: 0px; }
  .productDetails .content {
    padding: 30px 20px; }
    .productDetails .content p {
      margin: 30px 0px; }
  .productDetails .content {
    max-width: 100%; }
  .productDetails > h1 {
    width: 950px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .productDetails .content {
    color: #2b4144; }
  .productDetails ul {
    padding-top: 15px; }
  .productDetails li {
    padding-bottom: 25px; }
  @media screen and (max-width: 1100px) {
    .productDetails .content {
      width: auto;
      padding: 10px 35px; } }
  @media screen and (max-width: 950px) {
    .productDetails {
      margin: 0px auto;
      width: 950px; }
      .productDetails h1 {
        width: auto; } }

.helpsWith {
  padding-bottom: 80px; }
  .helpsWith .featureList {
    padding: 50px 0px 0px 35px; }
  .helpsWith .productFeatureItem {
    padding: 10px 0px 30px 0px;
    width: 300px;
    max-width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .helpsWith img {
    width: auto;
    height: 100%; }

.directions .content {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .directions .content img {
    height: 120px;
    width: auto; }

.ingredientsList {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  padding: 5px 0px;
  justify-content: center; }
  .ingredientsList .ingredientItem {
    padding: 0px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-width: 0px 0px 0px 1px; }
    .ingredientsList .ingredientItem:first-child {
      border-left: none; }
  @media screen and (max-width: 501px) {
    .ingredientsList {
      text-align: center;
      flex-direction: column; }
      .ingredientsList .ingredientItem {
        border-width: 0px; } }

.articles {
  margin-top: 25px;
  margin-bottom: 25px; }
  .articles .smallWidth {
    display: none; }
  .articles .normalWidth {
    display: block; }
  .articles > .content {
    padding-left: 0px; }
  .articles .slick-dots {
    height: 20px;
    display: block;
    margin-top: -35px;
    top: 0; }
  .articles .slick-track {
    margin: 0px; }
  .articles .slick-slider .slick-arrow::before {
    color: black; }
  .articles .slick-slide > div {
    margin: 0px 15px;
    outline: 0; }
  .articles .articleItem {
    outline: 0;
    height: auto;
    overflow: hidden;
    width: 31%;
    margin: 0px 10px; }
    .articles .articleItem a:hover .articleImage h2 {
      opacity: 1; }
    .articles .articleItem a:hover .articleImage:before {
      filter: brightness(75%); }
    .articles .articleItem .articleImage {
      transition-duration: 0.2s;
      background-position: center;
      background-size: cover;
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      position: relative; }
      .articles .articleItem .articleImage h2 {
        opacity: 0; }
    .articles .articleItem .articleImage:before {
      transition-duration: 0.2s;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-position: center;
      background-size: cover;
      overflow: hidden;
      z-index: -1; }
    .articles .articleItem .articleTitle {
      overflow: hidden;
      margin-bottom: 15px; }
    .articles .articleItem .articleIntro {
      overflow: hidden;
      height: 200px;
      padding-bottom: 20px;
      margin-top: 5px;
      color: #58595b; }
    .articles .articleItem .readMore {
      font-family: "Rubik", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: 500;
      display: block;
      background: #2b4144;
      color: #fafafa;
      font-size: 1em;
      padding: 15px 20px;
      text-align: center;
      border-radius: 25px;
      margin: 40px 20px 0px 20px; }
    .articles .articleItem .clearbtn {
      display: inline-block; }
  @media screen and (max-width: 950px) {
    .articles .smallWidth {
      display: block; }
    .articles .normalWidth {
      display: none; }
    .articles .articleItem .articleIntro {
      height: 75px; }
    .articles .articleItem {
      width: 100%; } }
  @media screen and (max-width: 610px) {
    .articles .articleItem .articleIntro {
      height: 100px; } }
  @media screen and (max-width: 501px) {
    .articles .articleItem {
      font-size: 14px; } }
  @media screen and (max-width: 355px) {
    .articles .articleItem .articleIntro {
      height: 125px; } }

.reviewForm {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 15px 20px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .reviewForm .inputName {
    position: absolute;
    margin-left: 10px;
    background: white;
    padding: 0px 3px;
    color: #aaa; }
  .reviewForm input {
    padding: 7px 7px;
    border-radius: 4px;
    border: 2px solid #ccc;
    font-size: 15px;
    width: 250px; }
  .reviewForm .headline {
    border-radius: 0px;
    border-width: 2px 2px 0px 2px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .reviewForm input:focus {
    border-color: #424242;
    color: #424242; }
  .reviewForm textarea {
    font-size: 15px;
    width: 100%; }
  .reviewForm .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 15px;
    color: #ddd; }
    .reviewForm .star-rating label {
      cursor: pointer;
      font-size: 20px; }
  .reviewForm .star-rating :checked ~ label {
    color: #ffbc59; }
  .reviewForm .star-rating :hover ~ label {
    color: #ffbc59; }
  @media screen and (max-width: 501px) {
    .reviewForm input {
      width: auto; } }

.productReviews {
  padding: 15px; }
  .productReviews .header {
    font-size: 2em;
    margin: 0;
    font-weight: normal;
    padding: 0px; }
  .productReviews .reviewOpener {
    font-size: 15px;
    padding: 10px;
    background: #2b4144;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    transition-duration: 0.1s; }

.reviewsDisplay .reviewBlock {
  padding: 20px;
  background: #fcfcfc;
  border: 1px solid #f4f4f4;
  border-top: 2px solid #ddd;
  border-left: 2px solid #eee;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 15px 30px -12px rgba(50, 50, 93, 0.15), 0 0px 16px -18px rgba(0, 0, 0, 0.1), 0 -12px 36px -8px rgba(0, 0, 0, 0.025); }

.reviewsDisplay .reviewName {
  color: #777;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }
  .reviewsDisplay .reviewName .name {
    letter-spacing: 1.5px; }

.reviewsDisplay h3 {
  font-size: 1.25em;
  color: #424242;
  font-weight: 500;
  margin: 0px; }

.reviewsDisplay .reviewRating > svg {
  padding: 0px 5px 0px 0px; }

.reviewsDisplay .reviewContent {
  padding: 10px 0px;
  color: #424242;
  font-size: 15px; }

@media screen and (max-width: 950px) {
  .imageSideContainer {
    height: 100%;
    width: 400px;
    max-width: 100%;
    right: auto;
    background-size: contain; }
  .productBanner {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    width: auto; }
    .productBanner .moreButton {
      display: none; }
    .productBanner .inDetail {
      padding-top: 0px; }
    .productBanner .inDetailContent p {
      margin: 0px; }
    .productBanner .image {
      margin: initial;
      padding-bottom: 20px; }
    .productBanner .info {
      padding: 0px;
      margin: 0px auto;
      padding: 25px 0px 0px 0px;
      width: 950px;
      max-width: 100%;
      border-top: 1px solid #eee;
      height: auto; }
      .productBanner .info > .title-container {
        padding: 0px 20px; }
        .productBanner .info > .title-container .product-title {
          padding: 0px; }
      .productBanner .info .bannerTabs {
        padding-left: 20px;
        padding-right: 20px; }
      .productBanner .info .summaryContent > p {
        padding-left: 20px;
        padding-right: 20px; }
      .productBanner .info .directionsContent {
        width: auto;
        padding-left: 20px;
        padding-right: 20px; }
    .productBanner .moreButton {
      border-bottom: 2px solid #2d2d2d;
      color: #2d2d2d; }
    .productBanner .inDetailContent {
      opacity: 1 !important; }
  .productDetails,
  .helpsWith,
  .directions,
  .supplementFacts {
    max-width: 100%; }
    .productDetails h1,
    .helpsWith h1,
    .directions h1,
    .supplementFacts h1 {
      padding: 0px 15px; } }

.productPage .variantImageSelector ul {
  padding: 20px 0px;
  display: flex; }
  .productPage .variantImageSelector ul li {
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .productPage .variantImageSelector ul li:hover .bar, .productPage .variantImageSelector ul .selectedItem .bar {
    border-color: #0c8441;
    width: 45px; }
  .productPage .variantImageSelector ul .bar {
    border: 2px solid #fff;
    width: 25px;
    transition-duration: 0.15s;
    border-radius: 5px;
    margin-top: 5px; }
  .productPage .variantImageSelector ul .variantImageItem {
    border: 1px solid rgba(0, 0, 0, 0);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .productPage .variantImageSelector ul .title {
    text-align: center;
    font-weight: 500;
    margin: 0px 0px;
    margin-top: 5px; }
  .productPage .variantImageSelector ul .price {
    font-weight: 400; }

.productPage .title-container {
  display: flex;
  flex-direction: column-reverse; }

.productPage .descriptor-title {
  font-weight: normal;
  font-size: 16px;
  padding-top: 7px;
  color: #aaa; }

@media screen and (max-width: 501px) {
  .productNav .buyNowButton button {
    width: 110px !important; } }

.productNavContainer .buyNowButton {
  opacity: 0;
  transition-duration: 0.3s; }
  .productNavContainer .buyNowButton .dropdownBuy {
    padding: 5px 15px; }

.productNavContainer .dropdownBuyNow {
  position: fixed;
  margin-top: 15px;
  z-index: 3;
  color: #424242;
  font-size: 12px;
  border-radius: 3px;
  background: #fafafa;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3); }
  .productNavContainer .dropdownBuyNow ul {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px; }
    .productNavContainer .dropdownBuyNow ul > li {
      cursor: pointer;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      font-size: 12px;
      font-weight: 500; }
    .productNavContainer .dropdownBuyNow ul > li:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .productNavContainer .dropdownBuyNow ul > li:last-child {
      border-bottom: none;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
    .productNavContainer .dropdownBuyNow ul > li:hover {
      background: linear-gradient(-180deg, #2b4144 0%, #3b575a 100%);
      color: white; }

.productNavContainer .nav-product-title {
  opacity: 0;
  transition-duration: 0.3s; }

.productPage.reached-nav .productNavContainer {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3); }
  .productPage.reached-nav .productNavContainer .dropdownBuyNow {
    margin-top: 17px; }

.productPage.reached-nav .productBannerContainer {
  padding-top: 50px; }

.productPage.title-passed .productNavContainer .nav-product-title {
  opacity: 1;
  transition-duration: 0.3s;
  border-left: 1px solid #aaa;
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 8px; }

.productPage.title-passed .productNavContainer .buyNowButton {
  opacity: 1; }
  .productPage.title-passed .productNavContainer .buyNowButton .button {
    cursor: pointer; }

.productBanner .Product__buy {
  background: #1e753b;
  color: #f6f4f4;
  border-color: #f6f4f4; }

.productBanner .Product__buy:hover {
  background: #fff;
  color: #1e753b;
  border-color: #1e753b; }

.productPage .productBanner .buyNowButton {
  padding: 10px 0px; }
  .productPage .productBanner .buyNowButton button {
    margin-top: 0px; }

@media screen and (max-width: 950px) {
  .productPage .productBanner .buyNowButton {
    padding: 10px 20px; } }

.productPage .image-lightbox-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-top: 20px; }
  .productPage .image-lightbox-content .chevronLeft, .productPage .image-lightbox-content .chevronRight {
    margin-bottom: 50px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 35px; }
    .productPage .image-lightbox-content .chevronLeft.disabled, .productPage .image-lightbox-content .chevronRight.disabled {
      transition-duration: 0s;
      visibility: hidden; }

.productPageLoading {
  display: flex;
  justify-content: center;
  align-items: center; }

.productPage {
  color: #2b4144; }
  .productPage small {
    color: #58595b;
    padding-top: 10px; }
  .productPage .extra-content {
    padding-top: 50px;
    padding-bottom: 50px; }
    .productPage .extra-content .content {
      padding-right: 20px;
      padding-left: 20px; }
      .productPage .extra-content .content .header {
        padding-top: 80px;
        padding: 30px 0px;
        text-align: center; }
      .productPage .extra-content .content img {
        margin: 50px 0px;
        max-width: 100%; }
      .productPage .extra-content .content small {
        width: 675px;
        max-width: 100%; }

.imageZoom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .imageZoom > figure {
    display: flex;
    justify-content: center;
    margin: 0;
    z-index: 5;
    background-repeat: no-repeat; }
  .imageZoom > figure:hover .imageZoomImg {
    opacity: 0; }
  .imageZoom .imageZoomImg {
    display: block;
    max-height: 350px;
    width: auto;
    pointer-events: none; }

.noscroll {
  overflow: hidden; }

.modal-view-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  padding-top: 50px;
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
  top: 0;
  left: 0; }
  .modal-view-container .imageController .hide {
    display: none; }
  .modal-view-container .imageControllerItem {
    height: 90px;
    width: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-height: 550px) {
      .modal-view-container .imageControllerItem {
        height: 70px;
        width: 70px; } }
    @media screen and (max-height: 450px) {
      .modal-view-container .imageControllerItem {
        height: 50px;
        width: 50px; } }
  .modal-view-container .view.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: scale(1.15);
    transition: transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    pointer-events: none;
    opacity: 0;
    will-change: transform, opacity; }
  .modal-view-container .view.modal.visible {
    pointer-events: auto;
    opacity: 1 !important;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946); }
  .modal-view-container .modal-view-details {
    background: #FFF;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    position: fixed;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column; }
  .modal-view-container .modal-view-details h1 {
    margin: 0.2em 0 0.4em 0;
    padding: 0;
    line-height: 1;
    font-size: 24px;
    color: #111; }
  .modal-view-container .modal-view-details .modalbody {
    padding: 0px 25px 0px 25px;
    height: 90vh; }
    .modal-view-container .modal-view-details .modalbody .mainImgContainer img {
      height: 60vh;
      width: auto; }
      @media screen and (max-height: 510px) {
        .modal-view-container .modal-view-details .modalbody .mainImgContainer img {
          height: 40vh; } }
  .modal-view-container .modal-view-details p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 1em 0;
    color: #666; }
  .modal-view-container .modal-view-details button {
    cursor: pointer;
    bottom: 10px;
    right: 10px;
    background: none;
    color: #3C78D8;
    outline: none;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    padding: 6px 10px;
    text-transform: uppercase; }
  .modal-view-container .modal-view-details button:hover {
    color: #5993f1; }
  .modal-view-container .modal:after {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    content: ''; }
  .modal-view-container .modal .modalbutton {
    position: absolute;
    right: 20px;
    top: 20px; }
  @media screen and (max-width: 950px) {
    .modal-view-container .modal {
      display: none; } }
  .modal-view-container .imageContainer {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh; }
    .modal-view-container .imageContainer .mainImgContainer {
      transition-duration: 0.4s; }
    .modal-view-container .imageContainer .mainImgContainer.hidden {
      opacity: 0;
      height: 0; }
    .modal-view-container .imageContainer .mainImgContainer.show {
      opacity: 1; }
    .modal-view-container .imageContainer .hidden img {
      height: 0 !important; }
    .modal-view-container .imageContainer .mainImgContainer {
      display: flex;
      justify-content: center; }

