/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

*:focus {
  outline: none !important; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
  color: #2B3234;
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  line-height: 1.5;
  height: 100%; }

a {
  color: #B80F37;
  text-decoration: none; }

a:active, a:focus, a:hover {
  color: #03506B; }

header, section, footer > div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px; }

#top {
  line-height: 1; }
  #top #top-number span {
    display: block;
    text-align: center; }
    #top #top-number span:first-child {
      margin-bottom: 5px;
      font-size: 14px;
      text-transform: uppercase;
      color: #B80F37; }
    #top #top-number span:last-child {
      font-size: 28px; }
  #top #top-title {
    padding-top: 15px;
    display: table; }
    #top #top-title #top-logo {
      display: table-cell;
      vertical-align: middle;
      width: 60px; }
      #top #top-title #top-logo svg {
        width: 60px;
        height: 60px; }
        #top #top-title #top-logo svg path {
          fill: #B80F37 !important; }
    #top #top-title #top-logo:active svg path, #top #top-title #top-logo:focus svg path, #top #top-title #top-logo:hover svg path {
      fill: #03506B !important; }
    #top #top-title #top-nav {
      display: table-cell;
      vertical-align: middle;
      padding-left: 15px; }
      #top #top-title #top-nav h1 {
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase; }
        #top #top-title #top-nav h1 a {
          color: #2B3234; }
        #top #top-title #top-nav h1 a:active, #top #top-title #top-nav h1 a:focus, #top #top-title #top-nav h1 a:hover {
          color: #B80F37; }
      #top #top-title #top-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 -10px; }
        #top #top-title #top-nav ul li {
          text-transform: uppercase;
          margin: 5px 10px; }

@media only screen and (min-width: 768px) {
  #top {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #top #top-number {
      padding: 25px 0;
      width: 25%; }
      #top #top-number span {
        text-align: right; }
    #top #top-title {
      padding: 25px 0;
      width: 75%; } }
#banner {
  height: 400px; }
  #banner img {
    display: block;
    height: 100%;
    margin: 0 auto; }

main {
  width: 100% !important; }

section {
  background: #d7dee1;
  max-width: 100% !important; }
  section .services {
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto; }
    section .services li {
      padding: 10px; }
      section .services li span {
        display: block;
        background: #fff;
        padding: 10px 15px;
        border-radius: 2px; }
        @media only screen and (max-width: 768px) {
          section .services li span {
            font-size: 14px; } }

footer {
  width: 100%;
  background: #B80F37;
  color: white;
  padding: 15px 0; }
  footer div div {
    margin-bottom: 15px; }
  footer div iframe {
    width: 100%; }

@media only screen and (min-width: 768px) {
  footer {
    padding: 30px 0; }
    footer div {
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 0; }
      footer div div, footer div iframe {
        width: 50%; } }

/*# sourceMappingURL=style.css.map */
