@charset "UTF-8";
/* line 2, ../../../client/scss/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 2, ../../../client/scss/_normalize.scss */
audio, canvas, video {
  display: inline-block;
}

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

/* line 2, ../../../client/scss/_normalize.scss */
[hidden] {
  display: none;
}

/* line 2, ../../../client/scss/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 2, ../../../client/scss/_normalize.scss */
body {
  margin: 0;
}

/* line 2, ../../../client/scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

/* line 2, ../../../client/scss/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

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

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

/* line 2, ../../../client/scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 2, ../../../client/scss/_normalize.scss */
q {
  quotes: "“" "”" "‘" "’";
}

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

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

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

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

/* line 2, ../../../client/scss/_normalize.scss */
img {
  border: 0;
}

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

/* line 2, ../../../client/scss/_normalize.scss */
figure {
  margin: 0;
}

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

/* line 2, ../../../client/scss/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 2, ../../../client/scss/_normalize.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

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

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

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

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

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

/* line 2, ../../../client/scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

/* line 2, ../../../client/scss/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.row-fluid {
  width: 100%;
  margin-bottom: 10px;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 30px;
  float: left;
  margin-left: 2.127659574468085%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;

}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
}
*/
/*! JUST GRID IT. v0.0.2 (Bootstrap v3.3.2) | MIT License | dysonsimmons.com/just-grid-it */
/* Grid Set Up */
/* line 152, ../../../client/scss/_grid.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* Containers */
/* line 161, ../../../client/scss/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 168, ../../../client/scss/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 173, ../../../client/scss/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 178, ../../../client/scss/_grid.scss */
  .container {
    width: 1170px;
  }
}
/* line 182, ../../../client/scss/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Rows */
/* line 190, ../../../client/scss/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 195, ../../../client/scss/_grid.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 208, ../../../client/scss/_grid.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* XS Grid */
/* line 216, ../../../client/scss/_grid.scss */
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

/* line 235, ../../../client/scss/_grid.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 236, ../../../client/scss/_grid.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 237, ../../../client/scss/_grid.scss */
.col-xs-3 {
  width: 25%;
}

/* line 238, ../../../client/scss/_grid.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 239, ../../../client/scss/_grid.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 240, ../../../client/scss/_grid.scss */
.col-xs-6 {
  width: 50%;
}

/* line 241, ../../../client/scss/_grid.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 242, ../../../client/scss/_grid.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 243, ../../../client/scss/_grid.scss */
.col-xs-9 {
  width: 75%;
}

/* line 244, ../../../client/scss/_grid.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 245, ../../../client/scss/_grid.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 246, ../../../client/scss/_grid.scss */
.col-xs-12 {
  width: 100%;
}

/* line 248, ../../../client/scss/_grid.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 249, ../../../client/scss/_grid.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 250, ../../../client/scss/_grid.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 251, ../../../client/scss/_grid.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 252, ../../../client/scss/_grid.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 253, ../../../client/scss/_grid.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 254, ../../../client/scss/_grid.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 255, ../../../client/scss/_grid.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 256, ../../../client/scss/_grid.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 257, ../../../client/scss/_grid.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 258, ../../../client/scss/_grid.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 259, ../../../client/scss/_grid.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 260, ../../../client/scss/_grid.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 262, ../../../client/scss/_grid.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 263, ../../../client/scss/_grid.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 264, ../../../client/scss/_grid.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 265, ../../../client/scss/_grid.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 266, ../../../client/scss/_grid.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 267, ../../../client/scss/_grid.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 268, ../../../client/scss/_grid.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 269, ../../../client/scss/_grid.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 270, ../../../client/scss/_grid.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 271, ../../../client/scss/_grid.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 272, ../../../client/scss/_grid.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 273, ../../../client/scss/_grid.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 274, ../../../client/scss/_grid.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 276, ../../../client/scss/_grid.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

/* line 277, ../../../client/scss/_grid.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 278, ../../../client/scss/_grid.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 279, ../../../client/scss/_grid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 280, ../../../client/scss/_grid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 281, ../../../client/scss/_grid.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 282, ../../../client/scss/_grid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 283, ../../../client/scss/_grid.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 284, ../../../client/scss/_grid.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 285, ../../../client/scss/_grid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 286, ../../../client/scss/_grid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 287, ../../../client/scss/_grid.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 288, ../../../client/scss/_grid.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* SM Grid */
/* line 291, ../../../client/scss/_grid.scss */
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  /* line 310, ../../../client/scss/_grid.scss */
  .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 {
    float: left;
  }

  /* line 325, ../../../client/scss/_grid.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 326, ../../../client/scss/_grid.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 327, ../../../client/scss/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 328, ../../../client/scss/_grid.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 329, ../../../client/scss/_grid.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 330, ../../../client/scss/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 331, ../../../client/scss/_grid.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 332, ../../../client/scss/_grid.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 333, ../../../client/scss/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 334, ../../../client/scss/_grid.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 335, ../../../client/scss/_grid.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 336, ../../../client/scss/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 338, ../../../client/scss/_grid.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 339, ../../../client/scss/_grid.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 340, ../../../client/scss/_grid.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 341, ../../../client/scss/_grid.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 342, ../../../client/scss/_grid.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 343, ../../../client/scss/_grid.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 344, ../../../client/scss/_grid.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 345, ../../../client/scss/_grid.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 346, ../../../client/scss/_grid.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 347, ../../../client/scss/_grid.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 348, ../../../client/scss/_grid.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 349, ../../../client/scss/_grid.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 350, ../../../client/scss/_grid.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 352, ../../../client/scss/_grid.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 353, ../../../client/scss/_grid.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 354, ../../../client/scss/_grid.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 355, ../../../client/scss/_grid.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 356, ../../../client/scss/_grid.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 357, ../../../client/scss/_grid.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 358, ../../../client/scss/_grid.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 359, ../../../client/scss/_grid.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 360, ../../../client/scss/_grid.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 361, ../../../client/scss/_grid.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 362, ../../../client/scss/_grid.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 363, ../../../client/scss/_grid.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 364, ../../../client/scss/_grid.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 366, ../../../client/scss/_grid.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }

  /* line 367, ../../../client/scss/_grid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 368, ../../../client/scss/_grid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 369, ../../../client/scss/_grid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 370, ../../../client/scss/_grid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 371, ../../../client/scss/_grid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 372, ../../../client/scss/_grid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 373, ../../../client/scss/_grid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 374, ../../../client/scss/_grid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 375, ../../../client/scss/_grid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 376, ../../../client/scss/_grid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 377, ../../../client/scss/_grid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 378, ../../../client/scss/_grid.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
/* MD Grid */
/* line 382, ../../../client/scss/_grid.scss */
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  /* line 401, ../../../client/scss/_grid.scss */
  .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 {
    float: left;
  }

  /* line 416, ../../../client/scss/_grid.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 417, ../../../client/scss/_grid.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 418, ../../../client/scss/_grid.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 419, ../../../client/scss/_grid.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 420, ../../../client/scss/_grid.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 421, ../../../client/scss/_grid.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 422, ../../../client/scss/_grid.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 423, ../../../client/scss/_grid.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 424, ../../../client/scss/_grid.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 425, ../../../client/scss/_grid.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 426, ../../../client/scss/_grid.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 427, ../../../client/scss/_grid.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 429, ../../../client/scss/_grid.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 430, ../../../client/scss/_grid.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 431, ../../../client/scss/_grid.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 432, ../../../client/scss/_grid.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 433, ../../../client/scss/_grid.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 434, ../../../client/scss/_grid.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 435, ../../../client/scss/_grid.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 436, ../../../client/scss/_grid.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 437, ../../../client/scss/_grid.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 438, ../../../client/scss/_grid.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 439, ../../../client/scss/_grid.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 440, ../../../client/scss/_grid.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 441, ../../../client/scss/_grid.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 443, ../../../client/scss/_grid.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 444, ../../../client/scss/_grid.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 445, ../../../client/scss/_grid.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 446, ../../../client/scss/_grid.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 447, ../../../client/scss/_grid.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 448, ../../../client/scss/_grid.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 449, ../../../client/scss/_grid.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 450, ../../../client/scss/_grid.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 451, ../../../client/scss/_grid.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 452, ../../../client/scss/_grid.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 453, ../../../client/scss/_grid.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 454, ../../../client/scss/_grid.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 455, ../../../client/scss/_grid.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 457, ../../../client/scss/_grid.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 458, ../../../client/scss/_grid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 459, ../../../client/scss/_grid.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 460, ../../../client/scss/_grid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 461, ../../../client/scss/_grid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 462, ../../../client/scss/_grid.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 463, ../../../client/scss/_grid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 464, ../../../client/scss/_grid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 465, ../../../client/scss/_grid.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 466, ../../../client/scss/_grid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 467, ../../../client/scss/_grid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 468, ../../../client/scss/_grid.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 469, ../../../client/scss/_grid.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/* LG Grid */
/* line 473, ../../../client/scss/_grid.scss */
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  /* line 492, ../../../client/scss/_grid.scss */
  .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 {
    float: left;
  }

  /* line 507, ../../../client/scss/_grid.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 508, ../../../client/scss/_grid.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 509, ../../../client/scss/_grid.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 510, ../../../client/scss/_grid.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 511, ../../../client/scss/_grid.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 512, ../../../client/scss/_grid.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 513, ../../../client/scss/_grid.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 514, ../../../client/scss/_grid.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 515, ../../../client/scss/_grid.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 516, ../../../client/scss/_grid.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 517, ../../../client/scss/_grid.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 518, ../../../client/scss/_grid.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 520, ../../../client/scss/_grid.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 521, ../../../client/scss/_grid.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 522, ../../../client/scss/_grid.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 523, ../../../client/scss/_grid.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 524, ../../../client/scss/_grid.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 525, ../../../client/scss/_grid.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 526, ../../../client/scss/_grid.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 527, ../../../client/scss/_grid.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 528, ../../../client/scss/_grid.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 529, ../../../client/scss/_grid.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 530, ../../../client/scss/_grid.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 531, ../../../client/scss/_grid.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 532, ../../../client/scss/_grid.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 534, ../../../client/scss/_grid.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 535, ../../../client/scss/_grid.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 536, ../../../client/scss/_grid.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 537, ../../../client/scss/_grid.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 538, ../../../client/scss/_grid.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 539, ../../../client/scss/_grid.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 540, ../../../client/scss/_grid.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 541, ../../../client/scss/_grid.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 542, ../../../client/scss/_grid.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 543, ../../../client/scss/_grid.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 544, ../../../client/scss/_grid.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 545, ../../../client/scss/_grid.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 546, ../../../client/scss/_grid.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 548, ../../../client/scss/_grid.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 549, ../../../client/scss/_grid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 550, ../../../client/scss/_grid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 551, ../../../client/scss/_grid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 552, ../../../client/scss/_grid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 553, ../../../client/scss/_grid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 554, ../../../client/scss/_grid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 555, ../../../client/scss/_grid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 556, ../../../client/scss/_grid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 557, ../../../client/scss/_grid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 558, ../../../client/scss/_grid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 559, ../../../client/scss/_grid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 560, ../../../client/scss/_grid.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 3, ../../../client/scss/_placeholders.scss */
#about:after,
#jobs:after,
.case-study:after,
#culture:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@font-face {
  font-family: 'Tiempos';
  src: url("../fonts/TiemposHeadlineBold.eot");
  src: url("../fonts/TiemposHeadlineBold.eot") format("embedded-opentype"), url("../fonts/TiemposHeadlineBold.woff2") format("woff2"), url("../fonts/TiemposHeadlineBold.woff") format("woff"), url("../fonts/TiemposHeadlineBold.ttf") format("truetype"), url("../fonts/TiemposHeadlineBold.svg#TiemposHeadlineBold") format("svg");
}
@font-face {
  font-family: 'TiemposBoldItalic';
  src: url("../fonts/TiemposHeadline-BoldItalic.eot");
  src: url("../fonts/TiemposHeadline-BoldItalic.eot") format("embedded-opentype"), url("../fonts/TiemposHeadline-BoldItalic.woff") format("woff"), url("../fonts/TiemposHeadline-BoldItalic.ttf") format("truetype"), url("../fonts/TiemposHeadline-Bold.svg#TiemposHeadline-BoldItalic") format("svg");
}
@font-face {
  font-family: 'Tiempos Text';
  src: url("../fonts/TiemposText-Regular.eot");
  src: url("../fonts/TiemposText-Regular.eot") format("embedded-opentype"), url("../fonts/TiemposText-Regular.woff") format("woff"), url("../fonts/TiemposText-Regular.ttf") format("truetype"), url("../fonts/TiemposText-Regular.svg#TiemposText-Regular") format("svg");
}
@font-face {
  font-family: 'BrownStd Bold';
  src: url("../fonts/BrownStd-Bold.eot");
  src: url("../fonts/BrownStd-Bold.eot") format("embedded-opentype"), url("../fonts/BrownStd-Bold.woff") format("woff"), url("../fonts/BrownStd-Bold.ttf") format("truetype"), url("../fonts/BrownStd-Bold.svg#BrownStd-Bold") format("svg");
}
@font-face {
  font-family: 'BrownStd';
  src: url("../fonts/BrownStd-Regular.eot");
  src: url("../fonts/BrownStd-Regular.eot") format("embedded-opentype"), url("../fonts/BrownStd-Regular.woff") format("woff"), url("../fonts/BrownStd-Regular.ttf") format("truetype"), url("../fonts/BrownStd-Regular.svg#BrownStd-Regular") format("svg");
  font-weight: normal;
}
/* line 34, ../../../client/scss/_type.scss */
p {
  font-family: "Tiempos Text";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
  margin: 1em 0;
  color: #1b1b1b;
}

/* line 45, ../../../client/scss/_type.scss */
hr {
  width: 40px;
  border: 0;
  height: 2px;
  background-color: #e63d3d;
  margin: 1em auto;
}

/* line 59, ../../../client/scss/_type.scss */
a:focus {
  outline: thin dotted #000;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 65, ../../../client/scss/_type.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 72, ../../../client/scss/_type.scss */
img {
  max-width: 100%;
}

/* line 76, ../../../client/scss/_type.scss */
h1,
h2 {
  font-size: 64px;
  text-align: center;
  font-family: "Tiempos";
  margin: 0;
  line-height: 1.3em;
  font-weight: normal;
  color: #1b1b1b;
}

/* line 87, ../../../client/scss/_type.scss */
h2 {
  font-size: 48px;
}

/* line 91, ../../../client/scss/_type.scss */
h3,
h4 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  font-family: "BrownStd";
  text-transform: uppercase;
  color: #959595;
  margin: 0;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #a5a5a5;
}

/* line 105, ../../../client/scss/_type.scss */
h3 {
  font-size: 24px;
  color: #1b1b1b;
  line-height: 1.4em;
}

/* line 111, ../../../client/scss/_type.scss */
a,
a:visited {
  text-decoration: none;
  color: #e63d3d;
  font-family: "BrownStd";
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}

/* line 121, ../../../client/scss/_type.scss */
a:hover {
  text-decoration: underline;
}

/* line 125, ../../../client/scss/_type.scss */
.arrow-link {
  text-align: center;
  margin: 0px auto;
  background-color: #fff;
  padding: 5px;
  position: relative;
}

