@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../typography/proxima-nova/regular/proximanova-reg-webfont.eot");
  src: url("../typography/proxima-nova/regular/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../typography/proxima-nova/regular/proximanova-reg-webfont.woff") format("woff"), url("../typography/proxima-nova/regular/proximanova-reg-webfont.ttf") format("truetype"), url("../typography/proxima-nova/regular/proximanova-reg-webfont.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Semi Bold';
  src: url("../typography/proxima-nova/semi-bold/proximanova-semibold-webfont.eot");
  src: url("../typography/proxima-nova/semi-bold/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../typography/proxima-nova/semi-bold/proximanova-semibold-webfont.woff") format("woff"), url("../typography/proxima-nova/semi-bold/proximanova-semibold-webfont.ttf") format("truetype"), url("../typography/proxima-nova/semi-bold/proximanova-semibold-webfont.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 27, ../sass/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #2d3538;
  font-family: Arial;
  font-size: 100%;
  line-height: 18px;
  font-weight: normal;
}

/* line 38, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  margin-bottom: 5px;
}

/* line 44, ../sass/_typography.scss */
h1 {
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  font-size: 32px;
  line-height: 32px;
  padding: 20px 0;
  word-wrap: break-word;
}
@media only screen and (max-width: 600px) {
  /* line 44, ../sass/_typography.scss */
  h1 {
    font-size: 32px;
    line-height: 30px;
  }
}

/* line 57, ../sass/_typography.scss */
h2 {
  font-size: 22px;
  line-height: 22px;
  margin: 15px 0;
}
@media only screen and (max-width: 600px) {
  /* line 57, ../sass/_typography.scss */
  h2 {
    font-size: 22px;
    line-height: 22px;
  }
}

/* line 68, ../sass/_typography.scss */
h3 {
  font-size: 19px;
  line-height: 19px;
  margin: 30px 0 12px;
}
@media only screen and (max-width: 600px) {
  /* line 68, ../sass/_typography.scss */
  h3 {
    font-size: 17px;
    line-height: 17px;
  }
}

/* line 79, ../sass/_typography.scss */
h4 {
  font-size: 17px;
  line-height: 17px;
  text-transform: none;
  margin-bottom: 12px;
}
@media only screen and (max-width: 600px) {
  /* line 79, ../sass/_typography.scss */
  h4 {
    font-size: 15px;
    line-height: 15px;
  }
}

/* line 91, ../sass/_typography.scss */
h5 {
  font-size: 14px;
  line-height: 20px;
}

/* line 96, ../sass/_typography.scss */
h6 {
  font-size: 12px;
  line-height: 20px;
}

/* line 101, ../sass/_typography.scss */
a {
  text-decoration: none;
}

/* line 105, ../sass/_typography.scss */
p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
}

/* line 112, ../sass/_typography.scss */
li {
  font-size: 13px;
}

/* line 116, ../sass/_typography.scss */
a {
  color: #7c9b9d;
}

/* line 120, ../sass/_typography.scss */
.outer-title {
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  color: #7C9B9D;
  border-bottom: 2px solid #7C9B9D;
  margin: 5px 0 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}

/* line 130, ../sass/_typography.scss */
strong, b {
  font-weight: bold;
}

/* line 134, ../sass/_typography.scss */
::selection {
  background: rgba(255, 63, 131, 0.7);
  /* Safari */
}

/* line 138, ../sass/_typography.scss */
::-moz-selection {
  background: rgba(255, 63, 131, 0.7);
  /* Safari */
}

/* line 1, ../sass/_global.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../sass/_global.scss */
html {
  height: auto;
  min-height: 100%;
  -webkit-text-size-adjust: none;
}

/* line 11, ../sass/_global.scss */
body {
  height: 100%;
  background: #f5f5f5;
  font-size: 100%;
  font-weight: normal;
}

/* line 18, ../sass/_global.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}

/* line 31, ../sass/_global.scss */
.main-header .social-ctn {
  padding-top: 36px;
}
@media only screen and (max-width: 600px) {
  /* line 31, ../sass/_global.scss */
  .main-header .social-ctn {
    padding-top: 0;
  }
}
/* line 38, ../sass/_global.scss */
.main-header .social-ctn .social-links {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  /* line 38, ../sass/_global.scss */
  .main-header .social-ctn .social-links {
    text-align: center;
  }
}

/* line 48, ../sass/_global.scss */
.push {
  min-height: 100%;
}

/* line 52, ../sass/_global.scss */
.main {
  padding: 0 0 250px;
}
@media only screen and (max-width: 600px) {
  /* line 52, ../sass/_global.scss */
  .main {
    padding-bottom: 0;
  }
}

/* line 60, ../sass/_global.scss */
.main-logo {
  line-height: 38px;
  padding: 15px 0;
  margin: 0;
}
/* line 66, ../sass/_global.scss */
.main-logo a {
  background: url('../img/sprites/globalSprite@1x.png?1373391037') no-repeat -235px -7px;
  width: 200px;
  height: 91px;
}
@media only screen and (max-width: 600px) {
  /* line 66, ../sass/_global.scss */
  .main-logo a {
    margin: 0 auto;
    background-position: -235px -122px;
    width: 160px;
    height: 73px;
  }
}

/* line 82, ../sass/_global.scss */
ul {
  margin-bottom: 15px;
}
/* line 85, ../sass/_global.scss */
ul li {
  padding: 5px 0;
  line-height: 22px;
}

/* line 93, ../sass/_global.scss */
.fluid-image,
.fluid-image img,
img.size-full {
  display: block;
  height: auto;
  max-width: 100%;
  min-width: 100%;
}

/* line 102, ../sass/_global.scss */
.zoom-img {
  position: relative;
  overflow: hidden;
}
/* line 106, ../sass/_global.scss */
.zoom-img:before {
  content: '';
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 114, ../sass/_global.scss */
.zoom-img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat -178px -200px;
  width: 52px;
  height: 51px;
}

/* line 130, ../sass/_global.scss */
.main-navigation {
  background: #028c7f;
  clear: left;
  -moz-box-shadow: 0 2px 0 #2c2c2c;
  -webkit-box-shadow: 0 2px 0 #2c2c2c;
  box-shadow: 0 2px 0 #2c2c2c;
}

/* line 137, ../sass/_global.scss */
.nav-menu {
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 600px) {
  /* line 137, ../sass/_global.scss */
  .nav-menu {
    text-align: left;
    padding: 0;
  }
}
/* line 150, ../sass/_global.scss */
.nav-menu .menu-item {
  padding: 0;
  -moz-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}
