:root {
    --tbl-border: #e3e6f0;

}
@media screen and (min-width: 770px) {
  .sticky-footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.25rem;
  vertical-align: top;
  border-top: 1px solid var(--tbl-border);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--tbl-border);
}

.table tbody + tbody {
  border-top: 2px solid var(--tbl-border);
}



.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: europa, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: europa, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: europa, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #ca9f5b;
  text-decoration: underline;
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 30px 90px 10px;
  background-color: transparent;
}

.nav-logo {
  width: 230px;
}

.brand {
  margin-top: 10px;
}

.nav-menu {
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

.nav-hide {
  float: right;
}

.container {
  max-width: 1100px;
  /* color: #fff; */
}

.container.wide {
  max-width: none;
}

.container.narrow {
  max-width: 800px;
}

.container.foot {
  max-width: none;
}

.body {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.grid {
  padding: 0px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-div.text {
  height: 730px;
  padding: 170px 110px 110px;
  background-color: #000;
  color: #fff;
}

.grid-div.text.hero {
  height: 780px;
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.grid-div.text.cta {
  height: 650px;
  padding-top: 110px;
  padding-right: 100px;
  padding-left: 100px;
}

.grid-div.img {
  height: 730px;
  background-image: url("../images/Hero-Image.95b573416561.png");
  background-position: 0px 0px;
  background-size: cover;
}

.grid-div.img.hero {
  height: 780px;
}

.grid-div.img.cta {
  height: 650px;
  background-image: url("../images/CTA-Image.583a1f2f3b51.png");
}

.title {
  margin-bottom: 20px;
  line-height: 60px;
}

.title.hero {
  font-size: 42px;
  line-height: 50px;
}

.subtitle {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.subtitle.hero {
  color: #fff;
}

.navlink {
  font-family: europa, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navlink.w--current {
  color: #ca9f5b;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #000;
}

.button.gold {
  background-color: #ca9f5b;
  font-family: europa, sans-serif;
  font-weight: 700;
}

.section {
  padding: 100px 20px 140px;
}

.section._2 {
  padding: 11em 120px 14em;
}

.section._3 {
  min-height: 650px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #000;
  background-image: url("../images/Levpro-product.5a01dae9df7c.png"), url("../images/Background-Image.e4a9c57535f6.png");
  background-position: 95% 50%, 0px 0px;
  background-size: 750px, cover;
  background-repeat: no-repeat, repeat;
}

.section._4 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._5 {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #151515;
}

.section._7 {
  padding-top: 8em;
  padding-bottom: 10em;
  background-image: url("../images/News-_-Insights-Background.964ac1eb8a9c.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.black {
  background-color: #000;
}

.section.dark-gray {
  background-color: #151515;
}

.h2 {
  color: #000;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.h2.white {
  color: #fff;
}

.h2.white.left {
  margin-bottom: 20px;
  text-align: left;
}

.h2.left {
  text-align: left;
}

.narrow-contain {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.narrow-contain.center-align {
  text-align: center;
}

.product-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  min-height: 500px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3.white {
  font-size: 34px;
  line-height: 44px;
  color: #fff;
}

.h3.black {
  color: #000;
  font-size: 32px;
  line-height: 42px;
}

.grid-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 55px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.word-tag {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.word-tag.white {
  color: #fff;
}

.bullet-div {
  text-align: center;
}

.bullet-icon {
  width: 60px;
  margin-bottom: 20px;
}

.paragraph {
  color: #000;
  font-weight: 400;
  text-transform: none;
}

.paragraph.center {
  line-height: 26px;
  text-align: center;
}

.paragraph.white {
  color: #fff;
}

.footer {
  padding: 10px 60px;
  background-color: #151515;
}

.copyright {
  float: left;
  font-family: europa, sans-serif;
  color: #fff;
}

.footer-link {
  margin-left: 20px;
  font-family: europa, sans-serif;
  color: #fff;
  text-decoration: none;
}

.cr-div {
  float: left;
}

.footlink-div {
  float: right;
}

.quote {
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: europa, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.quote-credit {
  color: #333;
  font-weight: 300;
  text-align: center;
}

.arrow {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 30px;
}

.arrow.right {
  margin-left: 550px;
}

.arrow.left {
  margin-right: 550px;
}

.slide-nav {
  display: none;
}

.slider {
  min-height: 310px;
  background-color: transparent;
}

.grid-text-container {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-bg {
  height: 100px;
  background-color: #000;
}

.nav-bg.gray {
  background-color: #151515;
}

.image {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.h1 {
  line-height: 60px;
}

.h1.black {
  margin-bottom: 30px;
  color: #000;
  font-size: 45px;
  line-height: 55px;
}

.demo-form-div {
  padding: 30px 50px 50px;
  border-radius: 12px;
  background-color: #fff;
}

.list {
  color: #000;
}

.show-mobile {
  display: none;
}

/* below are for 2024 web updates */
#mobile_wws {
  display: none;
}

.box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 0 2rem 1rem 2rem;
    margin: 1rem;
    flex: 0 0 33%;
}

.box h1 {
  text-align: center;
}

.box h2 {
    text-align: center;
    color: #444;
}

.box ul {
    padding: 0;
}

.box ul li {
    margin-bottom: 10px;
}

.box ul li::marker {
  color: coral;
}

.highlight {
    color: coral;
}

.boxgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0 1px 1px 0 #ca9f5b;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content .navlink {
  color: #fff;

}

.dropdown-content .navlink:hover {
  color: #ca9f5b;
}
/* end 2024 updates */

@media screen and (min-width: 1440px) {
  .grid-div.text.cta {
    height: 690px;
  }

  .grid-div.img.cta {
    height: 690px;
  }

  .title {
    font-size: 54px;
    line-height: 64px;
  }

  .subtitle.hero {
    font-size: 18px;
  }

  .section._2 {
    padding-top: 9em;
    padding-bottom: 11em;
  }

  .h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .product-text-div {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  .h3.white {
    font-size: 40px;
    line-height: 50px;
  }

  .h3.black {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph {
    padding-top: 10px;
  }

  .paragraph.center {
    padding-top: 10px;
  }

  .paragraph.white {
    padding-top: 10px;
  }


  .quote {
    font-size: 32px;
    line-height: 42px;
  }

  .slider {
    height: 360px;
  }

  .grid-text-container {
    max-width: none;
  }

  .show-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 30px;
  }

  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px;
    background-color: #151515;
  }

  .grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-div.text.hero {
    height: auto;
    padding: 130px 60px 120px;
    background-image: url("../images/Hero-Image_Mobile.1c4368516f0c.png");
    background-position: 50% 50%;
    background-size: cover;
  }

  .grid-div.text.cta {
    height: auto;
  }

  .grid-div.img.hero {
    display: none;
    height: 400px;
    background-position: 50% 50%;
  }

  .grid-div.img.cta {
    height: 400px;
    background-position: 50% 50%;
  }

  .title {
    font-size: 40px;
    line-height: 50px;
  }

  .title.hero {
    text-shadow: 0 0 20px #000;
  }

  .subtitle.hero {
    text-shadow: 0 0 20px #000;
  }

  .navlink {
    text-align: center;
  }

  .button.gold {
    margin-right: auto;
    margin-left: auto;
  }

  .section._2 {
    padding: 10em 100px;
  }

  .section._3 {
    background-image: url("../images/Background-Image.e4a9c57535f6.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat;
  }

  .section._7 {
    padding: 8em 100px;
  }

  .h2.white.left {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  .product-text-div {
    max-width: none;
    min-height: 0px;
    text-align: center;
  }

  .h3.black {
    color: #000;
  }

  .arrow.right {
    margin-left: 370px;
  }

  .arrow.left {
    margin-right: 370px;
  }

  .grid-text-container {
    max-width: none;
    text-align: center;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image {
    display: block;
  }

  .menu-button {
    margin-left: 10px;
    background-color: #000;
  }

  .menu-button.w--open {
    margin-left: 10px;
    background-color: #151515;
  }

  #mobile_wws {
    display: inline-block;
  }

  #home_wws {
    display: none;
  }

  .boxgrid {
    display: flex;
    flex-direction: column;
  }

  .boxgrid .box {
    margin: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    width: 200px;
  }

  .brand {
    margin-top: 14px;
  }

  .nav-hide {
    display: none;
  }

  .container.foot {
    text-align: center;
  }

  .grid-div.text.hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-div.text.cta {
    padding: 60px 60px 80px;
  }

  .grid-div.img.cta {
    height: 340px;
  }

  .title.hero {
    font-size: 30px;
    line-height: 40px;
  }

  .section._2 {
    padding: 60px 60px 80px;
  }

  .section._3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section._4 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section._5 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section._7 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .h2.white.left {
    text-align: center;
  }

  .h3.black {
    color: #000;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copyright {
    float: none;
  }

  .footer-link {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    float: none;
  }

  .cr-div {
    float: none;
  }

  .footlink-div {
    float: none;
  }

  .arrow.right {
    margin-left: 340px;
  }

  .arrow.left {
    margin-right: 340px;
  }

  .slider {
    height: 350px;
  }

  .grid-text-container {
    text-align: center;
  }

  .show-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-logo {
    width: 170px;
    padding-top: 1px;
  }

  .brand {
    margin-top: 7px;
  }

  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 20px 50px;
    background-color: #151515;
  }

  .nav-hide {
    display: none;
  }

  .container.foot {
    text-align: center;
  }

  .grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-div.text.hero {
    height: auto;
    padding: 100px 25px;
  }

  .grid-div.text.cta {
    height: auto;
    padding: 60px 20px 80px;
  }

  .grid-div.img.hero {
    height: 250px;
  }

  .grid-div.img.cta {
    height: 220px;
  }

  .title {
    font-size: 28px;
    line-height: 36px;
  }

  .title.hero {
    font-size: 28px;
    line-height: 38px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .navlink {
    display: block;
    color: #fff;
    text-align: center;
  }

  .navlink.mobile-signin {
    color: #ca9f5b;
  }

  .button.gold.mobile-nav {
    margin-right: auto;
    margin-left: auto;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section._2 {
    padding: 60px 20px 80px;
  }

  .section._3 {
    padding: 60px 20px 80px;
    background-image: url("../images/Background-Image.e4a9c57535f6.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat;
  }

  .section._4 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section._5 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section._7 {
    padding: 60px 20px 80px;
    background-position: 50% 50%;
  }

  .section.black {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .h2 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .h2.white.left {
    font-size: 24px;
    line-height: 32px;
  }

  .product-text-div {
    min-height: 0px;
  }

  .h3.white {
    font-size: 22px;
    line-height: 30px;
  }

  .h3.black {
    color: #000;
    line-height: 32px;
  }

  .grid-2 {
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .word-tag {
    font-size: 14px;
    text-transform: uppercase;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .copyright {
    margin-bottom: 20px;
    float: none;
  }

  .footer-link {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
    float: none;
  }

  .cr-div {
    float: none;
  }

  .footlink-div {
    float: none;
  }

  .quote {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .arrow.right {
    margin-left: 190px;
  }

  .arrow.left {
    margin-right: 190px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-bg {
    height: 64px;
  }

  .h1.black {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .menu-button {
    padding: 10px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #151515;
  }

  .demo-form-div {
    padding: 25px 25px 35px;
  }

  .show-mobile {
    display: block;
    text-align: center;
  }
}