/* line 133, ../../../client/scss/_type.scss */
.arrow-link a {
  position: relative;
  z-index: 5;
  padding: 5px;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  /* line 143, ../../../client/scss/_type.scss */
  h1 {
    font-size: 56px !important;
  }

  /* line 146, ../../../client/scss/_type.scss */
  h2 {
    font-size: 40px !important;
  }

  /* line 149, ../../../client/scss/_type.scss */
  h3 {
    font-size: 18px !important;
  }

  /* line 152, ../../../client/scss/_type.scss */
  h4 {
    font-size: 16px !important;
  }

  /* line 155, ../../../client/scss/_type.scss */
  p {
    font-size: 18px !important;
  }

  /* line 158, ../../../client/scss/_type.scss */
  a {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 166, ../../../client/scss/_type.scss */
  header {
    top: 0 !important;
  }

  /* line 169, ../../../client/scss/_type.scss */
  h1 {
    font-size: 42px !important;
  }

  /* line 172, ../../../client/scss/_type.scss */
  h2 {
    font-size: 30px !important;
  }

  /* line 175, ../../../client/scss/_type.scss */
  p {
    font-size: 18px !important;
  }

  /* line 178, ../../../client/scss/_type.scss */
  blockquote {
    font-size: 30px !important;
  }
}
/*---------------------------------------------------------------------------
// Global Styles - shared between about, casestudies, and culture
---------------------------------------------------------------------------*/
/* line 5, ../../../client/scss/_layout.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 11, ../../../client/scss/_layout.scss */
html,
body {
  width: 100%;
  height: 100%;
}

/* line 17, ../../../client/scss/_layout.scss */
body {
  font-smoothing: antialiased;
  font-family: sans-serif;
  font-size: 16px;
  color: #1b1b1b;
  background-color: #fff;
}

/* line 25, ../../../client/scss/_layout.scss */
body {
  top: 0px !important;
  overflow-x: hidden;
}

/* line 30, ../../../client/scss/_layout.scss */
#root {
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: #fff;
}

/* line 38, ../../../client/scss/_layout.scss */
.container .center {
  float: none;
  margin: 0 auto;
}

/* line 44, ../../../client/scss/_layout.scss */
.clipper {
  overflow: hidden !important;
}

/* line 48, ../../../client/scss/_layout.scss */
.table {
  display: table !important;
  width: 100%;
  height: 100%;
}

/* line 54, ../../../client/scss/_layout.scss */
.cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* line 60, ../../../client/scss/_layout.scss */
.grey-section {
  padding: 100px 0;
  background-color: #f2f2f2;
}

/* line 65, ../../../client/scss/_layout.scss */
.circle-quote {
  padding: 60px 0;
  display: table;
  height: 80vh;
  min-height: 600px;
  max-height: 800px;
  width: 100%;
  position: relative;
}

/* line 75, ../../../client/scss/_layout.scss */
.quote-box {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/* line 81, ../../../client/scss/_layout.scss */
.circle-quote {
  overflow: hidden;
}

/* line 85, ../../../client/scss/_layout.scss */
.bottom-btn {
  font-family: "BrownStd";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  border: 2px solid #e63d3d;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color .15s ease-out;
}
/* line 98, ../../../client/scss/_layout.scss */
.bottom-btn:hover {
  background-color: #e63d3d;
}

/* line 103, ../../../client/scss/_layout.scss */
#about,
#jobs,
.case-study,
#culture {
  background-color: #fff;
  position: relative;
}
/* line 111, ../../../client/scss/_layout.scss */
#about:before,
#jobs:before,
.case-study:before,
#culture:before {
  top: 100%;
  left: 0;
  content: '';
  position: absolute;
  height: 60px;
  width: 100%;
  background: linear-gradient(to bottom, black 0%, transparent 100%);
}
/* line 122, ../../../client/scss/_layout.scss */
#about:after,
#jobs:after,
.case-study:after,
#culture:after {
  height: 300px;
  top: 100%;
  width: 100%;
  pointer-events: none;
}

/*---------------------------------------------------------------------------
// Loader Styles
---------------------------------------------------------------------------*/
/* line 134, ../../../client/scss/_layout.scss */
#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* line 141, ../../../client/scss/_layout.scss */
#loader .loader-img {
  width: 170px;
  height: 205px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -102px;
  margin-left: -85px;
}

/* Make clicks pass-through */
/* line 153, ../../../client/scss/_layout.scss */
#nprogress {
  pointer-events: none;
}

/* line 157, ../../../client/scss/_layout.scss */
#nprogress .bar {
  background: #e63d3d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 168, ../../../client/scss/_layout.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #e63d3d, 0 0 5px #e63d3d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 182, ../../../client/scss/_layout.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

/* line 190, ../../../client/scss/_layout.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 202, ../../../client/scss/_layout.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 207, ../../../client/scss/_layout.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*---------------------------------------------------------------------------
// Circle view Styles
---------------------------------------------------------------------------*/
/* line 233, ../../../client/scss/_layout.scss */
#circle-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

/* line 241, ../../../client/scss/_layout.scss */
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* line 252, ../../../client/scss/_layout.scss */
.circles > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  height: 750px;
  border: 1px solid black;
  border-radius: 100%;
  margin-left: -375px;
  margin-top: -375px;
}

/* line 267, ../../../client/scss/_layout.scss */
.circles div.circle1 {
  -webkit-transform: translate(65px, 15px);
      -ms-transform: translate(65px, 15px);
          transform: translate(65px, 15px);
}

/* line 271, ../../../client/scss/_layout.scss */
.circles div.circle2 {
  -webkit-transform: translate(-80px, 22px);
      -ms-transform: translate(-80px, 22px);
          transform: translate(-80px, 22px);
}

/* line 275, ../../../client/scss/_layout.scss */
.circles div.circle3 {
  -webkit-transform: translate(-49px, -21px);
      -ms-transform: translate(-49px, -21px);
          transform: translate(-49px, -21px);
}

/* line 279, ../../../client/scss/_layout.scss */
.circles div.circle4 {
  -webkit-transform: translate(-20px, 9px);
      -ms-transform: translate(-20px, 9px);
          transform: translate(-20px, 9px);
}

/* line 283, ../../../client/scss/_layout.scss */
.circles div.circle5 {
  -webkit-transform: translate(35px, 20px);
      -ms-transform: translate(35px, 20px);
          transform: translate(35px, 20px);
}

/* line 287, ../../../client/scss/_layout.scss */
.circles div.circle6 {
  -webkit-transform: translate(40px, -35px);
      -ms-transform: translate(40px, -35px);
          transform: translate(40px, -35px);
}

/* line 291, ../../../client/scss/_layout.scss */
.circles div.circle7 {
  -webkit-transform: translate(-40px, 7px);
      -ms-transform: translate(-40px, 7px);
          transform: translate(-40px, 7px);
}

/* line 295, ../../../client/scss/_layout.scss */
.circles div.circle8 {
  -webkit-transform: translate(-21px, 30px);
      -ms-transform: translate(-21px, 30px);
          transform: translate(-21px, 30px);
}

/* line 299, ../../../client/scss/_layout.scss */
.circles div.circle9 {
  -webkit-transform: translate(8px, 19px);
      -ms-transform: translate(8px, 19px);
          transform: translate(8px, 19px);
}

/* line 303, ../../../client/scss/_layout.scss */
.circles div.circle10 {
  -webkit-transform: translate(19px, -20px);
      -ms-transform: translate(19px, -20px);
          transform: translate(19px, -20px);
}

/* line 307, ../../../client/scss/_layout.scss */
.circles div.circle11 {
  -webkit-transform: translate(40px, -35px);
      -ms-transform: translate(40px, -35px);
          transform: translate(40px, -35px);
}

/* line 311, ../../../client/scss/_layout.scss */
.circles div.circle12 {
  -webkit-transform: translate(26px, 26px);
      -ms-transform: translate(26px, 26px);
          transform: translate(26px, 26px);
}

/* line 315, ../../../client/scss/_layout.scss */
.circles div.circle13 {
  -webkit-transform: translate(-26px, 13px);
      -ms-transform: translate(-26px, 13px);
          transform: translate(-26px, 13px);
}

/* line 319, ../../../client/scss/_layout.scss */
.circles div.circle14 {
  -webkit-transform: translate(-4px, 20px);
      -ms-transform: translate(-4px, 20px);
          transform: translate(-4px, 20px);
}

/* line 323, ../../../client/scss/_layout.scss */
.circles div.circle15 {
  -webkit-transform: translate(-15px, 15px);
      -ms-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
}

/* line 329, ../../../client/scss/_layout.scss */
.circles.animate div.circle1 {
  -webkit-animation: clockwise 9s linear infinite;
          animation: clockwise 9s linear infinite;
}
/* line 332, ../../../client/scss/_layout.scss */
.circles.animate div.circle2 {
  margin-left: -380px;
  -webkit-animation: clockwise 9.5s linear infinite;
          animation: clockwise 9.5s linear infinite;
}
/* line 336, ../../../client/scss/_layout.scss */
.circles.animate div.circle3 {
  margin-top: -380px;
  -webkit-animation: clockwise 10s linear infinite;
          animation: clockwise 10s linear infinite;
}
/* line 340, ../../../client/scss/_layout.scss */
.circles.animate div.circle4 {
  margin-top: -380px;
  margin-left: -360px;
  -webkit-animation: clockwise 10.5s linear infinite;
          animation: clockwise 10.5s linear infinite;
}
/* line 345, ../../../client/scss/_layout.scss */
.circles.animate div.circle5 {
  margin-top: -365px;
  margin-left: -380px;
  -webkit-animation: clockwise 11s linear infinite;
          animation: clockwise 11s linear infinite;
}
/* line 350, ../../../client/scss/_layout.scss */
.circles.animate div.circle6 {
  margin-left: -385px;
  -webkit-animation: clockwise 11.5s linear infinite;
          animation: clockwise 11.5s linear infinite;
}
/* line 354, ../../../client/scss/_layout.scss */
.circles.animate div.circle7 {
  margin-top: -360px;
  -webkit-animation: clockwise 12s linear infinite;
          animation: clockwise 12s linear infinite;
}
/* line 358, ../../../client/scss/_layout.scss */
.circles.animate div.circle8 {
  margin-top: -360px;
  margin-left: -360px;
  -webkit-animation: clockwise 12.5s linear infinite;
          animation: clockwise 12.5s linear infinite;
}
/* line 363, ../../../client/scss/_layout.scss */
.circles.animate div.circle9 {
  margin-top: -360px;
  margin-left: -385px;
  -webkit-animation: counterclockwise 9s linear infinite;
          animation: counterclockwise 9s linear infinite;
}
/* line 368, ../../../client/scss/_layout.scss */
.circles.animate div.circle10 {
  margin-top: -420px;
  margin-left: -325px;
  -webkit-animation: counterclockwise 9.5s linear infinite;
          animation: counterclockwise 9.5s linear infinite;
}
/* line 373, ../../../client/scss/_layout.scss */
.circles.animate div.circle11 {
  margin-top: -365px;
  margin-left: -400px;
  -webkit-animation: counterclockwise 10s linear infinite;
          animation: counterclockwise 10s linear infinite;
}
/* line 378, ../../../client/scss/_layout.scss */
.circles.animate div.circle12 {
  margin-top: -330px;
  -webkit-animation: counterclockwise 10.5s linear infinite;
          animation: counterclockwise 10.5s linear infinite;
}
/* line 382, ../../../client/scss/_layout.scss */
.circles.animate div.circle13 {
  margin-left: -340px;
  width: 700px;
  height: 700px;
  -webkit-animation: counterclockwise 11s linear infinite;
          animation: counterclockwise 11s linear infinite;
}
/* line 388, ../../../client/scss/_layout.scss */
.circles.animate div.circle14 {
  margin-top: -400px;
  margin-left: -320px;
  -webkit-animation: counterclockwise 11.5s linear infinite;
          animation: counterclockwise 11.5s linear infinite;
}
/* line 393, ../../../client/scss/_layout.scss */
.circles.animate div.circle15 {
  margin-top: -370px;
  margin-left: -380px;
  -webkit-animation: counterclockwise 12s linear infinite;
          animation: counterclockwise 12s linear infinite;
}

@-webkit-keyframes clockwise {
  from {
    -webkit-transform: rotate(0deg) translateX(50px);
            transform: rotate(0deg) translateX(50px);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(50px);
            transform: rotate(360deg) translateX(50px);
  }
}

@keyframes clockwise {
  from {
    -webkit-transform: rotate(0deg) translateX(50px);
            transform: rotate(0deg) translateX(50px);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(50px);
            transform: rotate(360deg) translateX(50px);
  }
}
@-webkit-keyframes counterclockwise {
  from {
    -webkit-transform: rotate(360deg) translateX(50px);
            transform: rotate(360deg) translateX(50px);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(50px);
            transform: rotate(0deg) translateX(50px);
  }
}
@keyframes counterclockwise {
  from {
    -webkit-transform: rotate(360deg) translateX(50px);
            transform: rotate(360deg) translateX(50px);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(50px);
            transform: rotate(0deg) translateX(50px);
  }
}
/*---------------------------------------------------------------------------
// Global Tablet Styles 
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 423, ../../../client/scss/_layout.scss */
  #jobs:after,
  #about:after,
  .case-study:after,
  #culture:after #footer {
    min-height: 340px;
  }
}
/*---------------------------------------------------------------------------
// Global Mobile Styles 
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 435, ../../../client/scss/_layout.scss */
  #jobs:after,
  #about:after,
  .case-study:after,
  #culture:after {
    min-height: 340px;
  }
}
/*---------------------------------------------------------------------------
// Home Page Styles - Desktop
---------------------------------------------------------------------------*/
/* line 5, ../../../client/scss/_home.scss */
#home {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-family: "Tiempos";
  position: absolute;
  z-index: 1000;
}
/* line 13, ../../../client/scss/_home.scss */
#home .logo {
  width: 110px;
  height: 65px;
  background-image: url(../img/logo-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -55px;
}
/* line 25, ../../../client/scss/_home.scss */
#home .logo-ani {
  width: 50px;
  height: 50px;
  background: url("../img/logo-ani.png") no-repeat;
  background-size: 1000px 50px;
  background-position: -950px 0px;
  pointer-events: none;
  display: none;
}
/* line 34, ../../../client/scss/_home.scss */
#home .logo-ani.animate {
  -webkit-animation: play 0.6s steps(19) forwards;
          animation: play 0.6s steps(19) forwards;
}
@-webkit-keyframes play {
  from {
    background-position: 0px;
  }
  to {
    background-position: -950px;
  }
}
@keyframes play {
  from {
    background-position: 0px;
  }
  to {
    background-position: -950px;
  }
}
/* line 46, ../../../client/scss/_home.scss */
#home #svgContainer {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
/* line 54, ../../../client/scss/_home.scss */
#home .viz {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none;
}
/* line 65, ../../../client/scss/_home.scss */
#home .wrapper-mask {
  display: table;
  background-color: #e63d3d;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
