<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 8, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 16, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* line 38, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 48, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 56, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 65, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 74, ../sass/_normalize.scss */
a {
  background: transparent;
}

/* line 81, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 90, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 97, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 103, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 110, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 117, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 124, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 132, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 139, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 146, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 150, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 159, ../sass/_normalize.scss */
img {
  border: 0;
}

/* line 165, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 174, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 180, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 188, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 197, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 217, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 225, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 235, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 248, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 255, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 262, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 271, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 282, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 292, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 300, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 312, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 318, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 327, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 334, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 341, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 351, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 357, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

@media screen and (max-width: 568px) {
  /* line 8, ../sass/_utilities.scss */
  .mobile-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 569px) {
  /* line 14, ../sass/_utilities.scss */
  .mobile-only {
    display: none !important;
  }
}
/* line 19, ../sass/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p547/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, ../sass/_utilities.scss */
.text-left {
  text-align: left;
}

/* line 24, ../sass/_utilities.scss */
.text-center {
  text-align: center;
}

/* line 25, ../sass/_utilities.scss */
.text-right {
  text-align: right;
}

/* line 26, ../sass/_utilities.scss */
.text-justify {
  text-align: justify;
}

/* line 28, ../sass/_utilities.scss */
.pull-left {
  display: inline;
  float: left;
}

/* line 32, ../sass/_utilities.scss */
.pull-right {
  display: inline;
  float: right;
}

/* line 36, ../sass/_utilities.scss */
.reading-width {
  max-width: 38em;
}

/* line 17, ../sass/_flexbox.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 24, ../sass/_flexbox.scss */
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 2em 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 40em) {
  /* line 24, ../sass/_flexbox.scss */
  .row {
    margin: 4em 0;
  }
}

/* line 51, ../sass/_flexbox.scss */
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 59, ../sass/_flexbox.scss */
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 91, ../sass/_flexbox.scss */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 117, ../sass/_flexbox.scss */
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

/* line 128, ../sass/_flexbox.scss */
.col-xs-1 {
  -webkit-flex-basis: 8.333333333%;
  -ms-flex-preferred-size: 8.333333333%;
  flex-basis: 8.333333333%;
  max-width: 8.333333333%;
}

/* line 135, ../sass/_flexbox.scss */
.col-xs-2 {
  -webkit-flex-basis: 16.666666667%;
  -ms-flex-preferred-size: 16.666666667%;
  flex-basis: 16.666666667%;
  max-width: 16.666666667%;
}

/* line 142, ../sass/_flexbox.scss */
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

/* line 149, ../sass/_flexbox.scss */
.col-xs-4 {
  -webkit-flex-basis: 33.333333333%;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
  max-width: 33.333333333%;
}

/* line 156, ../sass/_flexbox.scss */
.col-xs-5 {
  -webkit-flex-basis: 41.666666667%;
  -ms-flex-preferred-size: 41.666666667%;
  flex-basis: 41.666666667%;
  max-width: 41.666666667%;
}

/* line 163, ../sass/_flexbox.scss */
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

/* line 170, ../sass/_flexbox.scss */
.col-xs-7 {
  -webkit-flex-basis: 58.333333333%;
  -ms-flex-preferred-size: 58.333333333%;
  flex-basis: 58.333333333%;
  max-width: 58.333333333%;
}

/* line 177, ../sass/_flexbox.scss */
.col-xs-8 {
  -webkit-flex-basis: 66.666666667%;
  -ms-flex-preferred-size: 66.666666667%;
  flex-basis: 66.666666667%;
  max-width: 66.666666667%;
}

/* line 184, ../sass/_flexbox.scss */
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

/* line 191, ../sass/_flexbox.scss */
.col-xs-10 {
  -webkit-flex-basis: 83.333333333%;
  -ms-flex-preferred-size: 83.333333333%;
  flex-basis: 83.333333333%;
  max-width: 83.333333333%;
}

/* line 198, ../sass/_flexbox.scss */
.col-xs-11 {
  -webkit-flex-basis: 91.666666667%;
  -ms-flex-preferred-size: 91.666666667%;
  flex-basis: 91.666666667%;
  max-width: 91.666666667%;
}

/* line 205, ../sass/_flexbox.scss */
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 1em;
  max-width: 100%;
}

/* line 213, ../sass/_flexbox.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}

/* line 217, ../sass/_flexbox.scss */
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}

/* line 221, ../sass/_flexbox.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 225, ../sass/_flexbox.scss */
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}

/* line 229, ../sass/_flexbox.scss */
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}

/* line 233, ../sass/_flexbox.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 237, ../sass/_flexbox.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}

/* line 241, ../sass/_flexbox.scss */
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}

/* line 245, ../sass/_flexbox.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 249, ../sass/_flexbox.scss */
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}

/* line 253, ../sass/_flexbox.scss */
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}

/* line 257, ../sass/_flexbox.scss */
.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

/* line 265, ../sass/_flexbox.scss */
.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 273, ../sass/_flexbox.scss */
.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

/* line 281, ../sass/_flexbox.scss */
.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 288, ../sass/_flexbox.scss */
.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 295, ../sass/_flexbox.scss */
.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 302, ../sass/_flexbox.scss */
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 308, ../sass/_flexbox.scss */
.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 315, ../sass/_flexbox.scss */
.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