/* line 157, ../sass/_global.scss */
.nav-menu .menu-item:before {
  background: none;
  margin-right: 0;
  float: none;
}
/* line 163, ../sass/_global.scss */
.nav-menu .menu-item a {
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 169, ../sass/_global.scss */
.nav-menu .menu-item a[href='#'] {
  cursor: default;
  pointer-events: none;
}
/* line 175, ../sass/_global.scss */
.nav-menu > .menu-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: -4px;
  position: relative;
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 600px) {
  /* line 175, ../sass/_global.scss */
  .nav-menu > .menu-item {
    display: block;
    border-left: 0;
    margin-right: 0;
    height: auto;
  }
}
/* line 190, ../sass/_global.scss */
.nav-menu > .menu-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 194, ../sass/_global.scss */
.nav-menu > .menu-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* line 199, ../sass/_global.scss */
.nav-menu > .menu-item a {
  color: #fff;
  display: block;
}
/* line 204, ../sass/_global.scss */
.nav-menu > .menu-item > a {
  line-height: 40px;
  padding: 0 15px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 204, ../sass/_global.scss */
  .nav-menu > .menu-item > a {
    padding: 0 7px;
  }
}
/* line 215, ../sass/_global.scss */
.nav-menu > .menu-item.current_page_item, .nav-menu > .menu-item.current_page_parent {
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 222, ../sass/_global.scss */
  .nav-menu > .menu-item.menu-item-727 .sub-menu {
    left: -172px;
  }
}
/* line 229, ../sass/_global.scss */
.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  background: #2c2c2c;
  width: 260px;
  z-index: 3;
  text-align: left;
  display: none;
  -moz-box-shadow: inset 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #028c7f;
}
@media only screen and (max-width: 600px) {
  /* line 229, ../sass/_global.scss */
  .nav-menu .sub-menu {
    position: static;
    width: 100%;
  }
}
/* line 246, ../sass/_global.scss */
.nav-menu .sub-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/* line 250, ../sass/_global.scss */
.nav-menu .sub-menu > li > a {
  color: #eee;
  display: block;
  padding: 10px 15px;
  position: relative;
  left: 0;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  text-overflow: ellipsis;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 263, ../sass/_global.scss */
.nav-menu .sub-menu > li:hover {
  background: rgba(255, 255, 255, 0.05);
}
/* line 265, ../sass/_global.scss */
.nav-menu .sub-menu > li:hover > a {
  left: 5px;
}
/* line 270, ../sass/_global.scss */
.nav-menu .sub-menu > li.current-menu-item {
  background: rgba(255, 255, 255, 0.05);
}

/* line 277, ../sass/_global.scss */
.main-header {
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  /* line 277, ../sass/_global.scss */
  .main-header {
    padding: 0 10px;
  }
}

/* line 285, ../sass/_global.scss */
.header-section {
  background: #fff url(../img/header-back.jpg) no-repeat right 0;
  -moz-box-shadow: -2px 2px 0 #2c2c2c;
  -webkit-box-shadow: -2px 2px 0 #2c2c2c;
  box-shadow: -2px 2px 0 #2c2c2c;
  margin: 20px auto 0;
  border-radius: 10px;
  max-width: 920px;
  padding: 0 20px;
  height: 120px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 600px) {
  /* line 285, ../sass/_global.scss */
  .header-section {
    background: #fff;
    height: auto;
  }
}
/* line 300, ../sass/_global.scss */
.header-section .contact-cta {
  padding-top: 40px;
}
/* line 303, ../sass/_global.scss */
.header-section .contact-cta::before {
  content: '';
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat;
  float: left;
  margin-right: 15px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  /* line 303, ../sass/_global.scss */
  .header-section .contact-cta::before {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
/* line 317, ../sass/_global.scss */
.header-section .contact-cta h2, .header-section .contact-cta h3 {
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 317, ../sass/_global.scss */
  .header-section .contact-cta h2, .header-section .contact-cta h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 317, ../sass/_global.scss */
  .header-section .contact-cta h2, .header-section .contact-cta h3 {
    text-align: center;
    font-size: 11px;
  }
}
/* line 335, ../sass/_global.scss */
.header-section .contact-cta h2 {
  margin: 4px 0 2px 0;
  color: #373737;
}
/* line 340, ../sass/_global.scss */
.header-section .contact-cta h3, .header-section .contact-cta h3 a {
  margin: 0;
  color: #7f8c8d;
}
@media only screen and (max-width: 600px) {
  /* line 300, ../sass/_global.scss */
  .header-section .contact-cta {
    padding: 0 0 10px;
  }
}
/* line 352, ../sass/_global.scss */
.header-section .phone-cta::before {
  content: '';
  background-position: -67px -125px;
  width: 30px;
  height: 34px;
  top: 2px;
}
@media only screen and (max-width: 600px) {
  /* line 352, ../sass/_global.scss */
  .header-section .phone-cta::before {
    top: 0;
    padding: 0 0 3px 0;
  }
}
/* line 367, ../sass/_global.scss */
.header-section .email-cta::before {
  content: '';
  background-position: -119px -131px;
  width: 30px;
  height: 21px;
  top: 10px;
  padding: 10px 0;
}
@media only screen and (max-width: 600px) {
  /* line 367, ../sass/_global.scss */
  .header-section .email-cta::before {
    top: 5px;
    padding: 0 0 13px 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 382, ../sass/_global.scss */
  .header-section .logo-col {
    width: 31.25%;
    margin-right: 3.125%;
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  /* line 393, ../sass/_global.scss */
  .header-section .cta-col {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 393, ../sass/_global.scss */
  .header-section .cta-col {
    width: 31.25%;
    margin-right: 3.125%;
    float: left;
  }
}

/* line 409, ../sass/_global.scss */
.entry-header .entry-header-inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
/* line 416, ../sass/_global.scss */
.entry-header .entry-title {
  padding: 30px 0;
  margin-bottom: 0;
}

/* line 424, ../sass/_global.scss */
.image-short img {
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100%;
  border-radius: 100% !important;
  display: block;
  -moz-box-shadow: -2px 2px 0 #2d3538 !important;
  -webkit-box-shadow: -2px 2px 0 #2d3538 !important;
  box-shadow: -2px 2px 0 #2d3538 !important;
  border: none !important;
}
@media only screen and (max-width: 600px) {
  /* line 424, ../sass/_global.scss */
  .image-short img {
    max-width: 100%;
    height: auto;
  }
}

/* line 436, ../sass/_global.scss */
.image-right p {
  float: right;
  margin: 20px 0 20px 20px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  /* line 436, ../sass/_global.scss */
  .image-right p {
    float: none;
    margin: 20px auto;
  }
}

/* line 447, ../sass/_global.scss */
.image-left p {
  float: left;
  margin: 20px 20px 20px 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  /* line 447, ../sass/_global.scss */
  .image-left p {
    float: none;
    margin: 20px auto;
  }
}

/* line 460, ../sass/_global.scss */
.wp-caption.alignright {
  float: right;
  margin: 20px 0 10px 20px;
}
/* line 465, ../sass/_global.scss */
.wp-caption.alignleft {
  float: left;
  margin: 20px 20px 10px 0;
}
/* line 470, ../sass/_global.scss */
.wp-caption.aligncenter {
  margin: auto;
  margin: 20px 20px 10px 20px;
}
/* line 475, ../sass/_global.scss */
.wp-caption .rounded {
  -moz-box-shadow: -2px 2px 0 #2d3538 !important;
  -webkit-box-shadow: -2px 2px 0 #2d3538 !important;
  box-shadow: -2px 2px 0 #2d3538 !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100%;
  border-radius: 100% !important;
}
/* line 481, ../sass/_global.scss */
.wp-caption .wp-caption-text {
  font-style: italic;
  text-align: center;
  margin: 5px 0 10px;
  color: #585858;
}

/* line 489, ../sass/_global.scss */
.alignright {
  float: right;
  margin: 20px 0 10px 20px;
}
/* line 493, ../sass/_global.scss */
.alignright.rounded {
  -moz-box-shadow: -2px 2px 0 #2d3538 !important;
  -webkit-box-shadow: -2px 2px 0 #2d3538 !important;
  box-shadow: -2px 2px 0 #2d3538 !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100%;
  border-radius: 100% !important;
}

/* line 499, ../sass/_global.scss */
.alignleft {
  float: left;
  margin: 20px 20px 10px 0;
}
/* line 503, ../sass/_global.scss */
.alignleft.rounded {
  -moz-box-shadow: -2px 2px 0 #2d3538 !important;
  -webkit-box-shadow: -2px 2px 0 #2d3538 !important;
  box-shadow: -2px 2px 0 #2d3538 !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100%;
  border-radius: 100% !important;
}

/* line 509, ../sass/_global.scss */
.aligncenter {
  margin: auto;
  margin: 20px 20px 10px 20px;
}
/* line 513, ../sass/_global.scss */
.aligncenter.rounded {
  -moz-box-shadow: -2px 2px 0 #2d3538 !important;
  -webkit-box-shadow: -2px 2px 0 #2d3538 !important;
  box-shadow: -2px 2px 0 #2d3538 !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100%;
  border-radius: 100% !important;
}

/* line 519, ../sass/_global.scss */
.alignnone {
  margin: auto;
  margin: 20px 20px 10px 0;
}
/* line 523, ../sass/_global.scss */
.alignnone.rounded {
  -moz-box-shadow: -2px 2px 0 #2d3538 !important;
  -webkit-box-shadow: -2px 2px 0 #2d3538 !important;
  box-shadow: -2px 2px 0 #2d3538 !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100%;
  border-radius: 100% !important;
}

/* line 529, ../sass/_global.scss */
.col {
  padding: 15px 0;
}

/* line 533, ../sass/_global.scss */
.main-menu {
  display: block;
}

/* line 537, ../sass/_global.scss */
.touch .main-menu {
  display: none;
}

/* line 541, ../sass/_global.scss */
.mobile-menu {
  display: none;
  margin: auto;
}

/* line 546, ../sass/_global.scss */
.touch .mobile-menu {
  display: block;
}

/* line 552, ../sass/_global.scss */
.fixed {
  position: fixed;
  max-width: 288px;
  width: 100%;
  top: 0;
}

/* line 561, ../sass/_global.scss */
.colour-checker {
  padding-top: 38px;
}

/* line 567, ../sass/_global.scss */
.clearfix, .main-navigation,
.menu-main-navigation-container,
.nav-menu, .section, .type, .main-content, .primary-col, .main-footer {
  zoom: 1;
}
/* line 569, ../sass/_global.scss */
.clearfix:before, .main-navigation:before,
.menu-main-navigation-container:before,
.nav-menu:before, .section:before, .type:before, .main-content:before, .primary-col:before, .main-footer:before, .clearfix:after, .main-navigation:after,
.menu-main-navigation-container:after,
.nav-menu:after, .section:after, .type:after, .main-content:after, .primary-col:after, .main-footer:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 575, ../sass/_global.scss */
.clearfix:after, .main-navigation:after,
.menu-main-navigation-container:after,
.nav-menu:after, .section:after, .type:after, .main-content:after, .primary-col:after, .main-footer:after {
  clear: both;
}

/* line 580, ../sass/_global.scss */
.ir, .main-logo a, .hide-video, .btn .icon, .social, .home-logo > a, .footer-logo, body.login h1 a {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 1, ../sass/_layout.scss */
.l-full-width {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

/* line 7, ../sass/_layout.scss */
.l-main-ctn {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  /* line 7, ../sass/_layout.scss */
  .l-main-ctn {
    padding: 0 10px;
  }
}

/* line 18, ../sass/_layout.scss */
.l-span1 {
  width: 31.25%;
  margin-right: 3.125%;
  float: left;
}
/* line 23, ../sass/_layout.scss */
.l-span1.last {
  margin-right: 0;
}
@media only screen and (max-width: 800px) {
  /* line 18, ../sass/_layout.scss */
  .l-span1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

/* line 34, ../sass/_layout.scss */
.l-span2 {
  width: 66.66667%;
  margin-right: 2.08333%;
  float: left;
}
/* line 39, ../sass/_layout.scss */
.l-span2.last {
  margin-right: 0;
}
@media only screen and (max-width: 800px) {
  /* line 34, ../sass/_layout.scss */
  .l-span2 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

/* line 50, ../sass/_layout.scss */
.l-span3 {
  width: 100%;
}

/* line 54, ../sass/_layout.scss */
.curved-ctn {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: -3px 3px 0 #2c2c2c;
  -webkit-box-shadow: -3px 3px 0 #2c2c2c;
  box-shadow: -3px 3px 0 #2c2c2c;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 10px;
}

/* line 1, ../sass/_forms.scss */
input[type=text],
input[type=email],
input[type=password],
input[type=num],
textarea {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  color: #666;
}
@media only screen and (max-width: 600px) {
  /* line 1, ../sass/_forms.scss */
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=num],
  textarea {
    width: 100%;
  }
}

/* line 21, ../sass/_forms.scss */
span.wpcf7-form-control-wrap,
span.wpcf7-list-item {
  display: block;
}

/* line 26, ../sass/_forms.scss */
span.wpcf7-list-item {
  margin-left: 0;
}

/* line 30, ../sass/_forms.scss */
.section {
  margin-bottom: 50px;
}

/* line 35, ../sass/_forms.scss */
.fieldset-header {
  clear: left;
}

/* line 39, ../sass/_forms.scss */
label, .wpcf7-list-item-label, .note {
  font-size: 14px;
}

/* line 45, ../sass/_forms.scss */
.number input[type=text],
.number input[type=num] {
  width: 60px;
}
/* line 55, ../sass/_forms.scss */
.number span.wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 59, ../sass/_forms.scss */
.number .metric {
  font-size: 12px;
}

/* line 64, ../sass/_forms.scss */
.inline {
  float: left;
  margin-right: 70px;
}
/* line 68, ../sass/_forms.scss */
.inline.is-last {
  margin-right: 0;
}

/* line 76, ../sass/_forms.scss */
.type .inline {
  margin-right: 50px;
}
/* line 79, ../sass/_forms.scss */
.type .inline.is-last {
  margin-right: 0;
}
/* line 84, ../sass/_forms.scss */
.type h2 {
  margin-bottom: 0;
}

/* line 90, ../sass/_forms.scss */
.area .inline {
  margin-right: 40px;
}

/* line 96, ../sass/_forms.scss */
.all-inline label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 100, ../sass/_forms.scss */
.all-inline span.wpcf7-form-control-wrap {
  display: inline;
}

/* line 105, ../sass/_forms.scss */
.toilet-options {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 36px;
}

/* line 110, ../sass/_forms.scss */
.other {
  clear: left;
}
/* line 113, ../sass/_forms.scss */
.other input {
  width: 170px;
  border-color: #c0c0c0;
}

/* line 119, ../sass/_forms.scss */
.note {
  font-size: 12px;
  font-style: italic;
}

/* line 124, ../sass/_forms.scss */
.clearform {
  clear: left;
}

/* line 128, ../sass/_forms.scss */
.restrictions-heading {
  margin-bottom: 15px !important;
}

/* line 132, ../sass/_forms.scss */
.captcha-ctn {
  margin-bottom: 2px;
}
/* line 135, ../sass/_forms.scss */
.captcha-ctn > img {
  position: relative;
  top: 7px;
}

/* line 143, ../sass/_forms.scss */
::-webkit-input-placeholder {
  color: #306186;
  font-size: 16px;
  line-height: 1.1;
}

/* line 149, ../sass/_forms.scss */
::-moz-placeholder {
  color: #306186;
  font-size: 16px;
  line-height: 1.1;
}

/* line 155, ../sass/_forms.scss */
:-ms-input-placeholder {
  color: #306186;
  font-size: 16px;
  line-height: 1.1;
}

/* line 161, ../sass/_forms.scss */
input:-moz-placeholder {
  color: #306186;
  font-size: 16px;
  line-height: 1.1;
}

/* line 167, ../sass/_forms.scss */
input[type=text]:focus,
input[type=email]:focus {
  outline: none;
}

/* line 1, ../sass/_tables.scss */
table {
  margin: 20px 0;
  padding: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-bottom: 0;
}
/* line 9, ../sass/_tables.scss */
table caption {
  text-align: center;
  background: #373737;
  color: #fff;
  font-family: "Proxima Nova Regular", Helvetica, Arial, Sans-Serif;
  font-size: 22px;
  height: 100px;
  line-height: 100px;
  text-transform: uppercase;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
/* line 20, ../sass/_tables.scss */
table caption:before {
  content: '';
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat -17px -13px;
  width: 28px;
  height: 31px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: -4px;
}
/* line 32, ../sass/_tables.scss */
table tr {
  background: #fff;
}
/* line 35, ../sass/_tables.scss */
table tr:hover {
  background: #fff;
}
/* line 40, ../sass/_tables.scss */
table th,
table td {
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  color: #555555;
  font-size: 14px;
  font-weight: normal;
  width: 50%;
}
/* line 51, ../sass/_tables.scss */
table td:first-child {
  text-transform: uppercase;
}
/* line 55, ../sass/_tables.scss */
table th,
table td:last-child {
  border-left: 1px solid #e4e4e4;
}
/* line 61, ../sass/_tables.scss */
table thead tr {
  background: #eee;
}
/* line 67, ../sass/_tables.scss */
table tbody tr:nth-child(even) {
  background: #eee;
}

/* line 74, ../sass/_tables.scss */
.easy-table {
  margin-bottom: 30px;
  background-color: #fff !important;
}

/* line 11, ../sass/_lists.scss */
.accordion .accordion-entry {
  padding: 0;
  margin: 0;
}
/* line 15, ../sass/_lists.scss */
.accordion .accordion-entry:before {
  background: none;
}
/* line 19, ../sass/_lists.scss */
.accordion .accordion-entry .accordion-content {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0;
}
/* line 24, ../sass/_lists.scss */
.accordion .accordion-entry:first-child .accordion-content {
  display: block;
}
/* line 28, ../sass/_lists.scss */
.accordion .accordion-entry.is-active .accordion-heading {
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
/* line 34, ../sass/_lists.scss */
.accordion .accordion-heading {
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  font-size: 17px;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
/* line 44, ../sass/_lists.scss */
.accordion .accordion-heading:hover {
  background: rgba(0, 0, 0, 0.15);
}
/* line 49, ../sass/_lists.scss */
.accordion .accordion-content {
  display: none;
  padding: 10px;
}

/* line 55, ../sass/_lists.scss */
.inner {
  display: none;
  padding: 10px;
}

/* line 63, ../sass/_lists.scss */
.main-content ul li {
  position: relative;
  padding-left: 22px;
}
/* line 68, ../sass/_lists.scss */
.main-content ul li::before {
  content: '';
  background: url('../img/sprites/globalSprite@1x.png?1373391037') no-repeat -44px -158px;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 9px;
  margin: auto;
}

/* line 84, ../sass/_lists.scss */
.datasheet-list > li {
  color: #7f8c8d;
  font-size: 11px;
  padding-left: 0 !important;
}
/* line 89, ../sass/_lists.scss */
.datasheet-list > li:before {
  background: none !important;
}
/* line 94, ../sass/_lists.scss */
.datasheet-list a {
  font-size: 16px;
  line-height: 16px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, Sans-Serif;
}

/* line 1, ../sass/_video.scss */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 850px;
  height: 550px;
  margin-left: -425px;
  margin-top: -275px;
  padding: 40px 20px 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 1, ../sass/_video.scss */
  .video-overlay {
    width: 750px;
    height: 450px;
    margin-left: -375px;
    margin-top: -225px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 1, ../sass/_video.scss */
  .video-overlay {
    width: 500px;
    height: 350px;
    margin-left: -250px;
    margin-top: -175px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1, ../sass/_video.scss */
  .video-overlay {
    width: 300px;
    height: 230px;
    margin-left: -150px;
    margin-top: -100px;
  }
}

/* line 37, ../sass/_video.scss */
.video-wrapper,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 45, ../sass/_video.scss */
.youtube {
  display: block;
}

/* line 49, ../sass/_video.scss */
.youtube-embed,
.youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 58, ../sass/_video.scss */
.hide-video {
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat -348px -177px;
  display: block;
  width: 18px;
  height: 19px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 20px;
}

/* line 1, ../sass/_buttons.scss */
input[type=submit] {
  background: #dd5b43;
  border: none;
  outline: none;
  color: #fff;
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: background 300ms ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: background 300ms ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background 300ms ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background 300ms ease-in-out, box-shadow 0.2s ease-in-out;
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
}
/* line 17, ../sass/_buttons.scss */
input[type=submit]:hover {
  background: #cd482f;
}

/* line 22, ../sass/_buttons.scss */
.btn {
  background: #028c7f;
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 22px;
  overflow: hidden;
  -moz-transition: background 300ms ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: background 300ms ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background 300ms ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background 300ms ease-in-out, box-shadow 0.2s ease-in-out;
  margin-bottom: 10px;
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
}
/* line 46, ../sass/_buttons.scss */
.btn:hover {
  background: #027267;
}
/* line 54, ../sass/_buttons.scss */
.btn .icon {
  width: 70px;
  height: 55px;
  background: #027267;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 66, ../sass/_buttons.scss */
.btn .icon::after {
  content: '';
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat -370px -68px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}
/* line 80, ../sass/_buttons.scss */
.btn .icon.icon-contact::after {
  background-position: -17px -80px;
  width: 30px;
  height: 21px;
}
/* line 88, ../sass/_buttons.scss */
.btn .icon.icon-graph::after {
  background-position: -17px -13px;
  width: 28px;
  height: 31px;
}
/* line 96, ../sass/_buttons.scss */
.btn .icon.icon-quote::after {
  background-position: -73px -19px;
  width: 32px;
  height: 23px;
}
/* line 104, ../sass/_buttons.scss */
.btn .icon.icon-settings::after {
  background-position: -133px -13px;
  width: 32px;
  height: 31px;
}
/* line 112, ../sass/_buttons.scss */
.btn .icon.icon-recycle::after {
  background-position: -194px -16px;
  width: 32px;
  height: 26px;
}
/* line 120, ../sass/_buttons.scss */
.btn .icon.icon-search::after {
  background-position: -255px -11px;
  width: 30px;
  height: 31px;
}
/* line 128, ../sass/_buttons.scss */
.btn .icon.icon-write::after {
  background-position: -315px -13px;
  width: 30px;
  height: 31px;
}
/* line 136, ../sass/_buttons.scss */
.btn .icon.icon-comment::after {
  background-position: -381px -14px;
  width: 30px;
  height: 28px;
}
/* line 144, ../sass/_buttons.scss */
.btn .icon.icon-refresh::after {
  background-position: -447px -13px;
  width: 24px;
  height: 32px;
}
/* line 152, ../sass/_buttons.scss */
.btn .icon.icon-map::after {
  background-position: -503px -11px;
  width: 36px;
  height: 30px;
}
/* line 160, ../sass/_buttons.scss */
.btn .icon.icon-download::after {
  background-position: -75px -70px;
  width: 30px;
  height: 31px;
}
/* line 168, ../sass/_buttons.scss */
.btn .icon.icon-link::after {
  background-position: -140px -70px;
  width: 30px;
  height: 31px;
}
/* line 176, ../sass/_buttons.scss */
.btn .icon.icon-external::after {
  background-position: -479px -67px;
  width: 31px;
  height: 29px;
}
/* line 184, ../sass/_buttons.scss */
.btn .icon.icon-share::after {
  background-position: -196px -73px;
  width: 30px;
  height: 28px;
}
/* line 192, ../sass/_buttons.scss */
.btn .icon.icon-twitter::after {
  background-position: -256px -70px;
  width: 36px;
  height: 30px;
}
/* line 200, ../sass/_buttons.scss */
.btn .icon.icon-facebook::after {
  background-position: -317px -66px;
  width: 16px;
  height: 32px;
}

/* line 209, ../sass/_buttons.scss */
.social {
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 221, ../sass/_buttons.scss */
.social:hover {
  background: #eee;
}
/* line 225, ../sass/_buttons.scss */
.social::after {
  content: '';
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 237, ../sass/_buttons.scss */
.social.facebook::after {
  background-position: -318px -126px;
  width: 10px;
  height: 22px;
}
/* line 245, ../sass/_buttons.scss */
.social.email::after {
  background-position: -359px -131px;
  width: 20px;
  height: 14px;
}
/* line 261, ../sass/_buttons.scss */
.social.twitter::after {
  background-position: -259px -127px;
  width: 24px;
  height: 20px;
}
/* line 269, ../sass/_buttons.scss */
.social.you-tube::after {
  background-position: -255px -176px;
  width: 29px;
  height: 12px;
}

/* line 277, ../sass/_buttons.scss */
.post-share {
  margin-top: 35px;
}
/* line 280, ../sass/_buttons.scss */
.post-share .post-share-item {
  padding: 0;
  opacity: .2;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 285, ../sass/_buttons.scss */
.post-share .post-share-item:first-child {
  border-top: 1px solid #000;
}
/* line 289, ../sass/_buttons.scss */
.post-share .post-share-item:before {
  background: none;
  padding: 0;
}
/* line 295, ../sass/_buttons.scss */
.post-share .post-share-item:hover {
  opacity: .3;
}
/* line 300, ../sass/_buttons.scss */
.post-share .social-intent {
  font-family: "Proxima Nova Regular", Helvetica, Arial, Sans-Serif;
  text-transform: lowercase;
  font-size: 17px;
  display: block;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 5px 0;
  text-align: center;
  margin-right: 5px;
}
/* line 311, ../sass/_buttons.scss */
.post-share .social-intent:before {
  content: '';
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
/* line 321, ../sass/_buttons.scss */
.post-share .social-intent.facebook:before {
  background-position: -514px -128px;
  width: 10px;
  height: 19px;
}
/* line 329, ../sass/_buttons.scss */
.post-share .social-intent.twitter:before {
  background-position: -538px -129px;
  width: 22px;
  height: 18px;
}
/* line 337, ../sass/_buttons.scss */
.post-share .social-intent.email:before {
  background-position: -573px -133px;
  width: 19px;
  height: 13px;
}

/* line 346, ../sass/_buttons.scss */
.to-top {
  width: 130px;
  height: 130px;
  background: #7f8c8d;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  line-height: 130px;
  text-align: center;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
}
/* line 362, ../sass/_buttons.scss */
.to-top > span {
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  /* line 369, ../sass/_buttons.scss */
  .is-touch .to-top {
    display: none !important;
  }
}

/* line 376, ../sass/_buttons.scss */
.btn-group > p,
.btn-group > a {
  width: 48%;
  float: left;
}
/* line 381, ../sass/_buttons.scss */
.btn-group > p:first-child,
.btn-group > a:first-child {
  margin-right: 2%;
}

/* line 386, ../sass/_buttons.scss */
.request {
  display: block;
  background: #fff;
  padding: 15px 40px;
  border: 3px solid rgba(0, 0, 0, 0.07);
  color: #dd5b43;
  text-align: center;
  overflow: hidden;
  margin: 30px 0 0;
  clear: both;
}
/* line 397, ../sass/_buttons.scss */
.request > h2 p {
  font-size: 20px;
  line-height: 20px;
}

/* line 1, ../sass/_quotes.scss */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: .5em 10px;
  quotes: "“" "”" "‘" "’";
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
}
/* line 9, ../sass/_quotes.scss */
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em;
}
/* line 18, ../sass/_quotes.scss */
blockquote p {
  display: inline;
}

/* line 3, ../sass/_homepage.scss */
.tout {
  background: #081c3b;
  border-bottom: 4px solid #fa6300;
  width: 100%;
  display: block;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084);
}
/* line 13, ../sass/_homepage.scss */
.tout__inner {
  height: 45px;
  position: relative;
  display: inline-block;
}
/* line 19, ../sass/_homepage.scss */
.tout__heading {
  color: white;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  padding-top: 12px;
  padding-left: 20px;
  font-size: 22px;
}
/* line 29, ../sass/_homepage.scss */
.tout__heading--add {
  display: none;
}
@media (min-width: 1050px) {
  /* line 29, ../sass/_homepage.scss */
  .tout__heading--add {
    display: inline;
  }
}

/* line 38, ../sass/_homepage.scss */
.tout-arrow {
  position: relative;
  top: 4px;
  fill: #fa6300;
  width: 15px;
  margin-right: 3px;
}

/* line 47, ../sass/_homepage.scss */
.tout-decor-ctn {
  position: absolute;
  top: 2px;
  display: none;
  margin-left: 20px;
}
@media (min-width: 768px) {
  /* line 47, ../sass/_homepage.scss */
  .tout-decor-ctn {
    display: inline-block;
  }
}

/* line 58, ../sass/_homepage.scss */
.tout-decor {
  width: 60px;
  height: 60px;
  background: white;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084);
}
/* line 70, ../sass/_homepage.scss */
.tout-decor__img {
  margin: 5px;
  display: block;
}
/* line 75, ../sass/_homepage.scss */
.tout-decor:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 0;
  border-color: transparent rgba(0, 0, 0, 0.4) transparent transparent;
  position: absolute;
  bottom: 0;
  left: -8px;
}

/* line 88, ../sass/_homepage.scss */
#big-video-wrap {
  position: fixed;
  z-index: -1;
}

/* line 93, ../sass/_homepage.scss */
#my-video-wrapper {
  display: none;
}

/* line 97, ../sass/_homepage.scss */
.home {
  height: 100%;
}

/* line 102, ../sass/_homepage.scss */
.home body {
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  /* line 102, ../sass/_homepage.scss */
  .home body {
    overflow: auto;
    min-height: 100%;
  }
}
/* line 111, ../sass/_homepage.scss */
.home body .push {
  height: 100%;
}
/* line 115, ../sass/_homepage.scss */
.home body .main {
  padding: 0;
  height: calc(100% - 45px);
}
@media only screen and (max-width: 800px) {
  /* line 115, ../sass/_homepage.scss */
  .home body .main {
    padding-bottom: 30px;
  }
}
/* line 124, ../sass/_homepage.scss */
.home body .social-ctn {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 600px) {
  /* line 124, ../sass/_homepage.scss */
  .home body .social-ctn {
    top: 0;
  }
}
/* line 134, ../sass/_homepage.scss */
.home.touch body {
  background: #efefef url(../img/video-fallback.jpg) no-repeat center 0;
}

/* line 140, ../sass/_homepage.scss */
.home-logo {
  margin: 0;
  position: relative;
  padding: 0;
}
/* line 145, ../sass/_homepage.scss */
.home-logo > a {
  background: url('../img/sprites/homepageSprite@1x.png?1373391047') no-repeat -37px -180px;
  width: 280px;
  height: 127px;
  display: block;
  margin: auto;
}

/* line 155, ../sass/_homepage.scss */
.quotes {
  position: relative;
}

/* line 159, ../sass/_homepage.scss */
.home-info-ctn {
  width: 550px;
  position: absolute;
  top: 34%;
  left: 50%;
  margin: auto auto auto -275px;
}
@media only screen and (max-width: 800px) {
  /* line 159, ../sass/_homepage.scss */
  .home-info-ctn {
    top: 3%;
  }
}

/* line 171, ../sass/_homepage.scss */
.quote-rotate {
  position: relative;
  max-width: 550px;
  margin-bottom: 0;
}
/* line 176, ../sass/_homepage.scss */
.quote-rotate li {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}
/* line 184, ../sass/_homepage.scss */
.quote-rotate h2 {
  font-size: 27px;
  color: #000;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  text-transform: none;
  line-height: 30px;
  text-align: center;
  width: 100%;
}

/* line 195, ../sass/_homepage.scss */
.circle {
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  display: table;
  position: absolute;
  margin: auto;
  opacity: 0;
  -moz-transition: top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.9s ease-in, -moz-transform 0.3s ease-in-out;
  -o-transition: top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.9s ease-in, -o-transform 0.3s ease-in-out;
  -webkit-transition: top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.9s ease-in, -webkit-transform 0.3s ease-in-out;
  transition: top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.9s ease-in, transform 0.3s ease-in-out;
  -moz-box-shadow: -3px 3px 0 #2d3538;
  -webkit-box-shadow: -3px 3px 0 #2d3538;
  box-shadow: -3px 3px 0 #2d3538;
}
/* line 209, ../sass/_homepage.scss */
.circle:hover {
  -webkit-transition-delay: 0 !important;
}
/* line 214, ../sass/_homepage.scss */
.circle .circle-heading {
  text-transform: uppercase;
}
/* line 218, ../sass/_homepage.scss */
.circle.one {
  width: 205px;
  height: 205px;
}
/* line 222, ../sass/_homepage.scss */
.circle.one .circle-heading {
  /* Small
  font-size: 18px;
  line-height: 18px;
  */
  font-size: 19px;
  line-height: 19px;
  width: 75%;
}
/* line 233, ../sass/_homepage.scss */
.circle.two {
  width: 180px;
  height: 180px;
}
/* line 237, ../sass/_homepage.scss */
.circle.two .circle-heading {
  /* Small
  font-size: 18px;
  line-height: 17px;
  */
  font-size: 20px;
  line-height: 18px;
  width: 77%;
}
/* line 248, ../sass/_homepage.scss */
.circle.three {
  width: 155px;
  height: 155px;
}
/* line 252, ../sass/_homepage.scss */
.circle.three .circle-heading {
  /* Small
  font-size: 16px;
  line-height: 16px;
  */
  font-size: 17px;
  line-height: 17px;
  width: 70%;
}
/* line 263, ../sass/_homepage.scss */
.circle.four {
  width: 125px;
  height: 125px;
}
/* line 268, ../sass/_homepage.scss */
.circle.green {
  background: #028c7f;
}
/* line 272, ../sass/_homepage.scss */
.circle.blue {
  background: #0074a5;
}
/* line 276, ../sass/_homepage.scss */
.circle.purple {
  background: #6d7b86;
}
/* line 280, ../sass/_homepage.scss */
.circle.brown {
  background: #938e7b;
}
/* line 284, ../sass/_homepage.scss */
.circle.lime {
  background: #bbc46b;
}
/* line 288, ../sass/_homepage.scss */
.circle.primary-color {
  background: #bbc46b;
}
/* line 292, ../sass/_homepage.scss */
.circle.secondary-color {
  background: #028c7f;
}
/* line 296, ../sass/_homepage.scss */
.circle.tertiary-color {
  background: #0074a5;
}
/* line 300, ../sass/_homepage.scss */
.circle .circle-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 305, ../sass/_homepage.scss */
.circle .circle-icon {
  display: block;
  margin: 0 auto 12px;
  background-image: url('../img/sprites/homepageIcons.png?1373391055');
  background-repeat: no-repeat;
  position: relative;
}
/* line 313, ../sass/_homepage.scss */
.circle.greywater {
  right: 28.5%;
  top: 2%;
}
/* line 317, ../sass/_homepage.scss */
.circle.greywater .circle-icon {
  width: 68px;
  height: 88px;
  background-position: -299px -17px;
  top: -5px;
}
/* line 325, ../sass/_homepage.scss */
.circle.rainwater {
  left: 7%;
  top: 23%;
}
/* line 329, ../sass/_homepage.scss */
.circle.rainwater .circle-icon {
  width: 94px;
  height: 94px;
  background-position: -161px -21px;
  top: -3px;
}
/* line 337, ../sass/_homepage.scss */
.circle.stormwater {
  right: 10%;
  bottom: 17.5%;
}
/* line 341, ../sass/_homepage.scss */
.circle.stormwater .circle-icon {
  width: 105px;
  height: 92px;
  background-position: -24px -22px;
  top: -4px;
}
/* line 349, ../sass/_homepage.scss */
.circle.contact {
  left: 29.5%;
  top: 3%;
}
/* line 353, ../sass/_homepage.scss */
.circle.contact .circle-icon {
  background-position: -414px -27px;
  width: 84px;
  height: 75px;
  top: -4px;
}
/* line 361, ../sass/_homepage.scss */
.circle.projects {
  right: 35.5%;
  bottom: 7.5%;
}
/* line 365, ../sass/_homepage.scss */
.circle.projects .circle-icon {
  background-position: -532px -26px;
  width: 76px;
  height: 76px;
  top: -6px;
}
/* line 373, ../sass/_homepage.scss */
.circle.video {
  left: 9%;
  bottom: 24%;
}
/* line 377, ../sass/_homepage.scss */
.circle.video .circle-icon {
  background-position: -645px -27px;
  width: 58px;
  height: 67px;
  left: 5px;
}
/* line 385, ../sass/_homepage.scss */
.circle.quote {
  left: 25.5%;
  bottom: 7.5%;
}
/* line 389, ../sass/_homepage.scss */
.circle.quote .circle-icon {
  background-position: -36px -151px;
  width: 80px;
  height: 76px;
  top: -2px;
}
/* line 397, ../sass/_homepage.scss */
.circle.about {
  right: 8.5%;
  top: 25%;
}
/* line 401, ../sass/_homepage.scss */
.circle.about .circle-icon {
  background-position: -162px -152px;
  width: 33px;
  height: 73px;
  top: -4px;
}
/* line 409, ../sass/_homepage.scss */
.circle .circle-heading {
  font-family: "Proxima Nova Regular", Helvetica, Arial, Sans-Serif;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  margin: auto;
  color: #fff;
}

/* line 419, ../sass/_homepage.scss */
.cta-ctn {
  max-width: 1150px;
  width: 100%;
  position: relative;
  margin: auto;
  height: 100%;
}
/* line 426, ../sass/_homepage.scss */
.cta-ctn .circle {
  opacity: 1;
}
/* line 431, ../sass/_homepage.scss */
.cta-ctn.is-not .circle {
  opacity: 1;
}
/* line 434, ../sass/_homepage.scss */
.cta-ctn.is-not .circle:nth-child(1) {
  top: 16%;
  -webkit-transition-delay: .70s;
}
/* line 439, ../sass/_homepage.scss */
.cta-ctn.is-not .circle:nth-child(2) {
  top: 3%;
  -webkit-transition-delay: 1.30s;
}
/* line 444, ../sass/_homepage.scss */
.cta-ctn.is-not .circle:nth-child(3) {
  top: 21%;
  -webkit-transition-delay: .15s;
}
/* line 449, ../sass/_homepage.scss */
.cta-ctn.is-not .circle:nth-child(4) {
  top: 69.5%;
  -webkit-transition-delay: 1s;
}
/* line 454, ../sass/_homepage.scss */
.cta-ctn.is-not .circle:nth-child(5) {
  top: 60%;
  -webkit-transition-delay: .45s;
}
/* line 459, ../sass/_homepage.scss */
.cta-ctn.is-not .circle:nth-child(6) {
  top: 71.5%;
  -webkit-transition-delay: 1.05s;
}
/* line 464, ../sass/_homepage.scss */
.cta-ctn.is-not .circle:nth-child(7) {
  top: 2%;
  -webkit-transition-delay: .30s;
}
/* line 469, ../sass/_homepage.scss */
.cta-ctn.is-not .circle:nth-child(8) {
  top: 56.5%;
  -webkit-transition-delay: .85s;
}
/* line 475, ../sass/_homepage.scss */
.cta-ctn.is-not .home-logo {
  opacity: 1;
  top: 0;
}
/* line 481, ../sass/_homepage.scss */
.cta-ctn.is-not .quotes {
  opacity: 1;
  top: 0;
}

/* line 490, ../sass/_homepage.scss */
.home-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  height: 34px;
  border-top: 1px solid #4f4f4f;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  /* line 490, ../sass/_homepage.scss */
  .home-footer {
    position: static;
    clear: left;
    height: 100px;
  }
}
/* line 506, ../sass/_homepage.scss */
.home-footer .terms-col {
  width: 20%;
  float: left;
  display: inline;
}
@media only screen and (max-width: 800px) {
  /* line 506, ../sass/_homepage.scss */
  .home-footer .terms-col {
    width: 31.25%;
    margin-right: 3.125%;
    float: left;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 506, ../sass/_homepage.scss */
  .home-footer .terms-col {
    width: 10%;
  }
}
/* line 522, ../sass/_homepage.scss */
.home-footer .social-ctn {
  width: 30%;
  float: left;
  display: inline;
  text-align: right;
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 522, ../sass/_homepage.scss */
  .home-footer .social-ctn {
    width: 30%;
  }
}
/* line 532, ../sass/_homepage.scss */
.home-footer .social-ctn .fb-like {
  top: -4px;
  margin-right: 5px;
}
/* line 538, ../sass/_homepage.scss */
.home-footer .footer-info-ctn {
  width: 50%;
  float: left;
  display: inline;
}
/* line 544, ../sass/_homepage.scss */
.home-footer .terms {
  margin-bottom: 0;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  color: rgba(255, 255, 255, 0.5);
  line-height: 34px;
}
/* line 551, ../sass/_homepage.scss */
.home-footer .footer-links {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  /* line 551, ../sass/_homepage.scss */
  .home-footer .footer-links {
    text-align: left;
  }
}
/* line 558, ../sass/_homepage.scss */
.home-footer .footer-links li, .home-footer .footer-links li > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 30px;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  color: rgba(255, 255, 255, 0.8);
}
/* line 564, ../sass/_homepage.scss */
.home-footer .footer-links li:last-child, .home-footer .footer-links li > a:last-child {
  margin-right: 0;
}
/* line 569, ../sass/_homepage.scss */
.home-footer .footer-links .footer-icon {
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
/* line 576, ../sass/_homepage.scss */
.home-footer .footer-links .footer-icon.footer-phone {
  width: 19px;
  height: 19px;
  background-position: -416px -130px;
}
/* line 582, ../sass/_homepage.scss */
.home-footer .footer-links .footer-icon.footer-email {
  width: 20px;
  height: 13px;
  background-position: -469px -133px;
}
@media only screen and (max-width: 600px) {
  /* line 590, ../sass/_homepage.scss */
  .home-footer .footer-col {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
  }
}

@media screen and (max-height: 750px) {
  /* line 605, ../sass/_homepage.scss */
  .circle.one {
    width: 165px;
    height: 165px;
  }
  /* line 609, ../sass/_homepage.scss */
  .circle.one .circle-heading {
    font-size: 15px;
    line-height: 15px;
    width: 75%;
  }
  /* line 616, ../sass/_homepage.scss */
  .circle.two {
    width: 140px;
    height: 140px;
  }
  /* line 620, ../sass/_homepage.scss */
  .circle.two .circle-heading {
    font-size: 15px;
    line-height: 15px;
    width: 77%;
  }
  /* line 627, ../sass/_homepage.scss */
  .circle.three {
    width: 115px;
    height: 115px;
  }
  /* line 631, ../sass/_homepage.scss */
  .circle.three .circle-heading {
    font-size: 15px;
    line-height: 15px;
    width: 70%;
  }
  /* line 642, ../sass/_homepage.scss */
  .circle.greywater .circle-icon {
    width: 52px;
    height: 67px;
    background-position: -234px -536px;
  }
  /* line 651, ../sass/_homepage.scss */
  .circle.rainwater .circle-icon {
    width: 83px;
    height: 83px;
    background-position: -142px -292px;
  }
  /* line 660, ../sass/_homepage.scss */
  .circle.stormwater .circle-icon {
    width: 94px;
    height: 81px;
    background-position: -20px -294px;
  }
  /* line 669, ../sass/_homepage.scss */
  .circle.contact .circle-icon {
    background-position: -318px -542px;
    width: 63px;
    height: 57px;
  }
  /* line 678, ../sass/_homepage.scss */
  .circle.projects .circle-icon {
    background-position: -405px -542px;
    width: 55px;
    height: 55px;
  }
  /* line 687, ../sass/_homepage.scss */
  .circle.video .circle-icon {
    background-position: -445px -744px;
    width: 42px;
    height: 48px;
    top: 5px;
    left: 9px;
  }
  /* line 698, ../sass/_homepage.scss */
  .circle.quote .circle-icon {
    background-position: -509px -736px;
    width: 57px;
    height: 53px;
    top: 0;
    margin-bottom: 8px;
  }
  /* line 709, ../sass/_homepage.scss */
  .circle.about .circle-icon {
    background-position: -587px -735px;
    width: 25px;
    height: 56px;
    top: 3px;
  }
}
@media screen and (min-height: 751px) and (max-height: 870px) {
  /* line 726, ../sass/_homepage.scss */
  .circle.one {
    width: 195px;
    height: 195px;
  }
  /* line 730, ../sass/_homepage.scss */
  .circle.one .circle-heading {
    font-size: 18px;
    line-height: 18px;
    width: 75%;
  }
  /* line 737, ../sass/_homepage.scss */
  .circle.two {
    width: 170px;
    height: 170px;
  }
  /* line 741, ../sass/_homepage.scss */
  .circle.two .circle-heading {
    font-size: 18px;
    line-height: 17px;
    width: 77%;
  }
  /* line 748, ../sass/_homepage.scss */
  .circle.three {
    width: 145px;
    height: 145px;
  }
  /* line 752, ../sass/_homepage.scss */
  .circle.three .circle-heading {
    font-size: 15px;
    line-height: 15px;
    width: 70%;
  }
  /* line 763, ../sass/_homepage.scss */
  .circle.greywater .circle-icon {
    width: 61px;
    height: 80px;
    background-position: -260px -289px;
  }
  /* line 772, ../sass/_homepage.scss */
  .circle.rainwater .circle-icon {
    width: 83px;
    height: 83px;
    background-position: -142px -292px;
  }
  /* line 781, ../sass/_homepage.scss */
  .circle.stormwater .circle-icon {
    width: 94px;
    height: 81px;
    background-position: -20px -294px;
  }
  /* line 790, ../sass/_homepage.scss */
  .circle.contact .circle-icon {
    background-position: -357px -300px;
    width: 71px;
    height: 64px;
  }
  /* line 799, ../sass/_homepage.scss */
  .circle.projects .circle-icon {
    background-position: -453px -302px;
    width: 63px;
    height: 63px;
  }
  /* line 808, ../sass/_homepage.scss */
  .circle.video .circle-icon {
    background-position: -550px -301px;
    width: 53px;
    height: 61px;
  }
  /* line 817, ../sass/_homepage.scss */
  .circle.quote .circle-icon {
    background-position: -620px -292px;
    width: 72px;
    height: 68px;
  }
  /* line 826, ../sass/_homepage.scss */
  .circle.about .circle-icon {
    background-position: -719px -290px;
    width: 32px;
    height: 70px;
  }
}
@media screen and (min-width: 0) and (max-width: 550px) {
  /* line 838, ../sass/_homepage.scss */
  .home-logo > a {
    background-position: -372px -204px;
    width: 170px;
    height: 77px;
    background-size: auto;
  }

  /* line 846, ../sass/_homepage.scss */
  .home-info-ctn {
    width: 300px;
    top: 3%;
    margin-left: -150px;
  }

  /* line 852, ../sass/_homepage.scss */
  .quote-rotate {
    max-width: 300px;
  }
  /* line 855, ../sass/_homepage.scss */
  .quote-rotate h2 {
    font-size: 22px;
    line-height: 25px;
  }

  /* line 861, ../sass/_homepage.scss */
  .home-navigation {
    padding-top: 220px;
    width: 320px;
    margin: auto;
  }

  /* line 867, ../sass/_homepage.scss */
  .circle {
    position: static;
    width: 140px !important;
    height: 140px !important;
    float: left;
    margin: 10px;
  }
  /* line 875, ../sass/_homepage.scss */
  .circle.one .circle-heading {
    font-size: 14px;
    line-height: 14px;
  }
  /* line 882, ../sass/_homepage.scss */
  .circle.two .circle-heading {
    font-size: 14px;
    line-height: 14px;
  }
  /* line 889, ../sass/_homepage.scss */
  .circle.three .circle-heading {
    font-size: 14px;
    line-height: 14px;
  }
  /* line 898, ../sass/_homepage.scss */
  .circle.greywater .circle-icon {
    width: 43px;
    height: 57px;
    background-position: -212px -741px;
    top: -1px;
  }
  /* line 908, ../sass/_homepage.scss */
  .circle.rainwater .circle-icon {
    width: 58px;
    height: 58px;
    background-position: -122px -743px;
  }
  /* line 917, ../sass/_homepage.scss */
  .circle.stormwater .circle-icon {
    width: 68px;
    height: 60px;
    background-position: -29px -743px;
  }
  /* line 926, ../sass/_homepage.scss */
  .circle.contact .circle-icon {
    background-position: -284px -746px;
    width: 53px;
    height: 48px;
  }
  /* line 935, ../sass/_homepage.scss */
  .circle.projects .circle-icon {
    background-position: -369px -746px;
    width: 47px;
    height: 47px;
  }
  /* line 944, ../sass/_homepage.scss */
  .circle.video .circle-icon {
    background-position: -445px -744px;
    width: 42px;
    height: 48px;
    top: -4px;
  }
  /* line 954, ../sass/_homepage.scss */
  .circle.quote .circle-icon {
    background-position: -509px -736px;
    width: 57px;
    height: 53px;
    top: -4px;
  }
  /* line 964, ../sass/_homepage.scss */
  .circle.about .circle-icon {
    background-position: -587px -735px;
    width: 25px;
    height: 56px;
    top: -3px;
  }

  /* line 973, ../sass/_homepage.scss */
  .home-footer {
    height: 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 550px) and (min-width: 601px) and (max-width: 800px) {
  /* line 973, ../sass/_homepage.scss */
  .home-footer {
    padding-top: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 550px) {
  /* line 980, ../sass/_homepage.scss */
  .home-footer .footer-links,
  .home-footer .terms-col {
    float: none;
  }
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  /* line 988, ../sass/_homepage.scss */
  .home-navigation {
    position: relative;
    padding-top: 255px;
    width: 400px;
    margin: auto;
    left: -10px;
    text-align: center;
  }

  /* line 997, ../sass/_homepage.scss */
  .circle {
    position: static;
    width: 180px !important;
    height: 180px !important;
    float: left;
    margin: 10px;
  }
  /* line 1006, ../sass/_homepage.scss */
  .circle.one .circle-heading {
    font-size: 17px;
    line-height: 17px;
  }
  /* line 1014, ../sass/_homepage.scss */
  .circle.two .circle-heading {
    font-size: 17px;
    line-height: 17px;
  }
  /* line 1022, ../sass/_homepage.scss */
  .circle.three .circle-heading {
    font-size: 17px;
    line-height: 17px;
  }
  /* line 1037, ../sass/_homepage.scss */
  .circle.rainwater .circle-icon {
    width: 83px;
    height: 83px;
    background-position: -142px -292px;
  }
  /* line 1046, ../sass/_homepage.scss */
  .circle.stormwater .circle-icon {
    width: 94px;
    height: 81px;
    background-position: -20px -294px;
  }
  /* line 1055, ../sass/_homepage.scss */
  .circle.projects .circle-icon {
    background-position: -453px -302px;
    width: 63px;
    height: 63px;
  }
  /* line 1064, ../sass/_homepage.scss */
  .circle.video .circle-icon {
    background-position: -550px -301px;
    width: 53px;
    height: 61px;
    top: -3px;
    margin-bottom: 20px;
  }
  /* line 1075, ../sass/_homepage.scss */
  .circle.quote .circle-icon {
    background-position: -620px -292px;
    width: 72px;
    height: 68px;
    top: -10px;
  }
  /* line 1085, ../sass/_homepage.scss */
  .circle.about .circle-icon {
    background-position: -719px -290px;
    width: 32px;
    height: 70px;
    top: -11px;
  }
}
/* line 1, ../sass/pages/_get-quote.scss */
.get-quote-section {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  /* line 1, ../sass/pages/_get-quote.scss */
  .get-quote-section {
    padding: 10px;
  }
}

/* line 12, ../sass/pages/_get-quote.scss */
.quote-mod {
  background: #ecf0f5;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  padding: 30px 0 0;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 10px;
  position: relative;
  margin-top: 0;
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 12, ../sass/pages/_get-quote.scss */
  .quote-mod {
    margin: 20px 5px 0;
    width: 230px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 12, ../sass/pages/_get-quote.scss */
  .quote-mod {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
/* line 32, ../sass/pages/_get-quote.scss */
.quote-mod:nth-child(odd) {
  top: 30px;
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 32, ../sass/pages/_get-quote.scss */
  .quote-mod:nth-child(odd) {
    top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 32, ../sass/pages/_get-quote.scss */
  .quote-mod:nth-child(odd) {
    top: 0;
  }
}

/* line 45, ../sass/pages/_get-quote.scss */
.quote-icon {
  width: 150px;
  height: 150px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 30px;
  background: #fff;
  position: relative;
}

/* line 54, ../sass/pages/_get-quote.scss */
.quote-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* line 64, ../sass/pages/_get-quote.scss */
.quote-cta-ctn {
  background: #028C7F;
  padding: 20px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 4px 0 #2d3538;
  -webkit-box-shadow: 0 4px 0 #2d3538;
  box-shadow: 0 4px 0 #2d3538;
}

/* line 72, ../sass/pages/_get-quote.scss */
.quote-title {
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
  color: #fff;
}

/* line 79, ../sass/pages/_get-quote.scss */
.btn-quote-main {
  text-align: center;
  margin: 0;
  font-size: 18px;
  background: #1ABC9C;
}

/* line 86, ../sass/pages/_get-quote.scss */
.btn-finance {
  text-align: left;
  background: #34495E;
  width: 400px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 600px) {
  /* line 86, ../sass/pages/_get-quote.scss */
  .btn-finance {
    width: 100%;
    margin: 20px auto;
  }
}
/* line 97, ../sass/pages/_get-quote.scss */
.btn-finance:hover {
  background: #203a54;
}
/* line 101, ../sass/pages/_get-quote.scss */
.btn-finance .icon {
  background: #2C3E50;
}
/* line 105, ../sass/pages/_get-quote.scss */
.btn-finance .btn-quote {
  background: #E74C3C;
}

/* line 2, ../sass/pages/_about.scss */
.about-page .video-wrapper {
  margin-bottom: 20px;
  max-width: 620px;
}

/* line 8, ../sass/pages/_about.scss */
.testimonial {
  background: #fff;
  margin: 20px 0;
  padding: 15px;
  position: relative;
}
/* line 14, ../sass/pages/_about.scss */
.testimonial:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat -426px -173px;
  width: 54px;
  height: 39px;
  display: block;
}
/* line 25, ../sass/pages/_about.scss */
.testimonial h2 {
  color: #028c7f;
}

/* line 31, ../sass/pages/_about.scss */
.facts-popup {
  display: none;
}

/* line 1, ../sass/pages/_contact.scss */
.google-map {
  margin-bottom: 10px;
}
/* line 4, ../sass/pages/_contact.scss */
.google-map iframe {
  display: block;
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 600px) {
  /* line 4, ../sass/pages/_contact.scss */
  .google-map iframe {
    height: 200px;
  }
}

/* line 1, ../sass/_subpage.scss */
.main-content {
  opacity: 0;
  position: relative;
  top: -10px;
  -moz-transition: opacity 0.8s linear 1.2s, top 0.4s ease 1.15s;
  -o-transition: opacity 0.8s linear 1.2s, top 0.4s ease 1.15s;
  -webkit-transition: opacity 0.8s linear, top 0.4s ease;
  -webkit-transition-delay: 1.2s, 1.15s;
  transition: opacity 0.8s linear 1.2s, top 0.4s ease 1.15s;
}
@media only screen and (max-width: 600px) {
  /* line 11, ../sass/_subpage.scss */
  .main-content:last-of-type {
    margin-bottom: 20px;
  }
}
/* line 16, ../sass/_subpage.scss */
.main-content.is-active {
  opacity: 1;
  top: 0;
}
/* line 20, ../sass/_subpage.scss */
.main-content.is-active .aside-mod {
  opacity: 1;
  top: 0;
}

/* line 27, ../sass/_subpage.scss */
.primary-col {
  background-color: #fff;
  margin-top: 20px;
  padding: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: -2px 2px 0 #2c2c2c;
  -webkit-box-shadow: -2px 2px 0 #2c2c2c;
  box-shadow: -2px 2px 0 #2c2c2c;
  border: 1px solid rgba(0, 0, 0, 0.07);
  min-height: 378px;
}

/* line 38, ../sass/_subpage.scss */
.aside-mod {
  position: relative;
  top: -8px;
  margin-bottom: 20px;
  margin-top: 20px;
  opacity: 0;
  -moz-transition: opacity 0.8s linear 1.2s, top 0.3s ease 1.27s;
  -o-transition: opacity 0.8s linear 1.2s, top 0.3s ease 1.27s;
  -webkit-transition: opacity 0.8s linear, top 0.3s ease;
  -webkit-transition-delay: 1.2s, 1.27s;
  transition: opacity 0.8s linear 1.2s, top 0.3s ease 1.27s;
}
/* line 46, ../sass/_subpage.scss */
.aside-mod .curved-ctn a:last-child {
  margin-bottom: 0;
}

/* line 53, ../sass/_subpage.scss */
.category .category-inner {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: -2px 2px 0 #2c2c2c;
  -webkit-box-shadow: -2px 2px 0 #2c2c2c;
  box-shadow: -2px 2px 0 #2c2c2c;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
/* line 60, ../sass/_subpage.scss */
.category .category-img-ctn {
  padding: 20px 0;
}
/* line 64, ../sass/_subpage.scss */
.category .category-img {
  margin: auto;
  display: block;
}
/* line 69, ../sass/_subpage.scss */
.category .category-heading {
  padding: 15px 0;
  text-align: center;
  margin: 0;
  color: #028c7f;
  font-size: 21px;
}
/* line 77, ../sass/_subpage.scss */
.category .item-list {
  margin: 15px 10px;
}
/* line 80, ../sass/_subpage.scss */
.category .item-list .item {
  margin: 10px 0;
  padding: 0;
}
/* line 84, ../sass/_subpage.scss */
.category .item-list .item:before {
  position: static;
}
/* line 89, ../sass/_subpage.scss */
.category .item-list .item-title {
  word-wrap: break-word;
  margin: 0;
  color: #fff;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  display: block;
  padding: 12px 12px;
  text-transform: uppercase;
  background: #0074a5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
  font-size: 15px;
  line-height: 17px;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
/* line 106, ../sass/_subpage.scss */
.category .item-list .item-title:hover {
  background: #016792;
}
/* line 112, ../sass/_subpage.scss */
.category .product-img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  float: left;
  display: block;
  margin-right: 10px;
}
/* line 121, ../sass/_subpage.scss */
.category .item-view {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #028c7f;
  padding: 3px 10px;
  display: block;
  color: #fff;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
}
/* line 132, ../sass/_subpage.scss */
.category .category-all {
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  background: #0074a5;
  color: #fff;
  text-align: center;
  display: block;
  height: 55px;
  line-height: 55px;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  text-transform: uppercase;
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
}
/* line 145, ../sass/_subpage.scss */
.category .category-all:hover {
  background: #28a3d7;
}

/* line 153, ../sass/_subpage.scss */
.related-projects h2 {
  text-align: center;
}
/* line 157, ../sass/_subpage.scss */
.related-projects .project-list {
  margin-bottom: 0;
}
/* line 160, ../sass/_subpage.scss */
.related-projects .project-list li {
  padding-left: 0;
  margin: 0;
  position: relative;
}
/* line 165, ../sass/_subpage.scss */
.related-projects .project-list li::before {
  background: none;
}
/* line 170, ../sass/_subpage.scss */
.related-projects .project-list a {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  color: #7f8c8d;
  height: 65px;
}
/* line 178, ../sass/_subpage.scss */
.related-projects .project-list a > h3 {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: 18px;
}
/* line 187, ../sass/_subpage.scss */
.related-projects .project-list .attachment-thumbnail {
  width: 65px;
  height: 65px;
  padding: 1px;
  border: 1px solid grey;
  float: left;
  margin-right: 10px;
}
/* line 196, ../sass/_subpage.scss */
.related-projects .project-list .icon-project {
  background: #fbfffc;
  border: 3px solid #c0c0c0;
  width: 45px;
  height: 45px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
/* line 210, ../sass/_subpage.scss */
.related-projects .project-list .icon-project::after {
  content: '';
  background: url('../img/sprites/iconSprite@1x.png?1373999768') no-repeat -430px -70px;
  width: 16px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 226, ../sass/_subpage.scss */
.latest-projects {
  position: relative;
}
/* line 229, ../sass/_subpage.scss */
.latest-projects .project-entry {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 233, ../sass/_subpage.scss */
.latest-projects .project {
  display: block;
  height: auto;
}
/* line 238, ../sass/_subpage.scss */
.latest-projects img {
  padding: 0;
  margin: 0;
  display: block;
}
/* line 244, ../sass/_subpage.scss */
.latest-projects h2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  margin: 0;
}

/* line 259, ../sass/_subpage.scss */
.latest-news .module-header {
  text-align: center;
}
/* line 267, ../sass/_subpage.scss */
.latest-news .news-item {
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid silver;
}
/* line 272, ../sass/_subpage.scss */
.latest-news .news-item:last-child {
  border: none;
}
/* line 276, ../sass/_subpage.scss */
.latest-news .news-item:before {
  content: none;
}

/* line 285, ../sass/_subpage.scss */
.flexslider .slides .project {
  overflow: hidden;
  max-height: 400px;
  display: block;
  height: 100%;
  position: relative;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 294, ../sass/_subpage.scss */
.flexslider .slides .project:hover {
  opacity: .9;
}
/* line 298, ../sass/_subpage.scss */
.flexslider .slides .project img {
  width: 100%;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 304, ../sass/_subpage.scss */
.flexslider .slides .project h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  margin: 0;
  color: #fff;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 331, ../sass/_subpage.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 335, ../sass/_subpage.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 341, ../sass/_subpage.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 342, ../sass/_subpage.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 343, ../sass/_subpage.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 344, ../sass/_subpage.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 347, ../sass/_subpage.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 348, ../sass/_subpage.scss */
html[xmlns] .slides {
  display: block;
}

/* line 349, ../sass/_subpage.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 354, ../sass/_subpage.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 359, ../sass/_subpage.scss */
.flexslider {
  margin: 0 0 20px;
  background: #fff;
  position: relative;
  zoom: 1;
}

/* line 360, ../sass/_subpage.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 361, ../sass/_subpage.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 362, ../sass/_subpage.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 364, ../sass/_subpage.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 368, ../sass/_subpage.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 369, ../sass/_subpage.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

/* line 370, ../sass/_subpage.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

/* line 371, ../sass/_subpage.scss */
.flex-direction-nav .flex-prev {
  left: -36px;
}

/* line 372, ../sass/_subpage.scss */
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

/* line 373, ../sass/_subpage.scss */
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

/* line 374, ../sass/_subpage.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 375, ../sass/_subpage.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
/* line 378, ../sass/_subpage.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
}

/* line 379, ../sass/_subpage.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 380, ../sass/_subpage.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 381, ../sass/_subpage.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 382, ../sass/_subpage.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 384, ../sass/_subpage.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 385, ../sass/_subpage.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 386, ../sass/_subpage.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 387, ../sass/_subpage.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 388, ../sass/_subpage.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 391, ../sass/_subpage.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 392, ../sass/_subpage.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* line 396, ../sass/_subpage.scss */
.archive {
  margin-top: 50px;
}
/* line 399, ../sass/_subpage.scss */
.archive .archive-entry {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 402, ../sass/_subpage.scss */
.archive .archive-entry-link {
  word-wrap: break-word;
  margin: 0;
  color: #fff;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  display: block;
  padding: 12px 12px;
  text-transform: uppercase;
  background: #0074a5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
  font-size: 15px;
  line-height: 17px;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
/* line 419, ../sass/_subpage.scss */
.archive .archive-entry-link:hover {
  background: #016792;
}
/* line 423, ../sass/_subpage.scss */
.archive .archive-entry-title {
  font-size: 15px;
  line-height: 17px;
  margin: 0;
}

/* line 430, ../sass/_subpage.scss */
.post-navigation {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  /* line 430, ../sass/_subpage.scss */
  .post-navigation {
    margin-top: 45px;
  }
}
/* line 437, ../sass/_subpage.scss */
.post-navigation > a {
  word-wrap: break-word;
  margin: 0;
  color: #fff;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 12px 12px;
  text-transform: uppercase;
  background: #0074a5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
  font-size: 15px;
  line-height: 17px;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  position: relative;
}
@media only screen and (max-width: 600px) {
  /* line 437, ../sass/_subpage.scss */
  .post-navigation > a {
    display: block;
    margin-top: 5px;
  }
}
/* line 460, ../sass/_subpage.scss */
.post-navigation > a:hover {
  background: #016792;
}
/* line 465, ../sass/_subpage.scss */
.post-navigation a[rel*='prev'] {
  float: left;
}
/* line 468, ../sass/_subpage.scss */
.post-navigation a[rel*='prev']:before {
  content: '<<';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  /* line 465, ../sass/_subpage.scss */
  .post-navigation a[rel*='prev'] {
    float: none;
  }
}
/* line 479, ../sass/_subpage.scss */
.post-navigation a[rel*='next'] {
  float: right;
}
/* line 482, ../sass/_subpage.scss */
.post-navigation a[rel*='next']:after {
  content: '>>';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  /* line 479, ../sass/_subpage.scss */
  .post-navigation a[rel*='next'] {
    float: none;
    text-align: right;
  }
}

/* line 495, ../sass/_subpage.scss */
.entry-content img,
.primary-col img {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* line 501, ../sass/_subpage.scss */
.page-id-21 .entry-title,
.page-id-23 .entry-title,
.page-id-25 .entry-title {
  font-size: 35px;
  line-height: 35px;
  padding: 30px 0 20px;
}

/* line 510, ../sass/_subpage.scss */
.news-page .curved-ctn {
  margin-top: 20px;
}

/* line 1, ../sass/_footer.scss */
.main-footer {
  background: #2c2c2c;
  padding: 25px 0 5px;
  height: 175px;
  margin-top: -175px;
  -moz-box-shadow: inset 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  border-top: 3px solid #dd5b43;
}
@media only screen and (max-width: 600px) {
  /* line 1, ../sass/_footer.scss */
  .main-footer {
    height: auto;
    margin-top: 0;
  }
}

/* line 21, ../sass/_footer.scss */
.footer-ctn > div {
  float: left;
  margin-right: 100px;
}
@media only screen and (max-width: 600px) {
  /* line 21, ../sass/_footer.scss */
  .footer-ctn > div {
    margin-right: 0;
  }
}
/* line 29, ../sass/_footer.scss */
.footer-ctn > div:last-child {
  margin-right: 0;
}

/* line 34, ../sass/_footer.scss */
.footer-logo {
  background: url('../img/footer-logo.png?1398725021') no-repeat 0 0;
  width: 180px;
  height: 82px;
  display: block;
}

/* line 43, ../sass/_footer.scss */
.social-links > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 5px;
}

/* line 52, ../sass/_footer.scss */
.footer-navigation > ul {
  float: left;
  margin-right: 40px;
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* line 56, ../sass/_footer.scss */
  .footer-navigation > ul:first-child {
    margin-bottom: 0;
  }
}
/* line 62, ../sass/_footer.scss */
.footer-navigation > ul:last-child {
  margin-right: 0;
}
/* line 67, ../sass/_footer.scss */
.footer-navigation a {
  color: #fff;
}

/* Login page */
/* line 2, ../sass/_login.scss */
body.login {
  background: #fff !important;
  height: 100%;
  min-height: 100%;
  color: white;
}

/* line 3, ../sass/_login.scss */
body.login h1 a {
  background: url('../img/sprites/globalSprite@1x.png?1373391037') no-repeat -235px -7px;
  width: 200px;
  height: 91px;
  margin: 0 auto 20px;
}

/* line 8, ../sass/_login.scss */
body.login #nav, body.login #backtoblog {
  text-shadow: none;
  text-align: center;
}

/* line 9, ../sass/_login.scss */
body.login form {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f9f9f9;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  overflow: hidden;
  padding-bottom: 20px;
}

/* line 10, ../sass/_login.scss */
body.login #nav a, body.login #backtoblog a {
  color: #CD482F !important;
}

/* line 11, ../sass/_login.scss */
body.login #nav a:hover, body.login #backtoblog a:hover {
  color: #CD482F !important;
}

/* line 12, ../sass/_login.scss */
body.login #nav {
  padding: 0;
  margin: 15px 0 7px 7px;
}

/* line 13, ../sass/_login.scss */
body.login #backtoblog {
  padding: 0;
  margin: 0 0 0 7px;
  display: none;
}

/* line 14, ../sass/_login.scss */
body.login input.button-primary,
body.login button.button-primary,
body.login a.button-primary {
  word-wrap: break-word;
  margin: 0;
  color: #fff;
  font-family: "Proxima Nova Semi Bold", Helvetica, Arial, Sans-Serif;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 20px 12px;
  text-transform: uppercase;
  background: #0074a5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
  font-size: 15px;
  line-height: 17px;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  position: relative;
  height: 40px !important;
}
/* line 35, ../sass/_login.scss */
body.login input.button-primary:hover,
body.login button.button-primary:hover,
body.login a.button-primary:hover {
  background: #016792;
}

/* line 40, ../sass/_login.scss */
.wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:hover, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
  -moz-box-shadow: 0 2px 0 #2d3538;
  -webkit-box-shadow: 0 2px 0 #2d3538;
  box-shadow: 0 2px 0 #2d3538;
}
