/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
@import url(bootstrap/bootstrap.min.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
*:focus {
  outline: 0; }

.button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589E3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5DA4FF), color-stop(100%, #417BFF));
  background: -webkit-linear-gradient(#5DA4FF, #417BFF);
  background: -moz-linear-gradient(#5DA4FF, #417BFF);
  background: -o-linear-gradient(#5DA4FF, #417BFF);
  background: linear-gradient(#5DA4FF, #417BFF);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button:hover {
    color: #fff;
    text-decoration: none; }
  .button:active {
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
  .button.button-small {
    padding: 10px 33px;
    border: 1px solid #68A2EE;
    font-size: 14px;
    font-weight: 500; }

.button-outline {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #fff;
  padding: 12px 31px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button-outline:hover {
    text-decoration: none;
    color: #ddd;
    border-color: #ddd; }

.button-clear {
  -webkit-font-smoothing: antialiased;
  border: 0;
  outline: none;
  padding: 1px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  background: #adb2bb;
  background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
  background: -moz-linear-gradient(#ccd0d6, #adb2bb);
  background: -ms-linear-gradient(#ccd0d6, #adb2bb);
  background: -o-linear-gradient(#ccd0d6, #adb2bb);
  background: linear-gradient(#ccd0d6, #adb2bb); }
  .button-clear span {
    display: block;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
    height: 36px;
    line-height: 33px;
    border-radius: 4px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 0 white;
    background: #eff1f4;
    background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
    background: -moz-linear-gradient(#f7f8fa, #eff1f4);
    background: -ms-linear-gradient(#f7f8fa, #eff1f4);
    background: -o-linear-gradient(#f7f8fa, #eff1f4);
    background: linear-gradient(#f7f8fa, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    -ms-box-shadow: inset 0 1px 0 white;
    -o-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white; }
  .button-clear:hover {
    text-decoration: none; }
  .button-clear:active, .button-clear.active {
    background: #b5bac2;
    background: -webkit-linear-gradient(#b5bac2, #b5bac2);
    background: -moz-linear-gradient(#b5bac2, #b5bac2);
    background: -ms-linear-gradient(#b5bac2, #b5bac2);
    background: -o-linear-gradient(#b5bac2, #b5bac2);
    background: linear-gradient(#b5bac2, #b5bac2); }
    .button-clear:active span, .button-clear.active span {
      color: #444;
      background: #eff1f4;
      background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
      background: -moz-linear-gradient(#e6e8eb, #eff1f4);
      background: -ms-linear-gradient(#e6e8eb, #eff1f4);
      background: -o-linear-gradient(#e6e8eb, #eff1f4);
      background: linear-gradient(#e6e8eb, #eff1f4);
      -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }

/* form controls */
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 39px; }
  input[type="text"].form-control::-webkit-input-placeholder,
  input[type="email"].form-control::-webkit-input-placeholder,
  input[type="password"].form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:-moz-placeholder,
  input[type="email"].form-control:-moz-placeholder,
  input[type="password"].form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control::-moz-placeholder,
  input[type="email"].form-control::-moz-placeholder,
  input[type="password"].form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:-ms-input-placeholder,
  input[type="email"].form-control:-ms-input-placeholder,
  input[type="password"].form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:focus,
  input[type="email"].form-control:focus,
  input[type="password"].form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

textarea.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }
  textarea.form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

/* vendor */
@media (min-width: 1200px) {
  .container {
    width: 970px; } }
a {
  color: #459CE7; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5585B3;
  border-color: #4477A3; }

.pagination > li > a,
.pagination > li > span {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

/* config variables */
/* roboto font */
/* source sans pro */
/* lato */
/* merriweather */
/* layout */
a:focus, button:focus {
  outline: none; }

.navbar.normal {
  min-height: 70px;
  background: #223741;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 1px rgba(46, 46, 46, 0.3), inset rgba(255, 255, 255, 0.2) 0 1px 1px;
  border: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased; }
  .navbar.normal .navbar-header .navbar-brand {
    color: #fff;
    padding: 25px 15px;
    font-weight: 500;
    font-size: 23px; }
  .navbar.normal .navbar-header .navbar-toggle {
    margin-top: 17px; }
  @media (min-width: 768px) {
    .navbar.normal .navbar-collapse {
      text-align: center; } }
  @media (min-width: 768px) {
    .navbar.normal .navbar-collapse .navbar-nav {
      float: none;
      display: inline-block; } }
  .navbar.normal .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block; }
    @media (max-width: 767px) {
      .navbar.normal .navbar-collapse .navbar-nav > li {
        display: block; } }
    .navbar.normal .navbar-collapse .navbar-nav > li.active > a {
      background: none;
      color: #fff; }
    .navbar.normal .navbar-collapse .navbar-nav > li > a {
      padding: 25px 20px;
      color: #d5d5d5;
      font-weight: 500;
      z-index: 1001;
      -webkit-transition: color 0.2s linear;
      -moz-transition: color 0.2s linear;
      -ms-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      @media (max-width: 767px) {
        .navbar.normal .navbar-collapse .navbar-nav > li > a {
          padding: 18px 20px; } }
      .navbar.normal .navbar-collapse .navbar-nav > li > a:hover {
        color: #fff; }
    @media (max-width: 767px) {
      .navbar.normal .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
        color: #fff;
        padding: 12px 18px 12px 30px; } }
    .navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu {
      text-align: left;
      padding: 9px 0; }
      .navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
        padding: 8px 18px; }
  .navbar.normal .navbar-collapse .navbar-nav .button {
    padding: 8px 18px;
    font-size: 13px;
    position: relative;
    top: 17px; }
    @media (max-width: 767px) {
      .navbar.normal .navbar-collapse .navbar-nav .button {
        box-shadow: none;
        background: none;
        top: 0;
        margin-bottom: 20px;
        color: #d5d5d5 !important;
        font-size: 15px; } }
.navbar.hero {
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    .navbar.hero {
      background: transparent;
      padding-top: 10px; }
      .navbar.hero .navbar-nav > .active > a {
        background: transparent;
        color: #fff; } }
  .navbar.hero .navbar-brand {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    font-family: "Lato", "Helvetica Neue", Arial; }
  .navbar.hero .navbar-nav > li.dropdown > a .caret {
    border-top-color: #EBEBEB; }
  .navbar.hero .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .navbar.hero .navbar-nav > li > a:hover {
      color: #fff; }
  .navbar.hero .navbar-nav > li.open > a {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px 4px 0 0; }
  @media (max-width: 767px) {
    .navbar.hero .navbar-nav > li.open ul.dropdown-menu a {
      color: #fff;
      padding: 12px 18px 12px 30px; } }
  .navbar.hero .navbar-nav > li ul.dropdown-menu {
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    padding: 5px 0 8px 0;
    border-radius: 4px 0 4px 4px;
    border: 0px; }
    .navbar.hero .navbar-nav > li ul.dropdown-menu li a {
      color: #fff;
      padding: 10px 18px;
      font-size: 15px; }
      .navbar.hero .navbar-nav > li ul.dropdown-menu li a:hover {
        color: #e9e9e9;
        background: none; }
.navbar.white {
  min-height: 70px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    .navbar.white {
      background: #fff;
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75); } }
  @media (min-width: 1200px) {
    .navbar.white .container {
      width: 1000px; } }
  .navbar.white .navbar-header .navbar-brand {
    color: #333;
    font-weight: bold;
    font-size: 30px;
    font-family: "Lato", "Helvetica Neue", Arial;
    padding-top: 24px; }
    @media (max-width: 767px) {
      .navbar.white .navbar-header .navbar-brand {
        color: #fff;
        font-size: 20px; } }
  .navbar.white .navbar-header .navbar-toggle {
    margin-top: 17px; }
  @media (min-width: 768px) {
    .navbar.white .navbar-collapse {
      text-align: center; } }
  @media (min-width: 768px) {
    .navbar.white .navbar-collapse .navbar-nav {
      float: none;
      display: inline-block; } }
  .navbar.white .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block; }
    @media (max-width: 767px) {
      .navbar.white .navbar-collapse .navbar-nav > li {
        display: block; } }
    .navbar.white .navbar-collapse .navbar-nav > li.active > a {
      background: none;
      color: #333; }
    .navbar.white .navbar-collapse .navbar-nav > li > a {
      padding: 25px 20px;
      color: #555;
      z-index: 1001;
      -webkit-transition: color 0.2s linear;
      -moz-transition: color 0.2s linear;
      -ms-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .navbar.white .navbar-collapse .navbar-nav > li > a.signup {
        border: 1px solid #CED7DF;
        border-radius: 5px;
        padding: 8px 11px;
        font-size: 13px;
        color: #333;
        margin-left: 20px; }
      @media (max-width: 767px) {
        .navbar.white .navbar-collapse .navbar-nav > li > a {
          padding: 18px 20px;
          color: #fff; } }
      .navbar.white .navbar-collapse .navbar-nav > li > a .fa-chevron-down {
        color: #777;
        font-size: 8px;
        margin-left: 2px;
        position: relative;
        top: -1px; }
      .navbar.white .navbar-collapse .navbar-nav > li > a:hover {
        color: #333; }
        @media (max-width: 767px) {
          .navbar.white .navbar-collapse .navbar-nav > li > a:hover {
            color: #fff; } }
    @media (min-width: 768px) {
      .navbar.white .navbar-collapse .navbar-nav > li.open > a {
        background: #fff;
        color: #333; } }
    .navbar.white .navbar-collapse .navbar-nav > li.open > a .caret {
      border-top-color: #999;
      border-bottom-color: #999; }
    @media (max-width: 767px) {
      .navbar.white .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
        color: #fff;
        padding: 12px 18px 12px 30px; } }
    .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu {
      text-align: left;
      border: 0;
      padding: 0 0 10px;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175); }
      .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
        padding: 8px 18px; }

#footer {
  background: #414B5B;
  margin-top: 120px;
  padding-top: 47px;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased; }
  #footer .copyright {
    color: #B5C5CF;
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 991px) {
      #footer .copyright {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #footer .copyright {
        text-align: center; } }
  @media (max-width: 767px) {
    #footer .menu {
      text-align: center;
      margin-top: 40px; } }
  #footer .menu ul {
    list-style-type: none;
    padding: 0; }
    #footer .menu ul li {
      display: inline-block; }
      #footer .menu ul li.active a {
        color: #fff; }
      #footer .menu ul li a {
        color: #ccc;
        padding: 15px 17px;
        font-weight: 500;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #footer .menu ul li a:hover {
          color: #fff;
          text-decoration: none; }
        @media (max-width: 991px) {
          #footer .menu ul li a {
            padding: 15px 17px 15px 0px; } }
  #footer .social {
    text-align: right; }
    @media (max-width: 767px) {
      #footer .social {
        text-align: center;
        margin-top: 40px; } }
    #footer .social a {
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 15px;
      position: relative;
      top: -10px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer .social a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

#footer-white {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #footer-white {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    #footer-white .menu {
      text-align: center;
      margin-top: 40px; } }
  #footer-white .menu h3 {
    margin-top: 0;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600; }
  #footer-white .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px; }
    #footer-white .menu ul li {
      display: block;
      margin-bottom: 9px; }
      #footer-white .menu ul li a {
        color: #89A1C0;
        display: inline-block;
        font-weight: 500;
        font-size: 13px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        #footer-white .menu ul li a:hover {
          color: #000;
          text-decoration: none; }
        @media (max-width: 991px) {
          #footer-white .menu ul li a {
            padding: 0; } }
      #footer-white .menu ul li .hiring {
        font-family: "Lato", "Helvetica Neue", Arial;
        font-weight: 700;
        letter-spacing: .3px;
        text-transform: uppercase;
        word-spacing: 1.5px;
        font-size: 11px;
        margin-left: 4px;
        padding: 3px 8px;
        border-radius: 4px;
        color: #fff;
        background: #49B7E2; }
        #footer-white .menu ul li .hiring:hover {
          color: #fff;
          background: #0E82AF; }
  #footer-white .newsletter {
    text-align: right; }
    @media (max-width: 767px) {
      #footer-white .newsletter {
        text-align: center;
        margin-top: 40px; } }
    #footer-white .newsletter .signup {
      margin-bottom: 40px; }
      #footer-white .newsletter .signup p {
        font-size: 13px;
        color: #666;
        width: 90%;
        float: right;
        text-align: left;
        line-height: 20px; }
        @media (max-width: 767px) {
          #footer-white .newsletter .signup p {
            float: none;
            text-align: center;
            width: 100%; } }
      #footer-white .newsletter .signup form {
        float: right;
        width: 90%;
        position: relative; }
        @media (max-width: 767px) {
          #footer-white .newsletter .signup form {
            float: none;
            width: 100%; } }
        #footer-white .newsletter .signup form input[type="text"] {
          font-size: 13px; }
          #footer-white .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]:-moz-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]::-moz-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]:-ms-input-placeholder {
            font-size: 13px;
            line-height: 17px; }
        #footer-white .newsletter .signup form input[type="submit"] {
          border: 0;
          background: #84B0E2;
          color: #FFF;
          border-radius: 3px;
          padding: 6px 10px;
          position: absolute;
          top: 5px;
          text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
          right: 5px;
          font-size: 13px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #footer-white .newsletter .signup form input[type="submit"]:hover {
            background: #6284AC; }
    #footer-white .newsletter a {
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 15px;
      position: relative;
      top: -10px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer-white .newsletter a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #footer-white .credits {
    margin-top: 30px; }
    #footer-white .credits .col-md-12 {
      padding-top: 20px;
      font-size: 13px;
      text-align: center;
      color: #A1AAB6; }

/* pages */
#home .media-grid-2x2 {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  padding-top: 45px;
  padding-bottom: 70px; }
  @media (max-width: 991px) {
    #home .media-grid-2x2 {
      margin-top: 50px; } }
  #home .media-grid-2x2 .header {
    margin-bottom: 35px; }
    #home .media-grid-2x2 .header h3 {
      font-size: 27px;
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      color: #FFF;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
      @media (max-width: 991px) {
        #home .media-grid-2x2 .header h3 {
          text-align: center; } }
    #home .media-grid-2x2 .header p {
      font-size: 15px;
      font-weight: 400;
      color: #F0F0F0;
      width: 50%;
      line-height: 24px;
      margin-top: 15px; }
      @media (max-width: 991px) {
        #home .media-grid-2x2 .header p {
          margin: 0 auto;
          width: 90%;
          text-align: center; } }
  #home .media-grid-2x2 .features {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #home .media-grid-2x2 .features .feature {
        text-align: center;
        margin-bottom: 30px; } }
    #home .media-grid-2x2 .features .feature img {
      max-width: 40px;
      position: relative;
      top: 10px; }
      @media (min-width: 992px) {
        #home .media-grid-2x2 .features .feature img {
          float: left; } }
    @media (min-width: 992px) {
      #home .media-grid-2x2 .features .feature .info {
        float: left;
        width: 80%;
        margin-left: 20px; } }
    #home .media-grid-2x2 .features .feature .info strong {
      display: block;
      font-weight: 500;
      font-size: 16px;
      color: #F0F0F0;
      margin-top: 15px; }
    #home .media-grid-2x2 .features .feature .info p {
      font-weight: normal;
      font-size: 14px;
      color: #DDD;
      margin-top: 10px;
      line-height: 24px; }
