* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*USE FOR BOTH Home and Content Styles*/
/* CSS Document */
.White {
  color: #fff !important; }

.PicFix {
  position: relative;
  bottom: -10px; }

#Header_Container {
  background-size: cover; }

#ContactStrip {
  position: relative;
  top: 0;
  height: 32px;
  border-bottom: 1px solid #26ade2;
  background-color: #e9e9e9;
  box-sizing: border-box;
  display: flex; }

#ContactStrip #CS-Left, #ContactStrip #CS-Right {
  display: inline-block;
  padding: 0 10px; }

#ContactStrip #CS-Left {
  text-align: left;
  width: 60%; }

#ContactStrip #CS-Right {
  text-align: right;
  width: 40%;
  padding-right: 60px; }

#ContactStrip A {
  font-size: 16px;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  padding-right: 20px; }

#ContactStrip A I {
  color: #95979a; }

#FooterAddress {
  position: relative;
  margin: 0;
  padding: 0; }

#FooterAddress td {
  text-align: left;
  vertical-align: top; }

#FooterAddress td:nth-child(2) {
  padding-left: 80px; }

#FooterAddress td P {
  font-size: 16px; }

.Tab {
  position: relative;
  left: 80px; }

.Indent {
  margin-left: 15px; }

#SearchBar {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #4d4d4d;
  transition: all .5s ease-out;
  display: block;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

#SearchInput {
  width: 50%;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  border: none;
  text-align: right;
  padding: 10px;
  font-size: 18px; }

#FooterLegal {
  position: relative;
  top: 0;
  height: 74px;
  border-top: 2px solid #26ade2;
  background-color: #000;
  padding: 5px 20px; }

#FooterLegal .footer, #FooterLegal A {
  font-size: 14px;
  line-height: 16px;
  color: #fff; }

.TwoCol {
  column-count: 2; }

#PictureGrid {
  position: relative;
  display: flex;
  flex-wrap: wrap; }

#PictureGrid img {
  margin: 10px 60px;
  width: 150px;
  vertical-align: top; }

video {
  width: 80%;
  max-width: 800px;
  min-width: 320px;
  height: auto;
  margin: 20px auto;
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.HomeLogHead {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #000; }

#LogStakeDetails {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#LogStakeDetails H2 {
  font-size: 2em; }

#LogStakeDetails UL {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0; }

#LogStakeDetails UL LI {
  font-size: 34px;
  padding: 10px; }

.StoreTableStd {
  border-collapse: collapse;
  width: 100%; }

.StoreTableStd thead th {
  color: #FFF;
  background: #26ade2;
  font-weight: bold;
  padding: 10px; }

.StoreTableStd tbody td {
  font-weight: normal;
  padding: 10px; }

.StoreTableStd tr {
  display: grid;
  /*grid-auto-columns: 250px;*/
  grid-auto-flow: column; }

