@charset "UTF-8";
/*
Theme Name: L'esprit de L'escalier
Author: Worcester Web Studio
Author URI: https://www.worcesterwebstudio.com
Theme URI: https://www.worcesterwebstudio.com
Description: A bespoke theme for Safety Tread dveeloped by Worcester Web Studio
Version: 1.0.0
*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fea591+0,fa5a31+100 */
/* General stuff */
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;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden !important;
}

body {
  line-height: 1;
  word-wrap: break-word;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style-type: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label a, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label a {
  font-weight: 700 !important;
}

p, h1, h2, h3, h4, h5, h6, li, td, i, br, a, span {
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 20px;
}

a {
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: inherit;
}

a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 2.5em;
  font-weight: 700;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

p, ul, li, ol, span {
  letter-spacing: 0.03em;
  font-weight: 300;
}

.entry-content p {
  font-size: 1.125rem;
  padding-bottom: 10px;
}

.entry-content ul, .entry-content ol {
  list-style-type: initial;
  padding-left: 25px;
  font-size: 1.125rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 5px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.fourteenForty {
  width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.twelveHundred {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.tenEighty {
  width: 100%;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.nineSixty {
  width: 100%;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.fullWidth {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.clear {
  clear: both;
  width: 0 !important;
  height: 0 !important;
}

.imgHolder img {
  max-width: 100%;
  height: auto;
  display: block;
}

section.entry-content img {
  max-width: 100%;
  height: auto;
  display: initial;
}

.slimPad {
  padding-left: 8px;
  padding-right: 8px;
}

.noPad {
  padding-left: 0;
  padding-right: 0;
}

.button {
  transition: 0.3s ease all;
  max-width: 205px;
  border-radius: 100px;
  color: white;
  position: relative;
  font-size: 0.8em;
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  transition: 0.3s ease all;
}
.button::before {
  opacity: 0;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fa5a31;
  z-index: 9;
  transition: 0.3s ease all;
  border-radius: 100px;
}
.button:hover::before {
  opacity: 1;
}

.buttonWhite {
  background: white;
}

.button a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 25px;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 0.8rem;
  font-weight: 400;
  z-index: 10;
}

/* gform placeholders*/
::-webkit-input-placeholder {
  color: #FFF;
}

:-moz-placeholder {
  opacity: 1;
  color: #FFF;
}

/* Firefox 18- */
::-moz-placeholder {
  opacity: 1;
  color: #FFF;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #FFF;
}

/* ie */
input:-moz-placeholder {
  color: #FFF;
}

.orange {
  color: #fa5a31;
}

.lightorange {
  color: #fea591;
}

/* End general */
/* HEADER */
header {
  padding: 35px 0;
  position: relative;
  background-color: white;
  z-index: 12;
}
header.header, header.woocommerce-products-header {
  background-color: initial;
  z-index: initial;
}
header .fourteenForty {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 15px;
}
header #menu {
  display: inline-block;
}
header .searchBox {
  position: absolute;
  top: 100%;
  z-index: 10000000;
  width: 100%;
  padding: 30px 0;
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  display: none;
}
header .submitButton {
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header .submitButton:hover::before {
  opacity: 0;
}
header #searchform {
  width: 100%;
}
header #searchform input[type=text] {
  width: 100%;
  background: none;
  border: 0;
  color: white;
  padding: 15px 5px;
  border-bottom: solid white 1px;
}

.headerIcons {
  display: inline-block;
  text-align: right;
}

.subpageSplash .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}

.searchResults .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}

.searchResult {
  padding-bottom: 30px;
  border-bottom: 1px solid #fa5a31;
  margin-bottom: 30px;
}

#searchsubmit {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  font-size: 2em;
  background: 0 0;
  border: none;
  margin: 2px;
}

#wrapper {
  position: relative;
}

.searchOverlay {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(25, 25, 25, 0.8);
  z-index: 11;
}

/* NAV */
/* Desktop menu */
#menu-main-menu {
  margin-bottom: 10px;
}
#menu-main-menu li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
#menu-main-menu li > li a {
  padding-bottom: 10px;
}
#menu-main-menu li a {
  font-weight: 400;
  font-size: 1.1rem;
  transition: 0.3s ease all;
}
#menu-main-menu li a:hover {
  color: #fa5a31;
}
#menu-main-menu li ul {
  position: absolute;
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  z-index: 10000;
  padding: 30px;
  margin-top: 45px;
  left: -20px;
  display: none;
}
#menu-main-menu li ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10001;
  width: 80px;
  height: 50px;
  bottom: 100%;
}
#menu-main-menu li ul::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
}
#menu-main-menu li ul .menuTriangle {
  content: "";
  display: block;
  position: absolute;
  z-index: 10001;
  width: 50px;
  height: 50px;
  transform: rotate(-45deg);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a18a+0,f4957b+100 */
  background: #f6a18a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a18a 0%, #f4957b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a18a 0%, #f4957b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a18a 0%, #f4957b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a18a", endColorstr="#f4957b",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  left: 45px;
  bottom: calc(100% - 25px);
}
#menu-main-menu li ul:hover {
  display: block;
}
#menu-main-menu li ul li {
  color: white;
  padding: 10px 0;
  z-index: 10010;
}
#menu-main-menu li ul li a {
  display: block;
  min-width: 300px;
}
#menu-main-menu li ul li a:hover {
  color: #3f3f3f;
}
#menu-main-menu li:hover ul {
  display: block;
}

