* {
  box-sizing: border-box; }

html, body {
  min-width: 100%; }

html, body, div, span, 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, 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: 1em;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

@font-face {
  font-family: "Webfont";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/webfont/ultralight-webfont.eot?") format("eot"), url("../fonts/webfont/ultralight-webfont.woff2") format("woff2"), url("../fonts/webfont/ultralight-webfont.woff") format("woff"), url("../fonts/webfont/ultralight-webfont.ttf") format("truetype"), url("../fonts/webfont/ultralight-webfont.svg#Webfont") format("svg"); }

@font-face {
  font-family: "Webfont";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/webfont/light-webfont.eot?") format("eot"), url("../fonts/webfont/light-webfont.woff2") format("woff2"), url("../fonts/webfont/light-webfont.woff") format("woff"), url("../fonts/webfont/light-webfont.ttf") format("truetype"), url("../fonts/webfont/light-webfont.svg#Webfont") format("svg"); }

@font-face {
  font-family: "Webfont";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/webfont/regular-webfont.eot?") format("eot"), url("../fonts/webfont/regular-webfont.woff2") format("woff2"), url("../fonts/webfont/regular-webfont.woff") format("woff"), url("../fonts/webfont/regular-webfont.ttf") format("truetype"), url("../fonts/webfont/regular-webfont.svg#Webfont") format("svg"); }

@font-face {
  font-family: "Webfont";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/webfont/semibold-webfont.eot?") format("eot"), url("../fonts/webfont/semibold-webfont.woff2") format("woff2"), url("../fonts/webfont/semibold-webfont.woff") format("woff"), url("../fonts/webfont/semibold-webfont.ttf") format("truetype"), url("../fonts/webfont/semibold-webfont.svg#Webfont") format("svg"); }

body {
  font-family: Webfont, Montserrat, Helvetica, sans-serif;
  color: #000;
  font-size: 0.625rem;
  line-height: 1.1; }

h1, h2, h3, h4, h5 {
  color: #000; }

h1, h2, h3, h4 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase; }

h1 {
  font-size: 4.2em; }

h2 {
  font-size: 3.6em;
  margin-bottom: 20px; }

h3 {
  font-size: 2.6em;
  margin-bottom: 10px; }

h4 {
  font-size: 2.2em;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 6px; }

h5 {
  font-size: 2.0em;
  font-weight: 200;
  margin-bottom: 4px; }

p, td, ol {
  font-size: 2.0em;
  font-weight: 400; }

a, a:active, a:hover, a:visited {
  color: #000; }

.light {
  font-weight: 200 !important; }

.normal {
  font-weight: 400 !important; }

.bold {
  font-weight: 600 !important; }

.black {
  font-weight: 800 !important; }

.grid {
  overflow: hidden; }
  .grid .col {
    float: left;
    padding: 0 20px;
    margin-bottom: 20px; }
    .grid .col:first-child {
      padding-left: 0; }
  .grid.no-gutter .col {
    padding: 0;
    margin: 0; }

.grid-50-50 .col {
  width: 50%; }
  .grid-50-50 .col:nth-child(3n) {
    padding-left: 0; }
  .grid-50-50 .col:nth-child(2n) {
    padding-right: 0; }
  @media (max-width: 785px) {
    .grid-50-50 .col {
      width: 100%;
      padding: 0; } }

.grid-33-33-33 .col {
  width: 33.333333%; }
  .grid-33-33-33 .col:nth-child(4n) {
    padding-left: 0; }
  .grid-33-33-33 .col:nth-child(3n) {
    padding-right: 0; }
  @media (max-width: 785px) {
    .grid-33-33-33 .col {
      width: 100%;
      padding: 0; } }

.grid-25-25-25-25 .col {
  width: 25%; }
  .grid-25-25-25-25 .col:nth-child(5n) {
    padding-left: 0; }
  .grid-25-25-25-25 .col:nth-child(4n) {
    padding-right: 0; }
  @media (max-width: 785px) {
    .grid-25-25-25-25 .col {
      width: 100%;
      padding: 0; } }

#header {
  width: 100%;
  height: 125px;
  background: #fff; }
  @media (max-width: 785px) {
    #header {
      height: 100px; } }
  #header > .inner-wrap {
    width: 90%;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden; }
    @media (max-width: 1199px) {
      #header > .inner-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    #header > .inner-wrap #logo {
      width: auto !important;
      height: 100%;
      padding: 18.75px 0;
      float: left; }
  #header.minimized {
    height: 93.75px; }

#hero {
  width: 100%; }
  #hero .inner-wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      #hero .inner-wrap {
        width: 100%; } }
    #hero .inner-wrap img {
      width: 100%;
      height: auto !important; }

#main {
  margin-top: 60px; }
  #main > .inner-wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      #main > .inner-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }

#footer {
  position: absolute;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-weight: 200;
  margin-top: 60px; }
  #footer > .inner-wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden; }
    @media (max-width: 1199px) {
      #footer > .inner-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    #footer > .inner-wrap a {
      color: #fff;
      font-style: normal;
      text-decoration: none; }
    #footer > .inner-wrap .contact {
      float: left;
      vertical-align: middle; }
      @media (max-width: 785px) {
        #footer > .inner-wrap .contact {
          float: none; } }
    #footer > .inner-wrap #metanav {
      float: right; }
      @media (max-width: 785px) {
        #footer > .inner-wrap #metanav {
          float: none;
          margin-top: 20px; } }
      #footer > .inner-wrap #metanav li {
        margin-left: 10px;
        vertical-align: middle; }
        #footer > .inner-wrap #metanav li a {
          color: #fff !important;
          font-size: 2em;
          font-weight: 400;
          display: inline-block; }

.achievement {
  margin-bottom: 40px;
  text-align: center; }
  .achievement header img {
    margin-bottom: 30px; }
  @media (max-width: 785px) {
    .achievement p {
      max-width: 80%;
      margin: 0 auto; } }

.customers {
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center; }
  @media (max-width: 785px) {
    .customers .col {
      width: 50% !important; } }
  .customers img {
    width: 100%;
    height: auto !important;
    filter: grayscale(100%);
    transition: filter 0.3s ease; }
    @media (max-width: 785px) {
      .customers img {
        width: 80%; } }
    .customers img:hover {
      filter: none; }

.tile {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 40px;
  vertical-align: middle;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1199px) {
    .tile {
      min-height: 300px; } }
  .tile a, .tile p, .tile h1, .tile h2, .tile h3, .tile h4, .tile h5, .tile h6 {
    color: #fff; }
  .tile p {
    font-size: 2.4em; }
  .tile img {
    width: 60%; }