/* line 74, ../../../client/scss/_home.scss */
#home .statement-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 79, ../../../client/scss/_home.scss */
#home .statement {
  padding: 20px 0px 0px 0px;
  line-height: 1.3em;
  font-size: 48px;
  text-align: center;
  max-width: 600px;
  margin: 0px auto;
}
/* line 87, ../../../client/scss/_home.scss */
#home .statement a,
#home .statement .text {
  font-family: "Tiempos";
  color: #fff;
  position: relative;
  display: inline-block;
  outline: none;
  color: #111;
  text-decoration: none;
  line-height: 1em;
  margin-right: 10px;
  font-size: 55px;
  text-transform: none;
  letter-spacing: 0px;
}
/* line 102, ../../../client/scss/_home.scss */
#home .statement .link {
  padding: 5px 5px 0px 5px;
  transition: color .15s ease-out;
}
/* line 106, ../../../client/scss/_home.scss */
#home .statement .link:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 117, ../../../client/scss/_home.scss */
#home .statement .link:hover {
  color: #fff;
}
/* line 120, ../../../client/scss/_home.scss */
#home .statement .link:hover:before {
  height: 100%;
  bottom: 0px;
}
/* line 124, ../../../client/scss/_home.scss */
#home .statement .link.active {
  color: #fff;
}
/* line 126, ../../../client/scss/_home.scss */
#home .statement .link.active:before {
  height: 100%;
  bottom: 0px;
}
/* line 131, ../../../client/scss/_home.scss */
#home .rule {
  width: 75px;
  border-top: solid 2px #1b1b1b;
  color: #1b1b1b;
  height: 1px;
  margin: 20px auto 0px auto;
}
/* line 138, ../../../client/scss/_home.scss */
#home .contact-text {
  z-index: 100;
  line-height: 2.5em;
  font-family: "BrownStd" !important;
  color: #1b1b1b;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .15s ease-out;
}
/* line 146, ../../../client/scss/_home.scss */
#home .contact-text:hover {
  color: #fff;
}
/* line 149, ../../../client/scss/_home.scss */
#home .contact-text:after {
  content: '';
  display: none;
}
/* line 154, ../../../client/scss/_home.scss */
#home .contact-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 555px;
  height: 480px;
  margin-left: -277.5px;
  margin-top: -240px;
  display: none;
  text-align: center;
}
/* line 164, ../../../client/scss/_home.scss */
#home .contact-container .header-row {
  margin-bottom: 1em;
}
/* line 167, ../../../client/scss/_home.scss */
#home .contact-container h1 {
  font-size: 55px;
  color: #fff;
  line-height: 1.5em;
}
/* line 172, ../../../client/scss/_home.scss */
#home .contact-container h4 {
  margin-bottom: .5em;
}
/* line 176, ../../../client/scss/_home.scss */
#home .contact-container p,
#home .contact-container a {
  margin-top: 0px;
  font-family: "Tiempos Text";
  color: #fff;
  margin-bottom: 2em;
  letter-spacing: 0px;
}
/* line 184, ../../../client/scss/_home.scss */
#home .contact-container a {
  letter-spacing: 0px;
  transition: color .15s ease-out;
  text-decoration: none;
  text-transform: none;
}
/* line 187, ../../../client/scss/_home.scss */
#home .contact-container a:hover {
  color: #e63d3d;
}
/* line 193, ../../../client/scss/_home.scss */
#home .contact-container .close-contact-link {
  opacity: .6 !important;
  text-decoration: none;
}
/* line 194, ../../../client/scss/_home.scss */
#home .contact-container .close-contact-link h4 {
  text-align: center;
  color: #fff !important;
}
/* line 200, ../../../client/scss/_home.scss */
#home .contact-container .close-contact-link:hover {
  opacity: 1 !important;
}
/* line 206, ../../../client/scss/_home.scss */
#home .job-banner {
  position: absolute;
  bottom: 0px;
  left: 20px;
  padding: 1.5em 0px 1.5em 1em;
  background-image: url(../img/hire-banner.svg);
  background-size: 368px 107px;
  height: 110px;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 370px;
  z-index: 100;
}
/* line 220, ../../../client/scss/_home.scss */
#home .job-banner .link:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* line 225, ../../../client/scss/_home.scss */
#home .job-banner .msg {
  margin-left: 90px;
  margin-top: 5px;
  letter-spacing: 0.1em;
  font-family: 'BrownStd';
  color: #e63d3d;
}
/* line 232, ../../../client/scss/_home.scss */
#home .job-banner .msg .emphasis {
  letter-spacing: 0;
  font-family: 'Tiempos';
  color: #1b1b1b;
  line-height: 2em;
}

/*---------------------------------------------------------------------------
// Home Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 246, ../../../client/scss/_home.scss */
  #home .statement a {
    font-size: 55px !important;
  }
}
/*---------------------------------------------------------------------------
// Home Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 258, ../../../client/scss/_home.scss */
  #home .statement {
    font-size: 36px;
  }
  /* line 261, ../../../client/scss/_home.scss */
  #home .statement a,
  #home .statement .text {
    font-size: 36px !important;
  }
  /* line 265, ../../../client/scss/_home.scss */
  #home .contact-container {
    top: 50%;
    left: 0%;
    width: 100%;
    height: 410px;
    margin-left: 0px;
    margin-top: -205px;
    text-align: center;
  }
  /* line 273, ../../../client/scss/_home.scss */
  #home .contact-container h1 {
    font-size: 36px !important;
  }
  /* line 276, ../../../client/scss/_home.scss */
  #home .contact-container h4 {
    text-align: center !important;
  }
  /* line 279, ../../../client/scss/_home.scss */
  #home .contact-container p {
    margin-bottom: 1em;
  }
  /* line 282, ../../../client/scss/_home.scss */
  #home .contact-container .span6 {
    width: 100%;
  }
  /* line 285, ../../../client/scss/_home.scss */
  #home .contact-container .span5 {
    width: 100%;
    margin-left: 0px;
  }
}
/*---------------------------------------------------------------------------
// Desktop Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_about.scss */
#about .clipper {
  overflow: hidden !important;
}
/* line 9, ../../../client/scss/_about.scss */
#about .screenful {
  height: 75vh;
  min-height: 600px;
  max-height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ddd;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 19, ../../../client/scss/_about.scss */
#about .padded-section {
  padding: 120px 0;
}
/* line 22, ../../../client/scss/_about.scss */
#about h4 {
  margin: 0px auto;
}
/* line 25, ../../../client/scss/_about.scss */
#about .padded-section {
  padding: 50px 0px 100px 0px;
}
/* line 29, ../../../client/scss/_about.scss */
#about .three-up {
  padding-top: 60px;
}
/* line 32, ../../../client/scss/_about.scss */
#about .three-up .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 36, ../../../client/scss/_about.scss */
#about .three-up .col-md-4 {
  margin-top: 40px;
  text-align: center;
  padding: 20px;
}
/* line 40, ../../../client/scss/_about.scss */
#about .three-up .col-md-4 h4 {
  color: #1b1b1b;
  margin: 30px 0 20px 0;
}
/* line 44, ../../../client/scss/_about.scss */
#about .three-up .col-md-4 p {
  text-align: left;
  color: #7D7D7D;
  margin: 2em 0 3em;
}
/* line 49, ../../../client/scss/_about.scss */
#about .three-up .col-md-4 ul,
#about .three-up .col-md-4 li {
  font-family: 'BrownStd';
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  color: #e63d3d;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 1px;
}
/* line 64, ../../../client/scss/_about.scss */
#about .three-up .col-md-4:nth-child(2) {
  border-top: none;
  border-bottom: none;
}
/* line 69, ../../../client/scss/_about.scss */
#about .circle-quote {
  max-height: 1000px !important;
  overflow: hidden;
}
/* line 73, ../../../client/scss/_about.scss */
#about .about-head {
  display: table;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 70vh;
  background-color: #000;
}
/* line 80, ../../../client/scss/_about.scss */
#about .about-head #about-bg {
  background-image: url("/img/about-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 91, ../../../client/scss/_about.scss */
#about .about-head #about-bg:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
/* line 102, ../../../client/scss/_about.scss */
#about .about-head h2 {
  color: #fff !important;
}
/* line 106, ../../../client/scss/_about.scss */
#about .customCursor {
  cursor: url("../img/arrow.png") 20 20, pointer;
}
/* line 109, ../../../client/scss/_about.scss */
#about .profile-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  overflow: hidden;
}
/* line 115, ../../../client/scss/_about.scss */
#about .profile-container .close-btn {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  color: #fff;
  z-index: 100;
  background-image: url(../img/close-btn.svg);
  background-position: center center;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-color: #000;
  opacity: .6;
  cursor: pointer;
  transiton: opacity .2s ease-out;
}
/* line 132, ../../../client/scss/_about.scss */
#about .profile-container .close-btn:hover {
  opacity: 1;
}
/* line 137, ../../../client/scss/_about.scss */
#about .namebox-mobile {
  display: none;
  padding: 50px;
}
/* line 141, ../../../client/scss/_about.scss */
#about .profile {
  position: absolute;
  padding-top: 20%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
/* line 152, ../../../client/scss/_about.scss */
#about .profile h1, #about .profile h2, #about .profile h4, #about .profile p {
  color: #fff !important;
  text-align: left !important;
}
/* line 156, ../../../client/scss/_about.scss */
#about .profile h4 {
  opacity: 0.6;
}
/* line 159, ../../../client/scss/_about.scss */
#about .profile .img {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  margin: 0px auto;
  margin-bottom: 30px !important;
  background-size: cover;
  background-position: center center;
}
/* line 169, ../../../client/scss/_about.scss */
#about #Erik {
  background-image: url("/img/headshots/headshot_erik.jpg");
}
/* line 172, ../../../client/scss/_about.scss */
#about #Jeff {
  background-image: url("/img/headshots/headshot_jeff.jpg");
}
/* line 175, ../../../client/scss/_about.scss */
#about #Jason {
  background-image: url("/img/headshots/headshot_jason.jpg");
}
/* line 178, ../../../client/scss/_about.scss */
#about #Justin {
  background-image: url("/img/headshots/headshot_justin.jpg");
}
/* line 181, ../../../client/scss/_about.scss */
#about #Drew {
  background-image: url("/img/headshots/headshot_drew.jpg");
}
/* line 184, ../../../client/scss/_about.scss */
#about #Tyson {
  background-image: url("/img/headshots/headshot_tyson.jpg");
}
/* line 187, ../../../client/scss/_about.scss */
#about #Dan {
  background-image: url("/img/headshots/headshot_dan.jpg");
}
/* line 190, ../../../client/scss/_about.scss */
#about .grey-section {
  padding: 100px 0;
}
/* line 193, ../../../client/scss/_about.scss */
#about .desk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 199, ../../../client/scss/_about.scss */
#about .desk div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}
/* line 209, ../../../client/scss/_about.scss */
#about .desk .Erik {
  background-image: url("/img/objects/about_objects_erik.jpg");
}
/* line 212, ../../../client/scss/_about.scss */
#about .desk .Jeff {
  background-image: url("/img/objects/about_objects_jeff.jpg");
}
/* line 215, ../../../client/scss/_about.scss */
#about .desk .Jason {
  background-image: url("/img/objects/about_objects_jason.jpg");
}
/* line 218, ../../../client/scss/_about.scss */
#about .desk .Justin {
  background-image: url("/img/objects/about_objects_justin.jpg");
}
/* line 221, ../../../client/scss/_about.scss */
#about .desk .Drew {
  background-image: url("/img/objects/about_objects_drew.jpg");
}
/* line 224, ../../../client/scss/_about.scss */
#about .desk .Tyson {
  background-image: url("/img/objects/about_objects_tyson.jpg");
}
/* line 227, ../../../client/scss/_about.scss */
#about .desk .Dan {
  background-image: url("/img/objects/about_objects_dan.jpg");
}
/* line 231, ../../../client/scss/_about.scss */
#about .names {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
/* line 235, ../../../client/scss/_about.scss */
#about .names h2 {
  font-size: 36px;
  line-height: 1.5em;
  cursor: pointer;
  text-align: center;
  transition: all 0.05s;
  position: relative;
}
/* line 242, ../../../client/scss/_about.scss */
#about .names h2 .name {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
/* line 246, ../../../client/scss/_about.scss */
#about .names h2 .name * {
  position: relative;
  z-index: 2;
}
/* line 251, ../../../client/scss/_about.scss */
#about .names h2 .lastname {
  display: inline;
  overflow: hidden;
  float: right;
  padding-left: 0.3em;
  width: 0;
  opacity: 0;
}
/* line 259, ../../../client/scss/_about.scss */
#about .names h2 .highlight {
  height: 100%;
  width: 100%;
  background-color: #e63d3d;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 1;
  opacity: 0;
}
/* line 270, ../../../client/scss/_about.scss */
#about .names h2:hover {
  color: #fff;
}
/* line 273, ../../../client/scss/_about.scss */
#about .names h2:hover .highlight {
  opacity: 1;
}
/* line 277, ../../../client/scss/_about.scss */
#about .quote-box h4 {
  margin-top: 10px;
}
/* line 280, ../../../client/scss/_about.scss */
#about .logo-row.one {
  padding-top: 80px;
  text-align: center;
}
/* line 284, ../../../client/scss/_about.scss */
#about .logo-row {
  text-align: center;
}
/* line 287, ../../../client/scss/_about.scss */
#about .next {
  height: 400px;
  text-align: center;
  background: url("/img/next-map.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 200ms opacity ease-out;
}
/* line 297, ../../../client/scss/_about.scss */
#about .next:hover {
  opacity: .9;
}
/* line 300, ../../../client/scss/_about.scss */
#about .next:active {
  opacity: .9;
}
/* line 304, ../../../client/scss/_about.scss */
#about .next h2 {
  color: #fff !important;
}
/* line 307, ../../../client/scss/_about.scss */
#about .next .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
/* line 312, ../../../client/scss/_about.scss */
#about .next .row {
  height: 100%;
}