#home #testimonials {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
  -webkit-font-smoothing: antialiased;
  background: radial-gradient(#FFF, #FAFAFA);
  border-top: 1px solid #dddddd; }
  #home #testimonials .header {
    text-align: center; }
    #home #testimonials .header h3 {
      font-family: "Lato", "Helvetica Neue", Arial;
      font-size: 23px;
      color: #656565;
      line-height: 25px;
      margin-bottom: 45px; }
  #home #testimonials .testimonial {
    width: 90%;
    margin-top: 30px; }
    @media (max-width: 767px) {
      #home #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #home #testimonials .testimonial .quote {
      font-size: 13px;
      color: #3D3D3D;
      line-height: 24px;
      border: 2px solid #BBB;
      padding: 12px 22px;
      border-radius: 6px;
      width: 90%;
      position: relative; }
      @media (max-width: 767px) {
        #home #testimonials .testimonial .quote {
          margin: 0 auto; } }
      #home #testimonials .testimonial .quote .arrow-down {
        position: absolute;
        bottom: 3px;
        left: 30px; }
        #home #testimonials .testimonial .quote .arrow-down .arrow, #home #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #fff transparent transparent;
          border-style: solid;
          border-width: 11px;
          cursor: pointer;
          position: absolute;
          top: 3px;
          z-index: 1002; }
        #home #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #E2E2E2 transparent transparent;
          border-width: 12px;
          top: 3px;
          z-index: 1001;
          left: -1px; }
    #home #testimonials .testimonial .author {
      margin-top: 40px;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #home #testimonials .testimonial .author {
          margin-left: 6%; } }
      #home #testimonials .testimonial .author .pic {
        width: 100px;
        height: 100px;
        float: left;
        position: relative;
        top: -12px;
        margin-right: 18px; }
      #home #testimonials .testimonial .author .company {
        color: #3C92C5;
        line-height: 23px;
        font-weight: 500; }
      #home #testimonials .testimonial .author .project {
        font-size: 14px;
        color: #909090;
        line-height: 23px;
        font-weight: 400; }
  #home #testimonials .logos {
    margin-top: 70px;
    text-align: center; }
    #home #testimonials .logos p {
      margin-bottom: 40px;
      font-size: 16px; }
    #home #testimonials .logos img {
      height: 100px;
      width: 100px;
      margin: 5px; }
