body {
  width: 100%;
  font-family: Arial;
}

main {
  padding-top: 1%;
  padding-bottom: 1%;
  width: 800px;
  margin: 0 auto;
  min-height: 51vh;
}

img#featured-image {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* Divider */
hr.article-divider {
  border-width: 1px !important;
  border-color: rgb(217,217,217) !important;
}

/* Fonts */
a {
  color: #00e;
  text-decoration: none;
}

h1 {
	//color: #60912b;
	color: #484848;
  font-size: 20px;
	line-height: 1.4em;
  font-weight: bold;
}

h2 {
	//color: #60912b;
	color: #484848;
  font-size: 18px;
	line-height: 1.4em;
  text-align: center;
}

h3 {
	//color: #60912b;
  color: #484848;
  font-size: 18px;
	line-height: 1.4em;
  text-align: center;
}

h4 {
	//color: #60912b;
  color: #484848;
	font-size: 18px;
	line-height: 1.4em;
  text-align: center;
}

h5 {
  color: #226ebf;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 900;
}

h1.single-page {
  font-size: 25px;
  font-weight: normal;
}

h1.post-page {
  font-size: 28px !important;
  color: #000000;
  font-weight: normal;
  padding-bottom: 3%;
}

h2.article a {
  color: #000000 !important;
  line-height: 1.4em !important;
  text-transform: capitalize !important;
  font-size: 25px !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
}

p {
  color: #5b5a5a;
  font-size: 14px;
  line-height: 1.4em;
}

p strong {
  color: rgb(91, 90, 90);
  font-weight: 900 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

ul li {
  color: #5b5a5a;
  font-size: 14px;
  line-height: 1.4em;
}

ul.homepage-list {
  margin-left: 0px;
  padding-left: 5px;
}

ul.homepage-list li i {
  color: #60912b;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
}

ul.homepage-list li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

ul.homepage-list li p {
  margin-left: 20px;
}

ul.homepage-list li p b {
  font-weight: 800;
}

h3.left {
  text-align: left;
  color: #3b3b3b;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.agreeterms { /* used below the forms */
  font-size: 13px !important;
  color: #555454;
  margin-top: 10px;
  text-align: center;
}

h1.default {
  font-size: 20px !important;
  color: #60912b;
  text-align: left;
}

p.default {
  font-size: 14px;
  color: #5b5a5a;
}

.vcenter-item{
  display: flex;
  align-items: center;
}

/* Button Design */
button.read-more {
  background: #226ebf;
  color: #ffffff !important;
  border-radius: 100px;
  padding: 12px 60px !important;
  border: 1px solid rgb(215,215,215);
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 1px;
}

button.read-more:hover {
  background: #000000 !important;
}

/* Main Header */
#main-header {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
}

button.header-hamburger {
  background: #ffffff !important;
  float: right;
  border: 0px !important;
  padding: 0px !important;
}

button.header-hamburger i {
  color: #60912b !important;
  font-size: 40px;
}

div#featured-image {
  padding: 0px;
  margin-bottom: 1rem;
}

/* Menu Sidebar */
button.btn-close.text-reset {
  font-size: 25px;
}

div.offcanvas-body ul li {
  list-style-type: none !important;
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}

div.offcanvas-body ul li a {
  color: #000000;
  font-weight: bold;
}

/* Footer Offcanvas */
div#offcanvasFooter {
  background: #000000;
}

div#offcanvasFooter ul li a {
  color: #ffffff;
}

#ft-hamburger, #hd-hamburger {
  color: #ffffff !important;
}

/* Main Content */
#main-content {
  padding-top: 1%;
  padding-bottom: 1%;
  width: 800px;
  margin: 0 auto;
  min-height: 51vh;
}

#content {
  margin-top: 25px;
  margin-bottom: 15px;
}

#content h2.form-title-h2,
#content h3.form-title-h3,
#content h4.form-title-h4 {
  margin-top: 15px;
}

/* Article Sidebar */
.article-banner {
  width: 100%;
}

.article-banner-top {
  background-image: linear-gradient(rgb(201,219,239),rgb(201,219,239)) !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  padding: 8%;
}

.article-banner-top h4 {
  font-size: 16px !important;
  font-weight: bold;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  color: rgb(36,68,123) !important;
  text-align: center;
}

.article-banner-bottom {
  background-image: linear-gradient(rgb(36,68,123),rgb(36,68,123)) !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  padding: 8%;
}

.article-banner-bottom p {
  color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.article-banner-bottom button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: rgb(187,61,38) !important;
  color: #ffffff;
  border: 0px;
  border-radius: 10px;
  padding: 20px 10px;
}

/* Footer */
footer {
  border-top: 1px solid #222;
  margin-top: 1rem;
}