/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 322, ../../../client/scss/_about.scss */
  #about .about-head {
    position: relative;
    min-height: 60vh;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  /* line 327, ../../../client/scss/_about.scss */
  #about .names {
    display: none;
  }
  /* line 330, ../../../client/scss/_about.scss */
  #about .profile-container {
    width: 100vw;
    position: relative;
  }
  /* line 334, ../../../client/scss/_about.scss */
  #about .grid {
    display: none !important;
  }
  /* line 337, ../../../client/scss/_about.scss */
  #about .circle-quote {
    padding: 0 !important;
    height: auto;
    min-height: 0px !important;
  }
  /* line 342, ../../../client/scss/_about.scss */
  #about .quote-box {
    display: none;
    padding: 40px 0 !important;
  }
  /* line 345, ../../../client/scss/_about.scss */
  #about .quote-box .container {
    padding: 0px !important;
  }
  /* line 349, ../../../client/scss/_about.scss */
  #about .namebox {
    display: none;
  }
  /* line 352, ../../../client/scss/_about.scss */
  #about .namebox-mobile {
    display: block;
  }
  /* line 358, ../../../client/scss/_about.scss */
  #about .next {
    display: none;
  }
  /* line 361, ../../../client/scss/_about.scss */
  #about .profile {
    position: relative;
    display: block;
    height: 50vh;
    background-position: center center;
    opacity: 1;
    z-index: 0;
    padding-top: 10%;
  }
  /* line 369, ../../../client/scss/_about.scss */
  #about .profile h2 {
    max-width: 225px;
  }
  /* line 372, ../../../client/scss/_about.scss */
  #about .profile h4 {
    margin-top: 0px;
  }
  /* line 375, ../../../client/scss/_about.scss */
  #about .profile p {
    text-align: left;
    display: none;
  }
  /* line 379, ../../../client/scss/_about.scss */
  #about .profile .img {
    width: 40vmin;
    height: 40vmin;
  }
  /* line 384, ../../../client/scss/_about.scss */
  #about #circle-bg {
    display: none !important;
  }
  /* line 387, ../../../client/scss/_about.scss */
  #about .three-up {
    padding: 0 !important;
  }
  /* line 389, ../../../client/scss/_about.scss */
  #about .three-up h4 {
    margin: 10px 0 20px !important;
  }
  /* line 393, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4 p {
    text-align: center;
  }
  /* line 396, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4 li {
    font-size: 18px;
    text-align: center;
  }
  /* line 400, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4 img {
    max-width: 300px;
  }
  /* line 404, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4:nth-child(2) {
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }
  /* line 408, ../../../client/scss/_about.scss */
  #about .three-up h3 {
    text-align: center !important;
  }
}
/*---------------------------------------------------------------------------
// About Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 420, ../../../client/scss/_about.scss */
  #about .padded-section {
    padding: 60px 0 !important;
  }
  /* line 423, ../../../client/scss/_about.scss */
  #about h4 {
    margin: 10px 0 30px 0 !important;
  }
  /* line 426, ../../../client/scss/_about.scss */
  #about .about-head {
    position: relative;
    min-height: 60vh;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  /* line 430, ../../../client/scss/_about.scss */
  #about .about-head .span10.offset1 {
    width: 100%;
    margin: 0px;
  }
  /* line 435, ../../../client/scss/_about.scss */
  #about .names {
    display: none;
  }
  /* line 438, ../../../client/scss/_about.scss */
  #about .profile-container {
    width: 100vw;
    position: relative;
  }
  /* line 442, ../../../client/scss/_about.scss */
  #about .grid {
    display: none !important;
  }
  /* line 445, ../../../client/scss/_about.scss */
  #about .circle-quote {
    padding: 0 !important;
    height: auto;
    min-height: 0px !important;
  }
  /* line 450, ../../../client/scss/_about.scss */
  #about .quote-box {
    display: none;
    padding: 40px 0 !important;
  }
  /* line 453, ../../../client/scss/_about.scss */
  #about .quote-box .container {
    padding: 0px !important;
  }
  /* line 455, ../../../client/scss/_about.scss */
  #about .quote-box .container .span6.offset3 {
    margin: 0;
    padding: 30px;
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
  }
  /* line 461, ../../../client/scss/_about.scss */
  #about .quote-box .container .profile:last-child .span6.offset3 {
    border-bottom: none;
  }
  /* line 466, ../../../client/scss/_about.scss */
  #about .namebox {
    display: none;
  }
  /* line 469, ../../../client/scss/_about.scss */
  #about .namebox-mobile {
    display: block;
  }
  /* line 475, ../../../client/scss/_about.scss */
  #about .next {
    display: none;
  }
  /* line 478, ../../../client/scss/_about.scss */
  #about .profile {
    position: relative;
    display: block;
    width: 100%;
    height: 50vh;
    background-position: -40px center;
    opacity: 1;
    z-index: 0;
    padding-top: 10%;
    padding-left: 30px;
  }
  /* line 488, ../../../client/scss/_about.scss */
  #about .profile h2 {
    margin-top: 50px;
    max-width: 225px;
  }
  /* line 492, ../../../client/scss/_about.scss */
  #about .profile h4 {
    margin-top: 0px;
  }
  /* line 495, ../../../client/scss/_about.scss */
  #about .profile p {
    text-align: left;
    display: none;
  }
  /* line 499, ../../../client/scss/_about.scss */
  #about .profile .img {
    width: 40vmin;
    height: 40vmin;
  }
  /* line 504, ../../../client/scss/_about.scss */
  #about #circle-bg {
    display: none !important;
  }
  /* line 507, ../../../client/scss/_about.scss */
  #about .three-up {
    padding: 0 !important;
  }
  /* line 509, ../../../client/scss/_about.scss */
  #about .three-up padding-top h4 {
    margin: 10px 0 20px !important;
  }
  /* line 512, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4 {
    width: 100%;
    margin: 0;
    padding: 2em 30px !important;
  }
  /* line 516, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4 p {
    text-align: center;
  }
  /* line 519, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4 li {
    font-size: 18px;
    text-align: center;
  }
  /* line 523, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4 img {
    width: 50%;
  }
  /* line 527, ../../../client/scss/_about.scss */
  #about .three-up .col-md-4:nth-child(2) {
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }
  /* line 531, ../../../client/scss/_about.scss */
  #about .three-up h3 {
    text-align: center !important;
  }
  /* line 535, ../../../client/scss/_about.scss */
  #about .logo-row.one {
    padding-top: 0px;
  }
}
/*---------------------------------------------------------------------------
// Culture default Styles
---------------------------------------------------------------------------*/
/* line 5, ../../../client/scss/_culture.scss */
#culture {
  width: 100%;
}
/* line 7, ../../../client/scss/_culture.scss */
#culture .medium-icon {
  margin: 0px auto 30px auto;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-image: url(../img/medium-logo.svg);
  transition: .2s -webkit-transform ease-out;
  transition: .2s transform ease-out;
}
/* line 18, ../../../client/scss/_culture.scss */
#culture .header {
  display: table;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 70vh;
  background-color: #000;
}
/* line 25, ../../../client/scss/_culture.scss */
#culture .header h2 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 29, ../../../client/scss/_culture.scss */
#culture .header .header-bg {
  background-image: url(../img/culture-header1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 39, ../../../client/scss/_culture.scss */
#culture .header .header-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 50, ../../../client/scss/_culture.scss */
#culture .container {
  padding-top: 100px;
}
/* line 53, ../../../client/scss/_culture.scss */
#culture .social-header {
  margin-bottom: 100px;
}
/* line 56, ../../../client/scss/_culture.scss */
#culture .sub-descr {
  max-width: 670px;
  text-align: center;
  margin: 30px auto;
  font-size: 20px;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 65, ../../../client/scss/_culture.scss */
#culture .social-container {
  margin-top: 0px;
  padding-top: 0px;
}
/* line 69, ../../../client/scss/_culture.scss */
#culture #grid {
  width: 100%;
  margin: 0px auto;
  position: relative;
  background-color: #fff;
  clear: both;
  margin-bottom: 100px;
}
/* line 78, ../../../client/scss/_culture.scss */
#culture #grid > div {
  background-color: #dcdcdc;
  position: absolute;
}
/* line 82, ../../../client/scss/_culture.scss */
#culture #grid .block {
  width: 100%;
  height: 100%;
}
/* line 85, ../../../client/scss/_culture.scss */
#culture #grid .block:after {
  content: attr(data-text);
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-family: "Tiempos Text";
  font-size: 18px;
  padding: 1em;
  line-height: 1.3em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all .15s ease-out;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: calc(100% - 21px) calc(100% - 21px);
}
/* line 107, ../../../client/scss/_culture.scss */
#culture #grid .block:hover .block-inner {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
/* line 111, ../../../client/scss/_culture.scss */
#culture #grid .block:hover:after {
  opacity: 1;
}
/* line 115, ../../../client/scss/_culture.scss */
#culture #grid .block.twitter:after {
  background-color: rgba(85, 172, 238, 0.75);
  background-image: url(/img/social-icon-twitter.svg);
}
/* line 119, ../../../client/scss/_culture.scss */
#culture #grid .block.vimeo:after {
  background-color: rgba(71, 192, 238, 0.75);
  background-image: url(/img/social-icon-vimeo.svg);
}
/* line 123, ../../../client/scss/_culture.scss */
#culture #grid .block.wordpress:after {
  background-color: rgba(230, 61, 61, 0.75);
  background-image: url(/img/social-icon-wordpress.svg);
}
/* line 127, ../../../client/scss/_culture.scss */
#culture #grid .block.dribbble:after {
  background-color: rgba(232, 79, 137, 0.75);
  background-image: url(/img/social-icon-dribbble.svg);
}
/* line 131, ../../../client/scss/_culture.scss */
#culture #grid .block.vine:after {
  background-color: rgba(0, 191, 143, 0.75);
  background-image: url(/img/social-icon-vine.svg);
}
/* line 135, ../../../client/scss/_culture.scss */
#culture #grid .block a {
  width: 100%;
  height: 100%;
}
/* line 139, ../../../client/scss/_culture.scss */
#culture #grid .block a:hover .block:after {
  opacity: 0;
}
/* line 144, ../../../client/scss/_culture.scss */
#culture #grid .block .block-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 154, ../../../client/scss/_culture.scss */
#culture .arrow-link {
  background-color: transparent;
  margin-top: 40px;
}
/* line 158, ../../../client/scss/_culture.scss */
#culture .mid-section {
  margin-top: 100px;
  display: table;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 60vh;
  position: relative;
}
/* line 166, ../../../client/scss/_culture.scss */
#culture .mid-section .see-all-link {
  text-align: center;
}
/* line 169, ../../../client/scss/_culture.scss */
#culture .mid-section .sub-descr {
  color: #1b1b1b;
  text-shadow: none;
}
/* line 173, ../../../client/scss/_culture.scss */
#culture .mid-section h2 {
  color: #1b1b1b;
  text-shadow: none;
}
/* line 177, ../../../client/scss/_culture.scss */
#culture .mid-section .mid-section-bg {
  background-image: url(../img/culture-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 189, ../../../client/scss/_culture.scss */
#culture .social-section {
  height: 32px;
  margin: 0px auto;
}
/* line 193, ../../../client/scss/_culture.scss */
#culture .social-icon-container {
  width: 200px;
  height: 32px;
  margin: 0px auto;
}
/* line 197, ../../../client/scss/_culture.scss */
#culture .social-icon-container ul {
  padding: 0;
  margin: 0px 0px 0px 15px;
}
/* line 201, ../../../client/scss/_culture.scss */
#culture .social-icon-container ul li {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  transition: .2s -webkit-transform ease-out;
  transition: .2s transform ease-out;
}
/* line 210, ../../../client/scss/_culture.scss */
#culture .social-icon-container ul li:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
/* line 212, ../../../client/scss/_culture.scss */
#culture .social-icon-container ul li:hover .social-icon.dribbble {
  background-position: 0px -25px;
}
/* line 215, ../../../client/scss/_culture.scss */
#culture .social-icon-container ul li:hover .social-icon.twitter {
  background-position: 0px -25px;
}
/* line 218, ../../../client/scss/_culture.scss */
#culture .social-icon-container ul li:hover .social-icon.gplus {
  background-position: 0px -25px;
}
/* line 221, ../../../client/scss/_culture.scss */
#culture .social-icon-container ul li:hover .social-icon.vimeo {
  background-position: 0px -26px;
}
/* line 226, ../../../client/scss/_culture.scss */
#culture .social-icon {
  margin: 5px auto;
  pointer-events: none;
  width: 21px;
  height: 21px;
  background-size: 21px 42px;
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 235, ../../../client/scss/_culture.scss */
#culture .social-icon.dribbble {
  background-image: url(../img/dribbble-icon.png);
}
/* line 238, ../../../client/scss/_culture.scss */
#culture .social-icon.twitter {
  background-image: url(../img/twitter-icon.png);
}
/* line 241, ../../../client/scss/_culture.scss */
#culture .social-icon.gplus {
  background-image: url(../img/googleplus-icon.png);
}
/* line 244, ../../../client/scss/_culture.scss */
#culture .social-icon.vimeo {
  background-image: url(../img/vimeo-icon.png);
}
/* line 247, ../../../client/scss/_culture.scss */
#culture .social-list {
  text-align: center;
  padding: 0;
}
/* line 250, ../../../client/scss/_culture.scss */
#culture .social-list a {
  text-decoration: none;
}
/* line 254, ../../../client/scss/_culture.scss */
#culture .icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-position: center center;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  transition: .2s -webkit-transform ease-out;
  transition: .2s transform ease-out;
}
/* line 262, ../../../client/scss/_culture.scss */
#culture .icon:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
/* line 266, ../../../client/scss/_culture.scss */
#culture .icon.twitter {
  background-color: #55acee;
  background-image: url(/img/social-icon-twitter.svg);
}
/* line 270, ../../../client/scss/_culture.scss */
#culture .icon.vimeo {
  background-color: #47c0ee;
  background-image: url(/img/social-icon-vimeo.svg);
}
/* line 274, ../../../client/scss/_culture.scss */
#culture .icon.dribbble {
  background-color: #e84f89;
  background-image: url(/img/social-icon-dribbble.svg);
}
/* line 278, ../../../client/scss/_culture.scss */
#culture .icon.gplus {
  background-color: #de4931;
  background-image: url(/img/social-icon-gplus.svg);
}
/* line 283, ../../../client/scss/_culture.scss */
#culture .writing-container .writing {
  margin-bottom: 3em;
}
/* line 285, ../../../client/scss/_culture.scss */
#culture .writing-container .writing:hover .post-img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
/* line 288, ../../../client/scss/_culture.scss */
#culture .writing-container .writing .by-line {
  display: none;
}
/* line 291, ../../../client/scss/_culture.scss */
#culture .writing-container .writing .col-sm-5 {
  padding-left: 20px;
}
/* line 294, ../../../client/scss/_culture.scss */
#culture .writing-container .writing .post-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all .15s ease-out;
}
/* line 303, ../../../client/scss/_culture.scss */
#culture .writing-container .writing a,
#culture .writing-container .writing h2 {
  text-transform: none;
  font-size: 30px;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  transition: color .15s ease-out;
}
/* line 312, ../../../client/scss/_culture.scss */
#culture .writing-container .writing h6 {
  color: #a5a5a5;
  font-family: "BrownStd";
  letter-spacing: 2px;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
/* line 323, ../../../client/scss/_culture.scss */
#culture .writing-container .writing .time-stamp {
  margin: 0px;
  font-family: "BrownStd";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 1em;
  display: inline-block;
  color: #a5a5a5;
}
/* line 333, ../../../client/scss/_culture.scss */
#culture .writing-container .writing .continue-reading-link {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
/* line 337, ../../../client/scss/_culture.scss */
#culture .writing-container .writing .continue-reading-link:hover {
  text-decoration: underline;
}
/* line 342, ../../../client/scss/_culture.scss */
#culture .writing-container .more-link {
  text-decoration: none;
}
/* line 345, ../../../client/scss/_culture.scss */
#culture .writing-container .more-row {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 100px;
  transition: .15s background-color ease-out;
}
/* line 351, ../../../client/scss/_culture.scss */
#culture .writing-container .more-row:hover {
  background-color: #fafafa;
}
/* line 354, ../../../client/scss/_culture.scss */
#culture .writing-container .more-row p {
  line-height: 50px;
  text-decoration: none;
  font-family: "BrownStd";
  color: #e63d3d;
}

/*---------------------------------------------------------------------------
// Culture Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 369, ../../../client/scss/_culture.scss */
  #culture .mid-section {
    height: 50vh;
  }
  /* line 373, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 2em;
  }
  /* line 376, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing .by-line {
    display: none;
  }
  /* line 379, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing h2 {
    font-size: 24px !important;
    margin-top: 0em;
  }
  /* line 384, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing .post-img {
    height: 200px;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  /* line 388, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing .time-stamp {
    font-size: 13px !important;
  }
  /* line 391, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing .continue-reading-link {
    font-size: 13px !important;
  }
  /* line 395, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing:last-child {
    border: none;
  }
  /* line 399, ../../../client/scss/_culture.scss */
  #culture .arrow-link {
    margin-top: 0px;
  }
}
/*---------------------------------------------------------------------------
// Culture Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 410, ../../../client/scss/_culture.scss */
  #culture .social-container {
    padding-top: 0px;
  }
  /* line 413, ../../../client/scss/_culture.scss */
  #culture #grid {
    margin-bottom: 50px;
  }
  /* line 416, ../../../client/scss/_culture.scss */
  #culture #grid .block {
    width: 100%;
    height: 100%;
  }
  /* line 419, ../../../client/scss/_culture.scss */
  #culture #grid .block:after {
    content: "";
    color: #fff;
    display: none;
  }
  /* line 426, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 2em;
  }
  /* line 429, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing .by-line {
    display: none;
  }
  /* line 432, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing h2 {
    font-size: 24px !important;
    margin-top: 1em;
  }
  /* line 437, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing .post-img {
    height: 150px;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  /* line 441, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing .time-stamp {
    font-size: 13px !important;
  }
  /* line 444, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing .continue-reading-link {
    font-size: 13px !important;
  }
  /* line 448, ../../../client/scss/_culture.scss */
  #culture .writing-container .writing:last-of-type {
    border-bottom: none;
  }
  /* line 451, ../../../client/scss/_culture.scss */
  #culture .writing-container .more-row {
    margin-top: -3em;
    border-top: none;
  }
}
/*---------------------------------------------------------------------------
// Portfolio Default Styles
---------------------------------------------------------------------------*/
/* line 5, ../../../client/scss/_portfolio.scss */
#portfolio {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
/* line 11, ../../../client/scss/_portfolio.scss */
#portfolio .big-link {
  text-transform: none !important;
  text-decoration: none;
}
/* line 15, ../../../client/scss/_portfolio.scss */
#portfolio .sub-head {
  margin-top: -2em;
  margin-bottom: 2em;
}
/* line 19, ../../../client/scss/_portfolio.scss */
#portfolio h1 {
  outline: 0;
  font-size: 48px;
  text-align: center;
  -webkit-transform-origin: 20% 0%;
      -ms-transform-origin: 20% 0%;
          transform-origin: 20% 0%;
  font-family: "Tiempos";
  margin: 0;
  line-height: 1.5em;
  letter-spacing: 0px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