.headerIcons i, .headerIcons svg {
  margin: 0 10px;
  color: #fa5a31;
}
.headerIcons a:last-of-type i, .headerIcons a:last-of-type svg {
  margin-right: 0;
}

.menuButton {
  display: none;
}

/* Mobile Menu */
.mobileMenu {
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  color: white;
  padding: 30px 15px;
  position: absolute;
  top: 100%;
  z-index: 10000000;
  width: 100%;
  display: none;
}
.mobileMenu li {
  padding-bottom: 5px;
}

.quoteButton {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  transform: translateX(-50%);
  text-align: right;
}
.quoteButton a {
  display: inline-block;
  background-color: #fa5a31;
  color: white;
  padding: 10px 15px;
  border-radius: 0 0 10px 10px;
}

/* END NAV */
/* END HEADER */
/* BODY */
/* Homepage */
.splash {
  height: 625px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
.splash h1 {
  font-size: 3.5em;
  max-width: 1040px;
  line-height: 1.2em;
  margin-bottom: 35px;
}
.splash p {
  font-size: 2rem;
}
.splash .entry-content {
  max-width: 1040px;
  margin-bottom: 35px;
}

.splashText {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.splashText .fourteenForty {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.openingBanner {
  padding: 60px 0;
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  color: white;
  text-align: center;
}
.openingBanner .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}
.openingBanner h2 {
  font-size: 3.125em;
  margin-bottom: 10px;
}
.openingBanner h3 {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 15px;
}
.openingBanner .button {
  background: white;
  color: #fa5a31;
  filter: initial;
  margin: 0 auto;
  transition: 0.3s ease all;
}
.openingBanner .button:hover {
  background: #1F1F1F;
  color: white;
}
.openingBanner .button:hover::before {
  opacity: 0;
}

.homepageLinks {
  display: flex;
}

.homepageLink {
  height: 0;
  padding-top: 33.33%;
  width: 100%;
  position: relative;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.homepageLink h3 {
  font-size: 2rem;
}
.homepageLink p {
  font-size: 2rem;
}
.homepageLink .entry-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(25, 25, 25, 0.4);
}
.homepageLink .entry-content .button {
  margin-top: 20px;
}
.homepageLink .entry-content > div {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.welcomeText {
  background-color: #f1f1f1;
  background-image: url("img/stairBG.png");
  background-repeat: no-repeat;
  background-position: left;
  padding: 80px 0;
}
.welcomeText .fourteenForty {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.welcomeText .button {
  margin-top: 40px;
}
.welcomeText .heading {
  max-width: 330px;
  width: 100%;
}
.welcomeText h2 {
  font-size: 3em;
  color: #fa5a31;
}
.welcomeText .entry-content {
  max-width: 870px;
  padding-left: 30px;
  width: 100%;
}
.welcomeText .entry-content p:first-of-type {
  font-weight: 700;
}

.needHelp {
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  color: white;
  padding: 80px 0;
}
.needHelp .heading {
  display: flex;
  justify-content: space-between;
}

/* Subpage */
.subpageSplash {
  padding: 50px 0 80px;
}
body.page-template-sector .subpageSplash {
  padding: 150px 0;
}
.subpageSplash h1 {
  font-size: 4em;
  color: #fa5a31;
  margin-bottom: 50px;
}
.subpageSplash h3 {
  font-size: 2em;
}
.subpageSplash .entry-content {
  max-width: 600px;
}

.modular .button {
  margin-top: 20px;
}
.modular section {
  display: flex;
  margin-bottom: 60px;
}
.modular section .fourteenForty {
  display: flex;
}
.modular .twoColtext .fourteenForty {
  flex-direction: column;
}
.modular .colText {
  display: flex;
}
.modular .twoColHeading {
  padding-left: 15px;
  padding-right: 15px;
}
.modular .twoColHeading .entry-content {
  max-width: 600px;
  border-top: solid 2px #fa5a31;
  padding: 40px 0 0;
}
.modular .imgHolder, .modular .entry-content {
  width: 50%;
}
.modular .entry-content {
  padding: 0 15px;
}
.modular .entry-content > div {
  max-width: 600px;
  border-top: solid 2px #fa5a31;
  padding-top: 40px;
}
.modular .entry-content > div.noBorder {
  border-top: none;
  padding-top: 0;
}

.contactDownload img {
  margin-left: 20px;
  margin-top: 20px;
}

.imageLeft .entry-content > div, .fullImageLeft .entry-content > div, .noBorder {
  float: right;
  *zoom: 1;
}
.imageLeft .entry-content > div:before, .imageLeft .entry-content > div:after, .fullImageLeft .entry-content > div:before, .fullImageLeft .entry-content > div:after, .noBorder:before, .noBorder:after {
  content: " ";
  display: table;
}
.imageLeft .entry-content > div:after, .fullImageLeft .entry-content > div:after, .noBorder:after {
  clear: both;
}

.noBorderLeft {
  float: left;
  *zoom: 1;
}
.noBorderLeft:before, .noBorderLeft:after {
  content: " ";
  display: table;
}
.noBorderLeft:after {
  clear: both;
}

.fullImageLeft .entry-content, .fullImageRight .entry-content {
  max-width: 720px;
}

.fullImageRight {
  justify-content: flex-end;
}

.modular .fullImageRight > div, .modular .fullImageLeft > div, .modular .imageLeft .fourteenForty > div, .modular .imageRight .fourteenForty > div, .modular .twoColtext .colText > div {
  padding-left: 30px;
  padding-right: 30px;
}
.modular .fullImageRight > div:first-of-type, .modular .fullImageLeft > div:first-of-type, .modular .imageLeft .fourteenForty > div:first-of-type, .modular .imageRight .fourteenForty > div:first-of-type, .modular .twoColtext .colText > div:first-of-type {
  padding-left: 15px;
}
.modular .fullImageRight > div:last-of-type, .modular .fullImageLeft > div:last-of-type, .modular .imageLeft .fourteenForty > div:last-of-type, .modular .imageRight .fourteenForty > div:last-of-type, .modular .twoColtext .colText > div:last-of-type {
  padding-right: 15px;
}

.twoColtext .button {
  margin-left: 15px;
}

.subpageSplashContent h1, .subpageSplashContent p {
  color: white;
}
.subpageSplashContent h1 {
  margin-bottom: 20px;
}
.subpageSplashContent > p {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.subpageSplashContent .entry-content {
  max-width: 1040px;
}
.subpageSplashContent .entry-content p {
  font-size: 2em;
}

/* Sidebar */
/* Contact */
body.page-template-contact #container {
  padding: 60px 0 100px;
}
body.page-template-contact #container > .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}

.contactContent, .contactText {
  display: flex;
}

.contactText a {
  font-weight: 400;
}

.contactText, .contactImage {
  width: 100%;
}

.contactText > div {
  width: 100%;
}

.contactText p {
  padding-bottom: 20px;
}

/* Shop */
body.post-type-archive-product.woocommerce ul.products li.product > a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(25, 25, 25, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: 0.3s ease all;
}
body.post-type-archive-product.woocommerce ul.products li.product > a:hover::before {
  background-color: rgba(25, 25, 25, 0.8);
}
body.post-type-archive-product.woocommerce ul.products li.product > a img {
  margin-bottom: 0;
}

.post-type-archive.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 33.33%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}

.post-type-archive-product ul.products li.product, .post-type-archive-product .woocommerce-page ul.products li.product {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product a {
  display: block;
  position: relative;
}

.tax-product_cat .woocommerce-result-count, .tax-product_cat .woocommerce-ordering, .tax-product_tag .woocommerce-result-count, .tax-product_tag .woocommerce-ordering {
  display: none;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  border-radius: 100px;
  color: white;
  background: #fa5a31;
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  text-align: center;
  padding: 10px 25px;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 400;
}

.variations .label {
  display: none;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
}

.value select {
  width: 100%;
}

.woocommerce-cart .entry-content, .woocommerce-page .entry-content {
  max-width: 100%;
}

a.checkout-button {
  max-width: 100%;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

body.single-product div.product p.price {
  margin-bottom: 20px;
  color: #fa5a31;
  display: none;
}

.woocommerce.tax-product_cat .woocommerce-breadcrumb, .woocommerce.tax-product_tag .woocommerce-breadcrumb {
  margin-top: 20px;
}
.woocommerce.tax-product_cat .textBox, .woocommerce.tax-product_tag .textBox {
  margin-top: 50px;
  padding: 0 15px;
}

.entry-content.textBox {
  max-width: 1440px;
  margin: 0 auto;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products.columns-4 li.product {
  width: 25%;
}

body.single-product .woocommerce-variation-price {
  margin-bottom: 20px;
}

.solutionResults .products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.single-product #container > .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}
body.single-product .woocommerce-breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
body.single-product .needHelp {
  margin-top: 0;
}
body.single-product .entry-tabs {
  display: flex;
  margin-top: 40px;
}
body.single-product .entry-tabs > div {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
body.single-product .entry-tabs > div:first-of-type {
  padding-left: 0;
}
body.single-product .entry-tabs > div:last-of-type {
  padding-right: 0;
}
body.single-product .entry-tabs h2 {
  color: #fa5a31;
  font-size: 1.1em;
  padding-bottom: 20px;
  border-bottom: 2px solid #fa5a31;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.input-text.qty.text, .value select {
  border-radius: 100000px;
  border: solid 1px #555;
  margin-bottom: 20px;
  padding: 5px;
  width: 75px;
}
.woocommerce-cart .input-text.qty.text, .woocommerce-cart .value select {
  margin-bottom: 0;
}

.woocommerce form .form-row input.input-text {
  border: solid 1px #555;
  border-radius: 1000px;
  padding: 5px 15px;
}

p.stock {
  display: none;
}

section.up-sells {
  padding: 100px 0;
  margin-top: 100px;
  background-color: #f1f1f1;
}
section.up-sells .fourteenForty {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
section.up-sells .fourteenForty h2 {
  width: 25%;
  font-size: 3.125em;
}

.wpgs-for.slick-initialized.slick-slider .slick-arrow {
  display: none !important;
}

.woocommerce-products-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  height: 600px;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}
.woocommerce-products-header::after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(25, 25, 25, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.woocommerce-products-header .fourteenForty {
  display: block;
  position: relative;
  z-index: 10;
}
.woocommerce-products-header h1 {
  font-size: 5.625em;
  line-height: 1em;
}

.page-description, .term-description {
  font-size: 1.875em;
  max-width: 800px;
  width: 100%;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 50px auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1440px;
  color: #fa5a31;
  font-size: 1.2em;
}
.woocommerce .woocommerce-breadcrumb a {
  color: inherit;
  font-weight: 400;
}

mark.count {
  display: none;
}

.productContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 10;
  color: white;
  transition: 0.3s ease all;
}
.woocommerce ul.products li.product > a:hover .productContent {
  font-size: 110%;
}
.woocommerce ul.products li.product .productContent h2.woocommerce-loop-category__title {
  font-size: 3.125em;
  padding: 0;
}
.productContent p {
  font-size: 1.875em;
}

.woocommerce.tax-product_cat ul.products li.product a.button, .woocommerce.tax-product_tag ul.products li.product a.button, .woocommerce.single-product ul.products li.product a.button, body.page-template-solutionsResults ul.products li.product a.button {
  display: none;
}
.woocommerce.tax-product_cat ul.products li.product h3, .woocommerce.tax-product_cat .product_tags, .woocommerce.tax-product_cat .label-group, .woocommerce.tax-product_tag ul.products li.product h3, .woocommerce.tax-product_tag .product_tags, .woocommerce.tax-product_tag .label-group, .woocommerce.single-product ul.products li.product h3, .woocommerce.single-product .product_tags, .woocommerce.single-product .label-group, body.page-template-solutionsResults ul.products li.product h3, body.page-template-solutionsResults .product_tags, body.page-template-solutionsResults .label-group {
  font-size: 1.1rem;
}
.woocommerce.tax-product_cat ul.products li.product h3, .woocommerce.tax-product_tag ul.products li.product h3, .woocommerce.single-product ul.products li.product h3, body.page-template-solutionsResults ul.products li.product h3 {
  color: #fa5a31;
  font-weight: 700;
  padding: 0;
  margin-bottom: 5px;
}
.woocommerce.tax-product_cat ul.products li.product h3 a, .woocommerce.tax-product_tag ul.products li.product h3 a, .woocommerce.single-product ul.products li.product h3 a, body.page-template-solutionsResults ul.products li.product h3 a {
}

.woocommerce.tax-product_cat .label-group, .woocommerce.tax-product_tag .label-group, .woocommerce.single-product .label-group, body.page-template-solutionsResults .label-group {
  margin-top: 15px;
  margin-bottom: 5px;
}
.woocommerce.tax-product_cat .product_tags, .woocommerce.tax-product_tag .product_tags, .woocommerce.single-product .product_tags, body.page-template-solutionsResults .product_tags {
  margin-bottom: 5px;
  display: none;
}
.woocommerce.tax-product_cat .product_tags a, .woocommerce.tax-product_tag .product_tags a, .woocommerce.single-product .product_tags a, body.page-template-solutionsResults .product_tags a {
  font-weight: 400;
}

.woocommerce-product-gallery {
  display: flex;
}

.flex-viewport {
  width: 80%;
  margin-right: 5px;
}

.flex-control-thumbs {
  width: 20%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  padding-top: 0;
  padding-bottom: 5px;
}

body.single .subpageSplash .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}

.caseStudiesHolder {
  display: flex;
  flex-wrap: wrap;
}

.caseStudy {
  flex: 1 1 33.33%;
  position: relative;
}
.caseStudy .imgHolder {
  position: relative;
}
.caseStudy .imgHolder:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(25, 25, 25, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.caseStudy > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.caseStudyText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  color: white;
  z-index: 3;
}
.caseStudyText h2 {
  font-size: 3.125em;
  padding: 0;
}
.caseStudyText p {
  font-size: 1.875em;
}
.finalStudy .caseStudyText {
  color: black;
}
.finalStudy .caseStudyText h2, .finalStudy .caseStudyText p {
  max-width: 630px;
}
.finalStudy .caseStudyText h2 {
  margin-bottom: 5px;
}
.finalStudy .caseStudyText p:last-of-type {
  padding-bottom: 20px;
}

.finalStudy {
  background-color: #EEE;
}

.downloads p a {
  font-weight: 400;
}

body.page-template-thankyou #container {
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  min-height: 70vh;
  display: flex;
  color: white;
}
body.page-template-thankyou #container .fourteenForty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
body.page-template-thankyou .button {
  background: white;
  color: #fa5a31;
  transition: 0.3s ease all;
}
body.page-template-thankyou .button:hover {
  background: black;
  color: white;
}
body.page-template-thankyou .button:hover::before {
  opacity: 0;
}
body.page-template-thankyou .needHelp {
  margin-top: 0;
}

.tyText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.tyText h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 4em;
}

body.page-template-formpage #wrapper {
  background-color: #f1f1f1;
}
body.page-template-formpage #wrapper #container {
  padding-top: 100px;
}
body.page-template-formpage #wrapper #container .entry-content p {
  font-size: 1.8rem;
}
body.page-template-formpage #container .formHolder .fourteenForty {
  padding: 0 15px;
}
body.page-template-formpage #container .formHolder input {
  background-color: transparent !important;
  border: 0;
  border-bottom: solid 1px #1f1f1f;
  padding: 20px 5px !important;
}
body.page-template-formpage #container .formHolder input::placeholder {
  color: #1f1f1f;
}
body.page-template-formpage #container .formHolder input[type=submit] {
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  border: 0 !important;
  border-radius: 9999px !important;
  color: white !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 15px 25px !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
  font-size: 0.8rem !important;
}
body.page-template-formpage #container .formHolder .gform_footer.top_label {
  display: flex;
}

