body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif; }
  body a {
    text-decoration: none;
    color: #858585; }
  body .inner-container {
    min-height: 1%;
    overflow: hidden; }
  body img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    display: block;
    -webkit-box-shadow: -3px 3px 3px 0px rgba(74, 74, 74, 0.3), 3px 3px 3px 0px rgba(74, 74, 74, 0.3);
    box-shadow: -2px 2px 1px 0px rgba(74, 74, 74, 0.3), 2px 2px 1px 0px rgba(74, 74, 74, 0.3); }
  body ul {
    margin: 0px;
    padding: 0px; }
  body button {
    background-color: #EDEDED;
    padding: 20px;
    border: 0px; }

.horizontal-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .horizontal-list li {
    margin: 0px 12px; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.inner-container {
  max-width: 85%; }
  @media screen and (max-width: 600px) {
    .inner-container {
      max-width: 95%;
      padding: 0px 15px; } }

.text-container {
  max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .text-container {
      max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .text-container {
      max-width: 100%; } }

body {
  font-size: 17px; }

h1 {
  font-size: 2.082em; }

h2 {
  font-size: 1.56em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 0.8796em; }

h5 {
  font-size: 0.66em; }

h6 {
  font-size: 0.495em; }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.4865em; }
  h2 {
    font-size: 1.3215em; }
  h3 {
    font-size: 1.1745em; }
  h4 {
    font-size: 1.044em; }
  h5 {
    font-size: 0.9285em; }
  h6 {
    font-size: 0.825em; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6, span, li {
  color: #4a4a4a; }

p {
  color: #4a4a4a;
  line-height: 1.5;
  font-size: 1.2em; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 1.05em; } }

.header {
  background-color: #1F1F1F; }
  .header h1, .header h2, .header h3 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif; }
  .header h1, .header h2 {
    color: white;
    font-weight: 400;
    margin: 0px;
    font-size: 1.8em;
    letter-spacing: 1px; }
  .header h2 {
    font-size: 1em;
    text-transform: uppercase; }
  .header .overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25% 0px; }
    @media screen and (max-width: 600px) {
      .header .overlay {
        padding: 70px 0; } }
  .header .top {
    width: 100%;
    background-image: url("../assets/images/sticky.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center; }
    @media screen and (max-width: 400px) {
      .header .top {
        background-size: 135% auto; } }
  .header .icon-container .overlay {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header .icon-container i {
    color: white;
    padding-bottom: 20px;
    font-size: 2.2em; }
  .header .bottom {
    padding: 50px 0px 50px 0px;
    position: relative; }
    .header .bottom .text-container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .header .bottom .text-container h3 {
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 26px; }
    .header .bottom:after {
      position: absolute;
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      pointer-events: none;
      border-top-color: #1F1F1F;
      border-width: 27px;
      margin-left: -27px; }
    .header .bottom h3, .header .bottom p {
      color: white; }
    .header .bottom h3 {
      text-align: left;
      font-weight: 400;
      margin-bottom: 20px; }

.kpi {
  padding: 50px 0; }
  @media screen and (max-width: 600px) {
    .kpi {
      margin-bottom: 0px; } }
  .kpi h1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .kpi h1 {
        margin-bottom: 20px; } }
  .kpi .list-container {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .kpi .list-container ul li {
      list-style: none; }
      .kpi .list-container ul li .list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 80px; }
      .kpi .list-container ul li .num {
        border: 0.5px solid #ff0809;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .kpi .list-container ul li .text {
        font-size: 1.05em; }
        @media screen and (max-width: 600px) {
          .kpi .list-container ul li .text {
            font-size: 0.9em; } }

.current-site h1, .solutions h1 {
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .current-site h1, .solutions h1 {
      margin-bottom: 0px; } }

.current-site a, .solutions a {
  color: #8c0f8c; }

.current-site img {
  margin-bottom: 110px; }
  @media screen and (max-width: 600px) {
    .current-site img {
      margin-bottom: 50px; } }

.solutions img {
  margin: 28px 0; }

.wireframe {
  margin-top: 100px;
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .wireframe {
      margin-top: 20px; } }
  .wireframe h1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .wireframe h1 {
        margin-bottom: 10px; } }
  .wireframe img {
    margin: 28px 0; }
  .wireframe .icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .wireframe .icon-container {
        margin-bottom: 20px; } }
    .wireframe .icon-container a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .wireframe .icon-container a i {
        color: black;
        font-size: 3em; }
      .wireframe .icon-container a p {
        color: black; }

.footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin-bottom: 115px; }
  @media screen and (max-width: 600px) {
    .footer ul {
      margin-bottom: 50px; } }
  .footer ul li {
    margin: 0px 8px;
    color: #858585; }
    .footer ul li a {
      text-decoration: none;
      font-weight: 300;
      color: #858585; }
    .footer ul li a.visited {
      color: #ff0809; }

.footer .bottom {
  margin-bottom: 12px; }
  .footer .bottom span {
    font-weight: bold;
    color: #989898; }

@media screen and (max-width: 600px) {
  .footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer ul .slash {
      display: none; }
    .footer ul li {
      margin-bottom: 10px;
      text-align: center; } }
