/* 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; }

/* ---------------------- Responsiveness ---------------------- */
#ems {
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.75);
  left: 30%;
  bottom: 0;
  padding: 0.25em; }
  #ems p {
    padding-bottom: 0; }

#ems p {
  color: black;
  font-weight: bold; }
  #ems p:after {
    content: ' <1 (i6 V)';
    margin-left: 1em; }
    @media only screen and (min-width: 32em) {
      #ems p:after {
        content: 'bp1'; } }
    .no-mq #ems p:after {
      content: 'bp1'; }
    @media only screen and (min-width: 41.5em) {
      #ems p:after {
        content: 'bp2/i6 H'; } }
    .no-mq #ems p:after {
      content: 'bp2/i6 H'; }
    @media only screen and (min-width: 47.5em) {
      #ems p:after {
        content: 'bp3/ipad V'; } }
    .no-mq #ems p:after {
      content: 'bp3/ipad V'; }
    @media only screen and (min-width: 62em) {
      #ems p:after {
        content: 'bp4/ipad H'; } }
    .no-mq #ems p:after {
      content: 'bp4/ipad H'; }
    @media only screen and (min-width: 72em) {
      #ems p:after {
        content: 'bp5'; } }
    .no-mq #ems p:after {
      content: 'bp5'; }
    @media only screen and (min-width: 85em) {
      #ems p:after {
        content: 'bp6'; } }
    .no-mq #ems p:after {
      content: 'bp6'; }
    @media only screen and (min-width: 100em) {
      #ems p:after {
        content: 'bp7'; } }
    .no-mq #ems p:after {
      content: 'bp7'; }

/* ----------------------  ---------------------- */
html {
  box-sizing: border-box; }

body {
  font-family: "Raleway", "Open Sans", sans-serif;
  line-height: 1.3em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }

*, *:before, *:after {
  box-sizing: inherit; }

*[data-href] {
  cursor: hand;
  cursor: pointer; }

figure img {
  width: 100%;
  display: block; }