#home #awards {
  padding-top: 30px;
  background: radial-gradient(#FFF, #CCC);
  padding-bottom: 80px; }
  #home #awards .header {
    padding-top: 55px;
    text-align: center; }
    #home #awards .header h3 {
      font-size: 25px;
      line-height: 25px;
      font-weight: 400;
      margin-bottom: 13px; }
    #home #awards .header p {
      font-size: 16px;
      font-weight: 400; }
  #home #awards .sections {
    margin-top: 45px; }
    #home #awards .sections .section {
      text-align: center; }
      @media (max-width: 991px) {
        #home #awards .sections .section {
          margin-bottom: 40px; } }
      #home #awards .sections .section .pic {
        display: inline-block;
        padding: 15px;
        background: #f5f5f5;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #fff; }
      #home #awards .sections .section .info {
        margin-top: 25px;
        text-align: center; }
        @media (min-width: 992px) {
          #home #awards .sections .section .info {
            margin-left: 45px;
            width: 80%;
            text-align: left; } }
        #home #awards .sections .section .info strong {
          font-weight: 500;
          font-size: 18px; }
        #home #awards .sections .section .info p {
          margin-top: 15px;
          line-height: 22px; }
#home #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 20px; }
  @media (max-width: 991px) {
    #home #features {
      margin-top: 50px; } }
  #home #features .header {
    text-align: center; }
    #home #features .header h2 {
      color: #555;
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 767px) {
        #home #features .header h2 {
          font-size: 25px; } }
    #home #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #757575; }
  #home #features .feature {
    margin-top: 55px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #home #features .feature.backwards .info {
        float: right; }
      #home #features .feature.backwards .image {
        float: left; }
        #home #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #home #features .feature {
        margin-top: 10px; } }
    #home #features .feature .info h4 {
      color: #3B88B6;
      font-weight: normal;
      font-size: 19px;
      line-height: 25px;
      margin-top: 35px; }
      @media (max-width: 991px) {
        #home #features .feature .info h4 {
          text-align: center; } }
    #home #features .feature .info p {
      color: #6C7279;
      font-size: 14px;
      margin-top: 20px;
      line-height: 24px;
      width: 83%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #home #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
    @media (max-width: 991px) {
      #home #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
  #home #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #home #features .divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
    @media (max-width: 991px) {
      #home #features .divider {
        margin: 55px 0 35px; } }
  #home #features .feature .info h4 {
    margin-top: 0px; }