body.page-template-sector .modular {
  padding: 100px 0;
}
body.page-template-sector .sectorRelated {
  padding: 100px 0;
  background-color: #f1f1f1;
}
body.page-template-sector .sectorRelated .fourteenForty {
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
body.page-template-sector .sectorRelated .fourteenForty:before, body.page-template-sector .sectorRelated .fourteenForty:after {
  content: " ";
  display: table;
}
body.page-template-sector .sectorRelated .fourteenForty:after {
  clear: both;
}
body.page-template-sector .needHelp {
  margin-top: 0;
}
body.page-template-sector .relatedTitle h2 {
  font-size: 2.5em;
}
body.page-template-sector .relatedProduct a {
  display: block;
  position: relative;
}
body.page-template-sector .relatedProduct .label-group {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fa5a31;
  font-size: 1.1em;
}
body.page-template-sector .relatedProduct .product_tags {
  margin-bottom: 5px;
  color: #fa5a31;
  font-size: 1.1em;
}
body.page-template-sector .relatedProduct .product_tags a {
  font-weight: 400;
}
body.page-template-sector .relatedProduct h3 {
  padding: 0;
  margin-bottom: 5px;
  font-size: 1.1em;
}
body.page-template-sector .relatedProduct h3 a {
  font-weight: 400;
}

.relatedProduct {
  margin-bottom: 40px;
}

/* END BODY */
/* Footer */
.needHelp {
  margin-top: 100px;
}
body.home .needHelp {
  margin-top: 0;
}
.needHelp .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}

