@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
html {
    font-size: 100%;
    line-height: 1.5em;
}

html {
    font-family: sans-serif;
    ms-text-size-adjust: 100%;
    webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio, canvas, progress, video {
    display: inline;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1.5em 40px;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}

h2 {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
}

h3 {
    font-size: 1.17em;
    line-height: 1.28205em;
    margin-bottom: 1.28205em;
    margin-top: 1.28205em;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

h5 {
    font-size: 0.83em;
    line-height: 1.80723em;
    margin-bottom: 1.80723em;
    margin-top: 1.80723em;
}

h6 {
    font-size: 0.67em;
    line-height: 2.23881em;
    margin-bottom: 2.23881em;
    margin-top: 2.23881em;
}

mark {
    background: #ff0;
    color: #000;
}

p, pre {
    margin: 1.5em 0;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol {
    margin: 1.5em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    ms-interpolation-mode: bicubic;
}

.emoji {
    vertical-align: text-top;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1.5em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    moz-box-sizing: content-box;
    webkit-box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

form {
    margin: 0;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    font-family: sans-serif;
    margin: 0;
    vertical-align: middle;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    overflow: visible;
    webkit-appearance: button;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    height: 13px;
    moz-box-sizing: border-box;
    padding: 0;
    webkit-box-sizing: border-box;
    width: 13px;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    box-sizing: content-box;
    moz-box-sizing: content-box;
    webkit-appearance: textfield;
    webkit-box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    webkit-appearance: none;
}

fieldset {
    border-bottom-style: solid;
    border-bottom-width: 0.0625em;
    border-color: #c0c0c0;
    border-left-style: solid;
    border-left-width: 0.0625em;
    border-right-style: solid;
    border-right-width: 0.0625em;
    border-top-style: solid;
    border-top-width: 0.0625em;
    margin: 0 2px;
    padding-bottom: 0.9125em;
    padding-left: 0.875em;
    padding-right: 0.875em;
    padding-top: 0.4625em;
}

legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

.button, .button-secondary, .button-tertiary, .button__outline {
    background-color: #2e8b57;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: .5em;
    moz-transition: background-color 0.14s ease-in-out;
    o-transition: background-color 0.14s ease-in-out;
    padding: .5em 1.5em;
    position: relative;
    text-decoration: none;
    transition: background-color 0.14s ease-in-out;
    webkit-transition: background-color 0.14s ease-in-out;
}

.button:hover, .button-secondary:hover, .button-tertiary:hover, .button__outline:hover, .button:focus, .button-secondary:focus, .button-tertiary:focus, .button__outline:focus {
    background-color: #21653f;
    color: #fff;
    text-decoration: none;
}

.button:active, .button-secondary:active, .button-tertiary:active, .button__outline:active {
    top: 1px;
}

.button-secondary {
    background-color: #233E5B;
}

.button-secondary:hover {
    background-color: #152536;
}

.button-tertiary {
    background-color: #aaa;
}

.button-tertiary:hover {
    background-color: #909090;
}

.button__outline {
    background-color: transparent;
    border: 3px solid #2e8b57;
    color: #2e8b57;
}

.button__outline:hover {
    background-color: #2e8b57;
    color: #fff;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea {
    background: #e6e6e6;
    border: none;
    height: 44px;
    margin-bottom: .5rem;
    outline: none;
    padding: 5px;
    width: 300px;
}

input[type=text]:focus, input[type=email]:focus, input[type=phone]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    border: 1px solid #2e8b57;
}

input[type=text].full-width, input[type=email].full-width, input[type=phone].full-width, input[type=password].full-width, input[type=number].full-width, input[type=search].full-width, textarea.full-width {
    width: 100%;
}

textarea {
    height: 132px;
}

form {
    margin-bottom: 40px;
}

form .field {
    margin-bottom: 20px;
}

form .note {
    color: #aaa;
    margin-top: 5px;
}

form .req {
    font-style: italic;
}

form .error .reason {
    color: #FF4136;
    margin-top: 5px;
}

form .error input[type=text], form .error input[type=email], form .error input[type=phone], form .error input[type=password], form .error input[type=number], form .error input[type=search], form .error textarea {
    border-color: #FF4136;
}

table {
    border: 1px solid #d0d0d0;
    margin-bottom: 1.5em;
    width: 100%;
}

table caption {
    color: #aaa;
    font-size: 0.75em;
    letter-spacing: 1px;
    margin: 0 0 7px;
    text-transform: uppercase;
}

tr {
    border-bottom: 1px solid #d0d0d0;
}

tr:nth-child(even) {
    background-color: #f6f6f6;
}

td {
    border-right: 1px solid #d0d0d0;
    padding: 7px;
}

td:last-child {
    border-right: 0;
}

th {
    background-color: #f6f6f6;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

th:last-child {
    border-right: 0;
}

.highlight {
    background: #343642;
    border-radius: 3px;
    color: #C1C2C3;
    moz-border-radius: 3px;
    overflow: auto;
    padding: 10px;
    webkit-border-radius: 3px;
    white-space: pre;
    word-wrap: normal;
}

.highlight .hll {
    background-color: #ffc;
}

.highlight .gd {
    background-color: #0e1416;
    color: #2e3436;
}

.highlight .gr {
    background-color: #c00;
    color: #eeeeec;
}

.highlight .gi {
    background-color: #1f2b2d;
    color: #babdb6;
}

.highlight .go {
    background-color: #2c3032;
    color: #2c3032;
}

.highlight .kt {
    color: #e3e7df;
}

.highlight .ni {
    color: #888a85;
}

.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
    color: #8D9684;
}

.highlight .err, .highlight .g, .highlight .l, .highlight .n, .highlight .x, .highlight .p, .highlight .ge, .highlight .gp, .highlight .gs, .highlight .gt, .highlight .ld, .highlight .s, .highlight .nc, .highlight .nd, .highlight .ne, .highlight .nl, .highlight .nn, .highlight .nx, .highlight .py, .highlight .ow, .highlight .w, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss, .highlight .bp {
    color: #C1C2C3;
}

.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .nt {
    color: #729fcf;
}

.highlight .cp, .highlight .gh, .highlight .gu, .highlight .na, .highlight .nf {
    color: #E9A94B;
}

.highlight .m, .highlight .nb, .highlight .no, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .il {
    color: #8ae234;
}

.highlight .o {
    color: #989DAA;
}

.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
    color: #fff;
}

body {
    font-size: 1em;
    line-height: 1.45;
}

body .intro {
    font-size: 1.25em;
    line-height: 1.7;
}

@media (min-width: 43.75em) {
    body {
        font-size: 1em;
        line-height: 1.375;
    }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: .5rem 0 1.5rem;
}

h1, .h1 {
    font-size: 2em;
    line-height: 1.25;
}

@media (min-width: 43.75em) {
    h1, .h1 {
        font-size: 2.5em;
        line-height: 1.125;
    }
}

@media (min-width: 56.25em) {
    h1, .h1 {
        font-size: 3em;
        line-height: 1.05;
    }
}

h2, .h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
}

@media (min-width: 43.75em) {
    h2, .h2 {
        font-size: 2em;
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h2, .h2 {
        font-size: 2.25em;
        line-height: 1.25;
    }
}

h3, .h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
}

@media (min-width: 43.75em) {
    h3, .h3 {
        font-size: 1.5em;
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h3, .h3 {
        font-size: 1.75em;
        line-height: 1.25;
    }
}

h4, .h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
}

@media (min-width: 43.75em) {
    h4, .h4 {
        line-height: 1.22222222;
    }
}

blockquote {
    font-size: 1.25em;
    line-height: 1.25;
    padding: 0;
}

@media (min-width: 43.75em) {
    blockquote {
        font-size: 1.5em;
        line-height: 1.45833333;
    }
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

html {
    box-sizing: border-box;
}

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

body {
    color: #111;
    font-family: "PT Serif", Georgia, Times, serif;
    font-size: 112.5%;
    line-height: 1.75;
    overflow-x: hidden;
}

body p, body ul.noList {
    margin: 0 0 2rem;
}

::-moz-selection {
    background: #2e8b57;
    color: white;
}

::selection {
    background: #2e8b57;
    color: white;
}

img, video, audio, iframe, object {
    max-width: 100%;
}

img.border {
  border: 1px solid black;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 610px;
    padding: 0 20px;
}

.container:after {
    clear: both;
    content: " ";
    display: block;
}

a {
    color: #2e8b57;
}

a:hover {
    color: #1b5233;
}

.nav-collapse {
    z-index: 1;
}

.nav-collapse ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-collapse ul li {
    background: seagreen;
    border-bottom: 2px solid #349e63;
    display: block;
    width: 100%;
}

.nav-collapse ul li a {
    color: white;
    display: block;
    padding: 5px 2rem;
    text-decoration: none;
}

.js .nav-collapse {
    clear: both;
    clip: rect(0 0 0 0);
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.nav-toggle {
    background-color: seagreen;
    border-radius: 4px;
    color: white;
    float: right;
    line-height: 2em;
    margin-top: .5em;
    moz-user-select: none;
    ms-user-select: none;
    o-user-select: none;
    padding: 0 .5em;
    position: relative;
    right: 2rem;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    user-select: none;
    webkit-tap-highlight-color: transparent;
    webkit-touch-callout: none;
    webkit-transition: all 0.2s ease-in-out;
    webkit-user-select: none;
}

.nav-toggle:hover {
    background-color: #21653f;
    color: white;
}

.noList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.contact-icon {
    margin-left: 0.2rem;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 1.5rem;
}

.pageTitle {
    margin: 2rem auto 1em;
    text-align: center;
}

.content {
    padding-top: 1em;
}

.header {
    background-color: seagreen;
    background-image: url("../img/header-bridge-min.jpg");
    background-position: center center;
    background-size: cover;
    color: white;
    height: 3em;
    padding: 0;
}

.header .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
}

.header .container:after {
    clear: both;
    content: " ";
    display: block;
}

.header h1 {
    float: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 800;
    line-height: 3em;
    margin: 0;
    padding-left: 2rem;
    text-transform: uppercase;
}

.header h1 a {
    color: white;
    text-decoration: none;
}

.post .postTitle {
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-align: center;
}

.post blockquote {
    clear: both;
    line-height: 1.8;
    margin: 2.5em 0;
    padding: 0;
    position: relative;
}

.post blockquote:before {
    background: seagreen;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 75px);
    position: absolute;
    top: -1.25em;
    width: 150px;
}

.post blockquote:after {
    background: seagreen;
    bottom: -1.25em;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 75px);
    position: absolute;
    width: 150px;
}

