/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.freight, h4, p, .services > ul > li .list ul li, .area .content .left a.cta {
  font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

.merriweather, h2, h3 {
  font-family: "merriweather", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 300; }

.merriweather-it, h1 {
  font-family: "merriweather", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300; }

* {
  box-sizing: border-box;
  transition: all 0.3s ease-in-out; }

html {
  height: 100%;
  width: 100%;
  font-size: 62.5%; }

body {
  background: #edf0f2;
  height: 100%;
  width: 100%; }

h2, h3, h4, p {
  line-height: 140%; }

h1 {
  color: white;
  font-size: 8rem;
  letter-spacing: 0.2rem;
  vertical-align: top; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    h1 {
      font-size: 5rem; } }

h2 {
  color: #2c3a4c;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    h2 {
      font-size: 2rem; } }
  h2:after {
    background: rgba(0, 0, 0, 0.15);
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px; }

h3 {
  color: #2c3a4c;
  font-size: 1.8rem;
  letter-spacing: 0.1rem; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    h3 {
      font-size: 1.8rem; } }
  h3 a {
    color: inherit;
    text-decoration: none; }

h4 {
  color: #caecf4;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-top: 10px;
  text-transform: uppercase; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    h4 {
      font-size: 1.2rem; } }

p {
  color: #747679;
  font-size: 1.8rem; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    p {
      font-size: 1.6rem; } }

img {
  max-width: 100%; }

.container {
  background: white;
  margin: 0 auto;
  max-width: 1200px; }

.hero {
  background: url(../img/hero-bg-lrg.jpg) no-repeat center center;
  background-size: cover;
  display: table;
  height: 500px;
  padding: 0 20px;
  width: 100%; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    .hero {
      height: auto;
      padding: 60px 20px; } }
  .hero .copy {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    text-align: center; }
    .hero .copy span {
      display: inline-block;
      height: 77px;
      margin: 0 30px;
      width: 50px; }
      @media screen and (min-width: 320px) and (max-width: 765px) {
        .hero .copy span {
          display: block;
          margin: 10px auto 20px; } }

.intro {
  padding: 100px 20px;
  text-align: center; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    .intro {
      padding: 60px 20px; } }
  .intro h3 {
    margin-top: 30px;
    line-height: 160%; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    .intro p br {
      display: none; } }

