/* 2023 */
html {
  font-size: 1rem;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: none;
  -webkit-tap-highlight-color: transparent;
  /* footer stuff */
  position: relative;
  min-height: 100%;
}
body {
    padding-top: 0;
    font-family: 'Poppins', sans-serif !important;
    text-rendering: geometricPrecision;
    color: #1d1d1d;
    line-height: 1.5 !important;
    letter-spacing: normal;
    font-weight: 400;
    /* space above footer */
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}
ul {
  display: flex;
  align-items: stretch; /* Default */
  /*    justify-content: space-between;*/
  width: 100%;
  margin: 0;
  padding: 0;
}
li {
  display: block;
  flex: 0 1 auto; /* Default */
  list-style-type: none;
  vertical-align: middle;
}
/* SITE WIDTH */
/* Remove Horiz Scrollbar from devices */
.container {
  max-width: 100%;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 5.5rem;
    padding-left: 5.5rem;
    margin-right: auto;
    margin-left: auto
}
/* F O R M S */
.dr-form {
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1 !important;
  padding: 0.5rem;
  border-width: 1px;
  border-color: #a49b9d;
  background-color: #FFFFFF;
  color: #000000;
  border-style: solid;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.dr-form:focus {
  outline: none;
}
.dr-form::placeholder {
  color: #9e9fa3;
}
.dr-form:focus {
  outline: none;
}
.dr-form::placeholder {
  color: #9e9fa3;
}
.form-check-input {
  padding: 0.25rem;
  border-width: 1px;
  border-color: #a49b9d !important;
  background-color: #FFFFFF;
  color: #000000;
  border-style: solid;
  border-radius: 0px !important;
  box-shadow: none;
  text-shadow: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* T E X T */
a, a:focus, a:active {
  position: relative;
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  /* fade transition effect */
  -o-transition: .33s;
  -ms-transition: .33s;
  -moz-transition: .33s;
  -webkit-transition: .33s;
  transition: .33s;
  outline: none !important;
  box-shadow: none !important;
}
a:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
li a {
  color: #e0251b !important;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 7rem !important;
  letter-spacing: -0.04rem;
  line-height: 1 !important;
}
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 6rem !important;
  letter-spacing: -0.04rem;
  line-height: 1 !important;
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 3.25rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 2.25rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
p {
  font-size: 1.75rem;
}

.hat-text {
    text-align: left;
    font-size: 1.5rem !important;
}
.dr-bullets-hed {
  font-weight: 700;
  font-size: 2.25rem;
}
.dr-bullets {
  color: #e0251b;
  font-weight: 400 !important;
  font-size: 2rem;
}
.dr-rule {
    border-bottom: 4px #e0251b solid;
}
.signUp-blurb {
  color: white;
  padding: 10% 0 10% 0;
  margin-right: 1.88rem;
}
.signUp-bod {
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  font-size: 2.5rem !important;
  line-height: 1.15 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.product-name {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.nano-hide {
  display: contents;
}

.nano-stuff {
    display: block;
    overflow: visible;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-top: 30px;
}

.thunderlineTop {
  text-decoration: none;
  position: relative;
}
.thunderlineTop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -40px;
  left: 0;
  background-color: #e0251b;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.thunderlineTop:hover:before {
  visibility: visible;
  width: 100%;
}
.sub {
  font-size: 75%;
  vertical-align: text-bottom; /* <-- Reset the user agent stylesheet   */
  position: relative; /* <-- Set position to the element       */
  top: .2rem;
  line-height: 1rem;
}
.sideways-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-bottom: 0.50rem;
  /*    display: inline-block;
    position:absolute;
    transform: rotate(-90deg);*/
}
.slant-text {
  -ms-transform: rotate(-3deg); /* IE 9 */
  -webkit-transform: rotate(-3deg); /* Safari 3-8 */
  transform: rotate(-3deg);
  vertical-align: middle;
  margin-top: 0rem;
  margin-bottom: -0.03rem;
}
.grow {
  transition: all .2s ease-in-out;
}
.grow:hover {
  -webkit-transform: scale(1.10);
  -ms-transform: scale(1.10);
  transform: scale(1.10);
}
.tm:after {
  font-size: 50%;
  vertical-align: super;
  content: "\2122";
  text-rendering: optimizeLegibility;
  text-transform: none;
}
.circleR:after {
  font-size: 25%;
  vertical-align: super;
  content: "\24C7";
  text-rendering: optimizeLegibility;
  text-transform: none;
}
.dollars {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1em;
  text-transform: uppercase;
  color: rgba(22, 24, 27, 1.0);
}
.dollars:before {
  content: '$';
  font-size: 75%;
  position: relative;
  bottom: 0.40rem;
  /* vertical-align: super; */
}
.cents {
  font-size: 75%;
  position: relative;
  bottom: 0.40rem;
  /* vertical-align: super; */
}
/* LAYOUT GRID */
/* Removes Scrollbar */
/*.row {
    margin: 0px;
    justify-content: center;
}

    .row.no-pad {
        margin-right: 0;
        margin-left: 0;
    }

        .row.no-pad > [class*='col-'] {
            padding-right: 0;
            padding-left: 0;
        }*/
.row-pad {
  padding-left: 5%;
  padding-right: 5%;
}
.col-pad {
  padding: 5% !important;
}
.spacer {
  padding: 1rem;
}
.spacer-big {
  padding: 3.5rem;
}
.spacer-hero {
  padding: 3rem 0;
}
.text-overlay {
  display: flex;
  position: absolute;
  justify-content: left;
  align-items: center;
  vertical-align: middle;
  /*    top: 50%;
    transform: translateY(-50%);*/
  padding-top: 10%;
  padding-left: 10%;
  /*    width: 100%;
    height: 100%;*/
}
/*.section-bgimage {
    background-image: url('https://i.procapslabs.com/bg-charity.jpg');
    background-size: cover;
    height: 100%;
}*/
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.logo-left {
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}
.dr-ingredients {
  border: solid 1px #9d9fa2;
  border-top: none;
  margin-top: -1px !important;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  padding: 2rem 6rem;
}
/* NAV  BAR */
/* BG Color of TopTopNav and Nav (Desktop) */
.nav-bgcolor {
  background-color: transparent;
}
/* Background Nav bar*/
/* Paints over top of nav-bgcolor */
/* Becomes ALL Nav color on collapse */
.nav {
  background-color: white;
  margin: 0;
  padding: 0;
}
.nav-height {
  padding: 0 !important;
  height: 185px;
}
.nav-container {
  padding: 0 2rem 0 8rem;
}
.nav-push {
  align-self: center;
}
.nav-dropshadow {
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.33);
  z-index: 999;
}
/* after collapse - logo center and space below */
.navbar-brand {
  margin: auto !important;
  padding-right: 3rem;
}
/* NAV FONT */
/* Nav Bar Vertical Spacing */
.navbar-nav {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav > li {
  margin-left: 1rem;
  margin-right: 1rem;
}
/* Nav Choices Spacing */
.nav-link {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.66rem !important;
}
.nav-link-height {
  height: 0;
  display: table-cell;
  vertical-align: baseline;
}
.nav-item {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  display: table;
}
.nav-item-last {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  display: table;
}
/* HAMBURGER */
.nav-bottom-rule {
  border-bottom: 1px solid rgba(50, 60, 70, 0.10);
  position: absolute;
  width: 100%;
  left: 0;
}
/* Remove border from toggler */
.navbar-toggler {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
/* Hamburger Color */
.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #e0251b;
  display: block;
  transition: all 0.2s;
}
.middle-bar {
  margin: 5px auto;
}
/* Hamburger Animate */
/* (START) State when navbar is opened */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
/* (END) State when navbar is opened */
/* (START) State when navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/* (END) State when navbar is collapsed */
/* MAIN NAV COLORS, STATES, FONT SIZE */
.navbar-light .navbar-nav .nav-link {
  font-size: 1.33rem;
  color: rgba(143, 116, 88, 1.0);
  letter-spacing: normal;
  border-bottom: none;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(143, 116, 88, 1.0);
  border-bottom: 6px solid rgba(143, 116, 88, 1.0);
  padding-top: 6px !important;
}
.navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(143, 116, 88, 1.0);
  border-bottom: 6px solid rgba(143, 116, 88, 1.0);
  padding-top: 6px !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.focus {
  color: rgba(143, 116, 88, 1.0);
  border-bottom: 6px solid rgba(143, 116, 88, 1.0);
  padding-top: 6px !important;
}
.nav-left-fix {
  margin-left: 0.75rem;
}
/* ON CLICK - COLORS, STATES */
.nav-item.dropdown {
  align-self: center;
}
.nav-item.dropdown a:focus {
  background-color: none;
}
.nav-item.dropdown a:active {
  background-color: none !important;
}
.nav-arrow {
  font-size: 0.5rem;
  font-weight: 800;
  vertical-align: middle;
  margin-left: -0.25rem;
  padding-bottom: 0.20rem;
  opacity: 0.33;
}
/* DROPDOWN */
/* dropdown arrow */
/*.dropdown-toggle::after {
    display: none;
}

 .dropdown-toggle::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0.125rem;
      vertical-align: 0;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-left: 0.3em solid transparent;
      color: rgba(33, 37, 41, 0.25)
} */
.dropdown-toggle[aria-expanded="false"]:after {
  transform: rotate(-90deg);
}
.dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(0deg);
}
/*for animation*/
.dropdown-toggle:after {
  transition: 0.2s;
}
.arrow-down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid rgba(0, 0, 0, 0.50);
  /* border: solid rgba(99, 109, 128, 0.50); */
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  margin-bottom: 0.25rem;
}
/* dropdown box */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  /* padding: 0.5rem 1.5rem; */
  margin: 1.0rem 0 0 0.43rem;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.99);
  background-clip: padding-box;
  border-top: 1px solid rgba(46, 64, 20, 1.0);
  border-right: 1px solid rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  border-left: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 0;
  /*  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;*/
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 1rem;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}
/* dropdown NAV selections IN dropdown */
.dropdown-item {
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.88) !important;
  background-color: transparent !important;
  font-size: 0.95rem !important;
  line-height: 2rem;
  margin: 0 !important;
  padding: 0 1rem 0 1rem !important;
}
.dropdown-item:focus, .dropdown-item:active {
  color: rgba(0, 0, 0, 0.88) !important;
  text-decoration: none;
  border-radius: 0 !important;
}
.dropdown-item:hover {
  color: rgba(0, 0, 0, 1.0) !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.033) !important;
}
/* TOGGLE / COLLAPSED */
/* Center Nav Links (not dropdowns) AFTER COLLAPSE */
.navbar-collapse {
  margin-top: 0.5rem;
  text-align: center !important;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center !important;
}
/* ACCORDIAN EFFECT */
.accordion-button {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: white;
  padding: 1rem;
  width: 100%;
  box-shadow: none !important;
}
.accordion-button:hover {}
.accordion-button.active, .accordion-button:active, .show > .accordion-button.dropdown-toggle {}
.accordion-button.focus, .accordion-button:focus {}
.acc-button {
  border-radius: 0 !important;
  background: white !important;
  color: rgba(0, 0, 0, 1.0) !important;
  padding: 2rem 0 2rem 1.10rem;
}
.acc-button.active, .acc-button:active, .show > .acc-button.dropdown-toggle {
  border: none !important;
}
.acc-button.focus, .acc-button:focus {
  border: none !important;
}
.acc-item {
  border: none;
  border-radius: 0;
}
.acc-header {
  border-top: solid 1px rgba(143, 116, 88, 1.0);
  border-radius: 0 !important;
  background: white;
}
.acc-header-last {
  border-top: solid 1px rgba(143, 116, 88, 1.0);
  border-bottom: solid 1px rgba(143, 116, 88, 1.0);
  border-radius: 0 !important;
  background: white;
}
.acc-body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: none;
  -webkit-tap-highlight-color: transparent;
  padding-top: 0;
  text-rendering: geometricPrecision;
  color: #1d1d1d;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238f7458'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238f7458'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* BUTTONS */
