/* compiled by scssphp v0.0.12 on Wed, 17 Dec 2025 15:10:56 +1300 (0.8637s) */

/* All core SCSS documents combined using import */
/* SCSS Mixins Document - @import "styles/mixins.scss"; */
/* Border Box: @include border-box(); */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6ab9cc+0,4393b9+52,2d86b2+74,2b82af+78,217fae+85,207cac+88,1679ab+94,1779aa+95,0876a9+100 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* --------------------------------------------------- 
TEMPLATE.CORE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Colours */
/* Spacing */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Masonry Spacing */
/* Main body */
/* --------------------------------------------------- 
PRINT.CSS contains print only styles to effect the 
design layout for print
--------------------------------------------------- */
/* --------------------------------------------------- 
TEMPLATE.RESPONSIVE.SCSS contains responsive design styles
to effect the design layout based on screen resolution
--------------------------------------------------- */
/* Content */
/* Phone link */
/* Mobile menu */
/* Hide navigation for mobile */
/* 4 column grid to 2 column */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
.wf-loading {
  visibility: visible;
}
.material-icons {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.wf-active .material-icons {
  visibility: visible;
  /* Main body */
}
html, body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #000;
  clear: both;
  margin: 0 auto;
}
body .content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s;
  -moz-transition: opacity 0.5s ease 0.2s;
  -ms-transition: opacity 0.5s ease 0.2s;
  -o-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.wf-active body .content {
  opacity: 1;
}
#container-flash {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.1s;
  -moz-transition: opacity 0.5s ease 0.1s;
  -ms-transition: opacity 0.5s ease 0.1s;
  -o-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.wf-active body #container-flash {
  opacity: 1;
}
#navigation {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.wf-active body #navigation {
  opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.wf-active body h1, .wf-active body h2, .wf-active body h3, .wf-active body h4, .wf-active body h5, .wf-active body h6 {
  opacity: 1;
}
.hide {
  display: none;
  /* Default links */
}
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.backgroundimage-content a {
  color: #fff;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a img {
  border: none;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 22px 0;
}
h2 {
  font-size: 22px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  /* Backgrounds */
}
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #fff;
  background-color: #204659;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background.parallax {
  color: #fff;
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.backgroundimage-content {
  color: #fff;
  /* Borders */
}
.border, .divider, hr {
  border: solid #e1e1e1 0px;
}
.border.full {
  border-width: 1px;
}
.border.top {
  border-top-width: 1px;
}
.border.left {
  border-left-width: 1px;
}
.border.right {
  border-right-width: 1px;
}
.border.bottom {
  border-bottom-width: 1px;
  /* Standard clearer */
}
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
  /* Standard divider */
}
.divider, hr {
  background: none;
  clear: both;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border-top-width: 1px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* Text size */
}
.tiny {
  font-size: 80%;
}
.small {
  font-size: 90%;
}
.small-center {
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
.large {
  font-size: 110%;
}
.center {
  text-align: center;
  /* Align divs center */
}
.align.center {
  text-align: center;
}
.align.right {
  text-align: right;
}
.align.center-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align.center-horz {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.align.center-horz.center-vert, .align.center-vert.center-horz {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
ul.af_list li:before {
  display: none;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 35px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
  /* Other default elements */
}
acronym {
  border: none;
}
p {
  padding-top: 0;
  margin-top: 0;
  /* Hide elements that only work with javascript */
}
.js-show {
  display: none;
  /* Hide/show element that should only show on mobile */
}
.show-on-mobile {
  display: none;
  /* Legacy gaps to space elements */
}
.gap1 {
  float: left;
  width: 10px;
}
.gap2 {
  float: left;
  width: 4px;
}
.gap3 {
  float: left;
  width: 30px;
  /* Embedded */
}
embed, object, iframe, .map-holder {
  max-width: 100%;
  width: 100%;
  /* Images default */
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  /* Image holders to hold images to the left or right */
}
.img-left {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-right {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-left-small {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-right-small {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-main, .img-center {
  text-align: center;
  margin-bottom: 6px;
}
.img-left img, .img-right img, .img-left-small img, .img-right-small img, .img-main img, .img-center img {
  vertical-align: middle;
}
img.lazyload {
  opacity: 0;
}
img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Random images */
}
.random-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container1 {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#container2 {
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-intro, .container-title, .container-main, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
  /* Header */
}
#container-header {
  background-color: #204659;
}
#container-header.random-image {
  background-color: transparent;
}
#header {
  height: 100px;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  padding-left: 25px;
  max-width: 260px;
}
#header #logo img {
  vertical-align: middle;
  /* Mobile quick call */
}
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
  /* Top navigation */
}
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#top-nav ul li {
  float: left;
  display: inline-block;
  line-height: 22px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
}
#top-nav ul li:before {
  display: none;
}
#top-nav ul ul.sub-nav {
  position: relative;
  display: none;
  z-index: 950;
  /* Search */
}
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
  /* Main navigation */
}
#navigation {
  height: 40px;
  line-height: 40px;
  color: #fff;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 40px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #fff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  /*font-size:0;*/
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #fff;
  background: none;
  padding: 12px 13px;
  background-color: #204659;
  border-bottom: solid #204659 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #000;
  border-radius: 0px;
  background-color: #6d9ead;
  border-bottom: solid #6d9ead 1px;
}
#navigation .sub-nav li:last-child a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery, #container-navigation #shopping-cart-summery {
  font-size: 13px;
  color: #000;
  text-align: left;
  background-color: #fff;
  line-height: 1.6;
  padding: 10px 20px;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  color: #000;
}
#container-header #shopping-cart-summery .summery-item, #container-navigation #shopping-cart-summery .summery-item {
  padding-bottom: 10px;
}
.close-menu {
  display: none !important;
  /* Mobile menu button */
}
#mobile-menu {
  float: left;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #fff;
  line-height: 22px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: ;
  text-align: right;
  color: #fff;
  background-color: #204659;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.backgroundimage-container .backgroundimage-content a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content a:hover {
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 25px 4px 25px;
  /* Sub page intro area */
}
.container-main-intro .content {
  line-height: 1.8;
  padding: 0px 0px;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.8;
  padding: 25px 25px;
  padding-bottom: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.8;
  padding: 25px 25px;
  /* Main content area with layouts */
}
.content {
  line-height: 1.8;
  padding: 25px 25px;
}
.content h1 {
  color: #204659;
}
.background.dark .content h1, .backgroundimage-content .content h1 {
  color: inherit;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Full width column */
}
.layout-full {
  /* Two column equal */
}
.layout-two-col-equal .layout.half + .layout.half {
  float: right;
  /* Two column main left */
}
.layout-two-col-left .layout.side {
  float: right;
  /* Two column main right */
}
.layout-two-col-right .layout.main {
  float: right;
  /* Three column main middle */
}
.layout-three-col .layout.middle + .layout.side {
  float: right;
  /* Three column main left */
}
.layout-three-col-left .layout.middle + .layout.side + .layout.side {
  float: right;
  /* Three column main right */
}
.layout-three-col-right .layout.middle {
  float: right;
  /* Three column equal */
}
.layout-three-col-equal .layout.third + .layout.third + .layout.third {
  float: right;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.8;
  padding: 25px 25px;
  /* Content container spacing */
}
.content-container + .content-container .content {
  padding-top: 0px;
  /* Backgrounds */
}
.background {
  /* Overwrite padding for areas adjacent to backgrounds */
}
.content-container + .content-container.background .content, .content-container.background + .content-container .content, .content-container.backgroundimage-container + .content-container .content {
  padding-top: 25px;
  /* Overwrite padding for backgrounds */
}
.content-container.background .content, .content-container.backgroundimage-container .content {
  padding-top: 25px;
  padding-bottom: 25px;
  /* Footer */
}
#container-footer {
  background: #204659;
}
#container-footer.random-image {
  background-color: transparent;
}
#footer {
  line-height: ;
  color: #fff;
  text-align: left;
  padding: 20px 25px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a:hover {
  color: #fff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #204659;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-contact2 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-links1 {
  float: right;
  width: 34%;
  text-align: right;
}
#footer .footer-links1 a {
  /* Base */
}
#base {
  line-height: ;
  font-size: smaller;
  color: #cbcccc;
  text-align: center;
  padding: 10px 25px 10px;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Common styles for database pages. */
  /* Module class styles */
}
.module .module-text {
  /* Grid class styles */
}
.grid .grid-item {
  float: left;
  display: inline-block;
}
.grid .grid-item img {
  vertical-align: middle;
  /* 7 column grid */
}
.grid.seven-column .grid-item {
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.grid.seven-column.no-spacing .grid-item {
  width: 14.28571%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.seven-column .grid-item:nth-child(7n+7) {
  margin-right: 0%;
}
.grid.seven-column .grid-item:nth-child(7n+8) {
  clear: both;
  /* 6 column grid */
}
.grid.six-column .grid-item {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.grid.six-column.no-spacing .grid-item {
  width: 16.66667%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.six-column .grid-item:nth-child(6n+6) {
  margin-right: 0%;
}
.grid.six-column .grid-item:nth-child(6n+7) {
  clear: both;
  /* 5 column grid */
}
.grid.five-column .grid-item {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}
.grid.five-column.no-spacing .grid-item {
  width: 20%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.five-column .grid-item:nth-child(5n+5) {
  margin-right: 0%;
}
.grid.five-column .grid-item:nth-child(5n+6) {
  clear: both;
  /* 4 column grid */
}
.grid.four-column .grid-item {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.grid.four-column.no-spacing .grid-item {
  width: 25%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.four-column .grid-item:nth-child(4n+4) {
  margin-right: 0%;
}
.grid.four-column .grid-item:nth-child(4n+5) {
  clear: both;
  /* 3 column grid */
}
.grid.three-column .grid-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.grid.three-column.no-spacing .grid-item {
  width: 33.33333%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0%;
}
.grid.three-column .grid-item:nth-child(3n+4) {
  clear: both;
}
.layout.side .grid.three-column .grid-item {
  margin-bottom: 12px;
  /* 2 column grid */
}
.grid.two-column .grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.grid.two-column.no-spacing .grid-item {
  width: 50%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0%;
}
.grid.two-column .grid-item:nth-child(2n+3) {
  clear: both;
}
.layout.side .grid-two-column .grid-item {
  margin-bottom: 12px;
  /* 1 column grid */
}
.grid.one-column .grid-item {
  clear: both;
  float: none;
  display: block !important;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.grid.one-column.no-spacing .grid-item {
  margin-bottom: 0px;
  /* Waypoints */
}
.waypoint-fade {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.waypoint-fade.waypoint-on {
  opacity: 1;
  /* Paginate class styles */
}
.paginate {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
.paginate .paginate-title {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.paginate .paginate-direction {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.paginate span.paginate-direction {
  color: #e1e1e1;
}
.paginate [class^="icon-"], .paginate [class*=" icon-"], .paginate .material-icons {
  font-size: 22px;
  line-height: 24px;
}
.paginate a.paginate-number {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 4px;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  color: #fff;
  background-color: #204659;
  border-color: #204659;
  /* Standard table styles */
}
.standard-table-wrap {
  overflow: auto;
  margin-bottom: 30px;
}
.standard-table tr.row-important td {
  font-weight: bold;
  background-color: #f9f9f9;
}
.standard-table tr td.column-important {
  font-weight: bold;
}
.standard-table td {
  line-height: 1.4;
  padding: 12px 15px;
  white-space: nowrap;
  /* Older styles for database pages. */
}
.googlemap-box {
  width: 100%;
  color: #000;
  overflow: hidden;
}
.googlemap-box .img-right {
  max-width: none !important;
}
.googlemap-box img {
  width: auto;
  max-width: none !important;
}
.googlemap-box a:hover {
  color: #000;
}
.map-holder img {
  width: auto;
  max-width: none !important;
  /* Service slide box (legacy?) */
}
#slidebox {
  width: 940px;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
  font-size: 14px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#slidebox-holder {
  float: left;
  width: 940px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#slidebox-slider {
  position: absolute;
  left: 0px;
  top: 0px;
}
#slidebox a {
  color: #fff;
}
#slidebox a:hover {
  text-decoration: underline;
}
#slidebox .slidebox-item {
  float: left;
  width: 200px;
}
#slidebox #slidebox-left {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 140px;
  z-index: 850;
}
#slidebox #slidebox-left a {
  display: block;
  height: 140px;
  text-decoration: none;
  background-color: #d6d6d6;
  background-image: url(../images/slider_left.png);
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
#slidebox #slidebox-left a:hover {
  background-color: #ededed;
}
#slidebox #slidebox-right {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 140px;
  z-index: 851;
}
#slidebox #slidebox-right a {
  display: block;
  height: 140px;
  text-decoration: none;
  background-color: #d6d6d6;
  background-image: url(../images/slider_right.png);
  background-position: center;
  background-repeat: no-repeat;
}
#slidebox #slidebox-right a:hover {
  background-color: #ededed;
}
#slidebox #slidebox-left a:focus, #slidebox #slidebox-right a:focus {
  outline: 0;
  /* BEFORE AND AFTER GALLERY PAGES */
}
.beforeafter-holder {
  display: block;
}
.beforeafter-holder .beforeafter-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: left;
  position: relative;
}
.beforeafter-holder .beforeafter-item .before-image img {
  max-width: 60%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-holder .beforeafter-item .after-image img {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 980;
  max-width: 50%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.beforeafter-holder div:nth-child(3n+4) {
  clear: left;
}
.beforeafter-side-holder {
  display: block;
}
.beforeafter-side-holder .beforeafter-item {
  float: left;
  width: 140px;
  text-align: left;
  position: relative;
  padding-bottom: 102px;
}
.beforeafter-side-holder .beforeafter-item .before-image img {
  position: absolute;
  left: 0px;
  top: 18px;
}
.beforeafter-side-holder .beforeafter-item .after-image img {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 980;
}
.beforeafter-cat-holder {
  display: block;
}
.beforeafter-cat-holder .beforeafter-item {
  float: left;
  width: 22%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 14px;
  text-align: center;
}
.beforeafter-cat-holder .beforeafter-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-details .before-image {
  float: left;
  width: 47%;
}
.beforeafter-details .after-image {
  float: right;
  width: 47%;
  /* VIDEO PAGES */
}
.video-holder {
  display: block;
}
.video-holder .video-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.video-holder .video-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.video-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.video-holder div:nth-child(3n+4) {
  clear: left;
  /* Site map */
}
.sitemap-holder {
  float: left;
  width: 30%;
  margin-bottom: 14px;
  /* Subscription plans */
}
.subscription-plans {
  display: block;
}
.subscription-plans .subscription-plan {
  float: left;
  width: 32%;
  height: auto;
  padding: 10px 15px;
  margin-right: 2%;
  margin-bottom: 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.subscription-plans .subscription-plan .subs-plan-desc {
  min-height: 120px;
  padding-bottom: 20px;
}
.subscription-plans .subscription-plan .subs-plan-desc h2 {
  font-size: 24px;
  font-weight: normal;
}
.subscription-plans div.subscription-plan:nth-child(3n+3) {
  margin-right: 0%;
}
.subscription-plans div.subscription-plan:nth-child(3n+4) {
  clear: left;
}
.subscription-payments {
  float: left;
  max-width: 600px;
}
.subscription-table .subscription-left {
  float: left;
  width: 30%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-middle {
  float: left;
  width: 40%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .full-subscription-middle {
  float: left;
  width: 70%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-right {
  float: left;
  width: 30%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
  /* Laybuy */
}
.laybuy-info img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  margin-top: -2px;
  /* Shopping cart summary */
}
#shopping-cart-summery .summery-image {
  float: left;
  width: 20%;
}
#shopping-cart-summery .summery-text {
  float: right;
  width: 75%;
}
#shopping-cart-summery .summery-price {
  /* Shopping cart */
}
.shopping-cart-list .shopping-cart-list-header {
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-list-items {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .scl-image {
  float: left;
  width: 15%;
  padding-right: 3%;
}
.shopping-cart-list .scl-image img {
  max-height: 100px;
}
.shopping-cart-list .scl-products {
  float: left;
  width: 55%;
  padding-right: 3%;
}
.shopping-cart-list .scl-products .was-price-line {
  font-style: italic;
}
.shopping-cart-list .scl-products .was-price-line .was-price {
  text-decoration: line-through;
}
.shopping-cart-list .scl-products .scl-products-additional .label {
  width: 100%;
}
.shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
  width: 70%;
  margin: 1px 0 6px 0;
}
.shopping-cart-list .scl-products .cart-msg-box textarea {
  width: 70%;
  height: 70px;
}
.shopping-cart-list .scl-quantity {
  float: left;
  width: 10%;
  text-align: center;
  padding-right: 3%;
}
.shopping-cart-list .scl-quantity .scl-quantity-text {
  display: none;
}
.shopping-cart-list .scl-quantity input.text {
  width: 30px;
}
.shopping-cart-list .remove-link {
  font-size: 10px;
}
.shopping-cart-list .scl-price {
  float: right;
  width: 10%;
  text-align: right;
  padding-right: 1%;
}
.shopping-cart-list .shopping-cart-update {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-update .scl-quantity {
  float: right;
  width: auto;
  text-align: right;
  padding-right: 0px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space {
  float: left;
  width: 45%;
  padding-top: 5px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
  float: left;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space select {
  max-width: 96%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
  float: left;
  width: 40%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
  float: left;
  width: 12%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-space {
  float: left;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-final .totals-text {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-value {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals #sc-subtotals .totals-text, .shopping-cart-totals #sc-subtotals .totals-value {
  border-top: none;
  /* Shopping cart message Holder */
}
.message-holder {
  padding: 4px 6px;
  background-color: #f3f3f3;
  border: solid #e1e1e1 1px;
  margin-bottom: 16px;
}
.message-holder ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.message-holder ul li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.msg-small {
  font-size: 11px;
  color: #666;
}
.cart-box-holder {
  padding: 10px 15px;
  border: solid #f1f1f1 1px;
  margin-bottom: 10px;
}
.cart-box {
  /* Checkout address select */
}
.address-selector {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.address-selector li {
  float: left;
  width: 50%;
  line-height: 18px;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  position: relative;
}
.address-selector li:before {
  display: none;
}
.address-selector .address-selector-button {
  position: absolute;
  top: 22px;
  left: 10px;
}
.address-selector .address-selector-address {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  /* Checkout checkboxes */
}
.cart-checkradio-holder .checkradio {
  float: left;
  width: 33%;
  padding-bottom: 4px;
}
.cart-checkradio-holder .checkradio .checkradio-button {
  float: left;
  width: 10%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.cart-checkradio-holder .checkradio label {
  float: left;
  width: 80%;
}
.checkout-error {
  padding-bottom: 16px;
}
.cart-progress .cart-progress-item {
  display: block;
  /* Checkout order summary */
}
.order-summary .os-left {
  padding: 2px 4px 2px 0;
}
.order-summary .os-right {
  padding: 2px 0 2px 0;
  text-align: right;
}
.order-summary .os-total {
  padding-top: 6px;
  border-top: solid #c3d0d2 1px;
  /* Checkout payment holders */
}
.payment-holder-table {
  margin-bottom: 10px;
  padding: 0 0 0 0;
  border: solid #e1e1e1 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.payment-radio-holder {
  position: absolute;
  top: 20px;
  left: 20px;
}
.payment-holder {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  background-position: right top;
  background-repeat: no-repeat;
}
.payment-holder h5 {
  padding-top: 0px;
}
.payment-holder label {
  display: block;
}
.payment-holder img {
  margin-top: 6px;
}
.payment-holder label, .payment-holder h5, .payment-holder p {
  cursor: pointer;
  /* Checkout country */
}
#country-line {
  line-height: 28px;
}
.country-holder {
  float: left;
  display: inline-block;
}
.country-changer {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.country-picker {
  float: left;
  display: none;
  padding-left: 10px;
  padding-top: 4px;
  /* Cart order history */
}
.orderhistory-titles {
  padding: 5px 3px;
  background-color: #f9f9f8;
  border-bottom: solid #d9d9d9 1px;
}
.orderhistory-td {
  padding: 5px 3px;
}
.ie-alert {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  margin-top: 6px;
  margin-bottom: 10px;
  /* Tables Module Styles */
}
.display-table th {
  color: #fff;
  text-align: left;
  background-color: #5a5a5a;
}
.display-table td {
  text-align: left;
}
.display-table .dt-colhighlight {
  font-weight: bold;
}
.display-table .dt-modon {
  background-color: #eeeff0;
}
.display-table .dt-modoff {
  /* User Images */
}
.user-images .user-image {
  float: left;
  width: 15%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 14px;
  text-align: center;
}
.user-images .user-image img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.user-images .user-image:nth-child(6n+6) {
  margin-right: 0%;
}
.user-images .user-image:nth-child(6n+7) {
  clear: left;
  /* Login */
}
#login .login-form li {
  padding-left: 0px;
  background: none;
}
#login .login-form li label {
  display: inline-block;
  width: 200px;
  /* Form styles for standard forms */
}
form {
  margin: 0 auto;
  padding: 0 0 0 0;
}
.req {
  color: #d60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .label, .form-item .label2 {
  width: 100%;
}
.form-item .label-padding {
  margin-left: 0%;
}
.layout.side .form-item .label-padding .layout.third .form-item .label-padding {
  margin-left: 0%;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, .form-footer, #recaptcha_image {
  padding-left: 0%;
}
.form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea {
  width: 100%;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.layout.side .form-item .label, .layout.third .form-item .label {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2px;
}
.form-item .label-details {
  clear: both;
  display: block;
  width: 100%;
  margin-right: 0%;
  font-weight: normal;
  font-size: 11px;
  color: #666;
  line-height: 16px;
  padding-top: 2px;
}
.form-item .input {
  float: left;
  height: auto;
}
.layout.side .form-item .input, .layout.third .form-item .input {
  float: none;
  width: auto;
}
.form-item .input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .select {
  float: left;
  height: auto;
}
.layout.side .form-item .select, .layout.third .form-item .select {
  float: none;
  width: auto;
}
.form-item .select select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .checkbox {
  float: left;
  height: auto;
  vertical-align: middle;
}
.layout.side .form-item .checkbox, .layout.third .form-item .checkbox {
  float: none;
  width: auto;
}
.form-item .checkbox-list .checkbox {
  width: 50%;
  margin-right: 0%;
}
.form-item .checkbox-list .checkbox:nth-child(2n+3) {
  clear: both;
}
.form-item .checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.form-item .radio {
  float: left;
  height: auto;
}
.layout.side .form-item .radio, .layout.third .form-item .radio {
  float: none;
  width: auto;
}
.form-item .textarea {
  float: left;
  height: auto;
  margin-bottom: 5px;
}
.layout.side .form-item .textarea, .layout.third .form-item .textarea {
  float: none;
  width: auto;
}
.form-item .textarea textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .textarea img {
  padding-top: 3px;
}
.form-item .input.input-small input, .form-item .select.select-small select {
  max-width: 100px;
}
.form-item .input.input-medium input, .form-item .select.select-medium select {
  max-width: 300px;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #fff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item .image-file {
  clear: both;
  height: auto;
  padding: 8px 8px;
}
.form-item .image-file input[type=file] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-item .image-file.with-image input[type=file] {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-item .image-file .image-holder {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f7f7f7;
  margin-right: 15px;
}
.form-item .image-file .image-holder img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, #recaptcha_image {
  width: 100%;
  margin-top: 6px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.layout.side .form-item .subbut, .layout.third .form-item .subbut, .layout.side .recaptcha-item .g-recaptcha, .layout.third .recaptcha-item .g-recaptcha, .layout.side #recaptcha_image, .layout.third #recaptcha_image {
  width: 100% !important;
  float: none;
  margin-left: 0%;
  padding-left: 0px;
  /* Custom button */
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
}
#checkout_button {
  margin-left: 5px;
}
.form-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.layout.side .form-footer, .layout.third .form-footer {
  float: none;
  width: auto;
  /* Sub forms */
}
.subform th {
  background-color: #ccc;
}
.subform td {
  border-bottom: solid #ccc 1px;
}
.sub-button-holder {
  text-align: right;
  margin: 10px 0;
}
.sub-form-holder {
  padding: 10px 0;
  border: solid #ccc 1px;
  display: none;
  margin: 10px 0;
}
.sub-form-holder .subbut2 {
  padding-left: 150px;
  /* Disabled button */
}
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999;
  border-color: transparent #999 #999 #999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  /* Google reCaptcha widget styles */
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.recaptcha-item .g-recaptcha > div > div {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha > div > div > iframe {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha {
  overflow: hidden;
}
#recaptcha_image {
  width: 60% !important;
  margin-left: 40%;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border: solid #e1e1e1 1px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
#recaptcha_image img {
  max-width: 100%;
  max-height: 100%;
}
#recaptcha_image embed, #recaptcha_image object, #recaptcha_image iframe {
  float: left;
  max-width: 0px;
  width: 0px;
  height: 0px;
}
#recaptcha_image br {
  display: none;
}
#recaptcha_image #recaptcha_audio_play_again, #recaptcha_image #recaptcha_audio_download {
  clear: left;
  float: left;
  cursor: pointer;
}
.recaptcha_input {
  position: relative;
}
.recaptcha_input .input {
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.layout.side .input, .layout.third .input {
  padding-right: 0px;
}
.recaptcha_options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li a {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  overflow: hidden;
}
.recaptcha_options #recaptcha_refresh_button a {
  right: 60px;
}
.recaptcha_options #recaptcha_sound_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_image_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_help_button a {
  right: 0px;
}
.layout.side .recaptcha_options li a, .layout.third .recaptcha_options li a {
  top: 0px;
  /* Icon set styles */
}
*[class*='iconblack-'] {
  background-repeat: no-repeat;
}
.iconblack-refresh {
  background-image: url(../images/icons/iconblack_refresh.png);
}
.iconblack-sound {
  background-image: url(../images/icons/iconblack_sound.png);
}
.iconblack-picture {
  background-image: url(../images/icons/iconblack_picture.png);
}
.iconblack-help {
  background-image: url(../images/icons/iconblack_help.png);
}
@font-face {
  font-family: 'social';
  src: url('../images/social/social.eot?dbpphs');
  src: url('../images/social/social.eot?dbpphs#iefix') format('embedded-opentype'), url('../images/social/social.woff2?dbpphs') format('woff2'), url('../images/social/social.ttf?dbpphs') format('truetype'), url('../images/social/social.woff?dbpphs') format('woff'), url('../images/social/social.svg?dbpphs#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="social-"], [class*=" social-"] {
  font-family: 'social' !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;
}
.social-facebook:before {
  content: "\e906";
}
.social-facebook-boxed:before {
  content: "\e907";
}
.social-facebook2:before {
  content: "\e908";
}
.social-facebook2-boxed:before {
  content: "\e909";
}
.social-twitter:before {
  content: "\e905";
}
.social-twitter2:before {
  content: "\e90c";
}
.social-twitter2-boxed:before {
  content: "\e90d";
}
.social-instagram:before {
  content: "\e904";
}
.social-instagram2:before {
  content: "\e90e";
}
.social-google:before {
  content: "\e903";
}
.social-google-plus:before {
  content: "\e902";
}
.social-google-plus-boxed:before {
  content: "\e90a";
}
.social-google2:before {
  content: "\e90f";
}
.social-google-plus2:before {
  content: "\e910";
}
.social-google-plus2-boxed:before {
  content: "\e911";
}
.social-youtube2:before {
  content: "\e912";
}
.social-youtube3:before {
  content: "\e913";
}
.social-youtube3-boxed:before {
  content: "\e914";
}
.social-youtube:before {
  content: "\e901";
}
.social-linkedin:before {
  content: "\e900";
}
.social-linkedin-boxed:before {
  content: "\e90b";
}
.social-linkedin2:before {
  content: "\e915";
}
.social-linkedin2-boxed:before {
  content: "\e916";
}
.social-pinterest:before {
  content: "\e917";
}
.social-pinterest2-boxed:before {
  content: "\e918";
}
html, body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  background-color: #fff;
  scroll-behavior: smooth;
  /* Default links */
}
a {
  color: #0075a8;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #808080;
}
a:hover {
  text-decoration: none;
  color: #67b8cc;
  /* Button link */
}
.readmore, .buynow, .backlink, a.button, span.button, .button a, a.button-alt, span.button-alt, .button-alt a {
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 12px 50px;
  background-color: #95c93d;
  border-radius: 10px;
}
a.button-alt, span.button-alt, .button-alt a {
  background-color: #0075a8;
}
.button + .button, .button-alt + .button-alt, .button + .button-alt, .button-alt + .button {
  margin-left: 30px;
}
@media screen and (max-width: 1260px) {
  .button + .button, .button-alt + .button-alt, .button + .button-alt, .button-alt + .button {
    margin-left: 15px;
  }
}
@media screen and (max-width: 650px) {
  .button + .button, .button-alt + .button-alt, .button + .button-alt, .button-alt + .button {
    margin-left: 0px;
  }
}
a:hover .readmore, a:hover .buynow, a.backlink:hover, a.button:hover, span.button:hover, .button a:hover, a.button-alt:hover, span.button-alt:hover, .button-alt a:hover {
  background-color: #67b8cc;
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2, h3 {
  font-family: 'Oswald', Impact, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
article h1, h4, h5, h6 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
}
.h1, h1 {
  font-size: 64px;
  line-height: 1.2;
  padding: 0 0 20px 0;
}
h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 20px 0;
}
h3 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px 0 20px 0;
}
h4, article h1 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 0 30px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.home-page h2 {
  font-size: 64px;
  line-height: 1.2;
  padding: 0 0 20px 0;
  font-weight: 500;
}
.home-page h3 {
  font-weight: 300;
  padding: 10px 0 10px 0;
}
.module-text h3 {
  font-size: 24px;
}
.large {
  font-size: 130%;
}
.img-right {
  margin-left: 50px;
  max-width: 47%;
}
.align-right {
  text-align: right;
  /* Backgrounds */
}
.background.light {
  background-color: #f6f6f6;
}
.background.dark {
  color: #fff;
  background-color: #0075a8;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
}
.backgroundimage-image {
  background-color: #67b8cc !important;
}
.object-cover-container {
  position: relative;
}
.object-cover-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: top;
  /* Borders */
}
.border, .divider, hr {
  border: solid #e7e9ea 0px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li, .ptext > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before, .ptext > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 3px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  pointer-events: none;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  color: #fff;
  background-color: #0075a8;
  border-color: #0075a8;
  /* Standard page elements for laying out the main content of a website. */
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #fff;
}
.wrap {
  width: 100%;
  max-width: 1466px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  /* Mobile quick call */
}
#mobile-link {
  display: none;
}
#mobile-link a {
  display: inline-block;
  color: #0e2f65;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 130px;
  line-height: 130px;
  z-index: 700;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
#container-topbar {
  height: 35px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  background-color: #95c93d;
}
#container-topbar .wrap {
  text-align: right;
}
#container-topbar a {
  color: #fff;
}
#container-topbar a:hover {
  text-decoration: underline;
}
#container-topbar .inbetween {
  display: inline-block;
  padding: 0 5px;
  /* Header */
}
#container-header {
  background-color: #fff;
}
#header {
  height: 130px;
  color: #0e2f65;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  padding-top: 30px;
  padding-left: 0;
  max-width: 250px;
}
#header #logo img {
  vertical-align: top;
}
#header #logo svg {
  width: 250px;
  vertical-align: top;
}
#header #mobile-logo {
  display: none;
  float: left;
  height: 49px;
  line-height: 49px;
  padding-top: 21px;
  padding-left: 0px;
  margin-left: -15px;
  max-width: 112px;
}
#header #mobile-logo img {
  vertical-align: top;
}
#header #mobile-logo svg {
  width: 112px;
  vertical-align: top;
  /* Top navigation */
}
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav a {
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}
#top-nav > ul > li {
  padding: 0 8px;
}
#top-nav > ul > li:before {
  content: ' | ';
  display: inline-block;
  left: -1px;
  top: -1px;
}
#top-nav > ul > li:first-child:before {
  display: none;
  /* Search */
}
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
  /* Main navigation */
}
#navigation {
  float: right;
  color: #0075a8;
  font-family: 'Oswald', Impact, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 130px;
  line-height: 130px;
}
#mobile-navigation {
  color: #0075a8;
  font-family: 'Oswald', Impact, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 130px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation .mobile-navigation-inner > a {
  float: left;
  display: inline-block;
  height: 130px;
  line-height: 126px;
  color: #0075a8;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation ul li:last-child > a {
  padding-right: 0;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 130px;
  line-height: 126px;
  font-weight: 400;
}
#navigation .material-icons {
  line-height: 130px;
}
#navigation li > a:hover, #navigation li > .over {
  color: #67b8cc;
  background-color: #fff;
  z-index: 894;
}
#navigation li > .on {
  color: #0075a8;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  /*font-size:0;*/
  text-align: center;
  line-height: 130px;
  height: 130px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 130px;
  left: 0px;
  display: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #f2f4f5;
  padding: 10px 0;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #0075a8;
  background: none;
  padding: 14px 25px;
  background-color: #f2f4f5;
  border-bottom: solid #f2f4f5 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #0075a8;
  border-bottom: solid #0075a8 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  /* Mobile menu button */
}
#mobile-menu {
  position: absolute;
  top: 35px;
  right: 0px;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #0075a8;
  line-height: 130px;
  padding: 0 50px;
  font-size: 18px;
  line-height: 134px;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 39px;
  vertical-align: middle;
  margin-top: -4px;
  /* Collapse hamburger */
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.mobile-active .hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 22px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -9px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 32px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 3px;
  background-color: #0075a8;
  box-sizing: inherit;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
  top: -18px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.mobile-active:not(.remove-mobile-active) .hamburger .hamburger-inner, .mobile-active:not(.remove-mobile-active) .hamburger .hamburger-inner:after, .mobile-active:not(.remove-mobile-active) .hamburger .hamburger-inner:before {
  background-color: #0075a8;
}
.mobile-active:not(.remove-mobile-active) .hamburger--collapse .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.mobile-active:not(.remove-mobile-active) .hamburger--collapse .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.mobile-active:not(.remove-mobile-active) .hamburger--collapse .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
#mobile-navigation {
  display: block;
  position: absolute;
  top: 164px;
  left: 0px;
  right: 0px;
  height: 0;
  font-size: 22px;
  line-height: 1.4;
  padding: 0 0 0;
  overflow: hidden;
  z-index: 700;
}
.mobile-active #mobile-navigation {
  height: auto;
  min-height: calc(100vh - 164px);
}
.mobile-navigation-inner {
  padding: 0 0 50px;
}
#mobile-navigation:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  z-index: 710;
}
.mobile-active #mobile-navigation:before {
  bottom: 0;
}
.remove-mobile-active #mobile-navigation:before {
  bottom: 100%;
  -webkit-transition: all 0.5s ease 0.7s;
  -moz-transition: all 0.5s ease 0.7s;
  -ms-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
