/* Policy forum website custom styles, parent styles from offers.css*/

body { background: #729CFE !important; }
.color-section p.lede { color: #204395; }
.color-section p.lede-info { color: #ffffff; }
.color-section h2 { color: #ffffff; max-width: 650px; }
h2::after {  height: 0px;  bottom: 0%; }

a.downloads { color: #214495; text-transform: uppercase !important; font-size: 14px !important; font-weight: 600; }
.section-1-2017 { min-height:100px;}

button.logo { position: relative !important; }
.subtitle { max-width: 500px !important; font-size: 18px !important; text-transform: uppercase; letter-spacing: 2px !important; }
a.downloads { color: #214495; text-transform: uppercase !important; font-size: 14px !important; font-weight: 600; }
.color-section .desc p, .color-section .desc ul { max-width: 90%; margin-bottom: 2rem; margin-top: 0; margin-left: 0; }
.addt-info {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.white-line{
  background: #fff;
  width: 55px;
  height: 6px;
  border-radius: 20px;
  margin-bottom: 20px;
} 
footer{
	min-height:190vh!important;
}
footer h3 { color: #214495; font-size: 2rem; }
footer h3::after { background: #fff !important; }
footer header p {
  color: #fff;
  padding-right: 25%;
}
footer .social .column h4 {
    color: #fff !important;
}

footer .social ul a, footer .social ul button {
    text-transform: capitalize !important;
font-size: 14px;
}
footer .social ul li {
    margin-top: 2.9rem !important;
}

.share span {
  color: #214495;
}
@media (max-width: 479px) {
 .color-section.intro { margin-top: 25%; }
  button.logo {
    width: 100%;
  }
  .color-section .desc p, .color-section .desc ul { max-width: 90%; }
  .logo img { width: 90%; }
}


