﻿/* 2023 */
html {
	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;
	height: 100%;
}
body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.20rem !important;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	text-rendering: geometricPrecision;
	color: #cdcdcd;
    background: #1e1e1e;
	line-height: 1.66 !important;
	letter-spacing: 0.05rem;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.nav-container {
	padding: 2rem 4rem 2.5rem 4rem !important;
}

.row {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	margin: 0px;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

ul {
  align-items: stretch; /* Default */
  /*    justify-content: space-between;*/
	
}
li {
  display: block;
  flex: 0 1 auto; /* Default */
  list-style-type: none;
}

/*  NAV text links */
/*li > a {
  color: #c5c5c4 !important;
}*/

/* SITE WIDTH */
/* Remove Horiz Scrollbar from devices */
/*.container {
  max-width: 100%;
}*/

.master-container {
	flex: 1;
}

/* T E X T */

/*  Regular text links  */
a, a:focus, a:active {
    position: relative;
    text-decoration: underline;
    color: rgba(0,116,217,0.88);
    /* fade transition effect */
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: underline;
    color: rgba(0,116,217,1.0);
}


h1 {
  font-weight: 600 !important;
  font-size: 4rem !important;
  line-height: 1.15 !important;
  letter-spacing: -0.10rem !important;
}
h2 {
  font-weight: 600 !important;
  font-size: 6rem !important;
  letter-spacing: -0.04rem;
  line-height: 1 !important;
}
h3 {
  font-weight: 600 !important;
  font-size: 3.25rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
h4 {
  font-weight: 600 !important;
  font-size: 2.25rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
h5 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
p {
  font-size: 1.20rem;
}

.port-title {
    font-size: 1.5rem;
}

.text-darky {
    color: #000000;
}

.text-light {
    color: red;
}


.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: 1px #cccccc solid;
}
.signUp-blurb {
  color: white;
  padding: 10% 0 10% 0;
  margin-right: 1.88rem;
}
.signUp-bod {
  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-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;
}

/*.linky {
    color: #e39037;
    text-decoration: underline;
}
*/
.thunderlineTop {
  text-decoration: none;
  position: relative;
}
.thunderlineTop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: rgba(0,0,0,1.0);
  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.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.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-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;
}*/

.spacer {
  padding: 1rem;
}
.spacer-big {
  padding: 3rem 0;
}
.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%;
}*/

.background-light {
    background-color: #1e1e1e;
}

.background-darky {
    background-color: #000000;
}

.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) */

/* Background Nav bar*/
/* Paints over top of nav-bgcolor */
/* Becomes ALL Nav color on collapse */
.nav {
	background-color: transparent;
	margin: 0 !important;
	padding: 0 !important;
}
.nav-height {
  padding: 0 !important;
  height: 185px;
}

.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;*/
}
/* 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;*/
}

.navbar-nav > li {
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav-item {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.nav-item-last {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* 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: #c5c5c4;
  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 */
/* Nav Choices Spacing */
.nav-link {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.10rem;
    color: #cdcdcd;
}

.nav-link:hover {
    color: #cdcdcd;
    text-decoration: none;

}
.nav-link:active, .navbar-light .navbar-nav .nav-link.active {
  color: inherit;


}
.nav-link:focus, .navbar-light .navbar-nav .nav-link.focus {
  color: inherit;

}
.nav-link-height {
/*  height: 0;
  display: table-cell;
  vertical-align: middle;*/
}
.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;
}

.down-arrow {
    text-align: center;
    margin: 5rem 0 5rem 0;
    font-size: 125%;
}

/* 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 {
  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 {
  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-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 {
  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: inherit !important;
  font-weight: 500;
  color: #cdcdcd;
  background-color: transparent;
  border-color: #cdcdcd;
  border-radius: 2rem;
  letter-spacing: 0.010rem;
  height: 100%;
  padding: 0.25rem 2rem;
    text-transform: uppercase;
}
.btn-std:hover {
  color: #cdcdcd;
  background-color: #1e1e1e;
      border-color: #cdcdcd;
}
.btn-std.active, .btn-std:active, .show > .btn-std.dropdown-toggle {
  color: #f1f1f1 !important;
  background-color: #0e0e0c !important;
}
.btn-std.focus, .btn-std:focus {
  color: #f1f1f1 !important;
  background-color: #0e0e0c !important;
}







.btn-nav {
    font-size: 0.75rem !important;
    letter-spacing: 0.10rem;
  font-weight: inherit;
  color: #cdcdcd;
  background-color: transparent;
  border-color: #cdcdcd;
  border-radius: 2rem;
  padding: 0.39rem 1.5rem 0.25rem 1.5rem !important;
    text-transform: uppercase;
    margin-top: -1.20rem !important;
}
.btn-nav:hover {
  color: #cdcdcd;
  background-color: #000000;
      border-color: #cdcdcd;
}
.btn-nav.active, .btn-nav:active, .show > .btn-nav.dropdown-toggle {
  color: #f1f1f1 !important;
  background-color: #0e0e0c !important;
}
.btn-nav.focus, .btn-nav:focus {
  color: #f1f1f1 !important;
  background-color: #0e0e0c !important;
}







.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-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-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-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-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-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
}

.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 {
    text-align: center;
    align-content: center;
    align-self: center;
    vertical-align: middle;
    padding: 0 !important;
    border-top: 1px solid #cdcdcd;
    background: white;
    opacity: 0.25;
    margin-bottom: 0.25rem;
}
.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;
}
/* 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);
    transition: opacity 0.5s ease-in-out; /* Adjust timing and easing */
}
img.hoverfade:hover {
    opacity: 0.66;
    filter: alpha(opacity=66);
}
.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;
}
/* F O R M S */
.form-check-input {
  padding: 0.25rem;
  border-width: 1px;
  border-color: #a49b9d !important;
  background-color: #FFFFFF;
  color: red;
  border-style: solid;
  border-radius: 0px !important;
  box-shadow: none;
  text-shadow: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.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, select, textarea{
    display: block;
    width: 100%;
    background-clip: padding-box;
    color: #cdcdcd !important;
    padding: 0 0 1rem 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #1e1e1e !important;
    border-radius: none !important;
}

textarea:focus, input:focus {
    color: #cdcdcd !important;
}

input::placeholder {
  opacity: 0.75 !important;
/*  color: purple !important;*/
}

textarea::placeholder {
  opacity: 0.75 !important;
/*  color: purple !important;*/
}

  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
      box-shadow: 0 0 0 1000px white inset !important;
  }


