/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import '../css/animate.min.css';
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot?acwg9j');
  src: url('../../fonts/icomoon.eot?acwg9j#iefix') format('embedded-opentype'), url('../../fonts/icomoon.ttf?acwg9j') format('truetype'), url('../../fonts/icomoon.woff?acwg9j') format('woff'), url('../../fonts/icomoon.svg?acwg9j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-th-menu:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e902";
}
.icon-triangle-left:before {
  content: "\e900";
}
.icon-triangle-right:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
html,
body {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
}
body.loaded {
  background-color: #fff;
}
html {
  color: #4e4e4e;
  /*font-family: @cabinFontStack;*/
}
body {
  background-color: transparent;
  color: #414042;
}
h1,
h2,
h3 {
  font-weight: 700;
}
img {
  max-width: 100%;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p,
li {
  font-weight: 400;
  font-size: 1.2em;
  color: #414042;
}
li p {
  font-size: 1em;
}
.container {
  margin: 0 auto;
}
.content-area.padded {
  padding-top: 84px;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
a:focus {
  outline: 0;
}
a.selected li {
  color: #414042 !important;
}
.showMobile {
  display: block;
}
.showDesktop {
  display: none;
}
.form-row {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
span.alert {
  padding: 10px 15px !important;
}
span.alert-danger {
  background-color: #F2DEDE;
  color: #a94442;
}
span.alert-success {
  background-color: #DFF0D8;
  color: #3c763d;
}
span.alert-warning {
  background-color: #FCF8E3;
  color: #8a6d3b;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
.sticky {
  margin-top: 54px;
}
.stuck {
  position: fixed;
  top: 0;
  left: 15px;
  width: 100%;
  z-index: 1000;
}
.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
/*--------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
/*.nav-menu.non-toggled li a { font-family: 'Arial', sans-serif; } //fallback font while custom font loads
.nav-menu.non-toggled.active li a { } //custom font after loading
*/
button.navbar-toggle {
  float: right;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 8px;
  right: 5px;
  padding: 2px 5px;
  color: #999999;
  border-radius: 5px;
  margin: 0;
}
button.navbar-toggle span {
  width: 47px;
  height: 36px;
  display: block;
  text-indent: -99999px;
  background-image: url('../../img/iconMenu.svg');
  background-repeat: no-repeat;
  background-size: auto 36px;
}
button.navbar-toggle:hover,
button.navbar-toggle:active {
  color: #0082ca;
}
/*.menu-toggle,*/
.nav-menu.non-toggled {
  display: none;
}
button.trigger {
  background: #ccc;
  border: none;
  width: 45px;
  height: 35px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  /*left: 90%;*/
  top: 0px;
  cursor: pointer;
  outline: none;
}
button.trigger:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 5px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}
header .mobileMenu {
  display: block;
  visibility: 1;
  position: relative;
}
select > option:hover,
select > option:focus {
  box-shadow: 0 0 10px 100px #fff inset;
}
/*--------------------------------------------------------------
Desktop Nav
--------------------------------------------------------------*/
.main-navigation {
  padding: 0;
  clear: both;
}
/*--------------------------------------------------------------
Mobile Nav
--------------------------------------------------------------*/
.navWrapper {
  padding: 0;
}
/*--------------------------------------------------------------
Slick SLider
----------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: none !important;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Dots */
.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none !important;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/*------------------------------
LAZYLOAD VIDEOS
------------------------------*/
.lazyload-video {
  background-color: #000;
  cursor: pointer;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.lazyload-video--vimeo img {
  top: 0;
}
.lazyload-video--youtube img {
  top: -16.84%;
}
.lazyload-video img {
  cursor: pointer;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
}
.lazyload-video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.lazyload-video .play-button {
  background-color: #333;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 60px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 90px;
  z-index: 1;
}
.lazyload-video .play-button::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/*--------------------------------------------------------------
Page Elements
--------------------------------------------------------------*/
.wpcf7-not-valid-tip {
  background-color: #F4BEBE;
  border: 1px solid #A51212;
  color: #A51212 !important;
  margin-top: 5px;
  padding: 5px;
  margin-bottom: 5px;
}
.wpcf7-validation-errors {
  background-color: #F4BEBE;
  border: 1px solid #A51212 !important;
  color: #A51212;
  margin: 28px 0 14px !important;
  padding: 5px;
}
.wpcf7-mail-sent-ok {
  background-color: #C3E5A7;
  border: 1px solid #267512;
  color: #267512;
  margin: 28px 0 14px;
  padding: 5px;
}
header.site-header .headerTop {
  background-image: url('../../img/bg-50.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  border-bottom: 4px solid #f16a36;
  padding: 20px 0;
}
header.site-header .headerTop a {
  background-color: #f16a36;
  color: #fff;
  padding: 8px 15px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 1.2em;
}
header.site-header .headerTop a.btnPhone {
  padding-left: 40px;
  background-image: url('../../img/iconPhone.svg');
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 10px center;
}
header.site-header .headerMid {
  background-color: #fff;
}
header.site-header .headerMid .site-branding {
  padding-right: 0;
}
header.site-header .headerMid .site-branding .site-title {
  margin: 10px 0;
}
header.site-header .headerMid .site-branding .site-title a {
  width: 210px;
  height: 36px;
  text-indent: -99999px;
  display: block;
  background-image: url('../../img/logoDark.svg');
  background-size: 210px 36px;
}
header.site-header .headerMid .utility {
  padding-top: 10px;
  padding-left: 10px;
}
header.site-header .headerMid .utility .searchToggle {
  width: 36px;
  height: 36px;
  background-image: url('../../img/bgSearch.png');
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 50%;
  border: 4px solid #414142;
  text-align: center;
}
header.site-header .headerMid .utility .searchToggle span {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -99999px;
  background-image: url('../../img/iconSearch.svg');
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
header.site-header .headerMid .searchArea {
  display: none;
  *zoom: 1;
  width: 100%;
  max-width: 320px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
header.site-header .headerMid .searchArea:before,
header.site-header .headerMid .searchArea:after {
  content: " ";
  display: table;
}
header.site-header .headerMid .searchArea:after {
  clear: both;
}
header.site-header .headerMid .searchArea .search-input {
  width: 70%;
  padding: 6px 5px 5px;
  float: left;
}
header.site-header .headerMid .searchArea .btnSearchSubmit {
  background-color: #999999;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  padding: 9px 25px 5px;
  float: left;
  width: 30%;
}
.bannerArea {
  *zoom: 1;
}
.bannerArea:before,
.bannerArea:after {
  content: " ";
  display: table;
}
.bannerArea:after {
  clear: both;
}
.bannerArea .bannerSlider {
  position: relative;
}
.bannerArea .bannerSlider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.bannerArea .bannerSlider .bannerText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bannerArea .bannerSlider .bannerText p.site-description {
  color: #fff;
  font-size: 1.3em;
  font-weight: 900;
  text-align: center;
  padding: 0 30px;
}
.bannerArea .bannerSlider .bannerText p.buttons {
  text-align: center;
}
.bannerArea .bannerSlider .bannerText p.buttons a {
  display: inline-block;
  background-color: rgba(33, 53, 70, 0.6);
  color: #fff;
  border: 2px solid #f16a36;
  font-size: 0.7em;
  max-width: 40%;
  padding: 4px 10px;
}
.bannerArea .bannerSlider .bannerText p.buttons a:first-child {
  margin-right: 6px;
}
.bannerArea .bannerSlider .bannerText p.buttons a:last-child {
  margin-left: 6px;
}
.bannerArea .bannerSlider .bannerText p.buttons a:hover {
  background-color: #213546;
  text-decoration: none;
}
.mainHomeContent .content {
  margin-bottom: 25px;
}
.mainHomeContent .content h2 {
  font-weight: 900;
}
.mainHomeContent .content p strong {
  color: #f16a36;
}
.mainHomeContent .content p a {
  color: #414042;
  border: 2px solid #f16a36;
  padding: 5px 15px;
  float: right;
}
.mainHomeContent .content p a:hover {
  background-color: #f16a36;
  color: #fff;
  text-decoration: none;
}
.mainHomeContent .contentImg {
  overflow: hidden;
  margin-bottom: 20px;
}
.mainHomeContent .contentImg img {
  width: 100%;
  height: auto;
}
.mainHomeContent .contentImg .verticalCaption {
  width: 100%;
  display: block;
  background-image: url('../../img/bgMetalWords2.png');
  text-align: center;
  line-height: 1em;
  color: #f16a36;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.mainHomeContent .contentImg figure {
  visibility: hidden;
}
.featureAreaOne {
  margin-top: 30px;
  position: relative;
  background-color: #faa61a;
  background-image: url('../../img/barConstruct2.png');
  background-position: left top;
  background-repeat: repeat-x;
}
.featureAreaOne .featureText {
  padding-top: 60px;
}
.featureAreaOne .featureText h2 {
  font-size: 1.7em;
  font-weight: 900;
}
.featureAreaOne .featureText a {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.25);
  color: #414042;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 25;
}
.featureAreaOne .featureImg {
  display: none;
  padding: 0;
}
.videoArea {
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url('../../img/bgMetalWords2.png');
}
.videoArea .video-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.videoArea .video-row .videoContent {
  padding-bottom: 2rem;
}
.videoArea .video-row .videoContent h2 {
  font-size: 2em;
  font-weight: 900;
  margin-top: 0;
  text-align: center;
}
.serviceAreaHome {
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #232323;
}
.serviceAreaHome .gears {
  display: none;
}
.serviceAreaHome .serviceList {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  /*
        .service:nth-child(4n+1) {
            border-top: 20px solid @yellow;


            a.more, h2 {
                color: @yellow;   
            }
        }

        .service:nth-child(4n+2) {
            border-top: 20px solid @orange;


            a.more, h2 {
                color: @orange;
            }
        }

        .service:nth-child(4n+3) {
            border-top: 20px solid @blue;

            a.more, h2 {
                color: @blue;
            }
        }

        .service:nth-child(4n+4) {
            border-top: 20px solid @rust;

            a.more, h2 {
                color: @rust;
            }
        }*/
}
.serviceAreaHome .serviceList .service {
  margin-bottom: 20px;
}
.serviceAreaHome .serviceList .service a {
  background-color: #fff;
  display: flex;
  border-radius: 30px;
  height: 65px;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
}
.serviceAreaHome .serviceList .service a .img-wrap {
  width: 45px;
  height: 45px;
  min-width: 45px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}
.serviceAreaHome .serviceList .service a h2 {
  font-size: 0.9rem;
  color: #000;
  margin-top: 12px;
  padding-top: 0;
}
.serviceAreaHome .serviceList .service.yellow a {
  border: 4px solid #FAA32A;
}
.serviceAreaHome .serviceList .service.yellow a:hover {
  background-color: #FAA32A;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.yellow a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.orange a {
  border: 4px solid #F16934;
}
.serviceAreaHome .serviceList .service.orange a:hover {
  background-color: #F16934;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.orange a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.blue a {
  border: 4px solid #1981C4;
}
.serviceAreaHome .serviceList .service.blue a:hover {
  background-color: #1981C4;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.blue a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.red a {
  border: 4px solid #C82127;
}
.serviceAreaHome .serviceList .service.red a:hover {
  background-color: #C82127;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.red a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.teal a {
  border: 4px solid #497775;
}
.serviceAreaHome .serviceList .service.teal a:hover {
  background-color: #497775;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.teal a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.brown a {
  border: 4px solid #9b4a23;
}
.serviceAreaHome .serviceList .service.brown a:hover {
  background-color: #9b4a23;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.brown a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.green a {
  border: 4px solid #5E9440;
}
.serviceAreaHome .serviceList .service.green a:hover {
  background-color: #5E9440;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.green a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.navy a {
  border: 4px solid #293477;
}
.serviceAreaHome .serviceList .service.navy a:hover {
  background-color: #293477;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.navy a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.grey a {
  border: 4px solid #7D8589;
}
.serviceAreaHome .serviceList .service.grey a:hover {
  background-color: #7D8589;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.grey a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.aqua a {
  border: 4px solid #1ABFD2;
}
.serviceAreaHome .serviceList .service.aqua a:hover {
  background-color: #1ABFD2;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.aqua a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.gold a {
  border: 3px solid #C3922E;
}
.serviceAreaHome .serviceList .service.gold a:hover {
  background-color: #C3922E;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.gold a:hover h2 {
  color: #fff;
}
.serviceAreaHome .serviceList .service.purple a {
  border: 3px solid #6D3293;
}
.serviceAreaHome .serviceList .service.purple a:hover {
  background-color: #6D3293;
  text-decoration: none;
}
.serviceAreaHome .serviceList .service.purple a:hover h2 {
  color: #fff;
}
.serviceFeatureHome {
  padding-top: 15px;
}
.serviceFeatureHome .featureTwoImg {
  padding: 0;
}
.serviceFeatureHome .featureTwoText a {
  border: 2px solid #f16a36;
  padding: 6px 20px;
  float: right;
  color: #414042;
}
.teamArea {
  background-image: url('../../img/mobile-Steel.jpg');
  text-align: center;
  padding-bottom: 20px;
}
.teamArea h2 {
  text-align: left;
  font-size: 1.6em;
}
.teamArea ul.team {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.teamArea ul.team li {
  margin-bottom: 20px;
}
.teamArea ul.team li h3 {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 1em;
}
.teamArea ul.team li p {
  font-size: 0.8em;
  text-align: center;
  margin-top: 0;
}
.teamArea ul.team li:nth-child(3),
.teamArea ul.team li:nth-child(4) {
  margin-bottom: 10px;
}
.teamArea ul.team li:nth-child(5),
.teamArea ul.team li:nth-child(6),
.teamArea ul.team li:nth-child(7),
.teamArea ul.team li:nth-child(8),
.teamArea ul.team li:nth-child(9),
.teamArea ul.team li:nth-child(10) {
  display: none;
}
.teamArea .moreTeam {
  margin: 0 auto;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  padding-right: 25px;
  background-image: url('../../img/arrowDown.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}
.newsFeed {
  padding-top: 30px;
  padding-bottom: 30px;
}
.newsFeed .newsItem {
  margin-bottom: 35px;
}
.newsFeed .newsItem h3 {
  margin-bottom: 0;
}
.newsFeed .newsItem .entry-meta {
  margin-bottom: 25px;
  color: #999999;
}
.newsFeed .newsItem .entry-meta a {
  color: #999999;
}
.newsFeed .newsItem .blogReadMore {
  border: 2px solid #f16a36;
  color: #414042;
  padding: 6px 15px;
}
.newsFeed .newsItem .blogReadMore:hover {
  background-color: #f16a36;
  color: #fff;
  text-decoration: none;
}
.newsFeed .moreNews {
  text-align: center;
}
.newsFeed .moreNews a {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  background-color: #f16a36;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 25px;
}
.newsFeed .moreNews a:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #f16a36;
  text-decoration: none;
}
footer.site-footer .footerTop {
  height: 60px;
  background-image: url('../../img/bg-50.jpg');
  background-repeat: no-repeat;
}
footer.site-footer .footerMid {
  border-top: 6px solid #f16a36;
  background-image: url('../../img/bgFooter480.jpg');
}
footer.site-footer .footerMid .location {
  text-align: center;
  margin-bottom: 20px;
}
footer.site-footer .footerMid .location h2 {
  padding-top: 45px;
  background-image: url('../../img/iconMap.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 20px auto;
  color: #faa61a;
}
footer.site-footer .footerMid .location p {
  color: #fff;
  font-size: 1.1em;
}
footer.site-footer .footerMid .location p span {
  display: inline-block;
}
footer.site-footer .footerMid .location p span:after {
  content: ",";
}
footer.site-footer .footerMid .location p span:last-child:after {
  content: "";
}
footer.site-footer .footerMid .services {
  text-align: center;
  margin-bottom: 20px;
}
footer.site-footer .footerMid .services h2 {
  padding-top: 45px;
  background-image: url('../../img/iconWrench.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px auto;
  color: #faa61a;
}
footer.site-footer .footerMid .services ul {
  list-style-type: none;
  padding-left: 0;
}
footer.site-footer .footerMid .services ul li {
  color: #fff;
  font-size: 1.1em;
}
footer.site-footer .footerMid .services ul li a {
  color: #fff;
}
footer.site-footer .footerMid .hours {
  text-align: center;
  margin-bottom: 20px;
}
footer.site-footer .footerMid .hours h2 {
  padding-top: 45px;
  background-image: url('../../img/iconClock.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 35px auto;
  color: #faa61a;
}
footer.site-footer .footerMid .hours p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
}
footer.site-footer .footerMid .contact {
  text-align: center;
  margin-bottom: 20px;
}
footer.site-footer .footerMid .contact h2 {
  padding-top: 45px;
  background-image: url('../../img/iconPhone2.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px auto;
  color: #faa61a;
}
footer.site-footer .footerMid .contact p {
  color: #fff;
  font-size: 1.1em;
}
footer.site-footer .footerMid .contact p span {
  display: block;
  margin-bottom: 6px;
}
footer.site-footer .footerMid .contact p span a {
  color: #fff;
}
footer.site-footer .footerMid .contact .social {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
footer.site-footer .footerMid .contact .social li {
  display: inline-block;
}
footer.site-footer .footerMid .contact .social li a {
  width: 39px;
  height: 43px;
  text-indent: -99999px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
}
footer.site-footer .footerMid .contact .social li a.fbFooter {
  background-image: url('../../img/iconFB.svg');
}
footer.site-footer .footerMid .contact .social li a.twitterFooter {
  background-image: url('../../img/iconTwitter.svg');
}
footer.site-footer .footerMid .contact .social li a.youtubeFooter {
  background-image: url('../../img/iconYoutube.svg');
}
footer.site-footer .footerMid .toTop {
  text-align: center;
}
footer.site-footer .footerMid .toTop .backToTop {
  background-image: url('../../img/toTop.svg');
  background-repeat: no-repeat;
  display: block;
  width: 75px;
  height: 40px;
  background-size: 75px auto;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 15px;
}
footer.site-footer .site-info {
  background-color: #4d4d4d;
  background-image: url('../../img/logoGrey.svg');
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: center 10px;
  padding-top: 60px;
}
footer.site-footer .site-info .footerNav {
  padding: 0;
}
footer.site-footer .site-info .footerNav ul.menu {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
footer.site-footer .site-info .footerNav ul.menu li {
  font-size: 1em;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin: 0 4px;
}
footer.site-footer .site-info .footerNav ul.menu li a {
  color: #fff;
  text-transform: uppercase;
}
footer.site-footer .site-info .footerNav ul.menu li:first-child {
  margin-left: 0;
}
footer.site-footer .site-info .footerNav ul.menu li:last-child {
  margin-right: 0;
}
footer.site-footer .site-info .copyNote p {
  text-align: center;
  font-size: 1em;
  color: #fff;
}
footer.site-footer .site-info .copyNote p span {
  display: block;
}
footer.site-footer .site-info .copyNote p a {
  color: #fff;
}
.content-area-interior {
  padding-bottom: 30px;
}
.content-area-interior .addContentLeft {
  position: relative;
}
.content-area-interior .addContentLeft .addContentWrap {
  background-color: #f16a36;
  padding: 15px 15px 120px;
}
.content-area-interior .addContentLeft .addContentWrap p {
  color: #000;
  margin: 0;
}
.content-area-interior .addContentLeft .addContentWrap:after {
  bottom: 0;
  content: '';
  display: block;
  height: 20%;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 15%;
  z-index: 0;
}
.content-area-interior .addContentLeft .additionalImgWrap {
  background-color: #fff;
  padding: 0 20px;
}
.content-area-interior .addContentLeft .additionalImgWrap img {
  position: relative;
  z-index: 20;
  margin-top: -100px;
}
.content-area-interior .addContentLeft2 {
  padding-bottom: 30px;
}
.content-area-interior .addContentLeft2 h3 {
  color: #f16a36;
}
.content-area-interior .mainpageContent figure {
  width: 100% !important;
  margin: 15px 15px 15px 0;
  float: left;
}
.content-area-interior .mainpageContent figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-area-interior .mainpageContent figure .wp-caption-text {
  width: 100%;
  display: block;
  background-image: url('../../img/bgMetalWords2.png');
  text-align: center;
  color: #f16a36;
  font-weight: 700;
  padding: 8px 15px;
}
.content-area-interior .serviceContentArea .other-service-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.content-area-interior .serviceContentArea .other-service-row .alt-service-right .additionalImgWrap figure {
  width: 100% !important;
  margin: 15px 15px 15px 0;
  float: left;
}
.content-area-interior .serviceContentArea .other-service-row .alt-service-right .additionalImgWrap figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-area-interior .serviceContentArea .other-service-row .alt-service-right .additionalImgWrap figure .wp-caption-text {
  width: 100%;
  display: block;
  background-image: url('../../img/bgMetalWords2.png');
  text-align: center;
  color: #f16a36;
  font-weight: 700;
  padding: 8px 15px;
}
.content-area-interior .serviceContentArea .other-service-row:nth-child(even) {
  flex-direction: row-reverse;
}
.content-area-interior .mainBlog article {
  padding-bottom: 20px;
  border-bottom: 1px solid #414042;
  margin-bottom: 40px;
  position: relative;
}
.content-area-interior .mainBlog article h2 {
  margin-bottom: 4px;
}
.content-area-interior .mainBlog article .entry-meta {
  color: #999999;
}
.content-area-interior .mainBlog article .entry-meta a {
  color: #999999;
}
.content-area-interior .mainBlog article .entry-meta .category {
  color: #fff;
  display: inline-block;
  padding: 3px 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.content-area-interior .mainBlog article .entry-meta .category.news {
  background-color: #f16a36;
}
.content-area-interior .mainBlog article .entry-meta .category.tips {
  background-color: #8cc63f;
}
.content-area-interior .mainBlog article .entry-meta .category.announcement {
  background-color: #faa61a;
}
.content-area-interior .mainBlog article .entry-meta .category.check-it-out {
  background-color: #0082ca;
}
.content-area-interior .mainBlog article img {
  width: 100%;
  height: auto;
}
.content-area-interior .mainBlog article a.blogReadMore {
  display: block;
  border: 2px solid #f16a36;
  width: 150px;
  color: #414042;
  text-align: center;
  padding: 5px 0;
  margin-top: 15px;
}
.content-area-interior .mainBlog article a.blogReadMore:hover {
  background-color: #f16a36;
  color: #fff;
}
.content-area-interior .mainBlog article:last-child {
  border-bottom: 0;
}
.content-area-interior .singleBlog picture {
  display: block;
  position: relative;
}
.content-area-interior .singleBlog img {
  width: 100%;
  height: auto;
}
.content-area-interior .singleBlog .category {
  color: #fff;
  display: inline-block;
  padding: 3px 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.content-area-interior .singleBlog .category.news {
  background-color: #f16a36;
}
.content-area-interior .singleBlog .category.tips {
  background-color: #0082ca;
}
.content-area-interior .singleBlog .category.announcement {
  background-color: #faa61a;
}
.content-area-interior .singleBlog .category.check-it-out {
  background-color: #8cc63f;
}
.content-area-interior .widget-area h2 {
  text-align: center;
}
.content-area-interior .widget-area .widget_categories ul {
  list-style-type: none;
  padding-left: 0;
}
.content-area-interior .widget-area .widget_categories ul li {
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url('../../img/dashBorder.svg');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.content-area-interior .widget-area .widget_categories ul li a {
  display: block;
  color: #414042;
  font-size: 1em;
}
.content-area-interior .widget-area .widget_categories ul li:last-child {
  background-image: none;
}
.content-area-interior .widget-area .widget_categories ul li.cat-item-9 a {
  background-image: url('../../img/square-blue.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.content-area-interior .widget-area .widget_categories ul li.cat-item-6 a {
  background-image: url('../../img/square-orange.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.content-area-interior .widget-area .widget_categories ul li.cat-item-8 a {
  background-image: url('../../img/square-green.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.content-area-interior .widget-area .widget_categories ul li.cat-item-7 a {
  background-image: url('../../img/square-ltyellow.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.content-area-interior .widget-area .widget_archive {
  margin-top: 40px;
}
.content-area-interior .widget-area .widget_archive ul {
  list-style-type: none;
  padding-left: 0;
}
.content-area-interior .widget-area .widget_archive ul li {
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url('../../img/dashBorder.svg');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.content-area-interior .widget-area .widget_archive ul li a {
  display: block;
  color: #414042;
  font-size: 1em;
}
.content-area-interior .widget-area .widget_archive ul li:last-child {
  background-image: none;
}
.content-area-interior .widget-area .twitterArea {
  padding: 0;
  margin-top: 40px;
}
.content-area-interior .widget-area .twitterArea h2.twitterHeading span {
  padding-left: 41px;
  background-image: url('../../img/iconTwitterBlue.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.content-area-interior .widget-area .twitterArea .twitterBlock {
  background-color: #fff;
  padding: 15px;
}
.content-area-interior .widget-area .twitterArea .twitterBlock .tweetItem {
  margin-bottom: 30px;
}
.content-area-interior .widget-area .twitterArea .twitterBlock .tweetItem .retweetLine {
  background-image: url('../../img/retweet.png');
  backgrond-image: url('../../img/retweet.svg');
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left center;
  text-align: left;
  padding-left: 20px;
  font-size: 1em;
  color: #8899a6;
  margin-bottom: 5px;
}
.content-area-interior .widget-area .twitterArea .twitterBlock .tweetItem .tweetPost .accountPic {
  text-align: left;
}
.content-area-interior .widget-area .twitterArea .twitterBlock .tweetItem .tweetPost .tweetContent {
  padding-left: 0;
  text-align: left;
}
.content-area-interior .widget-area .twitterArea .twitterBlock .tweetItem .tweetPost .tweetContent p.author {
  margin-top: 0;
  font-size: 1em;
}
.content-area-interior .widget-area .twitterArea .twitterBlock .tweetItem .tweetPost .tweetContent p.author span.name {
  font-weight: 700;
}
.content-area-interior .widget-area .twitterArea .twitterBlock .tweetItem .tweetPost .tweetContent p.message {
  font-size: 1.1em;
}
.content-area-interior .widget-area .twitterArea .twitterBlock .tweetItem .tweetPost .tweetContent .image img {
  border-radius: 7px;
}
.content-area-interior .contentImg {
  overflow: hidden;
  padding-right: 0;
}
.content-area-interior .contentImg img {
  height: auto;
}
.content-area-interior .contentImg .verticalCaption {
  background-image: url('../../img/bgMetalWords2.png');
  text-align: center;
  line-height: 1em;
  color: #f16a36;
  padding-top: 5px;
  font-weight: 700;
  margin-left: 0;
  display: block;
}
.content-area-interior .contentImg figure {
  *zoom: 1;
}
.content-area-interior .contentImg figure:before,
.content-area-interior .contentImg figure:after {
  content: " ";
  display: table;
}
.content-area-interior .contentImg figure:after {
  clear: both;
}
.content-area-interior .addContentRightS h3 {
  color: #f16a36;
}
.content-area-interior .addContentRightS.diesel-generators {
  padding-top: 130px;
  background-image: url('../../img/iconGenerator.svg');
  background-repeat: no-repeat;
  background-position: center 15px;
}
.content-area-interior .addContentRightS.heavy-equipment {
  padding-top: 130px;
  background-image: url('../../img/iconHeavyEqu.svg');
  background-repeat: no-repeat;
  background-position: center 15px;
}
.content-area-interior .highlightArea {
  background-color: #faa61a;
  background-image: url('../../img/bgYellowTread.jpg');
  padding-bottom: 20px;
}
.content-area-interior .ourteamArea {
  background-image: url('../../img/bgCogFull.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.content-area-interior .ourteamArea h2,
.content-area-interior .ourteamArea h3 {
  text-align: center;
}
.content-area-interior .ourteamArea ul {
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.content-area-interior .ourteamArea ul li h4 {
  margin-bottom: 0;
  color: #f16a36;
  text-align: center;
}
.content-area-interior .ourteamArea ul li p {
  margin-top: 0;
  text-align: center;
  font-size: 0.8em;
}
.content-area-interior .ourteamArea ul .slick-prev {
  width: 22px;
  height: 42px;
  border: 0;
  background-color: transparent;
  text-indent: -99999px;
  background-image: url('../../img/chevron-left-grey.svg');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 20%;
}
.content-area-interior .ourteamArea ul .slick-next {
  width: 22px;
  height: 42px;
  border: 0;
  background-color: transparent;
  text-indent: -99999px;
  background-image: url('../../img/chevron-right-grey.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 20%;
}
.content-area-interior .ourteamArea blockquote {
  border-left: 0;
  text-align: center;
}
.content-area-interior .ourteamArea blockquote p {
  color: #f16a36;
}
.content-area-interior .callActionAbout {
  background-image: url('../../img/bgImageBlack.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 30px 20px;
}
.content-area-interior .callActionAbout .ctaText {
  text-align: center;
}
.content-area-interior .callActionAbout .ctaText p {
  color: #fff;
}
.content-area-interior .callActionAbout .ctaText a.btnCta {
  background-color: #faa61a;
  border: 2px solid #fff;
  color: #000;
  padding: 6px 15px;
}
.content-area-interior .callActionAbout .ctaText a.btnCta:first-child {
  margin-right: 5px;
}
.content-area-interior .callActionAbout .ctaText a.btnCta:last-child {
  margin-left: 5px;
}
.content-area-interior .callActionAbout .ctaText a.btnCta:hover {
  background-color: #f16a36;
}
.content-area-interior .productsWeUse {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-area-interior .productsWeUse h2 {
  text-align: center;
}
.content-area-interior .productsWeUse ul.logos {
  list-style-type: none;
  padding-left: 0;
  *zoom: 1;
  /*display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;*/
}
.content-area-interior .productsWeUse ul.logos:before,
.content-area-interior .productsWeUse ul.logos:after {
  content: " ";
  display: table;
}
.content-area-interior .productsWeUse ul.logos:after {
  clear: both;
}
.content-area-interior .productsWeUse ul.logos li {
  width: 130px;
  position: relative;
  display: inline-block;
  /*display: -webkit-flex;
                display: -ms-flex;
                display: flex;
                -webkit-flex-direction: column;
                flex-direction: column;
                -webkit-align-items: stretch;
                align-items: stretch;
                text-align: center;
                -webkit-flex: 0 1 130px;
                flex: 0 1 130px;*/
  margin: 5px;
  padding: 10px;
}
.content-area-interior .productsWeUse ul.logos li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-area-interior .productsWeUse ul.logos li:last-child {
  *zoom: 1;
  float: none;
  display: block;
  width: 100%;
  max-width: 360px;
}
.content-area-interior .productsWeUse ul.logos li:last-child:before,
.content-area-interior .productsWeUse ul.logos li:last-child:after {
  content: " ";
  display: table;
}
.content-area-interior .productsWeUse ul.logos li:last-child:after {
  clear: both;
}
.content-area-interior .galleryArea h2 {
  text-align: center;
}
.content-area-interior .galleryArea ul.gallery {
  list-style-type: none;
  padding-left: 0;
}
.content-area-interior .galleryArea ul.gallery li {
  margin-bottom: 15px;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form label {
  display: block;
}
.wpcf7-form .textField {
  border: 1px solid #f16a36;
  padding: 5px;
}
.wpcf7-form .textareaField {
  border: 1px solid #f16a36;
  padding: 5px;
}
.wpcf7-form .btnSend {
  border: 0;
  background-color: #f16a36;
  color: #fff;
  padding: 6px 20px;
}
.wpcf7-form .btnSend:hover {
  background-color: #999999;
}
.wpcf7-form p {
  margin-top: 0;
}
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 480px) {
  .bannerArea .bannerSlider .bannerText p.site-description {
    margin-top: 0px;
    font-size: 1.8em;
  }
  .bannerArea .bannerSlider .bannerText p.buttons {
    text-align: center;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a {
    font-size: 0.9em;
  }
  .mainHomeContent {
    padding-top: 25px;
  }
  .mainHomeContent .contentImg .verticalCaption {
    padding-top: 15px;
  }
  .featureAreaOne .row:after {
    height: 30%;
  }
  .serviceAreaHome .serviceList .service {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  header.site-header .headerMid .utility .searchToggle {
    float: right;
    margin-right: 60px;
  }
  header.site-header .headerMid .searchArea {
    float: right;
    margin-right: 25px;
  }
  .bannerArea .bannerSlider .bannerText {
    position: absolute;
  }
  .bannerArea .bannerSlider .bannerText p.site-description {
    font-size: 2em;
    margin-top: 20px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons {
    text-align: center;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a {
    font-size: 1em;
    max-width: 30%;
    padding: 4px 15px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a:first-child {
    margin-right: 15px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a:last-child {
    margin-left: 15px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a:hover {
    background-color: #213546;
    text-decoration: none;
  }
  .mainHomeContent .content {
    margin-bottom: 25px;
  }
  .mainHomeContent .content h2 {
    font-weight: 900;
  }
  .mainHomeContent .content p a {
    padding: 5px 25px;
  }
  .mainHomeContent .contentImg .verticalCaption {
    padding-top: 15px;
    font-size: 1.2em;
  }
  .featureAreaOne .row:after {
    height: 40%;
  }
  .serviceFeatureHome .featureTwoText {
    padding-top: 15px;
  }
  .serviceFeatureHome .featureTwoText h2 {
    font-weight: 900;
  }
  .serviceFeatureHome .featureTwoText a {
    border: 2px solid #f16a36;
    padding: 6px 20px;
    float: right;
    color: #414042;
  }
  .newsFeed {
    padding-top: 20px;
  }
  .newsFeed h2 {
    font-weight: 900;
  }
  .newsFeed .newsItem {
    margin-bottom: 55px;
  }
  .newsFeed .newsItem .blogReadMore {
    padding: 6px 25px;
  }
}
@media screen and (min-width: 768px) {
  .showMobile {
    display: none;
  }
  .showDesktop {
    display: block;
  }
  .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    width: 45%;
    float: right;
  }
  .navbar-nav > li > a {
    color: #414042;
    text-transform: uppercase;
    font-size: 0.7em;
    padding: 15px 7px;
    background-color: transparent !important;
  }
  .navbar-nav > li > a span.linkWrap {
    padding: 7px;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #f16a36;
  }
  .navbar-nav > li > a:hover span,
  .navbar-nav > li > a:focus span {
    border-top: 1px solid #f16a36;
    border-bottom: 1px solid #f16a36;
  }
  .navbar-nav > li > a:hover .caret,
  .navbar-nav > li > a:focus .caret {
    border-top: 4px dashed #f16a36;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
  }
  .navbar-nav > li.active > a,
  .navbar-nav > li.current-page-parent > a {
    background-color: transparent;
    color: #f16a36;
  }
  .navbar-nav > li.active > a span,
  .navbar-nav > li.current-page-parent > a span {
    border-top: 1px solid #f16a36;
    border-bottom: 1px solid #f16a36;
  }
  .navbar-nav > li.active > a .caret,
  .navbar-nav > li.current-page-parent > a .caret {
    border-top: 4px dashed #f16a36;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
  }
  .navbar-nav > li.open > a {
    background-color: transparent;
    color: #f16a36;
  }
  .navbar-nav > li.open > a span {
    border-top: 1px solid #f16a36;
    border-bottom: 1px solid #f16a36;
  }
  .navbar-nav > li.open > a .caret {
    border-top: 4px dashed #f16a36;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
  }
  header.site-header .headerTop {
    padding: 15px 0;
    background-image: url('../../img/bg-50.jpg');
  }
  header.site-header .headerTop a.btnPhone {
    padding-left: 35px;
    background-image: url('../../img/iconPhone.svg');
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 10px center;
    display: inline-block;
  }
  header.site-header .headerTop a.btnEmail {
    padding-left: 40px;
    background-image: url('../../img/iconEnvelope.svg');
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: 10px center;
    display: inline-block;
  }
  header.site-header .headerMid {
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  header.site-header .headerMid .site-branding {
    padding-right: 0;
  }
  header.site-header .headerMid .site-branding .site-title {
    margin: 10px 0;
  }
  header.site-header .headerMid .site-branding .site-title a {
    width: 250px;
    height: 43px;
    background-size: 250px 43px;
  }
  header.site-header .headerMid .utility {
    padding-top: 10px;
    padding-left: 10px;
  }
  header.site-header .headerMid .utility .searchToggle {
    margin-right: 0;
  }
  header.site-header .headerMid .navbar-nav {
    position: absolute;
    z-index: 1000;
    top: 12px;
    right: 70px;
  }
  header.site-header.stuck {
    left: 0;
  }
  .bannerArea {
    margin-top: -80px;
  }
  .bannerArea .bannerSlider .bannerText {
    position: absolute;
  }
  .bannerArea .bannerSlider .bannerText p.site-description {
    font-size: 2.4em;
    margin-top: 20px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons {
    text-align: center;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a {
    font-size: 1em;
    max-width: 30%;
    padding: 8px 15px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a:first-child {
    margin-right: 15px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a:last-child {
    margin-left: 15px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a:hover {
    background-color: #213546;
    text-decoration: none;
  }
  .topSocialBar {
    background-color: #f16a36;
  }
  .topSocialBar span {
    display: inline-block;
  }
  .topSocialBar span.mainText {
    padding-top: 15px;
    padding-right: 20px;
  }
  .topSocialBar span.social {
    position: relative;
    top: -8px;
  }
  .topSocialBar p {
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .topSocialBar p a {
    width: 30px;
    height: 43px;
    text-indent: -99999px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    margin-top: -8px;
  }
  .topSocialBar p a.fb {
    background-image: url('../../img/iconFB.svg');
  }
  .topSocialBar p a.twitter {
    background-image: url('../../img/iconTwitter.svg');
  }
  .topSocialBar p a.youtube {
    background-image: url('../../img/iconYoutube.svg');
  }
  .mainHomeContent .content {
    margin-bottom: 25px;
  }
  .mainHomeContent .content h2 {
    font-weight: 900;
  }
  .mainHomeContent .content p {
    font-size: 1em;
    line-height: 1.5;
  }
  .mainHomeContent .content p a {
    padding: 5px 25px;
    float: left;
  }
  .mainHomeContent .contentImg {
    margin-top: 25px;
  }
  .mainHomeContent .contentImg .verticalCaption {
    padding-top: 15px;
    font-size: 1em;
  }
  .featureAreaOne {
    margin-top: 25px;
    position: relative;
    background-color: #fff;
    background-image: url('../../img/imgBoost2.jpg'), url('../../img/barConstruct2.png'), url('../../img/bgYellowTread.jpg');
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-size: 55% auto, auto 37px, auto auto;
    background-position: 110% top, left top, left top;
  }
  .featureAreaOne .featureText {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .featureAreaOne .featureText h2 {
    font-size: 1.4em;
    font-weight: 900;
  }
  .featureAreaOne .featureText p {
    font-size: 1.1em;
  }
  .featureAreaOne .featureText a {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.25);
    color: #414042;
    padding: 6px 25px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 0.9em;
  }
  .featureAreaOne .row:after {
    background: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-10deg);
    transform-origin: 100%;
    z-index: 0;
  }
  .serviceFeatureHome {
    margin-top: 30px;
  }
  .serviceFeatureHome .featureTwoImg {
    padding: 30px 15px 0;
  }
  .serviceFeatureHome .featureTwoText {
    padding-top: 0;
  }
  .serviceFeatureHome .featureTwoText h2 {
    margin-top: 0;
  }
  .serviceFeatureHome .featureTwoText a {
    border: 2px solid #f16a36;
    padding: 6px 20px;
    float: right;
    color: #414042;
  }
  .serviceAreaHome .serviceList {
    margin-top: 60px;
    *zoom: 1;
    /*.service:nth-child(4n+1) {
                border: 0;

                .serviceWrap {
                   border-top: 20px solid @yellow; 
                }

                h2 {
                    background-image: none;

                }

                a.more, h2 {
                    color: @yellow;   
                }
            }

            .service:nth-child(4n+2) {
                border: 0;
            
                .serviceWrap {
                    border-top: 20px solid @orange;
                }

                h2 {
                    background-image: none;

                }

                a.more, h2 {
                    color: @orange;
                }
            }

            .service:nth-child(4n+3) {
                border: 0;

                .serviceWrap {
                    border-top: 20px solid @blue;
                }

                h2 {
                    background-image: none;

                }

                a.more, h2 {
                    color: @blue;
                }
            }

            .service:nth-child(4n+4) {
                border: 0;

                .serviceWrap {
                    border-top: 20px solid @rust;
                }

                h2 {
                    background-image: none;

                }

                a.more, h2 {
                    color: @rust;
                }
            }*/
  }
  .serviceAreaHome .serviceList:before,
  .serviceAreaHome .serviceList:after {
    content: " ";
    display: table;
  }
  .serviceAreaHome .serviceList:after {
    clear: both;
  }
  .serviceAreaHome .serviceList .service {
    padding-bottom: 20px;
    *zoom: 1;
  }
  .serviceAreaHome .serviceList .service:before,
  .serviceAreaHome .serviceList .service:after {
    content: " ";
    display: table;
  }
  .serviceAreaHome .serviceList .service:after {
    clear: both;
  }
  .serviceAreaHome .serviceList .service .img-wrap img {
    height: 100%;
    width: auto;
  }
  .serviceAreaHome .serviceList .service h2 {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: 75px auto;
    background-position: left center;
    margin-bottom: 0;
    margin-top: 0 !important;
  }
  .serviceAreaHome .serviceList .service a:hover {
    text-decoration: none;
  }
  .teamArea {
    background-image: none;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .teamArea h2 {
    text-align: center;
    font-size: 1.6em;
  }
  .teamArea .teamWrapper {
    background-image: url('../../img/Steel-honeycomb.jpg');
    background-repeat: no-repeat;
    padding: 20px;
    background-size: 100% auto;
  }
  .teamArea ul.team {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  .teamArea ul.team .slick-prev {
    position: absolute;
    width: 18px;
    height: 60px;
    background-color: transparent;
    border: 0;
    text-indent: -99999px;
    background-image: url('../../img/chevron-left-orange.svg');
    background-repeat: no-repeat;
    top: 15%;
    left: -15px;
    z-index: 20;
  }
  .teamArea ul.team .slick-next {
    position: absolute;
    width: 18px;
    height: 60px;
    background-color: transparent;
    border: 0;
    text-indent: -99999px;
    background-image: url('../../img/chevron-right-orange.svg');
    background-repeat: no-repeat;
    top: 15%;
    right: -15px;
    z-index: 20;
  }
  .teamArea ul.team li {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .teamArea ul.team li h3 {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 1em;
  }
  .teamArea ul.team li p {
    font-size: 0.8em;
    text-align: center;
    margin-top: 0;
  }
  .teamArea ul.team li:nth-child(3),
  .teamArea ul.team li:nth-child(4) {
    margin-bottom: 10px;
  }
  .teamArea ul.team li:nth-child(5),
  .teamArea ul.team li:nth-child(6),
  .teamArea ul.team li:nth-child(7),
  .teamArea ul.team li:nth-child(8),
  .teamArea ul.team li:nth-child(9),
  .teamArea ul.team li:nth-child(10) {
    display: block;
  }
  .teamArea .moreTeam {
    display: none;
  }
  .newsFeed h2 {
    text-align: center;
    font-size: 1.7em;
  }
  footer.site-footer {
    background-image: url('../../img/bgFooter-1024.jpg');
    background-repeat: no-repeat;
    background-position: center 60px;
  }
  footer.site-footer .footerTop {
    background-image: url('../../img/bg-50.jpg');
  }
  footer.site-footer .footerMid {
    border-top: 6px solid #f16a36;
    background-image: none;
  }
  footer.site-footer .footerMid .container {
    background-image: url('../../img/logoGrey.svg');
    background-repeat: no-repeat;
    background-size: 260px auto;
    background-position: left 30px;
    padding-top: 90px;
  }
  footer.site-footer .footerMid .location {
    text-align: left;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .location h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .location p {
    color: #fff;
    font-size: 1em;
  }
  footer.site-footer .footerMid .services {
    text-align: left;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .services h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .services ul li {
    margin-bottom: 8px;
    font-size: 1em;
  }
  footer.site-footer .footerMid .hours {
    text-align: left;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .hours h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .hours p {
    color: #fff;
    font-size: 1em;
  }
  footer.site-footer .footerMid .contact {
    text-align: left;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .contact h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .contact p {
    color: #fff;
    font-size: 1em;
  }
  footer.site-footer .footerMid .contact .social {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
  }
  footer.site-footer .site-info {
    background-color: transparent;
    background-image: none;
    padding-top: 60px;
  }
  footer.site-footer .site-info .container {
    border-top: 1px solid #fff;
  }
  footer.site-footer .site-info .footerNav {
    padding: 0;
    float: right;
  }
  footer.site-footer .site-info .footerNav ul.menu {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
  }
  footer.site-footer .site-info .footerNav ul.menu li {
    font-size: 1em;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 0 4px;
  }
  footer.site-footer .site-info .footerNav ul.menu li a {
    color: #fff;
    text-transform: uppercase;
  }
  footer.site-footer .site-info .footerNav ul.menu li:first-child {
    margin-left: 0;
  }
  footer.site-footer .site-info .footerNav ul.menu li:last-child {
    margin-right: 0;
  }
  footer.site-footer .site-info .copyNote {
    float: left;
    padding-right: 0;
  }
  footer.site-footer .site-info .copyNote p {
    text-align: left;
    font-size: 1em;
    color: #fff;
  }
  footer.site-footer .site-info .copyNote p span {
    display: inline-block;
  }
  footer.site-footer .site-info .copyNote p span:first-child {
    border-right: 1px solid #fff;
    padding-right: 6px;
    margin-right: 6px;
  }
  footer.site-footer .site-info .copyNote p a {
    color: #fff;
  }
  .content-area-interior {
    overflow: hidden;
  }
  .content-area-interior article.page header.entry-header {
    position: relative;
    margin-bottom: 25px;
  }
  .content-area-interior article.page header.entry-header img {
    position: relative;
  }
  .content-area-interior article.page header.entry-header h1 {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.6em;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
  }
  .content-area-interior header.entry-header-blog {
    position: relative;
    margin-bottom: 25px;
  }
  .content-area-interior header.entry-header-blog img {
    position: relative;
  }
  .content-area-interior header.entry-header-blog h1 {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.6em;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
  }
  .content-area-interior .mainpageContent figure {
    width: 45% !important;
    float: right;
    margin: 20px 0 20px 20px;
  }
  .content-area-interior .mainpageContent figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .content-area-interior .mainpageContent figure .wp-caption-text {
    width: 100%;
    display: block;
    background-image: url('../../img/bgMetalWords2.png');
    text-align: center;
    color: #f16a36;
    font-weight: 700;
    padding: 8px 15px;
  }
  .content-area-interior .mainpageContent iframe {
    float: right;
    margin: 10px 0 20px 20px;
  }
  .content-area-interior .widget-area {
    padding-left: 30px;
  }
  .content-area-interior .contentImg {
    overflow: hidden;
    padding-right: 15px;
    margin-top: 20px;
  }
  .content-area-interior .addContentLeft {
    margin-top: 25px;
  }
  .content-area-interior .addContentLeft .additionalImgWrap {
    padding: 0 30px;
  }
  .content-area-interior .addContentRight {
    padding-bottom: 30px;
  }
  .content-area-interior .highlightArea h2 {
    font-size: 2em;
  }
  .content-area-interior .highlightArea p,
  .content-area-interior .highlightArea li {
    color: #414042;
  }
  .content-area-interior .highlightArea li {
    margin-bottom: 10px;
  }
  .content-area-interior .highlightArea img {
    margin-top: 30px;
  }
  .content-area-interior .ourteamArea {
    margin-top: 30px;
  }
  .content-area-interior .ourteamArea .supportteam {
    padding: 0 100px;
  }
  .content-area-interior .productsWeUse ul.logos {
    text-align: center;
  }
  .content-area-interior .productsWeUse ul.logos li:last-child {
    display: inline-block;
    width: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
  .row {
    margin: 0;
  }
  .navbar-nav > li > a {
    font-size: 0.9em;
  }
  header.site-header {
    padding-bottom: 15px;
  }
  header.site-header .headerTop {
    padding: 15px 0 13px;
    background-image: url('../../img/bg-50.jpg');
  }
  header.site-header .headerMid {
    margin: 0;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1000;
    top: -1px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.69);
    -moz-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.69);
    box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.69);
  }
  header.site-header .headerMid .navbar-nav {
    position: absolute;
    z-index: 1000;
    top: 8px;
    right: 170px;
  }
  header.site-header.stuck {
    left: 0;
    overflow: visible;
  }
  .bannerArea {
    text-align: center;
    margin-top: -80px;
  }
  .bannerArea .bannerSlider .bannerText {
    position: absolute;
    width: 100%;
  }
  .bannerArea .bannerSlider .bannerText p.site-description {
    font-size: 2.8em;
    margin-top: 20px;
    padding: 0 60px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons {
    text-align: center;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a {
    font-size: 1em;
    max-width: 20%;
    padding: 8px 15px;
  }
  .mainHomeContent .content {
    margin-bottom: 25px;
  }
  .mainHomeContent .content h2 {
    font-size: 1.8em;
  }
  .mainHomeContent .content p {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .mainHomeContent .content p a {
    padding: 5px 25px;
    float: left;
  }
  .mainHomeContent .contentImg {
    margin-top: 25px;
  }
  .mainHomeContent .contentImg .verticalCaption {
    padding-top: 15px;
    font-size: 1.1em;
  }
  .featureAreaOne {
    margin-top: 25px;
    position: relative;
    background-color: #fff;
    background-image: url('../../img/imgBoost2.jpg'), url('../../img/barConstruct2.png'), url('../../img/bgYellowTread.jpg');
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-size: 50% 101%, auto 37px, auto 100%;
    background-position: right top, left top, left top;
  }
  .featureAreaOne .featureText {
    padding-bottom: 67px;
    padding-top: 50px;
    padding-right: 20px;
  }
  .featureAreaOne .featureText h2 {
    font-size: 1.7em;
  }
  .featureAreaOne .featureText p {
    font-size: 1.2em;
  }
  .serviceFeatureHome .featureTwoImg {
    padding-top: 30px;
  }
  .serviceFeatureHome .featureTwoText h2 {
    margin-top: 25px;
    font-size: 1.7em;
  }
  .serviceFeatureHome .featureTwoText a {
    float: left;
  }
  .serviceAreaHome {
    background-image: url('../../img/bg-50.jpg');
    background-size: cover;
  }
  .serviceAreaHome .gears {
    margin-top: 30px;
    width: 300px;
    height: 300px;
    display: block;
    background-color: #232323;
    border-radius: 50%;
    border: 4px solid #000;
    position: relative;
    -webkit-box-shadow: 10px 13px 21px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 13px 21px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 13px 21px -12px rgba(0, 0, 0, 0.75);
  }
  .serviceAreaHome .gears .cogshadow {
    width: 350px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .serviceAreaHome .gears .cogicon {
    width: 475px;
    position: absolute;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .serviceAreaHome .gears .dropicon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .serviceAreaHome .gears.yellow {
    border: 4px solid #FAA32A;
  }
  .serviceAreaHome .gears.orange {
    border: 4px solid #F16934;
  }
  .serviceAreaHome .gears.blue {
    border: 4px solid #1981C4;
  }
  .serviceAreaHome .gears.red {
    border: 4px solid #C82127;
  }
  .serviceAreaHome .gears.teal {
    border: 4px solid #497775;
  }
  .serviceAreaHome .gears.brown {
    border: 4px solid #9b4a23;
  }
  .serviceAreaHome .gears.green {
    border: 4px solid #5E9440;
  }
  .serviceAreaHome .gears.navy {
    border: 4px solid #293477;
  }
  .serviceAreaHome .gears.grey {
    border: 4px solid #7D8589;
  }
  .serviceAreaHome .gears.aqua {
    border: 4px solid #1ABFD2;
  }
  .serviceAreaHome .gears.gold {
    border: 4px solid #C3922E;
  }
  .serviceAreaHome .gears.purple {
    border: 4px solid #6D3293;
  }
  .serviceAreaHome .serviceList .service a {
    -webkit-box-shadow: 10px 13px 21px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 13px 21px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 13px 21px -12px rgba(0, 0, 0, 0.75);
  }
  .serviceAreaHome .serviceList .service a .img-wrap {
    margin-right: 10px;
  }
  .teamArea h2 {
    font-size: 1.7em;
    font-weight: 900;
  }
  .teamArea .teamWrapper {
    padding-left: 30px;
  }
  .teamArea ul.team .slick-prev {
    position: absolute;
    width: 18px;
    height: 60px;
    background-color: transparent;
    border: 0;
    text-indent: -99999px;
    background-image: url('../../img/chevron-left-orange.svg');
    background-repeat: no-repeat;
    top: 20%;
    left: -20px;
    z-index: 20;
  }
  .teamArea ul.team .slick-next {
    position: absolute;
    width: 18px;
    height: 60px;
    background-color: transparent;
    border: 0;
    text-indent: -99999px;
    background-image: url('../../img/chevron-right-orange.svg');
    background-repeat: no-repeat;
    top: 20%;
    right: -12px;
    z-index: 20;
  }
  .content-area-interior {
    position: relative;
    top: -30px;
  }
  .content-area-interior .contentImg {
    overflow: hidden;
    padding-right: 15px;
    margin-top: 20px;
  }
  .content-area-interior .contentImg .verticalCaption {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .content-area-interior .addContentLeft {
    margin-top: 25px;
  }
  .content-area-interior .addContentLeft .addContentWrap {
    background-color: #f16a36;
    padding: 20px 25px 140px;
  }
  .content-area-interior .addContentLeft .addContentWrap::after {
    bottom: 25%;
  }
  .content-area-interior .addContentLeft .additionalImgWrap {
    padding: 0 40px;
  }
  .content-area-interior .ourteamArea {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .content-area-interior .ourteamArea .supportteam {
    padding: 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .bannerArea .bannerSlider .bannerText {
    width: 100%;
  }
  .bannerArea .bannerSlider .bannerText p.site-description {
    font-size: 3.8em;
    margin-top: 20px;
    padding: 0 160px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons {
    text-align: center;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a {
    font-size: 1.2em;
    max-width: 20%;
    padding: 8px 15px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a:first-child {
    margin-right: 25px;
  }
  .bannerArea .bannerSlider .bannerText p.buttons a:last-child {
    margin-left: 25px;
  }
  .mainHomeContent .row {
    margin: 0;
  }
  .mainHomeContent .content p {
    font-size: 1.2em;
  }
  .mainHomeContent .contentImg {
    margin-top: 25px;
  }
  .mainHomeContent .contentImg .verticalCaption {
    padding-top: 15px;
    font-size: 1.2em;
  }
  .featureAreaOne {
    background-size: auto 101%, auto 37px, auto 101%;
  }
  .featureAreaOne .featureText {
    padding-bottom: 115px;
    padding-right: 40px;
  }
  .videoArea .videoContent h2 {
    font-size: 2.5em;
    font-weight: 900;
  }
  .serviceAreaHome .serviceList .service a {
    height: 88px;
    border-radius: 40px;
  }
  .serviceAreaHome .serviceList .service a .img-wrap {
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 10px;
  }
  .serviceAreaHome .serviceList .service a h2 {
    font-size: 1.2rem;
  }
  .serviceAreaHome .serviceList .service.yellow a .img-wrap {
    border: 4px solid #FAA32A;
  }
  .serviceAreaHome .serviceList .service.orange a .img-wrap {
    border: 4px solid #F16934;
  }
  .serviceAreaHome .serviceList .service.blue a .img-wrap {
    border: 4px solid #1981C4;
  }
  .serviceAreaHome .serviceList .service.red a .img-wrap {
    border: 4px solid #C82127;
  }
  .serviceAreaHome .serviceList .service.teal a .img-wrap {
    border: 4px solid #497775;
  }
  .serviceAreaHome .serviceList .service.brown a .img-wrap {
    border: 4px solid #9b4a23;
  }
  .serviceAreaHome .serviceList .service.green a .img-wrap {
    border: 4px solid #5E9440;
  }
  .serviceAreaHome .serviceList .service.navy a .img-wrap {
    border: 4px solid #293477;
  }
  .serviceAreaHome .serviceList .service.grey a .img-wrap {
    border: 4px solid #7D8589;
  }
  .serviceAreaHome .serviceList .service.aqua a .img-wrap {
    border: 4px solid #1ABFD2;
  }
  .serviceAreaHome .serviceList .service.gold a .img-wrap {
    border: 4px solid #C3922E;
  }
  .serviceAreaHome .serviceList .service.purple a .img-wrap {
    border: 4px solid #6D3293;
  }
  footer.site-footer {
    background-image: url('../../img/bgFooter.jpg');
    background-repeat: no-repeat;
    background-position: center 60px;
    background-size: cover;
  }
  footer.site-footer .footerTop {
    background-image: url('../../img/bg-50.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  footer.site-footer .footerMid {
    border-top: 6px solid #f16a36;
    background-image: none;
  }
  footer.site-footer .footerMid .container {
    background-image: url('../../img/logoGrey.svg');
    background-repeat: no-repeat;
    background-size: 260px auto;
    background-position: 30px 30px;
    padding-top: 90px;
  }
  footer.site-footer .footerMid .location {
    text-align: left;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .location h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .location p {
    color: #fff;
    font-size: 1em;
  }
  footer.site-footer .footerMid .services {
    text-align: left;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .services h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .services ul li {
    margin-bottom: 8px;
    font-size: 1em;
  }
  footer.site-footer .footerMid .hours {
    text-align: left;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .hours h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .hours p {
    color: #fff;
    font-size: 1em;
  }
  footer.site-footer .footerMid .contact {
    text-align: left;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .contact h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .footerMid .contact p {
    color: #fff;
    font-size: 1em;
  }
  footer.site-footer .footerMid .contact .social {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
  }
  footer.site-footer .site-info {
    background-color: transparent;
    background-image: none;
    padding-top: 60px;
  }
  footer.site-footer .site-info .container {
    border-top: 1px solid #fff;
  }
  footer.site-footer .site-info .footerNav {
    padding: 0;
    float: right;
  }
  footer.site-footer .site-info .footerNav ul.menu {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
  }
  footer.site-footer .site-info .footerNav ul.menu li {
    font-size: 1em;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 0 4px;
  }
  footer.site-footer .site-info .footerNav ul.menu li a {
    color: #fff;
    text-transform: uppercase;
  }
  footer.site-footer .site-info .footerNav ul.menu li:first-child {
    margin-left: 0;
  }
  footer.site-footer .site-info .footerNav ul.menu li:last-child {
    margin-right: 0;
  }
  footer.site-footer .site-info .copyNote {
    float: left;
    padding-right: 0;
  }
  footer.site-footer .site-info .copyNote p {
    text-align: left;
    font-size: 1em;
    color: #fff;
  }
  footer.site-footer .site-info .copyNote p span {
    display: inline-block;
  }
  footer.site-footer .site-info .copyNote p span:first-child {
    border-right: 1px solid #fff;
    padding-right: 6px;
    margin-right: 6px;
  }
  footer.site-footer .site-info .copyNote p a {
    color: #fff;
  }
}
@media screen and (min-width: 1400px) {
  .featureAreaOne {
    background-size: auto 101%, auto 37px, auto 101%;
  }
  .featureAreaOne .featureText {
    padding-bottom: 125px;
    padding-right: 100px;
  }
  .featureAreaOne .featureText h2 {
    font-size: 2em;
  }
  .content-area-interior .ourteamArea {
    background-size: 60% auto;
    background-position: center top;
  }
}
@media screen and (min-width: 1700px) {
  header.site-header .headerTop {
    padding: 15px 0 13px;
    background-image: url('../../img/bg-50.jpg');
  }
  .featureAreaOne {
    background-size: auto 99%, auto 37px, auto 101%;
  }
  .featureAreaOne .featureText {
    padding-bottom: 155px;
    padding-right: 100px;
  }
  .featureAreaOne .featureText h2 {
    font-size: 2em;
  }
}
@media screen and (min-width: 2000px) {
  .featureAreaOne {
    background-size: 50% auto, auto 37px, auto 105%;
  }
  .featureAreaOne .featureText {
    padding-bottom: 200px;
    padding-right: 100px;
  }
  .featureAreaOne .featureText h2 {
    font-size: 2em;
  }
}
/*# sourceMappingURL=styles.css.map */