.btn {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-std {
  font-size: 2rem !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(194, 91, 58, 1.0);
  border-color: none;
  border-radius: 0;
  letter-spacing: 0.010rem;
  line-height: 95%;
  height: 100%;
  padding: 0;
  min-width: 270px;
  min-height: 95px;
}
.btn-std:hover {
  color: rgba(194, 91, 58, 1.0);
  background-color: transparent;
  border-color: rgba(194, 91, 58, 1.0);
  border-radius: 0;
}
.btn-std.active, .btn-std:active, .show > .btn-std.dropdown-toggle {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(194, 91, 58, 1.0);
  border-color: none;
}
.btn-std.focus, .btn-std:focus {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(194, 91, 58, 1.0);
  border-color: none;
}
.btn-outline {
  font-weight: 400;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0rem;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 1rem;
  width: 100%;
}
.btn-outline:hover {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.125);
}
.btn-outline.active, .btn-outline:active, .show > .btn-outline.dropdown-toggle {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.btn-outline.focus, .btn-outline:focus {
  color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.0)
}
.btn-outline04 {
  font-size: 88%;
  line-height: 100%;
  font-weight: 400;
  color: rgba(143, 143, 143, 1.0);
  border-color: rgba(143, 143, 143, 0.50);
  background-color: rgba(143, 143, 143, 0.05);
  border-radius: 0.25rem;
  padding: 0.75rem 0.25rem 0.75rem 0.25rem;
  width: 100%;
}
.btn-outline04:hover {
  color: rgba(143, 143, 143, 1.0);
  border-color: rgba(143, 143, 143, 0.50);
  background-color: rgba(143, 143, 143, 0.10);
}
.btn-outline04.active, .btn-outline04:active, .show > .btn-outline04.dropdown-toggle {
  color: rgba(143, 143, 143, 1.0) !important;
  border-color: rgba(143, 143, 143, 0.50);
  background-color: rgba(143, 143, 143, 0.05);
}
.btn-outline04.focus, .btn-outline04:focus {
  color: rgba(143, 143, 143, 1.0) !important;
}
.btn-outline04Hide {
  font-size: 88%;
  line-height: 100%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 0.0);
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 0.25rem;
  padding: 0.75rem 0.25rem 0.75rem 0.25rem;
  width: 100%;
}
.btn-outline04Hide:hover {
  color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 0.0);
  background-color: rgba(255, 255, 255, 0.0);
  cursor: default;
}
.btn-outline04Hide.active, .btn-outline04Hide:active, .show > .btn-outline04.dropdown-toggle {
  color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 0.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.btn-outline04Hide.focus, .btn-outline04Hide:focus {
  color: rgba(255, 255, 255, 0.0);
}
.btn-shop {
  font-family: 'Poppins', sans-serif;
  font-size: 1.66rem !important;
  font-weight: 700 !important;
  color: #e0251b !important;
  background-color: transparent;
  border-color: #e0251b !important;
  border-width: 2px;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0.88rem 2.88rem !important;
}
.btn-shop:hover {
  background-color: #e0251b !important;
  color: white !important;
}
.btn-shop02 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #e0251b !important;
  background-color: white !important;
  border-color: #e0251b !important;
  border-width: 2px;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 1rem 3rem !important;
}
.btn-shop02:hover {
  background-color: #e0251b !important;
  color: white !important;
}
.btn-shop02:active {
  color: #e0251b !important;
}
.btn-shop02:focus {
  color: #e0251b !important;
}
.btn-signUp {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
  border-width: 2px;
  border-radius: 0 !important;
  padding: 0.5rem 1.5rem !important;
}
.btn-signUp:hover {
  background-color: #e0251b !important;
}
.btn-signUp02 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88 !important;
  font-weight: 600 !important;
  color: white !important;
  background-color: #e0251b !important;
  border-color: white !important;
  border-width: 2px;
  border-radius: 0 !important;
  padding: 0.45rem 0.88rem !important;
}


