@charset "UTF-8";
/*
Theme Name: FCS 
Theme URI: http://www.fcswebsites.co.uk
Description: Wordpress theme by FCS Websites
Author: Nick Hayward
Author URI: http://www.fcswebsites.co.uk
Version: 1.0
Tags: fcs
License:
License URI:
*/
@media only screen and (max-width: 1199px) {
  #nav2 {
    background: rgba(30, 30, 30, 0.95);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 20px 20px 100px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    z-index: 1500;
    /* Second Level */
  }
  #nav2 .navopen {
    display: block;
  }
  #nav2 ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 80px auto 0 auto;
    max-width: 300px;
  }
  #nav2 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
  }
  #nav2 ul li a, #nav2 ul li a:link, #nav2 ul li a:visited {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    float: none;
    padding: 10px 0;
    clear: both;
    text-decoration: none;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
  }
  #nav2 ul li a span, #nav2 ul li a:link span, #nav2 ul li a:visited span {
    display: block;
    font-size: 15px;
    opacity: 0.5;
  }
  #nav2 ul li button.sub_nav {
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 13px;
    margin: 0;
    padding: 0;
    transform: rotate(0deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.2s linear;
    z-index: 500;
  }
  #nav2 ul li button.sub_nav.open {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.2s linear;
  }
  #nav2 ul li button.sub_nav .arrow_down {
    background-image: url(images/icon-down-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 25px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 25px;
  }
  #nav2 ul li.menu-item-has-children a:nth-child(2) {
    margin-right: 40px;
  }
  #nav2 ul ul {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    transition: max-height 0.2s;
    width: 100%;
    z-index: 999999;
  }
  #nav2 ul ul.show {
    max-height: 500px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  #nav2 ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #nav2 ul ul li:last-child {
    border-bottom: 0;
  }
  #nav2 ul ul a, #nav2 ul ul a:link, #nav2 ul ul a:visited {
    color: #aaa;
    padding: 10px 0 10px 20px;
  }
  #nav2 ul ul a:hover {
    color: #fff;
  }
  #nav2 ul.sub-menu ul.sub-menu {
    display: none;
  }
}
@font-face {
  font-display: swap;
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/AlbertSans-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/AlbertSans-ExtraBold.woff2") format("woff2");
}
/* Reset & Basics (Inspired by E. Meyers) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.hosting {
  text-align: center;
}
table.hosting .align-left {
  text-align: left;
}
table.hosting i {
  color: #008800;
}
/* Basic Styles */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fafafa;
  color: #333;
  font-family: "Albert sans", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  padding: 0;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Albert sans", helvetica, arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}