#home #cta {
  text-align: center;
  margin-top: 120px; }
  #home #cta p {
    font-family: "Lato", "Helvetica Neue", Arial;
    font-size: 17px;
    color: #7A7D81;
    letter-spacing: 0.1px; }
  #home #cta a {
    display: inline-block;
    margin-top: 25px;
    background: #6CAAE4;
    color: #FFF;
    padding: 23px 40px;
    font-size: 17px;
    letter-spacing: 0.7px;
    font-weight: 300;
    font-family: Lato;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #home #cta a:hover {
      text-decoration: none;
      background: #3FD8DF; }
#home #footer-white {
  padding: 10px 0;
  text-align: center; }

#about-us #slider {
  margin-top: 45px;
  -webkit-font-smoothing: antialiased; }
  #about-us #slider .header {
    text-align: left; }
    #about-us #slider .header h3 {
      font-size: 26px;
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      color: #444;
      line-height: 25px;
      font-weight: 600;
      margin-bottom: 7px; }
    #about-us #slider .header p {
      font-size: 15px;
      font-weight: 400;
      color: #666;
      margin-top: 14px;
      line-height: 24px; }
      @media (min-width: 992px) {
        #about-us #slider .header p {
          width: 48%; } }
  #about-us #slider .flexslider {
    margin-top: 30px;
    box-shadow: none;
    border-radius: 0px; }
    #about-us #slider .flexslider .slides img {
      max-height: 400px; }
    #about-us #slider .flexslider .flex-control-paging {
      bottom: -35px; }
      #about-us #slider .flexslider .flex-control-paging li {
        margin: 0 7px; }
        #about-us #slider .flexslider .flex-control-paging li a {
          background: #e6e6e6;
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #about-us #slider .flexslider .flex-control-paging li a.flex-active {
            background: #3785b9; }
