.shadow-up {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 100;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
p,
ul,
ol,
dl,
table {
  margin-top: 0;
  margin-bottom: 1em;
}
li ol,
li ul {
  margin-bottom: 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: 700;
}
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 {
  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;
  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;
}
ul li {
  list-style: square;
}
ul li > ul li {
  list-style: circle;
}
html {
  font-size: 10px;
  -webkit-transition: opacity .15s ease;
          transition: opacity .15s ease;
}
body {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
.wf-loading {
  opacity: 0;
}
.wf-active {
  opacity: 1;
}
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}
.section-title {
  font-size: 64px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}
@media (min-width: 769px) {
  .section-title {
    display: none;
  }
}
.text-xs {
  font-size: 12px !important;
}
.text-sm {
  font-size: 14px !important;
}
.text-base {
  font-size: 16px !important;
}
.text-md {
  font-size: 18px !important;
}
.text-lg {
  font-size: 32px !important;
}
.text-quiet {
  color: #999;
}
.txtl {
  text-align: left !important;
}
.txtr {
  text-align: right !important;
}
.txtc {
  text-align: center !important;
}
figcaption {
  font-size: 14px !important;
  margin-top: 16px;
}
.quiet,
small {
  font-style: normal !important;
  color: #999;
}
.link-quiet {
  color: #999;
}
.link-quiet:focus,
.link-quiet:hover {
  color: #878787;
}
.link-ui {
  color: #000;
  box-shadow: none !important;
  border-bottom: none !important;
  padding: 0 !important;
}
.link-ui:focus,
.link-ui:hover {
  color: #0076FF;
}
.upcase {
  text-transform: uppercase;
  font-size: .65em;
  font-weight: 700;
  letter-spacing: .1em;
}
.underline {
  text-decoration: underline;
}
.strong {
  font-weight: 700;
}
.list-unstyled {
  padding-left: 0;
}
.list-unstyled ul {
  padding-left: 0;
}
.list-unstyled li {
  list-style: none;
}
.list-inline,
.list-inline-block {
  padding-left: 0;
}
.list-inline ul,
.list-inline-block ul {
  padding-left: 0;
}
.list-inline li,
.list-inline-block li {
  list-style: none;
}
.list-inline li,
.list-inline-block li {
  display: inline;
  margin-right: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.list-inline.list-middot li:before,
.list-inline-block.list-middot li:before {
  content: "•";
  margin-right: 1em;
  color: #999;
}
.list-inline.list-middot li:first-child:before,
.list-inline-block.list-middot li:first-child:before {
  display: none;
}
.list-inline-block li {
  display: inline-block;
}
.list-spaced > li {
  margin-top: 16px;
  margin-bottom: 16px;
}
.list-styled > li:before,
.list-styled > dt:before {
  content: "";
  float: left;
  width: 32px;
  height: 2px;
  margin-left: -48px;
  margin-top: .65em;
  background-color: #000;
}
.list-styled > dt {
  font-weight: 700;
  margin-bottom: 1em;
}
.list-styled > dd {
  margin-left: 0;
}
.list-styled > dd + dt {
  margin-top: 32px;
}
@media (min-width: 993px) {
  .list-styled > li,
  .list-styled > dd + dt {
    margin-top: 64px;
  }
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table caption {
  font-style: normal !important;
  color: #999;
  text-transform: uppercase;
  font-size: .65em;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 8px;
  text-align: left;
  font-size: 12px;
}
.table th,
.table td {
  padding: 8px;
  border-bottom: 2px solid #000;
  text-align: left;
}
.table th {
  text-transform: uppercase;
  font-size: .65em;
  font-weight: 700;
  letter-spacing: .1em;
  background: #f4f4f4;
}
.table tfoot td {
  font-style: normal !important;
  color: #999;
  font-size: 14px;
  border-bottom: none;
}
.table.table-datatable {
  font-size: 14px;
}
.table.table-datatable th,
.table.table-datatable td {
  border: 1px solid #000;
  padding: 4px 8px;
}
.table.table-datatable th {
  text-transform: none;
  letter-spacing: normal;
  font-size: inherit;
}
.table.table-datatable tfoot td {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 769px) {
  .container {
    padding-right: -32px;
    padding-left: -32px;
  }
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.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-0,
.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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.666%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}
.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 {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .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-0,
  .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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}
.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 {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .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-0,
  .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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}
.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 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .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-0,
  .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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}
.message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px;
}
.message.animated {
  cursor: pointer;
}
.message.message-default {
  background-color: #fff;
}
.message.message-success {
  background-color: #94ce00;
  color: #fff;
}
.message.message-danger {
  background-color: #ff3019;
  color: #fff;
}
.message.message-warning {
  background-color: #f8e71c;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.no-show {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  visibility: none   !important;
  display: block     !important;
  height: 0          !important;
  width: 0           !important;
  overflow: hidden   !important;
}
.hidden {
  display: none !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s ease;
          transition: opacity .15s ease;
}
.fade.in {
  opacity: 1;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.center {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.valign-top {
  vertical-align: top !important;
}
.valign-middle {
  vertical-align: middle !important;
}
.valign-bottom {
  vertical-align: bottom !important;
}
.img-responsive,
.contain {
  display: block;
  max-width: 100%;
  height: auto;
}
.ml-none {
  margin-left: 0 !important;
}
.ml-xs {
  margin-left: 4px !important;
}
.ml-sm {
  margin-left: 8px !important;
}
.ml-base {
  margin-left: 16px !important;
}
.ml-md {
  margin-left: 32px !important;
}
.ml-lg {
  margin-left: 64px !important;
}
.ml-xl {
  margin-left: 96px !important;
}
.ml-type {
  margin-left: 1em !important;
}
.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: 4px !important;
}
.mt-sm {
  margin-top: 8px !important;
}
.mt-base {
  margin-top: 16px !important;
}
.mt-md {
  margin-top: 32px !important;
}
.mt-lg {
  margin-top: 64px !important;
}
.mt-xl {
  margin-top: 96px !important;
}
.mt-type {
  margin-top: 1em !important;
}
.mr-none {
  margin-right: 0 !important;
}
.mr-xs {
  margin-right: 4px !important;
}
.mr-sm {
  margin-right: 8px !important;
}
.mr-base {
  margin-right: 16px !important;
}
.mr-md {
  margin-right: 32px !important;
}
.mr-lg {
  margin-right: 64px !important;
}
.mr-xl {
  margin-right: 96px !important;
}
.mr-type {
  margin-right: 1em !important;
}
.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: 4px !important;
}
.mb-sm {
  margin-bottom: 8px !important;
}
.mb-base {
  margin-bottom: 16px !important;
}
.mb-md {
  margin-bottom: 32px !important;
}
.mb-lg {
  margin-bottom: 64px !important;
}
.mb-xl {
  margin-bottom: 96px !important;
}
.mb-type {
  margin-bottom: 1em !important;
}
.bg-light {
  background-color: #fff !important;
}
.bg-text {
  background-color: #000 !important;
}
.bg-primary {
  background-color: #0076FF !important;
}
.bg-brand-green {
  background-color: #e6ffcd !important;
}
.bg-brand-blue {
  background-color: #d8fafe !important;
}
.bg-success {
  background-color: #94ce00 !important;
}
.bg-danger {
  background-color: #ff3019 !important;
}
.bg-warning {
  background-color: #f8e71c !important;
}
.bg-shaded {
  background-color: #f4f4f4 !important;
}
.highlight {
  background-color: #fffd82 !important;
}
.text-light {
  color: #fff !important;
}
.text-text {
  color: #000 !important;
}
.text-primary {
  color: #0076FF !important;
}
.text-success {
  color: #94ce00 !important;
}
.text-danger {
  color: #ff3019 !important;
}
.text-warning {
  color: #f8e71c !important;
}
.text-shaded {
  color: #f4f4f4 !important;
}
.break-before:before {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #000;
}
@media (min-width: 993px) {
  .break-before:before {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.num {
  font-family: monospace;
}
.media {
  margin-bottom: 1em;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-body p {
  margin: 0;
}
.media-body p + p {
  margin-top: 1em;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 32px;
}
.media-left,
.media > .pull-left {
  padding-right: 32px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.tabs {
  margin: 0 0 1em 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #f4f4f4;
}
.tabs:before,
.tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs:before,
.tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs > li {
  float: left;
  list-style: none;
  margin: 0 0 0 -2px;
  padding: 0;
}
.tabs > li > a {
  padding: 8px;
  border: 2px solid #f4f4f4;
}
.tabs > li > a.active {
  background-color: #f4f4f4;
  outline: none;
}
.overlay {
  padding: 25px;
  overflow: auto;
  position: fixed;
  background-color: #fff;
  height: 100vh;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1199;
  -webkit-transition: top 0.25s ease-in-out;
          transition: top 0.25s ease-in-out;
}
.overlay.js-overlay-in {
  top: 0;
}
.overlay-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 50px;
  height: 50px;
  font-size: 30px;
  font-family: monospace;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
  color: #000;
}
.js-overlay-active {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
figure {
  margin: 1em auto;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  font-size: 16px;
}
@media (min-width: 993px) {
  body {
    font-size: 18px;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0076FF;
  text-decoration: none;
  -webkit-transition: all .15s ease;
          transition: all .15s ease;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:not(.button) {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: 2px solid rgba(255, 199, 191, 0.5);
  box-shadow: 0 -1em 0 0 rgba(255, 199, 191, 0.5) inset;
}
a:not(.button):hover,
a:not(.button):focus {
  box-shadow: 0 -2em 0 0 rgba(255, 199, 191, 0.5) inset;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #999;
}
[role="button"] {
  cursor: pointer;
}
.content-block {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 800px;
}
@media (min-width: 993px) {
  .content-block {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1200px) {
  .content-block {
    margin-top: 128px;
    margin-bottom: 128px;
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (min-width: 1200px) {
  .content-block.in-left {
    float: right;
  }
}
@media (max-width: 768px) {
  body {
    background: url(../images/illustration.png) 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: 100vh auto;
    background-color: transparent;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .content-block {
    max-width: 75%;
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .page-header h1 {
    font-size: 32px;
  }
  .page-header > p {
    font-size: 18px;
  }
}
.page-header:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 7;
  background: #faffe2;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #faffe2), color-stop(100%, #ffdcd6));
  background: -webkit-linear-gradient(top, #faffe2 0%, #ffdcd6 100%);
  background: linear-gradient(to bottom, #faffe2 0%, #ffdcd6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faffe2', endColorstr='#ffdcd6', GradientType=0);
}
@media (min-width: 769px) {
  .page-header {
    margin-left: 50%;
    background-color: #e6ffcd !important;
    overflow: hidden;
  }
  .page-header:before {
    width: 50%;
    background: url(../images/illustration.png) 50% 0 no-repeat;
    background-size: cover;
    z-index: -1;
  }
}
.page-header-content {
  line-height: 2;
}
@media (max-width: 768px) {
  .page-header-content {
    height: 100vh;
    position: fixed;
    top: 64px;
    left: 64px;
    right: 64px;
    bottom: 0;
    z-index: 8;
    padding: 0;
    margin: 0;
  }
  .page-header-content .contact-info {
    position: absolute;
    bottom: 128px;
    left: 0;
  }
}
.about {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .about {
    padding-top: 16px;
    overflow: visible;
  }
  .about:before,
  .about:after {
    content: "";
    display: table;
  }
  .about:after {
    clear: both;
  }
  .about:before,
  .about:after {
    content: "";
    display: table;
  }
  .about:after {
    clear: both;
  }
}
@media (min-width: 769px) {
  .about {
    margin-left: 50%;
  }
}
.skills {
  margin-top: 100vh;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.skills:before,
.skills:after {
  content: "";
  display: table;
}
.skills:after {
  clear: both;
}
.skills:before,
.skills:after {
  content: "";
  display: table;
}
.skills:after {
  clear: both;
}
@media (min-width: 769px) {
  .skills {
    background-color: #d8fafe;
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    margin-top: 0;
  }
}
.page-footer {
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  z-index: 9;
}
@media (min-width: 769px) {
  .page-footer {
    margin-left: 50%;
  }
}
.page-footer .content-block {
  margin-top: 0;
}
.footer-content {
  border-top: 2px solid #000;
  padding-top: 32px;
}
@media (min-width: 993px) {
  .footer-content {
    padding-top: 96px;
  }
}