/* line 322, ../sass/_flexbox.scss */
.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 40em) {
  /* line 330, ../sass/_flexbox.scss */
  .container {
    width: 39rem;
  }

  /* line 334, ../sass/_flexbox.scss */
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 365, ../sass/_flexbox.scss */
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    /*
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    */
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 393, ../sass/_flexbox.scss */
  .col-sm {
    /*
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    */
    max-width: 100%;
  }

  /* line 406, ../sass/_flexbox.scss */
  .col-sm-1 {
    max-width: 8.333333333%;
  }

  /* line 413, ../sass/_flexbox.scss */
  .col-sm-2 {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }

  /* line 420, ../sass/_flexbox.scss */
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 427, ../sass/_flexbox.scss */
  .col-sm-4 {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }

  /* line 434, ../sass/_flexbox.scss */
  .col-sm-5 {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }

  /* line 441, ../sass/_flexbox.scss */
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 448, ../sass/_flexbox.scss */
  .col-sm-7 {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }

  /* line 455, ../sass/_flexbox.scss */
  .col-sm-8 {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }

  /* line 462, ../sass/_flexbox.scss */
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 469, ../sass/_flexbox.scss */
  .col-sm-10 {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }

  /* line 476, ../sass/_flexbox.scss */
  .col-sm-11 {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }

  /* line 483, ../sass/_flexbox.scss */
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 490, ../sass/_flexbox.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }

  /* line 494, ../sass/_flexbox.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }

  /* line 498, ../sass/_flexbox.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 502, ../sass/_flexbox.scss */
  .col-sm-offset-4 {
    padding-left: 5rem;
  }

  /* line 507, ../sass/_flexbox.scss */
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }

  /* line 511, ../sass/_flexbox.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 515, ../sass/_flexbox.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }

  /* line 519, ../sass/_flexbox.scss */
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }

  /* line 523, ../sass/_flexbox.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 527, ../sass/_flexbox.scss */
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }

  /* line 531, ../sass/_flexbox.scss */
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }

  /* line 535, ../sass/_flexbox.scss */
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 543, ../sass/_flexbox.scss */
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 551, ../sass/_flexbox.scss */
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 559, ../sass/_flexbox.scss */
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 566, ../sass/_flexbox.scss */
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 573, ../sass/_flexbox.scss */
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 580, ../sass/_flexbox.scss */
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 586, ../sass/_flexbox.scss */
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 593, ../sass/_flexbox.scss */
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 600, ../sass/_flexbox.scss */
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 48em) {
  /* line 609, ../sass/_flexbox.scss */
  .container {
    width: 61rem;
  }

  /* line 637, ../sass/_flexbox.scss */
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 663, ../sass/_flexbox.scss */
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 674, ../sass/_flexbox.scss */
  .col-md-1 {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }

  /* line 681, ../sass/_flexbox.scss */
  .col-md-2 {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }

  /* line 688, ../sass/_flexbox.scss */
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 695, ../sass/_flexbox.scss */
  .col-md-4 {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }

  /* line 702, ../sass/_flexbox.scss */
  .col-md-5 {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }

  /* line 709, ../sass/_flexbox.scss */
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 716, ../sass/_flexbox.scss */
  .col-md-7 {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }

  /* line 723, ../sass/_flexbox.scss */
  .col-md-8 {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }

  /* line 730, ../sass/_flexbox.scss */
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 737, ../sass/_flexbox.scss */
  .col-md-10 {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }

  /* line 744, ../sass/_flexbox.scss */
  .col-md-11 {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }

  /* line 751, ../sass/_flexbox.scss */
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 758, ../sass/_flexbox.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }

  /* line 762, ../sass/_flexbox.scss */
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }

  /* line 766, ../sass/_flexbox.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 770, ../sass/_flexbox.scss */
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }

  /* line 774, ../sass/_flexbox.scss */
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }

  /* line 778, ../sass/_flexbox.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 782, ../sass/_flexbox.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }

  /* line 786, ../sass/_flexbox.scss */
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }

  /* line 790, ../sass/_flexbox.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 794, ../sass/_flexbox.scss */
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }

  /* line 798, ../sass/_flexbox.scss */
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }

  /* line 802, ../sass/_flexbox.scss */
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 810, ../sass/_flexbox.scss */
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 818, ../sass/_flexbox.scss */
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 826, ../sass/_flexbox.scss */
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 833, ../sass/_flexbox.scss */
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 840, ../sass/_flexbox.scss */
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 847, ../sass/_flexbox.scss */
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 853, ../sass/_flexbox.scss */
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 860, ../sass/_flexbox.scss */
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 867, ../sass/_flexbox.scss */
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  /* line 876, ../sass/_flexbox.scss */
  .container {
    width: 71rem;
  }

  /* line 904, ../sass/_flexbox.scss */
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 930, ../sass/_flexbox.scss */
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 941, ../sass/_flexbox.scss */
  .col-lg-1 {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }

  /* line 948, ../sass/_flexbox.scss */
  .col-lg-2 {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }

  /* line 955, ../sass/_flexbox.scss */
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 962, ../sass/_flexbox.scss */
  .col-lg-4 {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }

  /* line 969, ../sass/_flexbox.scss */
  .col-lg-5 {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }

  /* line 976, ../sass/_flexbox.scss */
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 983, ../sass/_flexbox.scss */
  .col-lg-7 {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }

  /* line 990, ../sass/_flexbox.scss */
  .col-lg-8 {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }

  /* line 997, ../sass/_flexbox.scss */
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 1004, ../sass/_flexbox.scss */
  .col-lg-10 {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }

  /* line 1011, ../sass/_flexbox.scss */
  .col-lg-11 {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }

  /* line 1018, ../sass/_flexbox.scss */
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 1025, ../sass/_flexbox.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }

  /* line 1029, ../sass/_flexbox.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }

  /* line 1033, ../sass/_flexbox.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1037, ../sass/_flexbox.scss */
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }

  /* line 1041, ../sass/_flexbox.scss */
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }

  /* line 1045, ../sass/_flexbox.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1049, ../sass/_flexbox.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }

  /* line 1053, ../sass/_flexbox.scss */
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }

  /* line 1057, ../sass/_flexbox.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1061, ../sass/_flexbox.scss */
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }

  /* line 1065, ../sass/_flexbox.scss */
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }

  /* line 1069, ../sass/_flexbox.scss */
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 1077, ../sass/_flexbox.scss */
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 1085, ../sass/_flexbox.scss */
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 1093, ../sass/_flexbox.scss */
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 1100, ../sass/_flexbox.scss */
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1107, ../sass/_flexbox.scss */
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 1114, ../sass/_flexbox.scss */
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 1120, ../sass/_flexbox.scss */
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 1127, ../sass/_flexbox.scss */
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1134, ../sass/_flexbox.scss */
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* line 1, ../sass/_content.scss */
h1 {
  font-size: 1.85em;
  font-weight: 300;
  margin: .5em 0;
}