h3, h4, h5, h6 {
  margin-bottom: 10.6666666667px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 17.6px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
h1, h2, h3, p, ul, ol {
  margin-bottom: 12px;
}
p {
  margin: 0 0 16px 0;
}
p img {
  margin: 0;
}
.lead {
  font-size: 16px;
}
address {
  margin: 0 0 16px 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 800;
}
small {
  font-size: 80%;
}
/*	Blockquotes  */
blockquote {
  margin: 0 0 16px;
  padding: 20px 20px 1px 19px;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a, blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* Links */
a, a:visited {
  color: #035798;
  font-weight: 800;
  transition: all 0.2s linear;
}
a:hover, a:focus {
  color: #333;
  transition: all 0.2s linear;
}
a:active {
  background: inherit;
}
p a, p a:visited {
  line-height: inherit;
}
/* #Lists */
ul, ol {
  margin: 0 0 16px 32px;
}
ul {
  list-style: disc outside;
}
ol {
  list-style: decimal;
}
ul ul, ul ol, ol ol, ol ul {
  margin: 0 0 0 36px;
}
dl {
  margin: 0 0 30px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 0 30px;
}
/* #Notification Styles */
.wpcf7-submit {
  margin-bottom: 10px;
}
.sent .wpcf7-response-output, .positive, .wpcf7-mail-sent-ok {
  background-color: #006600;
  background-image: url(images/icon-pos.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}
.invalid .wpcf7-response-output, .negative, div.wpcf7-validation-errors, div span.wpcf7-not-valid-tip {
  background-color: #c00;
  background-image: url(images/icon-neg.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}
span.wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 br, .screen-reader-response {
  display: none;
}
span.wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .six.columns {
  margin-bottom: 10px;
}
.wpcf7 .row {
  margin-bottom: 0;
}
.wpcf7 br {
  display: none;
}
.screen-reader-response {
  display: none;
}
.wpcf7-form p {
  margin: 0;
}
/* CSS animation for CF7 ajax loader */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* hide original loader */
.wpcf7-spinner {
  display: none;
}
.submitting .wpcf7-spinner {
  display: inline-block;
}
/* style for custom loader - '1s' for speeding up animation */
.wpcf7-spinner {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  height: 36px;
  margin-left: 10px;
  transform-origin: center center;
  vertical-align: middle;
}
.wpcf7-spinner:before {
  content: url(images/icon-refresh2.svg);
  transform-origin: center center;
}
tt, kbd, code, pre {
  font-family: monospace;
  white-space: pre-wrap;
}
pre {
  margin-bottom: 20px;
}
sub, sup {
  font-size: 80%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
sub {
  top: 0.5ex;
}
sup {
  bottom: 1ex;
}
var {
  font-style: italic;
}
cite {
  font-style: italic;
}
q:before {
  content: "“";
}
q:after {
  content: "”";
}
.left {
  float: left;
}
.right {
  float: right;
}
.imgleft, .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.imgright, .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.centre {
  text-align: center;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
abbr, acronym {
  font-style: italic;
  text-decoration: underline;
}
.mobile {
  display: none;
}
table {
  margin: 0 0 20px 0;
}
th {
  background: #eee;
}
th, td {
  border: 1px solid #ddd;
  padding: 10px;
}
/* #Images */
img {
  height: auto;
  max-width: 100%;
}
/* #Buttons */
a::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn, .btn:visited, .checkout-button, .checkout-button:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: #035798;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Albert sans", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  overflow: visible;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-appearance: none;
}
.btn:hover, button:hover, .checkout-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: #4380B0;
  color: #fff;
  transition: all 0.2s linear;
}
.btn:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
/* #Forms */
form {
  margin-bottom: 20px;
}
form > div {
  margin-bottom: 10px;
}
fieldset {
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 2%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea, select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #777;
  display: block;
  font-family: "Albert sans", helvetica, arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 9px 10px;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
  -webkit-appearance: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus {
  border: 1px solid #333;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #444;
}
input[type="submit"]:disabled {
  background: #999;
  cursor: not-allowed;
}
textarea {
  min-height: 60px;
}
.select-input {
  background: #fff;
  background-image: url("images/icon-down-grey.svg");
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 39px;
  position: relative;
  overflow: hidden;
}
.select-input:focus-within {
  outline: #005fcc auto 2px;
  outline-offset: 1px;
}
select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  display: block;
  font-family: "Albert sans", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 11px 11px 11px 12px;
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"] {
  display: inline;
}
.wpcf7-list-item {
  margin-right: 10px;
}
.briefing label {
  display: block;
  font-weight: 800;
}
.file-534 {
  display: block;
  padding: 10px 0;
}
/* Grid < 600px */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
.container .container {
  margin: 0;
  width: 100%;
}
.container .one, .container .two, .container .three, .container .four, .container .five, .container .six, .container .seven, .container .eight, .container .nine, .container .ten, .container .eleven, .container .twelve, .container .one-quarter, .container .one-half, .container .three-quarter, .container .one-third, .container .two-thirds {
  margin: 0;
  width: 100%;
}
.row {
  margin: 0 0 2% 0;
}
/* Grid > 600px */
@media only screen and (min-width: 600px) {
  /* Nested Column Classes */
  /* Base Grid */
  .container {
    background: transparent;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .container .column, .container .columns {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline;
    float: left;
    margin: 0 1%;
  }
  .column.alpha, .columns.alpha {
    margin-left: 0;
  }
  .column.omega, .columns.omega {
    margin-right: 0;
  }
  .container .one.column, .container .one.columns {
    width: 6.333%;
  }
  .container .two.columns {
    width: 14.666%;
  }
  .container .three.columns {
    width: 23%;
  }
  .container .four.columns {
    width: 31.333%;
  }
  .container .five.columns {
    width: 39.666%;
  }
  .container .six.columns {
    width: 48%;
  }
  .container .seven.columns {
    width: 56.333%;
  }
  .container .eight.columns {
    width: 64.666%;
  }
  .container .nine.columns {
    width: 73%;
  }
  .container .ten.columns {
    width: 81.333%;
  }
  .container .eleven.columns {
    width: 89.666%;
  }
  .container .twelve.columns {
    width: 98%;
  }
  .container .one-quarter.column {
    width: 23%;
  }
  .container .one-half.column {
    width: 48%;
  }
  .container .three-quarter.column {
    width: 73%;
  }
  .container .one-third.column {
    width: 31.333%;
  }
  .container .two-thirds.column {
    width: 64.666%;
  }
  .row {
    margin: 0 -1% 2% -1%;
  }
}
.styletest {
  margin-bottom: 2%;
}
.styletest .column, .styletest .columns {
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}
/* #Clearing */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after, .clearfix:after {
  clear: both;
}
.row, .clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
}
.jPanelMenu-panel {
  background: #fff;
}
/* Header */
#wrap {
  position: relative;
}
.skipLink {
  background: #fff;
  padding: 5px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.skipLink:focus {
  top: 5px;
  z-index: 9999;
}
#header {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  height: 100px;
  margin-bottom: 0;
  position: relative;
  top: auto;
  left: auto;
  z-index: 999;
}
#header .container {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  #header {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    height: 120px;
    margin: 0;
    width: 100%;
    z-index: 1000;
  }
  #header .container {
    height: 80px;
    padding: 0;
    position: relative;
  }
}
#header-logo {
  position: absolute;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  width: 150px;
}
#header-logo img, #header-logo svg {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 350px) {
  #header-logo {
    width: 150px;
  }
}
@media only screen and (min-width: 600px) {
  #header-logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  #header-logo {
    height: auto;
    position: absolute;
    left: 1%;
    top: auto;
    bottom: 25px;
    transform: none;
    width: 180px;
  }
  #header-logo img {
    max-height: 100%;
    width: auto;
  }
}
#headerMenuMobile {
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  position: absolute;
  bottom: 18px;
  left: 20px;
  vertical-align: top;
  z-index: 2000;
}
#headerMenuMobile .btn {
  background: transparent;
  color: #fff;
  font-size: 0;
  padding: 0;
}
#headerMenuMobile .btn:active {
  box-shadow: none;
}
#headerMenuMobile button {
  background: none;
  border-radius: 0;
  display: block;
  font-size: 0;
  height: 29px;
  width: 29px;
}
#headerMenuMobile button span {
  background: #035798;
  display: block;
  font-size: 0;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:before {
  background: #035798;
  content: "";
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:after {
  background: #035798;
  content: "";
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button.navOpen:before {
  background: #fff;
  transform: rotate(45deg);
  top: 12px;
  left: -3px;
  width: 38px;
}
#headerMenuMobile button.navOpen span {
  opacity: 0;
  font-size: 0;
}
#headerMenuMobile button.navOpen:after {
  background: #fff;
  transform: rotate(-45deg);
  bottom: 12px;
  left: -3px;
  width: 38px;
}
#headerContactMobile {
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  height: 32px;
  position: absolute;
  bottom: 18px;
  right: 20px;
  vertical-align: top;
  width: 30px;
}
#headerContactMobile a {
  display: block;
  font-size: 0;
  height: 34px;
  width: 30px;
}
#headerContactMobile svg {
  height: 34px;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  #headerMenuMobile, #headerContactMobile {
    display: none;
  }
}
#nav2 {
  display: none;
}
/* Homepage */
#home-banners {
  background: #333;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#home-banners img {
  display: block;
  height: auto;
  width: 100%;
}
#home-banners .inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
#home-banners .banner1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 250px;
}
#home-banners .btn {
  background: #fff;
  color: #035798;
}
#home-banners #typed-strings {
  display: none;
}
#home-banners #ticker {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 25px;
}
@media only screen and (min-width: 600px) {
  #home-banners .twelve.columns {
    margin: 0;
    width: 100%;
  }
  #home-banners .banner1 {
    margin-bottom: 10px;
    max-width: 100%;
  }
  #home-banners #ticker {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 900px) {
  #home-banners .banner1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  #home-banners #ticker {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #home-banners .inner {
    max-width: 1200px;
    padding: 0 50px;
  }
  #home-banners .banner1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #home-banners #ticker {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