#mobile-navigation .mobile-navigation-inner > ul {
  display: none;
  position: relative;
  margin: 0 0 10px 0;
  z-index: 720;
}
#mobile-navigation .mobile-navigation-inner > ul > li:before {
  display: none;
}
#mobile-navigation .mobile-navigation-inner > ul > li {
  padding-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
}
#mobile-navigation .mobile-navigation-inner > ul > li a {
  display: block;
  color: #0075a8;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
}
#mobile-navigation .mobile-navigation-inner > a {
  float: none;
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  line-height: 1.4;
  text-align: right;
  padding: 5px 50px;
  margin: 10px 0px;
  transform: translateX(-100px);
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  z-index: 720;
}
.mobile-active:not(.remove-mobile-active) #mobile-navigation .mobile-navigation-inner > a {
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
#mobile-navigation .mobile-navigation-inner > a .fas {
  display: none !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(1) {
  transition-delay: 0.1s !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(2) {
  transition-delay: 0.2s !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(3) {
  transition-delay: 0.3s !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(4) {
  transition-delay: 0.4s !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(5) {
  transition-delay: 0.5s !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(6) {
  transition-delay: 0.6s !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(7) {
  transition-delay: 0.7s !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(8) {
  transition-delay: 0.8s !important;
}
#mobile-navigation .mobile-navigation-inner > a:nth-of-type(9) {
  transition-delay: 0.9s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(1) {
  transition-delay: 0.9s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(2) {
  transition-delay: 0.8s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(3) {
  transition-delay: 0.7s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(4) {
  transition-delay: 0.6s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(5) {
  transition-delay: 0.5s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(6) {
  transition-delay: 0.4s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(7) {
  transition-delay: 0.3s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(8) {
  transition-delay: 0.2s !important;
}
.remove-mobile-active #mobile-navigation .mobile-navigation-inner > a:nth-of-type(9) {
  transition-delay: 0.1s !important;
}
#container-flash {
  position: relative;
}
video.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container-flash.background-image {
  min-height: 32vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 2000px) {
  #container-flash.background-image {
    min-height: 640px;
  }
}
#container-flash h1 {
  padding-top: 20px;
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #fff;
  background-color: ;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #95c93d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash.random-image {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  padding: 10px 0;
  padding-bottom: 0;
  min-height: 20px;
  /* Rotating images */
}
.sliderimg .slidertext {
  width: 100%;
  max-width: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 30px;
}
.sliderimg .slidertext h2 {
  position: relative;
  transform: translateX(-50px);
  color: #fff;
  font-family: 'Oswald', Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  opacity: 0;
}
.sliderimg.unslider-active .slidertext h2 {
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  -ms-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.sliderimg .slidertext h3 {
  position: relative;
  transform: translateX(-50px);
  color: #fff;
  font-family: 'Oswald', Impact, Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  opacity: 0;
}
.sliderimg.unslider-active .slidertext h3 {
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  -ms-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.sliderimg .slidertext p {
  position: relative;
  transform: translateX(-50px);
  margin-bottom: 1.3em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  opacity: 0;
}
.sliderimg.unslider-active .slidertext p {
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.sliderimg .slidertext .button {
  position: relative;
  display: inline-block;
  transform: translateX(-50px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, background-color 0.3s ease 0s;
  -moz-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, background-color 0.3s ease 0s;
  -ms-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, background-color 0.3s ease 0s;
  -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, background-color 0.3s ease 0s;
  opacity: 0;
}
.sliderimg.unslider-active .slidertext .button {
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: transform 1s ease 0.7s, opacity 1s ease 0.7s, background-color 0.3s ease 0s;
  -moz-transition: transform 1s ease 0.7s, opacity 1s ease 0.7s, background-color 0.3s ease 0s;
  -ms-transition: transform 1s ease 0.7s, opacity 1s ease 0.7s, background-color 0.3s ease 0s;
  -o-transition: transform 1s ease 0.7s, opacity 1s ease 0.7s, background-color 0.3s ease 0s;
  transition: transform 1s ease 0.7s, opacity 1s ease 0.7s, background-color 0.3s ease 0s;
}
#image-rotator .unslider a:hover {
  color: #fff;
}
.unslider .unslider-arrow {
  padding: 0 10px;
}
.unslider .unslider-arrow > * {
  font-size: 100px;
}
#image-rotator .unslider .unslider-arrow:hover {
  color: #67b8cc;
}
.a-subdivision-page .sliderimg .slidertext h2, .a-subdivision-page .sliderimg .slidertext h3, .a-subdivision-page .sliderimg .slidertext p, .a-subdivision-page .sliderimg .slidertext .button {
  opacity: 1;
}
#container-flash .backgroundimage-content, #container-flash .backgroundimage-content h1, #container-flash .backgroundimage-content h2, #container-flash .backgroundimage-content h2, #container-flash .backgroundimage-content h4, #container-flash .backgroundimage-content h5, #container-flash .backgroundimage-content h6, #container-flash .backgroundimage-content p {
  color: #fff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 16px;
  line-height: 47px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 50px;
  margin-top: 24px;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
}
#breadcrumb .between {
  display: inline-block;
  padding: 0 30px;
}
#breadcrumb a {
  display: inline-block;
  border-bottom: solid 3px tranparent;
}
#breadcrumb a:last-of-type {
  border-bottom: solid 3px #95c93d;
}
#breadcrumb a:hover {
  border-bottom: solid 3px #fff;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.5;
  padding: 150px 0;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.5;
  padding: 150px 0;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.content {
  letter-spacing: 0;
  line-height: 1.5;
  padding: 150px 0;
}
.content.small-spacing {
  padding: 20px 0;
}
.content.small-spacing + .content {
  padding-top: 75px;
}
.content h1 {
  color: #95c93d;
}
.content article h1 {
  color: inherit;
}
.content h2 {
  color: #0075a8;
}
.content h3 {
  color: #95c93d;
}
.home-page .content h3 {
  color: #808080;
}
.content h4 {
  color: #0075a8;
}
.content p, .ptext {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content p.large {
  margin-bottom: 1em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 47%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.5;
  padding: 150px 0;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 150px;
  padding-bottom: 150px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 150px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 150px;
}
.content-container + .content-container.background .content, .content-container.background + .content-container .content, .content-container.backgroundimage-container + .content-container .content {
  padding-top: 150px;
}
.container-main-prefooter .content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.content p.prefooter-text {
  float: left;
  max-width: 50%;
  margin-bottom: 1em;
}
.button-right {
  float: right;
  margin-top: -16px;
}
.blue {
  color: #0075a8 !important;
}
@media screen and (max-width: 1260px) {
  .content p.prefooter-text {
    max-width: 70%;
  }
  .button-right {
    clear: both;
    float: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 880px) {
  .container-main-prefooter .content {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .container-main-prefooter .content h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 650px) {
  /* Grey animated background suqare (left) */  .content p.prefooter-text {
    max-width: 100%;
  }
  .button-right {
    margin-top: 0px;
  }
  .button-right .button, .button-right .button-alt {
    clear: both;
    float: left;
    margin-top: 10px;
  }
}
.grey-square {
  position: relative;
  z-index: 1;
}
.grey-square:before {
  content: '';
  position: absolute;
  top: -50px;
  left: calc(((100vw - 1366px) / 2) * -1);
  width: 0;
  height: 80px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  z-index: -1;
}
.grey-square.uk-scrollspy-inview:before {
  width: calc(((100vw - 1366px) / 2) + 53px);
  -webkit-transition: all 2s ease 0.1s;
  -moz-transition: all 2s ease 0.1s;
  -ms-transition: all 2s ease 0.1s;
  -o-transition: all 2s ease 0.1s;
  transition: all 2s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
@media screen and (max-width: 1466px) {
  .grey-square:before {
    left: -50px;
  }
  .grey-square.uk-scrollspy-inview:before {
    width: 103px;
  }
}
@media screen and (max-width: 880px) {
  /* Ckl logo animated background squares (right) */  .grey-square:before {
    top: -10px;
    height: 40px;
  }
}
.ckl-squares {
  position: relative;
  z-index: 2;
}
.ckl-squares:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 67px);
  right: calc(((100vw - 1366px) / 2) * -1);
  width: 0;
  height: 80px;
  background-color: #0075a8;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  z-index: 1;
}
.ckl-squares.uk-scrollspy-inview:before {
  width: 260px;
  -webkit-transition: all 2s ease 0.1s;
  -moz-transition: all 2s ease 0.1s;
  -ms-transition: all 2s ease 0.1s;
  -o-transition: all 2s ease 0.1s;
  transition: all 2s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.ckl-squares:after {
  content: '';
  position: absolute;
  bottom: calc(100% + 40px);
  right: calc(((100vw - 1366px) / 2) * -1);
  width: 0;
  height: 80px;
  background-color: #95c93d;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  z-index: 1;
}
.ckl-squares.uk-scrollspy-inview:after {
  width: 460px;
  -webkit-transition: all 2s ease 0.1s;
  -moz-transition: all 2s ease 0.1s;
  -ms-transition: all 2s ease 0.1s;
  -o-transition: all 2s ease 0.1s;
  transition: all 2s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.ckl-squares > span:before {
  content: '';
  position: absolute;
  bottom: calc(100% + 147px);
  right: calc(((100vw - 1366px) / 2) * -1);
  width: 0;
  height: 80px;
  background-color: #67b8cc;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  z-index: 1;
}
.ckl-squares.uk-scrollspy-inview > span:before {
  width: 330px;
  -webkit-transition: all 2s ease 0.1s;
  -moz-transition: all 2s ease 0.1s;
  -ms-transition: all 2s ease 0.1s;
  -o-transition: all 2s ease 0.1s;
  transition: all 2s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
@media screen and (max-width: 1466px) {
  .ckl-squares:before, .ckl-squares:after, .ckl-squares > span:before {
    right: -50px;
  }
}
@media screen and (max-width: 880px) {
  .ckl-squares:before, .ckl-squares:after, .ckl-squares > span:before {
    right: -35px;
    height: 40px;
  }
  .ckl-squares:before {
    bottom: calc(100% - 48px);
  }
  .ckl-squares.uk-scrollspy-inview:before {
    width: 130px;
  }
  .ckl-squares > span:before {
    bottom: calc(100% + 64px);
  }
  .ckl-squares.uk-scrollspy-inview:after {
    width: 230px;
  }
  .ckl-squares:after {
    bottom: calc(100% + 8px);
  }
  .ckl-squares.uk-scrollspy-inview > span:before {
    width: 165px;
  }
}
@media screen and (max-width: 500px) {
  /* Image boxes */  .ckl-squares.uk-scrollspy-inview:before {
    width: 40px;
  }
  .ckl-squares.uk-scrollspy-inview:after {
    width: 140px;
  }
  .ckl-squares.uk-scrollspy-inview > span:before {
    width: 75px;
  }
}
.imageboxes.textunder .module-text li {
  display: inline-block;
  margin: 0 0 0 0;
  color: #808080;
}
.imageboxes.textunder .module-text h2 {
  color: #0075a8;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  padding: 30px 0 14px 0;
}
.imageboxes.textunder .module-text p, .imageboxes.textunder .module-text .ptext {
  margin: 0px 0px 1.8em 0px;
  /* News */
}
.news.textunder .module-image {
  padding-bottom: 30px !important;
}
.news.textunder .module-text .news-item-text-date {
  color: #95c93d;
  text-transform: uppercase;
}
.news.textunder .module-text h3 {
  color: #0075a8;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  padding: 10px 0 14px 0;
}
.news.textunder .module-text p, .news.textunder .module-text .text-wrap {
  margin: 0px 0px 1.8em 0px;
}
.news-details-date {
  display: block;
  padding-bottom: 15px;
  /* Home page */
}
.home-page #container-flash {
  /* Image boxes */
}
.home-page #container-flash .imageboxes {
  position: relative;
  z-index: 500;
}
.home-page #container-flash .imageboxes.textabove {
  display: flex;
}
.home-page #container-flash .imageboxes.textabove .imagebox-item {
  width: 25% !important;
  margin: 0 0 0 0 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-page #container-flash .imageboxes.textabove .imagebox-item:hover {
  width: 35% !important;
}
.a-subdivision-page #container-flash .imageboxes.textabove .module-text, .storm-water-page #container-flash .imageboxes.textabove .module-text, .home-page #container-flash .imageboxes.textabove .module-text {
  color: #fff;
  text-align: center;
  padding: 60px 25px 62px !important;
  background-color: #0075a8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  position: relative;
  z-index: 1;
}
.home-page #container-flash .imageboxes.textabove .module-text:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0px;
  right: 0px;
  height: 0;
  background-color: #0075a8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.a-subdivision-page #container-flash .imageboxes.textabove .imagebox-item:nth-child(2n+2) .module-text, .storm-water-page #container-flash .imageboxes.textabove .imagebox-item:nth-child(2n+2) .module-text, .home-page #container-flash .imageboxes.textabove .imagebox-item:nth-child(2n+2) .module-text {
  background-color: #95c93d;
}
.home-page #container-flash .imageboxes.textabove .imagebox-item:nth-child(2n+2) .module-text:after {
  background-color: #95c93d;
}
.a-subdivision-page #container-flash .imageboxes.textabove .module-text h2, .storm-water-page #container-flash .imageboxes.textabove .module-text h2, .home-page #container-flash .imageboxes.textabove .module-text h2 {
  font-family: 'Oswald', Impact, Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.home-page #container-flash .imageboxes.textabove .imagebox-item:hover .module-text {
  color: #fff;
  background-color: #67b8cc;
}
.home-page #container-flash .imageboxes.textabove .imagebox-item:hover .module-text h2 {
  color: #fff;
}
.home-page #container-flash .imageboxes.textabove .imagebox-item:hover .module-text:after {
  height: 30px;
  background-color: #67b8cc;
}
#home-container .layout.half {
  width: 70%;
  position: relative;
}
#home-container .layout.half + .layout.half {
  width: 24%;
}
#home-bottom-container {
  overflow: hidden;
  padding-top: 30px;
  margin-top: -80px;
}
#home-bottom-container .content {
  position: relative;
}
#home-bottom-container .content:before {
  content: '';
  position: absolute;
  top: 80px;
  left: -150px;
  right: calc(((100vw - 1366px) / 2) * -1);
  bottom: 60px;
  background-color: #f6f6f6;
  z-index: 0;
}
#home-bottom-container .content .imageboxes {
  position: relative;
}
#our-directors-container .content {
  padding-top: 80px;
  padding-bottom: 0;
}
#our-directors-container .layout.half {
  width: 70%;
  position: relative;
}
#our-directors-container .layout.half + .layout.half {
  width: 24%;
}
#our-directors-bottom-container {
  overflow: hidden;
}
#our-directors-bottom-container .content {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
#our-directors-bottom-container .content:before {
  content: '';
  position: absolute;
  top: 25px;
  left: calc(((100vw - 1366px) / 2) * -1);
  right: -150px;
  bottom: 25px;
  background-color: #f6f6f6;
  z-index: 0;
}
#our-projects-1-container {
  overflow: hidden;
}
#our-projects-1-container .content {
  position: relative;
  padding-top: 360px;
  padding-bottom: 60px;
}
#our-projects-1-container .content .layout {
  position: relative;
  z-index: 1;
}
#our-projects-1-container .content:before {
  content: '';
  position: absolute;
  top: 280px;
  left: -150px;
  right: calc(((100vw - 1366px) / 2) * -1);
  height: 100%;
  max-height: 600px;
  background-color: #f6f6f6;
  z-index: 0;
}
#latest-news-bottom-container {
  overflow: hidden;
  padding-top: 30px;
  margin-top: -130px;
  margin-bottom: 100px;
}
#latest-news-bottom-container .content {
  position: relative;
}
#latest-news-bottom-container .content:before {
  content: '';
  position: absolute;
  top: 130px;
  left: calc(((100vw - 1366px) / 2) * -1);
  right: -150px;
  bottom: 60px;
  background-color: #f6f6f6;
  z-index: 0;
}
#latest-news-bottom-container .content .news {
  position: relative;
}
.land-development-new-page #image-rotator .unslider-holder, .land-development-new-page #image-rotator .unslider-holder li, .land-development-new-page #image-rotator .unslider-holder li .wrap {
  height: 600px !important;
}
.land-development-new-page #image-rotator h2, .land-development-new-page #image-rotator p, .land-development-new-page #image-rotator .button, .land-development-new-page #image-rotator .backgroundimage-content {
  text-shadow: unset !important;
}
.land-development-new-page #image-rotator .sliderimg .slidertext {
  max-width: 950px;
  width: unset;
  padding: 0px 20px;
}
.land-development-new-page #image-rotator p {
  color: #808080 !important;
  font-size: 20px;
  margin-bottom: 0px;
}
.land-development-new-page #image-rotator h2 {
  color: #0075a8 !important;
}
.land-development-new-page .button {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}
.land-development-new-page p > a:not(.button, .uk-button) {
  color: #95c93d;
}
.land-development-new-page p > a:not(.button, .uk-button):hover {
  color: #0075a8;
}
#land-development-new-delivery-container .imageboxes.iconover {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#land-development-new-delivery-container .imageboxes.iconover .imagebox-item {
  text-align: left;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin: 0px;
  flex: 1 1 15%;
}
#land-development-new-delivery-container .imageboxes.iconover .imagebox-item h2 {
  font-size: 24px;
  color: #808080;
}
#land-development-new-delivery-container .imageboxes.iconover .imagebox-item .imagebox-item-icon {
  font-size: 100px;
}
#land-development-new-delivery-container .imageboxes.iconover .clearer {
  display: none;
}
#land-development-new-delivery-container h2 + .imageboxes.iconover {
  margin-top: 40px;
}
#land-development-new-projects-container .services {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 0px;
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  #land-development-new-projects-container .services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 964px) {
  #land-development-new-projects-container .services {
    grid-template-columns: repeat(4, 1fr);
  }
}
#land-development-new-projects-container .services .service-item {
  margin: 0px;
  width: 100%;
}
#land-development-new-projects-container .services .service-item .module-text h1 {
  font-weight: 500;
  color: #95c93d;
}
#land-development-new-projects-container .services .service-item .module-image img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
#land-development-new-faqs-container .faqs {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
#land-development-new-faqs-container .faqs .faq-item {
  border-bottom: 1px solid #808080;
  float: left;
}
#land-development-new-faqs-container .faqs .faq-item .faq-item-question {
  width: 100%;
}
#land-development-new-faqs-container .faqs .faq-item .faq-item-question h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #808080;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
#land-development-new-faqs-container .faqs .faq-item .faq-item-question h4::after {
  content: '\2b';
  font-family: 'Font Awesome 6 Pro';
  color: #95c93d;
  font-weight: 300;
}
#land-development-new-cta-container .button {
  width: 100%;
}
#land-development-new-cta-container .button + .button {
  margin: 0px;
  margin-top: 10px;
}
#land-development-new-cta-container .layout.main {
  width: 66%;
}
#land-development-new-cta-container .layout.side {
  width: 33%;
}
.button.uk-button-secondary {
  background-color: #0075a8;
}
.button.uk-button-secondary:hover {
  background-color: #95c93d;
}
@media screen and (max-width: 1466px) {
  #home-bottom-container .content:before {
    left: -50px;
    right: -50px;
  }
  #our-directors-bottom-container .content:before {
    left: -50px;
    right: -50px;
  }
  #our-projects-1-container .content:before {
    left: -50px;
    right: -50px;
  }
  #latest-news-bottom-container .content:before {
    left: -50px;
    right: -50px;
  }
}
@media screen and (max-width: 1260px) {
  .home-page #container-flash .imageboxes.textabove .imagebox-item {
    height: auto !important;
  }
  .home-page #container-flash .imageboxes.textabove .module-text {
    padding: 40px 5px 42px !important;
  }
  .home-page #container-flash .imageboxes.textabove .module-text h2 {
    font-size: calc(6px + 2vw);
  }
}
@media screen and (max-width: 880px) {
  #home-bottom-container .content:before {
    bottom: 40px;
  }
  #our-directors-container .content {
    padding-top: 10px;
  }
  #our-projects-1-container .content {
    padding-top: 120px;
  }
  #our-projects-1-container .content:before {
    top: 91px;
  }
  #latest-news-bottom-container {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  #latest-news-bottom-container .content:before {
    top: 70px;
    bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .home-page #container-flash .imageboxes.textabove {
    display: block;
  }
  .home-page #container-flash .imageboxes.textabove .imagebox-item {
    width: 100% !important;
  }
  .home-page #container-flash .imageboxes.textabove .imagebox-item:hover {
    width: 100% !important;
  }
  .home-page #container-flash .imageboxes.textabove .module-text {
    text-align: left;
    padding: 30px 35px 32px !important;
  }
  .home-page #container-flash .imageboxes.textabove .module-text h2 {
    font-size: calc(20px + 2vw);
  }
  .home-page #container-flash .imageboxes.textabove .imagebox-item:hover .module-text:after {
    height: 0px;
  }
}
@media screen and (max-width: 500px) {
  /* What we do */  .home-page #container-flash .imageboxes.textabove .module-text {
    padding: 22px 35px 22px !important;
  }
  #home-bottom-container {
    margin-top: -40px;
  }
  #our-directors-bottom-container .content {
    padding-top: 70px;
  }
}
#what-we-do-container .layout.half {
  width: 70%;
  position: relative;
}
#what-we-do-container .layout.half + .layout.half {
  width: 24%;
}
#our-expertise-container .wrap {
  max-width: 1080px;
}
#our-expertise-container .content {
  padding-top: 100px;
  padding-bottom: 80px;
}
#planning-bottom-container .content {
  padding-top: 100px;
  padding-bottom: 50px;
}
#surveying-bottom-container .content {
  padding-top: 100px;
  padding-bottom: 50px;
}
#engineering-container .content {
  padding-bottom: 80px;
}
#experts-and-innovators-top-container .wrap {
  max-width: 1080px;
}
#experts-and-innovators-top-container .content {
  padding-top: 100px;
  padding-bottom: 80px;
}
#experts-and-innovators-bottom-container .content {
  padding-top: 100px;
  padding-bottom: 50px;
}
#environmental-bottom-container .content {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 880px) {
  /* Services pages */  #planning-bottom-container .content {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #surveying-bottom-container .content {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #engineering-container .content {
    padding-bottom: 10px;
  }
  #experts-and-innovators-bottom-container .content {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #environmental-bottom-container .content {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