/* line 7, ../sass/_content.scss */
h2 {
  font-size: 1.85em;
  font-weight: 300;
}

/* line 12, ../sass/_content.scss */
h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 1.2em;
}

/* line 20, ../sass/_content.scss */
h4 {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 0 .25em;
}

/* line 27, ../sass/_content.scss */
h5 {
  font-size: 1.15em;
  font-weight: 400;
  margin: .5em 0;
}

/* line 33, ../sass/_content.scss */
p {
  font-family: "Halant", serif;
  font-weight: 300;
  margin: .5em 0;
}

/* line 39, ../sass/_content.scss */
a {
  color: #e04a5e;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
/* line 49, ../sass/_content.scss */
a:hover, a:active, a:focus {
  color: #a32c64;
}

/* line 54, ../sass/_content.scss */
.center {
  text-align: center;
}

@media screen and (max-width: 39.9999em) {
  /* line 60, ../sass/_content.scss */
  h3 {
    font-size: 1.6em;
    margin-bottom: .5em;
  }
}
/* line 74, ../sass/_content.scss */
form input,
form textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: .25em;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 1.1em;
  margin: 0 auto 1.25em;
  padding: .25em .5em;
  width: 100%;
}
/* line 87, ../sass/_content.scss */
form input[placeholder],
form textarea[placeholder] {
  color: white;
  -webkit-text-fill-color: white;
  -moz-text-fill-color: white;
}
/* line 94, ../sass/_content.scss */
form input:hover, form input:active,
form textarea:hover,
form textarea:active {
  border-color: white;
}
/* line 98, ../sass/_content.scss */
form input:focus,
form textarea:focus {
  outline: #a32c64 auto 4px;
}
/* line 105, ../sass/_content.scss */
form input {
  border-radius: 0;
  border-width: 0 0 1px;
  /* 		.send-btn */
}
/* line 110, ../sass/_content.scss */
form input[type="submit"] {
  background-color: white;
  border-radius: .25em;
  border-width: 1px;
  color: #a32c64;
  opacity: .75;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
/* line 122, ../sass/_content.scss */
form input[type="submit"]:hover, form input[type="submit"]:active, form input[type="submit"]:focus {
  opacity: 1;
}
/* line 128, ../sass/_content.scss */
form textarea {
  min-height: 8em;
}
@media only screen and (min-width: 40em) {
  /* line 134, ../sass/_content.scss */
  form input, form textarea {
    font-size: 1.25em;
    padding: .5em .75em;
    width: 24em;
  }
}

/* line 142, ../sass/_content.scss */
button {
  background: transparent;
  border: none;
}

/* line 1, ../sass/_base.scss */
html {
  background: #333333;
}

/* line 5, ../sass/_base.scss */
body {
  background: #fafafa;
  -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
  color: #333333;
  font: normal normal 300 17px/1.5 "Work Sans", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

/* line 14, ../sass/_base.scss */
.chromeframe {
  background: #f8dade;
  margin: 0;
  padding: .5em 1em;
  text-align: center;
}
/* line 20, ../sass/_base.scss */
.chromeframe a {
  text-decoration: underline;
}

/* line 25, ../sass/_base.scss */
.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
  width: 92%;
}

@media screen and (max-width: 39.9999em) {
  /* line 35, ../sass/_base.scss */
  .wrapper {
    width: 100%;
  }
}
/* line 40, ../sass/_base.scss */
.content {
  padding: 2rem 1rem;
}
@media only screen and (min-width: 40em) {
  /* line 40, ../sass/_base.scss */
  .content {
    padding: 3rem 1.5rem;
  }
}

/* line 48, ../sass/_base.scss */
img {
  display: block;
  width: 100%;
}

/* line 53, ../sass/_base.scss */
nav {
  background-color: white;
  border-bottom: 1px solid #ededed;
  line-height: 1.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* line 62, ../sass/_base.scss */
nav .name {
  display: block;
  float: left;
  font-size: 1.25em;
  font-weight: 500;
  margin: .75em 0;
  background-image: -webkit-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: -moz-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: -o-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*
  		
  		transition: background-image 1s ease-in-out;
  		-moz-transition: background-image 1s ease-in-out;
  		-webkit-transition: background-image 1s ease-in-out;
  		
  		&amp;:hover,
  		&amp;:active,
  		&amp;:focus {
  			@include gradient-text-opposite;
  		}
  */
}
/* line 83, ../sass/_base.scss */
nav ul {
  float: right;
  margin: 0;
}
/* line 88, ../sass/_base.scss */
nav li {
  display: inline-block;
}
/* line 91, ../sass/_base.scss */
nav li a {
  color: #333333;
  display: block;
  padding: 1em;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
/* line 101, ../sass/_base.scss */
nav li a:hover, nav li a:active, nav li a:focus {
  color: #e04a5e;
}
@media screen and (min-width: 30em) {
  /* line 107, ../sass/_base.scss */
  nav .menu-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 39.9999em) {
  /* line 53, ../sass/_base.scss */
  nav {
    /*
    		.hidden_menu {
    			display:none;
    		}
    */
  }
  /* line 120, ../sass/_base.scss */
  nav .menu-toggle {
    background-image: url(../img/hamburger.svg);
    background-repeat: no-repeat;
    display: block !important;
    float: right;
    height: 15px;
    margin: 1.1em 0;
    width: 22px;
  }
  /* line 129, ../sass/_base.scss */
  nav .menu-toggle.toggle-on {
    opacity: .5;
  }
  /* line 132, ../sass/_base.scss */
  nav .menu-toggle.toggle-on + ul {
    display: block;
  }
  /* line 135, ../sass/_base.scss */
  nav .menu-toggle.toggle-on + ul li {
    display: block;
    text-align: right;
  }
  /* line 139, ../sass/_base.scss */
  nav .menu-toggle.toggle-on + ul li a {
    padding: 1em 0;
  }
  /* line 146, ../sass/_base.scss */
  nav ul {
    clear: both;
    display: none;
  }
}

/* line 156, ../sass/_base.scss */
.bottom-nav {
  background-color: #ededed;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 50;
}
/* line 163, ../sass/_base.scss */
.bottom-nav a {
  display: table-cell;
  font-size: .85em;
  padding: 1em 0;
  width: 50%;
}
/* line 170, ../sass/_base.scss */
.bottom-nav .prev {
  float: left;
}
/* line 174, ../sass/_base.scss */
.bottom-nav .prev:before {
  background-image: url("../img/arrow_prev.svg");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: .5em;
  position: relative;
  top: 1px;
  width: 5px;
  transition: margin .25s ease-in-out;
  -moz-transition: margin .25s ease-in-out;
  -webkit-transition: margin .25s ease-in-out;
}
/* line 193, ../sass/_base.scss */
.bottom-nav .prev:hover:before, .bottom-nav .prev:active:before, .bottom-nav .prev:focus:before {
  margin-left: -1em;
  margin-right: 1.5em;
}
/* line 200, ../sass/_base.scss */
.bottom-nav .next {
  border-left: 1px solid;
  float: right;
  text-align: right;
  width: 49%;
}
/* line 206, ../sass/_base.scss */
.bottom-nav .next:after {
  background-image: url("../img/arrow_next.svg");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: .5em;
  position: relative;
  top: 1px;
  width: 5px;
  transition: margin .25s ease-in-out;
  -moz-transition: margin .25s ease-in-out;
  -webkit-transition: margin .25s ease-in-out;
}
/* line 225, ../sass/_base.scss */
.bottom-nav .next:hover:after, .bottom-nav .next:active:after, .bottom-nav .next:focus:after {
  margin-right: -1em;
  margin-left: 1.5em;
}
@media only screen and (min-width: 40em) {
  /* line 234, ../sass/_base.scss */
  .bottom-nav div {
    display: table;
    width: 100%;
  }
  /* line 239, ../sass/_base.scss */
  .bottom-nav a {
    font-size: 1.35em;
    padding: .5em 0;
  }
  /* line 246, ../sass/_base.scss */
  .bottom-nav .prev:before {
    height: 24px;
    margin-right: 1em;
    top: 4px;
    width: 13px;
  }
  /* line 257, ../sass/_base.scss */
  .bottom-nav .prev:hover:before, .bottom-nav .prev:active:before, .bottom-nav .prev:focus:before {
    margin-left: -.5em;
    margin-right: 1.5em;
  }
  /* line 266, ../sass/_base.scss */
  .bottom-nav .next:after {
    height: 24px;
    margin-left: 1em;
    top: 4px;
    width: 13px;
  }
  /* line 277, ../sass/_base.scss */
  .bottom-nav .next:hover:after, .bottom-nav .next:active:after, .bottom-nav .next:focus:after {
    margin-right: -.5em;
    margin-left: 1.5em;
  }
}

/* line 288, ../sass/_base.scss */
footer {
  background-image: -webkit-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: -moz-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: -o-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  color: white;
}
/* line 292, ../sass/_base.scss */
footer .wrapper {
  padding-bottom: 2em;
  padding-top: 1em;
}
/* line 297, ../sass/_base.scss */
footer ul {
  margin: 0 0 2em;
  padding: 0;
  text-align: center;
}
/* line 303, ../sass/_base.scss */
footer li {
  display: inline-block;
  vertical-align: middle;
}
/* line 308, ../sass/_base.scss */
footer li.social-media {
  padding: 0;
}
/* line 311, ../sass/_base.scss */
footer li.social-media a {
  display: inline-block;
}
/* line 316, ../sass/_base.scss */
footer .copyright {
  letter-spacing: .05em;
  margin: .25em;
  opacity: .5;
  text-align: center;
}
@media screen and (max-width: 39.9999em) {
  /* line 325, ../sass/_base.scss */
  footer li.social-media {
    display: block;
  }
  /* line 328, ../sass/_base.scss */
  footer li.social-media a {
    display: inline-block;
  }
  /* line 333, ../sass/_base.scss */
  footer .decimal {
    display: none;
  }
}
@media only screen and (min-width: 40em) {
  /* line 340, ../sass/_base.scss */
  footer .wrapper {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  /* line 345, ../sass/_base.scss */
  footer ul {
    margin: 0;
  }
  /* line 349, ../sass/_base.scss */
  footer li {
    padding: 0 1em;
  }
}

/* line 356, ../sass/_base.scss */
.message,
.success,
.error {
  margin-bottom: 1.5em;
  text-align: center;
}

/* line 362, ../sass/_base.scss */
.icon {
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  display: block;
  height: 34px;
  width: 60px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
/* line 374, ../sass/_base.scss */
.icon.linkedin {
  background-image: url("../img/icon_linkedin.svg");
}
/* line 378, ../sass/_base.scss */
.icon.resume {
  background-image: url("../img/icon_resume.svg");
}
/* line 382, ../sass/_base.scss */
.icon.instagram {
  background-image: url("../img/icon_instagram.svg");
}
/* line 388, ../sass/_base.scss */
.icon:hover, .icon:active, .icon:focus {
  opacity: .75;
}
@media screen and (max-width: 39.9999em) {
  /* line 395, ../sass/_base.scss */
  .icon.linkedin, .icon.resume {
    background-size: 28px;
  }
}

/* line 2, ../sass/_home.scss */
header {
  background-image: -webkit-linear-gradient(125deg, #f2f2f2, #dedede);
  background-image: -moz-linear-gradient(125deg, #f2f2f2, #dedede);
  background-image: -o-linear-gradient(125deg, #f2f2f2, #dedede);
  background-image: linear-gradient(125deg, #f2f2f2, #dedede);
  margin-bottom: 3em;
  padding: 5em 0 0;
  position: relative;
}
/* line 8, ../sass/_home.scss */
header .intro-text {
  float: right;
  position: relative;
  z-index: 5;
}
/* line 13, ../sass/_home.scss */
header .intro-text p {
  color: #555;
  margin: 0 auto;
}
/* line 18, ../sass/_home.scss */
header .intro-text .apostrophe {
  margin-left: -1px;
  margin-right: -2px;
}
/* line 23, ../sass/_home.scss */
header .intro-text .title {
  background-image: -webkit-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: -moz-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: -o-linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  background-image: linear-gradient(160deg, #ff7a49, #e04a5e, #a32c64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  line-height: 1.25em;
  margin: 0;
}
/* line 33, ../sass/_home.scss */
header .intro-text {
  margin-left: 50%;
  padding: 4em 0 15em;
  text-align: left;
}
/* line 38, ../sass/_home.scss */
header .intro-text p {
  font-size: 1.25em;
}
/* line 42, ../sass/_home.scss */
header .intro-text .title {
  font-size: 2.55em;
}
/* line 47, ../sass/_home.scss */
header .elli-eyes {
  bottom: 0;
  left: -11%;
  margin-bottom: -95px;
  position: absolute;
  width: 420px;
}
/* line 56, ../sass/_home.scss */
header .elli-mobile {
  bottom: 0;
  display: block;
  margin-bottom: -41px;
  position: absolute;
  right: 0px;
  width: 375px;
}
/* line 65, ../sass/_home.scss */
header .elli {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 73, ../sass/_home.scss */
  header .elli-mobile {
    display: none;
  }
  /* line 77, ../sass/_home.scss */
  header .elli {
    bottom: 0;
    display: block;
    margin-bottom: -41px;
    position: absolute;
    right: 4%;
    width: 450px;
  }
  /* line 86, ../sass/_home.scss */
  header .intro-text {
    margin-left: 46%;
    padding: 5em 0 12em;
  }
  /* line 90, ../sass/_home.scss */
  header .intro-text .title {
    font-size: 3.25em;
  }
  /* line 95, ../sass/_home.scss */
  header .elli-eyes {
    left: -3%;
    margin-bottom: -92px;
    width: 400px;
  }
  /* line 103, ../sass/_home.scss */
  header .intro-text2 p {
    font-size: 1.3em;
  }
  /* line 107, ../sass/_home.scss */
  header .intro-text2 .title {
    font-size: 3.15em;
  }
}
@media (min-width: 920px) {
  /* line 115, ../sass/_home.scss */
  header .intro-text {
    margin-left: 45%;
    padding: 6em 0 15em;
  }
  /* line 119, ../sass/_home.scss */
  header .intro-text .title {
    font-size: 3em;
  }
  /* line 124, ../sass/_home.scss */
  header .elli-eyes {
    margin-bottom: -102px;
    width: 450px;
  }
}
@media (min-width: 1050px) {
  /* line 132, ../sass/_home.scss */
  header .elli {
    right: 10%;
  }
  /* line 136, ../sass/_home.scss */
  header .intro-text {
    float: none;
    margin-left: 45%;
  }
  /* line 140, ../sass/_home.scss */
  header .intro-text .title {
    font-size: 3.25em;
  }
  /* line 144, ../sass/_home.scss */
  header .intro-text p {
    font-size: 1.37em;
    white-space: nowrap;
  }
  /* line 150, ../sass/_home.scss */
  header .elli-eyes {
    left: 5%;
    margin-bottom: -102px;
    width: 450px;
  }
}
@media screen and (max-width: 568px) {
  /* line 2, ../sass/_home.scss */
  header {
    margin-bottom: 2em;
    padding-top: 3em;
  }
  /* line 162, ../sass/_home.scss */
  header .intro-text2 {
    margin: 7em 0;
    width: 55%;
  }
  /* line 166, ../sass/_home.scss */
  header .intro-text2 p {
    font-size: 1em;
    width: 100%;
  }
  /* line 171, ../sass/_home.scss */
  header .intro-text2 .title {
    font-size: 1.6em;
  }
  /* line 177, ../sass/_home.scss */
  header .elli {
    display: none;
  }
  /* line 181, ../sass/_home.scss */
  header .elli-mobile {
    bottom: 0;
    display: block;
    margin-bottom: -35px;
    position: absolute;
    right: 0px;
    width: 50%;
  }
  /* line 190, ../sass/_home.scss */
  header .intro-text {
    margin-left: 45%;
    padding: 5em 0 10em;
    text-align: center;
  }
  /* line 195, ../sass/_home.scss */
  header .intro-text p {
    font-size: 1.1em;
  }
  /* line 199, ../sass/_home.scss */
  header .intro-text .title {
    font-size: 2.25em;
  }
  /* line 204, ../sass/_home.scss */
  header .elli-eyes {
    left: -7%;
    margin-bottom: -72px;
    width: 320px;
  }
}
@media (max-width: 500px) {
  /* line 214, ../sass/_home.scss */
  header .intro-text2 {
    margin: 6em 0;
    width: 60%;
  }
  /* line 219, ../sass/_home.scss */
  header .elli-mobile {
    margin-bottom: -28px;
    width: 50%;
  }
  /* line 224, ../sass/_home.scss */
  header .intro-text {
    margin-left: 45%;
    padding: 5em 0 10em;
  }
  /* line 228, ../sass/_home.scss */
  header .intro-text .title {
    font-size: 2em;
  }
  /* line 233, ../sass/_home.scss */
  header .elli-eyes {
    left: -7%;
    margin-bottom: -65px;
    width: 290px;
  }
}
@media (max-width: 448px) {
  /* line 243, ../sass/_home.scss */
  header .intro-text2 {
    margin: 6em 0;
  }
  /* line 247, ../sass/_home.scss */
  header .elli-mobile {
    margin-bottom: -30px;
    width: 65%;
  }
  /* line 252, ../sass/_home.scss */
  header .intro-text {
    padding: 5em 0 10em;
  }
  /* line 255, ../sass/_home.scss */
  header .intro-text .title {
    font-size: 1.85em;
  }
  /* line 260, ../sass/_home.scss */
  header .elli-eyes {
    left: -10%;
  }
}
@media (max-width: 375px) {
  /* line 2, ../sass/_home.scss */
  header {
    margin-bottom: 0;
  }
  /* line 270, ../sass/_home.scss */
  header .intro-text2 {
    margin: 5em 0;
  }
  /* line 274, ../sass/_home.scss */
  header .elli-mobile {
    margin-bottom: -27px;
  }
  /* line 278, ../sass/_home.scss */
  header .intro-text {
    margin-left: 45%;
    padding: 3em 0 6em;
  }
  /* line 282, ../sass/_home.scss */
  header .intro-text .title {
    font-size: 1.5em;
    font-weight: 400;
  }
  /* line 288, ../sass/_home.scss */
  header .elli-eyes {
    left: -13%;
    margin-bottom: -57px;
    width: 250px;
  }
}
@media (max-width: 320px) {
  /* line 298, ../sass/_home.scss */
  header .intro-text2 {
    margin: 4em 0 2em;
  }
  /* line 302, ../sass/_home.scss */
  header .elli-mobile {
    margin-bottom: -23px;
  }
  /* line 306, ../sass/_home.scss */
  header .intro-text {
    margin-left: 40%;
    padding: 3em 0 6em;
  }
  /* line 310, ../sass/_home.scss */
  header .intro-text .title {
    font-size: 1.4em;
  }
  /* line 315, ../sass/_home.scss */
  header .elli-eyes {
    margin-bottom: -45px;
    width: 200px;
  }
}

/* line 325, ../sass/_home.scss */
.work .row {
  margin: 0;
}
/* line 329, ../sass/_home.scss */
.work ul {
  padding: 0;
}
/* line 333, ../sass/_home.scss */
.work li {
  padding: .5rem;
}
/* line 336, ../sass/_home.scss */
.work li a {
  background-color: pink;
}
@media screen and (min-width: 48em) {
  /* line 356, ../sass/_home.scss */
  .work .col-sm-4 {
    max-width: 32%;
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  /* line 364, ../sass/_home.scss */
  .work .col-sm-4:nth-child(3n+3) {
    margin-right: 0;
  }
}

/* line 374, ../sass/_home.scss */
.experience ul {
  margin: 0 0 1.25em;
  padding: 0;
}
/* line 378, ../sass/_home.scss */
.experience ul.col-xs-4 {
  margin: 0 2rem 1rem 0;
}
/* line 383, ../sass/_home.scss */
.experience li {
  display: block;
}

/* line 388, ../sass/_home.scss */
.about {
  background-color: #ededed;
  margin: 0;
}
/* line 392, ../sass/_home.scss */
.about .pic {
  background-image: url(../img/hiking.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 0;
  min-height: 350px;
  padding: 0px;
}
/* line 402, ../sass/_home.scss */
.about .pic img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 409, ../sass/_home.scss */
.about .about-text {
  margin: auto;
  padding: 1rem 2rem;
}
@media only screen and (min-width: 40em) {
  /* line 416, ../sass/_home.scss */
  .about .about-text {
    padding: 5rem 4rem;
  }
}

@media only screen and (min-width: 40em) {
  /* line 427, ../sass/_home.scss */
  .experience .col-sm-4:nth-child(3n+2) {
    margin: 0 3rem 0 -3rem;
  }
}

/* line 1, ../sass/_work.scss */
.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 6, ../sass/_work.scss */
.background .client-logo {
  margin: auto;
  max-height: 125px;
}
/* line 12, ../sass/_work.scss */
.background.ptw {
  background-image: url("../img/ptw-bg.jpg");
  background-size: cover;
}
/* line 17, ../sass/_work.scss */
.background.squared {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url("../img/squared_bg.svg");
  background-repeat: repeat;
}
/* line 22, ../sass/_work.scss */
.background.dreamaccounts {
  background-image: url("../img/dreamaccount_bg.svg");
  background-repeat: repeat;
  background-size: 250px;
}
/* line 28, ../sass/_work.scss */
.background.jarvus {
  background-image: url("../img/jarvus_bg.jpg");
}
/* line 32, ../sass/_work.scss */
.background.kudzoo {
  background-image: url("../img/kudzoo_bg.jpg");
}
/* line 36, ../sass/_work.scss */
.background.ela {
  background-image: url("../img/ela_bg.jpg");
}
/* line 40, ../sass/_work.scss */
.background.slate {
  background: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4)), url("../img/slate_bg.jpg");
}
/* line 44, ../sass/_work.scss */
.background.wharton {
  background-image: url("../img/wharton_bg.jpg");
}
/* line 48, ../sass/_work.scss */
.background.clearswitch {
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(238, 238, 238, 0.8)), url("../img/clearswitch_bg.jpg");
}
/* line 51, ../sass/_work.scss */
.background.clearswitch img {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.35));
}
/* line 57, ../sass/_work.scss */
.background.ontray {
  background-image: url("../img/ontray_pattern.svg"), linear-gradient(#2eaddf, #1985b0);
  background-repeat: repeat;
  background-size: 350px, 100%;
}
@media screen and (max-width: 39.9999em) {
  /* line 1, ../sass/_work.scss */
  .background {
    min-height: 150px;
    padding: 2em 1em;
  }
  /* line 68, ../sass/_work.scss */
  .background .client-logo {
    max-height: 100px;
  }
}
@media screen and (min-width: 30em) {
  /* line 1, ../sass/_work.scss */
  .background {
    min-height: 250px;
  }
  /* line 76, ../sass/_work.scss */
  .background .client-logo {
    width: 75%;
  }
}

/* line 82, ../sass/_work.scss */
.project-header {
  min-height: 0;
  padding: 3em 2em;
}
/* line 86, ../sass/_work.scss */
.project-header h1 {
  font-size: 2.75em;
  line-height: 1.25em;
  text-align: center;
}
/* line 91, ../sass/_work.scss */
.project-header h1.light {
  color: white;
}
/* line 96, ../sass/_work.scss */
.project-header.ptw {
  background-image: linear-gradient(to bottom right, rgba(125, 194, 67, 0.75), rgba(23, 179, 204, 0.75)), url("../img/ptw2015_bg.png");
  background-repeat: repeat;
  background-size: 100%,225px auto;
}
@media only screen and (min-width: 40em) {
  /* line 82, ../sass/_work.scss */
  .project-header {
    padding: 6em 2em;
  }
  /* line 109, ../sass/_work.scss */
  .project-header h1 {
    font-size: 3.5em;
  }
}

/* line 115, ../sass/_work.scss */
.project {
  padding: 3.25rem 0;
}
/* line 120, ../sass/_work.scss */
.project .project-intro .background {
  max-height: 250px;
}
/* line 124, ../sass/_work.scss */
.project .project-intro .client-logo {
  margin: auto;
  max-height: 150px;
  max-width: 300px;
}
/* line 130, ../sass/_work.scss */
.project .project-intro .task {
  margin-bottom: 1em;
}
/* line 135, ../sass/_work.scss */
.project .project-img {
  margin-bottom: 1rem;
}
/* line 138, ../sass/_work.scss */
.project .project-img.browser {
  margin: 0 auto 3rem;
}
/* line 141, ../sass/_work.scss */
.project .project-img.browser .screenshot {
  border: #eeeeee solid;
  border-width: 0 2px 2px;
  box-sizing: border-box;
}
/* line 148, ../sass/_work.scss */
.project .project-img.ela-logo {
  margin: auto;
  max-width: 80%;
}
/* line 154, ../sass/_work.scss */
.project .single-phone {
  margin: auto;
  max-width: 350px;
}
/* line 159, ../sass/_work.scss */
.project .description {
  margin-top: 1em;
}
/* line 162, ../sass/_work.scss */
.project .description h5 {
  margin-top: 0;
}
@media only screen and (min-width: 40em) {
  /* line 171, ../sass/_work.scss */
  .project .project-intro .description {
    padding-left: 2.5em;
  }
  /* line 175, ../sass/_work.scss */
  .project .project-intro .client-logo {
    max-height: 200px;
    max-width: 300px;
  }
  /* line 180, ../sass/_work.scss */
  .project .project-intro h1 {
    margin-top: 0;
  }
}

/* line 190, ../sass/_work.scss */
.icons-mobile {
  display: none;
}

@media screen and (max-width: 568px) {
  /* line 196, ../sass/_work.scss */
  .icons-desktop {
    display: none;
  }

  /* line 200, ../sass/_work.scss */
  .icons-mobile {
    display: block;
  }
}
/* line 205, ../sass/_work.scss */
.demo-screenshot {
  height: 571px;
  position: relative;
  width: 280px;
  /*
  	&amp;:after {
  		background-color: rgba(255,255,255,.4);
  		background-image: url('../img/play.png');
  		background-position-y: center;
  		background-position-x: 1.45rem;
  		background-size: 54px;
  		background-repeat: no-repeat;
  		border-radius: 60px;
  		box-shadow: 0px 1px 4px rgba(0,0,0,.4);
  		content: '';
  		height: 60px;
  		left: 0;
  		margin: 0 auto;
  		padding: 1rem;
  		position: absolute;
  		right: 0;
  		top: 40%;
  		width: 60px;
  		z-index: 5;
  	}
  	
  	&amp;:hover:after {
  		background-color: rgba(255,255,255,.65);
  		background-image: url('../img/play_hover.png');
  	}
  */
}

/* line 240, ../sass/_work.scss */
.app-store-btns {
  margin: 1em auto 0;
}

/* line 245, ../sass/_work.scss */
.app-store,
.google-play {
  display: block;
}
/* line 248, ../sass/_work.scss */
.app-store img,
.google-play img {
  margin: auto;
  max-width: 250px;
}

/* line 254, ../sass/_work.scss */
.app-store {
  margin-bottom: 1em;
}

/* line 258, ../sass/_work.scss */
.squared-video-bg {
  left: 50%;
  position: absolute;
  right: 50%;
  width: 280px;
  z-index: 1;
}

/* line 266, ../sass/_work.scss */
.squared-video {
  height: 431px;
  left: 57%;
  position: relative;
  right: 63%;
  top: 69px;
  width: 246px;
  z-index: 5;
}

@media screen and (max-width: 39.9999em) {
  /* line 278, ../sass/_work.scss */
  .demo-screenshot {
    margin: 0 auto 3em;
  }

  /* line 282, ../sass/_work.scss */
  .squared-video-bg {
    left: 0;
    right: 0;
  }

  /* line 287, ../sass/_work.scss */
  .squared-video {
    left: 17px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 296, ../sass/_work.scss */
  .squared-video-bg {
    left: 0;
    right: 0;
  }

  /* line 301, ../sass/_work.scss */
  .squared-video {
    left: 7%;
    right: 10%;
  }
}
@media screen and (min-width: 30em) {
  /* line 310, ../sass/_work.scss */
  .squared-video-bg {
    left: 0;
  }

  /* line 314, ../sass/_work.scss */
  .squared-video {
    left: 10px;
  }
}
@-moz-document url-prefix() {
  /* line 4, ../sass/_moz-styles.scss */
  nav .name {
    background-image: none;
    color: transparent;
    position: relative;
  }
  /* line 9, ../sass/_moz-styles.scss */
  nav .name:after {
    background-image: url(../img/name.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 88px;
  }

  /* line 25, ../sass/_moz-styles.scss */
  header .intro-text .title {
    background-image: none;
    color: transparent;
    position: relative;
  }
  /* line 30, ../sass/_moz-styles.scss */
  header .intro-text .title:after {
    background-image: url(../img/title.svg);
    background-position: top left;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 100%;
    left: 3px;
    max-width: 495px;
    position: absolute;
    top: 18px;
    width: 100%;
  }
  @media screen and (max-width: 39.9999em) {
    /* line 47, ../sass/_moz-styles.scss */
    header .intro-text .title:after {
      background-image: url(../img/title_mobile-centered.svg);
      background-position: top center;
      width: 100%;
    }
}
  @media screen and (min-width: 30em) {
    /* line 23, ../sass/_moz-styles.scss */
    header .intro-text {
      text-align: left;
    }
    /* line 57, ../sass/_moz-styles.scss */
    header .intro-text .title:after {
      background-image: url(../img/title_tablet-leftalign.svg);
      background-position: top left;
    }
}
  @media screen and (min-width: 48em) {
    /* line 65, ../sass/_moz-styles.scss */
    header .intro-text .title:after {
      background-image: url(../img/title.svg);
    }
}

  /* line 71, ../sass/_moz-styles.scss */
  .work .col-sm-4 {
    margin-bottom: 0;
  }
  @media screen and (min-width: 48em) {
    /* line 71, ../sass/_moz-styles.scss */
    .work .col-sm-4 {
      margin-bottom: 20px;
    }
}
}</pre></body></html>