<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.hero {
  margin: -24px 0 0 0;
  padding: 60px 0 72px 0;
  background-color: #A2C4F1;
  background-image: url('/media/static/images/default-bg.jpg');
}
.hero h1 {
  font-weight: 600;
  color: #FFF;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#overview {
  color: #FFF;
  background-color: #0079C1;
  background-image: url('../../media/static/images/build-your-better-here-pin-white.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 72px 0 60px 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: center;
}
#overview h2 {
  color: #FFF;
  margin: 0 0 24px 0;
  font-size: 2.8rem;
  line-height: 3.0rem;
  text-transform: uppercase;
  font-weight: 100;
}
#overview .intro {
  margin: 0 0 36px 0;
  font-size: 1.6rem;
  line-height: 2.0rem;
  color: #FFF;
}
.subpageBox {
  display: block;
  border: 1px solid #FFF;
  background: #FFF;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 0 24px 0;
}
.subpageBox:hover, .subpageBox:focus {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #CCC;
  background: #FFF;
}
.subpageBox div {
  background-color: #DDD;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
}
.subpageBox h3 {
  color: #0079C1;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 0 0 0 0;
  margin: 18px 18px 12px 18px;
}
.subpageBox p {
  min-height: 80px;
  padding: 0 20px 0 20px;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #111;
}
#numbers {
  color: #FFF;
  background-color: #6CB33F;
  background-image: url('../../media/static/images/build-your-better-here-pin-white.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0 60px 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}
#numbers .span3 {
  padding-bottom: 24px;
}
#numbers h2 {
  color: #FFF;
  margin: 0 0 36px 0;
  font-size: 2.6rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  font-weight: 100;
}
#numbers img {
  height: 70px;
}
#numbers strong {
  display: block;
  font-weight: 100;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin: 12px 0 12px 0;
}
#newsDiv {
  padding: 60px 0 60px 0;
  background-image: url('../../media/static/images/build-your-better-here-pin-gray.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#newsDiv h2 {
  color: #0079C1;
  margin: 0 0 0 0;
  font-size: 2.6rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
}
@media only screen and (max-width: 549px) {
  #overview {
    -webkit-background-size: 70%;
    -moz-background-size: 70%;
    -ms-background-size: 70%;
    -o-background-size: 70%;
    background-size: 70%;
  }
  #numbers {
    -webkit-background-size: 70%;
    -moz-background-size: 70%;
    -ms-background-size: 70%;
    -o-background-size: 70%;
    background-size: 70%;
  }
  #newsDiv {
    -webkit-background-size: 70%;
    -moz-background-size: 70%;
    -ms-background-size: 70%;
    -o-background-size: 70%;
    background-size: 70%;
  }
  #numbers .span3 {
    width: 50%;
    margin-left: 0;
  }
  .hero {
    background-image: url('/media/static/images/default-bg.jpg');
    padding: 36px 0 36px 0;
  }
  .hero h1 {
    font-size: 1.0rem;
    line-height: 1.0rem;
    margin: 0 0 24px 0;
  }
}</pre></body></html>