/* line 30, ../../../client/scss/_portfolio.scss */
#portfolio h1 span {
  padding: 5px 30px;
  cursor: pointer;
}
/* line 35, ../../../client/scss/_portfolio.scss */
#portfolio h1.hover span {
  color: #fff;
  background-color: #E83F3A;
}
/* line 39, ../../../client/scss/_portfolio.scss */
#portfolio #controls {
  position: fixed;
  width: 120px;
  top: 0;
  right: 0;
}
/* line 45, ../../../client/scss/_portfolio.scss */
#portfolio #controls button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  margin: 10px 0;
  cursor: pointer;
}
/* line 53, ../../../client/scss/_portfolio.scss */
#portfolio #controls button:first-child {
  color: #fff;
  background-color: #E83F3A;
  outline: none;
  border: none;
  padding: 6px 11px;
}
/* line 60, ../../../client/scss/_portfolio.scss */
#portfolio .table {
  display: table;
  width: 100%;
  height: 100vh;
}
/* line 65, ../../../client/scss/_portfolio.scss */
#portfolio #container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 70, ../../../client/scss/_portfolio.scss */
#portfolio .bgContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 78, ../../../client/scss/_portfolio.scss */
#portfolio .big-img {
  position: absolute;
  top: -15px;
  left: 0px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}
/* line 90, ../../../client/scss/_portfolio.scss */
#portfolio .big-img-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .8;
}
/* line 101, ../../../client/scss/_portfolio.scss */
#portfolio .loader-pane {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: #a5a5a5;
  text-align: center;
}
/* line 109, ../../../client/scss/_portfolio.scss */
#portfolio .loader-pane .loader-text {
  font-family: "BrownStd";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 116, ../../../client/scss/_portfolio.scss */
#portfolio .loader-pane .loader-value {
  font-family: "Tiempos";
  font-size: 42px;
}
/* line 121, ../../../client/scss/_portfolio.scss */
#portfolio .info-pane {
  position: absolute;
  left: 0px;
  bottom: 40px;
  width: 100%;
  font-size: 15.5px;
  color: #1b1b1b;
  font-family: "Tiempos Text";
  pointer-events: none;
}
/* line 131, ../../../client/scss/_portfolio.scss */
#portfolio .info-pane .container {
  overflow: hidden;
  position: relative;
}
/* line 135, ../../../client/scss/_portfolio.scss */
#portfolio .info-pane .container .row {
  padding-left: 100px;
}
/* line 139, ../../../client/scss/_portfolio.scss */
#portfolio .info-pane .project-type {
  margin-bottom: 1em;
}
/* line 142, ../../../client/scss/_portfolio.scss */
#portfolio .info-pane .break {
  position: absolute;
  top: 0px;
  left: 75px;
  height: 100%;
  width: 1px;
  border-left: solid 1px #e63d3d;
}
/* line 150, ../../../client/scss/_portfolio.scss */
#portfolio .info-pane .label {
  letter-spacing: 2px;
  color: #e63d3d;
  font-size: 16px;
  text-align: left;
}

/*---------------------------------------------------------------------------
// Portfolio Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 165, ../../../client/scss/_portfolio.scss */
  #portfolio h1 {
    font-size: 48px !important;
  }
}
/*---------------------------------------------------------------------------
// Portfolio Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 178, ../../../client/scss/_portfolio.scss */
  #portfolio h1 {
    font-size: 30px !important;
    text-align: center;
    -webkit-transform-origin: 20% 0%;
        -ms-transform-origin: 20% 0%;
            transform-origin: 20% 0%;
    font-family: "Tiempos";
    margin: 0;
    line-height: 1.5em;
  }
  /* line 186, ../../../client/scss/_portfolio.scss */
  #portfolio h1 span {
    padding: 5px 0px;
    cursor: pointer;
  }
}
/*---------------------------------------------------------------------------
// Jobs default Styles
---------------------------------------------------------------------------*/
/* line 5, ../../../client/scss/_jobs.scss */
#jobs {
  background-color: #fff;
  width: 100%;
  padding-bottom: 80px;
}
/* line 9, ../../../client/scss/_jobs.scss */
#jobs .break {
  width: 200px;
  height: 1px;
  border-bottom: solid 1px #dcdcdc;
  margin: 0px auto;
  margin-bottom: 60px;
}
/* line 16, ../../../client/scss/_jobs.scss */
#jobs .section-title {
  margin-bottom: 20px;
}
/* line 20, ../../../client/scss/_jobs.scss */
#jobs .header {
  display: table;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 70vh;
}
/* line 26, ../../../client/scss/_jobs.scss */
#jobs .header h2 {
  margin-top: 160px;
  color: #1b1b1b;
}
/* line 30, ../../../client/scss/_jobs.scss */
#jobs .header .header-bg {
  background-image: url(../img/jobs-header.jpg);
  background-size: 1400px 494px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 40, ../../../client/scss/_jobs.scss */
#jobs .header .header-bg:after {
  content: "";
  position: absolute;
  bottom: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 1px;
  margin: 0px auto;
}
/* line 52, ../../../client/scss/_jobs.scss */
#jobs .header .sub-descr {
  max-width: 670px;
  text-align: center;
  margin: 30px auto;
  font-size: 20px;
  line-height: 1.5em;
  color: #1b1b1b;
}
/* line 64, ../../../client/scss/_jobs.scss */
#jobs .job-details {
  padding-left: 40px;
}
/* line 67, ../../../client/scss/_jobs.scss */
#jobs .job {
  margin-bottom: 80px;
}
/* line 69, ../../../client/scss/_jobs.scss */
#jobs .job .overview-header {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 1em;
}
/* line 74, ../../../client/scss/_jobs.scss */
#jobs .job .skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  font-size: 18px;
  font-family: "Tiempos Text";
  margin-bottom: 2em;
}
/* line 82, ../../../client/scss/_jobs.scss */
#jobs .job .skill-list li {
  position: relative;
  line-height: 1.5em;
  margin-bottom: .5em;
}
/* line 86, ../../../client/scss/_jobs.scss */
#jobs .job .skill-list li:before {
  content: "\2714";
  position: absolute;
  top: 2px;
  left: -20px;
  font-size: 16px;
  color: #a5a5a5;
}
/* line 96, ../../../client/scss/_jobs.scss */
#jobs .job .title {
  font-size: 30px;
  text-align: left;
  cursor: pointer;
}
/* line 100, ../../../client/scss/_jobs.scss */
#jobs .job .title:hover {
  text-decoration: underline;
}
/* line 104, ../../../client/scss/_jobs.scss */
#jobs .job .front-end-icon {
  width: 100%;
  height: 180px;
  background-image: url(../img/front-end-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
/* line 112, ../../../client/scss/_jobs.scss */
#jobs .job .ui-designer-icon {
  width: 100%;
  height: 180px;
  background-image: url(../img/ui-designer-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
/* line 120, ../../../client/scss/_jobs.scss */
#jobs .job .dot {
  margin-left: .5em;
  margin-right: .5em;
}

/* line 127, ../../../client/scss/_jobs.scss */
.job-description {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
  max-width: 700px;
  margin: 0px auto;
}
/* line 135, ../../../client/scss/_jobs.scss */
.job-description h2, .job-description h4 {
  text-align: left;
}
/* line 138, ../../../client/scss/_jobs.scss */
.job-description h4 {
  color: #e63d3d;
}
/* line 141, ../../../client/scss/_jobs.scss */
.job-description h6 {
  font-size: 16px;
  font-family: 'Tiempos';
  margin-bottom: 1em;
}
/* line 146, ../../../client/scss/_jobs.scss */
.job-description a {
  font-size: 16px;
}
/* line 149, ../../../client/scss/_jobs.scss */
.job-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  font-size: 18px;
  font-family: "Tiempos Text";
  margin-bottom: 2em;
}
/* line 157, ../../../client/scss/_jobs.scss */
.job-description ul li {
  position: relative;
  line-height: 1.5em;
  margin-bottom: .5em;
}
/* line 161, ../../../client/scss/_jobs.scss */
.job-description ul li:before {
  content: "\2714";
  position: absolute;
  top: 2px;
  left: -20px;
  font-size: 16px;
  color: #a5a5a5;
}

/*---------------------------------------------------------------------------
// Jobs Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 178, ../../../client/scss/_jobs.scss */
  #jobs .front-end-icon {
    width: 100%;
    background-image: url(../img/front-end-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* line 185, ../../../client/scss/_jobs.scss */
  #jobs .ui-designer-icon {
    width: 100%;
    background-image: url(../img/ui-designer-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/*---------------------------------------------------------------------------
// Jobs Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 200, ../../../client/scss/_jobs.scss */
  #jobs .front-end-icon, #jobs .ui-designer-icon {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 2em;
  }
}
/*---------------------------------------------------------------------------
// Breadcrumb Default Styles
---------------------------------------------------------------------------*/
/* line 5, ../../../client/scss/_breadcrumb.scss */
#bread-crumb {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  background-color: transparent;
  z-index: 100;
}
/* line 14, ../../../client/scss/_breadcrumb.scss */
#bread-crumb.active {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 17, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container {
  font-family: "BrownStd";
  text-transform: uppercase;
}
/* line 20, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container .crumb-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  padding-left: 105px;
}
/* line 29, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4 {
  line-height: 70px;
  font-size: 16px;
  text-align: left;
  float: left;
}
/* line 34, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4 .crumb-holder {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
/* line 41, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4 span {
  transition: color .25s ease-in-out;
  opacity: .6;
}
/* line 44, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4 span.dark {
  color: #1b1b1b;
}
/* line 47, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4 span.light {
  color: #fff;
}
/* line 51, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4 .two {
  opacity: .6;
}
/* line 55, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4.active {
  cursor: pointer;
}
/* line 58, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4.active:hover .one {
  color: #e63d3d;
}
/* line 63, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4.active-dark {
  cursor: pointer;
}
/* line 66, ../../../client/scss/_breadcrumb.scss */
#bread-crumb .bread-crumb-container h4.active-dark:hover .one {
  color: #e63d3d;
}

/* line 74, ../../../client/scss/_breadcrumb.scss */
.headroom {
  transition: -webkit-transform 200ms linear, background-color 200ms linear;
  transition: transform 200ms linear, background-color 200ms linear;
}

/* line 78, ../../../client/scss/_breadcrumb.scss */
.headroom--pinned {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

/* line 82, ../../../client/scss/_breadcrumb.scss */
.headroom--unpinned {
  -webkit-transform: translateY(-70px) !important;
      -ms-transform: translateY(-70px) !important;
          transform: translateY(-70px) !important;
}

/*---------------------------------------------------------------------------
// Breadcrumb Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 94, ../../../client/scss/_breadcrumb.scss */
  #bread-crumb .bread-crumb-container .crumb-container {
    padding-left: 105px !important;
  }
}
/*---------------------------------------------------------------------------
// Breadcrumb Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 107, ../../../client/scss/_breadcrumb.scss */
  #bread-crumb .bread-crumb-container .crumb-container {
    padding-left: 105px !important;
  }
}
/*---------------------------------------------------------------------------
// Footer Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_footer.scss */
#footer {
  position: fixed;
  padding-top: 200px;
  background-color: #000;
  bottom: 0;
  width: 100%;
  z-index: 0;
  font-family: "BrownStd";
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 1px;
  height: 420px;
  display: none;
}
/* line 22, ../../../client/scss/_footer.scss */
#footer a {
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color .2s ease-out;
}
/* line 31, ../../../client/scss/_footer.scss */
#footer a:hover {
  color: #e63d3d;
}

/* line 37, ../../../client/scss/_footer.scss */
#footer h4 {
  color: #fff;
  font-family: "BrownStd";
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.5em;
}

