@font-face {
  font-family: "aero";
  src: url("fonts/aero_matics_display_regular-webfont.eot");
  src: url("fonts/aero_matics_display_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/aero_matics_display_regular-webfont.woff2") format("woff2"),
    url("fonts/aero_matics_display_regular-webfont.woff") format("woff"),
    url("fonts/aero_matics_display_regular-webfont.ttf") format("truetype"),
    url("fonts/aero_matics_display_regular-webfont.svg#aero_matics_displayregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

#ccm-account-menu-container {
  display: none;
}
#ccm-layouts-edit-mode .row {
  display: block;
}
#ccm-layouts-edit-mode div[class^="col-sm"] {
  max-width: 100%;
  float: left;
}
#ccm-layouts-edit-mode .col-sm-12 {
  width: 100%;
}
#ccm-layouts-edit-mode .col-sm-11 {
  width: 91.66666667%;
}
#ccm-layouts-edit-mode .col-sm-10 {
  width: 83.33333333%;
}
#ccm-layouts-edit-mode .col-sm-9 {
  width: 75%;
}
#ccm-layouts-edit-mode .col-sm-8 {
  width: 66.66666667%;
}
#ccm-layouts-edit-mode .col-sm-7 {
  width: 58.33333333%;
}
#ccm-layouts-edit-mode .col-sm-6 {
  width: 50%;
}
#ccm-layouts-edit-mode .col-sm-5 {
  width: 41.66666667%;
}
#ccm-layouts-edit-mode .col-sm-4 {
  width: 33.33333333%;
}
#ccm-layouts-edit-mode .col-sm-3 {
  width: 25%;
}
#ccm-layouts-edit-mode .col-sm-2 {
  width: 16.66666667%;
}
#ccm-layouts-edit-mode .col-sm-1 {
  width: 8.33333333%;
}

.google-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.4;
  filter: grayscale(1);
}

.thanks-privacy p {
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 20px;
}

#contact-form fieldset,
#raq-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#contact-form .control-label,
#contact-form .text-muted.small {
  display: none;
}

#contact-form .mb-3 {
  margin-bottom: 5px;
}

#contact-form .mb-3:nth-child(1),
#contact-form .mb-3:nth-child(2),
#contact-form .mb-3:nth-child(3),
#contact-form .mb-3:nth-child(4) {
  width: 49%;
  display: inline-block;
}

.form-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#contact-form .form-actions button {
  background-color: #0596f1;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 19px;
  border: 1px solid #111;
  box-shadow: 0px 0px 1px #fff inset, 0px 2px 3px rgb(0 0 0 / 17%);
  border-radius: 4px;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
  float: right;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-image: url(images/mail.png);
  background-repeat: no-repeat;
  background-position: -50px 11px;
}

#contact-form .form-actions button:hover,
#contact-form .form-actions button:focus {
  padding: 9px 19px 9px 50px;
  background-color: #111;
  background-position: 13px 11px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.thanks-privacy h2 {
  color: #0596f1;
  display: block;
  font-size: 33px;
  text-align: left;
}

.thanks-privacy h3 {
  font-size: 26px;
  text-align: center;
  color: #555;
  text-transform: uppercase;
  font-family: "Aero";
  text-align: left;
}

.grecaptcha-badge {
  z-index: 999999;
}

.clear {
  clear: both;
}

.wetransform img {
  width: 100%;
  display: block;
  margin: 0px auto;
  height: auto;
}

.container.primary * {
  opacity: 0.01;
}
html {
  overflow-x: hidden;
}
body,
html {
  height: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #555;
}

body.contact {
  background-color: #0596f1;
  overflow-y: hidden;
}

#map-canvas {
  height: 100%;
  opacity: 0.3;
}

.contact .container.primary {
  position: absolute !important;
  top: 124px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 427px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.8) !important;
  min-height: 1px !important;
  padding: 20px 30px;
}

hr {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #ccc;
}

.page-header {
  padding: 25px 0px 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  margin: 0px;
  height: 93px;
  position: fixed;
  top: 0px;
  background: #fff;
  width: 100%;
  border-top: 5px solid #0596f1;

  z-index: 9;
}
.page-header #site-title {
  font-family: "blair";
  text-decoration: none;
  transition: all 0.2s;
  opacity: 1;
  color: #2b2c31;
  display: block;
  background-image: url(images/logo.png);
  background-size: 80px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 94px;
  font-size: 26px;
  padding-top: 18px;
  padding-left: 90px;
  letter-spacing: -1px;
  position: relative;
}