#project-title-container .content {
  padding-top: 90px;
}
#project-top-container .content {
  padding-bottom: 90px;
}
@media screen and (max-width: 880px) {
  #project-title-container .content {
    padding-top: 40px;
  }
  #project-top-container .content {
    padding-bottom: 40px;
  }
}
.service-filter.ajax-filter {
  text-align: left;
  padding: 30px 0;
  margin-left: -10px;
}
.service-filtered-holder .service-filter.ajax-filter {
  text-align: center;
}
.service-filtered-holder content + .content {
  padding-top: 75px;
}
.service-filter a {
  display: inline-block;
  color: #808080;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #fff;
  border: solid 1px transparent;
  border-radius: 10px;
  margin: 5px 10px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.service-filter a:hover, .service-filter a.on, .service-filter a.uk-active {
  background-color: transparent;
  border: solid 1px #95c93d;
  color: #95c93d;
}
.service-ajax-holder {
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
  opacity: 1;
}
.service-ajax-holder.loading {
  opacity: 0;
}
.service-ajax-holder .services {
  width: 100%;
  position: relative;
  margin-left: -20px;
}
.service-ajax-holder .services .masonry-item {
  float: left;
  border-bottom: solid 20px transparent;
  padding-left: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  /* Make this the same height as the border bottom value - for js calculation */
}
.grid-divider {
  height: 20px;
  display: none;
}
@media screen and (max-width: 850px) {
  .service-ajax-holder .services {
    margin-left: -15px;
  }
  .service-ajax-holder .services .masonry-item {
    border-bottom: solid 15px transparent;
    padding-left: 15px;
  }
  .grid-divider {
    height: 15px;
  }
}
@media screen and (max-width: 650px) {
  /* Grid sizing for masonry*/  .service-ajax-holder .services {
    margin-left: 0px;
  }
  .service-ajax-holder .services .masonry-item {
    border-bottom: solid 10px transparent;
    padding-left: 0;
  }
  .grid-divider {
    height: 10px;
  }
}
.grid-sizer {
  width: calc(100% * 1 / 3.001);
  height: 0px;
  background: red;
}
.grid-spacer {
  width: 0%;
  height: 0px;
  background: red;
  /*Specify base width values */
}
.service-ajax-holder .services article.service-item, .service-ajax-holder .services article.service-item a {
  display: block;
  max-height: 100%;
}
.service-ajax-holder .services .width-single {
  width: calc(100% * 1 / 3.001);
}
.service-ajax-holder .services .width-double {
  width: calc(100% * 2 / 3.001);
  /* Text over masonry style */
}
.service-ajax-holder .services.textover .service-item:hover .module-image img {
  opacity: 1;
}
.service-ajax-holder .services.textover .module-text {
  background-color: #95c93d;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.service-ajax-holder .services.textover .service-item:hover .module-text {
  opacity: 1;
}
.service-ajax-holder .services.textover .module-text .module-text-inner {
  width: 80%;
  padding: 15px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.service-ajax-holder .services.textover .module-text h4 {
  padding: 15px 0;
}
.service-ajax-holder .services.textover .module-text h1 {
  padding: 0 0 0 0;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 400;
  font-family: 'Oswald', Impact, Helvetica, sans-serif;
}
@media screen and (max-width: 1200px) {
  .service-ajax-holder .services.textover .module-text .module-text-inner {
    width: 100%;
  }
  .service-ajax-holder .services.textover .module-text h1 {
    font-size: calc(10px + 2vw);
  }
}
@media screen and (max-width: 850px) {
  .service-ajax-holder .services.textover .module-text h4 {
    font-size: 110%;
    padding-top: 0;
  }
  .service-ajax-holder .services.textover .module-text {
    opacity: 1;
    background-color: rgba(149, 201, 61, 0.9);
  }
}
@media screen and (max-width: 650px) {
  /* Inner service elements */  .service-ajax-holder .services.textover {
    margin-left: 0;
  }
  .service-ajax-holder .services.textover .module-text .module-text-inner {
    padding: 10px 15px;
  }
  .service-ajax-holder .services.textover .module-text h4 {
    padding: 0px 0;
    font-size: 100%;
    font-size: 20px;
  }
  .service-ajax-holder .services.textover .module-text h1 {
    font-size: 30px;
  }
  .grid-sizer {
    width: 100%;
  }
  .service-ajax-holder .services .width-single {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Typekit FOUT Fix */
  }
  .service-ajax-holder .services .width-double {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Typekit FOUT Fix */
  }
  .service-ajax-holder .services .width-double.height-single, .service-ajax-holder .services .width-single.height-double {
    height: auto !important;
  }
  .service-ajax-holder .services article.service-item {
    padding: 50%;
    display: flex;
  }
  .service-ajax-holder .services article.service-item .module-image {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .service-ajax-holder .services .width-double.height-single .module-image {
    min-width: 200%;
  }
  .service-ajax-holder .services article.service-item .module-image img {
    flex: 1 1 100%;
  }
  .service-ajax-holder .services .width-double.height-single .module-image img {
    max-width: none;
    width: auto;
    max-height: 100%;
  }
}
.service-date-bar {
  display: block;
}
.service-date-bar .date-block {
  float: left;
}
.service-date-bar .date-block .date i {
  color: #0075a8;
}
.service-date-bar .date-block .section a {
  color: #95c93d;
  font-weight: bold;
}
.service-date-bar .date-block .section a:hover {
  color: #0075a8;
}
.service-date-bar .service-arrow-holder {
  float: right;
}
.service-date-bar .service-arrow-holder .arrow-text {
  display: none;
}
.service-arrow-holder a + a {
  margin-left: 15px;
}
.service-sidebar {
  padding: 40px;
  background-color: #0075a8;
  color: #fff;
}
.service-sidebar h4 {
  color: #95c93d;
  padding: 0 0 0 0;
  font-size: 24px;
}
.service-sidebar .sidebar-item {
  margin-top: 25px;
}
.service-sidebar .sidebar-item b {
  display: block;
  padding-bottom: 5px;
}
.service-details {
  padding-top: 40px;
}
@media screen and (max-width: 880px) {
  .service-details {
    padding-top: 0px;
  }
}
.service-gallery {
  display: block;
  position: relative;
  margin-left: -40px;
}
.service-gallery .service-gal-item {
  display: block;
  float: left;
  padding-left: 40px;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
@media screen and (max-width: 850px) {
  .service-gallery {
    margin-left: -15px;
  }
  .service-gallery .service-gal-item {
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 650px) {
  .service-gallery {
    margin-left: -10px;
  }
  .service-gallery .service-gal-item {
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .service-gallery {
    margin-left: -5px;
  }
  .service-gallery .service-gal-item {
    padding-left: 5px;
    padding-top: 5px;
  }
}
.service-gallery .service-gal-item a {
  display: block;
  position: relative;
}
.service-gallery .service-gal-item a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(149, 201, 61, 0.8);
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
  opacity: 0;
}
.service-gallery .service-gal-item a:after {
  content: "\f030";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
  opacity: 0;
}
.service-gallery .service-gal-item a:hover:before, .service-gallery .service-gal-item a:hover:after {
  opacity: 1;
}
.service-gallery .service-gal-item img {
  display: block;
}
.service-nav {
  display: block;
  padding: 30px 0;
}
.service-nav .service-arrow-holder a {
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: #0075a8;
  border: solid 1px #0075a8;
  border-radius: 10px;
  margin: 0px 0px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.service-nav .service-arrow-holder a .fa-chevron-left, .service-nav .service-arrow-holder a .fa-chevron-right {
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
}
.service-nav .service-arrow-holder a:hover {
  background-color: #95c93d;
  border: solid 1px #95c93d;
  color: #fff;
}
.service-nav .service-arrow-holder a + a {
  float: right;
}
@media screen and (max-width: 550px) {
  .project-text {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .service-nav .service-arrow-holder a {
    padding: 15px 20px;
  }
}
.service-testimonial-holder {
  display: block;
}
.service-testimonial-holder .testimonial {
  display: block;
  padding: 60px 100px;
  padding-left: 360px;
  border-radius: 50px;
  margin-bottom: 150px;
  position: relative;
  min-height: 200px;
}
.service-testimonial-holder .testimonial:before {
  content: '';
  display: block;
  position: absolute;
  left: 16%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-image: url(../images/bubble_point.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 50px;
  width: 90px;
}
.service-testimonial-holder .testimonial .testimonial-item-image {
  position: absolute;
  left: 100px;
  top: 50%;
  width: 200px;
  height: auto;
  /*border-radius:50%;*/
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* Old browsers */
  background: #6ab9cc;
  /* FF3.6-15 */
  background: -moz-linear-gradient(left, #6ab9cc 0%, #4393b9 52%, #2d86b2 74%, #2b82af 78%, #217fae 85%, #207cac 88%, #1679ab 94%, #1779aa 95%, #0876a9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(left, #6ab9cc 0%, #4393b9 52%, #2d86b2 74%, #2b82af 78%, #217fae 85%, #207cac 88%, #1679ab 94%, #1779aa 95%, #0876a9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to right, #6ab9cc 0%, #4393b9 52%, #2d86b2 74%, #2b82af 78%, #217fae 85%, #207cac 88%, #1679ab 94%, #1779aa 95%, #0876a9 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab9cc', endColorstr='#0876a9',GradientType=1);
  /* Clearfix: @extend %clearfix; */
}
.service-testimonial-holder .testimonial .testimonial-item-image img {
  width: 100%;
  height: auto;
}
.service-testimonial-holder .testimonial .testimonial-item-image .img-placeholder {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.service-testimonial-holder .testimonial .img-placeholder .placeholder-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0px;
  font-size: 200px;
  text-align: center;
  color: #f6f6f6;
  display: none;
}
.service-testimonial-holder .testimonial .testimonial-item-person {
  dispay: block;
  float: left;
  width: 100%;
  font-size: 100%;
  padding-bottom: 30px;
}
.service-testimonial-holder .testimonial .testimonial-item-person b, .service-testimonial-holder .testimonial .testimonial-item-person strong {
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: 110%;
  color: #0075a8;
}
.service-testimonial-holder .testimonial .testimonial-item-text {
  font-size: 120%;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .service-testimonial-holder .testimonial {
    padding: 10vw 10vw;
  }
  .service-testimonial-holder .testimonial .testimonial-item-image {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    margin-bottom: 30px;
  }
  .service-testimonial-holder .testimonial .testimonial-item-person {
    text-align: center;
  }
  .service-testimonial-holder .testimonial:before {
    left: calc(45px + 10vw);
  }
}
@media screen and (max-width: 480px) {
  .service-testimonial-holder .testimonial:before {
    left: calc(15px + 10vw);
    -webkit-transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
}
@media screen and (max-width: 350px) {
  /* Service item page */  .service-testimonial-holder .testimonial .testimonial-item-image {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #project-container .layout-two-col-right {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #project-container .layout-two-col-right .layout.side {
    width: 100%;
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 40px;
  }
  #project-container .layout-two-col-right .layout.main {
    width: 100%;
    flex: 0 0 100%;
    order: 2;
  }
  .service-sidebar {
    text-align: center;
  }
  .service-sidebar .sidebar-item {
    width: 33.3%;
    /*float:left;*/
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Typekit FOUT Fix */
  }
}
@media screen and (max-width: 500px) {
  .service-sidebar .sidebar-item {
    width: 100%;
    float: none;
    padding: 0 0;
  }
}
#staff-search-holder {
  background-color: #f6f6f6;
  position: relative;
}
#staff-search-holder .content {
  padding: 54px 0;
}
#staff-search-holder h5 {
  float: left;
  color: #0075a8;
  font-size: 28px;
}
#staff-search-holder h5 span {
  color: #808080;
  font-size: 24px;
  font-weight: 400;
  padding-left: 6px;
}
#staff-search-holder form {
  float: right;
}
#staff-search-holder form input, #staff-search-holder form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Position: @include position(0px); */
  height: 53px;
  border: none;
  vertical-align: middle;
}
#staff-search-holder form input:focus, #staff-search-holder form button:focus {
  outline: none;
}
#staff-search-holder form input {
  width: 500px;
  font-size: 16px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}
#staff-search-holder form button {
  color: #fff;
  font-size: 20px;
  padding: 0 50px;
  background-color: #95c93d;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
#staff-search-holder .loader-holder {
  position: absolute;
  top: calc(100% - 6px);
  left: 50%;
  margin-left: -5px;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  pointer-events: none;
  opacity: 0;
  z-index: 700;
}
.staff-loading #staff-search-holder .loader-holder {
  opacity: 1;
}
#staff-categories-holder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.staff-loading #staff-categories-holder {
  opacity: 0.1;
}
.staff-category-desc .wrap {
  max-width: 1080px;
}
.staff-category-desc .content {
  text-align: center;
  padding: 70px 0;
}
.staff-category-desc .content h3 {
  color: #0075a8;
  font-size: 38px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 22px;
}
.staff-category-staff {
  background-color: #f6f6f6;
}
.staff-category-staff .content {
  padding: 0 0;
}
@media screen and (max-width: 1466px) {
  #staff-search-holder form input {
    width: 300px;
  }
}
@media screen and (max-width: 1260px) {
  #staff-search-holder .content {
    text-align: center;
  }
  #staff-search-holder h5 {
    float: none;
    padding-top: 0px;
    margin-bottom: 10px;
  }
  #staff-search-holder form {
    float: none;
  }
}
@media screen and (max-width: 880px) {
  #staff-search-holder .content {
    padding: 40px 0;
  }
  #staff-search-holder h5 {
    font-size: 22px;
  }
  #staff-search-holder h5 span {
    font-size: 20px;
  }
  .staff-category-desc .content {
    padding: 30px 0;
  }
  .staff-category-desc .content h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 650px) {
  #staff-search-holder h5 span {
    font-size: 18px;
  }
  #staff-search-holder form input {
    width: calc(100% - 70px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Typekit FOUT Fix */
  }
  #staff-search-holder form button {
    width: 70px;
    padding: 0 0;
  }
}
@media screen and (max-width: 500px) {
  /* Staff */  .staff-category-staff .content {
    padding: 40px 0 0 0;
  }
}
.staff.textunder:not(.uk-slider-items) {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.staff.textunder .staff-item {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
}
.staff.textunder .staff-item:hover {
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.staff.textunder .staff-item:before, .staff.textunder .staff-item:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  height: 0px;
  background-color: #fff;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
  transition: height 0.2s ease 0s;
  /* Blue gradient background: @include blue-gradient-bg() */
  opacity: 0;
  z-index: 200;
}
.staff.textunder .staff-item:before {
  bottom: 100%;
  border-top: 2px solid #f6f6f6;
}
.staff.textunder .staff-item:after {
  top: 100%;
  border-bottom: 2px solid #f6f6f6;
}
.staff.textunder .staff-item:hover:before, .staff.textunder .staff-item:hover:after {
  display: inline-block;
  height: 23px;
  opacity: 1;
}
.staff.textunder.grid.five-column .staff-item.grid-item {
  width: 20%;
}
.staff.textunder.grid.four-column .staff-item.grid-item {
  width: 25%;
}
.staff.textunder .staff-item {
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 80px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.staff.textunder .module-image {
  display: block;
  width: auto !important;
  padding-bottom: 0px !important;
  border: 10px solid #fff;
  margin: 0 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.staff.textunder .staff-item:hover .module-image {
  border: 10px solid #f6f6f6;
}
.staff.textunder .module-image img {
  vertical-align: middle;
}
.staff.textunder .module-text {
  text-align: center;
}
.staff.textunder .module-text h4 {
  color: #95c93d;
  font-family: 'Oswald', Impact, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.staff.textunder .staff-item-text-qualification {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 6px;
}
.staff.textunder .staff-item-text-position {
  display: block;
  color: #0075a8;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.staff.textunder p {
  padding-bottom: 26px !important;
}
.staff.textunder .staff-item-text-phone {
  display: block;
}
.staff.textunder .staff-item-text-phone a {
  color: #95c93d;
  font-family: 'Oswald', Impact, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.staff.textunder .staff-item-text-phone a:hover {
  color: #67b8cc;
}
.staff.textunder .staff-item-text-email a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 0;
}
.staff.textunder .staff-item-text-email a > * {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -1px;
}
.staff.textunder .staff-item-text-location {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  .staff.textunder.grid.five-column .staff-item.grid-item, .staff.textunder.grid.four-column .staff-item.grid-item {
    width: 33.33333%;
  }
}
@media screen and (max-width: 880px) {
  .staff.textunder.grid.five-column .staff-item.grid-item, .staff.textunder.grid.four-column .staff-item.grid-item {
    width: 50%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .staff.textunder.grid.five-column .staff-item.grid-item, .staff.textunder.grid.four-column .staff-item.grid-item {
    padding: 0 0 40px 0;
  }
}
.loader, .loader:before, .loader:after {
  background: #95c93d;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before {
  background: #67b8cc;
  color: #67b8cc;
}
.loader:after {
  background: #0075a8;
  color: #0075a8;
}
.loader {
  color: #95c93d;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
#staff-item-container .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
#staff-item-container .content .layout.half {
  width: 35%;
}
#staff-item-container .content.layout-two-col-equal .layout.half + .layout.half {
  width: 58%;
}
#staff-item-bottom-container .wrap {
  max-width: 1080px;
}
#staff-item-bottom-container .content {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#staff-item-bottom-container .content h2 {
  padding-bottom: 0;
}
#staff-item-prefooter-container {
  background-color: #f6f6f6;
}
#staff-item-prefooter-container .content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 880px) {
  /* About page */  #staff-item-container .content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #staff-item-bottom-container .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#about-us-bottom-container .content {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 880px) {
  #about-us-bottom-container .content {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  /* Contact page */  #about-us-prefooter-container .img-right-small {
    clear: both;
    float: left;
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }
  #about-us-prefooter-container .img-right-small img {
    width: 300px;
  }
}
#contact-us-top-container .content {
  padding-bottom: 80px;
}
#contact-us-container .content > *:nth-child(1) {
  width: 35%;
}
#contact-us-container .content > *:nth-child(2) {
  width: 25%;
  margin-left: 10%;
}
#contact-us-container .content > *:nth-child(3) {
  width: 25%;
}
#contact-us-container .contact-details {
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  #contact-us-container .content > *:nth-child(1) {
    width: 100%;
    margin-bottom: 80px;
  }
  #contact-us-container .content > *:nth-child(2) {
    width: 45%;
    margin-left: 0;
  }
  #contact-us-container .content > *:nth-child(3) {
    width: 45%;
    margin-left: 0;
  }
}
@media screen and (max-width: 880px) {
  #contact-us-top-container .content {
    padding-bottom: 50px;
  }
  #contact-us-container .content > *:nth-child(1) {
    margin-bottom: 50px;
  }
  #contact-us-container .contact-details {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 650px) {
  #contact-us-container .content > *:nth-child(2) {
    float: left;
    width: 45%;
    margin-left: 0;
  }
  #contact-us-container .content > *:nth-child(3) {
    width: 45%;
    margin-left: 0;
  }
}
.big-button.center a {
  display: inline-block;
  background-color: #87c409;
  font-size: calc(100vh / 28);
  box-sizing: border-box;
  padding: 2px 50px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
}
.colour.white a {
  color: #fff;
}
.big-button.center a:hover {
  background-color: #13629a;
}
h2.green-subtitle {
  color: #95c93d;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px 0 20px 0;
}
.service-details {
  padding-top: 0px;
  /* Footer */
}
#container-footer {
  background-color: #0075a8;
}
#container-footer .wrap {
  max-width: none;
  padding: 0 0 0 0;
}
#footer {
  display: flex;
  line-height: 2.2;
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding: 0 0 0 0;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer h3 {
  color: #95c93d;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 20px;
}
#footer .footer-middle-left h3, #footer .footer-right h3 {
  color: #0075a8;
}
#footer .footer-left, #footer .footer-middle-left, #footer .footer-middle-right, #footer .footer-right {
  float: left;
  align-self: stretch;
  width: 25%;
  text-align: left;
  padding: 80px 60px;
  background-color: #0075a8;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
