html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

button,
input[type="submit"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #477DCA;
  background-image: -webkit-linear-gradient(#477DCA, #2760b2);
  background-image: linear-gradient(#477DCA, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em; }
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #628cc8;
    cursor: pointer;
    background-color: #3c71bb;
    background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
    background-image: linear-gradient(#3c71bb, #255aa5); }
  button:active:not(:disabled),
  input[type="submit"]:active:not(:disabled), button:focus:not(:disabled),
  input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #2459a6;
    box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397; }
  button:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477DCA;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f6f6;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c3c3; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: .7em;
  font-weight: 600;
  margin-bottom: 2em;
  padding: .1em 0;
  text-align: left;
  text-transform: uppercase; }

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.6em;
  font-weight: 800;
  margin-bottom: .6em;
  text-align: center; }
  @media screen and (min-width: 37.5em) {
    h1 {
      font-size: 2.4em; } }

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  text-align: center; }
  h2 span {
    font-weight: 600; }
  @media screen and (min-width: 37.5em) {
    h2 {
      font-size: 1.4em; } }

h3 {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: .5em; }

p.date {
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto Slab", serif;
  font-size: .8em;
  margin-bottom: .5em; }

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 1;
  margin-bottom: 1.5em; }
  p span {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: .8em;
    text-transform: uppercase; }

a.read-more {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: .8em;
  text-transform: uppercase;
  margin-left: .2em;
  position: relative; }
  a.read-more span {
    position: absolute;
    font-size: 1.8em;
    top: -2px;
    right: -12px; }

hr {
  width: 3em; }

p.author {
  font-family: "Roboto Slab", serif; }

body {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #555555; }

h1 {
  font-size: 2.0625rem;
  line-height: 2.625rem;
  margin-top: 2.625rem;
  margin-bottom: 1.3125rem;
  color: #428bca; }

h2 {
  font-size: 1.5625rem;
  line-height: 2.625rem;
  margin-top: 2.625rem;
  margin-bottom: 1.3125rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem; }

h4 {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem; }

p, ul, ol, pre, table, blockquote {
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem; }

/* Sanitation */
hr {
  border: 1px solid;
  margin: -1px 0; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

b, strong, em, small, code {
  line-height: 1; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

@media screen and (min-width: 37.5em) {
  body {
    font-size: 1rem;
    line-height: 1.5rem; }
  h1 {
    font-size: 2.375rem;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem; }
  h2 {
    font-size: 1.75rem;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem; }
  h3 {
    font-size: 1.3125rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  p, ul, ol, pre, table, blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  /* Sanitation */
  hr {
    border: 1px solid;
    margin: -1px 0; }
  ul ul, ol ol, ul ol, ol ul {
    margin-top: 0;
    margin-bottom: 0; }
  b, strong, em, small, code {
    line-height: 1; }
  sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em; }
  sub {
    top: 0.4em; } }

section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%; }
  section::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1200px) {
    section {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      section::after {
        clear: both;
        content: "";
        display: block; } }

.hero {
  background: url("../img/home-banner.jpg");
  background-color: #40526b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2em 2em 2em 2em;
  margin-bottom: 4em; }
  @media screen and (min-width: 37.5em) {
    .hero {
      padding: 4em 4em 8em 4em; } }
  @media screen and (min-width: 48em) {
    .hero {
      padding: 8em 4em 16em 4em; } }
  @media screen and (min-width: 62em) {
    .hero .hero-logo img {
      max-width: 70%; } }
  .hero .hero-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    text-align: center;
    color: white; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: block; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: block; }
    .hero .hero-inner button {
      border: 1px solid #2459a6;
      border-radius: 3px;
      box-shadow: inset 0 1px 0 0 #89a8d5;
      color: white;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: #477DCA;
      background-image: -webkit-linear-gradient(#477DCA, #2760b2);
      background-image: linear-gradient(#477DCA, #2760b2);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 #1b4f9a;
      background-clip: padding-box;
      font-size: 1em;
      outline: none; }
      .hero .hero-inner button:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 #628cc8;
        cursor: pointer;
        background-color: #3c71bb;
        background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
        background-image: linear-gradient(#3c71bb, #255aa5); }
      .hero .hero-inner button:active:not(:disabled), .hero .hero-inner button:focus:not(:disabled) {
        border: 1px solid #2459a6;
        box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397; }
      .hero .hero-inner button:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .hero .hero-inner .hero-copy {
      text-align: center; }
      .hero .hero-inner .hero-copy h1 {
        font-size: 1.4em;
        margin-bottom: .2em; }
        @media screen and (min-width: 48em) {
          .hero .hero-inner .hero-copy h1 {
            font-size: 1.8em; } }
      .hero .hero-inner .hero-copy p {
        margin: auto;
        margin-bottom: 3em;
        font-weight: 200; }
        @media screen and (min-width: 48em) {
          .hero .hero-inner .hero-copy p {
            font-size: 1.2em;
            max-width: 40%; } }

.success {
  background: #FBE3E4;
  color: #97161b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .success a {
    color: #6a0f13; }
    .success a:hover {
      color: #110203; }

@media screen and (min-width: 37.5em) {
  .needs {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .needs:last-child {
      margin-right: 0; } }

footer {
  background: #eeeeee;
  margin-top: 60px;
  padding: 30px; }
  @media screen and (min-width: 37.5em) {
    footer {
      padding: 60px; } }
  footer .vcard {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%; }
    footer .vcard::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 1200px) {
      footer .vcard {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; }
        footer .vcard::after {
          clear: both;
          content: "";
          display: block; } }
    footer .vcard .contactUnit {
      text-align: center; }
      @media screen and (min-width: 37.5em) {
        footer .vcard .contactUnit {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 31.7615653177%; }
          footer .vcard .contactUnit:last-child {
            margin-right: 0; } }