.clear {
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

.oh {
  overflow: hidden; }

.smallcaps {
  font-variant: small-caps; }

.allcaps {
  text-transform: uppercase; }

.smaller {
  font-size: 90%; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.center {
  text-align: center; }

.centerm {
  margin: 0 auto; }

.fixed {
  position: fixed; }

@media only screen and (max-width: 41.5em) {
  .fixed-bp2 {
    position: fixed; } }

@media only screen and (max-width: 47.5em) {
  .fixed-bp3 {
    overflow: hidden; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn 1s 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn 1s 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

strong {
  font-weight: bold; }

em {
  text-decoration: underline; }

u {
  text-decoration: underline; }

p, a, h1, h2, h3, h4, h5, h6, li, q {
  color: inherit;
  line-height: inherit;
  font-family: inherit; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  padding-bottom: 1em;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em; }

h1 {
  font-size: 274.4%;
  font-weight: bold;
  margin-bottom: 0.5em; }

h2 {
  font-size: 196%; }

h3 {
  font-size: 140%; }

h2, h3, h4, h5 {
  margin-bottom: 1em; }

p + h1, p + h2, p + h3, p + h4 {
  margin-top: 0.75em; }

.cols + h1, .cols + h2, .cols + h3, .cols + h4 {
  margin-top: 1.5em; }

section + h1, section + h2, section + h3, section + h4 {
  margin-top: 0.5em; }

div.button, p.button {
  padding: 0; }

p.button.wide {
  width: 100%;
  text-align: center; }
  p.button.wide a {
    display: block; }

button,
.button a,
input[type=submit] {
  background: #00aeef;
  border: none;
  padding: 0.75em 2em;
  color: white;
  height: 4.4em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  text-align: center;
  font-size: 90%;
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer;
  font-weight: 500; }
  button span,
  .button a span,
  input[type=submit] span {
    margin-top: 0.75em;
    display: block; }
  button:hover,
  .button a:hover,
  input[type=submit]:hover {
    background: #00aeef;
    color: white;
    text-decoration: none; }
  button.green,
  .button a.green,
  input[type=submit].green {
    background: #719a3f; }

.button.trans a {
  background: rgba(0, 174, 239, 0.5); }

.button.large a {
  width: 4em;
  height: 4em;
  padding: 0.5em 0 0 0; }
  .button.large a span {
    font-family: "Open Sans", sans-serif;
    display: inline;
    font-size: 500%; }

.button a {
  display: inline-block; }

input[type=submit],
p.button.thin a {
  padding: 0.5em 1em;
  width: auto; }

p + p.button,
p + button {
  margin-top: 1em; }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #00aeef;
  border: 1px solid rgba(0, 174, 239, 0.5);
  color: #333;
  box-sizing: border-box;
  width: 100%;
  font-size: 100%;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  font-family: "Lato", verdana, sans-serif; }

textarea {
  height: 5em; }

input::-webkit-input-placeholder {
  color: #888; }

input:-moz-placeholder {
  color: #888; }

textarea::-webkit-input-placeholder {
  color: #888; }

textarea:-moz-placeholder {
  color: #888; }

.captchaSection {
  margin-bottom: 2em; }

input.captcha {
  width: 5em;
  display: inline-block; }

.captchaText {
  display: inline; }

/* ---------------------- layouts ---------------------- */
article > section,
body > footer {
  padding: 80px 0px;
  padding: 5rem 0rem; }
  article > section.rotator,
  body > footer.rotator {
    padding: 0; }
  article > section.noPad,
  body > footer.noPad {
    padding: 0; }

.band {
  width: 100%;
  overflow: hidden;
  color: #222; }
  .band.white {
    background: white; }
  .band.blue {
    background: #00aeef;
    color: white; }
  .band.grey {
    background: #e5e5e5; }
  .band.darkGrey {
    background: #4c4c4c; }
  .band.heatCoolIcon {
    background: white url("/images/heating-and-cooling.png") no-repeat 15% -5em;
    color: black; }
  .band.grey.heatCoolIcon {
    background: #e5e5e5 url("/images/heating-and-cooling.png") no-repeat 15% -5em;
    color: black; }

.container {
  margin: 0 2em; }
  @media only screen and (min-width: 41.5em) {
    .container {
      margin: 0 auto;
      width: 37.5em; } }
  .no-mq .container {
    margin: 0 auto;
    width: 37.5em; }
  @media only screen and (min-width: 47.5em) {
    .container {
      width: 43.5em; } }
  .no-mq .container {
    width: 43.5em; }
  @media only screen and (min-width: 62em) {
    .container {
      width: 58em; } }
  .no-mq .container {
    width: 58em; }
  @media only screen and (min-width: 72em) {
    .container {
      width: 68em; } }
  .no-mq .container {
    width: 68em; }
  @media only screen and (min-width: 85em) {
    .container {
      width: 81em; } }
  .no-mq .container {
    width: 81em; }

.container-left {
  margin: 0 0 0 2em; }
  @media only screen and (min-width: 41.5em) {
    .container-left {
      margin: 0 0 0 auto;
      width: 33.5em; } }
  .no-mq .container-left {
    margin: 0 0 0 auto;
    width: 33.5em; }
  @media only screen and (min-width: 47.5em) {
    .container-left {
      width: 47.5em; } }
  .no-mq .container-left {
    width: 47.5em; }
  @media only screen and (min-width: 62em) {
    .container-left {
      width: 62em; } }
  .no-mq .container-left {
    width: 62em; }
  @media only screen and (min-width: 72em) {
    .container-left {
      width: 72em; } }
  .no-mq .container-left {
    width: 72em; }
  @media only screen and (min-width: 85em) {
    .container-left {
      width: 85em; } }
  .no-mq .container-left {
    width: 85em; }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.rotatorWrapper {
  position: relative; }

.rotator .flex-control-nav {
  bottom: 6%; }

.band.rotator {
  margin: 0; }

ul.rotator,
.band.map {
  margin-bottom: 0;
  margin-top: 1.5em;
  overflow: hidden; }
  ul.rotator li img,
  .band.map li img {
    width: 100%; }

ul.rotator li,
.band.map {
  position: relative;
  z-index: 1;
  line-height: 0; }
  ul.rotator li figure.downArrow,
  .band.map figure.downArrow {
    width: 5em;
    position: absolute;
    bottom: 00%;
    left: 0;
    right: 0;
    width: 100%;
    color: white;
    text-align: center;
    -webkit-animation: bounce 3s 3;
    animation: bounce 3s 3; }
    ul.rotator li figure.downArrow a,
    .band.map figure.downArrow a {
      font-size: 500%;
      margin: 0 auto;
      display: block;
      font-weight: 100;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      line-height: 1em; }
      ul.rotator li figure.downArrow a:hover,
      .band.map figure.downArrow a:hover {
        text-decoration: none; }
  ul.rotator li aside,
  .band.map aside {
    position: absolute;
    left: 8%;
    bottom: 15%;
    z-index: 100;
    padding: 2em 2em 1.75em 1.5em;
    color: white;
    background: #00aeef;
    background: rgba(0, 174, 239, 0.65);
    font-family: "Open Sans", sans-serif;
    font-size: 2.9vw; }
    ul.rotator li aside h1, ul.rotator li aside h2,
    .band.map aside h1,
    .band.map aside h2 {
      text-transform: uppercase;
      line-height: 1em; }
    ul.rotator li aside h1,
    .band.map aside h1 {
      font-size: 140%;
      font-weight: 900; }
    ul.rotator li aside h2,
    .band.map aside h2 {
      font-size: 100%;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 1.1em; }

.ie9 figure.downArrow {
  display: none !important; }

ul.rotator.short li aside,
.band.map aside {
  padding: 2em 2em 1.75em 1.5em;
  font-size: 1.8vw;
  bottom: 20%; }

.flex-viewport ul.rotator li aside {
  -webkit-transition: 1500ms all;
  transition: 1500ms all;
  -webkit-transition-delay: 1200ms;
  /* Safari */
  transition-delay: 1200ms;
  margin-bottom: 2em;
  opacity: 0; }
.flex-viewport ul.rotator li.flex-active-slide aside {
  margin-bottom: 0em;
  opacity: 1; }

#gmap {
  width: 100%;
  height: 20em; }

/* ---------------------- common ---------------------- */
.cols {
  overflow: hidden;
  margin-bottom: 1em; }
  .cols img {
    max-width: 100%; }

@media only screen and (min-width: 47.5em) {
  .cols--two > * {
    float: left;
    width: 47.5%;
    margin-left: 5%; }
    .cols--two > *:nth-child(2n+1) {
      clear: left;
      margin-left: 0; } }
.no-mq .cols--two > * {
  float: left;
  width: 47.5%;
  margin-left: 5%; }
  .no-mq .cols--two > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }

@media only screen and (min-width: 47.5em) {
  .cols--three > * {
    float: left;
    width: 30%;
    margin-left: 5%; }
    .cols--three > *:nth-child(3n+1) {
      clear: left;
      margin-left: 0; } }
.no-mq .cols--three > * {
  float: left;
  width: 30%;
  margin-left: 5%; }
  .no-mq .cols--three > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }

@media only screen and (min-width: 32em) {
  .cols--three-two > * {
    float: left;
    width: 46%;
    margin-left: 8%; }
    .cols--three-two > *:nth-child(2n+1) {
      clear: left;
      margin-left: 0; } }
.no-mq .cols--three-two > * {
  float: left;
  width: 46%;
  margin-left: 8%; }
  .no-mq .cols--three-two > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
@media only screen and (min-width: 62em) {
  .cols--three-two > * {
    width: 26.66667%;
    margin-left: 10%; }
    .cols--three-two > *:nth-child(2n+1) {
      clear: none;
      margin-left: 10%; }
    .cols--three-two > *:nth-child(3n+1) {
      clear: left;
      margin-left: 0; } }
.no-mq .cols--three-two > * {
  width: 26.66667%;
  margin-left: 10%; }
  .no-mq .cols--three-two > *:nth-child(2n+1) {
    clear: none;
    margin-left: 10%; }
  .no-mq .cols--three-two > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }

.cols--four > * {
  margin-bottom: 2em; }
@media only screen and (min-width: 32em) {
  .cols--four > * {
    float: left;
    width: 47.5%;
    margin-left: 5%; }
    .cols--four > *:nth-child(2n+1) {
      clear: left;
      margin-left: 0; } }
.no-mq .cols--four > * {
  float: left;
  width: 47.5%;
  margin-left: 5%; }
  .no-mq .cols--four > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
@media only screen and (min-width: 47.5em) {
  .cols--four > * {
    width: 23.75%;
    margin-left: 1.66667%; }
    .cols--four > *:nth-child(2n+1) {
      clear: none;
      margin-left: 1.66667%; }
    .cols--four > *:nth-child(4n+1) {
      clear: left;
      margin-left: 0; } }
.no-mq .cols--four > * {
  width: 23.75%;
  margin-left: 1.66667%; }
  .no-mq .cols--four > *:nth-child(2n+1) {
    clear: none;
    margin-left: 1.66667%; }
  .no-mq .cols--four > *:nth-child(4n+1) {
    clear: left;
    margin-left: 0; }

@media only screen and (min-width: 47.5em) {
  .cols--five > * {
    float: left;
    width: 18.4%;
    margin-left: 2%; }
    .cols--five > *:nth-child(5n+1) {
      clear: left;
      margin-left: 0; } }
.no-mq .cols--five > * {
  float: left;
  width: 18.4%;
  margin-left: 2%; }
  .no-mq .cols--five > *:nth-child(5n+1) {
    clear: left;
    margin-left: 0; }

/* ---------------------- lists ---------------------- */
ol {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  font: 15px 'trebuchet MS', 'lucida sans';
  padding: 1.5em;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

ul {
  margin-bottom: 1em; }

/* ---------- rounded list ---------- */
.rounded-list {
  padding: 0 1.5em; }

.rounded-list li {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  *padding: .4em;
  margin: .5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .rounded-list li a:hover {
    background: none; }
  .rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: "\00BB \0020"; }

.rounded-list li:hover {
  background: #eee; }

ul.raquo li {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0.2em; }
ul.raquo:before {
  content: "\00BB \0020";
  display: inline;
  margin-left: -10px; }

.styled {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 4em; }
  .styled li {
    padding-left: 1em;
    padding-bottom: 0.25em;
    margin-bottom: 1em;
    border-left: 0.5em solid #00aeef;
    border-bottom: 1px solid #888; }

/* ---------------------- header ---------------------- */
#mobileNavWrapper {
  float: right;
  box-sizing: content-box;
  position: fixed;
  z-index: 5601;
  right: 0.75em;
  top: 0.75em;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  display: block;
  border: 1px solid white; }
  @media only screen and (min-width: 47.5em) {
    #mobileNavWrapper {
      display: none; } }
  .no-mq #mobileNavWrapper {
    display: none; }

#mobile-nav {
  cursor: hand;
  cursor: pointer;
  box-sizing: border-box;
  border-top: 15px double #d80100;
  border-bottom: 5px solid #d80100;
  width: 25px;
  height: 25px;
  display: block; }
  #mobile-nav:hover {
    text-decoration: none; }
  .menu-visible #mobile-nav {
    border: none;
    position: relative; }
    .menu-visible #mobile-nav:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0px;
      content: "\d7";
      font-size: 50px;
      color: white;
      text-align: center; }

@media only screen and (max-width: 47.5em) {
  .offcanvas-menu > div.menu {
    -webkit-transition: 500ms opacity;
    transition: 500ms opacity;
    width: 100%;
    display: block;
    text-align: center;
    opacity: 0; }
  .offcanvas-menu.active {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000; }
    .offcanvas-menu.active > div.menu {
      background: none;
      display: block;
      overflow-y: auto;
      max-width: 100%;
      border-bottom: 0.5em solid #d80100;
      opacity: 1; }
      .offcanvas-menu.active > div.menu > nav {
        position: relative;
        display: block; } }

div.logoBand {
  overflow: hidden; }
  div.logoBand div.logo {
    float: left; }
    div.logoBand div.logo img {
      margin-top: 0.55em;
      width: 80px;
      width: 5rem; }
      @media only screen and (min-width: 47.5em) {
        div.logoBand div.logo img {
          width: 160px;
          width: 10rem;
          margin-left: 0;
          margin-bottom: 0.5em; } }
      .no-mq div.logoBand div.logo img {
        width: 160px;
        width: 10rem;
        margin-left: 0;
        margin-bottom: 0.5em; }
      @media only screen and (min-width: 72em) {
        div.logoBand div.logo img {
          width: 208px;
          width: 13rem;
          margin-left: 0; } }
      .no-mq div.logoBand div.logo img {
        width: 208px;
        width: 13rem;
        margin-left: 0; }
  div.logoBand h3.tel {
    float: right;
    color: #d80100;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    margin-right: 2em;
    margin-top: 0.5em;
    font-size: 100%;
    font-weight: 600; }
    div.logoBand h3.tel a {
      color: black; }
    @media only screen and (min-width: 41.5em) {
      div.logoBand h3.tel {
        font-size: 120%;
        margin-top: 0.75em; } }
    .no-mq div.logoBand h3.tel {
      font-size: 120%;
      margin-top: 0.75em; }
    @media only screen and (min-width: 47.5em) {
      div.logoBand h3.tel {
        margin-top: 0.75em;
        margin-right: 0;
        font-size: 200%; } }
    .no-mq div.logoBand h3.tel {
      margin-top: 0.75em;
      margin-right: 0;
      font-size: 200%; }
  div.logoBand h4 {
    clear: right;
    float: right;
    color: black;
    margin-right: 2em;
    margin-bottom: 0; }
    @media only screen and (min-width: 41.5em) {
      div.logoBand h4 {
        clear: none;
        margin-top: 0.75em;
        margin-right: 1em;
        font-size: 120%; } }
    .no-mq div.logoBand h4 {
      clear: none;
      margin-top: 0.75em;
      margin-right: 1em;
      font-size: 120%; }
    @media only screen and (min-width: 47.5em) {
      div.logoBand h4 {
        clear: right;
        margin-right: 0;
        margin-top: 0; } }
    .no-mq div.logoBand h4 {
      clear: right;
      margin-right: 0;
      margin-top: 0; }

div.menuHeader {
  width: 100%;
  display: block;
  min-height: 1em;
  z-index: 500; }
  div.menuHeader nav {
    line-height: 1.6em;
    text-transform: uppercase;
    z-index: 101;
    right: 0px;
    top: 0;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 2em;
    color: #EEE;
    display: none; }
    div.menuHeader nav > ul {
      padding: 0; }
      div.menuHeader nav > ul > li {
        display: block;
        margin-bottom: 0.25em; }
        div.menuHeader nav > ul > li a:hover {
          color: white;
          text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
        div.menuHeader nav > ul > li > div {
          display: none;
          margin-left: 1em;
          line-height: 1.5em; }
    @media only screen and (min-width: 47.5em) {
      div.menuHeader nav {
        padding: 0;
        margin: 0;
        margin-top: 0.75em;
        margin-bottom: 0.75em;
        display: block;
        position: inherit;
        font-weight: 600;
        font-size: 90%;
        overflow: hidden; }
        div.menuHeader nav > ul > li {
          float: left;
          margin-left: 0.8em;
          padding-left: 0.8em;
          margin-bottom: 0; }
          div.menuHeader nav > ul > li:first-child {
            border-left: 0; }
          div.menuHeader nav > ul > li > div {
            margin-left: 0;
            position: absolute;
            padding-top: 1.0em;
            padding-bottom: 0.5em;
            left: 0;
            right: 0;
            z-index: 5001;
            width: 100%;
            border-top: 5px solid #CCC;
            background: #00aeef;
            background: rgba(0, 174, 239, 0.8);
            line-height: 1.5em; }
            div.menuHeader nav > ul > li > div > ul li {
              float: left;
              width: 45%;
              margin-right: 2.5%;
              margin-left: 2.5%;
              margin-bottom: 0.5em; }
              div.menuHeader nav > ul > li > div > ul li:nth-child(odd) {
                text-align: right; } }
    .no-mq div.menuHeader nav {
      padding: 0;
      margin: 0;
      margin-top: 0.75em;
      margin-bottom: 0.75em;
      display: block;
      position: inherit;
      font-weight: 600;
      font-size: 90%;
      overflow: hidden; }
      .no-mq div.menuHeader nav > ul > li {
        float: left;
        margin-left: 0.8em;
        padding-left: 0.8em;
        margin-bottom: 0; }
        .no-mq div.menuHeader nav > ul > li:first-child {
          border-left: 0; }
        .no-mq div.menuHeader nav > ul > li > div {
          margin-left: 0;
          position: absolute;
          padding-top: 1.0em;
          padding-bottom: 0.5em;
          left: 0;
          right: 0;
          z-index: 5001;
          width: 100%;
          border-top: 5px solid #CCC;
          background: #00aeef;
          background: rgba(0, 174, 239, 0.8);
          line-height: 1.5em; }
          .no-mq div.menuHeader nav > ul > li > div > ul li {
            float: left;
            width: 45%;
            margin-right: 2.5%;
            margin-left: 2.5%;
            margin-bottom: 0.5em; }
            .no-mq div.menuHeader nav > ul > li > div > ul li:nth-child(odd) {
              text-align: right; }
    @media only screen and (min-width: 62em) {
      div.menuHeader nav {
        font-size: 110%; }
        div.menuHeader nav > ul > li {
          margin-left: 1em;
          padding-left: 1em; } }
    .no-mq div.menuHeader nav {
      font-size: 110%; }
      .no-mq div.menuHeader nav > ul > li {
        margin-left: 1em;
        padding-left: 1em; }

.headerPush {
  height: 4em; }

/* ----------------------  ---------------------- */
.c-welcome h1 {
  line-height: 1.1em; }
.c-welcome h2 {
  color: #006489;
  font-size: 120%;
  font-weight: 600; }
.c-welcome .buttons {
  margin-top: 3em; }
  .c-welcome .buttons div:first-child {
    float: left; }
  .c-welcome .buttons div:last-child {
    float: right; }
@media only screen and (min-width: 47.5em) {
  .c-welcome .text {
    width: 70%;
    float: left;
    padding-right: 5%;
    border-right: 1px solid #CCC; }
  .c-welcome .buttons {
    margin-top: 4em;
    float: right;
    width: 25%;
    text-align: center; }
    .c-welcome .buttons > div.button {
      margin-bottom: 2em;
      float: none; } }
.no-mq .c-welcome .text {
  width: 70%;
  float: left;
  padding-right: 5%;
  border-right: 1px solid #CCC; }
.no-mq .c-welcome .buttons {
  margin-top: 4em;
  float: right;
  width: 25%;
  text-align: center; }
  .no-mq .c-welcome .buttons > div.button {
    margin-bottom: 2em;
    float: none; }
@media only screen and (min-width: 62em) {
  .c-welcome .text {
    width: 68%;
    float: left;
    padding-right: 5%; }
  .c-welcome .buttons {
    margin-top: 5em;
    float: right;
    width: 28%; }
    .c-welcome .buttons div:first-child {
      float: left; }
    .c-welcome .buttons div:last-child {
      float: right; } }
.no-mq .c-welcome .text {
  width: 68%;
  float: left;
  padding-right: 5%; }
.no-mq .c-welcome .buttons {
  margin-top: 5em;
  float: right;
  width: 28%; }
  .no-mq .c-welcome .buttons div:first-child {
    float: left; }
  .no-mq .c-welcome .buttons div:last-child {
    float: right; }
@media only screen and (min-width: 72em) {
  .c-welcome .text {
    width: 70%;
    padding-right: 5%; }
  .c-welcome .buttons {
    float: left;
    margin-left: 5%;
    width: 25%; } }
.no-mq .c-welcome .text {
  width: 70%;
  padding-right: 5%; }
.no-mq .c-welcome .buttons {
  float: left;
  margin-left: 5%;
  width: 25%; }
@media only screen and (min-width: 85em) {
  .c-welcome .buttons div:last-child {
    float: left;
    margin-left: 3em; } }
.no-mq .c-welcome .buttons div:last-child {
  float: left;
  margin-left: 3em; }

.services {
  color: white; }
  .services > div {
    margin-bottom: 2em;
    position: relative; }
  .services figure {
    position: relative;
    z-index: 1;
    cursor: hand;
    cursor: pointer;
    overflow: hidden; }
    .services figure img {
      display: block;
      -webkit-transition: 500ms all;
      transition: 500ms all; }
    .services figure:before {
      z-index: 2;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      content: '';
      -webkit-transition: 250ms all;
      transition: 250ms all;
      opacity: 1; }
    .services figure:after {
      z-index: 3;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */
      content: '';
      opacity: 0;
      -webkit-transition: 250ms all;
      transition: 250ms all; }
    .services figure:hover img {
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
    .services figure:hover:before {
      opacity: 0; }
    .services figure:hover:after {
      opacity: 1; }
    .services figure aside {
      z-index: 10;
      position: absolute;
      bottom: 1em;
      left: 2em;
      right: 1em; }
      .services figure aside h1 {
        text-transform: uppercase;
        font-size: 110%;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
        .services figure aside h1 span {
          display: block;
          font-size: 150%; }
      .services figure aside figcaption {
        float: left;
        padding-right: 6em;
        font-size: 65%;
        line-height: 1.2em;
        font-weight: 300;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      .services figure aside .blue-more-button {
        position: absolute;
        bottom: 0;
        right: 0; }
        .services figure aside .blue-more-button img {
          width: 2em; }
      @media only screen and (min-width: 32em) {
        .services figure aside .blue-more-button img {
          width: 3em; } }
      .no-mq .services figure aside .blue-more-button img {
        width: 3em; }
      @media only screen and (min-width: 41.5em) {
        .services figure aside h1 {
          font-size: 160%; }
        .services figure aside figcaption {
          font-size: 100%; } }
      .no-mq .services figure aside h1 {
        font-size: 160%; }
      .no-mq .services figure aside figcaption {
        font-size: 100%; }
      @media only screen and (min-width: 47.5em) {
        .services figure aside h1 {
          font-size: 120%; }
        .services figure aside figcaption {
          font-size: 70%; } }
      .no-mq .services figure aside h1 {
        font-size: 120%; }
      .no-mq .services figure aside figcaption {
        font-size: 70%; }
      @media only screen and (min-width: 62em) {
        .services figure aside h1 {
          font-size: 150%; }
        .services figure aside figcaption {
          font-size: 90%; } }
      .no-mq .services figure aside h1 {
        font-size: 150%; }
      .no-mq .services figure aside figcaption {
        font-size: 90%; }
      @media only screen and (min-width: 72em) {
        .services figure aside h1 {
          font-size: 160%; }
        .services figure aside figcaption {
          font-size: 90%;
          margin-bottom: 0.5em; } }
      .no-mq .services figure aside h1 {
        font-size: 160%; }
      .no-mq .services figure aside figcaption {
        font-size: 90%;
        margin-bottom: 0.5em; }

.c-textContent h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 200%; }
.c-textContent h2 {
  text-transform: uppercase;
  font-weight: 200;
  color: #00aeef;
  font-size: 150%; }
.c-textContent h3 {
  font-weight: 600;
  font-size: 130%; }
.c-textContent .cols > div:first-child {
  margin-bottom: 3em; }

.c-logos {
  padding: 2em 0 1em; }

.logos {
  overflow: hidden; }
  .logos li {
    float: left;
    width: 33.33333%;
    text-align: center;
    margin-bottom: 1em; }
    .logos li img {
      margin: 0 auto;
      text-align: center;
      display: block;
      width: 80%;
      -webkit-transition: 150ms all;
      transition: 150ms all; }
    .logos li:nth-child(4) {
      margin-left: 16.66667%; }
    @media only screen and (min-width: 41.5em) {
      .logos li {
        width: 20%; }
        .logos li:nth-child(4) {
          margin-left: 0; } }
    .no-mq .logos li {
      width: 20%; }
      .no-mq .logos li:nth-child(4) {
        margin-left: 0; }
    @media only screen and (min-width: 47.5em) {
      .logos li img {
        width: 65%; } }
    .no-mq .logos li img {
      width: 65%; }
    @media only screen and (min-width: 62em) {
      .logos li img {
        width: 50%; } }
    .no-mq .logos li img {
      width: 50%; }
    .logos li.york {
      margin-top: 0.5em;
      margin-top: 1.5vw; }
    .logos li.carrier {
      margin-top: 0.2em;
      margin-top: 0.7vw; }
    .logos li.trane {
      margin-top: 0.2em;
      margin-top: 0.7vw; }
    .logos li.armstrong {
      margin-top: 0.3em;
      margin-top: 1vw; }
    .logos li:hover img {
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }

.c-secondary figure {
  margin-bottom: 1em; }
  @media only screen and (min-width: 47.5em) {
    .c-secondary figure {
      float: left;
      width: 45%;
      margin-right: 5%; } }
  .no-mq .c-secondary figure {
    float: left;
    width: 45%;
    margin-right: 5%; }
.c-secondary h2 {
  color: #006489;
  font-size: 120%;
  font-weight: 600; }

.c-contact h2,
.c-contactInfo h2,
.c-specials h2 {
  color: #006489;
  font-size: 120%;
  font-weight: 600; }
@media only screen and (min-width: 47.5em) {
  .c-contact input[type=text],
  .c-contactInfo input[type=text],
  .c-specials input[type=text] {
    width: 47.5%; }
    .c-contact input[type=text]:nth-child(even),
    .c-contactInfo input[type=text]:nth-child(even),
    .c-specials input[type=text]:nth-child(even) {
      float: left; }
    .c-contact input[type=text]:nth-child(even),
    .c-contactInfo input[type=text]:nth-child(even),
    .c-specials input[type=text]:nth-child(even) {
      float: right; } }
.no-mq .c-contact input[type=text], .no-mq
.c-contactInfo input[type=text], .no-mq
.c-specials input[type=text] {
  width: 47.5%; }
  .no-mq .c-contact input[type=text]:nth-child(even), .no-mq
  .c-contactInfo input[type=text]:nth-child(even), .no-mq
  .c-specials input[type=text]:nth-child(even) {
    float: left; }
  .no-mq .c-contact input[type=text]:nth-child(even), .no-mq
  .c-contactInfo input[type=text]:nth-child(even), .no-mq
  .c-specials input[type=text]:nth-child(even) {
    float: right; }
.c-contact input[type=submit],
.c-contactInfo input[type=submit],
.c-specials input[type=submit] {
  float: right; }
.c-contact #ajaxResponse,
.c-contactInfo #ajaxResponse,
.c-specials #ajaxResponse {
  clear: both; }

.contactInfo {
  text-align: center; }
  .contactInfo figure {
    margin-bottom: 1em;
    margin-top: 1em; }
    .contactInfo figure img {
      margin: 0 auto;
      width: auto;
      height: 3em;
      -webkit-transition: 250ms all;
      transition: 250ms all; }
      .contactInfo figure img:hover {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }

.special {
  border: 0.35em dotted #00aeef;
  padding: 1em;
  margin-bottom: 5em;
  text-align: center; }

footer p, footer address {
  font-size: 80%;
  font-weight: 100;
  color: white; }
footer address a {
  display: block; }
footer figure {
  width: 8em;
  margin: 0em auto 0;
  padding-top: 2em; }
@media only screen and (min-width: 41.5em) {
  footer aside {
    float: left; }
  footer address {
    float: right;
    text-align: right; } }
.no-mq footer aside {
  float: left; }
.no-mq footer address {
  float: right;
  text-align: right; }

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