.services {
  background: #f7f7f7;
  padding: 50px 20px;
  text-align: center; }
  .services > ul {
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
    max-width: 980px;
    text-align: center; }
    .services > ul > li {
      display: block;
      float: left;
      margin-right: 4.08163%;
      width: 30.61224%; }
      @media screen and (min-width: 320px) and (max-width: 765px) {
        .services > ul > li {
          float: none;
          margin: 0 auto 40px;
          max-width: 720px;
          width: 100%; } }
      .services > ul > li span {
        display: block; }
      .services > ul > li:last-child {
        margin-right: 0; }
        @media screen and (min-width: 320px) and (max-width: 765px) {
          .services > ul > li:last-child {
            margin-right: auto;
            margin-bottom: 0; } }
      .services > ul > li .image {
        border-bottom: 5px solid;
        position: relative; }
        .services > ul > li .image img {
          border-radius: 10px 10px 0 0;
          display: block; }
        .services > ul > li .image:after {
          background-color: white;
          background-position: center center;
          background-repeat: no-repeat;
          border: 5px solid;
          border-radius: 100px;
          bottom: -50px;
          content: '';
          display: block;
          height: 100px;
          left: 50%;
          margin-left: -50px;
          position: absolute;
          width: 100px; }
          @media screen and (min-width: 320px) and (max-width: 765px) {
            .services > ul > li .image:after {
              bottom: -35px;
              height: 70px;
              margin-left: -35px;
              width: 70px; } }
      .services > ul > li .list {
        background: white;
        border-bottom: 5px solid;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        border-radius: 0 0 10px 10px;
        padding-top: 60px;
        height: 400px; }
        @media screen and (min-width: 320px) and (max-width: 765px) {
          .services > ul > li .list {
            height: auto;
            padding-bottom: 20px; } }
        .services > ul > li .list ul {
          margin-top: 10px; }
          @media screen and (min-width: 320px) and (max-width: 765px) {
            .services > ul > li .list ul {
              margin-top: 20px; } }
          .services > ul > li .list ul li {
            color: #747679;
            font-size: 1.4rem;
            line-height: 150%;
            margin-bottom: 15px;
            padding: 0 40px; }
            @media screen and (min-width: 320px) and (max-width: 765px) {
              .services > ul > li .list ul li {
                font-size: 1.5rem; } }
      .services > ul > li:nth-child(1) .image {
        border-color: #b0ced8; }
        .services > ul > li:nth-child(1) .image:after {
          background-image: url(../img/residential-icon.svg);
          background-size: 50px 48px;
          border-color: #b0ced8; }
          @media screen and (min-width: 320px) and (max-width: 765px) {
            .services > ul > li:nth-child(1) .image:after {
              background-size: 35px 34px; } }
      .services > ul > li:nth-child(1) .list {
        border-bottom-color: #b0ced8; }
      .services > ul > li:nth-child(2) .image {
        border-color: #2c3a4c; }
        .services > ul > li:nth-child(2) .image:after {
          background-image: url(../img/commercial-icon.svg);
          background-size: 36px 48px;
          border-color: #2c3a4c; }
          @media screen and (min-width: 320px) and (max-width: 765px) {
            .services > ul > li:nth-child(2) .image:after {
              background-size: 25px 34px; } }
      .services > ul > li:nth-child(2) .list {
        border-bottom-color: #2c3a4c; }
      .services > ul > li:nth-child(3) .image {
        border-color: #edde3a; }
        .services > ul > li:nth-child(3) .image:after {
          background-image: url(../img/industrial-icon.svg);
          background-size: 48px 48px;
          border-color: #edde3a; }
          @media screen and (min-width: 320px) and (max-width: 765px) {
            .services > ul > li:nth-child(3) .image:after {
              background-size: 35px 34px; } }
      .services > ul > li:nth-child(3) .list {
        border-bottom-color: #edde3a; }

.area {
  background: url(../img/service-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 550px;
  padding: 0 20px; }
  @media screen and (min-width: 320px) and (max-width: 765px) {
    .area {
      height: auto;
      text-align: center; } }
  .area .content {
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 980px; }
    .area .content .right {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      width: 48.46939%; }
      @media screen and (min-width: 320px) and (max-width: 765px) {
        .area .content .right {
          display: none; } }
      .area .content .right img {
        border-radius: 1000px; }
    .area .content .left {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      padding-right: 40px;
      width: 51.53061%; }
      @media screen and (min-width: 320px) and (max-width: 765px) {
        .area .content .left {
          display: block;
          margin: 40px auto 40px;
          padding: 0;
          width: 100%; } }
      .area .content .left h3 {
        color: white; }
      .area .content .left p {
        color: #b0ced8;
        margin: 20px 0; }
      .area .content .left a.cta {
        background: rgba(0, 0, 0, 0.15);
        border: 2px solid #b0ced8;
        border-radius: 5px;
        color: white;
        display: block;
        height: 60px;
        line-height: 54px;
        font-size: 1.8rem;
        text-align: center;
        text-decoration: none;
        width: 250px; }
        @media screen and (min-width: 320px) and (max-width: 765px) {
          .area .content .left a.cta {
            height: 50px;
            line-height: 44px;
            font-size: 1.6rem;
            margin: 20px auto 0;
            width: 200px; } }
        .area .content .left a.cta:hover {
          background: rgba(0, 0, 0, 0.3);
          border-color: white; }

.call {
  background: #2c3a4c;
  padding: 50px 20px; }
  .call .content {
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
    max-width: 980px; }
  .call h3 {
    color: white;
    font-size: 2.6rem; }
  .call .left {
    float: left; }
    @media screen and (min-width: 320px) and (max-width: 765px) {
      .call .left {
        float: none;
        margin-bottom: 10px;
        text-align: center; } }
  .call .right {
    float: right;
    text-align: right; }
    @media screen and (min-width: 320px) and (max-width: 765px) {
      .call .right {
        float: none;
        text-align: center; } }