.btn-signUp02:hover {
  background-color: transparent !important;
}
.btn-buyNow {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #e0251b !important;
  background-color: transparent !important;
  border-color: #e0251b !important;
  border-width: 2px;
  border-radius: 0 !important;
  padding: 1rem 3rem !important;
}
.btn-buyNow:hover {
  background-color: #e0251b !important;
  color: white !important;
}
.link-arrow {
  position: relative;
  top: -1px
}
/* Scroll toTop */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 3px; /* Place the button at the bottom of the page */
  right: 0.25%; /* Place the button distance from the right */
  z-index: 200; /* Make sure it does not overlap */
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(127, 127, 127, 1.0);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  cursor: pointer;
  height: 47px;
  padding: 0 0.60rem;
  margin: 0;
  transition: 0.3s;
}
#myBtn:hover {
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(127, 127, 127, 0.75);
}
.topArrow {
  display: inline-block;
  background-image: url(https://i.procapslabs.com/toTop_icon.png);
  width: 45px;
  height: 45px;
}
/* VALIDATION */
/*input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background-color: rgba(213, 65, 64, 0.00);
    border: 1px solid rgba(213, 65, 64, 1.0);
}*/
.site-warnings {
  color: rgba(213, 65, 64, 1.0);
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* BORDERS */
.rule {
  align-content: center;
  align-self: center;
  vertical-align: middle;
  padding: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin-bottom: 1rem;
}
.border-righter {
      margin: 0 auto;
  border-right: 1px solid rgba(255, 255, 255, 1.0);
}
.border-lefter {
  border-left: 1px solid rgba(99, 109, 128, 0.25)
}
.pipe-poof:after {
  content: "|";
  opacity: 0.5;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* I M A G E S */
.hero01 {
  background-image: url('http://www.sole.com/images/hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.signUp-bg {
  background-image: url('/images/signUp-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
img.hoverfade {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s linear;
}
img.hoverfade:hover {
  opacity: 0.66;
  filter: alpha(opacity=66);
  -webkit-transition: opacity 1s linear;
}
.rounded_corner {
  border-radius: 1rem 0 0 0 !important;
}
.dot-overlay {
  background-image: url('https://i.procapslabs.com/subtle-dots.png');
}
.img-scale {
  height: 90%;
}
/* VIDEO */
.vid-border {
  border: solid #f9e497 1px;
}
video#bgvid {
  /* change position: fixed if outside container */
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*background: url(../images/solar_still.jpg) no-repeat;*/
  background-size: cover;
}
/* FORMS */
.pulldowner {
  padding-left: 0.50rem;
  padding-right: 0;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  display: inline-block;
  width: 100%;
  height: 2.40rem;
  border-radius: 0.25rem;
  border-color: rgba(199, 199, 199, 1.0);
  vertical-align: middle;
  color: #6c757d;
}
/*input.largerCheckbox {
    width: 38px;
    height: 38px;
    margin: 0 !important;
    padding: 0 !important;
}

input.largeCheckbox {
    width: 19px;
    height: 19px;
    margin: 0 !important;
    padding: 0 !important;
}*/
/*.form-select {
    font-weight: bold;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

input[type=text] {
    font-size: 1.0rem;
}

    input[type=text]:focus {
        font-size: 1.0rem;
    }*/
/* --- REMOVE BLUE OUTLINE FROM iOS --- */ :focus {
  outline: 0 !important;
  box-shadow: none !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
/* FOOTER */
footer {
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  font-size: 1rem;
  line-height: 1.10;
  letter-spacing: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*    border-top: 0.25rem solid rgba(255, 255, 255, 0.0);*/
  color: rgba(255, 255, 255, 1.0);
  background: rgb(108, 88, 66);
  background: linear-gradient(180deg, rgba(108, 88, 66, 1) 0%, rgba(143, 116, 88, 1) 100%);
}
footer a, footer a:active, footer a:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 1.0);
}
footer a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-navitem {
  line-height: 1.5;
}
.footer-border-left {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  padding-left: 2.5rem;
}
.form-control-footer {
  border: 1px solid rgba(143, 116, 88, 1.0);
}
.copyrighter {
  opacity: 1.0;
  font-size: 75%;
}
.spacer-footer {
  padding-top: 25rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  background-color: transparent;
  background: #e0251b;
}
/* -- PARALLAX -- */
.parallax_ez {
  /* Image used */
  background-image: url("https://procapsnew.procapslabs.com/images/notequal.png");
  /* Set a specific height */
  /*    min-height: 300px;*/
  padding-bottom: 30rem;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallax_ez02 {
  /* Image used */
  background-image: url("https://procapsnew.procapslabs.com/images/notequal.png");
  /* Set a specific height */
  /*    min-height: 300px;*/
  padding-top: 25rem;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallax_ez_overlay {
  background-color: white;
  padding: 1rem 0 2rem 0;
}
.layer04 {
  position: absolute;
  z-index: 10; /* cta */
  opacity: 1.0;
  top: 67%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  pointer-events: auto
}
.layer-cta {
  text-align: center;
  padding: 2.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: rgba(255, 255, 255, 0.80);
  pointer-events: auto
}


























/* ---------------------- */
/*      RESPONSIVE       */
/* -------------------- */



/* --T A B L E T-- */
@media only screen and (max-width: 1358px) {
/*  .nano-hide {
    display: none;
  }*/
    
.thunderlineTop:before {
  bottom: -30px;
}
    
.hat-text {
    text-align: left;
    font-size: 1.15rem !important;
}
    
.signUp-bod {
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  font-size: 1.75rem !important;
  line-height: 1.15 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
    
.dr-form {
  font-size: 1rem;
  line-height: 1 !important;
  padding: 0.5rem;
}
    
.dr-bullets-hed {
  font-weight: 700;
  font-size: 1.5rem;
}
    
    .dr-bullets {
  font-size: 1.25rem;
}
    
    h1 {
  font-weight: 600 !important;
  font-size: 5rem !important;
  letter-spacing: -0.04rem;
  line-height: 1 !important;
}
    
        
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 4.5rem !important;
  letter-spacing: -0.04rem;
  line-height: 1 !important;
}
    
h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 1.75rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
    
    
 h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
    
p {
  font-size: 1.25rem;
}
    .nano-stuff {
        display: block;
        overflow: visible;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-top: 0;
    }
    
  .nav-height {
  padding: 0 !important;
  height: 120px;
  }
    
  .nav-container {
    padding: 0 0 0 5rem;
  }
    
.nav-link {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.25rem !important;
}

    
  .btn-signUp {
    font-size: 0.88rem !important;
    padding: 0.61rem 0.88rem !important;
  }
    
      .btn-signUp02 {
    font-size: 0.88rem !important;
    padding: 0.61rem 0.88rem !important;
  }
    
  .btn-shop {
    font-size: 1.25rem !important;
    padding: 0.5rem 2.5rem !important;
  }

      .btn-shop02 {
    font-size: 1.25rem !important;
    padding: 0.75rem 2rem !important;
  }
    
    .btn-buyNow {
            font-size: 1.25rem !important;
    padding: 0.75rem 2rem !important;
    }
    
    .spacer-footer {
      padding-top: 20rem;
      padding-bottom: 0rem;
      margin-bottom: 0rem;
      background-color: transparent;
      background: #e0251b;
    }
    
    .signUp-terms {
        font-size: 0.88rem;
    }

    
}



/* --P H O N E - P O R T R A I T-- */
/*@media only screen and (max-device-width : 1024px) {*/
@media only screen and (max-width: 991px) {
  /* CORE */
  ul {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 2rem 0 !important;
  }
  li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    vertical-align: middle;
    text-align: center;
  }
  h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-size: 3.5rem !important;
    letter-spacing: -0.04rem;
    line-height: 1 !important;
  }
  h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-size: 2.5rem !important;
    letter-spacing: -0.04rem;
    line-height: 1 !important;
  }
  h3 {
    font-size: 2rem !important;
    line-height: 1 !important;
  }
  h4 {
    font-size: 1.88rem !important;
    line-height: 1 !important;
  }
  p {
    font-size: 1.25rem;
  }
  /* NAVIGATION */
.nav-link {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.66rem !important;
}
    
    .hat-text {
    text-align: left;
    font-size: 1.25rem !important;
}
    
    .signUp-terms {
        font-size: 0.66rem;
        line-height: 1.5;
    }
    
    
  .nav-height {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    height: 100%;
  }
  .nav-link-height {
    height: 2.88rem;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.5rem;
    color: rgba(143, 116, 88, 1.0);
    letter-spacing: normal;
    border-bottom: none;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(143, 116, 88, 1.0);
    border-bottom: none;
    padding-top: 0 !important;
  }
  .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(143, 116, 88, 1.0);
    border-bottom: none;
    padding-top: 0 !important;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.focus {
    color: rgba(143, 116, 88, 1.0);
    border-bottom: none;
    padding-top: 0 !important;
  }
  .nav-push {
    padding-top: 0 !important;
  }
  .navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav-item {
    margin: 0 !important;
    padding: 0 !important;
    display: table;
  }
  /* space between nav choices on collapse */
  .nav-link {
    margin-bottom: 1rem !important;
  }
  .nav-link-last {
    margin-bottom: 0 !important;
  }
  .nav-item02 > a {}
  .nav-item-rule {
    height: 1px;
    border: 0;
    color: rgba(143, 116, 88, 0.75);
    background-color: rgba(143, 116, 88, 0.75);
    width: 80%;
    margin: 0.5rem 0 !important;
  }
  /* menu overlay vs push*/
  .navbar-collapse {
    background: white;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.33);
    z-index: 999;
  }
  /* TEXT */
  .signUp-bod {
    font-size: 1.5rem !important;
    line-height: 1.1 !important;
  }
  .dr-ingredients {
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
  }
  .dr-bullets-hed {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .dr-bullets {
    color: #e0251b;
    font-size: 1.33rem;
    line-height: 1.5;
  }
  .signUp-blurb {
    padding: 5% 0 5% 0;
    margin-right: 0;
    text-align: center !important;
  }
  .text-overlay {
    display: flex;
    position: absolute;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    /*        top: 33%;
        transform: translateY(-33%);*/
    padding-top: 33%;
    padding-left: 5%;
  }
  .copyrighter {
    opacity: 1.0;
    font-size: 66%;
  }
  /* LAYOUT */
  .spacer-hero {
    padding: 1rem 0;
  }
  .border-righter {
    display: none;
  }
  .spacer-footer {
    padding-top: 35rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    background: #e0251b;
  }

.border-lefter {
  border-left: 1px solid rgba(99, 109, 128, 0)
}
.rule-top-collapse {
  border-top: 1px solid rgba(99, 109, 128, 0.25);
  padding-top: 0.75rem;
}
.list-group {
  justify-content: center;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.accordion-section .panel-default .panel-title a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  content: " \f077";
  color: rgba(255, 255, 255, 0.66);
  float: right;
  vertical-align: middle;
}
.spacer {
  padding: 0.75rem;
}
.spacer-big {
  padding: 2.5rem;
}
.bigWhenSmall {
  /*width: 100% !important;*/
  text-align: center;
  align-content: center;
}

.pipe-poof:after {
  opacity: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.0);
}
/* BUTTONS */
.btn-signUp {
  width: 100%;
  font-size: 1.10rem !important;
}
.btn-signUp02 {
  width: 100%;
}
.btn-shop02 {
  font-size: 1.5rem !important;
  padding: 0.75rem 1.75rem !important;
}
/*.btn-shop02:hover {
  background-color: #e0251b !important;
  color: white !important;
}*/
.btn-outline {
  font-weight: 400;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 1rem 0;
  width: 100%;
}
.logo-left {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
  -moz-transform: scale(0.5); /* FF3.5+ */
  -ms-transform: scale(0.5); /* IE9 */
  -o-transform: scale(0.5); /* Opera 10.5+ */
  transform: scale(0.5);
  /* IE6–IE9 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713, SizingMethod='auto expand');
}
.dropdown-item:hover {
  color: rgba(77, 77, 75, 0.88);
  text-decoration: none;
  background-color: rgba(2, 114, 188, 0.09);
  border-radius: 0 !important;
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.thunderlineTop:hover:before {
    visibility: hidden;
    display: none;
}
}