.needHelp .formHolder input {
  background-color: transparent !important;
  color: white !important;
  border: 0 !important;
  border-bottom: solid 1px white !important;
  padding: 20px 5px !important;
}
.needHelp .formHolder input[type=submit] {
  background: white !important;
  border: 0 !important;
  border-radius: 9999px !important;
  color: #fa5a31 !important;
  width: 100% !important;
  text-align: center !important;
  padding: 15px 25px !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
  font-size: 0.8rem !important;
  transition: 0.3s ease all;
}
.needHelp .formHolder input[type=submit]:hover {
  background: #1F1F1F !important;
  color: white !important;
}
.needHelp .formHolder .gform_body li.checkboxNoClick input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.needHelp .formHolder .gform_body li.checkboxNoClick label {
  margin-left: 25px;
}
.needHelp .formHolder .checkmark {
  padding: 0 10px;
  border: 1px solid white;
  background-color: transparent;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  width: 30px;
}
.needHelp .formHolder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: white;
  pointer-events: none;
}
.needHelp .formHolder input:checked ~ .checkmark:after {
  display: block;
}
.needHelp .formHolder body .gform_wrapper .checkboxNoClick ul.gfield_checkbox li {
  overflow: initial;
}
.needHelp .formHolder .gfield.checkboxNoClick {
  margin-top: 35px;
}
.needHelp .formHolder .gform_body li.checkboxNoClick input:checked ~ .checkmark {
  background-color: #454545;
  position: relative;
  pointer-events: none;
}
.needHelp .formHolder .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .needHelp .formHolder .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  height: 30px;
  width: 30px !important;
  margin-top: 0;
}