.page-header #site-title:hover {
  opacity: 0.65;
  transition: all 0.2s;
}

.page-header #site-title em {
  font-style: normal;
  color: #df8400;
}

.page-header #site-title span {
  color: #8c8c8c;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  position: absolute;
  top: 51px;
  left: 91px;
  text-decoration: none;
  letter-spacing: 0px;
}

.page-header #site-title span strong {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
  margin-top: -5px;
}

.nav-wrap {
  text-align: right;
  position: absolute;
  right: 0px;
  top: -3px;
}

.nav-wrap .nav {
  display: none;
}

.nav-wrap .nav li {
  float: left;
  margin: 0px 2px;
}

.nav-wrap .nav li a {
  padding: 9px 14px;
  color: #555;
  font-size: 20px;
  text-decoration: none;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s;
}

.nav-wrap .nav li a:hover,
.nav-wrap .nav li a.nav-selected {
  background-color: #0596f1;
  transition: all 0.2s;
  color: #fff;
}

.nav-wrap .nav li a.nav-selected:hover {
  background-color: #1d1d1d;
  transition: all 0.2s;
}

.banner {
  background-image: url(images/bghead.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: 0px -90px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.134) inset;
  -o-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.134) inset;
  -moz-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.134) inset;
  -webkit-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.134) inset;
  height: 600px;
}

.page-title {
  background-image: url(images/innerbgheader.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  border-bottom: 3px double #fff;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.134) inset;
  overflow: hidden;
  -o-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.134) inset;
  -moz-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.134) inset;
  -webkit-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.134) inset;
  height: 420px;
}

.page-title h1 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0px;
  padding: 26px 0px 17px;
  text-align: left;
  text-transform: uppercase;
  top: -50px;
  opacity: 0;
  position: relative;
  transition: all 0.75s;
  -webkit-transition: all 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-size: 37px;
}

#mapwrap {
  height: calc(100% - 132px);
  background-color: #06639e;
}

