/* BOOTSTRAP OVERRIDES */
/*  
$btnBackground:                     #7a7a7a;
$btnBackgroundHighlight:            #606060;
$btnBorder:                         #bbb;

$btnPrimaryBackground:              $linkColor;
$btnPrimaryBackgroundHighlight:     adjust-hue($btnPrimaryBackground, 20%);

$btnInfoBackground:                 #5bc0de;
$btnInfoBackgroundHighlight:        #2f96b4;

$btnSuccessBackground:              #62c462;
$btnSuccessBackgroundHighlight:     #51a351;

$btnWarningBackground:              lighten($orange, 15%);
$btnWarningBackgroundHighlight:     $orange;

$btnDangerBackground:               #ee5f5b;
$btnDangerBackgroundHighlight:      #bd362f;

$btnInverseBackground:              #444;
$btnInverseBackgroundHighlight:     $grayDarker;*/
/*$dropdownBackground:            $white;
$dropdownBorder:                rgba(0,0,0,.2);
$dropdownDividerTop:            #e5e5e5;
$dropdownDividerBottom:         $white;

$dropdownLinkColor:             $grayDark;
$dropdownLinkColorHover:        $white;
$dropdownLinkColorActive:       $dropdownLinkColor;

$dropdownLinkBackgroundActive:  #888;
$dropdownLinkBackgroundHover:   $dropdownLinkBackgroundActive;

*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

a {
  text-decoration: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button, input, textarea {
  border: 0;
  padding: 0;
  outline: none; }

.icon {
  background-image: url("../img/sprite.png"); }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .icon {
    background-image: url("../img/sprite-x2.png");
    background-size: 120px 1629px; } }

.container {
  max-width: 1100px;
  margin: auto; }
  @media (max-width: 1100px) {
    .container {
      margin-right: 10px;
      margin-left: 10px; } }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100; }

.font-large {
  font-size: 17.9998px; }

.lineheight-large {
  line-height: 25px; }

.sticky-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0 12px;
  transition: all 0.2s ease-in-out;
  background: #fff; }
  body.home .sticky-header {
    background: none;
    border-bottom: solid 1px rgba(179, 179, 179, 0.4); }
  .sticky-header.play-intro {
    opacity: 0;
    border-bottom: none; }
  .sticky-header .logo {
    font-family: Bank Gothic Light;
    text-transform: uppercase;
    float: left;
    margin: 20px 0;
    transition: all 0.2s ease-in-out; }
    .sticky-header .logo a {
      margin-left: 55px;
      font-size: 18px;
      letter-spacing: 0.370em;
      color: #454348;
      transition: all 0.4s ease-in-out;
      display: inline-block;
      position: relative; }
      @media (max-width: 350px) {
        .sticky-header .logo a {
          letter-spacing: 0.2em; } }
      .sticky-header .logo a::before {
        content: '';
        background-image: url("/workspace/assets/img/maze-logo.svg");
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        left: -55px;
        top: -13px; }

nav.main-menu {
  float: right; }
  nav.main-menu .fa-bars {
    display: none; }
    @media (max-width: 1024px) {
      nav.main-menu .fa-bars {
        display: block;
        font-size: 2em;
        color: #454348;
        margin-top: 15px;
        margin-right: 0.25em;
        cursor: pointer; } }
  nav.main-menu ul {
    margin: 1em 0; }
    @media (max-width: 1024px) {
      nav.main-menu ul {
        display: none; } }
    nav.main-menu ul li {
      float: left; }
      nav.main-menu ul li a {
        color: #a9a9a9;
        font-size: 21px;
        font-family: "bebas-neue",sans-serif;
        margin-right: 1.54em;
        transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
        body.home nav.main-menu ul li a {
          color: #fff; }
        nav.main-menu ul li a:hover, nav.main-menu ul li a.selected {
          color: #de3393; }
        nav.main-menu ul li a.start-project {
          margin-right: 0;
          margin-left: 2px;
          font-size: 12px;
          text-transform: uppercase;
          font-family: 'Open Sans';
          border: solid 3px #a9a9a9;
          border-radius: 10px;
          padding: 11px 18px; }
          nav.main-menu ul li a.start-project:hover {
            background: #a9a9a9;
            color: #fff; }
          body.home nav.main-menu ul li a.start-project {
            border-color: #fff; }
            body.home nav.main-menu ul li a.start-project:hover {
              background: #fff;
              color: #5094c3; }

.hero {
  width: 100%;
  height: 555px;
  background-position: center;
  background-size: cover !important;
  padding-top: 91px;
  text-align: center;
  font-family: "proxima-nova",sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #2e2e2e; }
  .hero strong {
    color: #de3393; }
  .hero h1 {
    font-size: 3.42857em;
    padding-top: 5em; }
  .hero h2 {
    font-size: 2.14286em; }
  .hero.slim {
    height: auto; }
    .hero.slim h1 {
      padding-top: 4em; }
  @media (max-height: 700px) {
    .hero {
      height: 200px; }
      .hero h1 {
        padding-top: 1.5em; } }
  @media (max-width: 700px) {
    .hero {
      font-size: 10px; }
      .hero h1 {
        padding-top: 2em; } }
  @media (max-width: 479px) {
    .hero {
      font-size: 8px; }
      .hero h1 {
        padding-top: 3em; } }

body.about .hero {
  background-image: url("../img/about/about-hero.jpg"); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    body.about .hero {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../img/about/about-hero@2x.jpg");
      background-size: 50% 50%; } }

body.about .row {
  display: table; }

body.about .two-col {
  display: table-cell;
  padding: 4.8vw 2.1vw; }
  body.about .two-col .about-container {
    position: relative;
    padding-right: 3.2vw;
    padding-left: 11.1vw; }
    @media (max-width: 800px) {
      body.about .two-col .about-container {
        padding-right: 4vw;
        padding-left: 4vw; } }
    body.about .two-col .about-container p.lineheight-large {
      margin-bottom: 1.3em; }
  @media (max-width: 1075px) {
    body.about .two-col {
      width: 100%;
      display: block;
      padding: 4.8vw 2.1vw; } }

body.about .maze-logo {
  background-image: url("/workspace/assets/img/maze-logo.svg");
  max-width: 145px;
  width: 7.6vw;
  height: 7.6vw;
  display: block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  float: left;
  position: absolute;
  left: 1.35vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 800px) {
    body.about .maze-logo {
      display: none; } }

.joined {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin-top: .2vw;
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }
  @media (max-width: 1500px) {
    .joined {
      margin-top: 4vw;
      font-size: 10px; } }
  @media (max-width: 480px) {
    .joined {
      margin-top: 0;
      font-size: 6px; } }
  .joined p {
    font-weight: bold; }
  .joined strong {
    color: #8570b1; }
  .joined .joined-together {
    text-align: left;
    font-size: 2.5em;
    line-height: 1.1; }
  .joined .joined-highlight {
    text-align: left;
    font-size: 3.92857em;
    line-height: 1; }

.person {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .person {
      font-size: 10px; } }
  @media (max-width: 500px) {
    .person {
      font-size: 8px; } }
  .person img {
    max-width: 100%;
    display: block; }
  .person .person-details {
    transition: all 0.4s ease-in-out, background 0.4s ease-in-out;
    transition-delay: 0.4s, 0s;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    color: #fff;
    background: transparent;
    text-align: center;
    -webkit-transform: translateY(-7vw);
            transform: translateY(-7vw); }
    @media (max-width: 1500px) {
      .person .person-details {
        -webkit-transform: translateY(-7.14286em);
                transform: translateY(-7.14286em); } }
    @media (max-width: 767px) {
      .person .person-details {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        background: rgba(0, 0, 0, 0.4); } }
    .person .person-details .name {
      margin-top: 3.15vw;
      font-family: "proxima-nova", sans-serif;
      font-size: 1.78571em; }
      @media (max-width: 1500px) {
        .person .person-details .name {
          margin-top: 1.1em; } }
      @media (max-width: 1100px) {
        .person .person-details .name {
          margin-top: 0.5em; } }
      @media (max-width: 767px) {
        .person .person-details .name {
          position: absolute;
          bottom: 40px;
          text-align: center;
          width: 100%; } }
    .person .person-details .role {
      margin-top: 0.64286em;
      font-size: 1.14286em;
      position: relative;
      margin-bottom: 1.78571em; }
      @media (max-width: 1100px) {
        .person .person-details .role {
          margin-bottom: 1.07143em; } }
      @media (max-width: 1024px) {
        .person .person-details .role {
          margin-bottom: 0.35714em; } }
      @media (max-width: 767px) {
        .person .person-details .role {
          position: absolute;
          bottom: 10px;
          text-align: center;
          width: 100%;
          margin-bottom: 0em; } }
      @media (max-width: 400px) {
        .person .person-details .role {
          font-size: 1em; } }
      .person .person-details .role::after {
        transition: all 0.4s ease-in-out;
        transition-delay: 0s;
        content: '';
        display: block;
        margin: auto;
        margin-top: 1.42857em;
        background: #de3393;
        width: 0px;
        height: 3px; }
        @media (max-width: 1100px) {
          .person .person-details .role::after {
            margin-top: 0.71429em; } }
        @media (max-width: 767px) {
          .person .person-details .role::after {
            width: 70px; } }
    .person .person-details .bio {
      visibility: hidden;
      width: 90%;
      max-width: 250px;
      margin: auto; }
      @media (max-width: 1500px) {
        .person .person-details .bio {
          font-size: 0.9em; } }
      @media (max-width: 1330px) {
        .person .person-details .bio {
          line-height: 1.5; } }
      @media (max-width: 1024px) {
        .person .person-details .bio {
          font-size: 0.7em; } }
      @media (max-width: 767px) {
        .person .person-details .bio {
          display: none; } }
  .person:hover .person-details {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition-delay: 0s, 0.4s;
    background: rgba(0, 0, 0, 0.74); }
  .person:hover .role::after {
    width: 70px;
    transition-delay: 0.8s; }
  .person:hover .bio {
    visibility: visible; }

.dark {
  color: #fff;
  background-color: #313131; }

.light {
  color: #2e2e2e; }

.row {
  display: table;
  margin-left: -1px;
  margin-right: -1px; }

.col {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top; }

.two-col {
  width: 50%; }

.three-col {
  width: 33.33%; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #EBEBEB,
 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #DDD,
 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle {
  cursor: not-allowed; }

.noUi-horizontal {
  height: 14px; }

.noUi-target {
  background: #e0e0e0;
  border: solid 2px #dddddd;
  border-radius: 10px; }

.noUi-background {
  background: #e0e0e0;
  border-radius: 10px; }

.noUi-horizontal .noUi-handle {
  top: -5px;
  background: #b0a9cb;
  border-radius: 20px;
  box-shadow: none;
  border: none;
  width: 20px;
  height: 20px; }
  .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
    display: none; }

.noUi-connect {
  top: 3px;
  bottom: 3px;
  background: #b0a9cb; }
  .noUi-connect .noUi-handle {
    top: -8px; }

.attachments .instructions {
  background: #e5e5e5;
  border: solid 1px #b1b1b1;
  width: 100%;
  height: 75px;
  box-sizing: border-box; }
  .attachments .instructions .instructions-text {
    margin-left: 30px;
    margin-top: 30px;
    float: left;
    color: #696969;
    text-transform: uppercase; }
  .attachments .instructions i {
    display: block;
    float: right;
    background: #2e2e2e;
    width: 75px;
    height: 75px;
    margin-top: -1px;
    margin-right: -1px;
    position: relative; }
    .attachments .instructions i::after {
      content: '';
      width: 24px;
      height: 6px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #fff; }
    .attachments .instructions i::before {
      content: '';
      width: 24px;
      height: 6px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
      background: #fff; }

.attachments .dz-preview {
  height: 75px;
  overflow: hidden;
  padding-top: 30px;
  box-sizing: border-box;
  background: #e5e5e5; }
  .attachments .dz-preview:nth-child(even) {
    background: #b5b5b5; }
  .attachments .dz-preview .dz-text-details {
    float: left;
    color: #696969; }
    .attachments .dz-preview .dz-text-details div {
      float: left; }
    .attachments .dz-preview .dz-text-details .dz-size {
      margin-left: 20px; }
  .attachments .dz-preview img {
    float: left;
    max-width: 55px;
    margin-top: -20px;
    margin-left: 30px;
    margin-right: 20px; }
  .attachments .dz-preview .dz-success-mark, .attachments .dz-preview .dz-error-mark {
    display: none; }

.submit-project {
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #8570b1;
  border-radius: 3px;
  padding: 1em 2em;
  font-size: 1.6em;
  text-transform: uppercase;
  display: inline-block;
  margin: 2em 0; }

body.start-a-project .perspective-container {
  background: #f7f7f7; }

body.start-a-project h1, body.start-a-project h2 {
  font-size: 3em;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

body.start-a-project h1 {
  padding-top: 100px;
  margin-bottom: 20px; }

body.start-a-project h2 {
  font-size: 17.9998px; }
  body.start-a-project h2 + p {
    margin-bottom: 30px;
    color: #696969;
    margin-top: 3px; }
    body.start-a-project h2 + p::after {
      transition: all 0.4s ease-in-out;
      transition-delay: 0s;
      content: '';
      display: block;
      margin: auto;
      margin-top: 20px;
      background: #de3393;
      width: 70px;
      height: 5px; }

body.start-a-project p {
  color: #8c8c8c;
  text-align: center; }

body.start-a-project .budget {
  padding: 100px 0;
  border-top: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca; }
  body.start-a-project .budget .start-project-container {
    margin-top: 0; }
  body.start-a-project .budget #budget-slider {
    display: inline-block;
    width: 440px;
    max-width: 100%; }
  body.start-a-project .budget .slider-container {
    margin: auto;
    text-align: center;
    margin-top: 50px; }
  body.start-a-project .budget .slider-value {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 17.9998px;
    color: #999999; }
    @media (max-width: 600px) {
      body.start-a-project .budget .slider-value {
        display: none; } }
  body.start-a-project .budget .chosen-budget {
    margin-top: 25px;
    text-align: center;
    color: #696969;
    font-size: 23.996px;
    font-family: "proxima-nova", sans-serif; }

body.start-a-project .other-details textarea + h2 {
  margin-top: 60px; }

.start-project-container {
  max-width: 780px;
  width: 90%;
  margin: auto;
  padding-top: 91px; }
  .start-project-container .personal-details {
    padding: 60px 0; }
  .start-project-container .project-type {
    padding-bottom: 100px; }
    .start-project-container .project-type .option {
      width: 25%;
      float: left;
      text-align: center;
      cursor: pointer; }
      @media (max-width: 580px) {
        .start-project-container .project-type .option {
          width: 50%; } }
      .start-project-container .project-type .option span {
        position: relative;
        font-size: 17.9998px;
        text-transform: uppercase;
        color: #696969; }
        .start-project-container .project-type .option span::before {
          content: '';
          display: inline-block;
          width: 15px;
          height: 15px;
          margin-right: 10px;
          border-radius: 10px;
          border: solid 2px #a2a2a2;
          box-sizing: border-box; }
        .start-project-container .project-type .option span::after {
          bottom: 14px;
          left: 4px;
          position: absolute;
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          transition: width 0.2s ease-in-out, height 0.2s ease-in-out,border-color 0s ease-in-out;
          transition-delay: 0.2s, 0s, 0.4s;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: 0% 100%;
                  transform-origin: 0% 100%;
          border-right: solid 4.5px transparent;
          border-bottom: solid 4.5px transparent; }
      .start-project-container .project-type .option.selected span::after {
        width: 4px;
        height: 9px;
        transition-delay: 0s, 0.2s, 0s;
        border-color: #de3393; }
      .start-project-container .project-type .option::before {
        content: '';
        display: block;
        margin: auto;
        background-image: url("../img/sprite.png");
        margin-top: 30px;
        margin-bottom: 20px; }
      .start-project-container .project-type .option.branding::before {
        background-position: -2px -592px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        width: 91px;
        height: 77px; }
      .start-project-container .project-type .option.web::before {
        background-position: -2px -1005px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        width: 93px;
        height: 78px; }
      .start-project-container .project-type .option.marketing::before {
        background-position: -2px -922px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        width: 60px;
        height: 78px; }
      .start-project-container .project-type .option.other::before {
        background-position: -2px -839px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        width: 115px;
        height: 78px; }
  .start-project-container input, .start-project-container textarea {
    border: solid 1px #b1b1b1;
    color: #696969;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 1.42857em;
    line-height: 2.6;
    background: #f5f5f5;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.12); }
  .start-project-container input {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px; }
    .start-project-container input:nth-child(even) {
      margin-right: 0;
      margin-left: 10px; }
    @media (max-width: 768px) {
      .start-project-container input {
        width: 100%;
        margin: 0;
        margin-bottom: 20px; }
        .start-project-container input:nth-child(even) {
          margin-left: 0; } }
  .start-project-container textarea {
    width: 100%;
    resize: none; }

body.get-in-touch .perspective-container {
  background: #f7f7f7; }

body.get-in-touch h1 {
  font-size: 2.5em;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 91px;
  margin-bottom: 20px;
  color: #fff; }

.get-in-touch-wrapper {
  background-image: url("../img/get-in-touch/office-background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
  background-position: center center; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .get-in-touch-wrapper {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../img/get-in-touch/office-background@2x.jpg");
      background-size: 50% 50%; } }
  @media (max-width: 1024px) {
    .get-in-touch-wrapper {
      background-attachment: scroll; } }

.form-container {
  max-width: 675px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  padding-top: 7.14286em; }
  .form-container .personal-details {
    margin-top: 4.28571em; }
  @media (max-width: 480px) {
    .form-container {
      font-size: 12px; } }
  .form-container input, .form-container textarea, .form-container .selectbox {
    border: solid 1px #1b1b1b;
    color: #727272;
    padding: 0 1.78571em;
    box-sizing: border-box;
    font-size: 1.42857em;
    line-height: 2.6;
    background: #f5f5f5;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.12); }
    @media (max-width: 480px) {
      .form-container input, .form-container textarea, .form-container .selectbox {
        padding: 0 1.07143em; } }
  .form-container .input-container, .form-container .selectbox {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 1.42857em;
    display: inline-block;
    float: left;
    position: relative;
    overflow: visible; }
    .form-container .input-container.full-width, .form-container .selectbox.full-width {
      width: 100%; }
    .form-container .input-container:nth-child(even), .form-container .selectbox:nth-child(even) {
      margin-right: 0;
      margin-left: 10px; }
    .form-container .input-container label.error, .form-container .selectbox label.error {
      position: absolute;
      bottom: 3px;
      left: 1em;
      font-size: 0.7em;
      color: #de3393; }
    .form-container .input-container input, .form-container .selectbox input {
      width: 100%; }
    @media (max-width: 479px) {
      .form-container .input-container, .form-container .input-container:nth-child(even), .form-container .selectbox, .form-container .selectbox:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
  .form-container input ::-webkit-input-placeholder {
    color: #727272;
    opacity: 1; }
  .form-container input ::-moz-placeholder {
    color: #727272;
    opacity: 1; }
  .form-container input :-ms-input-placeholder {
    color: #727272;
    opacity: 1; }
  .form-container textarea {
    width: 100%;
    resize: none; }
  .form-container .selectbox {
    display: inline-block;
    position: relative; }
    .form-container .selectbox .options {
      max-height: 0;
      left: 0;
      z-index: 1;
      position: absolute;
      top: 100%;
      background: #eee;
      width: 100%;
      overflow: hidden; }
      .form-container .selectbox .options .option {
        padding: 5px 0 5px 25px;
        cursor: pointer; }
        .form-container .selectbox .options .option:hover {
          background: #ccc; }
    .form-container .selectbox.active .options {
      max-height: 400px; }
  .form-container .submit {
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #8570b1;
    border-radius: 3px;
    padding: 1em 2em;
    font-size: 1.6em;
    text-transform: uppercase;
    display: inline-block;
    margin: 2em 0 4em; }

.individual-contact {
  padding: 7% 0% 5%;
  text-align: center;
  width: 30%; }
  @media (max-width: 1023px) {
    .individual-contact {
      display: none; } }
  .individual-contact.sabrina .person-details {
    float: left; }
  .individual-contact.valeria .person-details {
    float: right; }
  .individual-contact.jonathan {
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
    width: 40%; }
    @media (max-width: 1023px) {
      .individual-contact.jonathan {
        width: 100%;
        display: table-cell;
        border: none; } }
  .individual-contact .role {
    font-size: 17.9998px;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    color: #2e2e2e;
    text-transform: uppercase; }
  .individual-contact .name {
    font-size: 38px;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    color: #2e2e2e;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    text-transform: uppercase; }
  .individual-contact .email {
    color: #de3393;
    font-size: 22px; }
    .individual-contact .email::after {
      font-family: FontAwesome;
      content: '\f0e0';
      display: block;
      border-radius: 25px;
      width: 46px;
      height: 46px;
      margin: auto;
      margin-top: 0.5em;
      background-color: #e4e4e4;
      padding-top: 13px;
      box-sizing: border-box;
      color: #878787;
      font-size: 20px; }

.form-success {
  margin: 2em 0;
  display: none; }
  body.get-in-touch .form-success {
    color: #fff; }

body.how-we-work .perspective-container {
  background: #dbdae3; }

body.how-we-work .hero h1::after {
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
  content: '';
  display: block;
  margin: auto;
  margin-top: 20px;
  background: #8570b1;
  width: 70px;
  height: 5px; }

body.how-we-work .hero p {
  margin-top: 3em;
  text-transform: none; }

body.how-we-work .start {
  background: #fff;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  position: relative;
  margin: auto;
  margin-bottom: 2em;
  margin-top: 2em; }
  body.how-we-work .start::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../img/sprite.png");
    background-position: -2px -136px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 56px;
    height: 59px; }

body.how-we-work .process-block {
  width: 42%;
  box-sizing: border-box;
  float: left;
  text-align: right;
  background: #fff;
  padding: 2em 9em 2em 3em;
  margin-bottom: 7em;
  display: table;
  position: relative;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.5s; }
  body.how-we-work .process-block.scope {
    margin-top: 8em; }
  body.how-we-work .process-block.brand {
    margin-top: 1em; }
  body.how-we-work .process-block.design {
    margin-top: 2em;
    margin-bottom: 6em; }
    @media (max-width: 768px) {
      body.how-we-work .process-block.design {
        margin-bottom: 2em; } }
  body.how-we-work .process-block.launch {
    margin-top: 1em; }
  body.how-we-work .process-block.brand-guidelines {
    margin-bottom: 5em; }
    @media (max-width: 768px) {
      body.how-we-work .process-block.brand-guidelines {
        margin-bottom: 2em; } }
  body.how-we-work .process-block::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../img/sprite.png");
    float: right; }
  body.how-we-work .process-block:nth-child(even) {
    float: right;
    text-align: left;
    padding: 2em 3em 2em 9em; }
    body.how-we-work .process-block:nth-child(even)::before {
      right: auto;
      left: 2em; }
  @media (max-width: 768px) {
    body.how-we-work .process-block {
      width: 100%;
      float: none;
      padding: 2em 3em 2em 9em;
      text-align: left;
      margin-bottom: 2em; }
      body.how-we-work .process-block::before {
        right: auto;
        left: 2em; } }
  @media (max-width: 480px) {
    body.how-we-work .process-block, body.how-we-work .process-block:nth-child(even) {
      padding: 2em 3em 2em 4em; }
      body.how-we-work .process-block::before, body.how-we-work .process-block:nth-child(even)::before {
        -webkit-transform: scale(0.3);
                transform: scale(0.3);
        position: absolute;
        top: 2em;
        left: 1.5em;
        -webkit-transform-origin: top left;
                transform-origin: top left; } }
  body.how-we-work .process-block .process-details {
    display: table-cell;
    vertical-align: middle; }
  body.how-we-work .process-block.monitor::before {
    background-position: -2px -27px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 84px;
    height: 49px; }
  body.how-we-work .process-block.scope::before {
    background-position: -2px -352px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 45px;
    height: 72px; }
  body.how-we-work .process-block.develop::before {
    background-position: -2px -81px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 73px;
    height: 50px; }
  body.how-we-work .process-block.start::before {
    background-position: -2px -136px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 56px;
    height: 59px; }
  body.how-we-work .process-block.hi::before {
    background-position: -2px -200px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 77px;
    height: 71px; }
  body.how-we-work .process-block.brand::before {
    background-position: -2px -276px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 82px;
    height: 71px; }
  body.how-we-work .process-block.brand-guidelines::before {
    background-position: -2px -429px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 77px;
    height: 76px; }
  body.how-we-work .process-block.design::before {
    background-position: -2px -674px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 80px;
    height: 77px; }
  body.how-we-work .process-block.research::before {
    background-position: -2px -510px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 77px;
    height: 77px; }
  body.how-we-work .process-block.content::before {
    background-position: -2px -756px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 78px;
    height: 78px; }
  body.how-we-work .process-block.launch::before {
    background-position: -2px -1088px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 78px; }
  body.how-we-work .process-block.marketing-strategy::before {
    background-position: -2px -1171px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 78px;
    height: 79px; }
  body.how-we-work .process-block.improve::before {
    background-position: -2px -1255px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 64px;
    height: 86px; }
  body.how-we-work .process-block.digital-strategy::before {
    background-position: -2px -1346px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 59px;
    height: 87px; }
  body.how-we-work .process-block.info-architecture::before {
    background-position: -2px -1438px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 71px;
    height: 88px; }
  body.how-we-work .process-block.training::before {
    background-position: -2px -1531px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 95px; }

body.how-we-work .intro h2 {
  color: #de3393; }

body.how-we-work .dev h2 {
  color: #2fa8cd; }

body.how-we-work .post h2 {
  color: #8570b1; }

.faq-wrapper {
  background: #fff;
  color: #2e2e2e;
  text-align: center;
  padding: 80px 0; }
  .faq-wrapper h2 {
    font-size: 48px;
    text-transform: uppercase; }
  .faq-wrapper h2::after {
    transition: all 0.4s ease-in-out;
    transition-delay: 0s;
    content: '';
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #8570b1;
    width: 70px;
    height: 5px; }
  .faq-wrapper .question {
    margin: 20px 0; }
    .faq-wrapper .question h4 {
      cursor: pointer; }
    .faq-wrapper .question p {
      max-height: 0;
      color: #2e2e2e;
      overflow: hidden;
      transition: all 0.4s ease-in-out;
      transition-delay: 0s;
      opacity: 0; }
    .faq-wrapper .question.expand p {
      opacity: 1;
      max-height: 500px;
      margin: 20px 0; }
      .faq-wrapper .question.expand p:last-child {
        border-bottom: solid 1px #dcdcdc;
        padding-bottom: 20px; }

.perspective-menu {
  display: none; }

body.home .perspective {
  height: 100%;
  overflow-y: visible; }
  body.home .perspective .perspective-container {
    height: 100%; }

@media (max-width: 1024px) {
  .perspective {
    transition: -webkit-perspective 1s ease-in-out;
    transition: perspective 1s ease-in-out;
    -webkit-perspective: 1500px;
            perspective: 1500px;
    background: #454348;
    overflow: hidden; }
    .perspective .perspective-menu {
      display: block;
      transition: all 1s ease-in-out;
      position: absolute;
      left: 100%;
      top: 15%;
      width: 65%;
      color: white; }
      .perspective .perspective-menu ul li {
        margin-bottom: 2em; }
        .perspective .perspective-menu ul li:last-child {
          margin-top: 3em; }
        .perspective .perspective-menu ul li a {
          color: #fff; }
          .perspective .perspective-menu ul li a:hover, .perspective .perspective-menu ul li a.selected {
            color: #de3393; } }
    @media (max-width: 1024px) and (max-height: 500px) {
      .perspective .perspective-menu {
        top: 10%; } }
    @media (max-width: 1024px) and (max-height: 450px) {
      .perspective .perspective-menu ul li {
        margin-bottom: 1.2em; } }

@media (max-width: 1024px) {
    .perspective .perspective-container {
      transition: -webkit-transform 1s ease-in-out;
      transition: transform 1s ease-in-out;
      -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg) !important;
              transform: translateZ(0px) translateX(0%) rotateY(0deg) !important;
      background: #fff;
      width: 100%; }
    .perspective.animated .perspective-container {
      -webkit-transform: translateZ(-200px) translateX(-60%) rotateY(45deg) !important;
              transform: translateZ(-200px) translateX(-60%) rotateY(45deg) !important; }
    .perspective.animated .perspective-menu {
      left: 35%; } }

.blog-title, .ticker-title {
  width: 100%;
  height: 300px;
  background-image: url("../img/blogs/banner.jpg");
  background-position: center;
  background-size: cover !important;
  padding-top: 91px;
  text-align: center;
  font-family: "proxima-nova",sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #2e2e2e; }
  .blog-title strong, .ticker-title strong {
    color: #eb078d; }
  .blog-title h1, .ticker-title h1 {
    font-size: 5.71429em;
    padding-top: 1.5em;
    color: #fff; }
    .blog-title h1::after, .ticker-title h1::after {
      transition: all 0.4s ease-in-out;
      transition-delay: 0s;
      content: '';
      display: block;
      margin: auto;
      margin-top: 20px;
      background: #eb078d;
      width: 85px;
      height: 10px; }
  .blog-title h2, .ticker-title h2 {
    font-size: 2.14286em; }
  .blog-title.slim, .ticker-title.slim {
    height: auto; }
    .blog-title.slim h1, .ticker-title.slim h1 {
      padding-top: 4em; }
  @media (max-height: 700px) {
    .blog-title, .ticker-title {
      height: 200px; }
      .blog-title h1, .ticker-title h1 {
        padding-top: 1.5em; } }
  @media (max-width: 700px) {
    .blog-title, .ticker-title {
      font-size: 10px; }
      .blog-title h1, .ticker-title h1 {
        padding-top: 2em; } }
  @media (max-width: 479px) {
    .blog-title, .ticker-title {
      font-size: 8px; }
      .blog-title h1, .ticker-title h1 {
        padding-top: 3em; } }

.blog-actions, .pagination {
  padding: 4rem;
  text-align: center; }
  .blog-actions ul, .pagination ul {
    list-style-type: none;
    padding: 0; }
    .blog-actions ul li, .pagination ul li {
      display: inline;
      padding-right: 4rem;
      font-size: 2.5em;
      font-family: "proxima-nova",sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      color: #707071; }
      .blog-actions ul li.active, .pagination ul li.active {
        color: #eb078d; }

.blog-list {
  width: 100%;
  height: 650px; }
  .blog-list .blog-item {
    height: 630px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .blog-list .blog-item h2 {
      width: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 15%;
      font-size: 2.5em; }
    .blog-list .blog-item p {
      width: 100%;
      text-transform: uppercase;
      color: #eb078d;
      font-size: 0.92857em;
      font-weight: bold;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 10%; }
    .blog-list .blog-item span.source {
      width: 100%;
      font-size: 0.92857em;
      color: #fff;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 8%; }
    .blog-list .blog-item .selected h2 {
      bottom: 50%; }
    .blog-list .blog-item .selected .subscribe-button {
      padding: 0.5rem 1rem; }
    .blog-list .blog-item .selected .email-input {
      padding: 0.5rem 2rem;
      line-height: 1rem;
      color: #777;
      font-size: 0.92857em; }

.ticker-title h1 {
  color: #2e2e2e !important; }

.ticker-title .author {
  margin-top: 25px;
  color: #fff;
  font-size: 0.92857em;
  text-transform: none; }

.javascript {
  color: #eb078d; }

.ticker-content {
  color: #2e2e2e;
  font-family: "proxima-nova",sans-serif;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 130px;
  margin-bottom: 100px; }
  .ticker-content .ticker-wrapper {
    height: 75px; }
    .ticker-content .ticker-wrapper.images {
      height: 150px; }
  .ticker-content .ticker-controls {
    margin: 15px 0;
    width: 100%;
    text-align: center; }
    .ticker-content .ticker-controls ul li {
      display: inline;
      padding: 1.5rem; }
      .ticker-content .ticker-controls ul li a {
        color: #cfcfcf;
        font-size: 1.21429em;
        text-transform: uppercase;
        cursor: pointer; }
  .ticker-content .ticker-wrapper + p, .ticker-content pre + p, .ticker-content pre + .ticker-wrapper {
    margin-top: 15px; }
  .ticker-content .menu {
    text-transform: uppercase; }
    .ticker-content .menu .menu-items {
      margin-top: 10px;
      position: relative;
      background: #fff;
      z-index: 20;
      float: right; }
    .ticker-content .menu h3 {
      padding: 12.5px 15px;
      color: #eb078d;
      font-size: 1.21429em;
      font-weight: bold; }
    .ticker-content .menu h4 {
      padding: 12.5px 15px;
      color: #eb078d;
      font-size: 1.21429em; }
  .ticker-content a {
    color: #eb078d;
    text-decoration: none; }
  .ticker-content .html-content h1 {
    display: none; }
  .ticker-content .html-content h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    padding: 20px 0; }
  .ticker-content .html-content h3 {
    font-size: 1.21429em;
    text-transform: uppercase;
    padding: 20px 0; }
  .ticker-content .html-content h4 {
    font-size: 1.07143em;
    text-transform: uppercase;
    padding: 20px 0; }
  .ticker-content .html-content pre code {
    padding: 2rem; }
  .ticker-content .html-content p {
    padding-bottom: 15px; }

.buy-now {
  margin-top: 100px; }
  .buy-now a {
    padding: 0.5rem 3rem;
    border: 2px solid #c1c1c1;
    border-radius: 10px;
    text-transform: uppercase;
    color: #a9a9a9 !important;
    font-size: 0.85714em;
    cursor: pointer; }

.tickercontainer {
  background-color: #c1c1c1;
  position: absolute;
  left: 0;
  right: 0; }

body.webticker .perspective-container {
  position: relative; }

table {
  max-width: 700px;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-spacing: 0;
  /*page-break-inside:avoid;*/ }
  table thead {
    border: 1px solid #eb078d; }
    table thead tr {
      background-color: #c4c4c4; }
  table th {
    font-size: 1.14286em;
    font-weight: bold;
    border: 0;
    padding: 10px; }
  table tr {
    border-top: 10px; }
    table tr:nth-child(even) {
      background-color: #e5e5e5; }
    table tr td {
      border: 0;
      padding: 10px; }
  table.footer {
    border: none; }
  table .title {
    text-decoration: underline; }

/*

Style with support for rainbow parens

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #474949;
  color: #d1d9e1; }

.hljs-comment,
.hljs-quote {
  color: #969896;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-type,
.hljs-addition {
  color: #cc99cc; }

.hljs-number,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #f99157; }

.hljs-string,
.hljs-doctag,
.hljs-regexp {
  color: #8abeb7; }

.hljs-title,
.hljs-name,
.hljs-section,
.hljs-built_in {
  color: #b5bd68; }

.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-class .hljs-title {
  color: #ffcc66; }

.hljs-section,
.hljs-name,
.hljs-strong {
  font-weight: bold; }

.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-link {
  color: #f99157; }

.hljs-deletion {
  color: #dc322f; }

.hljs-formula {
  background: #eee8d5; }

.hljs-attr,
.hljs-attribute {
  color: #81a2be; }

.hljs-emphasis {
  font-style: italic; }

.clearfix, .row, body.how-we-work .process-block {
  *zoom: 1; }
  .clearfix:before, .row:before, body.how-we-work .process-block:before, .clearfix:after, .row:after, body.how-we-work .process-block:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after, .row:after, body.how-we-work .process-block:after {
    clear: both; }

@font-face {
  font-family: 'Bank Gothic Light';
  src: url("/workspace/assets/font/bgl-webfont.eot");
  src: url("/workspace/assets/font/bgl-webfont.eot?#iefix") format("embedded-opentype"), url("/workspace/assets/font/bgl-webfont.woff2") format("woff2"), url("/workspace/assets/font/bgl-webfont.woff") format("woff"), url("/workspace/assets/font/bgl-webfont.ttf") format("truetype"), url("/workspace/assets/font/bgl-webfont.svg#bankgothic_lt_btlight") format("svg");
  font-weight: 300;
  font-style: normal; }

html {
  height: 100%; }

body {
  height: 100%;
  font-size: 14px;
  font-family: 'Open Sans'; }
  body .home-banners {
    height: 100%;
    background: linear-gradient(bottom left, #c7439b, #5094c3); }
    @media (max-width: 1045px) {
      body .home-banners {
        font-size: 12px; } }
    @media (max-width: 930px) {
      body .home-banners {
        font-size: 10px; } }
    @media (max-width: 479px) {
      body .home-banners {
        font-size: 7px; } }
    body .home-banners .intro {
      display: none;
      height: 100%;
      margin: auto;
      max-width: 80%;
      box-sizing: border-box;
      padding-top: 100px; }
      body .home-banners .intro svg {
        max-height: 80%;
        max-width: 100%; }
    body .home-banners .animated-banners {
      height: 100%;
      margin: auto;
      box-sizing: border-box;
      padding-top: 100px;
      position: relative; }
      body .home-banners .animated-banners li {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
        color: #fff; }
        body .home-banners .animated-banners li .main-banner-text {
          font-family: "proxima-nova",sans-serif;
          text-transform: uppercase;
          font-size: 4.28571em;
          font-weight: bold; }
        body .home-banners .animated-banners li .subheader {
          font-family: 'Bank Gothic Light',sans-serif;
          font-size: 2.14286em; }
    body .home-banners .cta {
      margin-top: 5em; }
      body .home-banners .cta a {
        margin: 0 10px; }

#maze-home-landing {
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #maze-home-landing g {
    fill: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0.6; }
    #maze-home-landing g.fade-out {
      opacity: 0; }
  #maze-home-landing #maze-logo {
    fill: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0.6; }

.landing-title {
  transition: opacity 0.4s ease-in-out;
  font-family: Bank Gothic Light;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0%;
  letter-spacing: 0.370em;
  opacity: 0;
  font-size: 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff; }

.btn-border {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  border: solid 3px #fff;
  border-radius: 3px;
  padding: 12px 15px;
  color: #fff;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
  .btn-border:hover {
    background: #fff;
    color: #5094c3; }

.btn-fill {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  border: solid 3px #fff;
  border-radius: 3px;
  padding: 12px 15px;
  background: #fff;
  color: #5094c3;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
  .btn-fill:hover {
    color: #fff;
    background: transparent; }

footer {
  background: #2e2e2e;
  padding: 60px 0; }
  footer .left-footer {
    float: left;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 25px; }
    footer .left-footer .company-name {
      font-weight: bold;
      color: #e80f8e; }
    footer .left-footer .tel {
      color: #a5a5a5; }
      footer .left-footer .tel::before {
        content: 'T ';
        font-weight: bold;
        color: #e80f8e; }
    footer .left-footer .email {
      color: #a5a5a5; }
      footer .left-footer .email::before {
        content: 'E ';
        font-weight: bold;
        color: #e80f8e; }
    footer .left-footer .copyright {
      font-size: 0.85714em;
      margin-top: 0.21429em;
      font-style: italic;
      font-weight: 100;
      color: #7d7d7d; }
    footer .left-footer .social {
      margin-top: 1.42857em;
      color: #7d7d7d; }
      footer .left-footer .social .social-icon {
        width: 50px;
        height: 50px;
        border: solid 1px;
        margin-right: 10px;
        position: relative;
        display: inline-block; }
        footer .left-footer .social .social-icon .fa {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-size: 1.7em; }
        footer .left-footer .social .social-icon:hover.facebook {
          color: #346da6; }
        footer .left-footer .social .social-icon:hover.twitter {
          color: #2ca7e0; }
        footer .left-footer .social .social-icon:hover.linkedin {
          color: #457e9b; }
        footer .left-footer .social .social-icon:hover.google-plus {
          color: #a43f35; }
    @media (max-width: 1023px) {
      footer .left-footer {
        width: 90%;
        max-width: 90%;
        margin: auto;
        float: none;
        padding: 2.5em 2em 0;
        box-sizing: border-box; }
        footer .left-footer .physical-address {
          float: left; }
        footer .left-footer .contact-details {
          float: right; } }
  @media (max-width: 1023px) and (max-width: 400px) {
    footer .left-footer .physical-address, footer .left-footer .contact-details {
      width: 100%; } }
    @media (max-width: 1023px) {
        footer .left-footer .copyright {
          width: 100%;
          float: left; } }
  footer .right-footer {
    float: right;
    width: 769px;
    max-width: 70%;
    border-left: solid 1px #444444; }
    @media (max-width: 1023px) {
      footer .right-footer {
        width: 90%;
        max-width: 90%;
        border-left: none;
        margin: auto;
        float: none; } }
    footer .right-footer .footer-services {
      border-bottom: solid 1px #444444;
      padding: 0 75px;
      padding-bottom: 2.85714em; }
      @media (max-width: 1023px) {
        footer .right-footer .footer-services {
          padding: 0 2em 35px; } }
      footer .right-footer .footer-services .services-intro {
        font-family: "proxima-nova", sans-serif;
        font-weight: 100;
        text-transform: uppercase;
        color: #818181;
        background: linear-gradient(to right, rgba(74, 74, 74, 0.25), rgba(74, 74, 74, 0));
        padding: 15px 20px;
        margin-bottom: 15px; }
    footer .right-footer .footer-newsletter {
      position: relative;
      font-family: "proxima-nova", sans-serif;
      font-weight: 100;
      text-transform: uppercase;
      padding: 0 75px;
      padding-top: 2.85714em; }
      @media (max-width: 1023px) {
        footer .right-footer .footer-newsletter {
          padding: 35px 2em;
          border-bottom: solid 1px #444444; } }
      footer .right-footer .footer-newsletter .footer-maze-logo {
        width: 56px;
        height: 56px;
        position: absolute;
        top: -28px;
        left: -28px;
        display: block; }
        @media (max-width: 1023px) {
          footer .right-footer .footer-newsletter .footer-maze-logo {
            top: auto;
            bottom: -28px; } }
        @media (max-width: 479px) {
          footer .right-footer .footer-newsletter .footer-maze-logo {
            display: none; } }
        footer .right-footer .footer-newsletter .footer-maze-logo .maze-circle {
          fill: #e9eaeb; }
      footer .right-footer .footer-newsletter .newsletter-intro {
        color: #a5a5a5;
        margin-bottom: 20px; }
        footer .right-footer .footer-newsletter .newsletter-intro small {
          font-size: 10px; }
      footer .right-footer .footer-newsletter input {
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
        font-size: 12px;
        color: #777777;
        padding: 15px 20px;
        box-sizing: border-box;
        height: 41px;
        width: 262px;
        display: inline-block;
        float: left; }
        @media (max-width: 479px) {
          footer .right-footer .footer-newsletter input {
            width: calc(100% - 41px); } }
      footer .right-footer .footer-newsletter .newsletter-submit {
        background: #8570b1;
        width: 41px;
        height: 41px;
        display: inline-block;
        cursor: pointer;
        position: relative; }
        footer .right-footer .footer-newsletter .newsletter-submit .fa {
          color: #fff;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-size: 1.3em; }

.svg-container {
  width: 626px;
  max-width: 100%;
  font-weight: bold; }

.footer-svg {
  margin: auto;
  max-width: 100%; }

.footer-svg-content {
  text-transform: uppercase; }

.col-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box; }

.col-10 {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-10.last {
    float: right;
    margin-right: 0; }

.col-9 {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-9.last {
    float: right;
    margin-right: 0; }

.col-8 {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-8.last {
    float: right;
    margin-right: 0; }

.col-7 {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-7.last {
    float: right;
    margin-right: 0; }

.col-6 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-6:nth-child(even) {
    float: right;
    margin-right: 0; }
  @media (max-width: 768px) {
    .col-6 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box; } }

.col-5 {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-5.last {
    float: right;
    margin-right: 0; }

.col-4 {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-4.last {
    float: right;
    margin-right: 0; }
  @media (max-width: 768px) {
    .col-4 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box; } }

.col-3 {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-3.last {
    float: right;
    margin-right: 0; }

@media (max-width: 768px) {
  .sm-6 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    box-sizing: border-box; }
    .sm-6:nth-child(even) {
      float: right;
      margin-right: 0; } }

.col-2 {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  box-sizing: border-box; }
  .col-2.last {
    float: right;
    margin-right: 0; }