.StoreTableStd thead tr {
  background: #26ade2; }

.StoreTableStd thead th:nth-child(odd) {
  color: #FFF;
  background: #26ade2; }

.StoreTableStd tr:nth-child(even) {
  background: #e8e8e8; }

.StoreTableStd thead th:first-child, .StoreTableStd tbody td:first-child {
  text-align: left; }

.StoreTableStd thead th:nth-child(2), .StoreTableStd tbody td:nth-child(2) {
  text-align: left; }

.StoreTableStd td, .StoreTableStd th {
  display: block;
  /* flex-grow | flex-shrink | flex-basis   */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px;
  text-align: center; }

.StoreTableMini {
  border-collapse: collapse; }

.StoreTableMini thead th {
  color: #FFF;
  background: #26ade2;
  font-weight: bold;
  padding: 5px;
  font-size: 16px; }

.StoreTableMini tbody td {
  font-weight: normal;
  padding: 5px;
  font-size: 16px; }

.StoreTableMini thead tr {
  background: #26ade2; }

.StoreTableMini thead th:nth-child(odd) {
  color: #FFF;
  background: #26ade2; }

.StoreTableMini tr:nth-child(even) {
  background: #e8e8e8; }

.StoreTableMini thead th:first-child, .StoreTableStd tbody td:first-child {
  text-align: left; }

.StoreTableMini thead th:nth-child(2), .StoreTableStd tbody td:nth-child(2) {
  text-align: left; }

#AccountLeft {
  float: left;
  width: 48%;
  padding: 10px; }

#AccountRight {
  float: right;
  width: 48%;
  padding: 10px; }

.accordionBtnMobile {
  z-index: 100;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #26ade2;
  font-family: "Roboto Slab", "Roboto", sans-serif;
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
  padding: 4px 15px;
  width: auto;
  text-align: left;
  border: none;
  outline: none;
  border-radius: 0 0 0 10px;
  display: none; }

.accordionSide {
  z-index: 1100;
  position: relative;
  top: 0px;
  left: -96px;
  background-color: #26ade2;
  font-family: "Roboto Slab", "Roboto", sans-serif;
  font-size: 22px;
  color: #FFF;
  cursor: pointer;
  padding: 15px;
  width: 76px;
  text-align: left;
  border: none;
  outline: none;
  border-radius: 0 0 0 10px; }

.closeAccordion {
  z-index: 1100;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #e9ba00;
  font-family: "Roboto Slab", "Roboto", sans-serif;
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
  padding: 4px 15px;
  width: 100%;
  text-align: right;
  border: none;
  outline: none;
  display: none; }

.bigAccordionBtn {
  width: 100% !important;
  text-align: right;
  border-radius: 0; }

.active, .accordion:hover {
  background-color: #0a2d62; }

.EstimatePanel {
  position: fixed;
  right: -598px;
  z-index: 1000;
  padding: 0 18px;
  border-left: 2px solid #26ade2;
  background-color: #fff;
  height: auto;
  width: 600px;
  transition: 0.4s;
  height: 100svh; }

.EstimatePanel H2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #26ade2;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin: 0; }

.EstimatePanel H3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #969696;
  font-size: 22px;
  font-weight: bold;
  margin: 0; }

#PanelScroll {
  position: relative;
  display: block;
  max-width: 99%;
  overflow-y: scroll;
  height: 98svh;
  scrollbar-color: #26ade2 white;
  scrollbar-width: thin; }

.Formula {
  font-size: 26px; }

#PanelScroll UL {
  list-style: none; }

#PanelScroll UL LI {
  font-size: 26px;
  line-height: 34px; }

.showAccordion {
  display: block;
  right: 0; }

.ProductMini td {
  font-size: 16px; }

.ProductMini img {
  display: block;
  height: 75px;
  width: 75px; }

/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
@media screen and (max-width: 782px) {
  .HomeLogo {
    width: 450px; }

  .LinkGoes {
    display: none; }

  .EstimatePanel {
    position: absolute;
    right: 0;
    top: calc(100vh * -2) !important;
    z-index: 1000;
    padding: 0 18px;
    border-left: 0px;
    border-bottom: 2px solid #F05029;
    height: auto;
    width: 100%;
    transition: 0.4s;
    background-color: #fff; }

  #PanelScroll {
    height: calc(100svh - 80px) !important; }

  .showAccordionBtm {
    display: block;
    top: 0px !important;
    min-height: calc(100svh - 65px) !important; }

  .accordionBtnMobile {
    display: block; }

  .accordionSide {
    display: none; }

  .closeAccordion {
    display: block; } }
/*600*/
@media screen and (max-width: 614px) {
  .StoreTableStd tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block; }

  /*  IE9 FIX   */
  .StoreTableStd td {
    float: left\9;
    width: 100%;
    text-align: left; }

  .StoreTableStd th {
    text-align: left; }

  #ContactStrip {
    height: 65px; }

  #ContactStrip #CS-Left A {
    display: block; }

  #ContactStrip #CS-Right {
    text-align: right; }

  #ContactStrip #CS-Right A:last-of-type {
    display: block; }

  #Header_Container {
    border-bottom: 1px solid #26ade2; } }
/*480*/
@media screen and (max-width: 494px) {
  .LinkStays {
    display: none; } }
/*340*/
@media screen and (max-width: 350px) {
  #ContactStrip {
    display: none; } }
/* CSS Document */
.ChromeMolly {
  text-align: center;
  padding: 50px; }