.page-title h1 span {
  display: block;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0px;
  font-weight: 300;
  opacity: 0;
  text-transform: none;
  position: relative;
  top: -30px;
  transition: all 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.golden {
  color: #df8400;
}

.main-content {
  border-right: 1px solid #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Aero";
}

.container.primary {
  padding: 30px;
  min-height: 580px;
  background: #fff;
  position: relative;
  margin-top: -270px;
  border-radius: 6px;
}
.container.primary .main-content p {
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 20px;
}
.home .container.primary {
  min-height: 1px;
  margin-bottom: 25px;
  margin-top: 0px;
}

.container.primary .main-content h3 {
  font-weight: 900;
  color: #dc9600;
}

.container.primary .main-content h4 {
  font-weight: 900;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2px;
}

.footer {
  width: 100%;
  background: #1d1d1d;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 45px 0;
  line-height: 13px;
}

.footer p {
  margin-bottom: 0px;
}

.footer p a,
.footer p a:active,
.footer p a:focus {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.footer p a:hover {
  color: #ffee84;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media (min-width: 768px) {
  .mobmenu {
    display: none;
  }

  .nav-wrap .nav {
    display: block;
  }
}

/*Services*/

ul.services {
  padding: 0px;
  margin: 35px 0px 0px;
}

ul.services li {
  list-style-type: none;
  margin-bottom: 20px;
  width: 46%;
  padding: 0px 10px 10px 0px;
  border-radius: 5px;
  min-height: 105px;
  padding-left: 20px;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  background-image: url(images/Honeycomb.png);
}

ul.services li:nth-child(2n + 2) {
  margin-left: 20px;
}

ul.services li h2 {
  color: #d68400;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0px 5px;
}

ul.services li p {
  line-height: 22px !important;
}

/* Testimonials */

.main-content blockquote {
  padding: 20px 20px 20px 37px;
  margin: 5px 0px;
  font-size: 16px;
  border-left: none;
  line-height: 17px;
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: 0px 20px;
  background-image: url(images/quote.png);
  border-bottom: 1px dotted #ccc;
}

.main-content blockquote span {
  display: block;
  font-weight: 600;
  font-style: normal;
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}

.main-content blockquote span em {
  font-style: normal;
  display: block;
  margin-top: -11px;
  font-size: 11px;
  color: #333;
}

.sidebar .googleMapCanvas {
  width: 100%;
  height: 190px;
  border: 1px solid #333;
  border-radius: 3px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

/* Contact Form */

.field {
  margin: 0px 0px 5px;
}

.field label {
  display: none;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.2s;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border: 1px solid #0596f1;
  transition: all 0.2s;
}

input.submit {
  background-color: #0596f1;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 19px;
  border: 1px solid #111;
  box-shadow: 0px 0px 1px #fff inset, 0px 2px 3px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  float: right;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-image: url(images/mail.png);
  background-repeat: no-repeat;
  background-position: -50px 11px;
}

input.submit:hover {
  padding: 9px 19px 9px 50px;
  background-color: #111;
  background-position: 13px 11px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

input.submit:focus {
  outline: 0;
}

.field select {
  padding: 5px 1px;
}

/*Sidebar*/

a.raq,
a.raq:focus {
  display: block;
  width: 100%;
  background-color: #d98d00;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  font-family: "blair";
  text-transform: lowercase;
  font-size: 21px;
  text-align: center;
  padding: 25px;
  border-radius: 6px;
  border: 1px solid #b16d00;
  box-shadow: 0px 0px 1px #fff inset, 0px 4px 7px rgba(0, 0, 0, 0.125);
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

a.raq:hover {
  background-color: #1d1d1d;
  border: 1px solid #000;
  box-shadow: 0px 0px 2px #fff inset, 0px 6px 7px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  padding: 25px 25px 25px 80px;
}

a.raq span {
  text-indent: -9999em;
  display: block;
  background-image: url(images/raq.png);
  background-size: 100%;
  width: 70px;
  height: 210px;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  top: 17px;
  left: -70px;
  transition: all 1s;
}

.old-browser {
  position: fixed;
  width: 100%;
  background: #f50013;
  top: 0px;
  text-align: center;
  padding: 25px 0px;
  z-index: 999;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.old-browser p {
  margin-bottom: 0px;
}

.old-browser a {
  border-bottom: 1px dashed #fff;
}

.old-browser a:hover {
  text-decoration: none;
  color: #000 !important;
  border-bottom: 1px dashed #000;
}

a.raq:hover span {
  left: 5px;
  transition: all 0.5s;
  transform: rotate(-375deg);
  -o-transform: rotate(-375deg);
  -moz-transform: rotate(-375deg);
  -webkit-transform: rotate(-375deg);
  -ms-transform: rotate(-375deg);
}

.sidebarForm {
  display: none;
  opacity: 1 !important;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.sidebarForm * {
  opacity: 1 !important;
}

.contact .footer {
  padding: 25px 0 !important;
  position: fixed !important;
  bottom: 0px !important;
  z-index: 899 !important;
}

.whyChoose {
  margin-top: 40px;
}

.whyChoose h3 {
  font-size: 26px;
  text-align: center;
  color: #555;
  text-transform: uppercase;
  font-family: "Aero";
}

.whyChoose h3 span {
  color: #0596f1;
  display: block;
  font-size: 33px;
}

.whyChoose ul {
  list-style: none;
  padding: 0px;
  margin: 30px 0px 0px;
  border-radius: 18px;
}

.whyChoose ul li {
  color: #555;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #ccc;
  font-size: 19px;
  padding-left: 30px;
  display: block;
  background-image: url(images/licheck.png);
  background-repeat: no-repeat;
  transition: color 0.2s;
  background-size: 26px;
}

.whyChoose ul li:nth-of-type(4) {
  border-bottom: none;
}

.footer-left h4 {
  background-image: url(images/footer-bg.png);
  width: 49px;
  height: 57px;
  display: block;
  margin: 0px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: 100%;
}

div#citation {
  position: absolute;
  top: 11px;
  left: 80px;
  font-size: 11px;
  text-align: left;
}

.footer-right p {
  text-align: center;
  margin-top: 8px;
}

.contact-top {
  margin-top: -9px;
}

.contact-top p {
  text-align: right;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  color: #0596f1;
}

.contact-top span:nth-of-type(2) {
  color: #d48100;
  display: block;
  font-size: 25px;
  margin-top: -2px;
}

.contact-top p span.icon-phone {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.125);
  color: #fff;
  background-color: #0596f1;
  width: 25px;
  height: 25px;
  font-size: 17px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding-top: 1px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.home .primary h1 {
  font-family: "aero";
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  color: #1d1d1d;
}

.home .primary h1 span {
  display: block;
  font-size: 19px;
  color: #8d8d8d;
}

.home .primary p {
  text-align: center;
  font-size: 18px;
  padding: 0px 100px;
}

.home .primary a {
  text-align: center;
  text-decoration: none;
  background-color: #0596f1;
  border: 1px solid #005184;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px;
  display: block;
  width: 300px;
  margin: 30px auto 0px;
  border-radius: 4px;
  box-shadow: 0px 0px 2px #fff inset, 0px 5px 5px rgba(0, 0, 0, 0.12);
  transition: all 0.2s;
}

.home .primary a:hover {
  transition: all 0.2s;
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
}

.pillar img {
  margin: 30px auto 0px;
  display: block;
  border-radius: 100%;
}

.pillar h2 {
  font-family: "blair";
  text-align: center;
  font-size: 21px;
}

.success,
.errors {
  position: fixed;
  width: 100%;
  bottom: -150px;
  left: 0px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  padding: 40px 0px;
  box-shadow: 0px -2px 16px rgba(0, 0, 0, 0.3), 0px -1px #fff;
}

.success {
  background-color: #6fbf4d;
  border-top: 1px solid #48912a;
}

.errors {
  background-color: #dc3f01;
  border-top: 1px solid #671d00;
}

.errors > .error {
  font-weight: 400;
}

.contact .main-content p strong:before {
  color: #8c8c8c;
}

.home-cta {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 45px;
  background-color: #d27c00;
  color: #fff;
  box-shadow: 0px 0px 160px rgba(0, 0, 0, 0.1) inset;
}

.home-cta p {
  margin: 0px;
  text-align: center;
  font-size: 28px;
}

.home-cta a,
.home-cta a:focus {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 10px 25px;
  position: relative;
  top: -4px;
  margin-left: 8px;
  background-color: transparent;
  transition: all 0.2s;
}

.home-cta a:hover {
  background-color: #fff;
  transition: all 0.2s;
  color: #d27c00;
}

.closeMsg {
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 19px;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.21);
}

.closeMsg:hover {
  color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}

.pillars-intro h3 {
  text-align: center;
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 0px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.pillars-outro h3 {
  color: #666;
  font-weight: 300;
  text-align: center;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  margin-bottom: -20px;
}

.mobnavitems {
  display: none;
}

.sidebar .rbtn {
  background-color: #383838;
  color: #fff;
  border: 1px solid #000;
  box-shadow: 0px 0px 1px #ccc inset, 0px 3px 6px rgba(0, 0, 0, 0.25);
  padding: 15px 15px 16px;
  width: 100%;
  display: block;
  font-family: "Aero";
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 25px;
  text-align: right;
  text-decoration: none;
  transition: all 0.2s;
  background-image: url(images/raq.png);
  background-repeat: no-repeat;
  background-position: 20px 5px;
}

.sidebar .rbtn:hover {
  background-color: #0595ea;
  transition: all 0.2s;
}

/* ------------------------------- MOBILE STARTS HERE ---------------------------------------- */

@media (max-width: 1200px) {
  .page-header #site-title span {
    font-size: 13px;
    top: 50px;
    left: 92px;
  }

  .nav-wrap .nav li a {
    padding: 7px 9px;
    font-size: 13px;
  }

  .nav-wrap {
    width: auto;
  }

  .contact-top p {
    font-size: 13px;
  }

  .contact-top span:nth-of-type(2) {
    font-size: 22px;
  }

  .page-header {
    padding: 15px 0px 10px;
  }

  .contact-top {
    margin-top: -4px;
  }

  .sidebar .rbtn {
    font-size: 20px;
    text-align: right;
    background-size: 92px;
  }

  .whyChoose h3 span {
    color: #0596f1;
    display: block;
    font-size: 27px;
  }
}

@media (max-width: 992px) {
  .ccm-layout .ccm-layout-cell {
    float: none !important;
    width: 100% !important;
  }

  .ccm-layout-col-spacing {
    margin: 0px !important;
  }

  .contact-top {
    margin-top: -6px;
    position: relative;
    top: 10px;
  }

  .nav-wrap .nav li a {
    padding: 7px 4px;
    font-size: 12px;
  }

  .contact-top span:nth-of-type(2) {
    font-size: 19px;
  }

  .contact-top p {
    font-size: 12px;
  }

  .page-header #site-title {
    background-size: 55px;
    font-size: 18px;
    padding-top: 24px;
    padding-left: 62px;
  }

  .page-header #site-title span {
    font-size: 11px;
    top: 45px;
    left: 62px;
  }

  .pillar img {
    width: 175px;
    height: auto;
  }

  .pillar h2 {
    font-size: 17px;
  }
  .main-content {
    border-right: none;
  }

  .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .mnav {
    display: none;
  }
}

@media (max-width: 767px) {
  .truckimg {
    width: 100%;
    height: auto;
  }

  ul.services {
    margin-top: 0px;
  }

  .page-title h1 span {
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 5px;
  }

  ul.services li {
    list-style-type: none;
    margin-bottom: 11px;
    width: 100%;
    padding: 0px 10px 5px 25px;
    border-radius: 5px;
    min-height: 1px;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    background-image: url(images/Honeycomb.png);
  }

  ul.services li:nth-child(2n + 2) {
    margin-left: 0px;
  }

  .whyChoose ul li {
    font-size: 15px;
  }

  .slidebtn {
    transition: all 0.2s;
  }

  .ghostbtn:hover {
    background: #fff !important;
    transition: all 0.2s !important;
    color: #1d1d1d !important;
  }

  .slidebtn:hover {
    text-decoration: none;
    transition: all 0.2s;
    background: #1d1d1d;
  }

  .container.primary .main-content p {
    line-height: 25px;
    font-size: 14px;
  }

  .contact-top {
    display: none;
  }

  .mobnavitems,
  .mobnavitems:hover,
  .mobnavitems:focus {
    background: #0596f1;
    color: #fff;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 45px;
    height: 45px;
    display: block;
    float: right;
    font-size: 31px;
    text-align: center;
    margin: 6px 4px 0px;
  }

  .mnav ul {
    display: none;
    background-color: #0596f1;
    border-left: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
  }

  .mnav ul li {
    border-bottom: 1px solid #1d1d1d;
    display: block;
  }

  .mnav ul li:nth-of-type(1) {
    border-top: 1px solid #1d1d1d;
  }

  .mnav ul li a {
    text-align: center;
    color: #fff;
  }

  .page-header #site-title {
    font-size: 23px;
    padding-top: 4px;
    height: 75px;
    background-position: top left;
  }

  .page-header #site-title span {
    font-size: 12px;
    top: 30px;
  }

  .footer-left h4 {
    width: 39px;
    height: 47px;
    margin: 0px auto -8px;
  }

  div#citation {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 15px;
  }

  .footer-right p {
    text-align: center;
    margin-top: 5px;
    line-height: 9px;
    font-size: 11px;
  }

  .footer {
    padding: 15px 0 25px;
  }

  .home .primary p {
    font-size: 14px;
    padding: 0px;
  }

  .pillars-intro h3 {
    font-size: 26px;
  }

  .pillar img {
    width: 150px;
    height: auto;
  }

  .pillar h2 {
    font-size: 17px;
    margin-top: 0px;
  }

  .ccm-layout-table .ccm-layout-col {
    width: 100% !important;
    float: none !important;
  }

  .ccm-layout-col-spacing {
    margin: 0px !important;
  }

  .main-content {
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .ls-bottom-nav-wrapper,
  .ls-nav-prev,
  .ls-nav-next {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .col-xxs-12 {
    width: 100%;
  }

  .mnavwrap {
    width: 106px;
    margin: 0px auto;
  }

  .mnav {
    margin-top: 22px;
  }
  .page-header #site-title {
    width: 381px;
    margin: 0px auto;
    border-bottom: 1px solid #ccc;
  }

  .home-cta {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .home-cta a,
  .home-cta a:focus {
    width: 100%;
    display: block;
    top: 12px;
    margin-left: 0px;
  }

  .home-cta p {
    margin: 0px;
    text-align: center;
    font-size: 25px;
    line-height: 23px;
  }
}

@media (max-width: 767px) and (min-width: 753px) {
  .home-cta a,
  .home-cta a:focus {
    display: block;
    width: 139px;
  }
}

@media (max-width: 420px) {
  .page-header #site-title {
    width: 311px;
    margin: 0px auto;
    border-bottom: 1px solid #ccc;
    background-size: 44px;
    padding-left: 50px;
    padding-top: 12px;
    height: 56px;
    font-size: 19px;
  }

  .page-header #site-title span {
    display: none;
  }

  a.raq,
  a.raq:focus {
    font-size: 17px;
    line-height: 17px;
  }
}

