.page-template-template-special-offer .offer-intro h1 {

  margin: 0 0 20px 0;

}



.page-template-template-special-offer .offer-intro h2 {

  margin: 0 0 20px 0;

}



.page-template-template-special-offer .offer-intro p span {

  font-size: 28px;

}



.page-template-template-special-offer .offer-outro a {

  color: #00AFFF;

  text-decoration: underline;

}



.page-template-template-special-offer .offer-outro a:hover {

  color: #f9a51a;

}



.page-template-template-special-offer .offer-outro h5 {

  font-size: 14px;

  font-weight: bold;

}



.page-template-template-special-offer .products {

  display: flex;

  margin: 40px 0;

  background-image: url('../img/plus.svg');

  background-position: 50% 210px;

  background-repeat: no-repeat;

  background-size: 40px;

}



.page-template-template-special-offer .products .product {

  width: 42%;

  margin: 0 auto 0 0;

}



.page-template-template-special-offer .products .product.end {

  margin: 0;

}



.page-template-template-special-offer .products .product h3 {

  font-size: 26px;

  margin: 0 0 20px 0;

}



.page-template-template-special-offer .products .product figure {

  margin: 0 0 20px 0;

  float: none;

  width: 100%;

}



.page-template-template-special-offer .products .product figure img {

  display: block;

  max-width: 100%;

  max-height: 280px;

  width: auto;

  height: auto;

  margin: 0 auto;

}



@media only screen and (max-width: 768px) {

  .page-template-template-special-offer .products {

    background-image: none;

    flex-wrap: wrap;

  }



  .page-template-template-special-offer .products .product {

    width: 100%;

    margin: 0 0 20px 0;

  }



  .page-template-template-special-offer .products .product figure img {

    margin: 0;

  }



  .page-template-template-special-offer .products .product.end {

    padding-top: 100px;

    margin: 0;

    background-image: url('../img/plus.svg');

    background-position: top center;

    background-repeat: no-repeat;

    background-size: 40px;

  }

}

.form-page .panel {
  overflow-x: hidden;
}

.form-page .panel .panel {
  padding: 20px;
}

.form-page .panel img {
  max-width: 250px;
  margin-left: auto;
  display: block;
}

.form-page .panel h1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.form-page .panel label.inline {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}

.form-page .panel label.inline span {
  font-size: 1.4rem;
  max-width: 160px;
  width: 100%;
}

.form-page .panel label.inline span.wpcf7-form-control-wrap {
  max-width: 100%;
  width: 100%;
}

.form-page .panel span.wpcf7-form-control-wrap input, .form-page .panel span.wpcf7-form-control-wrap textarea {
  border: 3px solid #f9a51a;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.form-page .panel p {
  margin-bottom: 0;
}