.post .meta {
    color: gray;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
}

.post figure {
    margin: 3rem 0;
    text-align: center;
}

.post figure figcaption {
    color: #5e5e5e;
    font-size: .9em;
    font-style: italic;
    text-align: center;
}

.post figure img {
    margin-bottom: .25em;
}

.post img:not(.emoji) {
    margin-bottom: 2rem;
}

.post .highlight {
    clear: both;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

div .highlighter-rouge {
    margin-bottom: 2rem;
    color: #c7254e;
    background-color: #f5f5f5;
}

.post .dropcap {
    color: #2e8b57;
    margin-right: .45rem;
}

.post .featuredImage {
    margin-top: 2rem;
    position: relative;
}

.post .featuredImage img {
    margin-bottom: 0;
}

.post .post-tag {
  background-color: rgba(46, 138, 86, 0.3);
  color: #000;
  border: 2px solid #2e8b57;
  border-radius: .75em;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-right: 5px;
  text-decoration: none;
}

.utterances-container {
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
}

.postNav {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    margin-top: 30px;
}

.postNav .prev, .postNav .next {
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: .9em;
    font-weight: 800;
    height: 5rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

.post-nav-title {
    border: 2px solid #2e8b57;
    border-radius: .75em;
}

.postNav .prev img, .postNav .next img {
    display: block;
    height: auto;
    left: 0;
    ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    webkit-transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.postNav .prev span, .postNav .next span {
    line-height: 1.4;
    ms-transform: translateY(-50%);
    padding: .5rem;
    position: absolute;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
    webkit-transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.postNav .prev.image, .postNav .next.image {
    color: white;
    padding: 0 .5rem;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
}

.postNav .prev:hover.image, .postNav .next:hover.image {
    opacity: .8;
}

.postNav .prev span {
    left: 0;
}

.postNav .next span {
    right: 0;
}

.prev > img {
  padding-right: 15px;
}

.next > img {
  padding-left: 15px;
}


.footer {
    padding: 2rem 0;
    text-align: center;
}

.footer .container {
    border-top: 4px solid #d9d9d9;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-top: .5em;
}

.footer .container:after {
    clear: both;
    content: " ";
    display: block;
}

.footer .copy, .footer .footer-links {
    font-size: .8em;
}

.footer .copy {
    margin-bottom: 1rem;
}

.footer-links ul {
    text-align: center;
}

.footer-links ul li {
    display: inline-block;
}

.footer-links ul li a {
    display: inline-block;
    height: 30px;
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
    width: 30px;
}

.footer-links ul li a svg {
    display: block;
    height: 100%;
    width: 100%;
}

.footer-links ul li a svg .outer-shape {
    fill: #2e8b57;
}

.footer-links ul li a svg .inner-shape {
    fill: white;
}

.footer-links ul li:hover a svg .outer-shape {
    fill: #21653f;
}

.pagination .next {
    float: left;
}

.pagination .previous {
    float: right;
}

.posts li {
    margin-bottom: 4rem;
    position: relative;
}

.posts li:before {
    background: #e6e6e6;
    bottom: -2rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}

.posts li a {
    text-decoration: none;
}

.posts li a:hover {
    text-decoration: underline;
}

.posts li .date {
    color: gray;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: .8em;
    font-weight: 300;
}

.posts li h3 {
    margin: 0 0 .5em;
}

.header-link {
    position: relative;
    left: 0.5em;
    opacity: 0;
    font-size: 0.8em;
    -webkit-transition: opacity 0.2s ease-in-out 0.1s;
    -moz-transition: opacity 0.2s ease-in-out 0.1s;
    -o-transition: opacity 0.2s ease-in-out 0.1s;
    transition: opacity 0.2s ease-in-out 0.1s;
}

.header-link:hover {
    opacity: 1;
}

#mc_embed_signup {
    background: #f7f7f7;
    border: #909497 solid 1px;
    border-radius: .75em;
    padding: 20px 0px 0px 20px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#mc_embed_signup input[type="email"], #mc_embed_signup input[type="text"] {
    background: #fff;
    border: #000 solid 1px;
    border-radius: 4px;
    width: 90%;
    padding-left: 10px;
}

#mc_embed_signup div.clear {
    margin-top: 20px;
    border-radius: .75em;
}

#mc_embed_signup .mce_inline_error {
    width: 90%;
    border-radius: .75em;
}

@media only screen and (max-width: 800px) {
    .post-nav-title {
        border: 2px solid #2e8b57;
        border-radius: .75em;
        display: inline-block;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 800px) {
    .content {
        padding-top: 0;
        position: relative;
        z-index: 1;
    }
    .content:after {
        background: white;
        content: "";
        display: block;
        height: 5em;
        left: 0;
        ms-transform: skewY(-2deg);
        ms-transform-origin: bottom left;
        position: absolute;
        top: -2em;
        transform: skewY(-2deg);
        transform-origin: bottom left;
        webkit-transform: skewY(-2deg);
        webkit-transform-origin: bottom left;
        width: 100%;
        z-index: -1;
    }
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        padding: 0;
    }
    .container:after {
        clear: both;
        content: " ";
        display: block;
    }
    #home .posts, #home .pageTitle, #home .pagination {
        float: left;
        float: none;
        margin: 0 auto 1.5em;
        margin-right: 2.12766%;
        width: 100%;
    }
    #home .pageTitle {
        margin: 2rem auto 1em;
    }
    .header {
        height: 15em;
        padding-bottom: 2em;
        position: relative;
    }
    .header .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        ms-transform: translateY(-50%);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        webkit-transform: translateY(-50%);
    }
    .header .container:after {
        clear: both;
        content: " ";
        display: block;
    }
    .header h1 {
        font-size: 3em;
        letter-spacing: -3px;
        line-height: 1;
        padding-left: 0;
        margin: 20px 0px 0px 0px;
    }
    .header nav {
        clear: left;
        float: left;
    }
    .header nav ul {
        margin: 0;
    }
    .header nav ul li {
        background: none;
        border: none;
        display: inline;
        line-height: 3em;
        padding: 0 5px;
    }
    .header nav ul li a {
        color: white;
        font-size: .9em;
        padding: 0 .25em;
        text-decoration: none;
    }
    .header nav ul li a:hover {
        color: #ccc;
    }
    .header nav ul li.current {
        border-bottom: 4px solid rgba(255, 255, 255, 0.4);
        padding-bottom: .25em;
    }
    .js .nav-collapse {
        max-height: none;
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
        margin-top: 10px;
    }
    .js .nav-collapse ul li a {
        display: inline-block;
    }
    .nav-toggle {
        display: none;
    }
    .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post p, .post ol, .post dl, .post .pageTitle {
        float: left;
        float: none;
        margin: 0 auto 2rem;
        margin-right: 2.12766%;
        width: 100%;
    }
    .post h1, .post .h1, .post h2, .post .h2, .post h3, .post .h3, .post h4, .post .h4, .post h5, .post .h5, .post h6, .post .h6 {
        margin: 1rem auto;
    }
    .post .pageTitle {
        margin: 2rem auto 1em;
    }
    .post .featuredImage {
        margin-top: 2rem;
        position: relative;
    }
    .post .featuredImage:before {
        background: white;
        content: "";
        display: block;
        height: 4em;
        left: 0;
        ms-transform: skewY(-2deg);
        ms-transform-origin: bottom left;
        position: absolute;
        top: -2em;
        transform: skewY(-2deg);
        transform-origin: bottom left;
        webkit-transform: skewY(-2deg);
        webkit-transform-origin: bottom left;
        width: 100%;
    }
    .postNav .prev, .postNav .next {
        width: 50%;
    }
    .postNav .prev {
        float: left;
        text-align: left;
    }
    .postNav .next {
        float: right;
        text-align: right;
    }
    .footer-links {
        float: right;
    }
    .footer .copy {
        float: left;
    }
    .footer .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        padding: 1rem 0;
    }
    .footer .container:after {
        clear: both;
        content: " ";
        display: block;
    }
    .contactContent {
        float: left;
        margin-right: 2.12766%;
        width: 48.93617%;
    }
    #contact form {
        float: right;
        margin-right: 0;
        width: 48.93617%;
    }
}