#footer * .fas {
  position: absolute;
  top: 50px;
  right: 60px;
  font-size: 56px;
}
#footer .footer-left {
  line-height: 1.5;
}
#footer .footer-left svg {
  max-width: 200px;
  margin-bottom: 50px;
}
#footer .footer-middle-left {
  background-color: #95c93d;
}
#footer .footer-right {
  float: right;
  background-color: #95c93d;
}
#container-footer-map {
  background-color: #cecece;
}
#container-base {
  background-color: #0075a8;
}
#base {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 40px 0;
  display: flex;
  width: 100%;
  align-items: center;
}
#base a {
  color: #fff;
}
#base a:hover {
  text-decoration: underline;
}
#base .base-left, #base .base-middle {
  display: flex;
  width: 100%;
}
#base .base-middle .links {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
}
#base .base-middle .links a {
  margin: 0;
}
#base .base-middle .links a:first-child {
  padding-right: 30px;
}
#base .base-middle .links a:hover {
  color: #67b8cc;
}
#base .base-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#base .base-right .links-container {
  display: inline-block;
}
#base .base-right a {
  display: flex;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Grid */
}
.grid.four-column .grid-item {
  margin-bottom: 40px;
}
.grid.one-column .grid-item {
  margin-bottom: 80px;
  /* UIKit overrides*/
}
.uk-lightbox {
  background: rgba(0, 0, 0, 0.8);
}
.uk-lightbox-toolbar {
  left: auto;
}
ul.uk-lightbox-items {
  margin: 0 0 0 0;
}
ul.uk-lightbox-items > li {
  padding: 10px;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
ul.uk-lightbox-items > li:before {
  display: none;
}
.uk-lightbox-items > * > * {
  max-width: 100%;
  max-height: 100%;
  /* Form */
}
.req {
  color: #d60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 700px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item.recaptcha-item {
  margin-top: 15px;
}
.form-item .label {
  float: left;
  font-family: 'Oswald', Impact, Helvetica, sans-serif;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin: 5px 0 4px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 36px;
  font-size: 15px;
  padding: 22px 8px;
  background-color: #fff;
  border: solid #e8e8e8 1px;
  border-radius: 8px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, #recaptcha_image {
  margin-top: 20px;
  /* Custom button */
}
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 50px;
  background-color: #95c93d;
  border-radius: 10px;
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  background-color: #67b8cc;
}
.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 44px;
  border-radius: 10px;
}
.uk-textarea {
  border-radius: 10px;
}
.uk-select:focus {
  border-radius: 10px 10px 0 0 !important;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #95c93d;
  /* Testimonials */
}
.testimonials.circleimage.one-column {
  max-width: 1090px;
  margin: auto;
}
.testimonials.circleimage.one-column .testimonial-item {
  margin-bottom: 0 !important;
}
.testimonials.circleimage .testimonial-item-text {
  font-size: 28px;
  font-weight: 500;
  color: #0075a8;
  padding: 0 !important;
}
.testimonials.circleimage .testimonial-item-person {
  margin-top: 30px;
  display: block;
  font-weight: 500;
}
.imagebox-item-icon {
  color: #95c93d;
  margin-bottom: 35px;
  /* Grid of images next to text alternating */
}
.imageboxes.image-side-uneven .imagebox-item {
  display: inline-block;
  position: relative;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  margin: 190px 0 !important;
  position: relative;
}
.imageboxes.image-side-uneven .imagebox-item:first-of-type {
  margin-top: 0 !important;
}
.imageboxes.image-side-uneven .imagebox-item:last-of-type {
  margin-bottom: 0 !important;
}
.imageboxes.image-side-uneven .imagebox-item:last-of-type:after {
  display: none;
}
.imageboxes.image-side-uneven .imagebox-item:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.imageboxes.image-side-uneven .imagebox-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.imageboxes.image-side-uneven .imagebox-item .module-image {
  width: 50%;
}
.imageboxes.image-side-uneven .imagebox-item .module-text {
  width: 40%;
}
.imageboxes.image-side-uneven .imagebox-item .key-details {
  padding: 50px 60px;
  background-color: #0075a8;
  color: #fff;
}
.imageboxes.image-side-uneven .imagebox-item .key-details h3 {
  margin-bottom: 15px;
}
.imageboxes.image-side-uneven .imagebox-item .key-details > div {
  display: flex;
}
.imageboxes.image-side-uneven .imagebox-item .key-details .key-detail {
  display: flex;
  flex-direction: column;
}
.imageboxes.image-side-uneven .imagebox-item .key-details .key-detail i {
  font-size: 30px;
}
.imageboxes.image-side-uneven .imagebox-item .key-details .key-detail + .key-detail {
  margin-left: 20%;
}
.imageboxes.image-side-uneven .imagebox-item .key-details .key-detail > * + * {
  margin-top: 15px;
}
.imageboxes.image-side-uneven .imagebox-item .clearer {
  display: none;
}
@media screen and (max-width: 1050px) {
  .imageboxes.image-side-uneven .imagebox-item .key-details {
    padding: 25px;
  }
}
@media screen and (max-width: 880px) {
  .content-container.background + .content-container .content {
    padding-top: 45px;
  }
  h2.green-subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .h1 {
    font-size: 36px;
  }
  .imageboxes.image-side-uneven .imagebox-item {
    flex-wrap: wrap;
    margin: 50px 0 !important;
  }
  .imageboxes.image-side-uneven .imagebox-item:after {
    bottom: -29px;
  }
  .imageboxes.image-side-uneven .imagebox-item .module-text, .imageboxes.image-side-uneven .imagebox-item .module-image {
    width: 100%;
  }
  .imageboxes.image-side-uneven .imagebox-item .module-image {
    margin-bottom: 25px;
  }
  #a-subdivision-container .layout {
    width: 100%;
    margin-left: 0;
  }
  #a-subdivision-container .layout.gap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .content-container.background + .content-container .content {
    padding-top: 35px;
  }
  .testimonials.circleimage .testimonial-item-text {
    font-size: 19px;
  }
}
.h1 {
  margin-bottom: 25px;
}
#storm-water-subpage-2-title-container .content, #a-subdivision-subpage-2-title-container .content {
  padding-bottom: 0 !important;
}
#storm-water-subpage-2-container .content, #a-subdivision-subpage-2-container .content {
  padding-top: 50px;
}
#storm-water-container .imageboxes.iconover .imagebox-item {
  text-align: left;
  /* Job Page CSS */
}
.job-item:nth-child(odd) {
  background-color: #f6f6f6;
}
.job-item {
  padding: 100px 0px;
}
.job-item h2 {
  color: #0075a8;
}
.job-item h3 {
  color: #95c93d;
}
#careers-container .wrap .content.layout-full {
  padding: 0;
}
#careers-top-container .content {
  padding-bottom: 100px;
}
.base-middle {
  align-items: center;
}
.base-middle a img {
  filter: invert(1) brightness(2);
  max-width: 55px;
}
@media screen and (max-width: 1600px) {
  .unslider .unslider-arrow {
    top: auto !important;
    bottom: 10px;
  }
  .unslider-arrow.prev {
    left: auto;
    right: 80px;
  }
  .unslider-arrow.next {
    right: 30px !important;
  }
  .unslider .unslider-arrow > * {
    font-size: 80px;
  }
  #footer * .fas {
    top: 35px;
    right: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 1466px) {
  /* Small Screens / Tablets */  h1, .home-page h2 {
    font-size: calc(20px + 3vw);
  }
  #footer .footer-left, #footer .footer-middle-left, #footer .footer-middle-right, #footer .footer-right {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #none {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Mobile Spacing */
  }
  img {
    max-width: 100%;
    height: auto;
    /* ie8 */
    width: auto\9;
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
  }
  embed, object, .map-holder {
    height: auto;
  }
  .img-left, .img-right {
    max-width: 50%;
    /* Hide/show element that should only show on mobile */
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inline;
  }
  #container2, #container-header, #container-navigation, #container-flash, #container-bread, #container-intro, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
    width: 100%;
  }
  #container1, .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Mobile Spacing */
  }
  #header {
    height: auto;
  }
  #navigation, .auth-details, .container-main .content, .container-main-title .content, .container-main-top .content, .container-main-bottom .content, #footer, #base {
    padding-left: 0px;
    padding-right: 0px;
  }
  #navigation {
    font-size: 20px;
  }
  #site-messages .wrap {
    padding: 0 0px;
  }
  #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
    padding: 15px 20px;
  }
  .sliderimg .slidertext h2 {
    font-size: calc(34px + 2vw);
  }
  .sliderimg .slidertext h3 {
    font-size: calc(24px + 2vw);
  }
  #slidebox {
    display: none;
  }
  #desktop-link {
    display: inline;
  }
  #footer {
    flex-wrap: wrap;
  }
  #footer .footer-left, #footer .footer-middle-left, #footer .footer-middle-right, #footer .footer-right {
    width: 50%;
  }
  #footer * .fas {
    position: absolute;
    top: 50px;
    right: 60px;
    font-size: 56px;
  }
  #footer .footer-middle-right {
    background-color: #95c93d;
  }
  #footer .footer-middle-right h3 {
    color: #0775a9;
  }
  #footer .footer-right {
    background-color: #0775a9;
  }
  #footer .footer-right h3 {
    color: #95c93d;
  }
  .product-item {
    width: 32%;
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+4) {
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+5) {
    clear: none;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 1340px) {
  #navigation {
    font-size: 18px;
  }
}
@media screen and (max-width: 1260px) {
  #navigation {
    display: none !important;
  }
  #mobile-menu {
    display: inline-block;
  }
  #mobile-link {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 140px;
    /* Slide out mobile menu */
    /*.mobile-active #container-outer {
    max-width:100%;
    overflow-x:hidden;
  	background-color:$menu-background;
	}
	
	.mobile-active #mobile-navigation {
	position:absolute;
	top:0px;
	right:0px;
	width:270px;
	transform:translateX(270px);
	}
	
		.close-menu {
		position: absolute;
		top:5px !important;
		right:0px !important;
		width:60px !important;
		height:60px !important;
		display:inline-block !important;
		line-height:60px;
		text-align:center !important;
		padding:0 0 0 0 !important;
		margin:0 0 0 0 !important;
		z-index:1001;
		}
			.close-menu .material-icons {
			line-height:60px;	
			}
	
	#container1 {
	-moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	
	.mobile-active #container1 {
	transform:translateX(-270px);
	background-color:#ffffff;
	}
	
		.mobile-active #container1:after {
		content:'';
		position:absolute;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;
		background-color:rgba(0,0,0,0.75);
		z-index:1000;
		}*/
  }
}
@media screen and (max-width: 1160px) {
  .sliderimg .slidertext {
    max-width: 70%;
  }
}
@media screen and (max-width: 1080px) {
  .grid.four-column .grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (max-width: 920px) {
  .wrap {
    max-width: 890px;
    padding: 0 35px;
  }
  #base .base-right a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 880px) {
  /* Small Tablets */  h3 {
    font-size: 26px;
  }
  h4, article h1 {
    font-size: 18px;
  }
  #mobile-menu a {
    padding: 0 35px;
  }
  #mobile-navigation .mobile-navigation-inner > a {
    padding: 5px 35px;
  }
  #mobile-link {
    right: 80px;
  }
  .unslider-holder {
    height: 500px !important;
  }
  .unslider-fade .unslider-wrap li, .sliderimg .backgroundimage-content .wrap {
    height: 500px !important;
  }
  .sliderimg .slidertext h2 {
    font-size: calc(20px + 3vw);
  }
  .sliderimg .slidertext {
    font-size: 20px;
  }
  .unslider-arrow.prev {
    right: 70px;
  }
  .unslider-arrow.next {
    right: 20px !important;
  }
  #container-flash h1 {
    padding-top: 80px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
  }
  #breadcrumb {
    padding: 0 35px;
    margin-top: 10px;
  }
  #breadcrumb .between {
    padding: 0 16px;
  }
  #footer .footer-left, #footer .footer-middle-left, #footer .footer-middle-right, #footer .footer-right {
    padding: 40px 35px;
  }
  #footer h3 {
    padding-top: 0;
  }
  #footer * .fas {
    top: 30px;
    right: 35px;
    font-size: 40px;
  }
  #footer .footer-left svg {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  #base .base-right {
    float: left;
    text-align: left;
  }
  #base .base-right a {
    margin-left: 0px;
    margin-right: 20px;
  }
  #base .base-left {
    clear: both;
    float: left;
    margin-top: 20px;
  }
  #our-projects-1-container .content {
    padding-bottom: 45px;
    /* Main title area */
  }
  .container-main-title .content {
    padding: 45px 0px;
    padding-bottom: 0px;
    /* Main title area spacing */
  }
  .container-main-title + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-title .content {
    padding-top: 0px;
    /* Main top area */
  }
  .container-main-top .content {
    padding: 45px 0px;
    /* Main top area spacing */
  }
  .container-main-title + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-top .content {
    padding-top: 0px;
    /* Main content area with layouts */
  }
  .content {
    padding: 45px 0px;
    /* Main areas spacing */
  }
  .container-main-title + .container-main .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main .content {
    padding-top: 0px;
  }
  .container-main + .container-main .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main .content {
    padding-top: 0px;
    /* Main bottom area */
  }
  .container-main-bottom .content {
    padding: 45px 0px;
    /* Main bottom areas spacing */
  }
  .container-main-top + .container-main-bottom .content {
    padding-top: 0px;
  }
  .container-main + .container-main-bottom .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-bottom .content {
    padding-top: 0px;
    /* Backgrounds */
  }
  .container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
    padding-top: 45px;
    padding-bottom: 45px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
    padding-top: 45px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
    padding-top: 45px;
    /* Grid class styles */
  }
  .grid .grid-item {
    float: left;
    display: inline-block;
  }
  .grid .grid-item img {
    vertical-align: middle;
    /* 7 column grid to 4 column */
  }
  .grid.seven-column .grid-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: both;
    /* 6,5,4 column grid to 3 column */
  }
  .grid.six-column .grid-item, .grid.five-column .grid-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 5%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 5%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: both;
    /* 3 column grid to 2 column */
  }
  .grid.three-column .grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (max-width: 650px) {
  /* Phones */  #header #logo {
    display: none;
  }
  #header #mobile-logo {
    display: inline-block;
  }
  #mobile-menu a {
    line-height: 82px;
    height: 70px;
  }
  #mobile-navigation {
    top: 105px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
  }
  .mobile-active #mobile-navigation {
    height: auto;
    min-height: 0;
  }
  .mobile-navigation-inner {
    padding: 0 0;
  }
  #mobile-navigation .mobile-navigation-inner > a {
    text-align: left;
    padding: 17px 35px;
    margin: 0px 0px;
    border-top: 1px solid #e5e5e5;
    transform: translateX(0px) translateY(-10px);
    position: relative;
  }
  #mobile-navigation .mobile-navigation-inner > a .fas {
    position: absolute;
    top: 19px;
    right: 35px;
    width: 32px;
    display: inline-block !important;
    font-size: 20px;
    text-align: center;
  }
  #mobile-navigation .mobile-navigation-inner > a .fa-plus {
    top: 21px;
    font-size: 15px;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    /* Blue gradient background: @include blue-gradient-bg() */
  }
  #mobile-navigation .mobile-navigation-inner > a.dropped .fas {
    transform: rotate(45deg);
  }
  .sliderimg .slidertext h2 {
    font-size: calc(20px + 3vw);
    font-weight: 400;
  }
  .sliderimg .slidertext {
    font-size: 18px;
  }
  .unslider .unslider-arrow {
    height: 60px !important;
    line-height: 60px !important;
    bottom: 20px;
  }
  .unslider .unslider-arrow > * {
    font-size: 60px;
  }
  #breadcrumb .between {
    padding: 0 15px;
  }
  .readmore, .buynow, .backlink, a.button, span.button, .button a, a.button-alt, span.button-alt, .button-alt a {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer {
    flex-wrap: wrap;
  }
  #footer .footer-left, #footer .footer-middle-left, #footer .footer-middle-right, #footer .footer-right {
    width: 100%;
  }
  #footer * .fas {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 56px;
  }
  #footer .footer-left p {
    margin-bottom: 0;
  }
  #footer .footer-middle-right {
    background-color: #0775a9;
  }
  #footer .footer-middle-right h3 {
    color: #95c93d;
  }
  #footer .footer-right {
    background-color: #95c93d;
  }
  #footer .footer-right h3 {
    color: #0775a9;
    /* Three column equal */
  }
  .layout-three-col-equal .layout.third {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .layout-three-col-equal .layout.third.gap {
    margin-left: 0%;
    /* 7,6,5,4 column grid to 2 column */
  }
  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 4%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 4%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
    /* Before and After */
  }
  .beforeafter-holder .beforeafter-item {
    width: 45%;
    margin-right: 10%;
  }
  .beforeafter-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .beforeafter-holder div:nth-child(3n+4) {
    clear: none;
  }
  .beforeafter-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .beforeafter-holder div:nth-child(2n+3) {
    clear: left;
    /* Videos */
  }
  .video-holder .video-item {
    width: 45%;
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+4) {
    clear: none;
  }
  .video-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .video-holder div:nth-child(2n+3) {
    clear: left;
  }
  .subscription-plans .subscription-plan {
    width: 47%;
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+3) {
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+4) {
    clear: none;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: left;
  }
  .pricelist-header .pricelist-price, .pricelist-header .pricelist-inclusive {
    display: none;
  }
  .pricelist-product {
    float: left;
    width: 75%;
    margin-right: 2%;
    padding-bottom: 6px;
  }
  .pricelist-price {
    clear: left;
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-inclusive {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-qty {
    float: right;
    width: 23%;
  }
  .product-item {
    width: 47%;
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: none;
  }
  .products-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(2n+3) {
    clear: both;
  }
  .form-item .label, .form-item .label2 {
    margin-bottom: 2px;
  }
  .form-item .label, .form-item .label2, .form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea, .form-item .label-padding, .form-item .subbut, .form-item .g-recaptcha, #recaptcha_image {
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0%;
  }
  .form-item .g-recaptcha > div > div {
    max-width: 100%;
    overflow: hidden;
  }
  .recaptcha_input .input {
    padding-right: 0px;
  }
  .recaptcha_options li a {
    top: 0px;
  }
  .shopping-cart-list .shopping-cart-list-header {
    display: none;
  }
  .shopping-cart-list .shopping-cart-list-items {
    padding: 4px 10px;
    border: solid #f0e8e6 1px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
  }
  .shopping-cart-list .scl-image {
    float: right;
    position: absolute;
    text-align: center;
    right: 5px;
    top: 8px;
    width: 20%;
    max-height: 60px;
  }
  .shopping-cart-list .scl-image img {
    max-height: 60px;
  }
  .shopping-cart-list .scl-products {
    width: 100%;
    min-height: 60px;
    padding-right: 0%;
  }
  .shopping-cart-list .scl-products-title {
    float: left;
    width: 68%;
  }
  .shopping-cart-list .scl-products-additional {
    clear: both;
    width: 100%;
  }
  .shopping-cart-list .scl-products .cart-msg-box, .shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
    width: 98%;
  }
  .msg-small {
    font-size: 13px;
    line-height: 17px;
  }
  .shopping-cart-list .scl-quantity {
    clear: both;
    width: 59%;
    text-align: left;
    padding-right: 0px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-list .scl-quantity .scl-quantity-text {
    float: left;
    display: inline-block;
    padding-right: 3%;
    line-height: 26px;
    font-size: 14px;
  }
  .shopping-cart-list .scl-quantity input {
    float: left;
    font-size: 15px;
    display: inline-block;
    margin-right: 12%;
  }
  .shopping-cart-list .remove-link {
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 26px;
    font-size: 12px;
  }
  .shopping-cart-list .scl-price {
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-right: 1%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-space, .shopping-cart-totals .shopping-cart-total-final .totals-space, #sc-subtotals .totals-space-base {
    display: none;
  }
  .shopping-cart-totals .shopping-cart-total-item, .shopping-cart-totals .shopping-cart-total-final {
    display: block;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
    float: left;
    width: 66%;
    text-align: left;
    padding-right: 0;
    padding-left: 4%;
    margin: 0 0 0 0;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
    float: left;
    width: 26%;
    font-size: 15px;
    padding-right: 4%;
    margin: 0 0 0 0;
  }
  .address-selector li {
    width: 48%;
  }
  .cart-checkradio-holder .checkradio {
    width: 50%;
  }
  .payment-radio-holder {
    width: 10%;
  }
  .payment-holder {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  html {
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
    /* ie8 */
    width: auto\9;
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
  }
  embed, object, .map-holder {
    height: auto;
  }
  ul li {
    line-height: 26px;
    padding-bottom: 8px;
    background-position: 5px 9px;
  }
  #container1 {
    width: 100%;
  }
  #container2 {
    width: 100%;
  }
  #container-topbar {
    display: none;
  }
  #header #logo {
    max-width: 150px;
  }
  #top-nav, #header #search {
    display: none;
  }
  #mobile-menu {
    top: 0px;
  }
  #mobile-navigation {
    top: 70px;
  }
  #slider, #flash, #slidebox, #image-rotator {
    display: block;
  }
  .unslider-holder, .unslider-fade .unslider-wrap li, .sliderimg .backgroundimage-content .wrap {
    height: 400px !important;
  }
  .sliderimg .backgroundimage-content .wrap {
    padding: 0 0 0 0;
  }
  .sliderimg .slidertext {
    padding: 0 35px 10px 35px;
    max-width: 100%;
    min-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Mobile Spacing */
  }
  .unslider .unslider-arrow {
    display: none;
  }
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Mobile Spacing */
  }
  .content .img-left, .content .img-right, .content .img-center {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Mobile Spacing */
    /*.content,
	.layout.side p,
	.layout.side .side-holder {font-size:16px;line-height:24px;}
	
	.content h1 {font-size:38px;line-height:38px;}
	.content h2 {font-size:32px;line-height:32px;}
	.content h3 {font-size:26px;line-height:24px;}
	.content h4 {font-size:22px;line-height:24px;}
	.layout.side h5 {font-size:18px;line-height:24px;}
	.layout.side h6 {font-size:18px;line-height:24px;}*/
  }
  h1 {
    font-size: 38px;
    /*.small {font-size:15px;line-height:23px;}
	.large {font-size:17px;line-height:25px;}*/
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 20px;
  }
  .layout-two-col-equal .layout.half + .layout.half {
    margin-top: 35px;
  }
  #home-top-container .content {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 0px;
  }
  #our-projects-1-container .content {
    padding-bottom: 0;
  }
  #footer {
    font-size: 15px;
    line-height: 2.5;
  }
  #footer .footer-left, #footer .footer-middle-left, #footer .footer-middle-right, #footer .footer-right {
    padding: 35px 35px;
  }
  #footer .footer-left svg {
    max-width: 120px;
  }
  #footer * .fas {
    font-size: 32px;
  }
  #base {
    font-size: 15px;
  }
  #base .base-right {
    float: left;
    text-align: left;
  }
  #base .base-right a {
    clear: both;
    float: left;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #base .base-left {
    clear: both;
    float: left;
    text-align: left;
    margin-top: 20px;
  }
  #desktop-link {
    display: inline;
    /* Set new spacing for mobile*/
    /* Breadcrump area */
  }
  #container-bread {
    /* breadcrumb */
  }
  #breadcrumb .between {
    padding: 0 10px;
    /* Main title area */
  }
  .container-main-title .content {
    padding: 35px 0px;
    padding-bottom: 0px;
    /* Main title area spacing */
  }
  .container-main-title + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-title .content {
    padding-top: 0px;
    /* Main top area */
  }
  .container-main-top .content {
    padding: 35px 0px;
    /* Main top area spacing */
  }
  .container-main-title + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-top .content {
    padding-top: 0px;
    /* Main content area with layouts */
  }
  .content {
    padding: 35px 0px;
    /* Main areas spacing */
  }
  .container-main-title + .container-main .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main .content {
    padding-top: 0px;
  }
  .container-main + .container-main .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main .content {
    padding-top: 0px;
    /* Main bottom area */
  }
  .container-main-bottom .content {
    padding: 35px 0px;
    /* Main bottom areas spacing */
  }
  .container-main-top + .container-main-bottom .content {
    padding-top: 0px;
  }
  .container-main + .container-main-bottom .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-bottom .content {
    padding-top: 0px;
    /* Backgrounds */
  }
  .container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
    padding-top: 35px;
    padding-bottom: 35px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
    padding-top: 35px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
    padding-top: 35px;
    /* Site Map */
  }
  .sitemap-holder {
    width: 100%;
    /* Grid */
  }
  .grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #home-top-container .content {
    padding-bottom: 0px;
  }
  .imageboxes.textabove .module-text {
    color: #fff;
    background-color: #0e2f65;
  }
  .imageboxes.textabove .module-text h2 {
    color: #fff;
  }
  .faqs.simplelist > li:before {
    top: 0px;
    /* Before and After */
  }
  .beforeafter-holder .beforeafter-item, .beforeafter-details .before-image, .beforeafter-details .after-image {
    width: 100%;
    margin-right: 0%;
  }
  .beforeafter-details .before-image {
    margin-bottom: 12%;
    /* Video */
  }
  .video-holder .video-item {
    width: 100%;
    margin-right: 0%;
  }
  .product-item {
    width: 100%;
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .subscription-plans .subscription-plan {
    width: 100%;
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: none;
  }
  .subscription-table .subscription-left, .subscription-table .subscription-middle, .subscription-table .full-subscription-middle, .subscription-table .subscription-right {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #f1f1f1 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Mobile Spacing */
  }
  .subscription-table .subscription-left {
    padding-top: 8px;
    border-bottom: none;
  }
  .subscription-table .subscription-middle {
    border-top: none;
    border-bottom: none;
  }
  .subscription-table .full-subscription-middle {
    padding-bottom: 8px;
    border-top: none;
  }
  .subscription-table .subscription-right {
    padding-bottom: 8px;
    border-top: none;
  }
  .address-selector li {
    width: 100%;
    margin-bottom: 18px;
  }
  .cart-checkradio-holder .checkradio {
    width: 100%;
    /* iPhone zoom fix */
  }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 390px) {
  .big-button.center a {
    font-size: calc(100vh / 40);
  }
}