@media (max-width: 345px) {
  .page-header #site-title {
    width: 255px;
    margin: 0px auto;
    border-bottom: 1px solid #ccc;
    background-size: 44px;
    padding-left: 53px;
    padding-top: 14px;
    height: 56px;
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  /*
.page-header {
  border-bottom: 1px solid #1d1d1d;
    background-image: url(images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.mnav ul {
  display: none;
  background-color: rgba(0,0,0,0.4);
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.mnav ul li:nth-of-type(1) {
  border-top: 1px solid #FFF;
}

.mnav ul li {
  border-bottom:1px solid #FFF;
}

.mnav ul li a { text-shadow: none; color: #FFF; }
.mnav ul li a:hover { background: rgba(0,0,0,0.5); }
.mobnavitems, .mobnavitems:hover, .mobnavitems:focus { background: none; }
.page-header #site-title em, .page-header #site-title span, .page-header #site-title span strong { color: #FFF; } 
.page-header #site-title { border-bottom: 1px solid #FFF; color: #FFF; }*/
}

@media (max-width: 992px) {
  .esa {
    width: 63px;
    top: 8px;
    right: 205px;
  }
}

@media (max-width: 767px) {
  .esa {
    display: none;
  }
}

p.smtel {
  position: absolute;
  top: 39px;
  right: 14px;
  font-size: 10px;
}

