/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: 500;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.woocommerce ul.products {
  /* .button.single_adq_button_loop {
   display: none;
   } */
}
.woocommerce ul.products li {
  cursor: pointer;
  overflow: hidden;
}
.woocommerce ul.products li img {
  border: 1px solid rgba(255, 255, 255, 0);
}
.woocommerce ul.products li:hover {
  /* opacity: 0.8; */
}
.woocommerce ul.products li:hover img {
  border: 1px solid #0093cd;
  transition: border 0.15s ease;
}
.woocommerce ul.products li:hover h2 {
  color: #0093cd;
  /* color: #d22333; */
  transition: color 0.15s ease;
}
.woocommerce .related.products {
  display: none;
}
/* =General CSS
 -------------------------------------------------------------- */
.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  float: left;
}
.clear_column {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
/* =Shortcodes Templates
 -------------------------------------------------------------- */
/* =Default Template (no margin)
 -------------------------------------------------------------- */
/* =Small Margins Template
 -------------------------------------------------------------- */
.full_width {
  width: 100%;
}
.one_half {
  width: 49%;
  margin-right: 2%;
}
.one_half.last_column {
  width: 49%;
  margin-right: 0px;
}
.one_third {
  width: 32%;
  margin-right: 2%;
}
.one_third.last_column {
  width: 32%;
  margin-right: 0px;
}
.two_third {
  width: 66%;
  margin-right: 2%;
}
.two_third.last_column {
  width: 66%;
  margin-right: 0px;
}
.one_fourth {
  width: 23.5%;
  margin-right: 2%;
}
.one_fourth.last_column {
  width: 23.5%;
  margin-right: 0px;
}
.three_fourth {
  width: 74.5%;
  margin-right: 2%;
}
.three_fourth.last_column {
  width: 74.5%;
  margin-right: 0px;
}
.one_fifth {
  width: 18.4%;
  margin-right: 2%;
}
.one_fifth.last_column {
  width: 18.4%;
  margin-right: 0px;
}
.two_fifth {
  width: 39%;
  margin-right: 2%;
}
.two_fifth.last_column {
  width: 39%;
  margin-right: 0px;
}
.three_fifth {
  width: 59%;
  margin-right: 2%;
}
.three_fifth.last_column {
  width: 59%;
  margin-right: 0px;
}
.four_fifth {
  width: 79.6%;
  margin-right: 2%;
}
.four_fifth.last_column {
  width: 79.6%;
  margin-right: 0px;
}
.one_sixth {
  width: 15%;
  margin-right: 2%;
}
.one_sixth.last_column {
  width: 15%;
  margin-right: 0px;
}
/* =Responsive
 -------------------------------------------------------------- */
/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
  .full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/OpenSans-Light/OpenSans-Light-webfont.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.eot');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold/OpenSans-SemiBold-webfont.svg#open_sanssemibold') format('svg');
}
@font-face {
  font-family: 'varela_roundregular';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Varela-Round-Regular/varelaround-regular-webfont.eot');
  src: url('../fonts/Varela-Round-Regular/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Varela-Round-Regular/varelaround-regular-webfont.woff2') format('woff2'), url('../fonts/Varela-Round-Regular/varelaround-regular-webfont.woff') format('woff'), url('../fonts/Varela-Round-Regular/varelaround-regular-webfont.ttf') format('truetype'), url('../fonts/Varela-Round-Regular/varelaround-regular-webfont.svg#varela_roundregular') format('svg');
}
.site-main .site-content .gform_wrapper ul {
  margin: 0;
}
button, input[type=button], input[type=submit], .button {
  background: #0058a9;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  padding: 6px 30px;
  display: inline-block;
  text-decoration: none;
}
button.alt, input[type=button].alt, input[type=submit].alt, .button.alt {
  background: #00a9e0;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  padding: 6px 30px !important;
}
.error404 .search-form input[type="search"] {
  padding: 5px 10px 7px;
}
.gform_wrapper form li, .gform_wrapper li {
  background: none !important;
  padding: 0 !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper textarea.medium {
  width: 100% !important;
  border: 1px solid #bebebe;
}
.gform_wrapper .top_label .gfield_label {
  font-weight: 300 !important;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"], .gform_wrapper .ginput_complex input[type="email"], .gform_wrapper .ginput_complex input[type="number"], .gform_wrapper .ginput_complex input[type="password"], .gform_wrapper .ginput_complex input[type="tel"], .gform_wrapper .ginput_complex input[type="text"], .gform_wrapper .ginput_complex input[type="url"], .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
  border: 1px solid #bebebe;
}
.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select {
  border: 1px solid #bebebe;
  padding: 2px;
}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
  background: #fff !important;
}
select option {
  background: #fff !important;
  border-radius: 0;
}
/* Validation Errpr */
.gform_wrapper div.validation_error {
  border: none !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 98% !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: none !important;
  margin-bottom: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 98 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  font-weight: 300 !important;
}
/*contact us form images*/
.gform_wrapper li.logos .gfield_checkbox label {
  padding: 10px !important;
}
.search-results .search-form {
  margin-bottom: 30px;
}
.search-results .search-result .search-result-heading {
  font-size: 18px;
}
.search-results input[type="search"], .error404 .search-form input[type="search"] {
  padding: 5px 10px 5px 7px;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
b, strong {
  font-weight: 600;
}
embed, object {
  display: block;
  border: none;
  height: auto;
  max-width: 100%;
}
iframe {
  display: block;
  border: none;
  max-width: 100%;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #0058a9;
  font-weight: 300;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  /*text-transform: lowercase;*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 {
  font-size: 38px;
  line-height: 48px;
}
h2 {
  font-size: 23px;
  line-height: 26px;
}
*:first-child {
  margin-top: 0;
}
a, .link {
  /* @extend .fade; */
  color: #0058a9;
  text-decoration: underline;
}
a:focus, .link:focus, a:hover, .link:hover, a:focus a, a:focus .link, a:hover a, a:hover .link {
  /*background: mix($primary, #fff, 90%);
   color: #fff;*/
  text-decoration: none;
}
.clearfix:before, .previews:before, .site-header:before, .site-header .nav-mobile-ctas:before, .site-main:before, .page-template-page-home .featured-project:before, .page-template-page-customer .featured-project:before, .projects:before, .project-info-wrap:before, .site-footer .address-wrap:before, .woocommerce .related.products:before, .clearfix:after, .previews:after, .site-header:after, .site-header .nav-mobile-ctas:after, .site-main:after, .page-template-page-home .featured-project:after, .page-template-page-customer .featured-project:after, .projects:after, .project-info-wrap:after, .site-footer .address-wrap:after, .woocommerce .related.products:after {
  content: " ";
  display: table;
}
.clearfix:after, .previews:after, .site-header:after, .site-header .nav-mobile-ctas:after, .site-main:after, .page-template-page-home .featured-project:after, .page-template-page-customer .featured-project:after, .projects:after, .project-info-wrap:after, .site-footer .address-wrap:after, .woocommerce .related.products:after {
  clear: both;
}
/*.fade {
 -webkit-transition: all 0.25s ease;
 -moz-transition: all 0.25s ease;
 -o-transition: all 0.25s ease;
 transition: all 0.25s ease;
 }*/
.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 20px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.button {
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-size: 19px;
}
.button.light {
  background: #00a9e0;
  padding: 10px 30px;
}
.button.light:focus, .button.light:hover {
  background: #0093cd;
}
.button.clear {
  background: #0058a9;
  border: 1px solid #fff;
  padding: 9px 29px;
}
.button.clear:focus, .button.clear:hover {
  border: 1px solid #00a9e0;
  background: #00a9e0;
}
hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.previews {
  /*padding-top: $gap / 2;*/
}
@media (max-width: 599px) {
  .previews {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .previews {
    margin: 0 -15px;
  }
}
.previews .preview {
  color: #333;
  display: block;
  max-width: 450px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .previews .preview {
    display: inline-block;
    padding: 10px 0;
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .previews .preview {
    float: left;
    padding: 15px;
    width: 50%;
  }
  .previews .preview:nth-of-type(2n+3) {
    clear: left;
  }
}
@media (min-width: 900px) {
  .previews .preview {
    float: left;
    padding: 15px;
    width: 33.333333%;
  }
  .previews .preview:nth-of-type(3n+4) {
    clear: left;
  }
}
.previews .preview:hover .preview-header .preview-featured-image, .previews .preview:focus .preview-header .preview-featured-image {
  opacity: 0.8;
}
.previews .preview:hover .button, .previews .preview:focus .button {
  color: #00a9e0;
}
.previews .preview .preview-header .preview-featured-image {
  display: block;
  width: 100%;
}
.previews .preview .preview-content {
  overflow: auto;
}
.previews .preview .preview-content .preview-heading {
  font-size: 24px;
  margin: 0;
  padding: 15px 0;
}
.previews .preview .button {
  background: none;
  color: #0058a9;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.previews .preview .button:focus, .previews .preview .button:hover {
  color: #00a9e0;
}
.previews .preview .button::after {
  content: "+";
  padding: 0 0 0 5px;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .slides {
  position: relative;
}
.banner .slides .slide {
  position: relative;
  width: 100%;
}
.banner .slides .slide:nth-child(1n+2) {
  display: none;
}
.banner .slides .slide img {
  display: block;
  min-height: 200px;
  min-width: 960px;
  width: 100%;
}
@media (max-width: 960px) {
  .banner .slides .slide img {
    position: relative;
    left: 50%;
    margin-left: -480px;
  }
}
.banner .slides .slide .slide-caption {
  position: absolute;
  bottom: 25%;
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 964px) {
  .banner .slides .slide .slide-caption {
    bottom: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1400px) {
  .banner .slides .slide .slide-caption {
    width: 80%;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .banner .slides .slide .slide-caption {
    width: 60%;
    text-align: left;
    bottom: 15%;
  }
}
.banner .slides .slide .slide-caption .slide-caption-content {
  background: rgba(0, 88, 169, 0.9);
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 5px 20px 10px 20px;
}
@media (max-width: 599px) {
  .banner .slides .slide .slide-caption .slide-caption-content {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .banner .slides .slide .slide-caption .slide-caption-content {
    font-size: 30px;
  }
}
.banner .slides .slide .slide-caption .slide-caption-content a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  font-size: 16px;
}
.banner .slides .slide .slide-caption .slide-caption-content a:hover, .banner .slides .slide .slide-caption .slide-caption-content a:focus {
  border-bottom: none;
}
.banner .slide-overlay {
  background-image: url(../images/website-images.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 69px;
  width: 69px;
  position: absolute;
  z-index: 100;
  display: block;
  bottom: 69px;
  right: 69px;
}
@media (min-width: 600px) and (max-width: 964px) {
  .banner .slide-overlay {
    bottom: 35%;
  }
}
@media (max-width: 599px) {
  .banner .slide-overlay {
    bottom: 15%;
  }
}
.banner .slide-prev, .banner .slide-next {
  /*@extend .fade;*/
  background: url(../images/slide-prev-next.png);
  display: block;
  height: 73px;
  position: absolute;
  margin-top: -40px;
  opacity: 0;
  outline: none;
  text-indent: -9999px;
  top: 50%;
  width: 37px;
  z-index: 180;
}
.banner .slide-prev {
  left: -37px;
}
.banner .slide-next {
  background-position: right;
  right: -37px;
}
.banner:focus .slide-prev, .banner:hover .slide-prev, .banner:focus .slide-next, .banner:hover .slide-next {
  opacity: 1;
}
.banner:focus .slide-prev, .banner:hover .slide-prev {
  left: 20px;
}
.banner:focus .slide-next, .banner:hover .slide-next {
  right: 20px;
}
.banner .slide-controls {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 180;
}
.banner .slide-controls a {
  background: rgba(0, 0, 0, 0.6) url('../img/slideshow-controls.png') no-repeat;
  display: block;
  height: 50px;
  float: left;
  text-indent: -9999px;
  margin-left: 1px;
  width: 50px;
}
.banner .slide-controls a:focus, .banner .slide-controls a:hover {
  background-color: rgba(0, 88, 169, 0.8);
}
.banner .slide-controls a.slide-prev {
  background-position: 0px 0px;
}
.banner .slide-controls a.slide-play-pause {
  background-position: -100px 0px;
}
.banner .slide-controls a.slide-play-pause.paused {
  background-position: -50px 0px;
}
.banner .slide-controls a.slide-next {
  background-position: -150px 0px;
}
.banner .slide-progress {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(238, 238, 238, 0.5);
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 160;
}
.blog .post, .category .post {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.blog .button, .category .button {
  background: none;
  color: #0058a9;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.blog .button::after, .category .button::after {
  content: "+";
  padding: 0 0 0 5px;
}
@media (min-width: 400px) {
  .blog article.format-standard, .category article.format-standard {
    display: flex;
  }
}
@media (min-width: 400px) {
  .blog article.format-standard .entry-img, .category article.format-standard .entry-img {
    margin: 0 20px 0 0;
    flex-shrink: 0;
  }
}
.entry-meta {
  font-size: 13px;
}
/* ADMIN BAR */
.admin-bar .site-header {
  /*.nav-mobile-ctas {
   @media (min-width: $site_header_breakpoint_1 - 1px) {
   top:118px;
   }
   }*/
}
@media (max-width: 600px) {
  .admin-bar .site-header #mobile-nav-trigger {
    top: 120px;
  }
}
.site-header {
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding-top: 20px;
  padding-bottom: 17px;
  vertical-align: bottom;
  width: 100%;
}
@media (max-width: 599px) {
  .site-header {
    text-align: center;
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  .site-header {
    position: fixed;
    z-index: 200;
  }
}
@media (max-width: 599px) {
  .site-header .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.site-header .site-name {
  font-size: 30px;
  line-height: 60px;
  text-decoration: none;
}
@media (max-width: 400px) {
  .site-header .site-name {
    margin-left: 20px;
  }
}
@media (min-width: 600px) {
  .site-header .site-name {
    float: left;
  }
}
@media (min-width: 600px) {
  .site-header .site-logo {
    float: left;
    margin-top: 21px;
  }
}
@media (max-width: 599px) {
  .site-header .site-logo {
    text-align: center;
    display: block;
    padding: 0 5px 5px 5px;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .site-header .site-logo {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .site-header .site-logo img {
    display: inline-block;
  }
}
@media (max-width: 599px) {
  .site-header #mobile-nav-trigger {
    background: #333 url(../images/icon-menu.png) no-repeat center;
    color: #fff;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    height: 48px;
    width: 25%;
    z-index: 9999;
    top: 73px;
  }
}
@media (min-width: 600px) {
  .site-header #mobile-nav-trigger {
    display: none;
  }
}
.site-header .nav-mobile-ctas {
  margin: 6px 0 0 0;
  z-index: 9999;
}
@media (min-width: 600px) {
  .site-header .nav-mobile-ctas {
    display: none;
  }
}
.site-header .nav-mobile-ctas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .nav-mobile-ctas ul li {
  float: left;
  text-indent: -9999px;
  height: 48px;
  width: 25%;
  margin: 0;
  padding-left: 0;
  background-color: #eee;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.site-header .nav-mobile-ctas ul li a {
  position: relative;
  display: block;
}
.site-header .nav-mobile-ctas ul li a:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 50%;
  height: 27px;
  width: 27px;
  margin-top: 10px;
  background: transparent url(../images/icon-mobile.png);
}
@media (max-width: 399px) {
  .site-header .nav-mobile-ctas ul li a:after {
    margin-left: -12.5px;
  }
}
@media (min-width: 400px) {
  .site-header .nav-mobile-ctas ul li a:after {
    margin-left: -10.5px;
  }
}
.site-header .nav-mobile-ctas ul li.call-us a:after {
  background-position: 0 0;
}
.site-header .nav-mobile-ctas ul li.products a:after {
  background-position: 82px 0;
}
.site-header .nav-mobile-ctas ul li.book-now a:after {
  background-position: 54px 0;
}
.site-header .nav-mobile-ctas ul li.contact-us a:after {
  background-position: 26px 0;
}
.site-header .nav-header-wrap {
  text-align: right;
}
@media (min-width: 600px) and (max-width: 960px) {
  .site-header .nav-header-wrap {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .site-header .nav-header-wrap {
    /*Mobile menu*/
    text-align: left;
  }
}
.site-header .nav-header {
  clear: right;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-header .nav-header {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .site-header .nav-header {
    clear: both;
  }
}
.site-header .nav-header ul, .site-header .nav-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .nav-header li {
  /*Mobile menu*/
}
@media (max-width: 599px) {
  .site-header .nav-header li {
    background: #0058a9;
  }
}
@media only screen and (min-width: 601px) {
  .site-header .nav-header .mega-menu-link {
    font-family: 'varela_roundregular' !important;
    font-weight: normal;
    font-style: normal;
  }
  .site-header .nav-header .mega-menu-flyout .mega-sub-menu {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .site-header .nav-header .mega-menu-flyout .mega-sub-menu li a {
    padding: 5px !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-sub-menu {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-sub-menu .textwidget {
    padding: 0 5px;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-sub-menu .textwidget h3 {
    margin: 0 0 5px 0;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-sub-menu .textwidget h3.space-above {
    margin-top: 20px;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-sub-menu li.mega-menu-columns-3-of-12 {
    width: 25%;
    padding: 0 20px 0 0;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-sub-menu .mega-column-heading > a {
    margin: 0 0 5px 0 !important;
    color: #0058a9 !important;
    font-weight: 300;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-sub-menu .mega-column-heading > a:hover, .site-header .nav-header .mega-menu-megamenu .mega-sub-menu .mega-column-heading > a:active, .site-header .nav-header .mega-menu-megamenu .mega-sub-menu .mega-column-heading > a:focus {
    color: #fff !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-sub-menu .mega-menu-description {
    margin: 0 0 10px 0 !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-menu-item {
    margin: 0 30px 10px 0 !important;
    padding: 0 !important;
    border: 1px solid #efefef !important;
    border-top: none !important;
    border-left: none !important;
    background-size: auto 90% !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-menu-item a {
    padding: 36px 5px !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-menu-item.widget_text {
    border: none !important;
    margin-bottom: 0 !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-play-units {
    background-image: url(/wp-content/uploads/2018/08/menu-play-units.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-rope-structures {
    background-image: url(/wp-content/uploads/2018/08/menu-rope-structures.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-swings {
    background-image: url(/wp-content/uploads/2018/08/menu-swings.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-slides {
    background-image: url(/wp-content/uploads/2018/08/menu-slides.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-spring-rockers {
    background-image: url(/wp-content/uploads/2018/08/menu-rockers.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-spinners {
    background-image: url(/wp-content/uploads/2018/08/menu-spinners.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-diggers {
    background-image: url(/wp-content/uploads/2018/08/menu-diggers.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-trampolines {
    background-image: url(/wp-content/uploads/2018/08/menu-trampolines.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-flying-fox {
    background-image: url(/wp-content/uploads/2018/08/menu-flying-fox.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-outdoor-fitness {
    background-image: url(/wp-content/uploads/2018/08/menu-outdoor-fitness.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-spare-parts {
    background-image: url(/wp-content/uploads/2018/08/menu-spare-parts.png) !important;
  }
  .site-header .nav-header .mega-menu-megamenu .mega-products > .mega-sub-menu .mega-product-all > a {
    padding: 22px 5px !important;
  }
  .site-header .nav-header .mega-menu-item > a {
    border-radius: 5px !important;
  }
}
.site-header .nav-header .menu .menu-item {
  display: inline-block;
  padding-left: 10px;
}
@media (max-width: 599px) {
  .site-header .nav-header .menu .menu-item {
    /*Mobile menu*/
    display: block;
    padding-right: 0;
  }
}
.site-header .nav-header .menu .menu-item a {
  display: block;
  text-decoration: none;
  color: #414141;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-size: 20px;
  padding: 0 10px;
}
.site-header .nav-header .menu .menu-item a:focus, .site-header .nav-header .menu .menu-item a:hover {
  color: #0058a9;
}
@media (min-width: 600px) and (max-width: 1080px) {
  .site-header .nav-header .menu .menu-item a {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .site-header .nav-header .menu .menu-item a {
    /*Mobile menu*/
    color: #fff;
  }
  .site-header .nav-header .menu .menu-item a:focus, .site-header .nav-header .menu .menu-item a:hover {
    color: #fff;
  }
}
.site-header .nav-header .menu .menu-item:focus, .site-header .nav-header .menu .menu-item:hover {
  color: #0058a9;
}
@media (max-width: 599px) {
  .site-header .nav-header .menu .menu-item:focus, .site-header .nav-header .menu .menu-item:hover {
    /*Mobile menu*/
    color: #333;
  }
}
@media (max-width: 599px) {
  .site-header .nav-header .menu .menu-item {
    /*Mobile menu*/
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 20px;
  }
}
.site-header .nav-header .menu .menu-item .sub-menu {
  display: none;
}
.site-header .nav-header .menu .contact-us.menu-item a {
  color: #0058a9;
}
@media (max-width: 599px) {
  .site-header .nav-header .menu .contact-us.menu-item a {
    /*Mobile menu*/
    color: #fff;
  }
}
@media (min-width: 600px) {
  .site-header .nav-header .current-menu-item a, .site-header .nav-header .current-page-ancestor a {
    color: #0058a9 !important;
  }
}
.site-header .nav-header #mega-menu-wrap-nav-header #mega-menu-nav-header li.mega-menu-item-has-children > a.mega-menu-link:after, .site-header .nav-header #mega-menu-wrap-nav-header #mega-menu-nav-header li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
  margin: 0 0 0 2px;
}
.site-header .nav-social-networks {
  float: right;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .site-header .nav-social-networks {
    display: none;
  }
}
.site-header .nav-social-networks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .nav-social-networks li {
  list-style: none;
  margin: 0;
  padding: 0 2px;
}
.site-header .nav-social-networks .menu-item {
  display: inline-block;
}
.site-header .nav-social-networks .menu-item a {
  background: #669ecd url(../images/social-buttons.png);
  border-radius: 100%;
  display: block;
  height: 29px;
  text-indent: -9999px;
  width: 29px;
}
.site-header .nav-social-networks .menu-item a:focus, .site-header .nav-social-networks .menu-item a:hover {
  background-color: #00a9e0;
}
.site-header .nav-social-networks .menu-item.facebook a {
  background-position: -38px 0px;
}
.site-header .nav-social-networks .menu-item.twitter a {
  background-position: -78px 0px;
}
.site-header .nav-social-networks .menu-item.pinterest a {
  background-position: -116px 0px;
}
.site-header .nav-social-networks .menu-item.instagram a {
  background-position: 0px 0px;
}
.site-header .nav-social-networks .menu-item.googleplus a {
  background-position: -230px 0px;
}
.site-header .nav-social-networks .menu-item.youtube a {
  background-position: -155px 0px;
}
.site-header .nav-social-networks .menu-item.linkedin a {
  background-position: -193px 0px;
}
.site-header .header-phone {
  float: right;
  text-align: right;
  padding-left: 30px;
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .site-header .header-phone {
    display: none;
  }
}
.site-header .header-phone a {
  background-image: url(../images/website-images.png);
  background-repeat: no-repeat;
  background-position: 0px -73px;
  width: 23px;
  height: 23px;
  color: #414141;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-size: 30px;
  padding: 0 0 0 30px;
  text-decoration: none;
}
.site-header .header-phone a strong {
  font-weight: 500;
}
@media (min-width: 600px) {
  .nav-header-secondary-wrap {
    position: relative;
  }
}
.nav-header-secondary {
  display: none;
}
/*
 .nav-header-secondary {
 background: transparentize(#fff, 30%);
 padding: 18px 0;
 @media (max-width: $site_header_middle_breakpoint_1 - 1px) {
 padding: 0;
 }
 @media (min-width: $site_header_middle_breakpoint_1) {
 position:absolute;
 z-index: 100;
 width: 100%;
 bottom: 0;
 }
 @media (min-width: $site_header_middle_breakpoint_1) and (max-width: 980px) {
 padding: 12px 0;
 }
 ul {
 margin: 0;
 padding: 0;
 text-align: center;
 @media (max-width: $site_header_middle_breakpoint_1 - 1px) {
 text-align: left;
 }
 li {
 display: inline-block;
 list-style: none;
 margin: 0;
 @media (max-width: $site_header_middle_breakpoint_1 - 1px) {
 display: block;
 border-top: 1px solid transparentize(#fff, 70%);	
 padding-right: 15px;
 background: $primary;
 }
 @media (min-width: $site_header_middle_breakpoint_1) and (max-width: 980px) {
 margin: 4px 0;
 }
 &:focus,
 &:hover {
 @media (max-width: $site_header_middle_breakpoint_1 - 1px) {
 background-color: $secondary;
 }
 }
 a {
 font-family: $font-headings;
 font-size: 20px;
 color: $primary;
 padding: 4px 20px;
 text-decoration: none;
 &:focus,
 &:hover {
 color: $tertiary;
 }
 @media (min-width: $site_header_middle_breakpoint_1) and (max-width: 1118px) {
 font-size: 19px;
 padding-left: 10px;
 padding-right: 10px;
 }
 @media (max-width: $site_header_middle_breakpoint_1 - 1px) {
 background: url(../images/icon-cross.png) no-repeat right center;
 color: #fff;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 display: block;
 padding: 10px 20px;
 &:focus,
 &:hover {
 color: #fff;
 }
 }
 }
 }
 .current-menu-item {
 a {
 color: $text_color !important;
 }
 }
 }
 } */
.blue-bar {
  background: #0058a9;
  padding: 20px 0;
  color: #fff;
  font-size: 36px;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  text-transform: lowercase;
}
@media (min-width: 600px) and (max-width: 700px) {
  .blue-bar {
    font-size: 26px;
    padding: 15px 0 25px 0;
  }
}
@media (max-width: 599px) {
  .blue-bar {
    display: none;
  }
}
.blue-bar .button.light {
  float: right;
  text-transform: none;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-size: 19px;
  background: #00a9e0;
  padding: 10px 30px;
  border-radius: 6px;
  color: #fff;
  font-weight: 300;
  line-height: 26px;
}
.blue-bar .button.light:focus, .blue-bar .button.light:hover {
  background: #0093cd;
  color: #fff;
}
.search-form-wrap {
  display: inline-block;
  height: 30px;
  float: right;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 1px;
}
@media (max-width: 600px) {
  .search-form-wrap {
    display: none;
  }
}
.search-form-wrap .search-form {
  height: 30px;
}
.search-form-wrap .search-field {
  background-image: url(../images/website-images.png);
  background-repeat: no-repeat;
  background-position: 0 -112px;
  background-color: transparent;
  /*background: url(../images/icon-search.png) no-repeat 0 -2px;
   background-size: 30px 30px;*/
  border: none;
  cursor: pointer;
  height: 30px;
  margin: 3px 0;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px;
}
.search-form-wrap .search-field:focus {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: text;
  outline: 0;
  width: 150px;
}
@media (min-width: 1141px) and (max-width: 1250px) {
  .search-form-wrap .search-field:focus {
    width: 100px;
  }
}
.search-form-wrap .search-submit {
  display: none;
}
.search-form-wrap input[type="search"] {
  -webkit-appearance: textfield;
  color: #333;
  font-size: 14px;
  padding: 0px 0px 0px 30px !important;
}
.site-main {
  /*@extend .container;*/
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 699px) {
  .site-main.has-sidebar .site-content {
    padding-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .site-main.has-sidebar .site-content {
    float: right;
    width: 75%;
    /*padding-left: 40px;*/
  }
}
@media (min-width: 700px) {
  .site-main .site-sidebar {
    float: left;
    width: 25%;
    padding-right: 30px;
  }
}
.site-main .site-content ul {
  padding: 0;
  margin-left: 20px;
}
.site-main .site-content ul li {
  list-style: none;
  background: url(../images/li.png) no-repeat left 7px;
  padding: 0 0 6px 20px;
}
@media (max-width: 700px) {
  .site-main .site-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 700px) {
  .site-main .site-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.site-main .site-content .button-wrap {
  /*float: left;*/
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.site-main .site-content .button-wrap .button-link {
  background: #00a9e0;
  border-radius: 6px;
  color: #fff;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  text-decoration: none;
  padding: 8px 20px 10px 20px;
}
.site-main .site-content .button-wrap .button-link:hover, .site-main .site-content .button-wrap .button-link:focus {
  background: #0093cd;
}
.page-template-page-home .sections-wrap h2, .page-template-page-customer .sections-wrap h2 {
  font-size: 38px;
  line-height: 48px;
}
@media (max-width: 700px) {
  .page-template-page-home .sections-wrap h2, .page-template-page-customer .sections-wrap h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page-template-page-home .featured-project, .page-template-page-customer .featured-project {
  margin-top: 50px;
}
@media (min-width: 700px) {
  .page-template-page-home .featured-project, .page-template-page-customer .featured-project {
    position: relative;
  }
}
@media (max-width: 699px) {
  .page-template-page-home .featured-project, .page-template-page-customer .featured-project {
    margin-top: 25px;
  }
}
.page-template-page-home .featured-project .featured-project-heading, .page-template-page-customer .featured-project .featured-project-heading {
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 0;
  border-radius: 0 100px 100px 0;
}
@media (min-width: 700px) {
  .page-template-page-home .featured-project .featured-project-heading, .page-template-page-customer .featured-project .featured-project-heading {
    position: absolute;
    z-index: 100;
    left: 0;
    text-align: right;
  }
}
@media (min-width: 1021px) {
  .page-template-page-home .featured-project .featured-project-heading, .page-template-page-customer .featured-project .featured-project-heading {
    top: 7%;
    width: 32%;
  }
}
@media (min-width: 850px) and (max-width: 1020px) {
  .page-template-page-home .featured-project .featured-project-heading, .page-template-page-customer .featured-project .featured-project-heading {
    top: 5%;
    width: 50%;
  }
}
@media (min-width: 700px) and (max-width: 851px) {
  .page-template-page-home .featured-project .featured-project-heading, .page-template-page-customer .featured-project .featured-project-heading {
    top: 3%;
    width: 60%;
  }
}
.page-template-page-home .featured-project .featured-project-heading h2, .page-template-page-customer .featured-project .featured-project-heading h2 {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 700px) {
  .page-template-page-home .featured-project .featured-project-heading h2, .page-template-page-customer .featured-project .featured-project-heading h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page-template-page-home .featured-project .featured-project-image img, .page-template-page-customer .featured-project .featured-project-image img {
  display: block;
  width: 100%;
  /*@media (max-width: 960px) {
   position: relative;
   left: 50%;
   margin-left: -(960px / 2);
   }*/
}
@media (min-width: 700px) {
  .page-template-page-home .featured-project .featured-project-image img, .page-template-page-customer .featured-project .featured-project-image img {
    min-height: 200px;
    min-width: 960px;
  }
}
.page-template-page-home .featured-project .featured-project-content, .page-template-page-customer .featured-project .featured-project-content {
  background: #0058a9;
  color: #fff;
  padding: 40px 0;
}
@media (max-width: 700px) {
  .page-template-page-home .featured-project .featured-project-content, .page-template-page-customer .featured-project .featured-project-content {
    padding: 20px 0;
    text-align: center;
  }
}
.page-template-page-home .featured-project .featured-project-content h1, .page-template-page-customer .featured-project .featured-project-content h1, .page-template-page-home .featured-project .featured-project-content h2, .page-template-page-customer .featured-project .featured-project-content h2 {
  color: #fff;
}
.page-template-page-home .featured-project .featured-project-content h3, .page-template-page-customer .featured-project .featured-project-content h3 {
  font-size: 23px;
  color: #fff;
}
@media (max-width: 700px) {
  .page-template-page-home .featured-project .featured-project-content p, .page-template-page-customer .featured-project .featured-project-content p {
    display: none;
  }
}
.page-template-page-home .featured-project .featured-project-content ul li, .page-template-page-customer .featured-project .featured-project-content ul li {
  background: url(../images/li-white.png) no-repeat left 7px;
}
.page-template-page-home .featured-project .featured-project-content a:link, .page-template-page-customer .featured-project .featured-project-content a:link, .page-template-page-home .featured-project .featured-project-content a:visited, .page-template-page-customer .featured-project .featured-project-content a:visited {
  color: #fff;
}
.page-template-page-home .featured-project .featured-project-content .featured-project-footer, .page-template-page-customer .featured-project .featured-project-content .featured-project-footer {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 700px) {
  .page-template-page-home .featured-project .featured-project-content .featured-project-footer, .page-template-page-customer .featured-project .featured-project-content .featured-project-footer {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .page-template-page-home .featured-project .featured-project-content .featured-project-footer .button, .page-template-page-customer .featured-project .featured-project-content .featured-project-footer .button {
    width: 100%;
  }
}
.page-template-page-home .featured-project .featured-project-content .featured-project-footer .button.clear, .page-template-page-customer .featured-project .featured-project-content .featured-project-footer .button.clear {
  clear: both;
  margin-top: 10px;
}
.page-template-page-home .our-products, .page-template-page-customer .our-products {
  padding-top: 30px;
}
.page-template-page-home .grey-strip, .page-template-page-customer .grey-strip {
  background-color: #f8f8f8;
  margin-top: 30px;
  padding: 30px 0 25px 0;
  /* text-align: center; */
}
.single-project .site-main {
  padding-top: 0;
}
#main.container {
  padding-top: 30px;
}
.columns {
  width: 25%;
}
/* Project Preview Page */
.project-filters {
  background: #f4f4f4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
}
.project-filters ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.project-filters ul li {
  background: none;
  display: inline-block;
  padding: 10px 18px;
}
.project-filters ul li.active a {
  color: #0058a9;
}
.project-filters ul li a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}
.project-filters ul li a:hover, .project-filters ul li a:focus {
  color: #0058a9;
}
.projects {
  margin-top: 5px;
}
.projects .project {
  /*float: left;*/
  width: 25%;
  display: block;
}
@media (min-width: 650px) and (max-width: 1023px) {
  .projects .project {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .projects .project {
    width: 100%;
  }
}
.projects .project .project-inner-wrap {
  margin: 4px;
  position: relative;
}
.projects .project .project-inner-wrap .project-image {
  display: block;
  height: auto;
  width: 100%;
}
.projects .project .project-inner-wrap .project-caption {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.projects .project .project-inner-wrap .project-caption .project-heading {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  float: left;
  line-height: 22px;
  margin: 0;
  padding: 14px;
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1550px) {
  .projects .project .project-inner-wrap .project-caption .project-heading {
    font-size: 16px;
  }
}
.projects .project .project-inner-wrap .project-caption .project-link {
  background-color: #0058a9;
  background-image: url(../images/website-images.png);
  background-repeat: no-repeat;
  background-position: 0 -250px;
  color: #fff;
  float: right;
  line-height: 22px;
  margin: 0;
  padding: 14px 21px;
  text-indent: -9999px;
  width: 53px;
  /*&:focus,
   &:hover {
   background-color: $text_color;
   }*/
}
.projects .project .project-inner-wrap img {
  width: 100%;
}
.projects .project:focus .project-inner-wrap .project-link, .projects .project:hover .project-inner-wrap .project-link {
  background-color: #00a9e0;
}
@media (min-width: 1024px) {
  .projects .project.double {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .projects .project.double {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .projects .project.single {
    width: 25%;
  }
}
@media (min-width: 650px) and (max-width: 1023px) {
  .projects .project.single {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .projects .project.single {
    width: 100%;
  }
}
@media (min-width: 650px) {
  .project-specs-gallery {
    position: relative;
  }
}
.project-specs-gallery .project-slideshow {
  position: relative;
  overflow: hidden;
}
.project-specs-gallery .project-slideshow .project-slideshow__slides__slide {
  width: 100%;
}
.project-specs-gallery .project-slideshow .project-slideshow__slides__slide img {
  display: block;
  min-width: 960px;
  min-height: 200px;
  width: 100%;
}
@media (max-width: 960px) {
  .project-specs-gallery .project-slideshow .project-slideshow__slides__slide img {
    position: relative;
    left: 50%;
    margin-left: -480px;
  }
}
.project-specs-gallery .project-slideshow .project-slideshow__slides__slide:nth-child(1n+2) {
  display: none;
}
.project-specs-gallery .project-slideshow .project-slideshow-nav {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  bottom: 20px;
  padding: 20px 15px;
  position: absolute;
  right: 20px;
  min-width: 155px;
  z-index: 100;
}
.project-specs-gallery .project-slideshow .project-slideshow-nav .project-slideshow-nav__prev, .project-specs-gallery .project-slideshow .project-slideshow-nav .project-slideshow-nav__next {
  background-image: url(../images/project-slide-prev-next.png);
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  text-indent: -9999px;
  width: 10px;
  cursor: pointer;
}
.project-specs-gallery .project-slideshow .project-slideshow-nav .project-slideshow-nav__prev {
  background-position: 0 0;
  float: left;
}
.project-specs-gallery .project-slideshow .project-slideshow-nav .project-slideshow-nav__next {
  background-position: -12px 0;
  float: right;
}
.project-specs-gallery .project-slideshow .project-slideshow-nav .project-slideshow-pager {
  text-align: center;
  color: #0058a9;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-size: 22px;
  margin-top: -4px;
}
.project-specs-gallery .project-specs {
  padding: 20px;
}
@media (min-width: 650px) {
  .project-specs-gallery .project-specs {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    padding: 30px;
    position: absolute;
    width: 16%;
    z-index: 100;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 650px) and (max-width: 1070px) {
  .project-specs-gallery .project-specs {
    padding: 15px 20px;
  }
}
@media (min-width: 650px) and (max-width: 1023px) {
  .project-specs-gallery .project-specs {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .project-specs-gallery .project-specs {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .project-specs-gallery .project-specs {
    width: 18.2%;
  }
}
.project-specs-gallery .project-specs .facility-specs-title {
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-size: 26px;
  color: #0058a9;
  margin-bottom: 20px;
}
.project-specs-gallery .project-specs .facility-spec-name {
  font-weight: 600;
}
.project-info-wrap {
  background: #eee;
}
@media (min-width: 950px) {
  .project-info-wrap {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .project-info-wrap {
    /*height: 600px*/
  }
}
.project-info-wrap .project-nav {
  padding: 60px 20px 30px 10px;
}
@media (min-width: 950px) {
  .project-info-wrap .project-nav {
    width: 20%;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    order: 1;
  }
}
@media (max-width: 949px) {
  .project-info-wrap .project-nav {
    padding: 30px 10px 10px 0px;
  }
}
@media (min-width: 950px) and (max-width: 1200px) {
  .project-info-wrap .project-nav ul {
    margin-left: 0;
  }
}
.project-info-wrap .project-nav ul li {
  padding: 0 0 18px 0px;
}
.project-info-wrap .project-nav ul li a {
  color: #333;
  font-weight: 400;
  text-decoration: none;
  padding-left: 20px;
}
.project-info-wrap .project-nav ul li a:hover, .project-info-wrap .project-nav ul li a:focus {
  color: #0058a9;
}
.project-info-wrap .project-nav ul li.current-page-item a {
  color: #0058a9;
}
.project-info-wrap .project-nav ul li.more-projects-expand {
  background: none;
  position: relative;
}
.project-info-wrap .project-nav ul li.more-projects-expand a.more-projects:before {
  background: url(../images/projects-arrow.jpg) no-repeat 0 0;
  content: ' ';
  width: 10px;
  height: 6px;
  top: 10px;
  position: absolute;
  left: 0;
}
.project-info-wrap .project-nav ul li.more-projects-expand a.more-projects.collapse:before {
  background: url(../images/projects-arrow.jpg) no-repeat 0 -6px !important;
  content: ' ';
  width: 10px;
  height: 6px;
  top: 10px;
  position: absolute;
  left: 0;
}
.project-info-wrap .project-nav ul ul.more-projects-list {
  display: none;
  margin: 18px 0 0 0;
  padding: 0;
}
.project-info-wrap .project-nav ul ul.more-projects-list li:last-child {
  padding-bottom: 0;
}
.project-info-wrap .project-info {
  background: #0058a9;
  color: #fff;
  padding: 60px;
}
@media (min-width: 950px) {
  .project-info-wrap .project-info {
    width: 80%;
    order: 2;
  }
}
@media (max-width: 949px) {
  .project-info-wrap .project-info {
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .project-info-wrap .project-info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.project-info-wrap .project-info h1, .project-info-wrap .project-info h2, .project-info-wrap .project-info h3, .project-info-wrap .project-info h4, .project-info-wrap .project-info h5, .project-info-wrap .project-info h6 {
  color: #fff;
}
.project-info-wrap .project-info .project-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.project-info-wrap .project-info .button.light {
  padding: 9px 26px;
}
@media (min-width: 950px) and (max-width: 1030px) {
  .project-info-wrap .project-info .button.light {
    padding: 9px 15px;
  }
}
#project-tabs {
  margin: 30px 0 !important;
}
@media (min-width: 1500px) {
  #project-tabs {
    width: 80% !important;
  }
}
@media (min-width: 600px) and (max-width: 1449px) {
  #project-tabs {
    width: 100% !important;
  }
}
ul.resp-tabs-list {
  margin: 0px !important;
  padding: 0px;
}
.resp-tabs-list li {
  display: inline-block;
  padding: 8px 25px !important;
  margin: 0 10px 30px 0;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 19px;
  border-radius: 6px;
  background-image: none !important;
  background-color: #4d8ec4 !important;
  border: 1px solid #4d8ec4 !important;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
}
.resp-tabs-list li:focus, .resp-tabs-list li:hover {
  border: 1px solid #fff !important;
  background: #0058a9 !important;
}
@media (min-width: 950px) and (max-width: 1030px) {
  .resp-tabs-list li {
    padding: 8px 15px !important;
  }
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}
.resp-tab-content {
  display: none;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.resp-tab-content ul {
  margin-left: 0;
}
.resp-tab-content ul li {
  background: url(../images/li-white.png) no-repeat left 7px !important;
  list-style: none;
  padding-left: 20px !important;
}
.resp-tab-content a {
  color: #00a9e0;
}
li.resp-tab-active {
  background-color: #0058a9 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion, .resp-content-active, .resp-accordion-active {
  display: block;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
  padding: 20px 0;
}
h2.resp-accordion {
  background-color: #0058a9 !important;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  font-size: 18px;
  display: none;
  margin: -1px 0 0 0;
  padding: 10px 20px;
  text-transform: none !important;
}
h2.resp-accordion .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
}
h2.resp-tab-active {
  background: #00a9e0 !important;
  border: none;
}
h2.resp-tab-active h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 799px) {
  ul.resp-tabs-list li {
    display: none;
  }
  ul.resp-tabs-list a.button.light {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 20px !important;
    width: 100%;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #ccc;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ccc !important;
  }
}
.site-sidebar .site-sidebar-nav {
  border-top: 1px solid #e3e3e3;
  margin-top: 10px;
}
.site-sidebar .site-sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-sidebar .site-sidebar-nav li {
  margin: 0;
  padding: 0;
  background: none;
}
.site-sidebar .site-sidebar-nav .page_item, .site-sidebar .site-sidebar-nav .cat-item {
  margin: 1px 0 0 0;
  border-bottom: 1px solid #e3e3e3;
}
.site-sidebar .site-sidebar-nav .page_item a, .site-sidebar .site-sidebar-nav .cat-item a {
  color: #333;
  display: block;
  font-weight: 400;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}
.site-sidebar .site-sidebar-nav .page_item a:focus, .site-sidebar .site-sidebar-nav .cat-item a:focus, .site-sidebar .site-sidebar-nav .page_item a:hover, .site-sidebar .site-sidebar-nav .cat-item a:hover {
  color: #0058a9;
}
.site-sidebar .site-sidebar-nav .page_item.current_page_item > a, .site-sidebar .site-sidebar-nav .cat-item.current_page_item > a {
  color: #0058a9;
}
.site-sidebar .site-sidebar-nav .page_item .children, .site-sidebar .site-sidebar-nav .cat-item .children {
  border-top: 1px solid #e3e3e3;
  margin-bottom: -1px;
}
.site-sidebar .site-sidebar-nav .page_item .children a, .site-sidebar .site-sidebar-nav .cat-item .children a {
  padding-left: 40px;
}
.site-sidebar .site-sidebar-nav .page_item .children .children a, .site-sidebar .site-sidebar-nav .cat-item .children .children a {
  padding-left: 60px;
}
.site-footer {
  background: #0058a9;
  padding-bottom: 30px;
  color: #fff;
}
@media (min-width: 600px) {
  .site-footer {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .site-footer {
    padding-top: 30px;
  }
}
.site-footer .nav-footer ul, .site-footer .nav-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .nav-footer .menu-item {
  display: inline-block;
}
.site-footer .nav-footer .menu-item a {
  display: block;
  color: #fff;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  padding: 0 10px;
}
.site-footer .nav-footer .menu-item a:focus, .site-footer .nav-footer .menu-item a:hover {
  color: #00a9e0;
}
.site-footer .nav-footer .menu-item .sub-menu {
  display: none;
}
@media (max-width: 600px) {
  .site-footer .nav-footer {
    display: none;
  }
}
.site-footer .nav-footer .current-menu-item a {
  color: #00a9e0 !important;
}
.site-footer .nav-footer-secondary ul, .site-footer .nav-footer-secondary li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .nav-footer-secondary .menu-item {
  display: inline-block;
}
.site-footer .nav-footer-secondary .menu-item a {
  font-size: 12px;
  display: block;
}
.site-footer .nav-footer-secondary .menu-item a:focus, .site-footer .nav-footer-secondary .menu-item a:hover {
  color: #00a9e0;
}
.site-footer .nav-footer-secondary .menu-item .sub-menu {
  display: none;
}
.site-footer .address-wrap {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .site-footer .address-wrap {
    text-align: center;
    margin-bottom: 10px;
  }
}
.site-footer .address-wrap .address, .site-footer .address-wrap .phone, .site-footer .address-wrap .fax, .site-footer .address-wrap .email {
  background-image: url(../images/website-images.png);
  background-repeat: no-repeat;
  padding-left: 22px;
}
@media (min-width: 600px) {
  .site-footer .address-wrap .address, .site-footer .address-wrap .phone, .site-footer .address-wrap .fax, .site-footer .address-wrap .email {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 599px) {
  .site-footer .address-wrap .address, .site-footer .address-wrap .phone, .site-footer .address-wrap .fax, .site-footer .address-wrap .email {
    margin-bottom: 6px;
  }
}
.site-footer .address-wrap .address a, .site-footer .address-wrap .phone a, .site-footer .address-wrap .fax a, .site-footer .address-wrap .email a {
  color: #fff;
  text-decoration: none;
}
.site-footer .address-wrap .address a:focus, .site-footer .address-wrap .phone a:focus, .site-footer .address-wrap .fax a:focus, .site-footer .address-wrap .email a:focus, .site-footer .address-wrap .address a:hover, .site-footer .address-wrap .phone a:hover, .site-footer .address-wrap .fax a:hover, .site-footer .address-wrap .email a:hover {
  color: #00a9e0;
}
.site-footer .address-wrap .address {
  background-position: -8px -144px;
}
.site-footer .address-wrap .phone {
  background-position: -5px -216px;
}
.site-footer .address-wrap .fax {
  background-position: -8px -192px;
}
.site-footer .address-wrap .email {
  background-position: -7px -168px;
}
.site-footer .copyright, .site-footer .credits {
  font-size: 13px;
  color: #b8c8e0;
  margin-top: 5px;
}
.site-footer .copyright a, .site-footer .credits a {
  color: #b8c8e0;
  text-decoration: none;
}
.site-footer .copyright a:focus, .site-footer .credits a:focus, .site-footer .copyright a:hover, .site-footer .credits a:hover {
  color: #00a9e0;
}
.site-footer .nav-social-networks {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .site-footer .nav-social-networks {
    margin-top: 0;
  }
}
.site-footer .nav-social-networks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .nav-social-networks li {
  list-style: none;
  margin: 0;
  padding: 0 2px;
}
.site-footer .nav-social-networks .menu-item {
  display: inline-block;
}
.site-footer .nav-social-networks .menu-item a {
  background: #669ecd url(../images/social-buttons.png);
  border-radius: 100%;
  display: block;
  height: 29px;
  text-indent: -9999px;
  width: 29px;
}
.site-footer .nav-social-networks .menu-item a:focus, .site-footer .nav-social-networks .menu-item a:hover {
  background-color: #00a9e0;
}
.site-footer .nav-social-networks .menu-item.facebook a {
  background-position: -38px 0px;
}
.site-footer .nav-social-networks .menu-item.twitter a {
  background-position: -78px 0px;
}
.site-footer .nav-social-networks .menu-item.pinterest a {
  background-position: -116px 0px;
}
.site-footer .nav-social-networks .menu-item.instagram a {
  background-position: 0px 0px;
}
.site-footer .nav-social-networks .menu-item.googleplus a {
  background-position: -230px 0px;
}
.site-footer .nav-social-networks .menu-item.youtube a {
  background-position: -155px 0px;
}
.site-footer .nav-social-networks .menu-item.linkedin a {
  background-position: -193px 0px;
}
.footer-logos {
  background: #f8f8f8;
  padding: 30px 0 10px 0;
  margin-bottom: 30px;
}
.footer-logos .container {
  padding: 0;
}
.footer-logos ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-logos ul li {
  display: inline-block;
  list-style: none;
  padding: 0 2px 8px 2px;
  margin: 0;
}
@media (max-width: 599px) {
  .footer-logos {
    display: none;
  }
}
.top-link {
  text-align: right;
  position: relative;
  right: 20px;
  bottom: 0;
}
.top-link .button-square.button-up:before {
  content: url(../images/toplink-arrow.png);
  position: absolute;
  left: 18px;
  top: 14px;
}
.top-link .button-square {
  background: #00a9e0;
  display: inline-block;
  border-radius: 6px;
  font-size: 0;
  height: 60px;
  width: 64px;
  line-height: 24px;
  position: relative;
  text-align: center;
}
.top-link .button-square:before {
  font-size: 22px;
  line-height: 24px;
}
.top-link .button-square:hover {
  background: #0093cd;
}
.testimonials {
  position: relative;
  margin-top: 30px;
}
.testimonials .testimonial {
  text-align: center;
  margin-bottom: 30px;
}
.testimonials .testimonial:before {
  background-image: url(../images/quote-open-close.png);
  background-repeat: no-repeat;
  background-position: 0 -1px;
  width: 99px;
  top: 10px;
  left: 0;
  position: absolute;
  content: " ";
  min-height: 80px;
}
.testimonials .testimonial:after {
  background-image: url(../images/quote-open-close.png);
  background-repeat: no-repeat;
  background-position: 0 -81px;
  top: 10px;
  right: 0;
  position: absolute;
  content: " ";
  min-height: 80px;
  width: 99px;
}
.testimonials .testimonial p {
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-size: 22px;
  color: #0058a9;
  position: relative;
  z-index: 99;
  margin: 0 0 5px 0;
  padding: 10px;
}
.testimonials .testimonial a {
  text-decoration: none;
}
.testimonials .testimonial a:hover {
  color: #333;
  text-decoration: none;
}
.testimonials .quote-from {
  color: #666;
  font-size: 15px;
  font-style: italic;
}
.testimonials:before, .testimonials:after {
  content: " ";
  display: table;
}
.testimonials:after {
  clear: both;
}
body.post-type-archive-product #berocket_aapf_widget-9 {
  display: none;
}
@media (max-width: 699px) {
  .woocommerce .site-content {
    padding-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .woocommerce .site-content {
    float: right;
    width: 75%;
  }
}
.woocommerce #main-sidebar {
  /*padding-bottom: 20px;*/
}
.woocommerce #main-sidebar ul {
  padding: 0;
  margin: 0;
}
.woocommerce #main-sidebar ul li {
  list-style: none;
  background: none;
  padding-left: 0px;
}
.woocommerce #main-sidebar .button.light {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
  border-radius: 6px;
  white-space: normal;
}
.woocommerce #main-sidebar .button.light a {
  display: block;
}
.woocommerce #main-sidebar .berocket_aapf_widget_show {
  top: 0;
  margin-right: 0;
  margin-top: 0;
}
.woocommerce #main-sidebar ul.berocket_aapf_widget li > span {
  line-height: 1.5em;
}
.woocommerce #main-sidebar input[type="checkbox"], .woocommerce #main-sidebar input[type="radio"] {
  margin-right: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  color: #333;
  font-size: 15px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #0058a9;
}
.woocommerce .sku_wrapper {
  display: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  background: none;
}
/* Product Preview Page */
.woocommerce .site-main .site-content ul.products {
  margin-left: 0;
}
.woocommerce .site-main .site-content ul.products li.product h3 {
  padding: 0;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #00a9e0;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border-radius: 6px;
}
.woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit:focus, .woocommerce #content input.button:focus, .woocommerce-page a.button:focus, .woocommerce-page button.button:focus, .woocommerce-page input.button:focus, .woocommerce-page #respond input#submit:focus, .woocommerce-page #content input.button:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #0093cd;
  color: #fff !important;
}
.woocommerce {
  /* LHS sidebar search */
}
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
  text-transform: none;
}
.woocommerce h3, .woocommerce ul.products li.product h3 {
  font-size: 1.2em;
}
@media (min-width: 888px) and (max-width: 970px) {
  .woocommerce h3, .woocommerce ul.products li.product h3 {
    font-size: 1em;
  }
}
@media (min-width: 701px) and (max-width: 820px) {
  .woocommerce h3, .woocommerce ul.products li.product h3 {
    font-size: 1em;
  }
}
@media (min-width: 888px) and (max-width: 970px) {
  .woocommerce .berocket_aapf_widget_show .fa.fa-angle-left {
    font-size: 20px;
  }
}
@media (min-width: 701px) and (max-width: 820px) {
  .woocommerce .berocket_aapf_widget_show .fa.fa-angle-left {
    font-size: 20px;
  }
}
.woocommerce .berocket_aapf_widget-title_div {
  padding-right: 30px;
}
.woocommerce .woocommerce-product-search {
  margin-top: 10px;
}
.woocommerce .woocommerce-product-search button, .woocommerce .woocommerce-product-search input[type="button"], .woocommerce .woocommerce-product-search input[type="submit"], .woocommerce .woocommerce-product-search .button {
  padding: 5px 15px;
}
@media (min-width: 700px) and (max-width: 1238px) {
  .woocommerce .woocommerce-product-search button, .woocommerce .woocommerce-product-search input[type="button"], .woocommerce .woocommerce-product-search input[type="submit"], .woocommerce .woocommerce-product-search .button {
    width: 97%;
    margin-top: 4px;
  }
}
.woocommerce .woocommerce-product-search input[type="search"] {
  padding: 4px;
  width: 64%;
}
@media (min-width: 700px) and (max-width: 1238px) {
  .woocommerce .woocommerce-product-search input[type="search"] {
    width: 92%;
  }
}
@media (max-width: 324px) {
  .woocommerce .woocommerce-product-search input[type="search"] {
    width: 54%;
  }
}
.berocket_term_depth_1 label, .berocket_term_depth_2 label {
  padding-left: 0 !important;
}
.berocket_term_depth_2 span {
  margin-left: 20px !important;
}
/* Product Page */
.woocommerce {
  /* disable enquiry button for components */
}
.woocommerce .product {
  margin-top: 40px;
}
.woocommerce .product .woocommerce-tabs ul.tabs li {
  background-image: none !important;
}
.woocommerce .added_to_quote {
  background: #0058a9;
  font-family: 'varela_roundregular', 'Open Sans', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  float: left;
  padding: 0.4em 1em;
  margin-top: 5px;
  text-decoration: none !important;
}
.woocommerce .added_to_quote:focus, .woocommerce .added_to_quote:hover {
  background: #014d8c;
  color: #fff !important;
}
.woocommerce .quantity .qty {
  border: 1px solid #ccc;
  padding: 2px;
}
.woocommerce input[type=number]::-webkit-inner-spin-button, .woocommerce input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.woocommerce .summary ul {
  margin-left: 0;
}
.woocommerce .summary ul li {
  background: none;
  padding-left: 0;
}
.woocommerce .summary ul li span.attribute-label {
  font-weight: 600;
}
.woocommerce table.shop_attributes {
  text-align: left;
}
.woocommerce table.shop_attributes th {
  width: 180px;
}
.woocommerce .product_cat-components form.cart {
  display: none;
}
/* Cart Page */
.woocommerce .woocommerce-message {
  border-top-color: #0058a9;
}
.woocommerce .woocommerce-message::before {
  color: #0058a9;
}
.woocommerce .product_meta {
  display: none;
}
.woocommerce .shop_table {
  /*cart table */
}
.woocommerce .shop_table input, .woocommerce .shop_table optgroup, .woocommerce .shop_table select, .woocommerce .shop_table textarea {
  border: 1px solid #ccc;
  padding: 2px;
}
.woocommerce .shop_table textarea {
  padding: 2px 8px;
}
.woocommerce form {
  /*cart form */
  margin-bottom: 30px;
}
.woocommerce form .woocommerce-billing-fields input, .woocommerce form .woocommerce-billing-fields optgroup, .woocommerce form .woocommerce-billing-fields select, .woocommerce form .woocommerce-billing-fields textarea, .woocommerce form .woocommerce-billing-fields .woocommerce form .form-row .input-text, .woocommerce form .woocommerce-billing-fields .woocommerce-page form .form-row .input-text {
  border: 1px solid #ccc;
  padding: 8px;
}
.woocommerce form .form-row {
  padding: 3px 0;
}
.woocommerce form .form-row textarea {
  height: 8em;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
}
.woocommerce .related.products {
  width: 100%;
  float: left;
}
/* New Products category */
ul.products li.product_cat-new a.woocommerce-LoopProduct-link img.attachment-woocommerce_thumbnail {
  position: relative;
}
ul.products li.product_cat-new a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title::before {
  content: 'New';
  position: relative;
  top: -1px;
  margin-right: 0.5em;
  background-color: #d22333;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 0.75em;
}
div.type-product.product_cat-new h1.product_title::before {
  content: 'New';
  position: relative;
  top: -6px;
  margin-right: 0.5em;
  background-color: #d22333;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 0.6em;
}
/* CAMPAIGN LANDING PAGE CPT */
.rounded-corners > div {
  border-radius: 10px;
}
.box-shadow > div {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
.campaign_landing-template-default header .site-logo {
  position: relative;
  top: -10px;
}
.campaign_landing-template-default header .search-form-wrap {
  display: none;
}
.campaign_landing-template-default header .nav-mobile-ctas {
  display: none;
}
.campaign_landing-template-default header .nav-header-wrap {
  display: none;
}
.campaign_landing-template-default header .nav-social-networks, .campaign_landing-template-default header .header-phone {
  position: relative;
  top: 13px;
}
.campaign_landing-template-default .nav-header-secondary-wrap {
  display: none;
}
.campaign_landing-template-default .blue-bar {
  display: none;
}
.campaign_landing-template-default .site-footer {
  display: none;
}
.campaign_landing-template-default .full-height-landing > .fl-row-content-wrap {
  min-height: calc(100vh - 215px);
}
.campaign_landing-template-default .fl-module-rich-text ul {
  padding: 0;
  margin-left: 0;
}
.campaign_landing-template-default .fl-module-rich-text ul li {
  list-style: none;
  background: url(../images/li.png) no-repeat left 7px;
  padding: 0 0 6px 20px;
}
.campaign_landing-template-default .fl-module-rich-text strong {
  color: #0058a9;
}