#field_1_1 label, #field_1_2 label, #field_1_3 label, #field_1_4 label {
  display: none;
}

.gchoice_1_5_1 {
  display: flex;
  height: 30px;
  align-items: center;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

.footerMenus {
  display: flex;
  color: #fa5a31;
  padding: 60px 0;
}
.footerMenus > div {
  width: 100%;
  padding: 0 15px;
}

#menu-footer-menu li {
  padding-bottom: 5px;
}

.footerLinks p a {
  display: inline-block;
}

.footerSocial p a {
  font-size: 2em;
  color: #fea591;
  transition: 0.3s ease all;
  margin-right: 10px;
}
.footerSocial p a:hover {
  color: #fa5a31;
}

.woocommerce div.product form.cart .button::before, .checkout-button::before, .woocommerce-message .button::before, .button[name=update_cart]::before {
  content: "Add to basket";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.woocommerce form .form-row .input-checkbox {
    margin: 11px 8px 0 -20px;
}

.woocommerce-page form .form-row label.checkbox {
  margin-left: 15px;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  max-width: 170px;
}

.woocommerce-message .button::before {
  content: "View basket";
}

.button[name=update_cart]::before {
  content: "Update basket";
}

.checkout-button::before {
  content: "Proceed to checkout";
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 10px;
}

.miniMenu, .miniMenu a, .copyright {
  font-size: 0.625rem;
  font-weight: 400;
}

.miniMenu span:nth-last-of-type(2) {
  display: none;
}

body.single-product .quantity span {
  margin-right: 10px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #fa5a31;
}

body.page-template-solutionsFinder .subpageSplash {
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  text-align: center;
  padding: 80px 0;
  margin-bottom: 100px;
}
body.page-template-solutionsFinder .subpageSplash h1 {
  color: white;
  margin-bottom: 10px;
}
body.page-template-solutionsFinder .subpageSplash .entry-content {
  max-width: 960px;
  margin: 0 auto;
}
body.page-template-solutionsFinder .subpageSplash .entry-content p {
  color: white;
  font-size: 2rem;
}
body.page-template-solutionsFinder .solutionFinder {
  width: 100%;
  padding: 0 15px;
}
body.page-template-solutionsFinder .solutionFinder .fourteenForty {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
}
body.page-template-solutionsFinder .solutionFinder .questionHolder {
  margin-bottom: 40px;
}

.solutionFinder .answers {
  margin-bottom: 20px;
}

.solutionFinder .answers:last-of-type {
  margin-bottom: 0;
}

body.page-template-solutionsFinder .solutionFinder .answers {
  display: flex;
  /* HIDE RADIO */
  /* IMAGE STYLES */
  /* CHECKED STYLES */
}
body.page-template-solutionsFinder .solutionFinder .answers label {
  display: inline-flex;
  align-items: center;
  width: 20%;
}
body.page-template-solutionsFinder .solutionFinder .answers label img {
  border-radius: 100%;
  margin-right: 20px;
  border: solid 2px transparent;
}
body.page-template-solutionsFinder .solutionFinder .answers label .selector {
  border: 1px solid #fa5a31;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-right: 20px;
}
body.page-template-solutionsFinder .solutionFinder .answers [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.page-template-solutionsFinder .solutionFinder .answers [type=radio] + img, body.page-template-solutionsFinder .solutionFinder .answers [type=radio] + .selector {
  cursor: pointer;
}
body.page-template-solutionsFinder .solutionFinder .answers [type=radio]:checked + img {
  border: 2px solid #fa5a31;
}
body.page-template-solutionsFinder .solutionFinder .answers [type=radio]:checked + .selector {
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
}
body.page-template-solutionsFinder .solutionFinder input[type=submit] {
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  border: 0;
  border-radius: 9999px;
  color: white;
  max-width: 230px;
  width: 100%;
  text-align: center;
  padding: 15px 25px;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}

#gform_submit_button_2 {
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  border: 0 !important;
  border-radius: 9999px !important;
  color: white !important;
  width: 100% !important;
  text-align: center !important;
  padding: 15px 25px !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
  font-size: 0.8rem !important;
}

.solutionsFinder .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}

