* {
  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 */
.HomeLogo {
  filter: drop-shadow(0 0 0.75rem #000);
  max-width: 750px !important;
  margin: 0 auto;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%); }

.HomeHeader {
  text-align: center;
  color: #fff;
  text-shadow: #000 0px 0 10px, #000 0px 0 20px,#000 0px 0 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  font-weight: 900;
  font-size: 70px;
  line-height: 80px;
  margin: 0 auto;
  margin-bottom: 40px; }

.HomeArrowCard {
  max-width: 700px;
  margin: 50px; }

.HomeArrowCard H2 {
  font-size: 60px;
  line-height: 70px; }

.HomeArrowCard P {
  color: #FFF;
  font-size: 20px;
  line-height: 30px; }

.RightCard {
  position: relative;
  float: right; }

.LeftCard {
  position: relative;
  float: left; }

/*1700*/
/*1440*/
@media screen and (max-width: 1546px) {
  .HomeArrowCard {
    max-width: 650px;
    margin: 50px; } }
/*1280*/
@media screen and (max-width: 1376px) {
  .HomeHeader {
    font-size: 52px;
    line-height: 80px; }

  #HomeContentSection3, #HomeContentSection4 {
    background-size: 80% !important; }

  #HW3 {
    background-position: 260px center !important; }

  #HW4 {
    background-position: -90px center !important; }

  .HomeArrowCard {
    max-width: 380px;
    margin: 20px; }

  #HW5 {
    background-position: 320px center !important; }

  .HomeLogHead {
    font-size: 50px;
    line-height: 60px; } }
/*960*/
@media screen and (max-width: 974px) {
  .HomeHeader {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 30px; }

  .HomeArrowCard H2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0; }

  .HomeArrowCard .BTN_Subtle {
    font-size: 20px;
    line-height: 20px; }

  .HomeArrowCard {
    max-width: 360px;
    margin: 20px; }

  #HW3 {
    background-position: 190px center !important; }

  #HW4 {
    background-position: -210px center !important; }

  #HW5 {
    background-position: 220px center !important; }

  #HomeContentSection5 {
    background-size: 54% !important; }

  .HomeLogHead {
    font-size: 40px;
    line-height: 55px; }

  #HW6 .BTN_Standard {
    font-size: 20px; } }
/*768*/
@media screen and (max-width: 782px) {
  .HomeHeader {
    font-size: 36px;
    line-height: 50px; }

  #HomeContentSection3 .HomeContentWidth, #HomeContentSection4 .HomeContentWidth, #HomeContentSection5 .HomeContentWidth {
    width: 100%; }

  #HomeContentSection3, #HomeContentSection4, #HomeContentSection5 {
    background-size: cover !important; }

  .HomeLogHead {
    font-size: 34px; } }
/*600*/
@media screen and (max-width: 614px) {
  .HomeHeader {
    font-size: 36px;
    line-height: 60px; }

  #HW3 {
    background-position: 50px center !important; }

  #HW4 {
    background-position: -240px center !important; }

  #HW5 {
    background-position: 70px center !important; }

  #HomeContentSection5 {
    background-position: -60px center !important; }

  #HW6 .half:first-of-type {
    width: 150px;
    display: inline-block;
    vertical-align: bottom; }

  #HW6 .half:last-of-type {
    width: 450px;
    display: inline-block;
    vertical-align: bottom; }

  #HW6 .HomeContent IMG {
    padding-left: 20px; } }
/*480*/
@media screen and (max-width: 494px) {
  #HW3, #HW4, #HW5 {
    background-image: url(/media/layout/bg_60_white.png) !important;
    background-repeat: repeat !important; }

  .HomeArrowCard {
    max-width: 100% !important; }

  .HomeArrowCard P {
    color: #FFF;
    background-color: #183376;
    padding: 10px;
    border-radius: 10px; }

  #HW6 .half:first-of-type {
    width: 150px; }

  #HW6 .half:last-of-type {
    width: 300px; }

  .HomeLogHead {
    font-size: 25px;
    line-height: 35px; }

  #HW6 .BTN_Standard {
    font-size: 16px; } }
/*340*/
/* CSS Document */
/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
/*600*/
/*480*/
/*340*/
/* CSS Document */
/*1700*/
/*1440*/
/*1280*/
/*960*/
/*768*/
/*600*/
/*480*/
/*340*/
