/* @import "@webpixels/css"; */
@import url(./nav-bar.css);
@import url(./home.css);
@import url(./additional-layers.css);
@import url(./additional-styles.css);
@import url(./compliance.css);
@import url(./blog.css);
@import url(./blog-content.css);
@import url(./contact.css);
@import url(./global-coverage.css);
@import url(./utilities.css);
@import url(./product-page.css);
/* Bootstrap adds 'Inter' font-family at the front which isn't consistent across browsers */
:root {
  --x-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}

html,
body {
  overflow-x: hidden;
}

body {
  background-color: #f7fafc;
  /* bg-surface-secondary, light grey */
}

.bg-surface-secondary {
  background-color: #f7fafc !important;
}

.bg-primary {
  background-color: #3a9c56 !important;
}

.bg-primary-light {
  background-color: #ddf3de !important;
}

.bg-primary-dark {
  background-color: #1d4e33 !important;
}

.bg-tertiary-dark {
  background-color: #a15408 !important;
}

.bg-tertiary {
  background-color: #f5b92e !important;
}

.bg-tertiary-light {
  background-color: #fcf5c5 !important;
}

.bg-danger {
  background-color: #bf4342 !important;
}

.bg-danger-dark {
  background-color: #943333 !important;
}

.bg-danger-light {
  background-color: #edcaca !important;
}

.bg-secondary-orange {
  background-color: #c34522 !important;
}

.bg-warning {
  background-color: #dd6e42 !important;
}

.bg-warning-light {
  background-color: #dd6e42 !important;
}

.bg-secondary-purple {
  background-color: #5646c0 !important;
}

.bg-info {
  background-color: #786bcc !important;
}

.bg-info-light {
  background-color: #e7e4f6 !important;
}

.bg-info-dark {
  background-color: #403394 !important;
}

.bg-dark {
  background-color: #434343 !important;
}

.bg-light-blue {
  background-color: #ebf2fa !important;
}

.btn-primary {
  background: #3a9c56 !important;
  border-color: #3a9c56 !important;
  transition: all 0.2s;
}

.btn-outline-primary {
  background: transparent !important;
  border: 1px solid #3a9c56 !important;
  color: #3a9c56 !important;
}

.btn-outline-primary-dark {
  background: transparent !important;
  border: 1px solid #1d4e33 !important;
  color: #1d4e33 !important;
}

.btn-primary:hover {
  background: #1d4e33 !important;
  border: 1px solid white !important;
  color: #ffffff !important;
}

.btn-primary-light {
  background: #111311 !important;
  border-color: #ddf3de !important;
}

.btn-primary-dark {
  background: #1d4e33 !important;
}
.btn-primary-dark:hover {
  background: #3a9c56 !important;
}

.btn-orange-dark {
  background-color: #c34522 !important;
  border-color: #c34522 !important;
}

.btn-orange-dark:hover {
  background-color: #c54f2e !important;
  border-color: #c54f2e !important;
}

.bg-shade-primary {
  background: #1d4e33 !important;
  color: #fff;
}

.btn-neutral {
  background-color: #27272e !important;
  border-color: #27272e !important;
  color: white;
}

.btn-neutral:hover {
  background-color: #303036 !important;
  border-color: #303036 !important;
  color: white;
}

.text-white :is(p, h2, h3) {
  color: white !important;
}

.text-primary-dark {
  color: #1d4e33;
}

.text-primary {
  color: #3a9c56 !important;
}

.text-secondary {
  color: #425466 !important;
}

.text-black {
  color: #434343 !important;
}

#text-heading-dark {
  color: #27272e !important;
}

.text-orange {
  color: #dd6e42 !important;
}

.text-danger-dark {
  color: #943333;
}

.text-warning-dark {
  color: #982e1b;
}

.text-tertiary {
  color: #f5b92e !important;
}

.border-purple {
  border: 1px solid #786bcc !important;
}

.border-purple-hover {
  border: 1px solid transparent !important;
  transition: all 0.3s;
  cursor: pointer;
}

.border-purple-hover:hover {
  border: 1px solid #786bcc !important;
  box-shadow: 0px 6px 6px -1px rgba(10, 22, 70, 0.1),
    0px 0px 1px 0px rgba(10, 22, 70, 0.06) !important;
}

.border-orange {
  border: 1px solid #dd6e42 !important;
}

.border-orange-hover {
  border: 1px solid transparent !important;
  transition: all 0.3s;
  cursor: pointer;
}

