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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  padding: 0;
  margin: 0; }

label, button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

.clearfix:after, .about:after, .form:after {
  content: "";
  display: table;
  clear: both; }

.icon {
  display: block;
  width: 2rem;
  height: 2rem;
  transition: all 250ms ease-in-out; }
  @media (min-width: 48rem) and (max-width: 64rem) {
    .icon {
      width: 2rem;
      height: 2rem; } }
  @media (min-width: 64rem) {
    .icon {
      width: 1.5rem;
      height: 1.5rem; } }
  .icon svg {
    width: 100%;
    height: 100%; }
  .icon line {
    stroke: #6bb86e;
    stroke-linecap: round;
    stroke-width: 2;
    fill: none; }
  .icon path {
    fill: #6bb86e; }
  .icon:hover line {
    stroke: #218825;
    stroke-width: 3; }
  .icon:hover path {
    fill: #218825; }
  .icon rect {
    fill: none; }
  .icon--large {
    width: 4rem;
    height: 4rem; }
    @media (min-width: 48rem) and (max-width: 64rem) {
      .icon--large {
        width: 4rem;
        height: 4rem; } }
    @media (min-width: 64rem) {
      .icon--large {
        width: 3rem;
        height: 3rem; } }

html {
  font-size: 16px; }

body {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Source Sans Pro", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.375;
  min-width: 15rem;
  width: 100%;
  min-height: 100vh;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 48rem) {
    body {
      font-size: 1.125rem; } }

section {
  margin-bottom: 7.5rem; }

#top {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

#content {
  min-width: 15rem;
  width: calc(100vw - (1.25rem * 2));
  max-width: 112.5rem;
  padding: 7.5rem 1.25rem 3.125rem;
  margin: 0 auto; }
  @media (min-width: 48rem) {
    #content {
      width: calc(100vw - (3.125rem * 2));
      padding-left: 3.125rem;
      padding-right: 3.125rem; } }
  @media (min-width: 112.5rem) {
    #content {
      padding-left: 0;
      padding-right: 0; } }

#bottom {
  width: 100%;
  margin: 0 auto; }

.nav {
  min-width: 15rem;
  width: auto;
  max-width: 112.5rem;
  margin: 0 1.25rem; }
  @media (min-width: 48rem) {
    .nav {
      width: calc(100vw - (3.125rem * 2));
      margin: 0 3.125rem; } }
  @media (min-width: 112.5rem) {
    .nav {
      margin: 0 auto; } }
  .nav--bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-top: #DBDBDB solid 1px;
    padding: 7.5rem 0; }
    @media (min-width: 48rem) {
      .nav--bottom {
        flex-direction: row; } }
    .nav--bottom .nav__links {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      margin-top: 3.125rem; }
      @media (min-width: 48rem) {
        .nav--bottom .nav__links {
          flex-direction: column;
          margin-top: 0; } }
  .nav a {
    color: #35353b;
    text-decoration: none; }
    .nav a:hover {
      color: #218825;
      text-decoration: underline; }
  .nav__logo--large {
    width: 15rem;
    height: calc(15rem * .6);
    background-image: url("images/wordmark-large.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto; }
    @media (min-width: 48rem) {
      .nav__logo--large {
        width: 25rem;
        height: calc(25rem * .6);
        margin: 0; } }
  .nav__logo a {
    display: block;
    color: #6bb86e;
    width: 15rem;
    height: 3.125rem;
    vertical-align: middle;
    background-image: url("images/wordmark-small.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%; }
    .nav__logo a:hover {
      text-decoration: none; }

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .menu__toggle {
    cursor: pointer;
    position: relative; }
    @media (min-width: 64rem) {
      .menu__toggle {
        display: none; } }
    .menu__toggle svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .menu__toggle .ic-menu {
      opacity: 1; }
    .menu__toggle .ic-close {
      opacity: 0; }
    .menu__toggle--on .ic-close {
      opacity: 1; }
    .menu__toggle--on .ic-menu {
      opacity: 0; }
  @media (max-width: 64rem) {
    .menu__links {
      display: none;
      position: absolute;
      top: 3.75rem;
      right: 1.25rem;
      background-color: #FFFFFF;
      box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
      border-radius: 0.3125rem;
      padding: 1.25rem 3.125rem;
      transition: all 250ms ease-in-out; } }
  .menu__links--on {
    display: block; }
  @media (min-width: 64rem) {
    .menu__links {
      display: flex;
      justify-content: flex-end; } }
  @media (max-width: 64rem) {
    .menu__link {
      line-height: 3.125rem;
      margin-bottom: 1.25rem; } }
  @media (min-width: 64rem) {
    .menu__link {
      margin-left: 1.25rem; } }

.highlight {
  position: relative;
  text-shadow: 1px 1px 0 #FFFFFF;
  min-width: 15rem;
  width: calc(100vw - (1.25rem * 2));
  max-width: 112.5rem; }
  @media (min-width: 48rem) {
    .highlight {
      width: calc(100vw - (3.125rem * 2)); } }
  @media (min-width: 64rem) {
    .highlight {
      height: 30rem; } }
  .highlight__bg {
    min-width: 15rem;
    width: 100vw;
    height: 15rem;
    background-color: #DBDBDB;
    background-size: cover;
    margin: 0 -1.25rem; }
    @media (min-width: 48rem) {
      .highlight__bg {
        margin: 0 -3.125rem; } }
    @media (min-width: 48rem) and (max-width: 64rem) {
      .highlight__bg {
        height: 20rem; } }
    @media (min-width: 64rem) {
      .highlight__bg {
        height: 100%; } }
    @media (min-width: 112.5rem) {
      .highlight__bg {
        width: 100%;
        border-radius: 3.75rem;
        margin: 0; } }
  .highlight__box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.25rem 0; }
    @media (min-width: 64rem) {
      .highlight__box {
        z-index: 800;
        position: absolute;
        max-width: 40rem;
        border-radius: 2.5rem;
        padding: 1.25rem; } }
  .highlight__header {
    padding: 0;
    margin: 0; }
  .highlight__p {
    margin: 1.25rem 0; }
  .highlight__link {
    margin: 0.625rem 0 0; }

#post-concussion .highlight__bg {
  background-image: url("images/bg-post-concussion.png");
  background-position: center 25%; }
@media (min-width: 64rem) {
  #post-concussion .highlight__box {
    top: 1.25rem;
    right: 1.25rem; } }

#otherworldly .highlight__bg {
  background-image: url("images/bg-otherworldly.jpg");
  background-position: 0% 30%; }