.form-page .panel p.radio_text {
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-page .panel .wpcf7-radio {
  display: table;
  margin: auto;
  margin-bottom: 30px;
}

.form-page .panel .wpcf7-radio label {
  font-size: 1.4rem;
}

.form-page .panel label.comments_label span:first-of-type {
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: inline-block;
}

.form-page .panel .thankyou_for {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

.form-page .panel .thankyou_from {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 30px;
  font-style: italic;
}

.form-page .panel input[type="submit"] {
  background: #f9a51a;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 20px;
}

.form-page .panel input[type="submit"]:hover {
  background: #000;
  color: #f9a51a;
}

.form-page .panel input[type="radio"] {
  opacity:0;
}

.form-page .panel input[type="radio"] + span::before {
  display:inline-block;
  width:20px;
  height:20px;
  border-radius: 50px;
  margin:-1px 10px 0 0;
  vertical-align:middle;
  cursor:pointer;
  background: #f9a51a;
  border: 5px solid #f9a51a;
  border-radius: 50px;
}
.form-page .panel input[type="radio"]:checked + span::before {
  content: '';
  background: #000;
}

.form-page .panel .wpcf7-not-valid-tip {
  max-width: 100% !important;
  margin-bottom: 10px !important;
}

.form-page .panel span.wpcf7-list-item {
  margin: 0;
}

.form-page .panel div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: red;
  color: red;
}

@media only screen and (max-width:991px) {

  .form-page .panel input[type="submit"], .form-page .panel .thankyou_from, .form-page .panel .thankyou_for, .form-page .panel label.inline span, .form-page .panel p.radio_text, .form-page .panel .wpcf7-radio label, .form-page .panel label.comments_label span:first-of-type {
    font-size: 1rem;
  }

  .form-page .panel h1 {
    font-size: 1.2rem;
  }

  .form-page .panel .wpcf7-radio {
    display: block;
    margin: 0;
    margin-bottom: 30px;
  }
  
  .form-page .panel span.wpcf7-list-item {
    display: block;
    margin-bottom: 20px;
  }

  .form-page .panel label.inline {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .form-page .panel label.inline br {
    display: none;
  }

  .form-page .panel input[type="radio"] {
    width: 0;
  }
}

@media only screen and (max-width:767px) {

  .form-page .panel img {
    margin: 0 auto 40px;
  }
}

#home-sidebar-cta h4 {
  padding: 15px;
  background-color: #000;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

#home-sidebar-cta h4 span {
  font-size: 2.2rem;
}

#home-sidebar-cta a {
  padding: 15px;
  background: #ed5a22;
  background: -moz-linear-gradient(top, #ed5a22 0%, #f6a21a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed5a22), color-stop(100%, #f6a21a));
  background: -webkit-linear-gradient(top, #ed5a22 0%, #f6a21a 100%);
  background: -o-linear-gradient(top, #ed5a22 0%, #f6a21a 100%);
  background: -ms-linear-gradient(top, #ed5a22 0%, #f6a21a 100%);
  background: linear-gradient(to bottom, #ed5a22 0%, #f6a21a 100%);
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

#home-link .panel {
  background: #ed5a22;
  background: -moz-linear-gradient(top, #ed5a22 0%, #f6a21a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed5a22), color-stop(100%, #f6a21a));
  background: -webkit-linear-gradient(top, #ed5a22 0%, #f6a21a 100%);
  background: -o-linear-gradient(top, #ed5a22 0%, #f6a21a 100%);
  background: -ms-linear-gradient(top, #ed5a22 0%, #f6a21a 100%);
  background: linear-gradient(to bottom, #ed5a22 0%, #f6a21a 100%);
  text-align: center;
  margin-bottom: 0;
}

#home-link a {
  color: #fff;
  font-size: 1.6875rem;
  font-weight: bold;
}

@media only screen and (min-width: 40.0625em) {
  #home-link a {
    font-size: 2.3125rem;
    line-height: 1;
  }
}

.available-products h1 {
  margin-bottom: 20px;
}

.available-products h4 {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.available-products h4 a {
  color: #000;
  display: block;
  font-weight: bold;
}

.available-product-items {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.available-product-items .available-product {
  max-width: 33.33%;
  flex: 0 0 33%;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.available-product-items .available-product img {
  margin-bottom: 30px;
}

.available-product-items .available-product h4 {
  font-weight: 600;
}

.breadcrumbs > *.current {
  font-weight: bold;
}

@media only screen and (max-width:991px) {

  #home-sidebar-cta h4 {
    font-size: 1.2rem;
  }

  #home-sidebar-cta h4 span {
    font-size: 1.8rem;
  }

  #home-sidebar-cta a {
    font-size: 1.1rem;
  }
}


.tabs-content .content td:nth-of-type(1) {
  width: 40%;
}

.tabs-content .content td:nth-of-type(2) {
  width: 20%;
}

.home_slider .slick-track
{
    display: flex !important;
}

.home_slider .slick-slide
{
    height: inherit !important;
    margin: 10px;
}

@media (min-width:768px) {
  .home_slider .slick-slide {
    min-height:672px;
  }
}

#home-main .columns.medium-4 .panel:first-of-type, #home-main .columns.medium-4 #home-sidebar-cta {
  margin-bottom: 2.2rem;
}

.enquiry-page h1,  .brochure-request h1{
  color: #f6a21a;
  margin-bottom: 50px;
}

.enquiry-page select {
  margin-bottom: 0;
  background-color: transparent;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center !important;
  border-color: #f6a21a !important;
  font-weight: bold !important;
  color: #000 !important;
}

.enquiry_link a {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #878787;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 1px 2px #000;
  font-style: italic;
}

.enquiry_link--wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(135,135,135,1) 100%);
}

#products-enquiry-link a {
  font-size: 1.2rem;
}

.enquiry_link a:after {
  content:"";
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  background-image: url('../img/quote-arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: 2px 1px 2px #000;
  float: right;
}

@media screen and (max-width:1050px) {

  .enquiry_link a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:800px) {

  .enquiry_link a:after {
    width: 10px;
  }
}

#downloads-panel {
  position: relative;
  top: auto;
  width: 100%;
}

#wpcf7-f9953-p9954-o1 .checkbox-977 input[type="checkbox"] {
  width:30px;
  height:30px;
  border-radius:0;
  display:block;
  margin:0 auto;
}
#wpcf7-f9953-p9954-o1 .checkbox-977 .wpcf7-list-item-label {
  display:block;
  font-size:20px;
  margin-bottom:10px;
  padding:0 20px;
}
#wpcf7-f9953-p9954-o1 .checkbox-977 .wpcf7-list-item.first {
  margin-left:-15px;
}
.learn-page-items-list {
  margin-left:0;
  margin-top:20px;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:all 0.3s;
}
.expanded .learn-page-items-list {
  max-height:9999px;
  opacity:1;
  overflow:visible;
}
.learn-page-section__trigger {
  display:flex;
  align-items:flex-end;
  max-width:381px;
  flex-wrap:wrap;
  justify-content: space-between;
  max-height:200px;
  overflow:visible;
  opacity:1;
}
.expanded .learn-page-section__trigger {
  max-height:0;
  overflow:hidden;
  opacity:0;
}
.learn-page-section__icon {
  width:160px;
  margin-top:25px;
}
.learn-page-section__icon--video {
  width:85px;
}
.learn-page-section__trigger .button {
  margin-bottom:0;
}
.learn-page-item {
  list-style-type:none;
  padding-left:30px;
  position:relative;
}
.learn-page-item:hover {
  text-decoration: underline;
}
.learn-page-item:before {
  content:'';
  width:20px;
  height:20px;
  background:url(../img/icon-download.svg) no-repeat center center;
  border-radius:100%;
  display:block;
  position:absolute;
  left:0;
  top:0em;
}
.learn-page-item a {
  color:#333;
}
a.learn-page-item {
  color:#333;
}
.learn-page-item__title {
  cursor:pointer;
  font-size:15px;
}

.learn-page-item__content {
  max-height:0;
  overflow:hidden;
  transition:all 0.3s;
  opacity:0;
  margin:0;
  margin-left:-10px;
  padding:0 20px;
}
.expanded .learn-page-item__content {
  max-height:9999px;
  overflow:visible;
  opacity:1;
  padding:20px;
  margin-bottom:20px;
}

#desktop-nav ul li:last-child {
  margin-right:0;
}
.learn-page-intro {
  display:flex;
  align-items: flex-start;
}
@media (max-width:767px) {
  .learn-page-intro {
    flex-wrap:Wrap;
  }
}
.learn-page-intro img {
  width:153px;
  margin-right:10px;
  margin-top:10px;
}
.learn-page-intro a {
  color:#222;
}
.learn-page-intro a:hover {
  color:#f9a51a;
}