#about-us #info {
  -webkit-font-smoothing: antialiased; }
  #about-us #info h1 {
    font-size: 24px;
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    color: #444;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px; }
  #about-us #info p {
    color: #666;
    line-height: 23px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      #about-us #info p {
        width: 88%; } }
  #about-us #info .join-team {
    padding: 8px 26px;
    font-size: 13px;
    margin-top: 10px; }
  #about-us #info .stats {
    margin-top: 60px;
    font-size: 16px;
    color: #757575; }
    #about-us #info .stats strong {
      font-size: 30px;
      color: #656565;
      font-weight: 500;
      position: relative;
      top: 1px;
      margin-right: 5px; }
    #about-us #info .stats .col-sm-3 {
      border-bottom: 1px solid #efefef;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        #about-us #info .stats .col-sm-3 {
          padding-bottom: 10px;
          margin-bottom: 20px; } }
  #about-us #info .team {
    margin-top: 75px;
    -webkit-font-smoothing: auto; }
    #about-us #info .team .team-row {
      text-align: center;
      margin-bottom: 35px; }
    #about-us #info .team img {
      margin: 0px 20px;
      max-width: 90px;
      border-radius: 10px;
      position: relative;
      top: 0px;
      box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
      -webkit-transition: top 0.15s linear;
      -moz-transition: top 0.15s linear;
      -ms-transition: top 0.15s linear;
      -o-transition: top 0.15s linear;
      transition: top 0.15s linear; }
      @media (max-width: 991px) {
        #about-us #info .team img {
          margin: 0px 10px 20px 0; } }
      #about-us #info .team img:hover {
        top: -5px;
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5); }
    #about-us #info .team .tooltip {
      -webkit-animation: fadeInTooltip 0.05s linear;
      -moz-animation: fadeInTooltip 0.05s linear;
      -o-animation: fadeInTooltip 0.05s linear;
      -ms-animation: fadeInTooltip 0.05s linear;
      animation: fadeInTooltip 0.05s linear;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
    #about-us #info .team .tooltip-inner {
      padding: 12px 18px;
      font-size: 13px;
      background: rgba(0, 0, 0, 0.8);
      /*box-shadow: inset 0px 1px 5px -1px rgba(255, 255, 255, 0.86);*/
      border: 1px solid #000;
      border-bottom: 0px; }
    #about-us #info .team .tooltip-arrow {
      border-top-color: rgba(0, 0, 0, 0.8); }
#about-us #cta {
  margin-top: 100px; }
  @media (max-width: 991px) {
    #about-us #cta {
      margin-top: 60px; } }
  #about-us #cta .wrapper {
    background: #F7F8FB;
    border: 1px solid #EAEDF7;
    border-radius: 8px;
    padding: 30px 60px;
    box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      #about-us #cta .wrapper {
        text-align: center; } }
  #about-us #cta h4 {
    font-size: 18px;
    color: #5F6E7C;
    font-weight: 400;
    float: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
    @media (max-width: 991px) {
      #about-us #cta h4 {
        float: none; } }
  #about-us #cta .button {
    float: right; }
    @media (max-width: 991px) {
      #about-us #cta .button {
        float: none;
        margin-top: 20px; } }