p.shop_cat_tagline {
  color: #f7ac97;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 20px;
  display: none;
}

.shipping-calculator-form {
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
}
.shipping-calculator-form ::-webkit-input-placeholder {
  color: #3f3f3f;
}
.shipping-calculator-form :-moz-placeholder {
  opacity: 1;
  color: #3f3f3f;
}
.shipping-calculator-form ::-moz-placeholder {
  opacity: 1;
  color: #3f3f3f;
}
.shipping-calculator-form :-ms-input-placeholder {
  color: #3f3f3f;
}
.shipping-calculator-form input:-moz-placeholder {
  color: #3f3f3f;
}

.inlineSolution .gfield_radio {
  display: flex;
}
.inlineSolution .gfield_radio li {
  width: 25%;
  display: flex;
  align-items: center;
}
.inlineSolution .gfield_radio li input {
  margin-top: 0 !important;
}
.inlineSolution .gfield_radio li .radioButton {
  height: 30px;
  width: 30px;
  display: block;
  border: solid 1px #fa5a31;
  background-color: transparent;
  border-radius: 100%;
}
.inlineSolution .gfield_radio li input:checked ~ .radioButton {
  height: 30px;
  width: 30px;
  display: block;
  background: #fa5a31;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fea591 0%, #fa5a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fea591 0%, #fa5a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fea591", endColorstr="#fa5a31",GradientType=1 );
  /* IE6-9 */
  border-radius: 100%;
}
.inlineSolution input[type=radio] {
  display: none !important;
}