div#footer {
  background: #000000;
  padding: 20px;
}

div#footer p {
  color: #ffffff !important;
  text-align: center;
  font-size: 11px;
  line-height: 1.75em;
  margin: 0px;
  padding: 5px 0 0px 0;
}

button.footer-hamburger {
  background: transparent !important;
  float: right;
  border: 0px !important;
  padding: 0px !important;
}

button.footer-hamburger i {
  color: #ffffff !important;
  font-size: 40px;
}

/* Homepage Typology */
.homepage-content h3 {
  margin-top: 25px;
}

.homepage-content ul li {
  line-height: normal !important;
  margin-bottom: 15px;
}

.homepage-content ul li p {
  display: block;
  position: relative;
  bottom: 3px;
  font-size: 14px;
  line-height: 1.4em !important;
  margin-left: 10px;
  margin-bottom: 0px;
}

.homepage-content ul li::marker {
  font-family: Fontawesome;
  content: '\f35a';
  font-size: 18px;
  color: #5f912b;
}

/* White List */

@media screen and (min-width: 1080px) {
  div#plain-page {
    width: 1080px;
  }
}

div#plain-page{
  padding-top: 2%;
  padding-bottom: 2%;
}

div#plain-page h1 {
  font-weight: 700;
  text-align: center;
  color: #333333;
  font-size: 50px;
  line-height: 1.3em;
}

div#plain-page h2 {
  font-weight: 400;
  color: rgb(51,51,51);
  font-size: 45px;
  line-height: 1.3em;
}

div#plain-page h3 {
  font-weight: 700;
  text-align: center;
  color: #333333;
  font-size: 32px;
  line-height: 1.4em;
}

div.whitelist-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

button.whitelist-btn {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  min-height: 54.7619px;
  font-size: 1.33333em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none !important;
  background-color: #3a78bd !important;
}

button.whitelist-btn:hover {
  background: red !important;
}

img.img-whitelist {
  margin-bottom: 30px;
}

/* Testimonials */
.main-testimonials .col-md-6 {
  padding: 0px;
}

.main-testimonials .col-md-6 .testimonials {
  width: 95%;
  margin: 0 auto;
}

.testimonials {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 20px;
  min-height: 190px;
  margin-bottom: 20px !important;
}

.testimonials .stars {
  margin-bottom: 20px;
}

div.ratings i.bi-star-fill {
  margin-left: 2px;
  margin-right: 2px;
  background: #f7be1d;
  color: #ffffff;
  padding: 6px;
  border-radius: 100px;
  font-size: 15px;
  height: 35px;
  width: 35px;
  text-align: center;
}

/* Offer/Upsell Page */
#upsell-page {
  padding-top: 3%;
}

.offer-logo {
  width: 100px;
  margin-top: 15px;
}

.global-symbols {
  background: #edfdfe;
  width: 40%;
  margin: 0 auto;
  padding: 18px;
  margin-bottom: 20px;
}

.global-symbols p {
  display: block;
  color: #5b5a5a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

.upsell-content {
  width: 80%;
  margin: 0 auto;
}

.upsell-content h1, 
.upsell-content h2,
.upsell-content h3,
.upsell-content p {
  text-align: center;
}

.upsell-content h1 {
  color: #ff1616;
  font-size: 20px;
}

.upsell-content h3 {
  color: #5b5a5a;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}

.upsell-content p {
  font-size: 16px;
}


.clientelefooter p {
  font-size: 14px !important;
  line-height: 2em !important;
  color: #5b5a5a;
  font-style: italic;
}


@media screen and (min-width: 600px) and (max-width: 991px) {
  /* Offer/Upsell Page */
  .global-symbols {
    width: 70%;
  }

  div.upsell-form {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
   /* Offer/Upsell Page */
  .global-symbols {
    width: 100%;
  }

  div.upsell-form {
    width: 100%;
  } 

  /* Homepage */
  h1#want-to-see-your-credit-score {
    text-align: center;
  }

  div.homepage-content p {
    text-align: center;
  }

  h3#what-you-will-see,
  div.homepage-content ul {
    display: none;
  }

  .stars {
    display: flex;
    flex-direction: column-reverse;
  }

  .stars img {
    display: block;
    margin: 0 auto !important;
    padding-bottom: 10px;
  }

  .stars .ratings {
    margin: 0 auto;
    display: block;
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  #main-content {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .main-testimonials .col-md-6 .testimonials {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .mobile-show {
    display: none;
  }

  .mobile-hide {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}


@media screen and (max-width: 766px) {
  #main-content {
    width: 90% !important;
    margin: 0 auto;
  }

  #content h1,
  #content p.homepage-description {
    text-align: center;
  }

  .homepage-bullets {
    display: none;
  }
}