@media (max-width: 992px) {
  p.smtel {
    position: absolute;
    top: 45px;
    right: 0px;
    font-size: 9px;
  }

  .nav-wrap {
    top: 67px;
  }
}

.page-header ul.social {
  position: absolute;
  top: 2px;
  left: 69px;
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.page-header ul.social li {
  float: left;
  margin: 0px 2px;
}

.page-header ul.social li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -999em;
  background-image: url(images/social.png);
}

.page-header ul.social li a.fb {
  background-position: 0px 0px;
}

.page-header ul.social li a.tw {
  background-position: -32px 0px;
}

.page-header ul.social li a.li {
  background-position: -64px 0px;
}

.page-header ul.social li a.fb:hover {
  background-position: 0px -32px;
}

.page-header ul.social li a.tw:hover {
  background-position: -32px -32px;
}

.page-header ul.social li a.li:hover {
  background-position: -64px -32px;
}

.nav-wrap .social {
  display: none;
}

@media (max-width: 992px) {
  .page-header ul.social {
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    top: 9px;
    left: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .page-header ul.social.nm {
    display: none;
  }
}

.twitterHead {
  border-top: 1px solid #ccc;
}

.twitterHead h3 {
  background-image: url(images/hex-feed.png);
  background-position: 0px 0px;
  background-size: 22px;
  background-repeat: no-repeat;
  padding-left: 32px;
  font-size: 17px;
  color: #666;
  font-weight: 900;
  padding-bottom: 9px;
  padding-top: 4px;
}

.twitterFollow {
  float: right;
  position: relative;
  top: -39px;
  z-index: 5;
}

.twitterFeed {
  top: -17px;
  position: relative;
}

.twitterFeed .ccm-tweet-text {
  font-size: 13px;
}

.twitterFeed .ccm-tweet-time {
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  text-align: left;
  border-top: 1px dotted #ccc;
  padding-top: 1px;
  margin-top: 3px;
  padding-bottom: 5px;
}

.site-logo {
  background-image: url(images/logo.png);
  width: 400px;
  height: 34px;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -999em;
  position: absolute;
  top: 3px;
  left: 0px;
  transition: all 0.2s;
  opacity: 1;
}

.site-logo:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

.banner-inner p {
  color: #fff;
  font-size: 49px;
  line-height: 49px;
  text-align: center;
  margin-top: 170px;
}

.button-wrap {
  width: 482px;
  margin: 50px auto;
}

.button-wrap a {
  display: block;
  float: left;
  width: 225px;
  text-align: center;
  margin: 0px 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 6px;
}

.button-wrap a.rbtn {
  background: rgb(56, 56, 56);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(56, 56, 56, 1) 1%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, rgba(56, 56, 56, 1)),
    color-stop(100%, rgba(19, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(56, 56, 56, 1) 1%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(56, 56, 56, 1) 1%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(56, 56, 56, 1) 1%,
    rgba(19, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(56, 56, 56, 1) 1%,
    rgba(19, 19, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#131313',GradientType=0 );
  color: #fff;
  border: 1px solid #000;
  box-shadow: 0px 0px 1px #ccc inset, 0px 3px 6px rgba(0, 0, 0, 0.25);
  padding: 15px 15px 16px;
  background-size: 100%;
  transition: all 0.2s;
}

.button-wrap a.gbtn {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  transition: all 0.2s;
}

.button-wrap a.gbtn:hover {
  background-color: #fff;
  color: #163b6b;
  transition: all 0.2s;
  text-decoration: none;
}

.button-wrap a:focus {
  text-decoration: none;
}

.button-wrap a.rbtn:hover {
  transition: all 0.2s;
  text-decoration: none;
  background-size: 175%;
  box-shadow: 0px 0px 1px #ccc inset, 0px 3px 6px rgba(0, 0, 0, 0.55);
}

.page-title,
.banner {
  margin-top: 89px;
}

.contacth1 {
  margin-top: -88px;
  position: relative;
  font-size: 50px;
  top: -30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.contacth1 span {
  display: block;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0px;
  font-weight: 900;
  opacity: 0;
  text-transform: none;
  position: relative;
}

.contacth2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  position: relative;
  top: 51px;
  font-size: 33px;
}

.field-text,
.field-select,
.field-email,
.field-telephone {
  float: left;
  width: 49%;
  margin-right: 5px;
}

.field-textarea {
  clear: both;
}

.contact .container.primary h3 {
  font-weight: normal;
  color: #1391dc;
  margin-top: 0px;
  border-bottom: 1px dotted #ccc;
  font-size: 26px;
  text-transform: lowercase;
}

img.inline-img-l {
  float: left;
  margin-right: 18px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.servicelist {
  padding-bottom: 15px;
}

.servicelist ul {
  list-style: none;
  padding: 0px;
}

.servicelist ul li {
  float: left;
  width: 49%;
  margin: 0 4px 4px 0;
  display: block;
  color: #fff;
  text-align: left;
  padding: 17px 17px 17px 98px;
  border-radius: 4px;
  background: #004974;
  font-size: 20px;
  background-image: url(images/checks.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
}

ul#box-container {
  list-style: none;
  padding: 0;
}

ul#box-container li {
  float: left;
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 5px;
  background: #059ef2;
}

ul#box-container li a img {
  opacity: 1 !important;
  transition: all 0.2s;
}

ul#box-container li a:hover img {
  opacity: 0.3 !important;
  transition: all 0.2s;
}

@media (max-width: 1200px) {
  .wetransform img {
    width: 100%;
    display: block;
    margin: 0px auto;
    height: auto;
  }

  .nav-wrap {
    top: 11px;
  }

  .nav-wrap .nav li a {
    font-size: 17px;
  }

  .site-logo {
    top: 16px;
    width: 350px;
  }

  .banner {
    background-position: center;
    height: 370px;
  }

  .banner-inner p {
    font-size: 31px;
    line-height: 36px;
    text-align: center;
    margin-top: 102px;
  }

  .home .primary h1 {
    font-size: 37px;
  }

  .home .primary p {
    font-size: 17px;
  }

  .footer {
    padding: 25px 0;
  }

  .container.primary .main-content p {
    line-height: 22px;
    font-size: 16px;
  }

  .servicelist ul li {
    line-height: 16px;
    font-size: 15px;
    background-size: 65px;
    padding: 12px 0px 12px 73px;
  }

  .main-content blockquote {
    line-height: 20px;
  }

  .contact .container.primary {
    margin: 270px auto 0;
  }

  .field-text,
  .field-select,
  .field-email,
  .field-telephone {
    width: 47%;
    margin-right: 3px;
  }

  .contacth1 {
    top: -20px;
  }

  .contacth2 {
    top: 40px;
  }
}

@media (max-width: 992px) {
  .site-logo {
    top: 16px;
    width: 278px;
  }

  .nav-wrap .nav li a {
    font-size: 15px;
  }

  .page-title h1 {
    padding: 16px 0px 7px;
  }

  .container.primary {
    padding: 30px;
    min-height: 530px;
  }

  ul#box-container {
    list-style: none;
    padding: 0;
    width: 600px;
    margin: 0px auto;
  }

  #mapwrap {
    min-height: 85%;
    max-height: 92%;
  }

  .contacth1 span {
    font-size: 14px;
  }
  .contact .container.primary {
    margin: 270px auto 0;
  }

  .field-text,
  .field-select,
  .field-email,
  .field-telephone {
    width: 49%;
    margin-right: 3px;
  }

  .contact .field-text,
  .contact .field-select,
  .contact .field-email,
  .contact .field-telephone {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .contact .container.primary {
    padding-bottom: 75%;
  }

  .site-logo {
    top: 16px;
    width: 270px;
    left: 20px;
  }

  .banner-inner p {
    margin-top: 82px;
  }

  .container.primary {
    margin-top: -300px;
  }

  .mnavwrap {
    float: right;
  }

  ul#box-container {
    width: 400px;
  }

  ul#box-container li {
    float: left;
    width: 90px;
    height: 90px;
  }

  .contacth2 {
    top: 51px;
    font-size: 29px;
  }

  body.contact {
    overflow-y: unset !important;
    height: auto !important;
    min-height: auto !important;
  }

  .contact .container.primary {
    height: auto !important;
    min-height: auto !important;
    position: relative !important;
    margin: 100px auto 0;
    display: block !important;
  }

  .contact .container.primary {
    padding-bottom: 25%;
  }
}

