/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

* {
  box-sizing: border-box
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
a:focus {
  outline: thin dotted
}
a:active, a:hover {
  outline: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: bold
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}
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
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
body {
  font-size: 20px;
  color: #333;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility
}
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto Slab, sans-serif;
  font-weight: 300
}
.resume {
  margin-bottom: 0
}
.legible {
  max-width: 960px;
  margin: 15px auto;
  padding: 0 20px
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1em
  }
}
html, body {
  height: 100%
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px
}
footer, .push {
  height: 79px
}
.clearfix:before, .cf:after {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
.container {
  max-width: 1440px;
  margin: 0 auto
}
.row:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.bottom {
  margin-bottom: 0
}
[class*=span-] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2%
}
[class*=span-]:first-child {
  margin-left: 0
}
[class*=span-] img {
  max-width: 100%;
  display: block
}
.span-1 {
  width: 6.5%
}
.span-2 {
  width: 15.0%
}
.span-3 {
  width: 23.5%
}
.span-4 {
  width: 32.0%
}
.span-5 {
  width: 40.5%
}
.span-6 {
  width: 49.0%
}
.span-7 {
  width: 57.5%
}
.span-8 {
  width: 66.0%
}
.span-9 {
  width: 74.5%
}
.span-10 {
  width: 83.0%
}
.span-11 {
  width: 91.5%
}
.span-12 {
  width: 100%
}
.offset-1 {
  margin-left: 6.5%
}
.offset-2 {
  margin-left: 17.0%
}
.offset-3 {
  margin-left: 25.5%
}
.offset-4 {
  margin-left: 34.0%
}
.offset-5 {
  margin-left: 42.5%
}
.offset-6 {
  margin-left: 51.0%
}
.offset-7 {
  margin-left: 59.5%
}
.offset-8 {
  margin-left: 68.0%
}
.offset-9 {
  margin-left: 76.5%
}
.offset-10 {
  margin-left: 85.0%
}
.offset-11 {
  margin-left: 93.5%
}
@media only screen and (max-width: 768px) {
  .row {
    margin: 0
  }
  [class*=span-] {
    width: 100%;
    margin-left: 0
  }
  [class*=offset-] {
    margin-left: 0
  }
}
nav ul {
  list-style-type: none;
  float: right;
  margin: 0
}
header nav ul {
  margin: 10px 0 0 0
}
nav ul li {
  display: inline-block;
  font-weight: 600;
  margin-left: 20px
}
@media screen and (max-width: 768px) {
  nav ul {
    float: none;
    padding: 0
  }
  nav ul li {
    margin: 0 10px
  }
}
a.current {
  font-style: italic;
  color: orange !important
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: orange
}
header.row {
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc
}
header.row h1 {
  margin: 0
}
header.row a {
  color: #333
}
header.row a:hover {
  color: #ccc
}
a:hover {
  color: #ccc
}
footer {
  border-top: 1px solid #ccc
}
footer .footer-text {
  text-align: left
}
footer .footer-nav {
  padding-top: 20px
}
footer.row {
  padding: 0 20px
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center
  }
  footer .footer-text {
    text-align: center
  }
  footer .footer-text p {
    margin: 10px auto 0
  }
  footer .footer-nav {
    padding: 0
  }
  footer ul {
    float: none
  }
}
.form-element {
  margin: 10px 0;
  padding: 4px 8px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #DDD;
  border-radius: 4px;
  color: #555
}
.form-element:focus {
  border: 1px solid orange;
  outline: none;
  outline-offset: 0
}
textarea.form-element {
  height: 250px
}
button {
  font-family: Roboto Slab, sans-serif;
  background-color: orange;
  padding: 8px 16px;
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
button:hover {
  background-color: #e69500
}
.url-element {
  display: block;
  text-indent: -99999999px;
  position: absolute;
}
#response {
  font-family: Roboto Slab, sans-serif;
  padding: 8px 16px;
  border-radius: 4px;
  display: none;
  line-height: 1.5;
  font-size: .85em
}
.success {
  background-color: #dff0d8;
  border: 1px solid green
}
.error {
  background-color: #f2dede;
  border: 1px solid red
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}