/* Home projects */
#home-projects {
  background: #fafafa;
  padding: 20px 0;
}
#home-projects .projects {
  margin: 0;
}
#home-projects li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  float: left;
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: center;
  width: 100%;
}
#home-projects .short-description {
  display: none;
}
#home-projects img {
  display: block;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 600px) {
  #home-projects {
    padding: 20px 30px;
  }
  #home-projects .projects {
    margin: 0 -10px;
  }
  #home-projects .projects li {
    float: left;
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 800px) {
  #home-projects {
    padding: 2% 1% 1% 1%;
  }
  #home-projects .projects {
    margin: 0;
  }
  #home-projects .projects li {
    margin: 0 1% 2% 1%;
    padding: 20px;
    width: 31.333%;
  }
  #home-projects .projects h3 {
    font-size: 20px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #home-projects {
    padding: 0;
  }
  #home-projects li {
    transition: all 0.2s linear;
  }
  #home-projects li:hover {
    transition: all 0.2s linear;
    transform: translateY(-5px);
  }
}
/* Home content */
#home-content {
  background: #fafafa;
  padding: 30px;
  text-align: center;
}
#home-content a {
  text-decoration: underline;
}
@media only screen and (min-width: 800px) {
  #home-content {
    padding: 40px 40px 20px 40px;
  }
  #home-content .container {
    max-width: 800px;
  }
}
/* Home services */
#home-services {
  background: #fafafa;
  text-align: center;
}
#home-services .serviceIcon {
  margin: 0 auto 20px auto;
  width: auto;
}
#home-services .serviceIcon svg {
  height: 60px;
  width: auto;
}
#home-services .four {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 30px 1%;
  padding: 20px;
}
#home-services .webdesign {
  border-left: 4px solid #014c8e;
}
#home-services .webdesign svg path {
  fill: #014c8e;
}
#home-services .greenhosting {
  border-left: 4px solid #618F3A;
}
#home-services .greenhosting svg {
  padding: 5px;
}
#home-services .greenhosting svg path {
  fill: #618F3A;
}
#home-services .ecommerce {
  border-left: 4px solid #7E60BB;
}
#home-services .ecommerce svg path {
  fill: #7E60BB;
}
#home-services h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 800px) {
  #home-services {
    padding: 30px 0 60px 0;
  }
  #home-services .four.columns {
    float: left;
    margin: 0 2%;
    padding: 45px 30px 30px 30px;
    width: 29.333%;
  }
}
/* Home newsletter */
#home-newsletter {
  background: #666 url(images/bg-testimonial25.webp) center center;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