@-webkit-keyframes $name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes $name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@-o-keyframes $name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@keyframes $name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
#hero {
  overflow: hidden;
  background: #4B4848;
  background-size: cover;
  background-position: center 16%;
  height: 580px;
  position: relative;
  top: -60px;
  padding-top: 150px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); }
  @media (max-width: 991px) {
    #hero {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    #hero {
      height: 550px; } }
  #hero:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%); }
  #hero .container {
    position: relative;
    z-index: 33; }
  #hero h1.hero-text {
    font-family: "Lato", "Helvetica Neue", Arial;
    line-height: 52px;
    text-align: left;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .3px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-animation-duration: 1s; }
    @media (max-width: 767px) {
      #hero h1.hero-text {
        font-size: 25px;
        line-height: 38px;
        margin-top: 0;
        text-align: center; } }
  #hero .sub-text {
    -webkit-font-smoothing: antialiased;
    width: 50%;
    margin-top: 25px;
    font-family: "Lato", "Helvetica Neue", Arial;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-animation-duration: 1s; }
    @media (max-width: 991px) {
      #hero .sub-text {
        width: 70%; } }
    @media (max-width: 767px) {
      #hero .sub-text {
        font-size: 15px;
        width: 100%;
        text-align: center; } }
  #hero .cta {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin-top: 60px; }
    @media (max-width: 767px) {
      #hero .cta {
        text-align: center; } }
    #hero .cta a {
      margin-right: 20px;
      padding: 15px 31px; }
      @media (max-width: 767px) {
        #hero .cta a {
          font-size: 14px;
          padding: 12px 25px;
          margin: 0px 15px 15px 0px; } }

#contact-us {
  -webkit-font-smoothing: antialiased;
  padding-top: 50px;
  margin-bottom: 10px; }
  #contact-us .message h3 {
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    color: #444;
    font-size: 26px;
    font-weight: 600; }
  #contact-us .message p {
    font-size: 15px;
    font-weight: 400;
    color: #777; }
  #contact-us .message .form-container form {
    margin-top: 35px;
    width: 80%; }
    @media (max-width: 767px) {
      #contact-us .message .form-container form {
        width: 100%; } }
    #contact-us .message .form-container form input[type="text"],
    #contact-us .message .form-container form input[type="email"] {
      width: 70%; }
      @media (max-width: 767px) {
        #contact-us .message .form-container form input[type="text"],
        #contact-us .message .form-container form input[type="email"] {
          width: 100%; } }
    #contact-us .message .form-container form label {
      color: #555;
      font-weight: 500;
      margin-bottom: 7px; }
    #contact-us .message .form-container form .button {
      margin-top: 20px; }
  @media (max-width: 991px) {
    #contact-us .contact {
      margin-top: 50px; } }
  #contact-us .contact .map .map-and-legend {
    border: 1px solid #999;
    padding: 0;
    margin: 0; }
    #contact-us .contact .map .map-and-legend .legend {
      padding: 10px; }
      #contact-us .contact .map .map-and-legend .legend .legend-item {
        float: left;
        padding-left: 10px;
        color: #666; }
        #contact-us .contact .map .map-and-legend .legend .legend-item .color {
          display: inline-block;
          width: 30px;
          height: 20px;
          border: 1px solid;
          border-radius: 5px;
          position: relative;
          top: 4px; }
          #contact-us .contact .map .map-and-legend .legend .legend-item .color.blue {
            background-color: blue;
            background: -webkit-linear-gradient(top, #94BAFD 0, #6B8CC3 100%);
            background: -moz-linear-gradient(top, #94BAFD 0, #6B8CC3 100%);
            background: -o-linear-gradient(top, #94BAFD 0, #6B8CC3 100%);
            background: linear-gradient(top, #94BAFD 0, #6B8CC3 100%); }
          #contact-us .contact .map .map-and-legend .legend .legend-item .color.red {
            background-color: red;
            background: -webkit-linear-gradient(top, #F37B75 0, #C45054 100%);
            background: -moz-linear-gradient(top, #F37B75 0, #C45054 100%);
            background: -o-linear-gradient(top, #F37B75 0, #C45054 100%);
            background: linear-gradient(top, #F37B75 0, #C45054 100%); }
  #contact-us .contact .phone {
    margin: 30px 0; }
    #contact-us .contact .phone h3 {
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      color: #252525;
      margin: 20px 0; }
    #contact-us .contact .phone p {
      font-size: 14px;
      font-weight: 400;
      color: #777; }
      #contact-us .contact .phone p b {
        display: inline-block;
        width: 40px; }
  #contact-us .contact .online-support {
    background: #f8fdfe;
    border: 1px solid #bee1f3;
    margin-top: 40px;
    border-radius: 6px;
    padding: 20px 22px 18px 22px;
    width: 70%; }
    #contact-us .contact .online-support strong {
      font-weight: 500;
      color: #333;
      font-size: 15px; }
    #contact-us .contact .online-support p {
      color: #1f95d0;
      margin-top: 14px;
      line-height: 18px; }
  #contact-us .contact .social {
    margin-top: 25px; }
    #contact-us .contact .social a {
      border: 0px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      #contact-us .contact .social a.tw {
        position: relative;
        top: 2px; }
      #contact-us .contact .social a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

