@import "//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css.map";
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css";
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff";
@import url(/bower_components/slideout.js/index.css);
@font-face {
  font-family: 'Acre';
  src: url("/fonts/acre-medium.woff2") format("woff2"), url("/fonts/acre-medium.woff") format("woff"), url("/fonts/acre-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  position: relative;
  z-index: 0;
}

video {
  width: 100% !important;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

section {
  *zoom: 1;
  padding: 1.5rem 0;
}
section:before, section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
@media (min-width: 700px) {
  section {
    padding: 3.55556rem 0;
  }
}

.container {
  margin: 0 auto;
  max-width: 47.35394rem;
  width: 84%;
}
@media (min-width: 900px) {
  .container {
    width: 80%;
  }
}

.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.column {
  padding: 0;
  width: 100%;
}

@media (min-width: 900px) {
  .column {
    float: left;
    padding: 0 1.125rem;
  }
  .column.three-fourths {
    width: 75%;
  }
  .column.two-thirds {
    width: 66%;
  }
  .column.half {
    width: 50%;
  }
  .column.two-thirds {
    width: 67%;
  }
  .column.third {
    width: 33%;
  }
  .column.fourth {
    width: 25%;
  }
  .column.fifth {
    width: 20%;
  }
  .column.four-fifths {
    width: 80%;
  }
  .column.flow-opposite {
    float: right;
  }
  .column.solo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.clr {
  *zoom: 1;
}
.clr:before, .clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}

.clr-left {
  clear: left;
}

.clr-right {
  clear: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

html {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 700px) {
  html {
    font-size: 1rem;
  }
}
@media (min-width: 900px) {
  html {
    font-size: 1.125rem;
  }
}

body {
  color: #404040;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.5;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Acre", Gotham, "Helvetica Neue", Arial, sans-serif;
  margin: 1.5rem 0 0.63281rem;
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 3.55556rem;
}

h2 {
  font-size: 2.66667rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

small {
  font-size: 0.84375rem;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #4c4884;
  font-weight: bold;
  text-decoration: none;
}

.subhead {
  font-size: 1.5rem;
  margin: 0 0 2.66667rem;
  text-align: center;
}
@media (min-width: 900px) {
  .subhead {
    text-align: left;
  }
}

header {
  background: transparent;
  padding: 1.125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 900px) {
  header {
    padding: 1.125rem 0;
  }
}
header .logo {
  margin: 0 auto;
  float: none;
  width: 240px;
}
@media (min-width: 700px) {
  header .logo {
    margin: 0;
    float: left;
  }
}
header .bars {
  color: white;
  position: absolute;
  top: 1.125rem;
  left: 1.125rem;
  padding: 0.84375rem;
}
@media (min-width: 700px) {
  header .bars {
    display: none !important;
  }
}
header nav#menu {
  *zoom: 1;
  background: transparent;
  float: right;
}
header nav#menu:before, header nav#menu:after {
  content: " ";
  display: table;
}
header nav#menu:after {
  clear: both;
}
header nav#menu ul {
  display: none;
}
@media (min-width: 700px) {
  header nav#menu ul {
    display: block;
  }
}
header nav#menu li {
  float: left;
}

nav#menu {
  background: #404040;
  color: white;
}
nav#menu a {
  color: white;
  display: block;
  padding: 0.63281rem;
  font-family: "Acre", Gotham, "Helvetica Neue", Arial, sans-serif;
}

.hero {
  background: #4c4884 url("/img/transparent-square-tiles.png");
  border-bottom: 10px solid #a4948d;
  min-height: 340px;
  padding: 100px 0 4.74074rem;
}
.hero.small {
  min-height: auto;
}
.hero.small .title {
  font-size: 3.55556rem;
  color: white;
  font-family: "Acre", Gotham, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}
@media (min-width: 700px) {
  .hero.small .title {
    text-align: left;
  }
}
@media (min-width: 700px) {
  .hero {
    padding-top: 120px;
    min-height: 400px;
  }
}
.hero .tagline {
  color: white;
  font-family: "Acre", Gotham, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  text-align: center;
}
@media (min-width: 700px) {
  .hero .tagline {
    font-size: 3.25rem;
    text-align: left;
  }
}

.desc-section {
  *zoom: 1;
  position: relative;
  margin-bottom: 1.5rem;
}
.desc-section:before, .desc-section:after {
  content: " ";
  display: table;
}
.desc-section:after {
  clear: both;
}
.desc-section h4 {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 700px) {
  .desc-section h4 {
    text-align: left;
  }
}
.desc-section .icon {
  color: #9ec354;
}
.desc-section .thumb {
  text-align: center;
  width: 100%;
}
@media (min-width: 700px) {
  .desc-section .thumb {
    text-align: left;
    float: left;
    width: 150px;
  }
}
.desc-section .desc {
  width: 100%;
}
@media (min-width: 700px) {
  .desc-section .desc {
    float: left;
    width: calc(100% - 150px);
  }
}

.button {
  background: #9ec354;
  border-radius: 0.47461rem;
  color: white;
  display: inline-block;
  font-family: "Acre", Gotham, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.63281rem 0.84375rem;
  border: none;
}

.portrait {
  margin: 1.5rem auto;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
@media (min-width: 900px) {
  .portrait {
    float: right;
    margin: 0 0 1.125rem 1.125rem;
  }
}

.contact-form {
  padding: 1.5rem;
  background: #fffdf2;
  border-radius: 10px;
}

input[type=email],
input[type=text],
textarea {
  color: #484848;
  outline: none;
  padding: 0 0.47461rem;
  font-size: 1.125rem;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}

textarea {
  padding: 1.125rem 0 0;
  width: 100%;
  height: 200px;
  font-size: 1.125rem;
  resize: none;
  overflow: auto;
}

footer {
  text-align: center;
  height: 200px;
  background: url("/img/tile-foot.png") bottom center repeat-x;
  padding: 1.125rem;
  font-size: 0.84375rem;
}
footer h5 {
  margin-bottom: 0.84375rem;
}

.subfooter {
  background: #a4948d;
  color: white;
  font-family: "Acre", Gotham, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.47461rem;
  padding: 3px 0;
}
