@charset "utf-8";
.hero h1 {
  color: #FFF;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
  font-size: 4rem;
  line-height: 4.2rem;
}
.hero h2 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  letter-spacing: 2px;
  font-size: 1.0rem;
  line-height: 1.3rem;
}
h3 {
  color: #3C78B4;
  text-transform: uppercase;
  font-size: 1.0rem;
  line-height: 1.3rem;
  font-weight: 700;
}
#overview {
  padding: 60px 0 60px 0;
  background-color: #F5F5F5;
  background-image: url('/media/static/images/patriot-insurance-icon-white.svg');
  -webkit-background-size: 48%;
  -moz-background-size: 48%;
  -ms-background-size: 48%;
  -o-background-size: 48%;
  background-size: 48%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #555;
}
#newsDiv {
  background-color: #003D79;
  background-image: url('/media/static/images/patriot-insurance-icon-black-20.svg');
  -webkit-background-size: 48%;
  -moz-background-size: 48%;
  -ms-background-size: 48%;
  -o-background-size: 48%;
  background-size: 48%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 72px 0 80px 0;
}
#newsDiv h2 {
  font-family: "adobe-caslon-pro", serif;
  margin: 0 0 60px 0;
  padding: 0 0 0 0;
  color: #FFF;
  font-size: 1.9rem;
  line-heght: 2.0rem;
  font-style: italic;
}
@media only screen and (max-width: 549px) {}