.border-orange-hover:hover {
  border: 1px solid #dd6e42 !important;
  box-shadow: 0px 6px 6px -1px rgba(10, 22, 70, 0.1),
    0px 0px 1px 0px rgba(10, 22, 70, 0.06) !important;
}

.border-orange-dark {
  border: 1px solid #982e1b !important;
}

.border-neutral {
  border: 1px solid #27272e !important;
}

.bg-warning-light {
  background-color: #f5ddc7 !important;
}

.border-primary {
  border: 1px solid #3a9c56 !important;
}

.border-primary-dark {
  border: 1px solid #1d4e33 !important;
}

.border-primary-top {
  border-top: 1px solid #3a9c56 !important;
}

.border-primary-hover {
  border: 1px solid transparent !important;
  transition: all 0.3s;
  cursor: pointer;
}

.border-primary-hover:hover {
  border: 1px solid #3a9c56 !important;
  box-shadow: 0px 6px 6px -1px rgba(10, 22, 70, 0.1),
    0px 0px 1px 0px rgba(10, 22, 70, 0.06) !important;
}

.border-primary-light {
  border: 1px solid #ddf3de !important;
}

.border-warning {
  color: #dd6e42;
}

.border-danger-dark {
  border: 1px solid #943333 !important;
}

.border-black {
  border: 1px solid #434343 !important;
}

.border-secondary {
  border: 1px solid #cfd6df !important;
}

.border-secondary-2 {
  border: 2px solid #cfd6df !important;
}

.border-white {
  border: 1px solid white;
}

.border-white-3 {
  border: 3px solid white;
}

/* MD screen borders */
@media screen and (min-width: 768px) {
  .border-md-primary {
    border: 1px solid #3a9c56 !important;
  }
  .border-md-primary-dark {
    border: 1px solid #1d4e33 !important;
  }
}

.text-info {
  color: #786bcc !important;
}

.text-info-light {
  color: #e7e4f6 !important;
}

.text-info-dark {
  color: #403394 !important;
}

.text-tertiary-dark {
  color: #a15408 !important;
}

.text-tertiary {
  color: #f5b92e !important;
}

.text-tertiary-light {
  color: #fcf5c5 !important;
}

/* Link styles */
.link-white {
  color: white !important;
  text-decoration: underline !important;
}

.link-white:hover {
  color: rgb(240, 240, 240) !important;
}

.link-dark {
  color: #1d4e33 !important;
  text-decoration: underline !important;
}

.link-dark:hover {
  color: #3a9c56 !important;
}

.table-text {
  font-size: small;
}

.reference-text {
  font-size: small;
  /* color:#3A9C56; */
}

.legal-table {
  border: 2px solid #425466;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.h0 {
  color: #27272e;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* 4em on screens 768 and up */
@media screen and (min-width: 768px) {
  .h0 {
    font-size: 4em;
  }
}

h6 {
  font-weight: 500;
  font-size: medium;
}

a .link-style-none {
  text-decoration: none !important;
  display: inline-block !important;
}

.max-height {
  height: 100%;
}

/* Letters */

.ls-loose {
  word-spacing: 0.2em;
  letter-spacing: 0.1em;
}

/* Reset Button Styles */
button.reset {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
}

/* HUBSPOT FORMS */
.hbspt-form input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  border: 1px solid #e5e5e5;
  border-radius: 4px !important;
  padding: 10px !important;
  width: 100%;
  margin-bottom: 10px;
}

.hbspt-form input[type="checkbox"] {
  margin: 6px;
}

.hbspt-form .hs-form-booleancheckbox {
  margin-top: 20px !important;
}

.hbspt-form input[type="submit"] {
  background: #1d4e33 !important;
  border-color: #1d4e33 !important;
  color: white !important;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.hbspt-form input[type="submit"]:hover {
  background: #275c3f !important;
  border-color: #275c3f !important;
}

.hbspt-form ul,
.hbspt-form ul li {
  display: block;
  list-style-type: none;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding-inline-start: 0px !important;
}

.hbspt-form .hs-error-msg {
  color: #bf4342 !important;
  font-size: small;
  margin: 5px 0px 10px 0px !important;
}

.hbspt-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../assets/misc/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
  color: #425466;
}

/* Blockquotes */
blockquote {
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border-left: 5px solid #ccc;
  font-style: italic;
  color: #333;
  line-height: 1.6;
}

blockquote p {
  margin: 0.75rem 0 !important;
}