#home #hero {
  background-image: url("../images/ml_sky.jpg"); }

#data_visualization #hero {
  height: 480px;
  background-image: url("../images/ml_dataviz.jpg"); }
  #data_visualization #hero:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.35) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.35) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.35) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.35) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.8) 100%); }
#data_visualization #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 20px; }
  @media (max-width: 991px) {
    #data_visualization #features {
      margin-top: 50px; } }
  #data_visualization #features .header {
    text-align: center; }
    #data_visualization #features .header h2 {
      color: #555;
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 767px) {
        #data_visualization #features .header h2 {
          font-size: 25px; } }
    #data_visualization #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #757575; }
  #data_visualization #features .feature {
    margin-top: 55px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #data_visualization #features .feature.backwards .info {
        float: right; }
      #data_visualization #features .feature.backwards .image {
        float: left; }
        #data_visualization #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #data_visualization #features .feature {
        margin-top: 10px; } }
    #data_visualization #features .feature .info h4 {
      color: #3B88B6;
      font-weight: normal;
      font-size: 19px;
      line-height: 25px;
      margin-top: 35px; }
      @media (max-width: 991px) {
        #data_visualization #features .feature .info h4 {
          text-align: center; } }
    #data_visualization #features .feature .info p {
      color: #6C7279;
      font-size: 14px;
      margin-top: 20px;
      line-height: 24px;
      width: 83%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #data_visualization #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
    @media (max-width: 991px) {
      #data_visualization #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
  #data_visualization #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #data_visualization #features .divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
    @media (max-width: 991px) {
      #data_visualization #features .divider {
        margin: 55px 0 35px; } }
  @media (max-width: 767px) {
    #data_visualization #features {
      margin-top: 0; } }
  #data_visualization #features .feature .info h4 {
    font-size: 22px; }
  #data_visualization #features .feature .info p {
    margin-top: 10px; }
#data_visualization #cta {
  margin-top: 100px;
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    #data_visualization #cta {
      margin-top: 60px; } }
  #data_visualization #cta .wrapper {
    background: #F7F8FB;
    border: 1px solid #EAEDF7;
    border-radius: 8px;
    padding: 30px 60px;
    box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      #data_visualization #cta .wrapper {
        text-align: center; } }
  #data_visualization #cta h4 {
    font-size: 18px;
    color: #5F6E7C;
    font-weight: 400;
    float: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
    @media (max-width: 991px) {
      #data_visualization #cta h4 {
        float: none; } }
  #data_visualization #cta .button {
    float: right; }
    @media (max-width: 991px) {
      #data_visualization #cta .button {
        float: none;
        margin-top: 20px; } }
#data_visualization #tabs {
  padding-bottom: 30px; }
  #data_visualization #tabs .header {
    text-align: center;
    padding-bottom: 50px; }
    #data_visualization #tabs .header h2 {
      color: #555;
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 767px) {
        #data_visualization #tabs .header h2 {
          font-size: 25px; } }
    #data_visualization #tabs .header p {
      font-weight: 300;
      font-size: 17px;
      color: #757575; }
  #data_visualization #tabs .hexagons {
    text-align: center; }
    #data_visualization #tabs .hexagons .hexagon {
      background: url("../images/hexagon.png") 0 0 no-repeat;
      width: 100px;
      height: 113px;
      position: relative;
      display: inline-block;
      margin-right: 60px;
      cursor: pointer; }
      @media (max-width: 991px) {
        #data_visualization #tabs .hexagons .hexagon {
          margin: 0; } }
      #data_visualization #tabs .hexagons .hexagon:hover, #data_visualization #tabs .hexagons .hexagon.active {
        background-position: 0 -117px; }
        #data_visualization #tabs .hexagons .hexagon:hover .icon, #data_visualization #tabs .hexagons .hexagon.active .icon {
          color: #fff; }
      #data_visualization #tabs .hexagons .hexagon:last-child {
        margin-right: 0px; }
      #data_visualization #tabs .hexagons .hexagon .icon {
        font-size: 48px;
        color: #80939b;
        position: absolute;
        top: 32px;
        left: 0;
        right: 0;
        text-align: center; }
  #data_visualization #tabs .sections {
    margin-top: 35px;
    position: relative;
    height: 220px; }
    #data_visualization #tabs .sections .section {
      display: none;
      position: absolute; }
      #data_visualization #tabs .sections .section.active {
        display: block; }
      #data_visualization #tabs .sections .section h4 {
        margin-bottom: 18px; }
      #data_visualization #tabs .sections .section p {
        line-height: 25px; }
#data_visualization #case-studies {
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%); }
  @media (max-width: 767px) {
    #data_visualization #case-studies {
      margin-top: 0; } }
  #data_visualization #case-studies .header {
    padding: 30px 0 30px;
    text-align: center; }
    #data_visualization #case-studies .header h2 {
      font-size: 28px;
      font-weight: 300;
      color: #ffffff; }
    #data_visualization #case-studies .header p {
      color: #DDD; }
  #data_visualization #case-studies .feature {
    margin-bottom: 60px; }
    #data_visualization #case-studies .feature .info h4 {
      color: #FFF;
      font-size: 22px; }
    #data_visualization #case-studies .feature .info p {
      color: #DDD;
      margin-top: 10px; }
      #data_visualization #case-studies .feature .info p a {
        color: #FFF; }

