h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}


img {
  max-width: 100%;
}

ol.breadcrumb{
  display:none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#earings + *{
  color: #4d4085;
}
#earings p{
  font-size: 12px;
}

#earings {
  max-width: 2000px;
  margin: 0 auto;
  color: #4d4085;
  font-family: Muli,Arial,Helvetica,sans-serif;
  padding: 0;
  margin-top: 10px;
}
#earings ul, #earings li{
  margin:0;padding:0;
  line-height: 1rem;
}
#earings a {
  color: #4d4085;
}
#earings .italic {
  font-style: italic;
}
#earings .header img.desktop {
  display: block;
}
#earings .header img.mobile {
  display: none;
}
#earings .content {
  width: 90%;
  margin: auto;
}
#earings .content .heading {
  margin: 40px auto;
  text-align: center;
  width: 90%;
  max-width: 900px;
}
#earings .content .heading .super{
  font-size: small;
  vertical-align: super;
  margin-left: 3px;
}
#earings .content .heading h3{
  font-family: 'KGSecondChancesSolid';
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 34px;
}
#earings .content .heading h3 a{
  font-size: 25px;
}
#earings .content .columns .image {
  width: 40%;
  float: left;
  text-align: right;
}
#earings .content .columns .list {
  width: 60%;
  float: left;
}
#earings .content .columns .list a {
  color: #ec1928;
}
#earings .content .columns .list ul {
  list-style-type: none;
  margin-top: 20px;
}
#earings .content .columns .list ul li {
  margin-bottom: 32px;
  list-style-position: inside;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  list-style-type: none;
  color: #4d4085;
  position: relative;
}
#earings .content .columns .list ul li:before {
  content: "\f004";
  font-family: "FontAwesome";
  color: #ec1928;
  position: absolute;
  left: -36px;
}
#earings .content .columns .list ul .learn {
  font-size: 12px;
  margin-top: 6px;
}
#earings .content .columns .list ul .learn a{
  font-style: italic;
}
#earings .content .columns .list .inner {
  width: 85%;
  float: right;
}
#earings .content .columns .list .disclaimer p{
  color: #4d4085;
  margin:0;padding:0;
  font-size: 14px;
  font-weight: 700;
}
#earings .legal {
  max-width: 1000px;
  width: 94%;
  margin: auto;
  margin-top: 70px;
  font-size: 14px;
  padding: 50px;
  background: #c2ebf2;
}
#earings .legal .legal-heading h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  color: #4d4085;
}
#earings .legal .legal-heading h5 {
  font-weight: 400;
  margin-bottom: 20px;
  color: #4d4085;
}
#earings .legal .rules li {
  margin-bottom: 35px;
  color: #4d4085;
}
#earings .legal .rules p {
  color: #4d4085;
  line-height: inherit;
  margin: inherit;
  margin-bottom: 10px;
}
#earings .legal .rules p:last-of-type {
  margin-bottom: 0;
}
#earings .legal .rules p.li:before {
  content: '\2022';
  margin-right: 10px;
  font-size: 16px;
}
#earings .legal .rules p.no-margin-bottom {
  margin-bottom: 3px;
}
#earings .legal .rule ul {
  padding-left: 18px;
}
#earings .legal .rule ul li {
  margin-bottom: 3px;
  list-style: circle;
}
#earings .legal .rule ul.dark li{
  list-style-type: disc;
}
#earings .legal p, #earings .legal li{
  font-size: 12px;
}
#earings .legal ol{
  margin:0;
  padding:0;
}
#earings .legal a{
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  #earings .header img.desktop {
    display: none;
  }
  #earings .header img.mobile {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: auto;
  }
  #earings .content .heading {
    width: 94%;
    margin: 40px auto;
  }
  #earings .content .heading h3, #earings .content .heading h3 a{
    font-size: 18px;
    line-height: 28px;
  }
  #earings .content .columns .image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #earings .content .columns .list {
    width: 100%;
  }
  #earings .content .columns .list ul li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  #earings .content .columns .list ul li:before{
    left: -26px;
  }
  #earings .content .columns .list .inner {
    width: 86%;
    margin: auto;
    float: none;
  }
  #earings .legal {
    width: 80%;
  }
}