.ChromeMolly H2 {
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  text-shadow: #000 0px 0 10px, #000 0px 0 20px, #000 0px 0 50px; }

.ChromeMolly H3 {
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  text-shadow: #000 0px 0 10px, #000 0px 0 20px, #000 0px 0 50px; }

.BTN_Estimate {
  display: inline-block;
  background-color: #ff7600;
  color: #fff;
  padding: 3px 15px;
  font-size: 16px;
  float: right;
  text-decoration: none; }

.BTN_Estimate-Off {
  display: inline-block;
  background-color: #BBBBBB;
  color: #525252;
  padding: 3px 15px;
  font-size: 16px;
  float: right;
  text-decoration: none; }

/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
/*600*/
/*480*/
/*340*/
/* CSS Document */
legend {
  font-weight: bold;
  padding: 0 30px;
  color: #26ade2; }

/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
/*600*/
/*480*/
/*340*/
/* CSS Document */
/* STore Styles*/
* {
  box-sizing: border-box; }

/* Style the tab */
.V-Tab {
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 18%;
  height: 700px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }

/* Style the buttons that are used to open the tab content */
.V-Tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  background-position: -34px center; }

/* Change background color of buttons on hover */
.V-Tab button:hover {
  background-color: #ddd; }

/* Create an active/current "tab button" class */
.V-Tab button.active {
  color: #fff;
  background-color: #26ade2;
  background-image: url("/media/images/Next-Arrow.svg");
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 130px center; }

.V-Tab button.active:after {
  content: ""; }

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  width: 80%;
  height: auto;
  x-sizing: border-box;
  display: inline-block; }

:root {
  --white: #ffffff;
  --light: #f0eff3;
  --black: #000000;
  --dark-blue: #26ade2;
  --dark-light: #6f6f6f;
  --red: #da2c4d;
  --yellow: #f8ab37;
  --grey: #ecedf3; }

/* #Primary
================================================== */
.background-color {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #26ade2;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.checkbox:checked ~ .background-color {
  background-color: #26ade2; }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden; }

.checkbox:checked + label,
.checkbox:not(:checked) + label {
  position: relative;
  width: 70px;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin: 17px 0;
  margin-top: 100px;
  height: 6px;
  border-radius: 4px;
  background-color: #26ade2;
  z-index: 100 !important; }

.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
  position: absolute;
  font-family: 'unicons';
  cursor: pointer;
  top: -17px;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.checkbox:not(:checked) + label:before {
  content: '\eac1';
  left: 0;
  color: red;
  background-color: red;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07); }

.checkbox:checked + label:before {
  content: '\eb8f';
  left: 30px;
  color: teal;
  background-color: teal;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07); }

.checkbox:checked ~ .section .container .row .col-12 p {
  color: var(--dark-blue); }

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 230px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.checkbox-tools:not(:checked) + label {
  background-color: var(--dark-light);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.checkbox-tools:checked + label {
  background-color: #26ade2;
  color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

.checkbox-tools:not(:checked) + label:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: -1; }

.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil {
  font-size: 24px;
  line-height: 24px;
  display: block;
  padding-bottom: 10px; }

img.ShapeIcon {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.ShapeRadios {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  height: 100%; }

.ShapeRadios {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  height: 100%; }

.ProdSumbmit {
  display: inline-block;
  padding: 10px;
  width: 230px;
  background-color: #26ade2;
  color: #FFF;
  border: 2px solid #26ade2;
  margin: 5px;
  font-size: 16px; }

.ProdSumbmit:hover {
  background-color: #183376;
  color: #fff; }

.SubmitClassChange {
  display: none; }

.ButtonContainer {
  display: inline-block; }

#ProductInfo {
  position: relative;
  display: block;
  width: 100%;
  border: 2px #9B9B9B solid;
  padding: 20px; }

#ProductInfo .DetailPic {
  display: inline-block; }

#ProductInfo .Diagram {
  display: inline-block;
  height: 250px;
  width: 250px; }

.tabcontent ul {
  list-style: none;
  width: 100%; }

.tabcontent ul li {
  display: inline-block; }

/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
/*600*/
/*480*/
/*340*/