/*---------------------------------------------------------------------------
// Global Tablet Styles 
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 55, ../../../client/scss/_footer.scss */
  #footer {
    font-size: 16px !important;
  }
  /* line 59, ../../../client/scss/_footer.scss */
  #footer h4, #footer a {
    font-size: 16px !important;
  }
}
/*---------------------------------------------------------------------------
// Global Mobile Styles 
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 73, ../../../client/scss/_footer.scss */
  #footer {
    padding-top: 120px;
    font-size: 13px !important;
  }
  /* line 77, ../../../client/scss/_footer.scss */
  #footer h4, #footer a {
    font-size: 13px !important;
  }
}
/*---------------------------------------------------------------------------
// Vimeo Modal styles
---------------------------------------------------------------------------*/
@media screen {
  /* line 5, ../../../client/scss/_vimeo.scss */
  .video-modal {
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px;
  }

  /* line 16, ../../../client/scss/_vimeo.scss */
  .video-container {
    max-width: 1600px;
    margin: 0 auto;
  }

  /* line 20, ../../../client/scss/_vimeo.scss */
  .video-wrapper {
    position: relative;
    margin: 0 auto;
  }

  /* line 24, ../../../client/scss/_vimeo.scss */
  .video-wrapper iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  /* line 29, ../../../client/scss/_vimeo.scss */
  .video-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  /* line 38, ../../../client/scss/_vimeo.scss */
  .video-close .top-bar,
  .video-close .bottom-bar {
    transition: background 0.2s;
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background: #d9d9d9;
    position: absolute;
  }

  /* line 49, ../../../client/scss/_vimeo.scss */
  .video-close:hover .top-bar,
  .video-close:hover .bottom-bar {
    background: #fff;
  }

  /* line 53, ../../../client/scss/_vimeo.scss */
  .video-close .top-bar {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    top: 16px;
    left: 9px;
  }

  /* line 63, ../../../client/scss/_vimeo.scss */
  .video-close .bottom-bar {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    top: 16px;
    right: 20px;
  }

  /* line 73, ../../../client/scss/_vimeo.scss */
  .trigger {
    box-sizing: border-box;
    transition: background 0.2s;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    z-index: 999;
    cursor: pointer;
    border: 3px solid #fff;
  }

  /* line 92, ../../../client/scss/_vimeo.scss */
  .trigger:hover {
    background: white;
  }

  /* line 95, ../../../client/scss/_vimeo.scss */
  .trigger:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid rgba(255, 255, 255, 0);
    border-bottom: 9px solid rgba(255, 255, 255, 0);
    border-left: 14px solid #d51b1b;
    position: absolute;
    top: 29px;
    left: 33px;
  }

  /* line 107, ../../../client/scss/_vimeo.scss */
  .mobile-video-item .trigger {
    pointer-events: none !important;
    background: white;
  }

  /* line 112, ../../../client/scss/_vimeo.scss */
  .mobile-video-item .video-container {
    opacity: 1;
    width: 60px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    background-clip: padding-box;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  /* line 126, ../../../client/scss/_vimeo.scss */
  .mobile-video-item .video-container .video-wrapper,
  .mobile-video-item .video-container .video-wrapper iframe {
    width: 200px !important;
    height: 200px !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  /* line 136, ../../../client/scss/_vimeo.scss */
  .mobile-video-item .video-container .video-wrapper iframe {
    z-index: -1;
  }
}
/*---------------------------------------------------------------------------
// Case Study Styles
---------------------------------------------------------------------------*/
/* line 5, ../../../client/scss/_casestudy-base.scss */
.case-study .screenful {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ddd;
}
/* line 14, ../../../client/scss/_casestudy-base.scss */
.case-study .padded-section {
  padding: 120px 0;
}
/* line 17, ../../../client/scss/_casestudy-base.scss */
.case-study .mobile-only {
  display: none;
}
/* line 20, ../../../client/scss/_casestudy-base.scss */
.case-study .intro {
  text-align: center;
  padding-top: 50px;
}
/* line 23, ../../../client/scss/_casestudy-base.scss */
.case-study .intro h4 {
  margin-bottom: 50px;
}
/* line 27, ../../../client/scss/_casestudy-base.scss */
.case-study .parallax {
  position: relative;
  overflow: hidden;
}
/* line 31, ../../../client/scss/_casestudy-base.scss */
.case-study .img1,
.case-study .img2,
.case-study .img3 {
  position: absolute;
  height: calc(100% + 50px);
  width: 100%;
  bottom: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 43, ../../../client/scss/_casestudy-base.scss */
.case-study .img1 {
  position: absoute;
  top: -15px;
  left: 0px;
  bottom: 0px;
  height: calc( 100% + 30px);
  width: calc( 100% + 30px);
}
/* line 51, ../../../client/scss/_casestudy-base.scss */
.case-study .grey-section {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}
/* line 55, ../../../client/scss/_casestudy-base.scss */
.case-study .grey-section h4 {
  margin-bottom: 50px;
}
/* line 59, ../../../client/scss/_casestudy-base.scss */
.case-study .multi-device {
  overflow: hidden;
  position: relative;
}
/* line 63, ../../../client/scss/_casestudy-base.scss */
.case-study .big-number {
  font-size: 64px;
  text-align: center;
  font-family: "Tiempos";
  letter-spacing: 1px;
}
/* line 69, ../../../client/scss/_casestudy-base.scss */
.case-study .device1,
.case-study .device2 {
  /*
  backface-visibility: hidden;
  perspective: 1000;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: scale(0.8) translate3d(0, 0, 0);
  */
}
/* line 81, ../../../client/scss/_casestudy-base.scss */
.case-study .subtext {
  font-family: "Tiempos Text";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  color: #1b1b1b;
  max-width: 250px;
  margin: 0px auto;
}
/* line 91, ../../../client/scss/_casestudy-base.scss */
.case-study small {
  font-size: 70%;
}
/* line 94, ../../../client/scss/_casestudy-base.scss */
.case-study .text-block h2,
.case-study .multi-device h2 {
  text-align: left;
}
/* line 98, ../../../client/scss/_casestudy-base.scss */
.case-study .dark * {
  color: #fff !important;
  text-align: left;
}
/* line 101, ../../../client/scss/_casestudy-base.scss */
.case-study .dark * h4 {
  opacity: 0.6 !important;
}
/* line 105, ../../../client/scss/_casestudy-base.scss */
.case-study .client-logo {
  display: inline-block;
  margin: 20px auto;
  width: 180px;
}
/* line 110, ../../../client/scss/_casestudy-base.scss */
.case-study .intro {
  padding-bottom: 150px;
  padding-top: 0 !important;
  text-align: center;
}
/* line 114, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .container {
  padding-top: 0px !important;
}
/* line 118, ../../../client/scss/_casestudy-base.scss */
.case-study .intro h4 {
  margin-top: 10px;
  margin-bottom: 70px;
}
/* line 122, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .arrow-link {
  margin-top: 50px;
}
/* line 125, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .arrow-link a {
  position: relative;
  text-decoration: none;
}
/* line 130, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .external-link {
  line-height: 50px;
}
/* line 133, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .external-link:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
/* line 138, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .external-link:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -21px;
  width: 21px;
  height: 21px;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: left center;
  background-image: url("/img/link_icon-red.svg");
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  transition: all .15s ease-out;
}
/* line 154, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .video-link {
  line-height: 48px;
}
/* line 157, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .video-link:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
/* line 162, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .video-link:after {
  content: "";
  position: absolute;
  top: 18px;
  left: -21px;
  width: 21px;
  height: 21px;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: left center;
  background-image: url("/img/play_icon-red.svg");
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  transition: all .15s ease-out;
}
/* line 178, ../../../client/scss/_casestudy-base.scss */
.case-study .intro .arrow-link .divider {
  border-left: 2px solid #ddd;
  padding: 5px 0px;
  margin-left: 50px;
  margin-right: 50px;
}
/* line 184, ../../../client/scss/_casestudy-base.scss */
.case-study .table {
  display: table !important;
  width: 100%;
  height: 100%;
}
/* line 189, ../../../client/scss/_casestudy-base.scss */
.case-study .cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 194, ../../../client/scss/_casestudy-base.scss */
.case-study .next {
  background-color: #a5a5a5;
  height: 400px;
  position: relative;
  z-index: 1;
}
/* line 200, ../../../client/scss/_casestudy-base.scss */
.case-study .next .back-to-all-btn {
  cursor: pointer;
  height: 400px;
  background: #1f1a24;
  transition: 200ms all ease-out;
}
/* line 205, ../../../client/scss/_casestudy-base.scss */
.case-study .next .back-to-all-btn:hover {
  background-color: #383041;
}
/* line 207, ../../../client/scss/_casestudy-base.scss */
.case-study .next .back-to-all-btn:hover h4 {
  color: #fff;
}
/* line 212, ../../../client/scss/_casestudy-base.scss */
.case-study .next .next-btn {
  text-align: center;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  height: 400px;
  transition: 200ms all ease-out;
}
/* line 220, ../../../client/scss/_casestudy-base.scss */
.case-study .next .next-btn:hover {
  opacity: .9;
}
/* line 222, ../../../client/scss/_casestudy-base.scss */
.case-study .next .next-btn:hover h4 {
  color: #fff;
}
/* line 229, ../../../client/scss/_casestudy-base.scss */
.case-study .next-btn.active .table, .case-study .back-to-all-btn.active .table {
  opacity: .6;
}
/* line 233, ../../../client/scss/_casestudy-base.scss */
.case-study .next h4 {
  transition: 200ms all ease-out;
}
/* line 236, ../../../client/scss/_casestudy-base.scss */
.case-study .next h2 {
  color: #fff !important;
}
/* line 240, ../../../client/scss/_casestudy-base.scss */
.case-study .next .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
/* line 245, ../../../client/scss/_casestudy-base.scss */
.case-study .next .row {
  height: 100%;
}
/* line 249, ../../../client/scss/_casestudy-base.scss */
.case-study .next-progress .track {
  width: 40px;
  border: 0;
  height: 2px;
  position: relative;
  background-color: #e63d3d;
  margin: 1em auto;
}
/* line 257, ../../../client/scss/_casestudy-base.scss */
.case-study .next-progress .indicator {
  background-color: #e63d3d;
  position: absolute;
  left: 0px;
  top: -1px;
  width: 0px;
  height: 4px;
}
/* line 266, ../../../client/scss/_casestudy-base.scss */
.case-study blockquote {
  text-indent: -1em;
  font-size: 40px;
  text-align: center;
  font-family: "TiemposBoldItalic";
  margin: 0;
  margin-bottom: 40px;
  line-height: 1.4em;
  position: relative;
  letter-spacing: 0px;
  padding: 0 20px;
}
/* line 278, ../../../client/scss/_casestudy-base.scss */
.case-study blockquote .quotemarks {
  color: #dadada;
}

/*---------------------------------------------------------------------------
// case study Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 289, ../../../client/scss/_casestudy-base.scss */
  .case-study .screenful:not(:first-child) {
    height: 50vh;
  }
  /* line 293, ../../../client/scss/_casestudy-base.scss */
  .case-study .grey-section.truth-in-numbers .chunk {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* line 298, ../../../client/scss/_casestudy-base.scss */
  .case-study blockquote {
    font-size: 36px;
  }
}
/*---------------------------------------------------------------------------
// case study mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 309, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .external-link {
    background-image: none;
  }
  /* line 311, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .external-link:hover {
    background-image: none;
  }
  /* line 315, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .video-link {
    background-image: none;
  }
  /* line 317, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .video-link:hover {
    background-image: none;
  }
  /* line 324, ../../../client/scss/_casestudy-base.scss */
  .case-study .img1,
  .case-study .img2,
  .case-study .img3 {
    bottom: auto !important;
    top: 0 !important;
    height: 100% !important;
  }
  /* line 331, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro.padded-section,
  .case-study .intro .container {
    padding-top: 0px !important;
  }
  /* line 335, ../../../client/scss/_casestudy-base.scss */
  .case-study .padded-section {
    padding: 60px 0px;
  }
  /* line 338, ../../../client/scss/_casestudy-base.scss */
  .case-study .client-logo {
    margin-bottom: 10px;
  }
  /* line 341, ../../../client/scss/_casestudy-base.scss */
  .case-study video#bgvid {
    height: 56.25vw !important;
    background: transparent;
    width: 100%;
  }
  /* line 346, ../../../client/scss/_casestudy-base.scss */
  .case-study .screenful {
    height: 100vh;
    height: 100vh;
    min-height: 0px;
    width: 100vw;
    min-height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ddd;
  }
  /* line 358, ../../../client/scss/_casestudy-base.scss */
  .case-study .circles {
    overflow: visible;
  }
  /* line 361, ../../../client/scss/_casestudy-base.scss */
  .case-study #circle-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  /* line 368, ../../../client/scss/_casestudy-base.scss */
  .case-study .quote-box .span8 {
    width: 100%;
    margin: 0;
  }
  /* line 372, ../../../client/scss/_casestudy-base.scss */
  .case-study .circle-quote {
    min-height: 400px;
  }
  /* line 375, ../../../client/scss/_casestudy-base.scss */
  .case-study blockquote {
    margin-top: 20px;
  }
  /* line 378, ../../../client/scss/_casestudy-base.scss */
  .case-study .grey-section {
    padding-bottom: 20px;
  }
  /* line 380, ../../../client/scss/_casestudy-base.scss */
  .case-study .grey-section h4 {
    margin: 0px !important;
  }
  /* line 383, ../../../client/scss/_casestudy-base.scss */
  .case-study .grey-section .span4 {
    width: 100%;
    margin: 20px 0 !important;
  }
  /* line 389, ../../../client/scss/_casestudy-base.scss */
  .case-study .grey-section.truth-in-numbers .chunk {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* line 394, ../../../client/scss/_casestudy-base.scss */
  .case-study video {
    display: none;
  }
  /* line 397, ../../../client/scss/_casestudy-base.scss */
  .case-study .mobile-only {
    display: block;
  }
  /* line 400, ../../../client/scss/_casestudy-base.scss */
  .case-study blockquote {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 406, ../../../client/scss/_casestudy-base.scss */
  .case-study .next .next-btn {
    width: 100%;
  }
  /* line 409, ../../../client/scss/_casestudy-base.scss */
  .case-study .next .back-to-all-btn {
    display: none;
  }
  /* line 413, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .arrow-link .divider {
    display: inline-block;
    height: 30px;
    margin: 10px;
    margin-top: 0px;
  }
  /* line 419, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .arrow-link a {
    background: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
  }
  /* line 424, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .arrow-link a:after, .case-study .intro .arrow-link a:before {
    background-image: none;
  }
  /* line 428, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .external-link {
    background-image: none;
  }
  /* line 430, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .external-link:hover {
    background-image: none;
  }
  /* line 434, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .video-link {
    background-image: none;
  }
  /* line 436, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .video-link:hover {
    background-image: none;
  }
}
/*---------------------------------------------------------------------------
//  IE10+ CSS styles go here
---------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 450, ../../../client/scss/_casestudy-base.scss */
  .case-study .intro .arrow-link a {
    line-height: 56px;
  }
}
/*---------------------------------------------------------------------------
// CAF Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_caf.scss */
#caf .img1 {
  position: absoute;
  top: -15px;
  left: 0px;
  height: calc( 100% + 30px);
  width: calc( 100% + 30px);
  background-image: url(../img/cs_caf/caf-hero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 17, ../../../client/scss/_caf.scss */
#caf .img2 {
  background-image: url("/img/cs_caf/caf_insitu.jpg");
}
/* line 20, ../../../client/scss/_caf.scss */
#caf .img3 {
  background-image: url("/img/cs_caf/caf_event.jpg");
}
/* line 23, ../../../client/scss/_caf.scss */
#caf .shorter {
  max-height: 640px;
}
/* line 26, ../../../client/scss/_caf.scss */
#caf .dark {
  background-color: #040e1c;
  background-image: url("/img/cs_caf/dark.png");
  background-size: cover;
  background-position: center center;
}
/* line 33, ../../../client/scss/_caf.scss */
#caf .multi-device .device1 {
  width: 1200px;
  height: 640px;
  margin-top: 0px;
  margin-left: -140px;
  background-image: url("/img/cs_caf/caf_device_a.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 42, ../../../client/scss/_caf.scss */
#caf .multi-device .device2 {
  margin-top: 20px;
  margin-left: -170px;
  background-image: url("/img/cs_caf/caf_device_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1316px;
  height: 550px;
}
/* line 52, ../../../client/scss/_caf.scss */
#caf .next-btn {
  background-image: url(/img/cs_beacon/nextproj_beacon.jpg);
}

/*---------------------------------------------------------------------------
// Medium Device Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  /* line 64, ../../../client/scss/_caf.scss */
  #caf .multi-device .device1 {
    width: 1000px;
    height: 500px;
    margin-top: 0px;
    margin-left: -110px;
  }
  /* line 70, ../../../client/scss/_caf.scss */
  #caf .multi-device .device2 {
    margin-top: 20px;
    margin-left: -270px;
  }
}
/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media only screen and (max-device-width: 1024px) {
  /* line 85, ../../../client/scss/_caf.scss */
  #caf .multi-device .device1 {
    width: 760px;
    height: 433px;
    margin-top: 60px;
    margin-left: 0px;
  }
  /* line 91, ../../../client/scss/_caf.scss */
  #caf .multi-device .device2 {
    margin-top: 50px;
    margin-left: 0px;
    width: 760px;
    height: 320px;
  }
  /* line 98, ../../../client/scss/_caf.scss */
  #caf .mobile-only {
    display: block;
    height: 100%;
    margin: 0px auto;
  }
  /* line 103, ../../../client/scss/_caf.scss */
  #caf .img2,
  #caf .img3 {
    bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 114, ../../../client/scss/_caf.scss */
  #caf .multi-device .device1 {
    width: 760px;
    height: 433px;
    margin-top: 60px;
    margin-left: -82px;
  }
  /* line 120, ../../../client/scss/_caf.scss */
  #caf .multi-device .device2 {
    margin-top: 0px;
    margin-left: -85px;
    width: 760px;
    height: 320px;
  }
  /* line 127, ../../../client/scss/_caf.scss */
  #caf .img2,
  #caf .img3 {
    bottom: 0px;
  }
}
/*---------------------------------------------------------------------------
//  Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 139, ../../../client/scss/_caf.scss */
  #caf .shorter {
    height: 100vw;
  }
  /* line 142, ../../../client/scss/_caf.scss */
  #caf .dark {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150%;
  }
  /* line 146, ../../../client/scss/_caf.scss */
  #caf .dark .copy {
    margin-top: 240px;
  }
  /* line 150, ../../../client/scss/_caf.scss */
  #caf .multi-device {
    padding: 60px 0;
  }
  /* line 152, ../../../client/scss/_caf.scss */
  #caf .multi-device .device1 {
    width: 100%;
    height: 235px;
    margin-top: 60px;
    margin-left: 0px;
  }
  /* line 158, ../../../client/scss/_caf.scss */
  #caf .multi-device .device2 {
    margin-top: 0px;
    margin-left: -75px;
    width: 500px;
    height: 260px;
  }
}
/*---------------------------------------------------------------------------
// Pointdrive Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_pointdrive.scss */
#pointdrive .img1 {
  position: absoute;
  background-image: url(../img/cs_pointdrive/pointdrive-hero.jpg);
}
/* line 10, ../../../client/scss/_pointdrive.scss */
#pointdrive .img2 {
  background-image: url(../img/cs_pointdrive/ipad.jpg);
}
/* line 13, ../../../client/scss/_pointdrive.scss */
#pointdrive .img3 {
  background-image: url(../img/cs_pointdrive/big.jpg);
}
/* line 16, ../../../client/scss/_pointdrive.scss */
#pointdrive .dark {
  background-color: #99d6e6;
}
/* line 19, ../../../client/scss/_pointdrive.scss */
#pointdrive .shadow {
  position: relative;
  display: inline;
}
/* line 22, ../../../client/scss/_pointdrive.scss */
#pointdrive .shadow img {
  position: relative;
}
/* line 26, ../../../client/scss/_pointdrive.scss */
#pointdrive .shadow:before {
  display: block;
  content: '';
  width: 90%;
  margin-left: 5%;
  position: absolute;
  height: 80%;
  bottom: 5px;
  left: 0;
  box-shadow: 0 10px 40px #54a5ba;
}
/* line 38, ../../../client/scss/_pointdrive.scss */
#pointdrive .multi-device .copy {
  margin-top: 360px;
}
/* line 41, ../../../client/scss/_pointdrive.scss */
#pointdrive .multi-device .device1 {
  background-image: url("../img/cs_pointdrive/ipad-angle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 1337px;
  height: 1037px;
  margin-left: -1130px;
  margin-top: -710px;
}
/* line 51, ../../../client/scss/_pointdrive.scss */
#pointdrive .multi-device .device2 {
  background-image: url("../img/cs_pointdrive/phone-angle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 989px;
  height: 747px;
  margin-left: -350px;
  margin-top: -330px;
}
/* line 62, ../../../client/scss/_pointdrive.scss */
#pointdrive .next-btn {
  background-image: url(/img/cs_intel/nextproj_intel.jpg);
}

