.page-header {
  display: none;
}

#primary.content-area {
  padding-top: 2em;
}

.site-branding .site-title, .site-branding .site-text-logo {
  text-transform: lowercase;
  font-size: 1.5em;
}

.content-area li {
  margin-left: 2em;
}

body {
  color: black;
}

.entry-feature-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.FeatureBox {
  color:white;
  background-color:#104ba9;
  width: 50%;
  padding: 1em;
  padding-left:0;
  margin-left:auto;
  margin-right:auto;
  position: relative;
}

.FeatureBox::after {
    content: "";
    clear: both;
    display: table;
}

.FeatureBox i {
  float:left;
  font-size: 4em;
  text-align:center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
}

.FeatureBox p {
  float: right;
  width: 70%;
  font-weight: bold;
  font-size: 1.5em;
}

@media screen and (max-width: 720px) {
.hero-content-style1 h2 { font-size: 44px; }
  .FeatureBox {width: 100%; }
  .FeatureBox p {font-size: 1em;}
}

	@media screen and (max-width: 1200px) {
	 .main-navigation { 
	   position: static; 
	 }
}