body {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
.header {
  background-color: #000;
  text-align: center;
}
.header-hero {
  padding-top: 20px;
}
.header .wrapper {
  padding: 0 20px;
}
body:not(.home) h1 span.text-white {
  font-family: "HouseSlant-Regular";

  font-size: 50px;
  font-weight: 400;
  line-height: 0.75;
}
body:not(.home) h2 {
  font-size: 44px;
  font-family: "Bebas Neue", cursive;
  margin-bottom: 10px;
}
body:not(.home) h2 .text-light-green {
  color: #63a166;
  font-family: "HouseSlant-Regular";
}
body:not(.home) h3 {
  color: #3a824c;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}
sup {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
img.logo {
  max-width: 100px;
  margin: 20px 0;
}
/* .wrapper {
  width: auto;
  max-width: 960px;
  padding: 0 30px;
} */

.bar-green {
  background-color: #3a824c;
  padding: 20px 0;
  margin-bottom: 60px;
}
.bar-light-green {
  background-color: #f0f7ef;
}

.text-green {
  font-family: "HouseSlant-Regular";
  color: #51af66;
  font-size: 40px;
  margin-bottom: 0;
}
p.text-white {
  /* font-family: "Bebas Neue", cursive; */
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
}
#form-container h3 {
  font-size: 20px;
  padding: 14px 20px 10px;
  border-top: 1px solid #51af66;
  border-bottom: 1px solid #51af66;
}

.border-bottom {
  border-bottom: 1px solid #51af66;
}

.grid-container {
  display: grid;
  /* gap: 1em; */
}
.btn {
  font-family: "Teko", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
.btn.btn-green {
  font-size: 26px;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn.btn-green:hover {
  background-color: #2c653a;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-clone {
  color: #3a824c;
  border: 0;
  background: transparent;
  padding: 0;
}
.btn.btn-clone:hover {
  color: #2c693b;
}
.btn-delete {
  border: 0;
  color: #ffffff;
  font-weight: bold;
  background: #23ae60;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
}
.btn-delete:before {
  content: "\f410";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.results-group {
  flex-grow: 1;
}
.bag-title {
  display: flex;
}
.bag-title h3 {
  flex-grow: 1;
}
#grand-total-heading {
  align-self: center;
}
#grand-total-heading h2 {
  display: flex;
  align-items: center;
  margin: 0;
}
input#grand-total {
  display: inline;
  background-color: transparent;
  border: 0;
}
/* FORM */
ul.dimension-inputs {
  list-style: none;
  padding: 20px 5px;
  margin: 0;
}
ul.results {
  padding: 0 20px;
}
.clonable-form {
  margin-bottom: -1px;
}
.clonable-form ul li {
  display: flex;
  gap: 5px;
  font-size: 22px;
  align-items: center;
}
.clonable-form ul.dimension-inputs li {
  justify-content: flex-end;
}
.clonable-form ul li input {
  width: 50%;
  border: 1px solid #000;
  border-radius: 8px;
}
.clonable-form ul.results li input {
  border: 0;
  font-weight: bold;
  font-size: 24px;
}

label {
  font-family: "Bebas Neue", cursive;
}
.results label {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.results div {
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0.5s;
  font-weight: bold;
}
.results.active label,
.results.active div {
  opacity: 1;
}

.bar-light-green .wrapper {
  opacity: 0;
  transition: opacity 0.15s ease-in-out 1s;
  height: 0;
}
.bar-light-green .wrapper.active {
  opacity: 1;
  height: auto;
  padding: 20px;
  margin-bottom: 80px;
}
/* #defender-total-group,
#defender-total-group input {
  font-size: 40px;
} */
#grand-total {
  margin-left: 10px;
}
.ms-1 {
  margin-left: 10px;
}
.ms-2 {
  margin-left: 20px;
}
.ms-auto {
  margin-left: auto;
}
.bag-button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 60px;
  gap: 30px;
}
/* #main article {
  max-width: 960px;
} */
body:not(.home) .did-ya-know h2 {
  font-family: "HouseSlant-Regular";
  font-size: 40px;
}
.did-ya-know {
  padding: 20px;
}
.did-ya-know h2 a:hover {
  color: #000;
  text-decoration: none;
}
.did-ya-know p {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
}
.did-ya-know .vc_column-inner {
  padding-top: 0 !important;
}
.did-ya-know .wpb_content_element {
  margin: 0 !important;
}
.did-ya-know .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.dimension-group {
  flex-basis: 60%;
}
.header-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-group {
  display: flex;
}
.bar-green .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 499px) {
  .form-group {
    flex-direction: column;
  }
  .text-green {
    font-size: 30px;
  }
  body:not(.home) h1 span.text-white {
    font-size: 38px;
  }
  body:not(.home) h2 {
    font-size: 36px;
  }
  .btn.btn-green,
  .btn.btn-clone {
    font-size: 18px;
  }
}
@media (min-width: 500px) {
  .grid-container {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  .border-right {
    border-right: 1px solid #51af66;
  }
  ul.dimension-inputs {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  img.logo {
    max-width: 300px;
    margin-top: 0;
    margin-bottom: -80px;
  }
  .bar-green .wrapper {
    justify-content: flex-end;
  }
  .bar-green p {
    font-size: 30px;
    width: calc(100% - 300px);
    padding: 0 3%;
  }
  #form-container h3 {
    font-size: 30px;
  }
  .trash {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  .bag-button-group {
    flex-direction: row;
  }
  .ms-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 961px) {
  .wrapper {
    padding: 0;
  }
  ul.dimension-inputs {
    padding: 20px;
  }
  .clonable-form ul li {
    gap: 14px;
  }
  .header-hero {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  body:not(.home) h1 span.text-white {
    font-size: 90px;
  }
  .ms-md-1 {
    margin-left: 10px;
  }
  .ms-md-2 {
    margin-left: 20px;
  }
}
@media print {
  #top-widget,
  #masthead,
  .btn-clone,
  .btn-green,
  .bag-button-group {
    display: none;
  }
  div.bar-light-green {
    break-inside: avoid;
  }
  .wrapper {
    padding: 0;
  }
  .print-hide {
    display: none !important;
  }
  .page-break {
    page-break-before: always; /* Legacy */
    break-before: page; /* Modern */
  }
  div#hubspot-messages-iframe-container {
    display: none !important;
  }
  .pum {
    display: none !important;
  }
  body:not(.home) h2#armor-defender {
    font-size: 20px;
  }
}