@media (max-width: 556px) {
  .servicelist {
    padding-bottom: 0px;
    margin-bottom: -15px;
  }

  .servicelist ul li {
    float: none;
    width: 100%;
    font-size: 18px;
  }

  .banner-inner p {
    font-size: 20px;
    margin-top: 80px;
    line-height: 26px;
  }

  .button-wrap {
    width: 100%;
    margin: 20px auto 80px;
  }
  .button-wrap a {
    display: block;
    margin: 8px auto;
    float: none;
  }
}

@media (max-width: 410px) {
  .site-logo {
    top: 13px;
    width: 190px;
    left: 20px;
  }

  .mnav {
    margin-top: 14px;
  }

  .mobnavitems,
  .mobnavitems:hover,
  .mobnavitems:focus {
    width: 35px;
    height: 35px;
    font-size: 25px;
    margin: 4px 4px 0px;
  }

  .page-header {
    height: 73px;
  }

  .page-title,
  .banner {
    margin-top: 65px !important;
  }

  .banner-inner p {
    margin-top: 63px;
  }

  .home .primary h1 {
    font-size: 32px;
  }

  .home .primary a {
    width: 100%;
  }
}

@media (max-width: 350px) {
  #mapwrap {
    height: 175%;
  }

  .contacth1 span {
    display: block;
    font-size: 14px;
  }

  .contacth1 {
    top: -75px;
    font-size: 40px;
    margin-bottom: 19px;
  }
  .field-text,
  .field-select,
  .field-email,
  .field-telephone {
    width: 100%;
    margin-right: 0px;
  }

  .sidebar .rbtn {
    font-size: 20px;
    text-align: right;
    background-size: 92px;
    background-position: 10px 5px;
  }
}