/*---------------------------------------------------------------------------
// Medium Device Styles
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media only screen and (max-device-width: 1024px) {
  /* line 79, ../../../client/scss/_pointdrive.scss */
  #pointdrive .img2, #pointdrive .img3 {
    bottom: 0px;
  }
  /* line 83, ../../../client/scss/_pointdrive.scss */
  #pointdrive .dark .span4 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 92, ../../../client/scss/_pointdrive.scss */
  #pointdrive .img2, #pointdrive .img3 {
    bottom: 0px;
  }
  /* line 96, ../../../client/scss/_pointdrive.scss */
  #pointdrive .multi-device .copy {
    margin-top: 0px;
  }
  /* line 99, ../../../client/scss/_pointdrive.scss */
  #pointdrive .multi-device .device1 {
    width: 1100px;
    height: 1037px;
    margin-left: -290px;
    margin-top: -90px;
  }
  /* line 105, ../../../client/scss/_pointdrive.scss */
  #pointdrive .multi-device .device2 {
    margin-left: -150px;
    margin-top: -260px;
    width: 900px;
    height: 687px;
  }
  /* line 113, ../../../client/scss/_pointdrive.scss */
  #pointdrive .dark .simple-truth {
    margin-top: 50px;
  }
}
/*---------------------------------------------------------------------------
//  Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 125, ../../../client/scss/_pointdrive.scss */
  #pointdrive .img2, #pointdrive .img3 {
    bottom: 0px;
  }
  /* line 129, ../../../client/scss/_pointdrive.scss */
  #pointdrive .multi-device .device1 {
    width: 140%;
    height: 500px;
    margin-left: -20%;
    margin-top: 0px;
  }
  /* line 135, ../../../client/scss/_pointdrive.scss */
  #pointdrive .multi-device .device2 {
    margin-top: -100px;
    margin-left: -20%;
    width: 140%;
    height: 400px;
  }
}
/*---------------------------------------------------------------------------
// CNN Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_cnn.scss */
#cnn .img1 {
  background-image: url("/img/cs_cnn/cnn-hero.jpg");
}
/* line 9, ../../../client/scss/_cnn.scss */
#cnn .img2 {
  background-image: url("/img/cs_cnn/cnn_train.jpg");
}
/* line 12, ../../../client/scss/_cnn.scss */
#cnn .img3 {
  background-image: url("/img/cs_cnn/cnn_multidevice.jpg");
}
/* line 15, ../../../client/scss/_cnn.scss */
#cnn .dark {
  background-color: #1b1f36;
  overflow-y: hidden;
}
/* line 19, ../../../client/scss/_cnn.scss */
#cnn #littlevid {
  position: relative;
  right: 25%;
  width: 140%;
  top: -100px;
  margin-bottom: -200px;
}
/* line 26, ../../../client/scss/_cnn.scss */
#cnn .next-btn {
  background-image: url(/img/cs_arrowstream/nextproj_arrowstream.jpg);
}
/* line 30, ../../../client/scss/_cnn.scss */
#cnn .multi-device .copy {
  margin-top: 100px;
}
/* line 33, ../../../client/scss/_cnn.scss */
#cnn .multi-device .device1 {
  width: 873px;
  height: 765px;
  margin-left: 400px;
  margin-top: -470px;
  background-image: url(../img/cs_cnn/cnn_device_tv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 43, ../../../client/scss/_cnn.scss */
#cnn .multi-device .device2 {
  width: 1102px;
  height: 570px;
  margin-top: -100px;
  margin-left: -100px;
  background-image: url(../img/cs_cnn/cnn_device_surface.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 55, ../../../client/scss/_cnn.scss */
#cnn .simple-truth .copy {
  margin-top: 50px;
}

/*---------------------------------------------------------------------------
// Medium Device Styles
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media only screen and (max-device-width: 1024px) {
  /* line 73, ../../../client/scss/_cnn.scss */
  #cnn #fullvid, #cnn #littlevid {
    display: none;
  }
  /* line 76, ../../../client/scss/_cnn.scss */
  #cnn .mobile-only {
    display: block;
    margin: 0px auto;
  }
  /* line 81, ../../../client/scss/_cnn.scss */
  #cnn .img2,
  #cnn .img3 {
    bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 92, ../../../client/scss/_cnn.scss */
  #cnn .multi-device .device1 {
    margin-left: 290px;
    margin-top: -470px;
  }
  /* line 96, ../../../client/scss/_cnn.scss */
  #cnn .multi-device .device2 {
    margin-top: -100px;
    margin-left: -230px;
  }
}
/*---------------------------------------------------------------------------
//  Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 110, ../../../client/scss/_cnn.scss */
  #cnn .multi-device .copy {
    margin-top: 0px;
  }
  /* line 113, ../../../client/scss/_cnn.scss */
  #cnn .multi-device .device1 {
    width: 100%;
    margin: 0px auto;
    height: 505px;
  }
  /* line 118, ../../../client/scss/_cnn.scss */
  #cnn .multi-device .device2 {
    width: 100%;
    height: 300px;
    margin: 0px auto;
    margin-top: -10px;
    background-position: center top;
  }
  /* line 126, ../../../client/scss/_cnn.scss */
  #cnn .shorter {
    max-height: 100vw !important;
  }
}
@media screen and (max-width: 460px) {
  /* line 135, ../../../client/scss/_cnn.scss */
  #cnn .multi-device .device2 {
    width: 100%;
    height: 300px;
    margin: 0px auto;
    margin-top: -90px;
    background-position: center top;
  }
}
/*---------------------------------------------------------------------------
// Intel Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_intel.scss */
#intel .img1 {
  background-image: url("../img/cs_intel/intel-hero.jpg");
}
/* line 9, ../../../client/scss/_intel.scss */
#intel .img2 {
  background-image: url("/img/cs_intel/PeopleatBooth.png");
}
/* line 12, ../../../client/scss/_intel.scss */
#intel .img3 {
  background-image: url("/img/cs_intel/TabletOff.png");
}
/* line 15, ../../../client/scss/_intel.scss */
#intel .dark {
  background-color: #51bee4;
  padding: 0 !important;
}
/* line 18, ../../../client/scss/_intel.scss */
#intel .dark p, #intel .dark h4 {
  color: #1b1b1b !important;
}
/* line 21, ../../../client/scss/_intel.scss */
#intel .dark .span4 {
  margin-top: 120px;
}
/* line 24, ../../../client/scss/_intel.scss */
#intel .dark .row-fluid {
  margin-bottom: 0px !important;
}
/* line 28, ../../../client/scss/_intel.scss */
#intel .screenful {
  background-color: #fff;
}
/* line 32, ../../../client/scss/_intel.scss */
#intel .multi-device .col-md-4, #intel .multi-device .col-md-5 {
  position: relative;
  height: 100%;
}
/* line 37, ../../../client/scss/_intel.scss */
#intel .multi-device .col-md-8 {
  height: 100%;
}
/* line 40, ../../../client/scss/_intel.scss */
#intel .multi-device .copy {
  margin-top: 120px;
}
/* line 44, ../../../client/scss/_intel.scss */
#intel .multi-device .row.second .copy {
  margin-top: 230px;
}
/* line 48, ../../../client/scss/_intel.scss */
#intel .multi-device .device0 {
  background-image: url("/img/cs_intel/MobilityWall_render.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 893px;
  height: 757px;
  margin-left: 400px;
  margin-top: -300px;
  background-size: contain;
}
/* line 58, ../../../client/scss/_intel.scss */
#intel .multi-device .device1 {
  background-image: url("/img/cs_intel/ScreensExploded.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 953px;
  height: 864px;
  margin-left: -840px;
  margin-top: -430px;
  background-size: contain;
}
/* line 69, ../../../client/scss/_intel.scss */
#intel .display {
  background-color: #06192a;
  text-align: center;
}
/* line 72, ../../../client/scss/_intel.scss */
#intel .display .justpadme {
  margin-top: 40px;
}
/* line 75, ../../../client/scss/_intel.scss */
#intel .display .intel-ani {
  width: 550px;
  height: 460px;
}
/* line 80, ../../../client/scss/_intel.scss */
#intel .simple-truth {
  height: 682px;
  display: table;
}
/* line 83, ../../../client/scss/_intel.scss */
#intel .simple-truth h4 {
  margin-bottom: 1em;
}
/* line 87, ../../../client/scss/_intel.scss */
#intel .next-btn {
  background-image: url(/img/cs_vamonde/nextproj_vamonde.jpg);
}

/*---------------------------------------------------------------------------
// Medium Device Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  /* line 98, ../../../client/scss/_intel.scss */
  #intel video {
    max-width: 700px;
  }
  /* line 104, ../../../client/scss/_intel.scss */
  #intel .multi-device .device0 {
    margin-left: 260px;
  }
  /* line 119, ../../../client/scss/_intel.scss */
  #intel .text-block .col-md-12 {
    max-width: 710px;
    text-align: left;
  }
}
/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media only screen and (max-device-width: 1024px) {
  /* line 134, ../../../client/scss/_intel.scss */
  #intel video {
    display: none;
  }
  /* line 137, ../../../client/scss/_intel.scss */
  #intel .mobile-only {
    display: block;
    height: 100%;
    margin: 0px auto;
  }
  /* line 143, ../../../client/scss/_intel.scss */
  #intel .img1, #intel .img2, #intel .img3 {
    bottom: 0px;
  }
  /* line 154, ../../../client/scss/_intel.scss */
  #intel .multi-device .copy {
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 171, ../../../client/scss/_intel.scss */
  #intel .multi-device .device0 {
    margin-top: 0px;
    margin-left: -140px;
  }
  /* line 175, ../../../client/scss/_intel.scss */
  #intel .multi-device .device1 {
    margin-left: -170px;
    margin-top: 0px;
  }
  /* line 179, ../../../client/scss/_intel.scss */
  #intel .multi-device .copy {
    margin-top: 0px;
  }
  /* line 183, ../../../client/scss/_intel.scss */
  #intel .multi-device .row.second .copy {
    margin-top: 0px;
  }
  /* line 188, ../../../client/scss/_intel.scss */
  #intel .simple-truth {
    display: block;
    margin-bottom: 100px;
    height: auto;
  }
}
/*---------------------------------------------------------------------------
//  Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 203, ../../../client/scss/_intel.scss */
  #intel .simple-truth {
    height: auto;
    margin-bottom: 50px;
  }
  /* line 206, ../../../client/scss/_intel.scss */
  #intel .simple-truth .col-md-8 {
    margin-top: 0px !important;
  }
  /* line 215, ../../../client/scss/_intel.scss */
  #intel .multi-device .device0 {
    width: 100%;
    height: 450px;
    margin: 0px auto;
  }
  /* line 220, ../../../client/scss/_intel.scss */
  #intel .multi-device .device1 {
    width: 100%;
    margin: 0px auto;
    height: 550px;
    margin-top: -70px;
  }
}
/*---------------------------------------------------------------------------
// Vamonde Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_vamonde.scss */
#vamonde .img1 {
  background-image: url("/img/cs_vamonde/vamonde-hero.jpg");
}
/* line 9, ../../../client/scss/_vamonde.scss */
#vamonde .img2 {
  background-image: url("/img/cs_vamonde/tiled_imgs_lower-uniform-dark.jpg");
}
/* line 12, ../../../client/scss/_vamonde.scss */
#vamonde .dark {
  background-color: #e9d595;
  padding: 0 !important;
}
/* line 15, ../../../client/scss/_vamonde.scss */
#vamonde .dark p, #vamonde .dark h4 {
  color: #1b1b1b !important;
}
/* line 18, ../../../client/scss/_vamonde.scss */
#vamonde .dark .span4 {
  margin-top: 120px;
}
/* line 21, ../../../client/scss/_vamonde.scss */
#vamonde .dark .row-fluid {
  margin-bottom: 0px !important;
}
/* line 25, ../../../client/scss/_vamonde.scss */
#vamonde .screenful {
  background-color: #fff;
}
/* line 31, ../../../client/scss/_vamonde.scss */
#vamonde .multi-device .col-md-4, #vamonde .multi-device .col-md-5 {
  margin-top: 120px;
  position: relative;
  height: 100%;
}
/* line 36, ../../../client/scss/_vamonde.scss */
#vamonde .multi-device .col-md-8 {
  height: 100%;
}
/* line 40, ../../../client/scss/_vamonde.scss */
#vamonde .multi-device .copy {
  padding-top: 50px;
}
/* line 43, ../../../client/scss/_vamonde.scss */
#vamonde .multi-device .device0 {
  background-image: url("/img/cs_vamonde/CinemaDisplay_VamondeLandingPg.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 606px;
  height: 588px;
  margin-left: -671px;
  margin-top: -440px;
  background-size: contain;
}
/* line 53, ../../../client/scss/_vamonde.scss */
#vamonde .multi-device .device1 {
  margin-top: -380px;
  background-size: contain;
  height: 604px;
  width: 1014px;
  background-image: url("/img/cs_vamonde/Laptop_SideAngle_AddPosts.png");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 63, ../../../client/scss/_vamonde.scss */
#vamonde .display {
  background-color: #292a32;
  text-align: center;
}
/* line 67, ../../../client/scss/_vamonde.scss */
#vamonde .display .justpadme {
  margin-top: 40px;
}
/* line 71, ../../../client/scss/_vamonde.scss */
#vamonde .simple-truth {
  height: 682px;
  display: table;
}
/* line 74, ../../../client/scss/_vamonde.scss */
#vamonde .simple-truth h4 {
  margin-bottom: 1em;
}
/* line 78, ../../../client/scss/_vamonde.scss */
#vamonde .next-btn {
  background-image: url(/img/cs_explorer/nextproj_explorer.jpg);
}