/*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-size: 0.75rem;
    letter-spacing: 0.025rem !important;
}
footer a, footer a:active, footer a:focus {
  text-decoration: none;
  color: rgba(197,197,196,0.88);
}
footer a:hover {
  color: rgba(197,197,196,1.0);
  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%;
}

/* -- 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
}


.text-fade-in {
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.fade-in {
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.fade-out {
    animation: fadeOut 0.25s ease-in-out forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.square-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Maintain a square aspect ratio */
  overflow: hidden;
}

.image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain image proportions and fill container */
  transition: transform 0.3s ease;
}

.image-container:hover img {
  transform: scale(1.2);
}

/* Scroll toTop */
#myBtn {
    z-index: 200; /* Make sure it does not overlap */
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: 0.3s;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0;
    color: #1e1e1e !important;
    background-color: #cdcdcd;
    border-radius: 0;
    /*    border: 2px solid #666;*/
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: bold !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    rotate: 45deg;
}

#myBtn::before {
    content: "\1F864";
    font-weight: bold !important;
}

#myBtn:after {
    content: "";
    border: 2px solid #cdcdcd;
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -5px;
    left: -5px;
}

#myBtn:hover {
    background-color: #bbbbbb;
}

.tilt {
    transform: rotate(-1deg);
}

.callout-light {
    min-width: 500px;
    max-width: 100%;
    width: calc(33.9% + 25px);
    
    border: 1px solid #0e0e0c;
        background: #f1f1f1;
    color: #0e0e0c;
    padding: 25px;
    position: absolute;
    top: 10%;
    right: 0;
    transform: translateY(-10%);
    z-index: 10;
}
.callout-darky {
    border: 1px solid #0e0e0c;
    border-right: none;
    border-top: none;
    padding: 1rem;
}

.callout-new {
    border-left: 4px solid #2c74d8;
    background: #f1f1f1;
    color: #0e0e0c;
    padding: 1.5rem;
    transform: translateY(-20%);
    box-shadow: 10px 10px #0e0e0c;
    line-height: 2rem;
}

.callout-new02 {
    border-left: 2px solid #cccccc;
    line-height: 2rem;
    background: #f1f1f1;
    color: #0e0e0c;
    padding: 1.5rem;
/*    box-shadow: 10px 10px #0e0e0c;*/
}



.edge_row {
    background-image:url("../images/edge02.png");
    background-repeat: repeat-x;
    background-position:center top;
    height: 21px;
}

.edge_row02 {
    background-image:url(../images/edge.png);
    background-repeat: repeat-x;
    background-position:center top;
    height: 21px;
}

.film-title {
    position: absolute;
    bottom: 3.25%;
    left: 3.25%;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.10rem;
}

.film-credit {
    color: #808080;
    font-size: 1rem;
}

.film-name {
    color: #cdcdcd;
    font-size: 2rem;
    line-height: normal;
}
















/* ---------------------- */
/*      RESPONSIVE       */
/* -------------------- */



