h1 {
	font-family: YaleNew, Georgia, Times;
	font-size: 2.5em;
	letter-spacing: .5px;
}

h2  {
    color: #222222 !important;
    font-size: 2em !important;
    line-height: 1 !important;
    font-weight: normal !important;
    padding-top: 20px !important;
    text-align: left !important;
}

body.page .blocks h2 {
	margin-left: 0px;
}

p {
	font-size: 1em;
	line-height: 1.75;
	font-weight: 100;
	color: #222;
}

span.title {
	font-weight: 400;
	color: #00356b;
}

.column {
  float: left;
  width: 50%;
  padding:0px 4em 0px 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
    header > * {
	padding: 0 20% 0 4%;
    }
    footer {
    }
}