/*---------------------------------------------------------------------------
// Medium Device Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  /* line 88, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device {
    padding-top: 0px;
  }
  /* line 90, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .device0 {
    width: 606px;
    height: 588px;
    margin-left: -671px;
    margin-top: -490px;
  }
  /* line 96, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .second {
    margin-top: 50px;
  }
  /* line 98, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .second .device1 {
    margin-left: -100px;
  }
}
/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 112, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device {
    padding-bottom: 0px;
  }
  /* line 114, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .device0 {
    margin-left: 0px;
    margin-top: 30px;
  }
  /* line 118, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .second {
    margin-bottom: 100px;
  }
  /* line 120, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .second .device1 {
    margin-top: 40px;
    width: 800px;
    height: 390px;
  }
  /* line 127, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device img {
    width: 100%;
    left: 0;
  }
  /* line 131, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .chunk.first {
    margin-top: 40px;
  }
  /* line 134, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .chunk.one {
    margin: 0px !important;
  }
  /* line 138, ../../../client/scss/_vamonde.scss */
  #vamonde .img2 {
    bottom: 0px;
  }
  /* line 141, ../../../client/scss/_vamonde.scss */
  #vamonde .display {
    padding: 100px 0 !important;
  }
  /* line 144, ../../../client/scss/_vamonde.scss */
  #vamonde .col-md-4,
  #vamonde .col-md-5 {
    margin-top: 0px !important;
  }
  /* line 148, ../../../client/scss/_vamonde.scss */
  #vamonde .simple-truth {
    height: auto;
    margin-bottom: 100px;
  }
}
/*---------------------------------------------------------------------------
//  Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 160, ../../../client/scss/_vamonde.scss */
  #vamonde .display {
    padding: 100px 0 !important;
  }
  /* line 163, ../../../client/scss/_vamonde.scss */
  #vamonde .dark .span4 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  /* line 167, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device {
    padding-top: 0px;
  }
  /* line 169, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .device0 {
    margin-left: 0px;
    width: 100%;
    height: 389px;
  }
  /* line 174, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .second {
    margin-bottom: 100px;
  }
  /* line 177, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .second .device1 {
    width: 100%;
    height: 260px;
    margin-left: 0px;
  }
  /* line 183, ../../../client/scss/_vamonde.scss */
  #vamonde .multi-device .col-md-4,
  #vamonde .multi-device .col-md-5 {
    margin-top: 40px !important;
  }
  /* line 188, ../../../client/scss/_vamonde.scss */
  #vamonde .simple-truth {
    height: auto;
    margin-bottom: 50px;
  }
  /* line 191, ../../../client/scss/_vamonde.scss */
  #vamonde .simple-truth .col-md-4 {
    margin-top: 0px !important;
  }
}
/*---------------------------------------------------------------------------
// Explorer Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_explorer.scss */
#explorer .img1 {
  position: absoute;
  top: -15px;
  left: 0px;
  height: calc( 100% + 30px);
  width: calc( 100% + 30px);
  background-image: url(../img/cs_explorer/explorer-hero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 17, ../../../client/scss/_explorer.scss */
#explorer .img2 {
  background-image: url("/img/cs_explorer/explorer_insitu.jpg");
}
/* line 20, ../../../client/scss/_explorer.scss */
#explorer .img3 {
  background-image: url("/img/cs_explorer/explorer_iphones.jpg");
}
/* line 23, ../../../client/scss/_explorer.scss */
#explorer .shorter {
  max-height: 640px;
}
/* line 26, ../../../client/scss/_explorer.scss */
#explorer .dark {
  background-color: #0665ca;
}
/* line 28, ../../../client/scss/_explorer.scss */
#explorer .dark .shadow {
  position: relative;
  display: inline;
}
/* line 31, ../../../client/scss/_explorer.scss */
#explorer .dark .shadow video {
  position: relative;
}
/* line 35, ../../../client/scss/_explorer.scss */
#explorer .dark .shadow:before {
  display: block;
  content: '';
  width: 90%;
  margin-left: 5%;
  position: absolute;
  height: 80%;
  bottom: 5px;
  left: 0;
  box-shadow: 0 10px 40px #03318e;
}
/* line 47, ../../../client/scss/_explorer.scss */
#explorer .dark .truth-vid {
  text-align: center !important;
  margin-bottom: 100px;
}
/* line 54, ../../../client/scss/_explorer.scss */
#explorer .multi-device .bigboy {
  height: 90vh;
  text-align: center;
  margin-bottom: 50px;
}
/* line 58, ../../../client/scss/_explorer.scss */
#explorer .multi-device .bigboy video {
  height: 100%;
  max-width: 100%;
  position: relative;
}
/* line 66, ../../../client/scss/_explorer.scss */
#explorer .next-btn {
  background-image: url(/img/cs_caf/nextproject_caf.jpg);
}

/*---------------------------------------------------------------------------
// Medium Device Styles
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* line 91, ../../../client/scss/_explorer.scss */
  #explorer .multi-device .bigboy {
    height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 102, ../../../client/scss/_explorer.scss */
  #explorer #fullvid, #explorer #littlevid {
    display: none;
  }
  /* line 105, ../../../client/scss/_explorer.scss */
  #explorer .mobile-only {
    display: block;
    height: 100%;
    margin: 0px auto;
  }
  /* line 111, ../../../client/scss/_explorer.scss */
  #explorer .bigboy {
    height: 90vh;
    margin-bottom: 20px;
  }
  /* line 116, ../../../client/scss/_explorer.scss */
  #explorer .img2, #explorer .img3 {
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 130, ../../../client/scss/_explorer.scss */
  #explorer .shorter {
    height: 100vw;
  }
  /* line 133, ../../../client/scss/_explorer.scss */
  #explorer .dark .span4 {
    margin-top: 40px;
  }
  /* line 136, ../../../client/scss/_explorer.scss */
  #explorer .dark video {
    width: 100%;
  }
  /* line 140, ../../../client/scss/_explorer.scss */
  #explorer .dark .truth-vid {
    margin-bottom: 50px;
  }
  /* line 144, ../../../client/scss/_explorer.scss */
  #explorer .bigboy {
    height: auto !important;
    margin-bottom: 20px;
  }
  /* line 148, ../../../client/scss/_explorer.scss */
  #explorer .shadow:before {
    box-shadow: 0 2px 10px #03318e;
  }
}
/*---------------------------------------------------------------------------
// Beacon Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_beacon.scss */
#beacon .img1 {
  position: absoute;
  top: -15px;
  left: 0px;
  height: calc( 100% + 30px);
  width: calc( 100% + 30px);
  background-image: url(../img/cs_beacon/beacon-hero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 17, ../../../client/scss/_beacon.scss */
#beacon .img2 {
  background-image: url("/img/cs_beacon/beacon_diagram.jpg");
  background-size: contain;
  background-color: #f2f2f2 !important;
}
/* line 22, ../../../client/scss/_beacon.scss */
#beacon .dark {
  background-color: #101134;
  overflow: hidden;
}
/* line 25, ../../../client/scss/_beacon.scss */
#beacon .dark .span4 {
  margin-top: 80px;
}
/* line 29, ../../../client/scss/_beacon.scss */
#beacon .gallery {
  text-align: center;
  background-color: #20244a;
}
/* line 32, ../../../client/scss/_beacon.scss */
#beacon .gallery .row {
  margin-bottom: 40px;
}
/* line 35, ../../../client/scss/_beacon.scss */
#beacon .gallery .shadow {
  position: relative;
  display: inline;
}
/* line 38, ../../../client/scss/_beacon.scss */
#beacon .gallery .shadow img {
  position: relative;
}
/* line 42, ../../../client/scss/_beacon.scss */
#beacon .gallery .shadow:before {
  display: block;
  content: '';
  width: 90%;
  margin-left: 5%;
  position: absolute;
  height: 80%;
  bottom: 5px;
  left: 0;
  box-shadow: 0 10px 40px #101224;
}
/* line 54, ../../../client/scss/_beacon.scss */
#beacon .next-btn {
  background-image: url(/img/cs_cnn/nextproj_cnn.jpg);
}
/* line 57, ../../../client/scss/_beacon.scss */
#beacon .multi-device {
  padding-bottom: 0px;
}
/* line 59, ../../../client/scss/_beacon.scss */
#beacon .multi-device .device1 {
  margin-right: -680px;
  background-image: url("/img/cs_beacon/beacon_tv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1000px;
  height: 835px;
}
/* line 67, ../../../client/scss/_beacon.scss */
#beacon .multi-device .device2 {
  margin-top: -710px;
  margin-left: -200px;
  background-image: url("/img/cs_beacon/beacon_user.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 800px;
  height: 1100px;
  z-index: 10;
}
/* line 77, ../../../client/scss/_beacon.scss */
#beacon .multi-device .span5 {
  margin-top: 600px;
}
/* line 81, ../../../client/scss/_beacon.scss */
#beacon .simple-truth {
  padding-top: 100px;
}
/* line 84, ../../../client/scss/_beacon.scss */
#beacon #littlevid {
  position: relative;
  right: 10%;
  width: 110%;
}

/*---------------------------------------------------------------------------
// Medium Device Styles
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media only screen and (max-device-width: 1024px) {
  /* line 106, ../../../client/scss/_beacon.scss */
  #beacon .multi-device .device1 {
    margin-left: -160px;
  }
  /* line 109, ../../../client/scss/_beacon.scss */
  #beacon .multi-device .device2 {
    margin-left: -360px;
  }
  /* line 113, ../../../client/scss/_beacon.scss */
  #beacon #fullvid,
  #beacon #littlevid {
    display: none;
  }
  /* line 117, ../../../client/scss/_beacon.scss */
  #beacon .mobile-only {
    display: block;
    margin-top: 100px;
    width: 100%;
  }
  /* line 122, ../../../client/scss/_beacon.scss */
  #beacon .img2,
  #beacon .img3 {
    bottom: 0px;
  }
  /* line 126, ../../../client/scss/_beacon.scss */
  #beacon .shadow:before {
    box-shadow: 0 2px 10px #101224;
  }
  /* line 129, ../../../client/scss/_beacon.scss */
  #beacon .dark {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 138, ../../../client/scss/_beacon.scss */
  #beacon .multi-device .device1 {
    margin-left: -70px;
    width: 760px;
    height: 835px;
  }
  /* line 143, ../../../client/scss/_beacon.scss */
  #beacon .multi-device .device2 {
    margin-left: -220px;
    margin-top: -670px;
    height: 740px;
  }
  /* line 149, ../../../client/scss/_beacon.scss */
  #beacon .simple-truth {
    padding-top: 50px;
  }
  /* line 152, ../../../client/scss/_beacon.scss */
  #beacon .dark {
    padding: 60px 0px;
  }
}
/*---------------------------------------------------------------------------
//  Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 163, ../../../client/scss/_beacon.scss */
  #beacon .shorter {
    height: 100vw;
  }
  /* line 167, ../../../client/scss/_beacon.scss */
  #beacon .multi-device .device1 {
    margin-top: 50px;
    margin-left: 0px;
    width: 100%;
    height: 435px;
  }
  /* line 173, ../../../client/scss/_beacon.scss */
  #beacon .multi-device .device2 {
    display: none;
  }
  /* line 177, ../../../client/scss/_beacon.scss */
  #beacon .dark .span4 {
    margin-top: 20px !important;
  }
}
/*---------------------------------------------------------------------------
// Arrowstream Styles
---------------------------------------------------------------------------*/
/* line 6, ../../../client/scss/_arrowstream.scss */
#arrowstream .img1 {
  position: absoute;
  top: -15px;
  left: 0px;
  height: calc( 100% + 30px);
  width: calc( 100% + 30px);
  background-image: url(../img/cs_arrowstream/arrowstream-hero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 17, ../../../client/scss/_arrowstream.scss */
#arrowstream .img2 {
  background-image: url("/img/cs_arrowstream/arrowstream_compgrid.jpg");
}
/* line 20, ../../../client/scss/_arrowstream.scss */
#arrowstream .img3 {
  background-image: url("/img/cs_arrowstream/arrowstream_header.jpg");
}
/* line 23, ../../../client/scss/_arrowstream.scss */
#arrowstream .dark {
  background-color: #2ea0c9;
}
/* line 25, ../../../client/scss/_arrowstream.scss */
#arrowstream .dark .shadow {
  position: relative;
  display: inline;
}
/* line 28, ../../../client/scss/_arrowstream.scss */
#arrowstream .dark .shadow img {
  position: relative;
}
/* line 32, ../../../client/scss/_arrowstream.scss */
#arrowstream .dark .shadow:before {
  display: block;
  content: '';
  width: 90%;
  margin-left: 5%;
  position: absolute;
  height: 80%;
  bottom: 5px;
  left: 0;
  box-shadow: 0 10px 40px #196592;
}
/* line 44, ../../../client/scss/_arrowstream.scss */
#arrowstream .multi-device {
  padding-top: 60px;
}
/* line 46, ../../../client/scss/_arrowstream.scss */
#arrowstream .multi-device .top-row {
  height: 500px;
}
/* line 48, ../../../client/scss/_arrowstream.scss */
#arrowstream .multi-device .top-row .crop {
  position: absolute;
  height: 100%;
  width: 100px;
  right: -195px;
  top: 0px;
  background-color: #fff;
}
/* line 57, ../../../client/scss/_arrowstream.scss */
#arrowstream .multi-device .copy {
  margin-top: -500px;
}
/* line 60, ../../../client/scss/_arrowstream.scss */
#arrowstream .multi-device .copy.two {
  margin-top: -580px;
}
/* line 63, ../../../client/scss/_arrowstream.scss */
#arrowstream .multi-device .bottom-row {
  margin-top: 100px;
  height: 770px;
}
/* line 67, ../../../client/scss/_arrowstream.scss */
#arrowstream .multi-device .device1 {
  width: 900px;
  height: 700px;
  margin-left: 390px;
}
/* line 72, ../../../client/scss/_arrowstream.scss */
#arrowstream .multi-device .device2 {
  width: 1452px;
  height: 792px;
  margin-left: -910px;
}
/* line 78, ../../../client/scss/_arrowstream.scss */
#arrowstream .simple-truth {
  text-align: center;
}
/* line 81, ../../../client/scss/_arrowstream.scss */
#arrowstream .next-btn {
  background-image: url(/img/cs_pointdrive/nextproj_pointdrive.jpg);
}

/*---------------------------------------------------------------------------
// Medium Device Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  /* line 92, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device1 {
    margin-left: 240px;
  }
  /* line 95, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device2 {
    margin-left: -850px;
  }
}
/*---------------------------------------------------------------------------
// Tablet Styles
---------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 107, ../../../client/scss/_arrowstream.scss */
  #arrowstream video {
    display: none;
  }
  /* line 110, ../../../client/scss/_arrowstream.scss */
  #arrowstream .mobile-only {
    display: block;
    margin: 0px auto;
  }
  /* line 114, ../../../client/scss/_arrowstream.scss */
  #arrowstream .img2,
  #arrowstream .img3 {
    bottom: 0px;
  }
  /* line 120, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device1 {
    margin-top: 50px;
    margin-left: 240px;
  }
  /* line 124, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device2 {
    margin-left: -1010px;
  }
  /* line 127, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .copy {
    margin-top: -660px;
  }
  /* line 130, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .copy.two {
    margin-top: -770px;
  }
  /* line 134, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .bottom-row {
    height: 370px;
  }
  /* line 137, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .bottom-row .span4 {
    padding-top: 30px;
  }
  /* line 140, ../../../client/scss/_arrowstream.scss */
  #arrowstream .shadow:before {
    box-shadow: 0 2px 10px #196592;
  }
}
@media screen and (max-width: 992px) {
  /* line 149, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .bottom-row {
    height: 810px;
    margin-top: 0px;
  }
  /* line 153, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .copy {
    margin-top: -810px;
  }
  /* line 156, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .copy.two {
    margin-top: -870px;
  }
  /* line 159, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device1 {
    margin-left: -160px;
    margin-top: 170px;
  }
  /* line 162, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device1 .mobile-only {
    padding-top: 100px;
  }
  /* line 166, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device2 {
    margin-left: -220px;
    margin-top: 360px;
  }
  /* line 169, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device2 .mobile-only {
    padding-top: 100px;
    margin-left: 240px;
  }
  /* line 175, ../../../client/scss/_arrowstream.scss */
  #arrowstream .simple-truth {
    margin-bottom: 50px;
  }
}
/*---------------------------------------------------------------------------
//  Mobile Styles
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 186, ../../../client/scss/_arrowstream.scss */
  #arrowstream .shorter {
    height: 100vw;
  }
  /* line 191, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .top-row, #arrowstream .multi-device .bottom-row {
    height: 500px;
  }
  /* line 194, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .top-row .span4, #arrowstream .multi-device .bottom-row .span4 {
    padding-top: 20px;
  }
  /* line 198, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .top-row {
    margin-bottom: 40px;
  }
  /* line 201, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device1 {
    width: 100%;
    margin: 0px auto;
    margin-top: 140px;
  }
  /* line 206, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .device2 {
    width: 100%;
    margin-left: -235px;
    margin-top: 150px;
  }
  /* line 211, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .copy {
    margin-top: -800px;
  }
  /* line 214, ../../../client/scss/_arrowstream.scss */
  #arrowstream .multi-device .copy.two {
    margin-top: -910px;
  }
}