@media (min-width: 64rem) {
  #otherworldly .highlight__box {
    top: 1.25rem;
    left: 1.25rem; } }

#photography .highlight__bg {
  background-image: url("images/bg-post-concussion.png");
  background-position: center 25%; }
@media (min-width: 64rem) {
  #photography .highlight__box {
    top: 1.25rem;
    left: 40%; } }

#testimonials .highlight__bg {
  background-image: url("images/bg-post-concussion.png");
  background-position: center 25%; }
@media (min-width: 64rem) {
  #testimonials .highlight__box {
    top: 1.25rem;
    left: 40%; } }

.about__portrait {
  width: 100%;
  height: 0;
  background-image: url("images/bg-otherworldly.jpg");
  background-size: cover;
  border-radius: 1.875rem;
  padding-bottom: 100%;
  margin-bottom: 1.25rem; }
  @media (min-width: 48rem) {
    .about__portrait {
      float: left;
      width: 30%;
      padding-bottom: 30%;
      margin-left: 5%; } }
@media (min-width: 48rem) {
  .about__content {
    float: right;
    width: 50%;
    margin-right: 5%; } }

.flash {
  border-radius: 1.875rem;
  padding: 1.25rem 3.125rem;
  margin-bottom: 0.625rem; }
  .flash--error {
    color: #f03050;
    border: #f03050 solid 0.125rem; }
  .flash--success {
    color: #6bb86e;
    border: #6bb86e solid 0.125rem; }

a {
  color: #000000;
  text-decoration: underline;
  transition: all 250ms ease-in-out; }
  a:hover {
    color: #6bb86e; }

h2,
h3,
h4 {
  padding: 0.625rem 0;
  margin: 1.25rem 0 0; }
  h2:first-child,
  h3:first-child,
  h4:first-child {
    padding-top: 0;
    margin-top: 0; }

h2 {
  color: #707070;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: .8;
  line-height: 1.25; }
  @media (min-width: 48rem) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .2;
  line-height: 1.25; }

textarea {
  resize: vertical;
  min-height: 7.5rem;
  max-height: 15rem; }

.form__group {
  margin-bottom: 1.25rem; }
.form__label {
  display: block;
  color: #35353b;
  font-size: 0.75rem;
  width: 100%;
  margin-bottom: 0.625rem; }
  @media (min-width: 48rem) {
    .form__label {
      font-size: 0.875rem; } }
.form__input, .form__button {
  display: block;
  font-size: 16px;
  border-radius: 0.9375rem;
  padding: 0.625rem;
  transition: all 250ms ease-in-out; }
.form__input {
  color: #000000;
  min-width: 10rem;
  width: 100%;
  max-width: 40rem;
  border: #DBDBDB solid 1px; }
  @media (min-width: 48rem) {
    .form__input {
      font-size: 1.125rem; } }
  .form__input:hover, .form__input:focus, .form__input:active {
    border: #6bb86e solid 0.125rem; }
  .form__input::placeholder {
    color: #9ca0a6; }
.form__button {
  cursor: pointer;
  float: right;
  color: #218825;
  width: 7.5rem;
  background-color: #FFFFFF;
  border: #6bb86e solid 0.125rem; }
  .form__button:hover, .form__button:focus, .form__button:active {
    color: #FFFFFF;
    background-color: #218825;
    border: #218825 solid 0.125rem; }

.contact {
  min-width: 10rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto; }

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