/* --T A B L E T-- */
@media only screen and (max-width: 1358px) {
/*  .nano-hide {
    display: none;
  }*/

.primevideo-shrink {
    }
    

    .row {
	padding-left: 5rem;
	padding-right: 5rem;
}
    
.nav-container {
	padding: 5rem 6.5rem 1rem 6.5rem !important;
}

.square-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Maintain a square aspect ratio */
  overflow: hidden;
      transition-duration: 0s;
      transform: none;
}

.image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0s;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain image proportions and fill container */
  transition-duration: 0s;
}

.image-container:hover img {
  transform: none;
}

    
.signUp-bod {
  font-weight: 400 !important;
  font-size: 1.75rem !important;
  line-height: 1.15 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
    
    
.dr-bullets-hed {
  font-weight: 700;
  font-size: 1.5rem;
}
    
    .dr-bullets {
  font-size: 1.25rem;
}
    
h1 {
  font-weight: 200 !important;
  font-size: 2.75rem !important;
  line-height: 1.15 !important;
}
    
        
h2 {
  font-weight: 600 !important;
  font-size: 4.5rem !important;
  letter-spacing: -0.04rem;
  line-height: 1 !important;
}
    
h3 {
  font-weight: 600 !important;
  font-size: 1.75rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
    
    
 h4 {
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
    
p {
  font-size: 1rem;
}
    .nano-stuff {
        display: block;
        overflow: visible;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-top: 0;
    }
    
  .nav-height {
  padding: 0 !important;
  height: 120px;
  }
    
.nav-link {
    font-size: 0.75rem !important;
    letter-spacing: 0.10rem;
}

  .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;
    }
    
    .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 */

    
video {
  /* override other styles to make responsive */
  height: 75vh   !important;
object-fit: cover;
}
        
.film-title {
    position: absolute;
    bottom: 3.25%;
    left: 3.25%;
    font-size: 2.88rem;
    font-weight: 600;
    letter-spacing: -0.10rem;
    line-height: normal;
}
    
.nav-container {
	padding: 1rem 0 1rem 0 !important;
}
    
	.row {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
    .callout-light {
        margin-top: 1rem;
        min-width: 100%;
        width: calc(33.9% + 25px);
        border: 1px solid #0e0e0c;
            background: #f1f1f1;
        color: #0e0e0c;
        padding: 25px;
        position: relative;
        top: 10%;
        right: 0;
        max-width: 100%;
        transform: translateY(-10%);
    }
    
    
.callout-new {
    border-left: 4px solid #2c74d8;
    background: #f1f1f1;
    color: #0e0e0c;
    padding: 1.25rem;
    transform: translateY(-10%);
    box-shadow: 10px 10px #0e0e0c;
    line-height: 1.5rem;
}
    
.callout-new02 {
    border-left: 2px solid #cccccc;
    background: #f1f1f1;
    color: #0e0e0c;
    padding: 1.25rem;
/*    box-shadow: 10px 10px #0e0e0c;*/
    line-height: 1.5rem;
}

    
    .down-arrow {
        text-align: center;
        margin: 2rem 0 2rem 0;
        font-size: 125%;
    }
    
    body {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
    }
	
	.thunderlineTop:hover:before {
		visibility: hidden;
		display: none;
	}

  ul {
    display: flex;
    width: 100%;
    text-align: center;
	/* How long mobile menu is */
    padding: 3rem 0 3rem 0 !important;
  }
  li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    vertical-align: middle;
    text-align: center;
  }
  h1 {
	  font-weight: 600 !important;
	  font-size: 2.88rem !important;
	  line-height: 1.25 !important;
      letter-spacing: -0.10rem;
  }
  h2 {
    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.05rem !important;
  }
  /* NAVIGATION */
    .nav-link {
        font-size: 0.88rem !important;
        letter-spacing: 0.10rem;
        color: #cdcdcd;
        /* space between nav choices on collapse */
        margin-bottom: 2rem !important;
    }

  .nav-link-last {
    margin-bottom: 0 !important;
      margin-top: 0.10rem !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 {
  	color: rgba(197, 197, 196, 1.0);
  }
  .navbar-light .navbar-nav .nav-link:hover {
  	color: rgba(197, 197, 196, 1.0);
  }
  .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link.active {
  	color: rgba(197, 197, 196, 1.0);
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.focus {
  	color: rgba(197, 197, 196, 1.0);
  }
  .nav-push {
    padding-top: 0 !important;
  }
  .navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav-item {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* menu overlay vs push*/
  .navbar-collapse {
/* where drop down background panel starts */
/* background panel color */
  margin-top: 2rem;
    background-color: #1e1e1e;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0);
    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;
  }

.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;
}

.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: 2rem 0;
}
.bigWhenSmall {
  /*width: 100% !important;*/
  text-align: center;
  align-content: center;
}

.pipe-poof:after {
  display: none;
}
.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蜂E9 */
  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;
}
}