@charset "UTF-8";
/*! Typebase.scss v0.1.0 | MIT License */
/* Setup */
html {
  font-family: "Open Sans", sans-serif;
  font-size: 112.5%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.4rem;
  margin-top: 1.4rem;
  margin-bottom: 0;
  font-size: 0.825rem; }
  @media (min-width: 64rem) {
    p {
      font-size: 1rem; } }

.text-small {
  font-size: 0.75rem; }
  @media (min-width: 64rem) {
    .text-small {
      font-size: 0.825rem; } }

ul,
ol {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  font-size: 0.825rem; }
  @media (min-width: 64rem) {
    ul,
    ol {
      font-size: 1rem; } }
  ul li,
  ol li {
    line-height: 1.4rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1.4rem;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.75rem; }
  @media (min-width: 64rem) {
    blockquote {
      margin-top: 1.4rem;
      font-size: 2.25rem;
      line-height: 2.8rem; } }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: "Work Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4rem; }

h1 {
  line-height: 1.75rem;
  margin-top: 2.8rem;
  font-size: 1.5rem; }
  @media (min-width: 64rem) {
    h1 {
      font-size: 3rem;
      line-height: 4.2rem;
      margin-top: 4.2rem; } }

h2 {
  font-size: 1.5rem;
  line-height: 1.75rem; }
  @media (min-width: 64rem) {
    h2 {
      font-size: 2.25rem;
      line-height: 2.8rem; } }

h3 {
  font-size: 1rem;
  margin-top: 1rem; }

h4 {
  font-size: 0.8125rem; }

h5 {
  font-size: 0.8125rem; }

h6 {
  font-size: 0.8125rem; }

/* Tables */
table {
  margin-top: 1.4rem;
  border-spacing: 0px;
  border-collapse: collapse; }

td,
th {
  padding: 0;
  line-height: 25.2px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.5rem; }

/* Hug the block above you */
.hug {
  margin-top: 0; }

body {
  background: #eff2eb url("../noise-bg.png");
  color: #212121;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: #54a753;
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  a:hover {
    color: #95c558; }

.mobile-hide {
  display: none; }
  @media (min-width: 64rem) {
    .mobile-hide {
      display: initial; } }

.mobile-center {
  text-align: center; }
  @media (min-width: 64rem) {
    .mobile-center {
      text-align: initial; } }

.clearfix {
  overflow: auto;
  zoom: 1; }

.logo {
  height: 80px; }
  .logo img {
    max-height: 100%; }
  @media (min-width: 64rem) {
    .logo {
      height: auto;
      margin-bottom: 30px;
      vertical-align: middle; }
      .logo img {
        max-height: auto; } }

.navigation {
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  text-align: right;
  display: none; }
  @media (min-width: 64rem) {
    .navigation {
      display: table-cell; } }
  .navigation a {
    color: initial;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 0.75em;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 1em; }
    .navigation a:hover {
      color: #54a753; }
  .navigation ul {
    padding: 0;
    margin: 0; }
  .navigation li {
    list-style-type: none;
    text-align: center; }
  .navigation .active {
    position: relative; }
  .navigation .active a span {
    position: relative;
    padding-bottom: .25em;
    border-bottom: 2px solid #54a753; }
  @media (min-width: 48rem) {
    .navigation li {
      display: inline; } }

section {
  padding: 1rem;
  padding-bottom: 6vw;
  box-sizing: border-box;
  width: 100%; }
  @media (min-width: 64rem) {
    section {
      padding: 2rem; } }

.wrapper {
  margin: 0 auto;
  max-width: 70rem; }

.content {
  margin: 0 auto;
  max-width: 45rem; }

.spacer:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2px;
  height: 3rem;
  border-radius: 999em;
  background: #95c558;
  z-index: 1000; }
  #endorsements .spacer:before {
    width: 3rem;
    height: 2px;
    margin-top: 1.4rem; }
  @media (min-width: 64rem) {
    .spacer:before {
      margin-bottom: 0.3em;
      width: 100%;
      height: 2px; }
      #endorsements .spacer:before {
        width: 100%; } }

.pullquote {
  color: white;
  background: #415241;
  background: linear-gradient(to bottom, #415241 80%, transparent 80%);
  position: relative; }
  .pullquote p {
    color: #ccd2c9; }
  .pullquote blockquote {
    padding: 2rem;
    background: #54a753;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    quotes: "“" "”";
    margin: 0; }
    .pullquote blockquote:before {
      content: open-quote;
      margin-left: -.55em; }
    @media (min-width: 64rem) {
      .pullquote blockquote {
        padding: 3rem; } }
  .pullquote footer {
    margin-top: 1rem;
    font-size: 1rem; }
  .pullquote .spacer:before {
    margin-bottom: -1.5em; }
    @media (min-width: 64rem) {
      .pullquote .spacer:before {
        margin-bottom: 0;
        width: calc(100% + 3rem); } }

#about .headline {
  margin-bottom: 2em; }
#about .overview {
  color: #4a4b49; }
  #about .overview strong {
    color: #212121; }
#about div[class^="col"] {
  padding-bottom: 2em; }
#about .grid-padded:last-child .col:last-child {
  padding-bottom: 0; }
#about h1 {
  margin-top: 0;
  font-weight: 300; }

#portrait {
  background: #eff2eb;
  background: linear-gradient(to bottom, transparent 20%, #415241 20%);
  position: relative;
  color: #ccd2c9; }
  #portrait .col {
    vertical-align: middle; }
  #portrait .spacer:before {
    margin-top: -2em; }
  #portrait p.text-small {
    margin-top: .5em; }
  @media (min-width: 64rem) {
    #portrait {
      background: linear-gradient(to bottom, transparent 80%, #415241 80%); }
      #portrait .spacer:before {
        width: calc(250% - 2em);
        margin-top: initial;
        margin-left: -125%; }
      #portrait p {
        color: #4a4b49; } }

.photo {
  background: white url("../kathy2.jpg") center center no-repeat;
  background-size: cover;
  vertical-align: top;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  height: 60vw;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 64rem) {
    .photo {
      height: 25rem; } }

#endorsements {
  background: #415241;
  color: white; }

.endorsement {
  margin-top: 2rem;
  position: relative; }
  .endorsement + .endorsement {
    margin-top: 4rem; }
  @media (min-width: 64rem) {
    .endorsement {
      margin-top: 0;
      margin-bottom: 6vw; } }
  .endorsement .right {
    text-align: right; }
  .endorsement p {
    color: #ccd2c9; }
  .endorsement h3 + p {
    margin-top: 0; }

#recent {
  margin-bottom: 5vw; }
  #recent ul {
    margin-top: 0.75rem;
    list-style-type: none;
    padding-left: 1em; }
    @media (min-width: 64rem) {
      #recent ul {
        padding-left: 0; } }
  #recent li {
    position: relative; }
  #recent li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: -1em;
    height: 5px;
    width: 5px;
    border: 2px solid #95c558;
    border-radius: 100%; }
  #recent ul li {
    margin-bottom: 1.5rem; }
  @media (min-width: 64rem) {
    #recent .spacer:before {
      margin-top: 1.5rem;
      width: calc(100% + 1rem); } }

#contact {
  padding-top: 5vw; }

#contact, #footer {
  background: white; }
  #contact a, #footer a {
    text-decoration: underline; }

#footer {
  color: #545454; }
  #footer a {
    color: currentColor; }
    #footer a:hover {
      color: #95c558; }
  #footer .right {
    text-align: right; }