/* Gallery */
.gallery h2 {
  text-align: center;
  margin-bottom: 40px;
}

.gallery h2, .mainImage, .galleryNav {
  padding-left: 15px;
  padding-right: 15px;
}

.mainImage {
  margin-bottom: 20px;
  padding: 0 60px;
  position: relative;
}

#arrowLeft, #arrowRight {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  height: 30px;
  width: 30px;
  font-size: 30px;
  z-index: 100;
}

#arrowLeft {
  left: 15px;
}

#arrowRight {
  right: 15px;
}

.galleryNav .slick-track, .mainImage .slick-track {
  display: flex;
  align-items: center;
}

.mainSlide img, .navSlide img {
  margin: 0 auto;
}

.navSlide {
  padding: 0 15px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.caption p {
  text-align: center;
}

.caption {
  margin-bottom: 40px;
}

.answers img {
  width: 100px;
}

body.single-product .gallery {
  margin: 60px 0;
}

.woocommerce div.product div.summary, .woocommerce div.product div.images {
  *zoom: 1;
}
.woocommerce div.product div.summary:before, .woocommerce div.product div.summary:after, .woocommerce div.product div.images:before, .woocommerce div.product div.images:after {
  content: " ";
  display: table;
}
.woocommerce div.product div.summary:after, .woocommerce div.product div.images:after {
  clear: both;
}

.fullWidthStudy {
  padding-top: 33.33%;
}

/* End Footer */
/* Media Queries */
@media screen and (max-width: 1440px) {
  .fourteenForty {
    max-width: 1200px;
  }

  #menu-main-menu li {
    padding: 0 5px;
  }

  #menu-main-menu li a {
    font-size: 1.05rem;
  }

  .desktopMenu {
    text-align: right;
  }

  .splashText h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .splashText p {
    font-weight: 2rem;
  }

  .tyText h2 {
    font-size: 3.5em;
  }

  header .fourteenForty {
    flex-direction: column;
    align-items: center;
  }

  .logoHolder {
    margin-bottom: 20px;
  }
}
.solutionAnswers {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

.entry-content ul.woocommerce-error {
  padding-left: 3.5em;
}

@media screen and (max-width: 1439px) {
  .woocommerce ul.products li.product .productContent h2.woocommerce-loop-category__title, .caseStudyText h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .productContent p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 33.33%;
  }

  body.single-product .entry-tabs > div {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  body.page-template-sector .relatedTitle h2 {
    font-size: 2.75em;
  }

  .logoHolder {
    max-width: 200px;
    margin-bottom: 0;
  }

  header .fourteenForty {
    flex-direction: row;
    align-items: flex-end;
  }

  header #menu {
    display: block;
    margin-bottom: 10px;
  }

  .menuButton {
    display: inline;
  }

  .logoHolder {
    max-width: 290px;
  }

  nav#menu {
    display: none;
  }

  .headerIcons {
    font-size: 1.5em;
  }

  body.page-template-solutionsFinder .solutionFinder .answers label img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  body.single-product .entry-tabs > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  body.page-template-solutionsFinder .solutionFinder .answers label {
    width: 100%;
    margin-bottom: 20px;
  }

  body.page-template-solutionsFinder .solutionFinder .answers label:last-of-type {
    margin-bottom: 0;
  }

  body.page-template-solutionsFinder .solutionFinder .answers {
    display: flex;
    flex-wrap: wrap;
  }

  .splash, .woocommerce-products-header {
    height: 500px;
  }

  .splashText h1 {
    max-width: 100%;
  }
  .splashText p {
    font-size: 1.5rem;
  }

  .homepageLinks {
    flex-wrap: wrap;
  }

  .homepageLink {
    padding-top: 330px;
  }

  .welcomeText .fourteenForty {
    flex-direction: column;
  }
  .welcomeText .fourteenForty .heading, .welcomeText .fourteenForty .entry-content {
    max-width: 100%;
  }
  .welcomeText .fourteenForty .entry-content {
    padding-left: 0;
  }

  .woocommerce .woocommerce-breadcrumb {
    margin: 30px auto;
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 50%;
  }

  .caseStudy, .finalStudy {
    flex: 1 1 50%;
  }

  .oddOne {
    padding-top: 50%;
  }

  .modular .imgHolder, .modular .entry-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .modular section {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .modular section .fourteenForty {
    display: flex;
    flex-direction: column;
  }

  .modular .fullImageLeft, .modular .imageLeft .fourteenForty {
    flex-direction: column-reverse;
  }

  .fullImageLeft .entry-content, .fullImageRight .entry-content {
    max-width: 100%;
  }

  .modular .entry-content > div {
    max-width: 100%;
  }

  .modular .colText {
    flex-direction: column;
  }
  .modular .colText .entry-content {
    margin-bottom: 0;
  }

  .twoColtext .button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contactContent, .contactText {
    display: flex;
    flex-direction: column;
  }

  .tyText h2 {
    font-size: 3em;
  }

  body.page-template-sector .relatedTitle h2 {
    font-size: 3em;
  }

  .modular .fullImageRight > div, .modular .fullImageLeft > div, .modular .imageLeft .fourteenForty > div, .modular .imageRight .fourteenForty > div, .modular .twoColtext .colText > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .twoColtext .button {
    margin-left: 0;
  }

  section.up-sells {
    padding: 60px 0;
  }
  section.up-sells .fourteenForty {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  section.up-sells .fourteenForty h2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  header > .fourteenForty {
    flex-direction: column;
    align-items: center;
  }

  .desktopMenu {
    width: 100%;
  }

  .headerIcons {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .headerIcons a:last-of-type i, .headerIcons a:last-of-type svg {
    margin-right: 10px;
  }

  .logoHolder {
    max-width: 395px;
    margin-bottom: 20px;
  }

  body.single-product div.product form.cart, body.single-product div.product div.summary {
    margin-bottom: 0;
  }
  body.single-product .entry-tabs {
    flex-wrap: wrap;
  }
  body.single-product .entry-tabs div {
    padding-left: 0;
    padding-right: 0;
  }

  .post-type-archive.woocommerce ul.products.columns-3 li.product, .woocommerce-page:not(.single) ul.products.columns-3 li.product {
    width: 100%;
    height: 330px;
  }

  .woocommerce:not(.single) ul.products.columns-3 li.product a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }

  .splashText h1, .woocommerce-products-header h1, .subpageSplash h1 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
  .splashText p, .woocommerce-products-header p, .subpageSplash p {
    font-size: 1.125rem;
  }

  .openingBanner h2 {
    font-size: 2.5rem;
  }

  .openingBanner h3, .homepageLink p {
    font-size: 1.125rem;
  }

  .page-description, .term-description {
    font-size: 1.125rem;
  }

  .welcomeText {
    padding: 40px 0;
  }
  .welcomeText h2 {
    font-size: 2em;
  }
  .welcomeText .button {
    margin-top: 20px;
  }

  .homepageLink .entry-content > div {
    width: 100%;
  }

  .footerMenus {
    flex-direction: column-reverse;
  }
  .footerMenus h4 {
    font-size: 1.3em;
  }
  .footerMenus > div {
    margin-bottom: 30px;
  }

  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0 !important;
  }

  .caseStudy, .finalStudy {
    flex: 1 1 100%;
    height: 300px;
    overflow: hidden;
  }

  .oddOne {
    padding-top: 0;
  }

  .woocommerce-product-gallery {
    display: block;
  }

  .flex-viewport {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .flex-control-thumbs {
    width: 100%;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    padding-right: 2px;
    padding-left: 2px;
  }
  .tyText h2 {
    font-size: 2em;
  }

  body.page-template-formpage #wrapper #container {
    padding-top: 40px;
  }

  .needHelp .formHolder input, body.page-template-formpage #container .formHolder input {
    padding: 10px 5px !important;
  }

  body.page-template-sector .relatedTitle h2 {
    font-size: 2em;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.scss.map */

/*# sourceMappingURL=style.css.map */