#data_science #hero {
  background-image: url("../images/ml_sky.jpg");
  height: 480px; }
#data_science #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 20px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    #data_science #features {
      margin-top: 50px; } }
  #data_science #features .header {
    text-align: center; }
    #data_science #features .header h2 {
      color: #555;
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 767px) {
        #data_science #features .header h2 {
          font-size: 25px; } }
    #data_science #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #757575; }
  #data_science #features .feature {
    margin-top: 55px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #data_science #features .feature.backwards .info {
        float: right; }
      #data_science #features .feature.backwards .image {
        float: left; }
        #data_science #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #data_science #features .feature {
        margin-top: 10px; } }
    #data_science #features .feature .info h4 {
      color: #3B88B6;
      font-weight: normal;
      font-size: 19px;
      line-height: 25px;
      margin-top: 35px; }
      @media (max-width: 991px) {
        #data_science #features .feature .info h4 {
          text-align: center; } }
    #data_science #features .feature .info p {
      color: #6C7279;
      font-size: 14px;
      margin-top: 20px;
      line-height: 24px;
      width: 83%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #data_science #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
    @media (max-width: 991px) {
      #data_science #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
  #data_science #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #data_science #features .divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
    @media (max-width: 991px) {
      #data_science #features .divider {
        margin: 55px 0 35px; } }
  @media (max-width: 767px) {
    #data_science #features {
      margin-top: 0; } }
  #data_science #features .feature .info h4 {
    font-size: 22px; }
  #data_science #features .feature .info p {
    margin-top: 10px; }
#data_science #case-studies {
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%); }
  @media (max-width: 767px) {
    #data_science #case-studies {
      margin-top: 0; } }
  #data_science #case-studies .header {
    padding: 30px 0 30px;
    text-align: center; }
    #data_science #case-studies .header h2 {
      font-size: 28px;
      font-weight: 300;
      color: #ffffff; }
    #data_science #case-studies .header p {
      color: #DDD; }
  #data_science #case-studies .feature {
    margin-bottom: 60px; }
    #data_science #case-studies .feature .info h4 {
      color: #FFF;
      font-size: 22px; }
    #data_science #case-studies .feature .info p {
      color: #DDD;
      margin-top: 10px; }
      #data_science #case-studies .feature .info p a {
        color: #FFF; }

#data_strategy #hero {
  background-image: url("../images/ml_sky.jpg");
  height: 480px; }

#about-us #testimonials {
  margin-top: 0px;
  -webkit-font-smoothing: antialiased; }
  #about-us #testimonials .header {
    text-align: center; }
    #about-us #testimonials .header h3 {
      font-family: "Lato", "Helvetica Neue", Arial;
      font-size: 23px;
      color: #656565;
      line-height: 25px;
      margin-bottom: 45px; }
  #about-us #testimonials .testimonial {
    width: 90%;
    margin-top: 30px; }
    @media (max-width: 767px) {
      #about-us #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #about-us #testimonials .testimonial .quote {
      font-size: 13px;
      color: #3D3D3D;
      line-height: 24px;
      border: 2px solid #BBB;
      padding: 12px 22px;
      border-radius: 6px;
      width: 90%;
      position: relative; }
      @media (max-width: 767px) {
        #about-us #testimonials .testimonial .quote {
          margin: 0 auto; } }
      #about-us #testimonials .testimonial .quote .arrow-down {
        position: absolute;
        bottom: 3px;
        left: 30px; }
        #about-us #testimonials .testimonial .quote .arrow-down .arrow, #about-us #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #fff transparent transparent;
          border-style: solid;
          border-width: 11px;
          cursor: pointer;
          position: absolute;
          top: 3px;
          z-index: 1002; }
        #about-us #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #E2E2E2 transparent transparent;
          border-width: 12px;
          top: 3px;
          z-index: 1001;
          left: -1px; }
    #about-us #testimonials .testimonial .author {
      margin-top: 40px;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #about-us #testimonials .testimonial .author {
          margin-left: 6%; } }
      #about-us #testimonials .testimonial .author .pic {
        width: 100px;
        height: 100px;
        float: left;
        position: relative;
        top: -12px;
        margin-right: 18px; }
      #about-us #testimonials .testimonial .author .company {
        color: #3C92C5;
        line-height: 23px;
        font-weight: 500; }
      #about-us #testimonials .testimonial .author .project {
        font-size: 14px;
        color: #909090;
        line-height: 23px;
        font-weight: 400; }
  #about-us #testimonials .logos {
    margin-top: 70px;
    text-align: center; }
    #about-us #testimonials .logos p {
      margin-bottom: 40px; }
    #about-us #testimonials .logos img {
      height: 100px;
      width: 100px;
      margin: 5px; }

/*# sourceMappingURL=theme.css.map */