#request_quote {
  width: 100% !important;
  display: none;
}

.rq_inner {
  width: 600px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.rq_inner h4 {
  margin: 0px;
  padding: 10px 20px;
  font-family: "Source Sans Pro";
  background-color: #1d1d1d;
  border-bottom: 1px solid;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 9;
  position: absolute;
  width: 100%;
  text-shadow: -1px -1px #000;
}

.rq_form {
  padding: 50px 30px 60px;
}

.rq_form p {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 15px;
  text-align: center;
  padding: 0px 50px;
}

.close_quote {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 999;
  display: block;
  cursor: pointer;
  color: #fff;
  text-shadow: -1px -1px #000;
}

@media (max-width: 640px) {
  .rq_inner {
    width: 400px;
  }

  .rq_form p {
    padding: 0px;
  }
}

@media (max-width: 420px) {
  .rq_inner {
    width: 300px;
  }

  .rq_form .field-text,
  .rq_form .field-select,
  .rq_form .field-email,
  .rq_form .field-telephone {
    width: 100%;
  }

  .rq_form p {
    padding: 0px;
  }
}

@media (max-width: 330px) {
  .rq_inner {
    width: 250px;
  }
}

@media (max-height: 850px) and (min-width: 1201px) {
  .contacth1 {
    margin-top: -102px;
    top: -30px;
  }
}

@media (max-height: 780px) and (min-width: 1201px) {
  .contact .container.primary {
    margin: 250px auto 0;
  }

  .contacth2 {
    top: 21px;
    font-size: 24px;
  }
}

@media (max-height: 680px) and (min-width: 1201px) {
  .contacth2 {
    top: 28px;
    font-size: 33px;
  }
}

@media (max-height: 890px) and (max-width: 768px) {
  .contacth2 {
    top: 128px;
  }
}

@media (max-height: 640px) {
  #mapwrap {
    height: 98%;
  }
  .contacth2 {
    top: 190px;
  }
}

@media (min-width: 992px) and (max-height: 640px) {
  #mapwrap {
    min-height: 84%;
    max-height: 93%;
  }
}

@media (max-height: 485px) {
  .contacth2 {
    top: 100px;
  }
}

@media (max-height: 485px) {
  #mapwrap {
    height: 208%;
  }
}

@media (max-height: 570px) and (max-width: 321px) {
  .contacth2 {
    top: 50px;
  }

  #mapwrap {
    height: 172%;
  }
}

@media (max-width: 431px) {
  .contact .main-content,
  .contact .contact-form-wrap {
    float: none;
    width: 100%;
  }

  .contact .container.primary {
    margin: 270px auto 0;
    height: 140% !important;
  }
}
