body {
  line-height: 1.0;
  background-color: #2d3e43;
  color: #ffffff;
  font-family: 'Open Sans', Helvetica, Helvetica Nue, Arial, sans-serif;
}

#navbar {
  background-color: #1A6181;
}

.table .icon-cell {
  width: 1%;
  padding: 0;
  vertical-align: middle;
}

.request-button {
  background-color: #39ae77;
  color: #ffff;
  border-color: #5983b0;
  margin-left: 20px;
  margin-right: 20px;
}

.report-button {
  background-color: #ffffff;
  color: #000000;
  border-color: #5983b0;
  width: 85px;
  margin-right: 0pt;
  margin-left: 5pt;
  padding: 3pt;
  line-height: 80%;
}

.section-block {
  background-color: rgb(26,97,129);
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  align-content: center;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  margin-top: 20px;
  color: #ffffff;
  line-height: 1.5rem;
}

.newsflash-block {
  background-color: rgb(58,174,119);
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  align-content: center;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  margin-top: 20px;
  color: #ffffff;
  line-height: 1.5rem;
}

li {
  margin-top: 10px;
}

.list-icon {
  font-size: 30px;
  color: #39ae77;
  font-weight: 500;
}

.alert-csc {
  background-color: #39ae77;
  color: #ffffff;
  border-color: #39ae77;
  padding: .25rem;
}

.navbar-toggler .fa.fa-navicon {
  color: #39ae77;
  font-size: x-large;
}

.faq-text {
  margin-top: 10px;
  font-weight: 200;
  margin-left: 25px;
}

.section-text {
  font-weight: 200;
}

.page-heading {
  font-weight: 100;
  margin-bottom: 30px;
}

html {
  scroll-behavior: smooth;
}

.testimonials-block {
  border: 2px solid;
  border-color: #39ae77;
  padding: 15px;
  font-style: italic;
  font-size: 14px !important;
  line-height: 22px;
  margin-bottom: 20px;
}

#welcome-quote {
  width: 65%;
  margin: 30px 20px 20px 10px;
}

.page-heading i {
  color: #ffffff;
}

.list-display li {
  margin-bottom: .4rem;
}

.list-checkmark {
  padding-left: 1.5rem;
  line-height: 1rem;
}

.list-checkmark li {
  list-style-type: none;
  padding-left: 1rem;
}

.list-checkmark li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  margin: 0 10px 0 -24px;
  color: #39ae77;
}

.table {
  color: #ffffff;
}

#wins {
  line-height: .8rem;
  font-size: .9rem;
}

#wins h5 {
  font-weight: 100;
  text-align: left;
  margin-top: 10px;
}

#wins td {
  border-color: #39ae77;
}

.testimonials-block .blockquote-footer {
  margin-top: 10px;
  color: #ffffff;
  line-height: 1rem;
  font-style: normal;
}

.testimonials-block .blockquote-footer::before {
  font-family: FontAwesome;
  content: "\f007\00a0";
  font-size: 20px;
  color: #39ae77;
}

#page-footer {
  height: 20px;
  text-align: center;
}

#page-footer p {
  text-align: center;
  font-size: .90rem;
  margin-top: 10px;
  color: #c8c4c4;
}

#page-footer a {
  color: #c8c4c4;
}

.faq-heading {
  font-weight: 100;
  color: #39ae77;
}

.faq-list {
  font-weight: 200;
}

.price-block h5 {
  background-color: #39ae77;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-weight: 200;
  margin-bottom: 0;
}

.price-box {
  text-align: center;
  padding: 20px;
  margin-bottom: 0;
}

.price {
  font-size: 54px;
  color: #39ae77;
  font-weight: 200;
  margin-top: 10px;
}

.pricing {
  text-align: center;
}

.price-features {
  border-top: 2px solid #4D5F65;
  width: 95%;
  margin: 0 auto;
}

.price-block {
  background-color: #2d3e43;
  width: 300px;
  height: 385px;
}

.price-block ul {
  padding-left: 0;
}

#covid-header {
  margin-bottom: 20px;
}

.medium-icon {
  font-size: 25px;
  margin-right: 10px;
}

.with-border {
  border-bottom: 3px solid #39ae77;
  padding-bottom: 5px;
}

.text-green {
  color: #39ae77;
}

.wins-block {
  margin: auto;
  display: inline-block;
}

#wins-carousel {
  background-color: #2d3e43;
  border-color: #39ae77;
  border-width: 2px;
  border-style: solid;
}

#wins-carousel h5 {
  text-align: left;
  color: #39ae77;
  margin-top: 15px;
  margin-left: 15px;
}

.wins-summary {
  margin: auto;
  margin-top: .5rem;
  padding: 0;
  display: table;
}

#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background-color: #39ae77;
  border: none;
}

.instr-step {
  margin-top: 1.5rem;
}

.instr-img {
  max-width: 75%;
  margin-top: 1.5rem;
}

.faq-list li:before {
  margin: 0 10px 0 -30px;
}

.report-sample-image {
  max-height: 100%;
  max-width: 100%;
}

.alert-button {
  background-color: #0062cc;
  border-color: #39ae77;
  margin-top: 3pt;
}

