:root {
  --darker-grey: #333;
  --plantstats-blue: #56afe6;
  --dark-grey: #5d5d5d;
  --blue: #2196f3;
  --dark-blue: #1565c0;
  --grey-mid: #a8a8a8;
  --light-grey: #f1f1f1;
  --grey: #dbdbdb;
  --green: #4caf50;
  --crimson: #d32f2f;
  --black: black;
  --white: white;
  --slate-grey: #607d8b;
  --pink: #d81b60;
  --purple: #673ab7;
  --indigo: #3f51b5;
  --cyan: #00bcd4;
  --teal: #00bfa5;
  --lime: #cddc39;
  --gold: #ffc107;
  --orange: #f45a1e;
  --brown: #795548;
}

body {
  color: var(--darker-grey);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/background.gif');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  background-attachment: scroll, fixed;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  border-bottom: 1px none var(--plantstats-blue);
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  color: #5777a0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

h3 {
  color: var(--plantstats-blue);
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

h4 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

p {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: var(--blue);
  text-decoration: none;
}

ul {
  color: #268ece;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #3333338f;
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: var(--dark-blue);
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: var(--darker-grey);
  background-color: #fff;
}

.button.white:hover {
  background-color: #ffffffc4;
}

.button.full-width {
  background-color: var(--grey-mid);
  width: 100%;
  display: block;
}

.button.with-field {
  float: left;
  background-color: var(--grey-mid);
  width: 22%;
  margin-left: 2%;
}

.navigation-link {
  height: 60px;
  padding: 32px 20px 18px;
}

.navigation-link:hover {
  color: var(--blue);
}

.navigation-link.w--current {
  border-bottom: 2px solid var(--plantstats-blue);
  color: #198dd4;
  background-color: #0000;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #0000;
  width: 100%;
  margin-bottom: 27px;
}

.navigation-menu {
  padding-right: 0;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
  padding-top: 25px;
}

.brand-link.left-spacing.w--current {
  padding-top: 24px;
}

.section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.hero-slider {
  background-color: #0000;
  height: 455px;
  font-size: 16px;
}

.slider-container {
  text-align: center;
  padding-top: 0;
}

.slide {
  background-color: var(--grey);
  padding-top: 82px;
  padding-left: 85px;
  padding-right: 85px;
}

.slide._1 {
  border-bottom: 5px solid var(--plantstats-blue);
  background-image: linear-gradient(#e4ebf0c4, #e4ebf0c4), linear-gradient(#0189ddd4, #fff0), url('../images/fotolia_96095772.jpg');
  background-position: 0 0, 0 0, 50% 37%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 0;
}

.slide._2 {
  background-image: linear-gradient(#53b2ddde, #53b2ddde), url('../images/fotolia_72423908.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.slide._3 {
  background-image: linear-gradient(#6aaee496, #6aaee496), url('../images/fotolia_72423908.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.slide._4 {
  background-image: linear-gradient(#53b2ddab, #53b2ddab), url('../images/fotolia_72423908.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.slide._5 {
  background-image: linear-gradient(#479cdfad, #479cdfad), url('../images/fotolia_72423908.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.cta-section {
  background-color: var(--plantstats-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta-section.centered-accented {
  color: #fff;
  text-align: center;
  background-color: #56afe6;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  color: #fff;
  letter-spacing: 4px;
  margin-top: 0;
  margin-right: 13px;
  display: inline-block;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe66e, #56afe66e), url('../images/fotolia_72423908.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.slider-navigation {
  margin-top: 50px;
  font-size: 11px;
  top: 267px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.section-heading {
  color: var(--light-grey);
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  text-align: center;
  border: 1px #000;
  border-radius: 3px;
  min-height: 41px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px #00000017;
}

.form-field:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  float: left;
  width: 75%;
  margin-bottom: 0;
}

.form-wrapper.squeezed {
  text-align: center;
}

.social-icon-link {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.accent {
  background-color: var(--light-grey);
  padding-top: 30px;
  padding-bottom: 30px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 0;
}

.grid-image {
  width: 180px;
  margin-bottom: 20px;
}

.footer-link {
  color: var(--plantstats-blue);
  margin-bottom: 3px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-wrapper {
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 31px;
}

.success-message {
  margin-bottom: 0;
}

.error-wrapper {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 5px;
}

.error-message {
  margin-bottom: 0;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 0;
}

.feature-column {
  text-align: center;
  margin-bottom: 0;
}

.homefeaturesrow {
  margin-bottom: 26px;
  padding: 0 0 20px;
  display: block;
}

.productlogo {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.homeproductsection {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 25px;
}

.homeproductcontainer {
  background-color: #fff;
  margin-top: -125px;
  padding: 24px 15px 0;
}

.homecollink {
  color: #fff;
  text-align: center;
  background-color: #56afe630;
  border: 5px solid #fff;
  width: 100%;
  height: 230px;
  margin-bottom: 0;
  padding: 15px 13px 0;
}

.homecollink:hover {
  background-color: #56afe64f;
}

.homesectionhello {
  border-bottom: 7px none var(--plantstats-blue);
  height: auto;
  padding-bottom: 0;
}

.contentsectionhello {
  z-index: 500;
  border-top: 10px solid var(--plantstats-blue);
  border-right: 10px none var(--grey-mid);
  border-left: 10px none var(--grey-mid);
  text-align: center;
  background-color: #fff;
  padding: 26px 26px 11px 20px;
  position: relative;
  top: -95px;
}

.sliderheading {
  color: #fff;
  margin-bottom: 0;
  font-size: 23px;
}

.sliderlink {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 24px 0;
  position: static;
  top: -85px;
}

.selectarrow {
  width: 76px;
}

.sliderul {
  color: #fff;
  text-align: left;
  margin-top: 34px;
  padding-left: 20px;
}

.sliderli {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.navsection {
  background-color: #fff;
  height: 74px;
  display: block;
}

.sliderrow {
  margin-top: -25px;
}

.socialicon {
  width: 28px;
  margin-right: 15px;
}

.frontslidecontainer {
  text-align: center;
  padding-top: 0;
}

.customerloginbutton {
  z-index: 1000;
  float: right;
  background-color: #2e8bc5;
  position: relative;
  inset: 0;
}

.productarrow {
  width: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.moreinfo {
  border: 1px #fff;
  border-radius: 10px;
  width: 150px;
}

.moreinfo:hover {
  background-color: #ffffff1c;
}

.moreinfotext {
  color: #fff;
  padding: 6px;
  font-size: 15px;
  text-decoration: underline;
}

.dropdown {
  padding-top: 32px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.dropdown:hover {
  color: var(--plantstats-blue);
}

.dropdown.w--open {
  z-index: 1000;
}

.ddlink {
  border-bottom: 1px solid var(--grey-mid);
  background-color: #f1f1f1;
  margin-bottom: 0;
}

.ddlink:hover {
  background-color: #dbdbdb;
}

.ddlink.w--current {
  color: #fff;
  background-color: #275069;
}

.ddicon {
  float: none;
  color: var(--plantstats-blue);
  background-color: #0000;
  margin-top: 35px;
  padding-top: 0;
  right: -26px;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  margin-top: 0;
}

.logocontentpages {
  width: 458px;
  margin-bottom: 31px;
  padding-top: 15px;
}

.search {
  margin-bottom: 10px;
}

.contentcollink {
  background-color: var(--light-grey);
  color: #fff;
  text-align: center;
  border: 1px #56afe6;
  width: 100%;
  margin-bottom: 10px;
  padding: 22px;
  font-size: 15px;
}

.navlink {
  color: #363636;
}

.contentsection {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.cp {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom: 30px;
}

.bc-section {
  background-color: var(--dark-grey);
  height: 41px;
}

.bc-container {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bclink {
  color: var(--light-grey);
  background-color: #0000;
  margin-right: 20px;
  font-size: 14px;
}

.bclink.w--current {
  color: var(--plantstats-blue);
  text-decoration: underline;
}

.teambox {
  float: left;
  border: 3px none var(--plantstats-blue);
  background-color: var(--light-grey);
  width: 100%;
  margin-bottom: 9px;
  margin-right: 5px;
  padding: 17px;
}

.article {
  border-bottom: 1px solid var(--dark-grey);
  margin-bottom: 0;
  padding: 0 15px 15px;
}

.date {
  float: left;
  background-color: var(--plantstats-blue);
  color: var(--light-grey);
  background-image: url('../images/social-23-white.svg');
  background-position: 97% 224%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-bottom-right-radius: 50px;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 14px;
  display: inline-block;
}

.newsheading {
  background-color: var(--dark-grey);
  color: #fff;
  text-transform: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 23px;
  padding: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.prodbox {
  color: #0000;
  background-color: #56afe630;
  border: 5px solid #fff;
  width: 94%;
  height: 459px;
  margin-right: 5px;
  padding: 28px;
}

.readmore {
  color: var(--plantstats-blue);
  font-size: 14px;
}

.inforow {
  margin-top: 26px;
  margin-bottom: 10px;
}

.question {
  background-color: var(--plantstats-blue);
  color: var(--light-grey);
  margin-bottom: 5px;
  padding: 6px;
  font-style: italic;
  font-weight: 300;
}

.answer {
  background-color: var(--grey-mid);
  color: var(--light-grey);
  margin-bottom: 13px;
  padding: 3px 3px 3px 14px;
  font-style: italic;
  font-weight: 300;
}

.loginbutton {
  background-color: var(--plantstats-blue);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  line-height: 72px;
  display: block;
}

.loginbutton:hover {
  background-color: #7dafce;
}

.qandabox {
  background-color: var(--light-grey);
  margin-bottom: 20px;
  padding: 13px;
}

.answerbox {
  background-color: #fff;
  border: 5px solid #fff;
  margin-bottom: 5px;
  padding: 0 5px;
}

.formsection {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 26px;
  position: relative;
}

.emailicon {
  width: 40px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form {
  width: 100%;
}

.formcontainer {
  background-color: var(--light-grey);
  padding: 20px;
}

.telephonebox {
  background-color: var(--light-grey);
  height: 132px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 28px;
}

.dropdown-list-2, .dropdown-list-2.w--open {
  background-color: #0000;
}

.cplogin {
  z-index: 1000;
  background-color: #2e8bc5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.searchbox {
  margin-bottom: 20px;
}

.cpherocontainer {
  padding-top: 57px;
  position: relative;
}

.herologo {
  width: 523px;
}

.container-2 {
  background-color: #0000;
}

.chhero-1 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_96095772.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.herocp2 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6de, #56afe6de), url('../images/plantstats-our-values.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.herocp3 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/plantstats-our-story.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.herocp4 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_178163370.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero5 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_91432504.jpg');
  background-position: 0 0, 27% -350px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero6 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_107318937.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero7 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/plantstats-oee.jpg');
  background-position: 0 0, 50% -103px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero8 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6cc, #56afe6cc), url('../images/fotolia_174366916.jpg');
  background-position: 0 0, 50% -149px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero9 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6cc, #56afe6cc), url('../images/fotolia_177880013.jpg');
  background-position: 0 0, 50% -410px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero10 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_159553467.jpg');
  background-position: 0 0, 50% 32px;
  background-repeat: repeat, repeat-x;
  background-size: auto, 850px;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero11 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_96343079.jpg');
  background-position: 0 0, 50% -370px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero12 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_86779573.jpg');
  background-position: 0 0, 50% -380px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero13 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_121023002.jpg');
  background-position: 0 0, 50% -317px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero14 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_139296675.jpg');
  background-position: 0 0, 50% -332px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero15 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_127542566.jpg');
  background-position: 0 0, 50% -360px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero16 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_159211373.jpg');
  background-position: 0 0, 50% -41px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.cphero17 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_167569321.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  height: 338px;
  padding: 0;
  position: static;
}

.foodiconrow {
  width: 520px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.foodicon {
  background-image: linear-gradient(#0000, #0000);
  width: 50px;
}

.foodcp {
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.homeicon {
  margin: 15px auto;
  display: block;
}

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

.contacticons {
  margin-right: 8px;
}

.attribute {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
}

.customerlistrow {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.bluehighlightedtext {
  color: #389edd;
}

.productinforow {
  margin-bottom: 10px;
}

.video {
  padding: 89px;
}

.modal-wrapper {
  z-index: 9999;
  text-align: center;
  cursor: pointer;
  background-color: #00000078;
  border: 4px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  display: block;
  position: fixed;
  inset: 0;
}

.loginembed {
  border: 3px none var(--plantstats-blue);
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: block;
  overflow: visible;
}

.closelink {
  background-color: var(--grey-mid);
  border-radius: 10px;
  width: 100%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
}

.closelink:hover {
  background-color: #968a8a;
}

.modalblock {
  border: 3px solid var(--plantstats-blue);
  background-color: #fff;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  overflow: hidden;
  box-shadow: 11px 11px 3px #00000069;
}

.modalheading {
  background-color: var(--plantstats-blue);
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  padding: 14px;
}

.innerherologo {
  width: 523px;
}

.homelogindiv {
  width: 100%;
  height: 92px;
}

.contactformarea {
  margin-bottom: 20px;
}

.aboutbox {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #56afe6ed;
  border: 5px solid #fff;
  width: 100%;
  margin-right: 5px;
  padding: 28px 0;
}

.aboutbox:hover {
  background-color: #2193daed;
}

.aboutheading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 19px;
  line-height: 22px;
}

.aboutcontentsection {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.quicksublinks {
  margin-bottom: 26px;
  padding: 0 0 20px;
  display: block;
}

.whitetext {
  color: #fff;
}

.minilogo {
  width: 150px;
}

.mobilecustomerlogin {
  display: none;
}

.subnavaboutus {
  background-color: #0000;
  display: none;
}

.subnavaboutusmenu {
  float: none;
  text-align: center;
}

.subnav {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobilenavsection {
  display: none;
}

.subnavproducts, .subnavinfo {
  background-color: #0000;
  display: none;
}

.mobileiconrow {
  width: 520px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.casestudieslogo {
  height: auto;
  margin-bottom: 12px;
  position: static;
  top: 0;
  right: 0;
}

.newswrapper {
  float: none;
  border: 1px solid var(--blue);
  background-color: var(--plantstats-blue);
  color: #fff;
  width: 100%;
  margin-bottom: 19px;
  margin-right: 0;
  padding: 0 23px 23px;
  box-shadow: 1px 4px 3px #00000045;
}

.newsimage {
  margin-top: 10px;
  margin-bottom: 20px;
}

.clientinforow {
  text-align: center;
}

.clientinfobox {
  color: #0000;
  background-color: #56afe630;
  border: 5px solid #fff;
  width: 94%;
  height: auto;
  margin-bottom: 13px;
  margin-right: 5px;
  padding: 28px;
}

.newstext {
  color: #fff;
}

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

.addressrow {
  margin-top: 30px;
}

.booklink {
  background-color: var(--blue);
  color: #fff;
  width: 50%;
  padding: 19px;
}

.booklink:hover {
  background-color: var(--dark-blue);
}

.div-block {
  background-color: var(--plantstats-blue);
  height: 5px;
  margin-top: 16px;
  margin-bottom: 21px;
}

.ppflex {
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
}

.ppcell {
  text-align: center;
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  width: 32%;
  margin-top: 0;
  margin-bottom: 3px;
  margin-right: 7px;
  padding: 15px;
  display: flex;
}

.lili {
  padding-left: 35px;
}

.newslettertext {
  color: #fff;
}

.container-3 {
  text-align: center;
}

.pnotice {
  color: #fff;
}

.piefinchcopyright {
  float: right;
  color: var(--darker-grey);
  text-align: right;
  margin-top: 20px;
  margin-right: 30px;
  font-size: 14px;
}

.plantstatscopyright {
  margin-top: 20px;
  font-size: 14px;
}

.casestudywrapper {
  border: 1px #477a99;
  border-bottom-width: 10px;
  margin-bottom: 7px;
  padding-bottom: 30px;
}

.blockquote {
  border-left-color: var(--plantstats-blue);
  background-color: var(--light-grey);
  color: #0389db;
  margin-top: 18px;
  padding: 10px;
  font-size: 17px;
  line-height: 24px;
}

.cslogo {
  background-color: var(--plantstats-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/social-35-white.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  margin-top: -15px;
  padding: 11px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.ulnews {
  color: #fff;
}

.newsimagerow {
  text-align: center;
  background-color: #0000;
  width: auto;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.logonewsitem {
  float: none;
  text-align: center;
  background-color: #fff;
  width: auto;
  height: 222px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.xmasbanner {
  width: 100%;
  margin-top: 13px;
}

.video2022 {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.videocontainer {
  position: relative;
}

.green {
  background-color: var(--plantstats-blue);
  text-align: center;
  border-radius: 100px;
  width: auto;
  height: auto;
  margin: 24px auto 23px;
  padding: 12px;
  display: block;
}

.teamviewerapp {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

html.w-mod-js [data-ix="new-interaction-2"] {
  opacity: 0;
  display: none;
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 32px;
  }

  .button {
    width: 100%;
    margin-top: 13px;
  }

  .navigation-link {
    height: auto;
    padding: 18px 15px;
  }

  .navigation-link.w--current {
    border-bottom: 10px solid var(--plantstats-blue);
    color: var(--plantstats-blue);
    padding-bottom: 10px;
  }

  .navigation-bar.dark {
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .hamburger-button:hover {
    color: var(--blue);
  }

  .hamburger-button.w--open {
    background-color: var(--darker-grey);
  }

  .hamburger-button.white {
    color: #fff;
  }

  .navigation-menu {
    float: none;
    text-align: center;
  }

  .brand-link.left-spacing {
    float: none;
    height: auto;
  }

  .brand-link.left-spacing.w--current {
    float: none;
  }

  .hero-slider {
    height: 470px;
  }

  .cta-section {
    padding: 47px;
  }

  .cta-section.centered-accented {
    padding: 20px 38px;
  }

  .slider-navigation {
    top: 270px;
  }

  .slider-icon-circle {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .slider-icon-circle.left {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .content-column {
    padding-top: 0;
  }

  .homeproductsection {
    margin-top: 151px;
    position: static;
    top: 99px;
  }

  .homeproductcontainer {
    padding-top: 15px;
  }

  .homecollink {
    height: 243px;
    padding: 8px;
  }

  .homesectionhello {
    z-index: 1000;
    margin-top: -43px;
    position: relative;
  }

  .contentsectionhello {
    margin-top: 0;
    position: static;
    top: -60px;
  }

  .sliderlink {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .sliderli {
    margin-bottom: 0;
    font-size: 15px;
  }

  .navsection {
    height: auto;
    display: none;
  }

  .customerloginbutton {
    right: 83px;
  }

  .productarrow {
    width: 16px;
  }

  .dropdown {
    height: auto;
  }

  .ddicon {
    float: none;
    left: 0;
    right: -27px;
  }

  .navlink, .navlink.w--current {
    display: inline-block;
  }

  .prodbox {
    height: 515px;
  }

  .formsection {
    padding-bottom: 53px;
  }

  .cpherocontainer {
    padding-top: 38px;
  }

  .chhero-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/fotolia_96095772.jpg');
    background-position: 0 0, 0 70px;
  }

  .herocp2 {
    background-image: linear-gradient(#56afe6db, #56afe6db), url('../images/plantstats-our-values.jpg');
    background-position: 0 0, 50%;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .herocp3 {
    background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/plantstats-our-story.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .cphero6 {
    background-image: linear-gradient(#56afe6c4, #56afe6c4), url('../images/fotolia_107318937.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .cphero7 {
    background-image: linear-gradient(#56afe6c4, #56afe6c4), url('../images/plantstats-oee.jpg');
    background-position: 0 0, 0 -3px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .cphero8 {
    background-image: linear-gradient(#56afe6bf, #56afe6bf), url('../images/fotolia_174366916.jpg');
    background-position: 0 0, 0 -42px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .cphero9 {
    background-image: linear-gradient(to bottom, null, null), url('../images/fotolia_177880013.jpg');
    background-size: auto, cover;
  }

  .cphero10 {
    background-image: linear-gradient(#56afe6b8, #56afe6b8), url('../images/fotolia_159553467.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .cphero11 {
    background-image: linear-gradient(to bottom, null, null), url('../images/fotolia_96343079.jpg');
    background-size: auto, cover;
  }

  .cphero13 {
    background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_121023002.jpg');
    background-size: auto, cover;
  }

  .cphero17 {
    background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/fotolia_167569321.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, contain;
  }

  .icon-2 {
    color: #000;
    font-size: 57px;
  }

  .aboutbox {
    padding: 9px 0;
  }

  .aboutheading {
    padding-bottom: 0;
    font-size: 17px;
  }

  .aboutcontentsection {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .whitetext {
    font-size: 15px;
  }

  .minilogo {
    text-align: center;
    width: 200px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobilecustomerlogin {
    display: none;
  }

  .subnavaboutus {
    background-color: var(--plantstats-blue);
    margin-bottom: 6px;
    display: block;
  }

  .subnav {
    border: 1px solid var(--grey);
    background-color: var(--plantstats-blue);
    color: #fff;
    margin: 6px 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    text-decoration: none;
  }

  .subnav.w--current {
    background-color: var(--grey-mid);
    color: #fff;
  }

  .mobilenavsection {
    display: block;
  }

  .subnavproducts, .subnavinfo {
    background-color: var(--plantstats-blue);
    margin-bottom: 0;
    display: block;
  }

  .ppflex {
    width: 100%;
  }

  .ppcell {
    width: 31%;
  }

  .newsimagerow {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .video2022 {
    width: 97%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 0%;
  }

  .videocontainer {
    margin-bottom: -98px;
    top: -39px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
    line-height: 25px;
  }

  .navigation-link {
    background-color: var(--light-grey);
    text-align: center;
    margin-bottom: 2px;
    padding: 19px;
  }

  .navigation-link.w--current {
    background-color: var(--plantstats-blue);
    color: #fff;
  }

  .navigation-bar.dark {
    z-index: 2000;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hamburger-button.white {
    float: none;
    padding: 0;
  }

  .hamburger-button.white.w--open {
    background-color: #fff;
  }

  .navigation-menu {
    background-color: var(--darker-grey);
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider {
    height: auto;
    display: none;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slide._1 {
    background-image: linear-gradient(#e5f4ffbf, #e5f4ffbf), linear-gradient(#0189ddd4 33%, #fff0), url('../images/hero-idea.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, cover;
    height: 347.141px;
  }

  .slide._2 {
    height: 314px;
    margin-top: 0;
    padding-top: 0;
  }

  .slide._3 {
    height: 314px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .slide._4, .slide._5 {
    height: 314px;
    padding-top: 0;
  }

  .cta-section {
    text-align: center;
    padding: 35px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .slider-navigation {
    margin-top: -76px;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    text-align: center;
    margin-bottom: 13px;
    display: none;
  }

  .feature-column {
    height: auto;
    margin-bottom: 10px;
  }

  .homefeaturesrow {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .productlogo {
    display: block;
  }

  .homeproductsection {
    margin-top: 0;
  }

  .homecollink {
    height: 270px;
  }

  .homesectionhello {
    height: auto;
    margin-top: 0;
  }

  .contentsectionhello {
    top: -40px;
  }

  .sliderlink {
    width: 100%;
    padding-top: 0;
  }

  .selectarrow {
    width: 32px;
    margin-bottom: 12px;
  }

  .sliderrow {
    margin-top: 0;
  }

  .customerloginbutton {
    float: none;
    width: 100%;
    margin-bottom: 6px;
    position: static;
  }

  .productarrow {
    width: 16px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .dropdown {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
  }

  .ddlink {
    background-color: var(--plantstats-blue);
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom-color: #fff;
    padding: 13px;
  }

  .ddicon {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 42px;
    bottom: 0;
    right: 0;
  }

  .logocontentpages {
    width: 368px;
    margin-bottom: 0;
    padding-top: 51px;
    display: none;
  }

  .contentcollink {
    display: none;
  }

  .contentsection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bc-container {
    padding-left: 30px;
  }

  .teambox {
    text-align: center;
  }

  .prodbox {
    height: auto;
    margin-bottom: 0;
  }

  .formsection {
    padding-bottom: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .telephonebox {
    height: auto;
  }

  .cplogin {
    color: var(--dark-grey);
    background-color: #fff;
    width: 90%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
  }

  .chhero-1, .herocp2, .herocp3, .herocp4, .cphero5, .cphero6, .cphero7 {
    background-image: none;
    height: 179px;
    display: none;
  }

  .cphero8 {
    background-image: linear-gradient(#dbdbdbab, #dbdbdbab);
    height: 179px;
    display: none;
  }

  .cphero9, .cphero10, .cphero11, .cphero12, .cphero13, .cphero14, .cphero15, .cphero16, .cphero17 {
    background-image: none;
    height: 179px;
    display: none;
  }

  .foodiconrow {
    width: auto;
  }

  .foodicon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-2 {
    color: var(--blue);
    padding-top: 0;
  }

  .sliderlogo {
    display: none;
  }

  .contacticons {
    width: 86px;
  }

  .imagescreenshot {
    padding-left: 11px;
  }

  .modal-wrapper {
    display: block;
  }

  .innerherologo {
    width: auto;
  }

  .homelogindiv {
    height: 40px;
    margin-bottom: 11px;
  }

  .aboutbox {
    padding: 7px 0;
  }

  .aboutheading {
    padding-bottom: 0;
    font-size: 14px;
  }

  .aboutcontentsection {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quicksublinks {
    padding-bottom: 0;
  }

  .minilogo {
    width: 240px;
    margin-bottom: 0;
    display: block;
  }

  .mobilecustomerlogin {
    text-align: center;
    background-color: #0f4464;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subnavaboutusmenu {
    background-color: #fff;
    margin-bottom: 0;
  }

  .subnav {
    background-color: var(--plantstats-blue);
    color: #fff;
    text-align: center;
    width: 95%;
    margin: 6px auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    display: block;
  }

  .mobilenavsection {
    text-align: center;
  }

  .subnavproducts {
    margin-bottom: 6px;
  }

  .subnavcontainer {
    background-color: #fff;
  }

  .subnavinfo {
    margin-bottom: 6px;
  }

  .mobileiconrow {
    width: 80%;
    margin: 23px auto 12px;
    display: block;
  }

  .casestudieslogo {
    margin-bottom: 28px;
  }

  .teamimage {
    margin-bottom: 24px;
  }

  .ppcell {
    padding: 9px;
    font-size: 14px;
    line-height: 20px;
  }

  .cslogo {
    text-align: center;
    width: 100%;
  }

  .newsimagerow {
    width: 100%;
  }

  .logonewsitem {
    width: 200px;
    height: 170px;
  }

  .video2022 {
    width: 93%;
  }

  .videocontainer {
    margin-bottom: -193px;
    top: -86px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-weight: 700;
    line-height: 21px;
  }

  h2 {
    margin-bottom: 15px;
    line-height: 23px;
  }

  p {
    font-size: 14px;
  }

  .navigation-bar.dark {
    background-color: #fff;
    padding-top: 13px;
    padding-bottom: 17px;
  }

  .hamburger-button.white {
    float: none;
    color: #0000;
    text-align: center;
  }

  .brand-link.left-spacing.w--current {
    padding-top: 0;
  }

  .hero-slider {
    height: 290px;
    display: none;
    position: relative;
  }

  .slide {
    padding-left: 53px;
    padding-right: 53px;
  }

  .slide._1 {
    background-image: linear-gradient(#72b9f136, #72b9f136), url('../images/fotolia_72423908.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 420px;
    height: 348.813px;
    padding: 11px;
  }

  .slide._2 {
    height: 300px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide._3 {
    height: 300px;
    padding: 8px;
  }

  .slide._4, .slide._5 {
    height: 300px;
    padding: 0;
  }

  .slider-navigation {
    position: absolute;
    top: 325px;
    left: 0;
    right: 0;
  }

  .slider-arrow-link.right, .slider-arrow-link.left {
    display: none;
  }

  .feature-column {
    padding-left: 0;
    padding-right: 0;
  }

  .homefeaturesrow {
    margin-bottom: 0;
  }

  .homeproductsection {
    margin-top: 0;
  }

  .homecollink, .homesectionhello {
    height: auto;
  }

  .contentsectionhello {
    margin-top: 0;
    padding: 12px;
    position: static;
  }

  .sliderheading {
    margin-top: 16px;
    padding: 0;
  }

  .sliderlink {
    margin-top: 15px;
    padding: 0;
  }

  .logocontentpages {
    width: 260px;
    padding-top: 35px;
    padding-bottom: 28px;
    display: none;
  }

  .contentsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bc-container {
    padding: 9px 9px 9px 10px;
  }

  .teambox {
    text-align: center;
    width: 100%;
  }

  .prodbox {
    height: auto;
    padding-bottom: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .loginbutton {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .formsection {
    padding-bottom: 41px;
  }

  .telephonebox {
    text-align: center;
  }

  .cplogin {
    color: var(--darker-grey);
    background-color: #fff;
    font-weight: 700;
  }

  .herologo {
    width: auto;
    padding-top: 48px;
  }

  .chhero-1 {
    background-image: none;
    height: 165px;
  }

  .herocp2 {
    height: 165px;
  }

  .herocp3 {
    background-image: linear-gradient(#56afe6d9, #56afe6d9), url('../images/168367493.jpg');
    background-position: 0 0, 0 138px;
    background-size: auto, 512px;
    height: 165px;
  }

  .herocp4, .cphero5 {
    height: 165px;
  }

  .cphero6 {
    background-image: linear-gradient(#dbdbdbc2, #dbdbdbc2), url('../images/fotolia_107318937.jpg');
    background-position: 0 0, 0 277px;
    background-size: auto, auto;
    height: 165px;
  }

  .cphero7 {
    background-image: linear-gradient(#dbdbdbcf, #dbdbdbcf), url('../images/536650262.jpg');
    background-position: 0 0, 0 7px;
    background-size: auto, cover;
    height: 165px;
  }

  .cphero8 {
    background-image: linear-gradient(to bottom, null, null), url('../images/fotolia_174366916.jpg');
    background-size: auto, auto;
    height: 165px;
  }

  .cphero9 {
    height: 165px;
  }

  .cphero10 {
    background-image: linear-gradient(#dbdbdbb8, #dbdbdbb8), url('../images/fotolia_159553467.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    height: 165px;
  }

  .cphero11 {
    height: 165px;
    display: none;
  }

  .cphero12, .cphero13, .cphero14, .cphero15, .cphero16, .cphero17 {
    height: 165px;
  }

  .foodiconrow {
    margin-top: 44px;
    padding-left: 0;
    padding-right: 22px;
  }

  .foodicon {
    width: 39px;
  }

  .icon-2 {
    color: var(--blue);
  }

  .mask {
    height: auto;
    position: relative;
  }

  .modalblock {
    width: 90%;
  }

  .aboutcontentsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .minilogo {
    width: 230px;
  }

  .mobilecustomerlogin {
    text-align: center;
    width: 93%;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subnav {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  .mobilenavsection {
    margin-bottom: 21px;
  }

  .mobileiconrow {
    width: 100%;
    margin-top: -7px;
    padding-left: 0;
    padding-right: 22px;
  }

  .casestudieslogo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .newsimage {
    margin-top: 0;
  }

  .clientinfobox {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .booklink {
    width: 95%;
    padding: 28px;
  }

  .ppcell {
    width: 31%;
    margin-right: 6px;
    font-size: 11px;
  }

  .container-4 {
    padding: 23px;
  }

  .logonewsitem {
    width: auto;
    height: 96px;
    padding: 11px;
  }

  .videocontainer {
    margin-bottom: -328px;
    top: -152px;
  }
}


