@charset "UTF-8";

header.site-header {
  background-color: #000000;
}

h3 {
  font-weight: 600 !important;
}

a.logo-link {
  margin-top: 12px;
}

.btn-small.btn-primary,
a.btn-small.btn-primary {
  padding: 9px 10px 5px 10px;
}

.section-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.txt-light {
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .marquee {
    position: relative;
  }
  .marquee:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.35);
    z-index: 1;
  }
  .container {
    position: relative;
    z-index: 9;
  }
}

.lp-card {
  position: relative;
  background-color: transparent;
}

.lp-card-row {
  position: relative;
  z-index: 9;
}

.lp-card:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  left: 15px;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.25); 
  box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.25);
}

.list-card {
  position: relative;
  background-color: transparent;
}



.list-card-row {
  position: relative;
  z-index: 9;
}

.list-card:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  left: 15px;
  z-index: 1;
  background-color: #DDDDDD;
  -webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.25); 
  box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.25);
}

.list-card.orange-card:after {
  border-left: 10px solid #FF6600;
}

.list-card.gray-card:after {
  border-left: 10px solid #525252;
}

.list-card ul {
  padding-left: 1.1rem;
}

.list-card ul li {
  margin-bottom: 0.5rem;
  line-height: 1.35rem;
}

.results-text {
  font-size: 1.35rem;
  padding-top: 15px;
  padding-left: 30px;
  border-left: 10px solid #FF6600;
}










