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-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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;
  padding: 0; }

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.hidden {
  display: none !important; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
  .highlight td.gutter.gl {
    padding-right: 20px; }
  .highlight pre.lineno {
    color: #777; }

a {
  color: #165084; }
  a:hover {
    color: #0f3658; }

.wf-loading {
  visibility: hidden; }

.wf-active,
.wf-inactive {
  visibility: visible; }

body {
  font-family: "myriad-pro", sans-serif; }

code,
kbd,
pre,
samp {
  font-family: "hack", monospace; }

body {
  margin: 20px;
  font-variant-ligatures: discretionary-ligatures;
  -moz-font-feature-settings: "dlig";
  -webkit-font-feature-settings: "dlig";
  font-feature-settings: "dlig"; }

.highlight {
  padding: 20px;
  line-height: 180%;
  background-color: #ededed;
  border: 2px solid #ddd;
  border-radius: 4px; }

.highlighter-rouge {
  padding: 0px 4px;
  line-height: 200%;
  background-color: #ededed;
  border: 2px solid #ddd;
  border-radius: 4px; }

pre {
  padding: 0;
  margin: 0; }

header {
  margin: 20px 0;
  max-width: 610px;
  border-bottom: 1px solid #ededed; }
  header img {
    margin-bottom: 20px; }
  header .site-title {
    font-size: 24px;
    color: #000;
    text-decoration: none; }
    header .site-title:hover {
      color: #000; }

nav {
  margin: 20px 0; }

.introduction {
  max-width: 610px; }

footer {
  margin: 60px 0;
  max-width: 610px;
  border-top: 1px solid #ededed;
  font-size: 80%; }

header nav li.active a,
footer nav li.active a {
  text-decoration: none;
  font-weight: 900; }

h2 {
  margin-top: 80px;
  font-weight: 100; }

h3 {
  margin-top: 30px;
  font-weight: 500; }

h4 {
  font-weight: 500; }

ul.jump-social {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

.jump-social {
  position: relative;
  float: left; }
  .jump-social .facebook {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    padding-right: 4px; }
    .jump-social .facebook a {
      display: block;
      width: 32px;
      height: 32px;
      background: url(../img/sprites.png) no-repeat;
      background-position: 0px -64px;
      background-size: 256px 128px;
      opacity: .3; }
      .jump-social .facebook a:hover {
        background-position: 0px -96px;
        opacity: 1; }
      .jump-social .facebook a span {
        display: none; }
  .jump-social .github {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    padding-right: 4px; }
    .jump-social .github a {
      display: block;
      width: 32px;
      height: 32px;
      background: url(../img/sprites.png) no-repeat;
      background-position: -32px -64px;
      background-size: 256px 128px;
      opacity: .3; }
      .jump-social .github a:hover {
        background-position: -32px -96px;
        opacity: 1; }
      .jump-social .github a span {
        display: none; }
  .jump-social .instagram {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    padding-right: 4px; }
    .jump-social .instagram a {
      display: block;
      width: 32px;
      height: 32px;
      background: url(../img/sprites.png) no-repeat;
      background-position: -64px -64px;
      background-size: 256px 128px;
      opacity: .3; }
      .jump-social .instagram a:hover {
        background-position: -64px -96px;
        opacity: 1; }
      .jump-social .instagram a span {
        display: none; }
  .jump-social .linkedin {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    padding-right: 4px; }
    .jump-social .linkedin a {
      display: block;
      width: 32px;
      height: 32px;
      background: url(../img/sprites.png) no-repeat;
      background-position: -96px -64px;
      background-size: 256px 128px;
      opacity: .3; }
      .jump-social .linkedin a:hover {
        background-position: -96px -96px;
        opacity: 1; }
      .jump-social .linkedin a span {
        display: none; }
  .jump-social .pinterest {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    padding-right: 4px; }
    .jump-social .pinterest a {
      display: block;
      width: 32px;
      height: 32px;
      background: url(../img/sprites.png) no-repeat;
      background-position: -128px -64px;
      background-size: 256px 128px;
      opacity: .3; }
      .jump-social .pinterest a:hover {
        background-position: -128px -96px;
        opacity: 1; }
      .jump-social .pinterest a span {
        display: none; }
  .jump-social .twitter {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    padding-right: 4px; }
    .jump-social .twitter a {
      display: block;
      width: 32px;
      height: 32px;
      background: url(../img/sprites.png) no-repeat;
      background-position: -192px -64px;
      background-size: 256px 128px;
      opacity: .3; }
      .jump-social .twitter a:hover {
        background-position: -192px -96px;
        opacity: 1; }
      .jump-social .twitter a span {
        display: none; }
  .jump-social .youtube {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    padding-right: 4px; }
    .jump-social .youtube a {
      display: block;
      width: 32px;
      height: 32px;
      background: url(../img/sprites.png) no-repeat;
      background-position: -224px -64px;
      background-size: 256px 128px;
      opacity: .3; }
      .jump-social .youtube a:hover {
        background-position: -224px -96px;
        opacity: 1; }
      .jump-social .youtube a span {
        display: none; }

.more {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.typeBlack {
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-weight: 900; }

.typeBlackItalic {
  font-family: "myriad-pro",sans-serif;
  font-style: italic;
  font-weight: 900; }

button {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  color: #165084; }
  button:hover {
    color: #0f3658; }

.job {
  border-bottom: 1px solid #ededed; }
  .job h3 {
    margin-top: 20px; }
  .job .seeMore,
  .job .seeLess {
    margin-bottom: 20px; }

.uppercase {
  text-transform: uppercase; }

h1 {
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 400; }