#home-newsletter .container {
  max-width: 800px;
}
#home-newsletter h2 {
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 15px;
}
#home-newsletter .small {
  color: #aaa;
  font-size: 12px;
}
#home-newsletter label {
  display: block;
}
#home-newsletter input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 300px;
}
#home-newsletter input[type="submit"] {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.testimonials-list {
  padding: 0 12%;
}
.testimonials-list blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
}
.testimonials-list cite {
  color: #ccc;
  display: block;
  font-style: normal;
}
.testimonials-list cite span {
  display: block;
}
.testimonials-list a {
  color: #ccc;
}
.testimonials-list a:hover {
  color: #eee;
}
.mc-field-group {
  text-align: center;
}
/* Home news */
#home-news {
  background: #fafafa;
  padding: 50px 0 35px 0;
  text-align: center;
}
#home-news .news-item {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
}
#home-news h2 {
  margin-bottom: 30px;
}
#home-news .read-more {
  display: block;
}
#home-news img {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  #home-news .news-item {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
}
/* Flexible content */
#content {
  background: #fafafa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 80px 0;
}
#pageheader {
  background: #666 url(images/bg-testimonial.jpg) center center;
  background-size: cover;
  color: #fff;
  padding: 50px 0 35px 0;
  line-height: 1.2;
  text-align: center;
}
#pageheader h1 {
  color: #fff;
}
#pageheader .container {
  max-width: 800px;
}
#pageheader a {
  color: #fff;
}
#pageheader a:hover {
  text-decoration: underline;
}
#pageheader p {
  opacity: 0.5;
}
.page-template-template-gh #pageheader {
  background: #666 url(images/bg-greenhosting.jpg) center center;
}
.page-template-template-gh .cta {
  display: none;
}
.gh_intro {
  font-size: 20px;
  padding: 0 12% 36px 8%;
  text-align: center;
}
#gh_pricetable {
  padding-bottom: 12px;
  text-align: center;
}
#gh_pricetable .four.columns {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 36px;
  padding: 20px;
  position: relative;
  transition: all 0.2s linear;
}
#gh_pricetable .four.columns:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}
#gh_pricetable .four.columns:nth-child(2) {
  border: 3px solid #AFC8B4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gh_pricetable .gh_flash {
  background: #487E62;
  border-radius: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  height: 80px;
  line-height: 1.2;
  padding-top: 20px;
  position: absolute;
  right: -30px;
  top: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
  z-index: 700;
}
#gh_pricetable .gh_price {
  color: #487E62;
  font-size: 20px;
}
#gh_pricetable ul {
  color: #666;
  list-style: none;
  margin: 0;
  padding: 0;
}
#gh_pricetable ul li {
  padding: 5px;
}
#gh_pricetable ul li:nth-child(odd) {
  background: #eee;
}
#gh_pricetable footer {
  padding-top: 20px;
}
#gh_pricetable footer a {
  display: block;
  font-size: 20px;
}
.flexible {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 5px 30px;
}
.three_column {
  background: #fafafa;
  padding: 50px 0 30px 0;
}
.three_column .one-third.column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 40px;
}
@media only screen and (min-width: 600px) {
  .three_column {
    background: #fafafa;
    padding: 50px 0;
  }
  .three_column .one-third.column {
    margin-bottom: 0;
  }
}
.gallery {
  background: #fff;
  clear: both;
  font-size: 0;
  padding-bottom: 24px;
  padding-top: 24px;
  text-align: center;
}
.gallery h2 {
  margin-bottom: 40px;
}
.gallery img {
  display: block;
  margin: 0 auto;
}
.gallery .one-quarter.column {
  float: left;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
}
.gallery .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.5s;
}
.gallery .close-overlay {
  display: none;
}
.gallery .column:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
}
html .gallery .expand {
  color: #fff !important;
  opacity: 0;
  height: 60px;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-left: -30px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  width: 60px;
  z-index: 100;
}
.gallery .column:hover .expand {
  opacity: 1;
  transition: all 0.5s;
}
.two_column {
  background: #fafafa;
  clear: both;
  padding: 60px 20px 45px 20px;
  text-align: center;
}
.two_column .one-half {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 4%;
  text-align: left;
}
.full {
  background: #fafafa;
  clear: both;
  padding: 50px 0 35px 0;
  text-align: center;
}
.full .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.full h3 {
  margin-top: 30px;
}
.full h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 600px) {
  .full {
    padding: 70px 0 55px 0;
  }
  .full .text {
    margin: 0 auto;
    max-width: 700px;
  }
}
.faqs {
  margin: 0 auto;
  padding: 60px 20px;
}
.faqs .container {
  max-width: 800px;
}
.faqs .faq {
  border-bottom: 1px solid #eee;
  padding: 12px 12px 12px 40px;
  position: relative;
}
.faqs .faq:first-child {
  border-top: 1px solid #eee;
}
.faqs .faq .faq-question {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.faqs .faq .showFaq {
  background: none;
  content: "";
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 24px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 5px;
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
}
.faqs .faq .showFaq svg {
  width: 100%;
}
.faqs .faq .faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.faqs .faq.active .showFaq {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faqs .faq.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-top: 20px;
  transition: all 0.2s ease;
}
.text-and-image {
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.text-and-image .container h2, .text-and-image .container h3 {
  color: #fff;
}
.text-and-image .container .text-block {
  margin: 0 auto;
  width: 80%;
}
.text-and-image a {
  color: #fff;
  text-decoration: underline;
}
/* Portfolio section */
#worktext {
  margin-bottom: 24px;
  padding-right: 4%;
}
.post-type-archive-project h1 {
  margin-bottom: 30px;
  text-align: center;
}
.post-type-archive-project ul.projects li .project-thumbnail img {
  margin-bottom: 10px;
}
.post-type-archive-project ul.projects li {
  width: 48%;
}
.post-type-archive-project ul.projects li h3 {
  font-size: 15px;
}
ul.projects {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
ul.projects li {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 20px 1%;
  padding: 2%;
  width: 100%;
}
ul.projects li h3 {
  margin: 0;
}
ul.projects li img {
  display: block;
}
@media only screen and (min-width: 600px) {
  ul.projects li {
    float: left;
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  ul.projects {
    padding: 0;
  }
  ul.projects li {
    margin: 0 1% 2% 1%;
    transition: all 0.2s linear;
    width: 31.333%;
  }
  ul.projects li:hover {
    transition: all 0.2s linear;
    transform: translateY(-5px);
  }
}
#workfeed {
  text-align: center;
}
#workfeed ul.projects {
  margin: 0;
}
#workfeed ul.projects li {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 10px;
  width: 100%;
}
#workfeed ul.projects img {
  margin-bottom: 10px;
}
/* Projects page */
.projects-page #sidebarwrap, .post-type-archive-project #sidebarwrap {
  display: none;
}
.post-type-archive-project ul.projects li {
  margin: 0 0 20px 0;
  padding: 20px;
  width: 100%;
}
.post-type-archive-project ul.projects li img {
  display: block;
  margin: 0 auto 10px auto;
}
.imagewrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  float: right;
  margin: 0 1% 36px 1%;
  padding: 0;
  width: 48%;
}
.imagewrapper .gallery {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
  padding: 20px;
}
.imagewrapper #projectspec {
  font-size: 0;
  text-align: center;
}
.imagewrapper #projectspec .spec {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 20px 20px 20px;
  width: 33.333%;
}
.imagewrapper #projectspec .spec img {
  margin-bottom: 20px;
  max-height: 50px;
  vertical-align: top;
  width: auto;
}
.entry-summary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
  float: left;
  margin: 0 1% 36px 0;
  padding-right: 4%;
  width: 48%;
}
.projects-single-pagination {
  display: none;
}
.project .entry-summary, .project .imagewrapper {
  margin: 0 0 24px 0;
  width: 100%;
}
.project-summary {
  margin-bottom: 40px;
}
.project-summary h2 {
  margin-top: 30px;
}
.project-summary blockquote {
  background: #fff;
  border-left: 5px solid #035798;
  margin: 30px 0;
  padding: 20px 20px 4px 20px;
}
/* Blog section */
.post {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 36px;
  padding: 24px;
}
.post h1 {
  margin-bottom: 20px;
}
.post h2 {
  margin-top: 30px;
}
.post h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}
.post blockquote {
  background: #fff;
  border-left: 5px solid #035798;
  margin: 30px 0;
  padding: 20px 20px 4px 20px;
}
.newsimage {
  margin-bottom: 16px;
}
.newsimage img {
  display: block;
}
.postmetadata {
  border-top: 1px solid #eee;
  color: #999;
  font-size: 12px;
  padding-top: 8px;
}
.postmetadata span {
  display: inline-block;
}
.single .postmetadata {
  margin-top: 50px;
}
.blogcat {
  padding: 0 16px 0 0;
}
.blogdate {
  padding: 0 16px 0 0;
}
.blogcomments {
  color: #999;
  padding: 0 16px 0 0;
}
.entry img {
  height: auto;
  max-width: 100%;
}
.wp-caption {
  max-width: 100%;
}
.navigation {
  text-align: center;
}
.navigation .navlink {
  display: inline-block;
}
.single .entry .left {
  margin-bottom: 16px;
}
/* Sidebar section */
#sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar > li {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
  padding: 20px;
}
#sidebar > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar > li a {
  font-weight: 400;
}
#sidebar li li {
  margin: 0;
}
#sidebar form > div {
  margin: 0;
}
#s {
  float: left;
  margin-right: 5px;
  width: 50%;
}
#submit {
  float: left;
  margin-left: 5px;
}
#sidebar label {
  display: none;
}
#searchform {
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: right;
  width: 100%;
}
#searchform label {
  display: none;
}
#searchform input {
  height: 46px;
  padding: 0 12px;
}
#search {
  position: absolute;
  left: 0;
  right: 75px;
}
#s {
  border: none;
  border-radius: 0;
}
#search input[type="text"] {
  border: 1px solid #ccc;
  width: 100%;
}
#searchsubmit {
  width: 60px;
}
#searchwrapper {
  background: #eee;
  padding: 10px;
}
#searchwrapper label {
  display: none;
}
#searchwrapper div {
  margin: 0;
}
#sidebar .widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .widget_categories ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#sidebar .widget_categories ul li a {
  background: #035798;
  color: #fff;
  display: block;
  margin: 0 5px 10px 0;
  padding: 5px 10px;
  text-decoration: none;
}
/* Contact page */
.page-template-template-contactpage .contactDeets svg {
  height: auto;
  vertical-align: middle;
  width: 20px;
}
.page-template-template-contactpage .contactDeets svg path {
  fill: #222;
}
#contact-text td {
  border-left: 0;
  border-right: 0;
}
#contact-text td img {
  border: 1px solid #ddd;
}
#contact-text {
  margin-bottom: 24px;
}
.contact-form {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.contact-form .row {
  margin-bottom: 10px;
}
.quoteform .openform {
  display: block;
}
.quote-form {
  display: none;
  margin-top: 24px;
}
.close {
  display: none;
}
.wpcf7-form p.gdpr {
  margin-bottom: 20px;
}
.wpcf7-acceptance-missing {
  color: #c00;
}
/* Call to action */
.cta {
  background: #666 url(images/bg-testimonial25.webp) center center;
  background-size: cover;
  color: #fff;
  padding: 50px 30px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}
.cta h3 {
  color: #fff;
  text-transform: capitalize;
}
.cta a, .cta a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.cta a:hover {
  color: #fff;
  text-decoration: underline;
}
/* footer */
#footer {
  background: #333;
  -webkit-box-shadow: inset 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
  clear: both;
  color: #aaa;
  font-size: 14px;
  padding-bottom: 24px;
  padding-top: 40px;
}
#footer a {
  color: #aaa;
  font-weight: normal;
  text-decoration: underline;
}
#footer a:hover {
  color: #fff;
}
#footer .logo {
  display: none;
}
#footer-credits, #footer-social, #footer-sitemaps {
  margin-bottom: 36px;
  text-align: center;
}
#footer-social {
  text-align: center;
}
#footer-social p {
  font-size: 14px;
}
#footer-social a {
  color: #fff;
  font-weight: normal;
}
#footer-social a:hover {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  #footer .container {
    padding: 0 20px;
  }
  #footer-credits {
    text-align: left;
  }
  #footer-social, #footer-sitemaps {
    text-align: right;
  }
  #footer-social a {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .container {
    padding: 0;
  }
}
.grouplogos {
  text-align: center;
}
.grouplogos img {
  height: auto;
  opacity: 0.5;
  max-width: 60%;
  transition: all 0.2s linear;
}
.grouplogos img:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.btt {
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  width: auto;
}
.btt a, .btt a:visited, .btt a:active {
  background: transparent;
  color: #666;
  display: block;
  font-size: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
}
.btt svg {
  height: 30px;
  width: auto;
}
.btt a:hover:after {
  color: #fff;
  transition: all 0.2s linear;
}
/* #Media Queries */
/* tablet */
@media only screen and (min-width: 600px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  .btn, .btn:visited, .checkout-button, .checkout-button:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 16px;
  }
  .lead {
    font-size: 20px;
  }
  #workfeed h3 {
    font-size: 20px;
  }
  #workfeed ul.projects li {
    padding: 20px;
  }
  .post-type-archive-project ul.projects li {
    margin: 0 1% 2% 1%;
    padding: 20px;
    width: 48%;
  }
  .imagewrapper #projectspec .spec {
    width: 25%;
  }
  .flexible {
    padding: 30px 8% 5px 8%;
  }
  .text-and-image .container .text-block {
    width: 50%;
  }
  .gallery {
    font-size: 0;
    text-align: center;
  }
  .gallery .one-quarter.column {
    display: inline-block;
    float: none;
    margin: 0 2% 4% 2%;
    width: 46%;
  }
  #sidebar .widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #sidebar .widget_categories ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #sidebar .widget_categories ul li a {
    background: #fff;
    color: #035798;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    text-decoration: none;
  }
  .grouplogos img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 800px) {
  .post-type-archive-project h1 {
    margin: 30px 0;
  }
  .post-type-archive-project ul.projects li {
    margin: 0 1% 2% 1%;
    padding: 20px;
    width: 31.333%;
  }
  .project .project-summary {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .project .imagewrapper {
    float: right;
    margin: 0 0 0 2%;
    width: 48%;
  }
  .gallery {
    padding: 48px 0;
  }
  .gallery .one-quarter.column {
    margin: 0 1% 2% 1%;
    width: 31.333%;
  }
}
@media only screen and (min-width: 1200px) {
  #header-menu-mobile, #header-contact-mobile {
    display: none;
  }
  #nav2 {
    display: block;
    margin: 0;
    position: absolute;
    right: 1%;
    bottom: 13px;
  }
  #nav2 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nav2 ul li {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  #nav2 ul li a {
    display: block;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-right: 2px;
    padding: 0 20px;
    text-decoration: none;
  }
  #nav2 ul li:last-child a {
    padding-right: 0;
  }
  #nav2 ul li button.sub_nav {
    display: none;
  }
  #nav2 ul li .sub-menu {
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 200;
  }
  #nav2 ul li .sub-menu li {
    float: none;
  }
  #nav2 ul li .sub-menu li a {
    border: none;
    overflow: hidden;
    width: 270px;
  }
  #nav2 ul li.openSubnav .sub-menu {
    display: block;
  }
  .navclose {
    display: none;
  }
  #nav2 a.mobile_handle {
    display: none;
  }
  #nav2 .menu-item-has-children {
    position: relative;
    z-index: 400;
  }
  #nav2 .menu-item-has-children a {
    padding-right: 30px;
  }
  #nav2 .menu-item-has-children > a:after {
    background-image: url(images/icon-down-grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 15px;
    opacity: 1;
    position: absolute;
    right: 12px;
    top: 13px;
    transition: all 0.1s linear;
    vertical-align: middle;
    width: 15px;
  }
  #nav2 .openSubnav > a:after {
    opacity: 0;
    transition: all 0.1s linear;
  }
  .post {
    padding: 36px;
  }
}
/* Smaller than 1200 */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  /* contains the content */
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* Hide navigation while loading */
  .featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span, .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.social {
  font-size: 0;
  margin-bottom: 40px;
}
.social a {
  border-radius: 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
.social a:hover {
  transition: background-color 0.3s linear;
}
.social a:visited {
  color: #fff;
}
.social a {
  display: inline-block;
  height: 35px;
  margin: 0 10px;
  padding: 8px 5px;
  vertical-align: middle;
  width: 35px;
}
.social a path {
  fill: #fff;
}
.social svg {
  height: 100%;
  width: auto;
}
.social .facebook, .social .facebook:active {
  background: #3B5998;
}
.social .facebook:hover {
  background-color: #3B77C9;
}
.social .linkedin, .social .linkedin:active {
  background: #007bb6;
}
.social .linkedin:hover {
  background-color: #0096DC;
}
.social .pinterest, .social .pinterest:active {
  background: #cb2027;
}
.social .pinterest:hover {
  background-color: #DB5748;
}
.social .instagram, .social .instagram:active {
  background: #517fa4;
}
.social .instagram:hover {
  background-color: #608EB3;
}
.social .rss, .social .rss:active {
  background: #E48645;
}
.social .rss:hover {
  background: #ECA471;
}
.social .mastodon, .social .mastodon:active {
  background-color: #6d6eff;
}
.social .bluesky, .social .bluesky:active {
  background-color: #1185FE;
}
.social .bluesky:hover {
  background-color: #449ffe;
  color: #fff;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#message {
  background: #458226;
  color: #fff;
  font-weight: 800;
  padding: 8px 20px;
  text-align: center;
}
#message img {
  height: 20px;
  position: relative;
  top: 5px;
}
#message a {
  color: #fff;
  text-decoration: underline;
}
/* Marketing popup */
.intentionPopup {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  align-items: center;
  padding: 30px 30px 20px 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 400px;
  z-index: 9999;
}
.intentionPopup h2 {
  color: #fff;
  margin-bottom: 6px;
}
.intentionPopup form {
  margin-bottom: 0;
}
.intentionPopup.popShow {
  display: flex;
}
.intentionPopup.popHide {
  display: none;
}
.intentionPopup .intentionPopupSEO .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}
.intentionPopup .btnClose {
  background-image: url(images/icon-cross.svg);
  background-size: 100%;
  cursor: pointer;
  font-size: 0;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
}
@media only screen and (min-width: 600px) {
  .intentionPopup {
    right: 10px;
    bottom: 10px;
  }
  .intentionPopup .intentionPopupSEO {
    max-width: 600px;
  }
  .intentionPopup .intentionPopupSEO .btn {
    margin-bottom: 0;
  }
}
#offCanvasWrap {
  overflow-x: hidden;
}
#offCanvasContent {
  position: relative;
  z-index: 500;
}
#projects {
  background: #fafafa;
  padding: 30px 0;
}
ol.breadcrumb {
  margin-bottom: 20px;
}
.page-template-template-testpage body, .page-template-template-testpage #offCanvasContent {
  background: #fafafa;
}
