* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.darkgrey {
  background: #e6e6e6; }

#cc-main .cm__btn {
  border-radius: 0px; }

html * {
  max-height: 1000000px; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0; }

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, p {
  color: #555; }

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto",sans-serif;
  font-variant-ligatures: none;
  line-height: 1.1;
  font-weight: 500; }

h3 {
  font-size: 20px; }

#country-select {
  cursor: pointer; }

#cookiechimp-floating-icon {
  display: none; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-group {
  margin-bottom: 15px; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font: inherit;
  margin: 0; }

textarea, textarea.form-control {
  resize: vertical;
  height: auto; }

.sureflow-purple-bg {
  background: #805578;
  color: white; }

iframe {
  width: 100%;
  height: 60vh;
  border: none; }

ul {
  float: left; }

li {
  color: #555555; }

.btn {
  border-radius: 0; }

.accordion-toggle {
  cursor: pointer; }

.drawer ul .accordion-content, .drawer ul ul .accordion-sub-content {
  display: none; }

.accordion-content.default {
  display: block; }

.rotate {
  -moz-transition: all 0.25s ease;
  /* WebKit */
  -webkit-transition: all 0.25s ease;
  /* Opera */
  -o-transition: all 0.25s ease;
  /* Standard */
  transition: all 0.25s ease;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg); }

a {
  color: #0180b9;
  text-decoration: none; }

a:focus, a:hover {
  text-decoration: none; }

a.arrow::before {
  content: url("/images/icons/link-arrow.svg");
  width: 10px;
  margin-right: 5px;
  float: left; }

a.arrowlink::before {
  content: url("/images/icons/link-arrow.svg");
  width: 8px;
  margin-right: 5px;
  float: left; }

img {
  height: auto;
  vertical-align: middle;
  border: 0; }

.bluetext {
  color: #0180b9; }

button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

button.hydra-btn-blue {
  background: #0180b9;
  border: 1px solid #0180b9;
  color: white; }

button.hydra-btn-blue:hover {
  background: white;
  color: #0180b9; }

button.hydra-btn {
  background: white;
  border: 1px solid #0180b9;
  color: #0180b9; }

button.hydra-btn:hover {
  background: #57aee2;
  border-color: #57aee2;
  color: white;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in; }

button.hydra-btn:visited {
  background: #57aee2;
  border-color: #57aee2;
  color: white; }

button.hydra-btn:active {
  background: #57aee2;
  border-color: #57aee2;
  color: white; }

button.hydra-btn:focus {
  background: #57aee2;
  border-color: #57aee2;
  color: white; }

button.disabled {
  background: white;
  border-color: gray;
  color: gray; }

button:disabled {
  background: white;
  border-color: gray;
  color: gray;
  opacity: 0.25; }

button:disabled:hover {
  background: white;
  border-color: gray;
  color: gray;
  opacity: 0.25; }

:focus {
  outline: none; }

.btn:focus {
  outline: none; }

.hide-scroll {
  overflow: hidden; }

.clearfix:after, .container-fluid:after, .form-group:after, .modal-footer:after, .modal-header:after, .row:after {
  clear: both; }

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .row:after, .row:before {
  display: table;
  content: " "; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative; }

.cookie-wrapper {
  width: 100%;
  background: #f1f1f1;
  padding: 20px;
  float: left;
  border-bottom: solid thin #e6e6e6;
  margin: 80px 0 0 0;
  z-index: 99999; }

.cookie-box {
  padding: 0;
  float: left; }

.cookie-box p {
  width: 80%;
  float: left;
  color: #555555; }

.cookie-box-body button {
  width: 40px;
  float: right; }

.cookie-box-body button img {
  width: 100%; }

.cookie-box-body {
  float: left;
  width: 100%; }

.cookie-box-inset {
  margin-top: 20px;
  width: 100%;
  float: left; }

table#cookie-table {
  margin-top: 20px;
  width: 100%;
  float: left;
  border-bottom: solid thin #e6e6e6; }

table#cookie-table th {
  background: #e6e6e6;
  padding: 10px 20px; }

table#cookie-table td {
  background: #ffffff;
  padding: 20px; }

table#cookie-table tr {
  padding: 1px 0; }

table#cookie-table tr th:first-child {
  width: 25%; }

table#cookie-table tr th:nth-child(2) {
  width: 65%; }

table#cookie-table tr th:nth-child(3) {
  width: 10%; }

.fill-line {
  display: block;
  font-size: 34px; }

/* The switch - the box around the slider */
.modal-body .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.modal-body .switch input {
  display: none; }

/* The slider */
.modal-body .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: .2s;
  transition: .2s; }

.modal-body .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s; }

.modal-body input:checked + .slider {
  background-color: #2196F3; }

.modal-body input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

.modal-body input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.modal-body .slider.round {
  border-radius: 34px;
  padding: 5px; }

.modal-body .slider.round:before {
  border-radius: 50%; }

.alert-danger {
  border: thin solid #a94442 !important; }

.alert-danger::placeholder {
  color: #a94442;
  opacity: 1;
  /* Firefox */ }

.alert-danger:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a94442; }

.alert-danger::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a94442; }

.login-wrap {
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: right; }

.login-wrap a.sign-in {
  padding: 10px;
  background: #0180b9; }

.col2grid, .col1grid {
  display: grid;
  width: 100%;
  padding: 0;
  grid-row-gap: 40px; }

.section .col2grid h2, .section .col1grid h2 {
  margin: 0; }

.w100 {
  display: grid;
  grid-row-gap: 30px;
  grid-template-areas: 'copy' 'img';
  align-items: start;
  padding-bottom: 40px; }

.w101 {
  display: grid;
  grid-row-gap: 0px;
  grid-template-areas: 'copy' 'img';
  align-items: start;
  padding-bottom: 20px; }

.w50 {
  background: #f1f1f1;
  position: relative;
  display: grid;
  grid-row-gap: 20px;
  padding: 40px 25px;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto 130px;
  justify-items: center;
  grid-template-areas: "title title" "copy copy" "button img";
  align-items: start; }

.w50.customer {
  grid-template-areas: 'title title' 'copy copy';
  grid-template-rows: auto auto;
  align-content: start; }

.w50.engineering {
  grid-template-areas: 'title title' 'copy copy' 'buttons buttons' 'img img';
  grid-template-rows: auto auto auto 300px;
  padding-bottom: 0;
  overflow: hidden; }

.w50.drums {
  grid-template-areas: 'title title' 'copy copy' 'button button' 'img img';
  grid-template-rows: auto auto auto 1fr;
  overflow: hidden; }

.w100copy, .w50copy {
  grid-area: copy;
  padding: 0;
  display: grid;
  grid-row-gap: 30px;
  z-index: 100; }

.w100copy button, .w50 button {
  justify-self: start;
  margin: 0 25px; }

.w50 button {
  justify-self: end;
  width: 100%;
  align-self: end; }

.section .copy p, .section .w50copy p {
  font-size: 14px; }

.section .customer .copy p:last-of-type {
  margin: 0; }

.w100img, .w50img {
  grid-area: img;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 0; }

.w100img {
  display: none;
  text-align: center;
  margin-bottom: 20px; }

.section .w50img img {
  position: absolute;
  top: -40px;
  right: -15px;
  width: 155px; }

.section .engineering .w50img img, .section .drums .w50img img {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100vw; }

.section .w100img img {
  width: 100%; }

.section .w100 h2, .section .w50 h2 {
  font-size: 6.5vw;
  font-weight: 700; }

.section .w50 h2 {
  padding: 0; }

.section .w50 h2 {
  position: relative;
  grid-area: title;
  z-index: 100; }

.w50 .copy {
  z-index: 100;
  grid-area: copy; }

.w50 .copy p {
  padding: 0;
  width: 100%; }

.w50 button {
  grid-area: button;
  margin: 0;
  z-index: 100; }

.w50 .button {
  grid-area: button;
  z-index: 100;
  align-self: end; }

.w50 .buttons {
  grid-area: buttons;
  margin: 0;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  z-index: 100;
  width: 100%; }

.w50 .buttons button {
  grid-area: unset; }

.w50 h2::after {
  position: absolute;
  top: -40px;
  left: calc( ( 100%  / 2 ) - 12px);
  content: '';
  width: 0;
  height: 0;
  border-width: 25px 25px 0 25px;
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid; }

.lgtxt {
  font-size: 20px; }

.col8-4 {
  display: grid;
  grid-template-columns: calc((8 / 12) * 100%) calc((4 / 12) * 100%);
  grid-column-gap: 40px;
  padding: 20px calc(100% / 6) 40px; }

.col7-5 {
  display: grid;
  grid-template-columns: calc(((7 / 12) * 100%) - 20px) calc(((5 / 12) * 100%) - 20px);
  grid-column-gap: 40px;
  padding: 20px calc(100% / 6) 40px; }

.col6-6 {
  display: grid;
  grid-template-columns: repeat(2, calc(((6 / 12) * 100%) - 20px));
  grid-column-gap: 40px;
  padding: 20px calc(100% / 6) 40px; }

.line-break {
  display: none; }

.lang-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, calc((100% - 30px) / 2)); }

.lang-grid .card {
  display: grid;
  grid-row-gap: 10px;
  text-align: center; }

.lang-grid .flag img {
  width: 100%; }

#Modal .modal-head {
  font-family: "roboto",sans-serif;
  font-variant-ligatures: none;
  line-height: 1.1;
  font-weight: 500;
  font-size: 22px;
  margin-top: 10px; }

.cookie-modal {
  display: grid;
  position: fixed;
  bottom: 0;
  min-height: 100px;
  width: 100%;
  z-index: 99999999; }

.cookie-modal * {
  margin: 0; }

.cookie-modal .cookie-content {
  display: grid;
  grid-row-gap: 10px;
  padding: 20px; }

.cookie-modal .cookie-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0; }

.cookie-modal .cookie-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  padding: 0; }

.cookie-modal .cookie-body p {
  color: #777777; }

.cookie-modal .cookie-btns {
  display: grid;
  grid-row-gap: 10px;
  padding: 0; }

.cookie-modal button.hydra-btn {
  background: #0180b9;
  color: white;
  border: none;
  width: 100%; }

.lang-prompt.dark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  opacity: 0.95; }

.lang-prompt.dark .lang-prompt-grid {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-row-gap: 15px; }

.lang-prompt-grid .text {
  padding: 0px;
  font-size: 16px; }

.lang-prompt-grid .btns {
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px; }

.lang-prompt-grid button {
  width: 100%; }

nav {
  position: fixed;
  z-index: 999;
  float: left;
  width: 100%;
  max-height: 100vh;
  height: 118px; }

.nav-spacer {
  height: 118px; }

nav .country-select {
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  cursor: pointer; }

nav .bg-wrap {
  height: 84px;
  background: white;
  padding: 20px 0 0; }

.navbarfixed .row {
  margin: 0; }

.navbarfixed {
  top: 0;
  width: 100%;
  z-index: 999; }

.nav-selected {
  background: #f9f9f9 !important;
  border-bottom: 3px solid lightgrey; }

nav .nav-grid {
  display: grid;
  grid-template-columns: 1fr repeat(2, auto);
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 20px; }

nav .nav-grid svg {
  max-width: 30px;
  width: 100%; }

nav .flag {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 5px;
  align-items: center; }

a.globe-link {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  grid-gap: 4px; }

#mobilemenulist {
  font-size: 18px;
  font-weight: bold; }

#mobilemenulist ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1px;
  margin: 0 0 2px; }

#mobilemenulist ul li {
  padding: 10px 15px;
  background: #f1f1f1;
  display: grid;
  grid-template-columns: 1fr auto; }

#mobilemenulist ul li .sub-menu {
  display: none;
  padding: 0;
  margin: 0; }

#mobilemenulist ul li .sub-menu a {
  font-weight: normal;
  color: #555555;
  padding: 3px 0; }

#mobilemenulist ul li a {
  color: #555555;
  font-weight: normal;
  padding: 0; }

#mobilemenulist .toggle-menu {
  padding: 0 20px; }

#mobilemenulist .phone {
  width: 100%;
  margin: 0;
  font-weight: normal;
  padding: 4px 20px;
  text-align: right; }

#mobilemenulist .phone-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 10px; }

#mobilemenulist .phone a {
  height: 28px;
  text-align: left;
  order: -1; }

#mobilemenulist .phone a img {
  height: 100%; }

#mobilemenulist .nav-link-bar-inner {
  display: none; }

.nav-link-bar-inner {
  background: white;
  width: 100%; }

#mega-nav {
  display: none;
  position: relative;
  background: rgba(255, 255, 255, 0.8); }

#mega-nav .sub-nav {
  display: none; }

.nav-link-bar {
  padding: 0;
  width: 100%;
  min-height: 20px;
  background: #e6e6e6;
  float: left; }

#mega-nav .nav-link-bar {
  display: none; }

#mega-nav .nav-link-bar-inner {
  padding: 0; }

#mega-nav .nav-link-bar ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%; }

#mega-nav .nav-link-bar ul li {
  float: left;
  padding: 0;
  cursor: pointer;
  border: thin solid #e6e6e6; }

#mega-nav .nav-link-bar ul li.c-select {
  float: right;
  position: relative; }

#mega-nav .nav-link-bar ul li.c-select .flag-select {
  position: absolute;
  top: -5px;
  left: -24px; }

#mega-nav .nav-link-bar li a {
  color: #555555;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 25px;
  float: left; }

#mega-nav .nav-link-bar li.unpub a {
  color: #999999; }

#mega-nav .nav-link-bar a:hover {
  color: #0180b9;
  text-decoration: none;
  transition: all 0.2s; }

#mega-nav .nav-link-bar li:hover {
  background: white;
  border: thin solid #e6e6e6;
  border-bottom: thin solid white;
  transition: all 0.3s ease-in; }

#mega-nav .nav-link-bar ul.top-lvl .li-link:hover {
  border-bottom: thin solid #e6e6e6; }

#mega-nav .mega-nav-item[data-level="2"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: 0 -20px;
  padding: 40px;
  background: white;
  border: thin solid #e6e6e6;
  border-top: thin solid white; }

#mega-nav .mega-nav-item[data-level="2"] li {
  padding: 0;
  display: grid;
  grid-row-gap: 8px;
  border: none; }

#mega-nav .mega-nav-item[data-level="2"] li a {
  font-weight: bold;
  font-size: 17px;
  padding: 0; }

#mega-nav .mega-nav-item[data-level="3"] ul {
  display: grid; }

#mega-nav .mega-nav-item[data-level="3"] li {
  padding: 2px 0; }

#mega-nav .mega-nav-item[data-level="3"] li a {
  font-weight: normal;
  font-size: 14px;
  padding: 0; }

#mega-nav .mega-nav-item .servicecol li a {
  font-weight: normal;
  font-size: 14px;
  color: #555555;
  padding: 2px 0; }

#mega-nav .nav-link-bar li:hover .mega-nav-item {
  visibility: visible;
  opacity: 0.98;
  transition: visibility 0s, opacity 0.3s ease-in; }

#mega-nav .mega-nav-list-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

#mega-nav .mega-nav-list-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

#mega-nav .mega-nav-list {
  background: white;
  display: grid;
  grid-template-columns: repeat(4, auto); }

#mega-nav .mega-nav-item .navcol {
  display: grid;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  justify-content: start;
  align-items: start; }

#mega-nav .mega-nav-item .navcol6, #mega-nav .mega-nav-item .navcol3 {
  grid-template-columns: auto auto auto; }

#mega-nav .mega-nav-item .navcol6, #mega-nav .mega-nav-item .navcol2, #mega-nav .mega-nav-item .navcol5 {
  grid-template-columns: auto auto auto; }

#mega-nav .mega-nav-item .navcol8, #mega-nav .mega-nav-item .navcol7 {
  grid-template-columns: auto auto auto auto; }

#mega-nav [data-levelid="1"] li[data-levelid="12"] {
  grid-row-start: 1;
  grid-row-end: 3; }

#mega-nav .mega-nav-item .servicecol {
  display: grid;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  justify-content: start;
  align-items: start; }

nav .navbar-brand {
  padding: 0;
  height: auto; }

#page-message {
  width: 100%;
  background: #333333; }

#page-message p {
  font-size: 14px;
  color: #888888;
  margin: 0; }

#page-message .message-box-body {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  grid-column-gap: 10px;
  padding: 12px 10px;
  width: 100%; }

#page-message.ahr-show {
  background: #ef3962; }

#page-message.ahr-show p {
  font-size: 22px;
  color: #FFFFFF; }

#page-message.ahr-show .message-box-body {
  grid-template-columns: auto;
  grid-row-gap: 8px;
  justify-items: center; }

#page-message.ahr-show .message-box-body img {
  width: 100%; }

/* Scss Document */
.section {
  z-index: 10;
  padding: 20px 0;
  position: relative; }

.section p {
  float: left; }

.section.productlanding {
  padding: 0; }

.section img {
  width: 100%; }

.triangle::before, .contact-section::before {
  width: 25px;
  height: 25px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  position: absolute;
  left: 42vw;
  top: 0;
  z-index: 999; }

.grey {
  background: #f1f1f1; }

.grey.triangle + .grey::before {
  border-top: none; }

.grey.productlanding.triangle::before {
  border-top: 25px solid white; }

.white.triangle::before {
  border-top: 25px solid #f1f1f1; }

.section a.link img {
  width: 10px;
  margin: -3px 0 0 0;
  padding: 0; }

.section a.link {
  padding: 20px 25px;
  font-size: 18px;
  margin: 0 0 10px;
  display: block; }

/* Scss Document */
.footer {
  padding: 40px; }

.footer-inner {
  width: 100%;
  font-size: 13px;
  display: grid;
  grid-row-gap: 15px; }

.footer-col {
  width: 100%;
  float: left; }

.footer-col3 {
  width: 100%;
  float: left;
  padding-bottom: 25px; }

.lightgrey {
  display: grid;
  background: #e6e6e6; }

.dark {
  display: grid;
  background: #333333;
  color: white; }

.middark {
  display: grid;
  background: #555555;
  overflow: hidden; }

.dark div {
  padding: 10px 40px;
  font-size: 12px; }

.dark div p {
  width: 100%; }

.footer-inner ul {
  color: #555555;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }

#facebook-icon,
#twitter-icon,
#linkedin-icon {
  width: 30px;
  margin-right: 5px;
  float: left; }

#twitter .st4 {
  fill: #0180b9; }

#twitter .st5 {
  fill: #FFFFFF; }

#facebook .st4 {
  fill: #0180b9; }

#facebook .st5 {
  fill: #FFFFFF; }

#linkedin .st4 {
  fill: #0180b9; }

#linkedin .st5 {
  fill: #FFFFFF; }

.footer-inner .footerlinks {
  margin-top: 10px; }

.footer-logos {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 5%;
  padding: 10px 40px;
  opacity: 0.5; }

.footer-logos a {
  display: none; }

.footer-logos a.alwayson {
  display: block; }

.footer-logos img {
  opacity: 0.5;
  height: 12vw;
  width: auto; }

.footer-inner img.hydra-footer {
  width: 200px; }

.cta-pop-up-wrap {
  display: none; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.fade.in {
  opacity: 1; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-link {
  cursor: pointer; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.close {
  margin-top: -2px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20); }

.modal-dialog {
  position: relative; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-body {
  padding: 15px 5px; }

.modal-body input.modal-search {
  width: 85%;
  float: left; }

.modal-header {
  float: left;
  width: 100%;
  padding: 15px 10%;
  border-bottom: none; }

.modal-header .close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;
  height: auto;
  z-index: 999;
  opacity: 1; }

.modal-header img {
  width: 35px;
  margin-top: -8px;
  margin-left: -20px;
  float: left; }

.modal-header svg, .modal-header .pdf-icon {
  width: 10%;
  float: left; }

.modal-header svg, .modal-header .pdf-icon {
  width: 35px;
  float: left;
  opacity: 0.5; }

.modal-header svg.svg-inline--fa, .modal-header .pdf-icon {
  width: 40px;
  height: 100px;
  margin-top: 8px;
  margin-left: 0px; }

.modal-body .search-svg {
  width: 21px;
  float: left;
  margin-left: 0px;
  fill-opacity: 0.6; }

.sitesearch-btn {
  border-left: none;
  width: 15%; }

.modal-body .search-container {
  width: 100%;
  float: left;
  padding: 15px 10px 15px 10px; }

.modal-header h4 {
  float: left;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 26px;
  padding: 0 15px;
  text-transform: capitalize; }

.modal-header .header-img-1-line {
  width: 40px;
  margin-top: 25px;
  float: left; }

.modal-header .header-img-2-line {
  width: 55px;
  margin-top: 30px;
  margin-left: 0px;
  float: left; }

.editor-modal-wide .modal-header .header-img-2-line {
  width: 36px; }

.editor-modal-wide .modal-body, .editor-modal-wide .modal-header {
  padding: 15px 30px; }

.modal-body {
  width: 100%;
  padding: 15px 10%;
  float: left; }

.modal-body p {
  width: 100%;
  margin: 0 0 10px;
  float: left; }

.modal-body p.intro {
  margin-bottom: 30px; }

.modal-body .getintouch {
  width: 100%;
  float: left; }

.modal-body .getintouch form {
  width: 100%;
  float: left; }

.modal-body .getintouch form input:first-of-type {
  margin-top: 0; }

.modal-footer {
  padding: 15px 10%; }

.modal-body .results {
  width: 100%;
  float: left;
  padding: 0 10px; }

.modal-body .results P {
  padding: 20px 0; }

.step {
  width: 94%; }

.step .modal-body, .step .modal-header {
  padding: 15px 25px; }

#smartwizard {
  width: 100%;
  float: left; }

#smartwizard li small {
  display: none; }

.btn-info {
  background: #0180b9;
  border-color: #0180b9; }

#smartwizard h3 {
  padding: 20px 0 30px; }

.sw-main .step-content {
  padding: 0 25px;
  background: none; }

.modal-body .step-img {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 160px; }

.step-svg {
  fill: #f1f1f1; }

.modal-body ul.pdf-download {
  list-style: none;
  padding: 0;
  text-align: center; }

.modal-body ul.pdf-download li {
  width: 33.333333%;
  float: left; }

.modal-body .contact-section::before {
  border-top: none; }

.editor-modal-wide {
  width: 95%; }

#cookie-table {
  display: none;
  background: #e6e6e6; }

.cookie-row {
  width: 100%;
  float: left; }

.cookie-row p {
  float: left;
  padding: 10px 20px;
  margin: 0; }

.cookie-row p.cookie-type {
  font-weight: 900; }

#Modal .pdf-download .pdf-icon {
  width: 60px; }

/* Scss Document */
.article-boxout {
  margin-top: 30px;
  padding: 30px;
  background: #f1f1f1;
  border-left: 6px solid #0087cc;
  float: left; }

.container-banner .role {
  display: block;
  width: 60%;
  padding-left: 31px;
  border-left: solid 5px #0087cc;
  font-size: 20px;
  color: #0087cc; }

.media-inner b {
  color: #555;
  float: left;
  width: 100%; }

.media-item .article h4 {
  width: 100%;
  padding: 0 25px; }

.media-item .article ul {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 25px 0 40px;
  color: #555;
  float: left; }

.media-inner .mediasubimg {
  display: none; }

.accordion-downloads img {
  width: 15px;
  margin-right: 15px; }

.accordion-downloads + div {
  display: none; }

.download-selector {
  float: left;
  padding: 20px;
  width: 100%;
  background: #e6e6e6; }

.download-selector .accordion-downloads {
  padding: 12px;
  height: 46px;
  border-color: #e6e6e6;
  box-shadow: none;
  margin: 0; }

.download-selector .accordion-downloads2 {
  margin: 20px 0 0 0; }

.download-selector .caretimg {
  width: 20px;
  height: auto;
  float: right;
  margin-top: 4px; }

.media-item .download-selector ul.product {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  margin: 0;
  width: 100%;
  position: relative;
  float: left;
  z-index: 500;
  padding: 0;
  display: none; }

.download-selector ul.product li {
  border-top: none;
  cursor: pointer;
  padding: 15px;
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 14px;
  display: block;
  list-style: none;
  border-bottom: solid thin #e6e6e6; }

.download-selector .form-group {
  margin-bottom: 0px; }

.media-item .block {
  padding: 0; }

.media-item .article .case-study {
  padding: 20px;
  background: #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left; }

.media-item .article .case-study h3 {
  margin-top: 0px; }

.media-item .article .blue-bar {
  padding: 15px 15px 15px 20px;
  border-left: 4px solid #0180b9;
  background: #e6e6e6;
  margin-bottom: 20px;
  float: left; }

.media-item .article .blue-bar p {
  margin: 0; }

.article .action-grid {
  display: grid;
  padding: 25px 0;
  background: #e6e6e6;
  margin: 20px 0;
  float: left;
  width: 100%; }

.article .action-grid .img {
  background: #ffffff;
  text-align: center;
  display: grid;
  margin: 0 25px;
  align-content: center;
  margin-top: 20px; }

.article .action-grid .img .media-96 {
  object-fit: cover;
  object-position: 40% 50%;
  height: 297px; }

.article .results {
  padding: 0;
  width: 100%;
  display: none; }

.article .result-list {
  width: 100%; }

.article .results .datarow {
  width: 100%;
  float: left; }

.article .results .datarow:nth-of-type(even) {
  background: #f1f1f1; }

.article .results .datarow p {
  width: 25%;
  float: left;
  padding: 7.5px 15px;
  margin: 0; }

.article .results .datarow p:first-child {
  width: 50%; }

.article .results .header {
  background: #e6e6e6; }

.article .results .intro {
  width: 100%;
  margin-top: 30px;
  float: left; }

.article .results .intro span {
  float: right; }

.article .results button {
  margin-top: 30px; }

.article .login-form {
  width: 50%; }

.article .login-form .form-group {
  width: 100%; }

.accordion-media img {
  width: 15px;
  margin-right: 15px;
  margin-top: 5px;
  float: left; }

.media-item .select-wrap {
  float: right;
  padding: 5px;
  background: #e6e6e6;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }

.media-item .select-wrap div {
  border-color: #e6e6e6; }

.media-item .select-wrap ul {
  position: absolute;
  top: 39px;
  left: 0;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-top: none;
  margin: 0;
  width: 100%;
  z-index: 500;
  padding: 0 5px;
  display: none; }

.media-item .select-wrap ul li {
  list-style: none;
  background: white;
  padding: 10px;
  border-top: none;
  cursor: pointer;
  padding: 5%;
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 14px;
  display: block;
  list-style: none;
  border-bottom: solid thin #e6e6e6; }

#download-docs {
  float: left; }

.tick-all {
  cursor: pointer; }

.media-item .article .holiday_del {
  width: 100%; }

.media-item .article .holiday_del h2 {
  margin-top: 0; }

.media-item .article .holiday_del table {
  margin-bottom: 8%; }

.media-item .article .holiday_del table, th, td {
  border: 1px solid grey;
  text-align: center;
  height: 40px; }

.media-item .article .holiday_del th {
  background-color: #c7c7c7; }

.media-item .article .holiday_del td {
  height: 40px;
  padding: 2% 0; }

.media-item .article .holiday_del p span {
  color: #222222;
  line-height: 1.2; }

.privacy span {
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  display: block; }

.form-control .productpick {
  color: #888; }

/* Editor Scss Document */
.block-select-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, calc((100% - 40px) / 2));
  grid-column-gap: 40px;
  float: left; }

.block-left-grid, .block-right-grid {
  display: grid;
  grid-template-columns: 100%;
  border: 1px solid #e6e6e6;
  padding: 10px;
  align-content: start; }

.block-select-grid .heading {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  padding: 10px;
  font-weight: bold; }

.block-left-grid .dragcol, .block-right-grid .dragcol {
  padding: 5px  0 8px 5px; }

.block-left-grid img, .block-right-grid img,
.block-left-grid form, .block-right-grid form,
.block-left-grid svg, .block-right-grid svg,
.block-left-grid a, .block-right-grid a,
.block-left-grid ul, .block-right-grid ul {
  display: none; }

.block-left-grid h2, .block-right-grid h2,
.block-left-grid h3, .block-right-grid h3,
.block-left-grid h4, .block-right-grid h4,
.block-left-grid h5, .block-right-grid h5,
.block-left-grid .dragcol > *, .block-right-grid .dragcol > * {
  margin: 0;
  padding: 0; }

.block-left-grid .dragcol, .block-right-grid .dragcol {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
  border-bottom: 1px solid grey;
  padding-right: 20px; }

.modal-body .article-warning {
  display: none;
  color: #e6302e;
  background: rgba(216, 0, 39, 0.15);
  width: 514px;
  padding: 10px 20px;
  border: 1px solid #e6302e; }

.container-banner {
  clear: both;
  display: table;
  content: " ";
  width: 100%;
  padding-top: 0px; }

.container-banner ul {
  color: #555;
  width: 100%;
  float: left;
  margin-top: 0; }

.hero-img .mask {
  display: block;
  position: absolute;
  bottom: -1px;
  left: calc(-600px + 50vw);
  width: 1200px; }

.hero-banner {
  display: grid; }

.hero-banner .hero {
  height: 100%;
  width: 100vw;
  object-fit: cover;
  object-position: 80% 0; }

.hero-banner .bannertext {
  padding: 0 20px; }

.template .hero-banner .bannertext {
  padding: 0 20px; }

.hero-banner .hero-img {
  position: relative;
  height: 450px;
  background-size: cover;
  width: 100%;
  background-position: 80% 0; }

.container-banner .refrigeration-ac {
  background-image: url(/images/bannerimg/refrigeration.jpg);
  background-position: 80%; }

.banne
.container-banner .chiller-glycol {
  background-image: url(/images/bannerimg/chiller.jpg);
  background-position: 100%; }

.container-banner .contact-us {
  background-image: url(/images/home-banner.jpg);
  background-position: 100%; }

.container-banner .process-cooling-fluids {
  background-image: url(/images/bannerimg/home-banner.jpg);
  background-position: 80%; }

.container-banner .process-cooling-fluids {
  background-image: url(/images/bannerimg/home-banner.jpg);
  background-position: 80%; }

.container-banner .fluid-brand-banner {
  background-image: url(/images/bannerimg/fluid-brand-banner-1920px.jpg); }

.container-banner .food-drink-banner {
  background-image: url(/images/bannerimg/spiral-chiller-banner-320px.jpg); }

.container-banner .fms-banner {
  background-image: url(/images/bannerimg/fms-banner-320px.jpg); }

.container-banner .data-centers {
  background-image: url(/images/bannerimg/data-centers-320px.jpg); }

.container-banner .caravan-leisure-banner {
  background-image: url(/images/bannerimg/winterisation-banner.jpg); }

.service h2.h1line3 {
  line-height: 1.3;
  font-weight: 100; }

.hero2 {
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: 90% 0;
  position: relative;
  overflow: hidden; }

.hero2 ul {
  color: #555555;
  margin-bottom: 20px; }

.hero2 .bannertext {
  background: white;
  padding: 20px 25px;
  margin: 150px 15px 20px;
  width: auto;
  float: left; }

.hero2 h1 {
  font-weight: 200;
  text-align: left;
  font-size: 30px;
  margin: 10px auto 20px; }

.hero2 h1 .h1line3, .hero2 h2.h1line3 {
  width: 100%;
  display: block;
  color: #0180b9;
  font-weight: 500;
  text-align: left;
  font-size: 22px;
  margin: 20px auto 30px; }

.hero2 .banner-mask {
  display: none;
  padding: 0; }

.t13herowrap {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  padding-bottom: 20px; }

.t13hero {
  display: grid;
  padding: 20px 0;
  grid-template-areas: 'h1' 'img' 'text' 'mask';
  max-width: 400px;
  margin: 0 auto; }

.t13hero .banner-mask {
  grid-area: mask; }

.t13hero .productbannertext {
  grid-area: text;
  align-self: center;
  margin: 0; }

.t13hero .product-img {
  width: 100%;
  justify-self: center;
  grid-area: img;
  align-self: center; }

.t13hero .h1 {
  grid-area: h1;
  align-self: end; }

.t13hero h1 {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-column-gap: 10px;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  padding: 20px 0; }

.t13hero h1 img {
  width: 100%; }

.t13herowrap .banner-mask {
  display: block;
  position: absolute;
  left: calc(-600px + 50vw);
  width: 1200px;
  bottom: 0; }

.core-section {
  padding-top: 0px; }

.core-product-section {
  overflow-x: hidden; }

.core-section .grid-wrap {
  padding: 0; }

.core-section .grid-wrap ul {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  float: left; }

.section.core-section h2 {
  margin: 0 0 20px;
  padding: 0 20px; }

.section.core-section .body-grid h2 {
  margin: 0; }

.section.core-section p {
  width: 100%; }

.content-grid .cta-side {
  margin-top: 20px; }

.media-item .content-grid .cta-side {
  margin-top: 0px; }

.core-section .block blockquote.box-out {
  width: calc(100% - 12px);
  margin: 0 0 0 12px; }

.core-section .block blockquote.box-out.full-width {
  width: 100%; }

.core-section .box-out.white {
  background: #ffffff; }

.core-section .box-out {
  display: grid;
  float: left;
  padding: 25px 45px 25px 55px;
  align-items: end;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  position: relative;
  margin: 0 0 20px 12px;
  color: #555555;
  width: calc(100% - 12px);
  position: relative; }

.core-section .box-out::before {
  content: '';
  background: #0180b9;
  width: 7px;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 0; }

.core-section .box-out * {
  margin-bottom: 0; }

.core-section .box-out .extra {
  font-size: 12px;
  padding-right: 40px; }

.core-section .box-out .source {
  text-align: right;
  font-weight: bold;
  color: #0180b9; }

.core-section .box-out::after {
  content: url("/images/icons/quote.svg");
  position: absolute;
  top: 19px;
  left: 18px;
  width: 20px; }

.core-section .box-out.no-quote::after {
  content: none; }

section .content-grid {
  display: grid;
  grid-template-areas: 'main-content' 'cta-side' 'links-side';
  float: none; }

.content-grid .main-content {
  grid-area: main-content; }

.content-grid .cta-side {
  display: none; }

.mobile-only .content-grid .cta-side {
  display: grid; }

.content-grid .cta-side {
  grid-area: cta-side; }

.content-grid .links-side {
  grid-area: links-side; }

.section .content-grid ul {
  color: #555;
  margin: 0 0 20px;
  padding: 0 25px;
  display: grid;
  grid-row-gap: 10px; }

.section .content-grid .body-grid-text ul {
  margin: 0; }

.content-grid .links-side .grid-sector {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 30px )/ 3));
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 12px; }

.section .body-grid {
  display: grid;
  grid-row-gap: 30px;
  margin-bottom: 0px;
  padding: 20px; }

.section .body-grid h3 {
  padding: 0;
  margin: 0; }

.section .body-grid .body-grid-logos {
  display: grid;
  grid-template-areas: 'star aggreko waitrose' 'lidl sainsbury ocado';
  grid-template-columns: repeat(3, calc((100% - 40px) / 3 ));
  grid-row-gap: 10px;
  grid-column-gap: 20px;
  padding: 20px;
  background: #f1f1f1;
  align-items: center;
  align-content: start; }

.section .body-grid .body-grid-logos img {
  opacity: 0.5;
  max-height: 40px; }

.section .body-grid .body-grid-logos .lidl {
  grid-area: lidl; }

.section .body-grid .body-grid-logos .star-ref-logo {
  grid-area: star; }

.section .body-grid .body-grid-logos .aggreko {
  grid-area: aggreko; }

.section .body-grid .body-grid-logos .ocado {
  grid-area: ocado; }

.section .body-grid .body-grid-logos .sainsbury {
  grid-area: sainsbury; }

.section .body-grid .body-grid-logos .waitrose {
  grid-area: waitrose; }

.section .body-grid .body-grid-logos .star-ref-logo {
  margin-top: -15px; }

.section .body-grid .body-grid-text {
  display: grid;
  grid-row-gap: 20px; }

.section .body-grid .body-grid-text p {
  padding: 0;
  margin: 0; }

.core-section::before {
  margin: 0; }

.core-section.mobile-only {
  padding-bottom: 0; }

.section .productlist-level-1 {
  display: grid;
  grid-template-columns: 1fr 445px;
  grid-column-gap: 40px;
  width: 100%; }

.section .productlist-level-1.t11 {
  grid-template-columns: 1fr; }

.section .productlist-level-1.t17 {
  grid-template-columns: 1fr; }

.section .productlist-level-1.noimg {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  width: 100%; }

.section .productlist-level-1 .img {
  position: relative;
  padding-top: 20px; }

.section .productlist-level-1 .img img {
  width: 100%; }

.section .productlist-level-1 h3 img {
  width: 28px; }

.section .productlist-level-1 .productlist-level-1-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 50px; }

.section .productlist-level-1.t11 .productlist-level-1-grid {
  grid-template-columns: 1fr;
  grid-row-gap: 50px; }

.section .productlist-level-1 .productlist-level-1-grid.t13.col1 {
  grid-row-gap: 100px;
  grid-template-columns: 1fr; }

.section .productlist-level-1 .productlist-level-1-grid.t13.col2 {
  grid-row-gap: 70px;
  grid-template-columns: 1fr;
  padding: 20px 25px;
  max-width: 400px;
  margin: 0 auto; }

.section .productlist-level-1 .productlist-level-1-grid.t13.col2 .product p,
.section .productlist-level-1 .productlist-level-1-grid.t13.col2 .product h3 {
  padding: 0; }

.productlist-level-1-grid .product {
  display: grid;
  grid-row-gap: 20px; }

.productlist-level-1-grid.t13 .product,
.productlist-level-1-grid.t11 .product {
  grid-template-rows: auto 1fr auto; }

.productlist-level-1-grid .product * {
  margin: 0; }

.productlist-level-1-grid .product .product-logo {
  display: grid;
  grid-template-columns: 26px 1fr;
  grid-column-gap: 6px;
  align-items: center;
  padding: 0; }

.productlist-level-1-grid .product .product-logo img {
  width: 100%; }

.productlist-level-1-grid .product p {
  font-size: 15px;
  padding: 0; }

.productlist-level-1-grid .product button {
  font-size: 15px; }

.parent-page-casestudy {
  width: 100%; }

.mediagrid {
  float: left;
  font-size: 14px; }

.section .mediagrid h5 {
  margin: 0;
  font-size: 16px; }

.case-grid-3 {
  display: grid;
  grid-template-columns: 200px 200px 1fr 45px 206px 1fr;
  grid-template-rows: 115px 115px 115px;
  grid-template-areas: 'csimg csimg cstxt . na1 na1txt' 'csimg csimg cstxt . na2 na2txt' 'csimg2 csimg3 csall . na3 na3txt';
  grid-row-gap: 15px;
  grid-column-gap: 15px; }

.case-grid-2 {
  display: grid;
  grid-template-columns: 360px 360px 45px 206px 1fr;
  grid-template-rows: 115px 115px 115px;
  grid-template-areas: 'csimg  csimg2 . na1 na1txt' 'csimg csimg2 . na2 na2txt' 'cstxt cstxt2 . na3 na3txt';
  grid-row-gap: 15px;
  grid-column-gap: 15px; }

c
.case-grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  padding: 0 25px; }

.csimg {
  position: relative;
  overflow: hidden; }

.csimg img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%; }

.mediagrid .cstxt h3, .mediagrid .cstxt h4 {
  grid-area: title;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #0180b9; }

.mediagrid .cstxt {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px;
  background: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'title' 'author' 'strap' 'more';
  grid-row-gap: 6px; }

.mediagrid .cstxt .strap {
  grid-area: strap; }

.mediagrid .cstxt .author {
  grid-area: author;
  color: #0180b9;
  margin: 0; }

.mediagrid .cstxt .more {
  grid-area: more; }

.mediagrid .cstxt .user-icon {
  grid-area: icon;
  height: 60px;
  display: grid;
  border-radius: 50%;
  background: #f1f1f1;
  overflow: hidden;
  align-items: center;
  justify-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #999; }

.case-grid-3 .cstxt2 {
  display: none; }

.case-grid-3 .cstxt p {
  max-height: 170px;
  overflow: hidden; }

.case-grid-2 .cstxt p {
  max-height: 80px;
  overflow: hidden; }

.mediagrid .cstxt p {
  float: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 0; }

.case-grid-2 .csall, .case-grid-1 .csall {
  display: none; }

.mediagrid .csall p {
  font-size: 12px; }

.bstrip {
  padding: 0 3px;
  background: #0180b9; }

.bstrip2 {
  padding: 0 3px;
  background: #0180b9; }

.bstrip3 {
  padding: 0 3px;
  background: #0180b9; }

.naimg {
  position: relative;
  overflow: hidden; }

.naimg img {
  height: 115px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%; }

.mediagrid .natxt {
  display: grid;
  grid-row-gap: 6px; }

.mediagrid .natxt p {
  overflow: hidden;
  max-height: 70px;
  font-size: 13px;
  float: left;
  margin: 0 0 0 0;
  padding: 0; }

.mediagrid .natxt h3, .mediagrid .natxt h4 {
  margin: 0;
  font-size: 16px;
  padding: 0;
  color: #0180b9; }

.mediagrid .date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px;
  background: #0180b9;
  color: white; }

.mediagrid .naimg .date {
  font-size: 12px; }

.mediagrid .blog-link {
  background: #e6e6e6;
  padding: 20px; }

.mediagrid .more-blogs {
  display: grid;
  grid-row-gap: 10px; }

.mediagrid .more-blogs h5 {
  padding: 0px; }

.mediagrid .more-blogs ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.case-grid-side {
  display: grid;
  grid-row-gap: 10px; }

.case-grid-side .side-article {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 10px;
  background: #e6e6e6;
  font-size: 12px; }

.case-grid-side .side-article .img {
  position: relative;
  overflow: hidden; }

.case-grid-side .side-article .img img {
  min-height: 130px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right; }

.case-grid-side .side-article .text, .case-grid-side .side-article .title {
  background: white;
  padding: 10px;
  display: grid;
  grid-row-gap: 10px;
  align-items: center; }

.case-grid-side .side-article .title {
  grid-row-gap: 5px; }

.case-grid-side .side-article .text h4, .case-grid-side .side-article .title h4 {
  margin: 0;
  color: #0180b9;
  width: 100%;
  font-size: 16px; }

.brandgrid .hbrandh3 {
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 7px; }

.section .brandgrid .hbrandh3 img {
  width: 22px;
  margin: 0px; }

.block {
  padding: 40px 0 0 0; }

.block .quote2 {
  border-left: 5px solid #0180b9;
  padding: 10px 20px 10px 30px;
  margin: 0 0 40px 0;
  font-size: 18px;
  color: #555555; }

.block .quote2 {
  display: grid;
  grid-template-columns: 7px 1fr;
  grid-column-gap: 5px;
  padding: 0;
  border: none;
  margin-bottom: 0; }

.block .quote2 h4 {
  margin-top: 0; }

.block .push-call .tel, .block .quote2 .tel {
  width: 100%;
  color: #0180b9;
  font-size: 8vw;
  font-weight: bold;
  text-align: center; }

.block .quote2 .tel {
  text-align: left; }

.block {
  width: 100%;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 20px; }

.block .quote2 .dossier {
  position: absolute;
  bottom: 4px;
  right: -13px;
  width: 100px;
  display: none; }

.block .strip {
  background: #0180b9; }

.block .callout {
  padding: 26px 32px;
  font-style: normal;
  font-size: 16px;
  color: #0180b9;
  background: #c8e1f1;
  position: relative; }

.block .callout p {
  padding: 0;
  margin: 0; }

.block .callout .tel {
  margin-top: 20px;
  z-index: 10; }

.block .accredit {
  display: block;
  background: lightgrey; }

.block .stripgrey {
  display: none; }

.block .profgrey {
  padding: 26px 32px;
  font-style: normal;
  font-size: 14px;
  color: darkgray;
  background: lightgrey;
  float: left; }

.block .profgrey p {
  padding: 0;
  width: 100%;
  float: left;
  margin: 0; }

.block .profgrey .accredit-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 20px) / 3));
  grid-gap: 10px;
  float: left; }

.block .callout {
  display: grid;
  grid-template-areas: 'title' 'text' 'tel ';
  grid-template-columns: 1fr;
  grid-gap: 10px; }

.block .callout-short {
  grid-template-areas: 'text' 'tel '; }

.block .callout .title, .block .callout h3, .block .callout h4, .block .callout h5 {
  grid-area: title;
  font-size: 20px;
  margin: 0; }

.block .quote2 .quoter {
  display: block;
  font-size: 16px;
  font-weight: bold; }

.grid-sector {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, calc( (100% - 20px) / 2));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 20px;
  float: left; }

.section .grid-sector > h3 {
  grid-column-start: 1;
  grid-column-end: 3; }

.grid-sector.fluid-brands {
  grid-template-columns: 100%;
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 0; }

.section .grid-sector h3 {
  margin: 0; }

p + .grid-sector {
  margin-top: 20px; }

.section .grid-sector span {
  text-align: left; }

.section .grid-sector span.text-center {
  text-align: center; }

.section .grid-sector p {
  font-size: 14px;
  margin: 10px 0 0 0; }

.grid-sectors span {
  display: block;
  padding: 2px 10px;
  margin-top: 4px;
  color: #555;
  border-top: solid 2px #0180b9; }

.grid-sectors.level-1 {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.grid-sector .sectors h3 {
  margin: 12px 0 0 0;
  font-size: 17px; }

.content-grid .links-side .grid-sector {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 30px )/ 3));
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 12px; }

.section .brandgrid .hbrandh3 {
  font-size: 20px;
  font-weight: 900;
  float: none;
  align-items: center; }

.grid-sectors.brandgrid span {
  display: block;
  padding: 2px 0;
  margin-top: 4px;
  color: #555;
  border-top: none; }

.grid-sectors.brandgrid span p {
  margin: 0;
  line-height: normal;
  padding: 0; }

.block .product-data-sheet {
  display: grid;
  grid-row-gap: 20px;
  background: #e6e6e6;
  padding: 26px 32px; }

.block .product-data-sheet h4 {
  margin: 0; }

.block .product-data-sheet ul.pdf-download {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-row-gap: 10px; }

.block .product-data-sheet ul.pdf-download a {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-column-gap: 10px;
  align-items: center; }

.content-grid .cta-side .block .request .request-action {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 20px;
  align-items: center; }

.content-grid .cta-side .block .request .callout button {
  margin: 10px 0; }

.main-content .grid-sector-children {
  display: grid;
  grid-row-gap: 20px;
  width: 100%;
  padding-top: 0px; }

.main-content .grid-children {
  display: grid;
  padding: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto 1fr;
  background: rgba(230, 230, 230, 0.3); }

.grey .main-content .grid-children {
  background: white; }

.main-content .grid-children .text {
  padding: 10px; }

.main-content .grid-children .text a {
  display: grid;
  grid-row-gap: 20px;
  height: 100%; }

.t10 .main-content .grid-children .text a {
  grid-template-rows: auto auto 1fr; }

.t10 .main-content .grid-children .text a button {
  align-self: end; }

.main-content .grid-children p, .main-content .grid-children h3 {
  margin: 0;
  padding: 0; }

.main-content .grid-children h3.prod-logo {
  display: grid;
  grid-template-columns: 23px 1fr;
  grid-column-gap: 4px;
  align-items: center; }

.main-content .grid-children ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.block .grid-sector-t10 {
  position: relative;
  display: grid;
  background: #f1f1f1;
  padding: 20px;
  margin: 36% 0 20px 0;
  width: 100%;
  grid-template-rows: 60px auto;
  border-radius: 40px 0 0 0; }

.block .grid-sector-t10 .grid-children {
  display: grid;
  padding: 20px;
  grid-row-gap: 20px; }

.block .grid-sector-t10 .sector-children {
  display: grid;
  align-content: center;
  grid-row-gap: 4px;
  font-size: 14px;
  padding: 0 10px; }

.block .grid-sector-t10 h3 {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 17px; }

.block .grid-sector-t10 .image-t10 img {
  position: absolute;
  width: 80%;
  bottom: 55%;
  max-width: 300px; }

.section.help-section {
  padding-top: 0px; }

.links + .section.help-section {
  margin-top: 40px; }

.help-section .col2grid .w50.contact {
  grid-template-areas: 'title ' 'form1' 'form2' 'send';
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 20px; }

.w50.contact .form1 {
  grid-area: form1;
  display: grid;
  grid-row-gap: 20px;
  width: 100%; }

.w50.contact .form2 {
  grid-area: form2;
  align-self: stretch;
  width: 100%; }

.w50.contact .form2 textarea {
  height: 100%; }

.w50.contact .send {
  grid-area: send;
  width: 100%; }

.col2grid .w50.contact {
  grid-template-areas: 'title title' 'form1 form2' 'send form2';
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  grid-column-gap: 20px; }

.w50.contact .form1 .form-control, .w50.contact .form2 .form-control {
  border: none; }

.section p.email-validation,
p.email-validation {
  display: none;
  color: #f0ad4e;
  background-color: #fcf8f2;
  padding: 20px;
  margin: 0;
  border-left: 2px solid #f0ad4e;
  border-left-width: 5px;
  border-radius: 0px; }

.form-control.invalid,
.form-control.invalid {
  border-left: 2px solid #e6302e !important; }

.block .wrap {
  background: #e6e6e6;
  padding: 20px;
  display: grid;
  grid-row-gap: 15px; }

.block .wrap * {
  margin: 0; }

.block .contact-wrap {
  background: #e6e6e6;
  padding: 20px; }

.block .contact-wrap .phone-contact {
  display: grid;
  position: relative; }

.block .speech-bubble {
  background: white;
  border-radius: 15px;
  padding: 20px;
  display: grid;
  grid-row-gap: 15px; }

.block .speech-bubble::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
  content: '';
  position: absolute;
  bottom: -30px;
  left: calc((100% / 2) - 30px ); }

.block .speech-bubble .block-title {
  font-size: 24px;
  font-weight: bold; }

.block .speech-bubble p {
  margin: 0; }

.block .speech-bubble .contact-info {
  font-size: 22px;
  font-weight: bold; }

.block .logo {
  width: 50%; }

.section .ppm-boxout {
  display: grid;
  grid-template-columns: 8px 1fr;
  grid-column-gap: 6px;
  float: left;
  margin-top: 20px; }

.section .ppm-boxout.top {
  margin-top: 0px; }

.section .ppm-boxout .blue-line {
  background: #0180b9; }

.section .ppm-boxout .article-boxout {
  background: #ffffff;
  margin: 0;
  border: none;
  display: grid;
  grid-template-columns: 1fr; }

.section .ppm-boxout .article-boxout.grey {
  background: #f1f1f1; }

.section .ppm-boxout .article-boxout .img {
  background-image: url("/images/general-images/filter-installation2.jpg");
  background-size: cover;
  width: 100%;
  background-position: center; }

.section .fmp-boxout .article-boxout .img {
  background-image: url("/images/general-images/biological-test.jpg"); }

.section .ppm-boxout .article-boxout .img.sureflow {
  background-image: url("/images/product-family-images/Sureflow-Drum-group-view-1.jpg"); }

.section .ppm-boxout .article-boxout .img.purachem {
  background-image: url("/images/product-family-images/Purachem-Drum-group-view-1.jpg"); }

.section .content-grid .ppm-boxout ul {
  grid-row-gap: 0px; }

.main-content .grid-sector-children .img img {
  height: 100%;
  object-fit: cover; }

.block .callout-img {
  font-size: 14px; }

.section .block p {
  padding: 0; }

.block .product-cta .side-article {
  grid-template-columns: 1fr;
  color: #0180b9;
  background: #c8e1f1;
  font-size: 14px; }

.block .product-cta-small .side-article {
  color: #0180b9;
  background: #c8e1f1;
  font-size: 12px; }

.block .product-cta .side-article .text, .block .product-cta-small .side-article .text, .block .product-cta .side-article .title {
  background: none; }

.block .product-cta .side-article .text p, .block .product-cta-small .side-article .text p {
  color: #0180b9;
  margin-bottom: 0px; }

.block .product-cta .side-article .img {
  background: white;
  text-align: center; }

.block .product-cta.fluid-check .side-article .img {
  padding: 10px 30px;
  text-align: center; }

.block .product-cta .side-article .img img {
  width: 50%; }

.block .product-cta .side-article button {
  width: 100%; }

.block .product-cta .side-article .img .product-img {
  width: 85%; }

.block .product-cta .side-article .text h4 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: bold; }

.block .product-cta .side-article .title h4 {
  margin-top: 0px;
  font-size: 22px;
  font-weight: bold; }

.parent-page-contact {
  width: 100%; }

.parent-page-contact .parent-contact-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px 0 10px; }

.parent-page-contact .parent-contact-grid .contact-quote {
  align-self: center; }

.parent-page-contact .parent-contact-grid .contact-quote .quote {
  padding: 20px 80px 20px 30px;
  margin: 0;
  text-align: right;
  font-size: 25px;
  color: #555555; }

.parent-page-contact .parent-contact-grid .contact-quote .quote2 {
  padding: 20px 25px;
  margin: 0;
  font-size: 18px;
  color: #555555; }

.parent-page-contact .parent-contact-grid .contact-quote .strip {
  display: none; }

.parent-page-contact .parent-contact-grid .contact-quote .quote .quoter {
  display: block;
  padding-top: 20px;
  width: 100%;
  color: #0180b9;
  font-size: 16px;
  font-weight: bold;
  font-style: normal; }

.parent-page-contact .parent-contact-grid .contact-quote .quote2 .quoter {
  display: block;
  padding-top: 20px;
  width: 100%;
  color: #0180b9;
  font-size: 16px;
  font-weight: bold;
  font-style: normal; }

.parent-page-contact .parent-contact-grid .contact-quote .quote .quoter .name {
  display: block;
  width: 100%;
  font-size: 22px; }

.parent-page-contact .parent-contact-grid .contact-quote .quote2 .quoter .name {
  display: block;
  width: 100%;
  font-size: 18px; }

.parent-page-contact .parent-contact-grid .contact-quote::before {
  position: absolute;
  content: url(/images/quotes.svg);
  bottom: 0;
  right: 25px;
  width: 52px; }

.parent-page-contact .parent-contact-grid .form1 {
  padding: 20px 20px 10px 20px;
  display: grid;
  grid-row-gap: 20px; }

.parent-page-contact .parent-contact-grid .form1 h5 {
  margin: 0;
  padding: 0; }

.parent-page-contact .parent-contact-grid .form2 {
  padding: 20px;
  display: grid;
  grid-template-rows: 1fr; }

.parent-page-contact .parent-contact-grid .send {
  padding: 10px 20px 20px 20px;
  align-self: end; }

.parent-page-contact .parent-contact-grid .send button {
  width: 100%; }

.media-item-contact h2.hydra-strap {
  font-weight: 200;
  font-size: 6vw;
  margin: 0;
  padding: 0 35px; }

.media-item-contact h3.hydra-strap {
  font-size: 4.9vw;
  margin: 0 0 20px;
  padding: 0 35px;
  color: #0180b9;
  width: 100%; }

.product-contact .media-item-contact .phone-contact svg {
  display: none; }

.product-contact .media-item-contact .phone-contact {
  width: 100%; }

.product-contact .media-item-contact .phone-contact h3.talkdirect {
  padding: 0px 35px 10px;
  margin: 20px 0 10px; }

.product-contact .media-item-contact .phone-contact p.talkdirect {
  padding: 0px 35px;
  margin: 0px 0 10px 0; }

.product-contact .media-item-contact .phone-contact span.contact-info {
  margin-left: 35px;
  width: 100%;
  font-size: 27px;
  padding: 0px 0;
  line-height: 20px; }

.product-contact .media-item-contact .phone-contact span.contact-info .email {
  font-size: 19px;
  line-height: 10px; }

.product-contact {
  background: #e6e6e6; }

.product-contact div {
  width: 100%; }

.product-contact .phone-contact {
  width: 250px;
  float: left;
  padding: 0%;
  margin: 0 auto 40px; }

.speechbubble {
  fill: #f9f9f9;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto; }

.product-contact div img.logo {
  position: relative;
  float: left;
  width: 100%;
  margin: 40px 0 20px;
  padding: 0 35px;
  height: auto; }

.product-contact .phone-contact h3.talkdirect {
  position: relative;
  width: 100%;
  font-size: 37px;
  padding: 0px 33px 10px;
  margin: 0; }

.phone-contact p.talkdirect {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 80px 0 20px 0;
  float: right; }

.phone-contact span.contact-info {
  position: relative;
  width: 100%;
  padding: 10px 0;
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  color: #555;
  line-height: 35px; }

span.contact-info .email {
  font-size: 24px;
  color: #555; }

.product-contact form {
  display: grid;
  grid-row-gap: 20px;
  width: 100%;
  background: #e6e6e6;
  padding: 10px; }

.product-contact form .download-selector {
  position: relative;
  margin: 0; }

.product-contact form .download-selector .accordion-downloads {
  border-left: none;
  border-right: none;
  border-top: none; }

.product-contact form .download-selector ul.accordion-content {
  position: absolute;
  background: white;
  width: 100%;
  padding: 0;
  height: 200px;
  overflow: auto; }

.section .product-contact h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #555; }

.product-contact .download-selector .accordion-downloads {
  padding: 6px 12px;
  height: auto; }

.product-contact form input, .product-contact form textarea {
  width: 100%;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0; }

.section .product-contact form p {
  margin: 0; }

.product-contact form button {
  width: 100%;
  border: none;
  background: #0180b9;
  color: white;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.product-contact form button:hover {
  border: none;
  background: #57aee2;
  color: white;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in; }

.modal-body .product-contact form {
  width: 100%;
  float: left; }

.product-contact .media-item-contact .speech-bubble {
  background: white;
  border-radius: 15px;
  width: 86%;
  margin: 7%;
  padding: 20px 20px;
  position: relative; }

.product-contact .media-item-contact .speech-bubble::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #ffffff transparent transparent transparent;
  content: '';
  position: absolute;
  bottom: -30px;
  left: 32%; }

.speech-bubble .filter-logo {
  width: 175px;
  padding: 0;
  margin-right: 20%;
  float: left; }

.product-contact .media-item-contact .phone-contact h3.talkdirect {
  padding: 0;
  margin: 20px 0 10px;
  font-size: 22px;
  width: 100%;
  float: left; }

.product-contact .media-item-contact .phone-contact span.contact-info {
  font-size: 24px;
  line-height: 20px;
  padding: 0;
  margin: 10px 0;
  width: 100%;
  float: left; }

.product-contact .media-item-contact .phone-contact p.talkdirect {
  width: 100%;
  padding: 0;
  margin: 0px;
  float: left; }

.contact-us-page-form {
  width: 100%; }

.contact-page-form {
  margin: 1% 0 1.5% 0; }

.t13herowrap {
  padding: 0 20px 0; }

.core-section.t13.links {
  margin-bottom: 20px; }

@media (min-width: 320px) {
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0; }

  .form-control {
    -webkit-appearance: none;
    border-radius: 0; }

  .navbar-brand {
    width: 85%;
    min-width: 140px;
    max-width: 200px;
    float: left;
    z-index: 0; }

  .navbar-brand img {
    width: 100%;
    height: auto; }

  .navbar-toggle {
    float: left;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 34px; }

  .nav-toggle {
    display: none; }

  .nav-toggle a {
    color: #555; }

  .navbar-toggle .icon-bar {
    width: 100%;
    height: 2px;
    margin: 0; }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px; }

  .navbarfixed p {
    width: 15%;
    float: right;
    margin-left: 6%; }

  .navbarfixed p span {
    font-size: 1.2vw;
    width: 100%; }

  .navbar-form {
    width: 125px;
    float: right;
    padding: 0;
    margin: 3px 0 0 0;
    border-top: none;
    border-bottom: none;
    display: grid;
    grid-template-columns: auto auto; }

  .navbar-form div {
    width: 190px;
    text-align: left;
    line-height: 15px; }

  .navbar-form div b {
    font-size: 21px;
    line-height: 23px; }

  .navbar-form a {
    float: right;
    color: #333333; }

  .navbar-form .folded {
    color: #333333; }

  .navbar-form .bars {
    width: 33%;
    float: right;
    margin-top: 2px;
    padding: 2px 0 0 14%; }

  .section h2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 26px; }

  .section h3, .section h4, .section h5 {
    margin: 30px 0 20px;
    padding: 0 25px;
    text-align: left;
    float: left;
    width: 100%; }

  .section img.product-logo ~ h3 {
    width: 70%;
    padding: 0 25px 0 0; }

  .section h4 {
    padding: 0; }

  .final > div.contact-section {
    width: 100%;
    padding: 0 35px; }

  .section h4 {
    margin: 20px 0 10px;
    width: 90%; }

  .section .productwrap h4 {
    margin: 0 0 10px 25px; }

  .section .productwrap img {
    width: 30px;
    float: left;
    margin: 28px 10px 0 25px; }

  .section p {
    padding: 0 20px;
    margin: 0 0 20px; }

  .triangle.grey:nth-of-type(4)::before {
    border-top: 25px solid white; }

  .grey + .grey {
    padding: 6vw 0; }

  .final {
    padding-bottom: 0; }

  .sectorImage .industry-img {
    margin: 40px 0 0;
    padding: 0 25px; }

  .media-item .relatedproducts {
    width: 100%;
    padding: 0px; }

  .media-item .article .media-inner {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px; }

  .media-item .article .media-inner h1, .media-item .article .media-inner b {
    padding: 0 25px;
    margin: 0 0 10px; }

  .media-item .article .media-inner p {
    margin: 0 0 20px; }

  .media-item .article .media-image {
    width: 100%;
    float: left;
    padding: 0 25px;
    margin: 0 0 20px; }

  .media-item .article ul h4 {
    margin: 20px -25px 10px;
    padding: 0; }

  .media-item .article ul h4 span {
    display: block;
    overflow: hidden; }

  .media-item .article ul div p {
    padding: 0; }

  .media-item .article p {
    margin: 0 0 20px; }

  .media-item .article li p {
    padding: 0; }

  .mediaitem .relatedproducts {
    padding: 25px; }

  .mediaitem .relatedproducts h3 {
    float: left;
    padding: 0;
    margin-top: 0; }

  .mediaitem .relatedproducts h4 {
    float: left;
    padding: 0;
    font-size: 22px; }

  .mediaitem .relatedproducts p {
    padding: 0;
    float: left;
    margin-bottom: 20px; }

  .mediaitem .relatedproducts ul {
    list-style: none;
    padding: 0; }

  .mediaitem .relatedproducts ul li img {
    width: 25px;
    margin-right: 5px;
    float: left; }

  .mediaitem .relatedproducts ul li a {
    width: 100%;
    float: left;
    padding: 10px 0; }

  .mediaitem .relatedproducts ul li {
    width: 100%;
    float: left;
    margin-bottom: 0px; }

  hr {
    float: left;
    width: 100%; }

  .unpublished, .drawer-contents .unpublished a {
    color: red; }

  .published.notfullpublish, .drawer-contents .published.notfullpublish a {
    color: orange; }

  .editor-modal-wide .row {
    width: 100%; }

  #toolbar, #publish, #dev-info {
    width: 225px;
    position: fixed;
    top: 100px;
    left: -225px;
    z-index: 1000;
    background: white;
    padding: 5px 20px 10px;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    border-top: thin solid #e6e6e6;
    border-right: thin solid #e6e6e6;
    border-bottom: thin solid #e6e6e6; }

  #dev-info {
    width: 285px;
    left: -285px;
    top: 189px;
    z-index: 998;
    font-size: 12px; }

  #publish, .media-tools {
    width: 285px;
    left: -285px;
    top: 147px;
    z-index: 999;
    font-size: 12px; }

  #publish textarea {
    width: 100%; }

  #publish .publish-grid, .media-tools .publish-grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-row-gap: 7px;
    padding: 10px; }

  #toolbar div.icon, #publish div.icon, #dev-info div.icon {
    width: 40px;
    position: absolute;
    right: -40px;
    top: -1px;
    padding: 10px;
    background: #0180b9;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    border: thin solid #0180b9; }

  #toolbar h4, #publish h4, #dev-info h4 {
    margin: 0;
    width: 100%;
    padding: 10px 10px;
    border-bottom: solid thin #f1f1f1; }

  #toolbar p, #publish p, #dev-info p {
    margin: 0;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    border-bottom: solid thin #f1f1f1; }

  #toolbar .tool-link {
    font-weight: bold;
    cursor: pointer;
    border-bottom: none; }

  #toolbar .fa-plus-circle {
    color: #0180b9; }

  #actionbox {
    margin-top: 20px; }

  .edit-content {
    position: relative; }

  .edit-content-float {
    float: left; }

  .edit-content img.open-editor {
    position: absolute;
    top: 0px;
    margin: 0 !important;
    left: -20px;
    width: 30px !important;
    z-index: 99999; }

  .edit-img img:hover {
    box-sizing: border-box;
    border: 4px solid red; }

  .modal-body .header, .modal-body .body {
    width: 100%;
    float: left; }

  .modal-body .headerwrap {
    background: #e6e6e6;
    float: left;
    width: 100%;
    padding: 6px 10px;
    margin-top: 20px; }

  .modal-body .header img {
    width: 8%;
    margin-right: 5px;
    margin-top: -5px; }

  .modal-body .body {
    border-bottom: solid thin #f1f1f1; }

  .modal-body p.title {
    width: 50% !important;
    padding: 5px 10px;
    margin-bottom: 0; }

  .modal-body p.status {
    width: 25% !important;
    padding: 5px 10px;
    margin-bottom: 0; }

  .modal-body .tablewrap {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    padding: 0; }

  ol.tablewrap li {
    cursor: pointer;
    float: left;
    width: 90%;
    padding: 6px 10px; }

  ol.tablewrap li:nth-child(even) {
    background: #f1f1f1; }

  body.dragging, body.dragging * {
    cursor: move !important; }

  .dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
    background: #e6e6e6; }

  ol.tablewrap li.placeholder {
    position: relative;
    float: left;
    /** More li styles **/ }

  ol.tablewrap li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/ }

  ol.tablewrap {
    height: 250px;
    overflow: scroll;
    float: left; }

  .editor-modal-wide .modal-body p.title {
    width: 85% !important; }

  .editor-modal-wide p.status {
    width: 15% !important; }

  ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }

  /* line 25, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
  ol.vertical li.placeholder:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: 0;
    left: 0;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none; }

  .article-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 40px;
    margin: 10px 0; }

  .article-grid .header {
    display: grid;
    grid-template-columns: 85% 1fr;
    background: #e6e6e6;
    padding: 6px 10px; }

  .article-grid .sortlist:nth-child(even) {
    background: #f1f1f1; }

  .article-grid .sortlist {
    padding: 10px;
    display: grid;
    grid-template-columns: 20px 1fr auto;
    align-items: center; }

  .article-grid .available-grid {
    max-height: 60vh;
    overflow-y: scroll; }

  .modal-body input.titlename {
    width: 85%;
    float: left; }

  .redborder {
    border: red solid thin; }

  .files div {
    width: 33%;
    float: left; }

  .img-list {
    width: 100%;
    float: left; }

  .img-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  .img-list li {
    width: 33.333333%;
    padding: 2%;
    float: left;
    background: #f1f1f1;
    border: white thin solid;
    height: 160px;
    overflow: hidden;
    position: relative; }

  .img-list li img {
    width: 100%; }

  .img-list li input {
    position: absolute;
    bottom: 5px;
    right: 5px; }

  .slide-edit {
    margin-top: 25px;
    float: left;
    width: 100%; } }
@media (min-width: 480px) {
  .col-lg-offset-1 {
    margin-left: calc((100vw - 480px) / 2); }

  .col-lg-10 {
    width: 480px; }

  .section .w100 h2, .section .w50 h2 {
    font-size: 26px; }

  .lang-grid {
    grid-template-columns: repeat(3, calc((100% - 60px) / 3)); }

  #mobilemenulist ul li.mobile-li {
    padding: 10px calc((100vw - 480px) / 2); }

  nav .nav-grid {
    grid-column-gap: 20px;
    grid-template-rows: 28px; }

  .navbar-brand {
    width: 150px; }

  .navbar-form {
    width: 140px;
    margin: 0px 0 0 0; }

  .navbar-form .bars {
    width: 46px;
    padding: 0 0 0 20px; }

  .drawer-close {
    width: 35px; }

  nav .bg-wrap {
    padding: 30px 0 0; }

  .media-item .article {
    margin-bottom: 40px; }

  .media-item .article .title-wrap {
    width: 100%; }

  .media-item .article .media-inner {
    flex: 0 0 60%;
    align-self: flex-end;
    width: 100%;
    float: left;
    padding: 0 20px 0 0;
    margin: 0 0 20px; }

  .media-item .article .media-image {
    flex: 0 0 40%;
    align-self: flex-start;
    float: left;
    margin: 0 0 20px; }

  .mediaitem .relatedproducts {
    padding: 40px; }

  .media-item .relatedproducts ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }

  .media-item .relatedproducts ul li {
    float: left;
    flex: 0 0 46%; }

  .media-item .relatedproducts img {
    width: 60%;
    float: right; }

  .footer-inner {
    display: grid;
    grid-row-gap: 20px;
    grid-template-areas: 'logo logo logo' 'contact . links' 'acclogos acclogos acclogos'; }

  .logofooter {
    grid-area: logo;
    padding: 0 0 15px 0; }

  .footer-contact {
    grid-area: contact; }

  .footer-col {
    grid-area: links; }

  .footer-col3 {
    grid-area: acclogos; }

  .footer .footer-inner img {
    padding: 0; }

  .footer-logos {
    grid-template-columns: repeat(5, auto);
    justify-content: start;
    grid-template-rows: 13.2vw;
    grid-gap: 20px; }

  .footer-logos img {
    height: 13.2vw; }

  .footer-logos a.on480 {
    display: block; }

  .hero-banner .hero-img {
    height: 400px; }

  .hero-banner .bannertext {
    width: 480px;
    margin: 0 auto; }

  .container-banner .food-drink-banner {
    background-image: url(/images/bannerimg/spiral-chiller-banner-480px.jpg); }

  .hero2 {
    background-size: 110%; }

  .core-section .grid-wrap {
    padding: 0 110px 0 0; }

  .section .body-grid .body-grid-logos {
    grid-template-columns: repeat(3, calc((100% - 40px) / 3 )); }

  .block .quote2 .dossier {
    grid-area: img; }

  .block .callout p {
    grid-area: text;
    align-self: center; }

  .block .callout .tel {
    grid-area: tel;
    font-size: 6vw;
    margin: 0; }

  .grid-sector {
    padding: 0 25px; }

  .main-content.grid-sector {
    padding: 0 20px; }

  .section .brandgrid .hbrandh3 {
    font-size: 16px; }

  .main-content .grid-children {
    grid-column-gap: 20px; }

  .grid-sector.fluid-brands .ibc-img {
    display: none; }

  .grid-sector.fluid-brands {
    grid-template-columns: repeat(2, calc((100% - 20px )/ 2));
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    padding: 26px 32px;
    font-size: 14px; }

  .grid-sector.fluid-brands h3 {
    font-size: 16px; }

  .block .grid-sector-t10 {
    margin: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 150px 1fr;
    border-radius: 40px 0 0 0; }

  .block .grid-sector-t10 .image-t10 {
    position: relative; }

  .block .grid-sector-t10 .image-t10 img {
    width: 130%;
    bottom: -50px;
    left: -40px;
    max-width: none; }

  .parent-page-contact .parent-contact-grid {
    width: 100%;
    grid-template-areas: 'quote quote' 'title title' 'form1 form2' 'send form2';
    grid-template-columns: 150px 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 40px 0 10px; }

  .parent-page-contact .parent-contact-grid .contact-quote {
    grid-area: quote;
    align-self: center; }

  .parent-page-contact .parent-contact-grid .border {
    display: none; }

  .parent-page-contact .parent-contact-grid h5 {
    grid-area: title;
    margin-bottom: 0;
    padding: 0; }

  .parent-page-contact .parent-contact-grid .form1 {
    grid-area: form1;
    padding: 0px;
    grid-row-gap: 20px; }

  .parent-page-contact .parent-contact-grid .form2 {
    grid-area: form2;
    padding: 0px;
    grid-template-rows: 1fr; }

  .parent-page-contact .parent-contact-grid .form2 textarea {
    height: 196px; }

  .parent-page-contact .parent-contact-grid .send {
    grid-area: send;
    padding: 0;
    align-self: end; }

  .parent-page-contact .parent-contact-grid .contact-quote .quote2 {
    padding: 0 0 0 30px;
    margin-left: 100px;
    border-left: 3px solid #0180b9; }

  .parent-page-contact .parent-contact-grid {
    margin: 40px 0 40px;
    padding: 0 25px; }

  .parent-page-contact .parent-contact-grid .contact-quote::before {
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
    width: 70px; }

  .product-contact .media-item-contact img.logo {
    width: 250px;
    margin-top: 20px; }

  .media-item-contact h2.hydra-strap {
    font-size: 29px;
    padding: 0 25px; }

  .media-item-contact h3.hydra-strap {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0 25px; }

  .product-contact .media-item-contact .phone-contact {
    padding: 0 25px; }

  .product-contact .media-item-contact .speech-bubble {
    padding: 25px 25px; }

  .product-contact .media-item-contact .phone-contact h3.talkdirect {
    padding: 0px 0 10px;
    margin: 20px 0 10px; }

  .product-contact .media-item-contact .phone-contact p.talkdirect {
    padding: 0px 0 10px;
    margin: 0px 0 10px; }

  .product-contact .media-item-contact .phone-contact span.contact-info {
    width: 100%;
    display: block;
    padding: 0px 0 10px;
    margin: 0px 0 0px; }

  .product-contact .contact-wrap {
    background: #e6e6e6; }

  .product-contact .phone-contact {
    width: 200px;
    padding: 25px 25px 25px 0;
    margin-bottom: 0px;
    float: right; }

  .speechbubble {
    fill: white;
    top: 70px;
    padding: 0 25px 0 0; }

  .product-contact div img.logo {
    margin: 70px 0 20px;
    padding: 0 20px; }

  .product-contact .phone-contact h3.talkdirect {
    font-size: 27px;
    padding: 0px 15px 10px; }

  .phone-contact p.talkdirect {
    margin: 70px 0 40px 0; }

  .phone-contact span.contact-info {
    font-size: 23px;
    line-height: 28px; }

  span.contact-info .email {
    font-size: 16.5px; }

  .product-contact form {
    padding: 25px; }

  .t13herowrap {
    padding: 0 0px 0; } }
@media (min-width: 500px) {
  .final > div.contact-section {
    padding: 0; }

  .section .productlist-level-1 .productlist-level-1-grid.t13.col2 {
    max-width: 450px;
    padding: 20px 0; }

  .section .productlist-level-1 .productlist-level-1-grid.t11.col3 {
    max-width: 100%;
    padding: 20px 0 40px;
    align-items: start; }

  .t13hero {
    max-width: 450px; }

  .t13hero .productbannertext, .t13hero h1 {
    padding: 20px 0; } }
@media (min-width: 600px) {
  .lang-grid {
    grid-template-columns: repeat(4, calc((100% - 90px) / 4)); }

  .col-lg-offset-1 {
    margin-left: calc((100vw - 580px) / 2); }

  .col-lg-10 {
    width: 580px; }

  .w100 .copy {
    max-width: 600px; }

  .w50 {
    grid-template-columns: 1fr 40%;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 20px;
    justify-items: normal;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'title title' 'copy copy' 'button img'; }

  .w50.engineering {
    grid-column-gap: 20px;
    grid-template-areas: 'title title' 'copy img' 'buttons img';
    grid-template-rows: auto auto auto 1fr;
    padding-bottom: 40px; }

  .w50.drums {
    grid-template-areas: "title title" "copy img" "button img"; }

  .w50 h2::after {
    top: -40px; }

  .section .w50img img {
    right: 0;
    width: 200px; }

  .section .w50img img.home-drums {
    position: absolute;
    left: -100px;
    top: -20px;
    width: 420px; }

  .section .w50img img.filter {
    position: absolute;
    left: -27px;
    top: 33px;
    width: 360px; }

  #mobilemenulist ul li.mobile-li {
    padding: 10px calc((100vw - 580px) / 2); }

  .hero-banner .bannertext {
    width: 580px; }

  .section .body-grid .body-grid-logos {
    grid-template-areas: 'lidl star aggreko ocado' 'lidl sainsbury waitrose ocado';
    grid-template-columns: repeat(4, calc((100% - 120px) / 4 ));
    grid-column-gap: 40px;
    grid-row-gap: 10px; }

  .section .body-grid .body-grid-logos img {
    max-height: 90px; }

  .content-grid .cta-side {
    margin-top: 0px; }

  .block {
    padding: 0px 0 0;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    grid-column-gap: 20px; }

  .block .callout .tel {
    font-size: 3.5vw; }

  .block .profgrey {
    grid-row-gap: 20px; }

  .block .profgrey .accredit-logo-grid {
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
    justify-items: center; }

  .block .profgrey .accredit-logo-grid img {
    width: 80%; }

  .grid-sector.fluid-brands {
    grid-column-start: 1;
    grid-column-end: 3; }

  .grid-sector.fluid-brands {
    grid-template-columns: repeat(3, calc((100% - 40px )/ 3));
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    padding: 26px 32px;
    font-size: 14px; }

  .main-content .grid-children {
    grid-template-columns: 1fr;
    grid-column-gap: 20px; }

  .section .grid-sector.fluid-brands .ibc-img {
    display: block;
    width: 100%;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3; }

  .block .grid-sector-t10 {
    grid-template-rows: 20px 1fr;
    grid-template-columns: 1fr;
    margin: 40px 0 0 0; }

  .block .grid-sector-t10 .image-t10 img {
    width: 70%;
    bottom: 0px;
    left: unset;
    max-width: 180px; }

  .content-grid .cta-side .block .product-cta {
    grid-column-start: 1;
    grid-column-end: 3; }

  .block .product-cta .side-article {
    grid-template-columns: 300px 1fr;
    grid-column-gap: 20px; }

  .block .product-cta .side-article .img img {
    width: 100%; }

  .help-section .col2grid .w50.contact {
    grid-template-areas: 'title title' 'form1 form2' 'send form2';
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    grid-column-gap: 20px; }

  .main-content .grid-sector-children {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px; }

  .t10 .main-content .grid-sector-children {
    padding: 20px 20px 0 20px;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2)); }

  .main-content .grid-sector-children .img img {
    height: 180px;
    width: 100%; }

  .main-content .grid-children.lastoddclass {
    grid-column: auto / span 2;
    grid-template-columns: 0.5fr 0.5fr;
    grid-column-gap: 60px; }

  .case-grid-side .side-article {
    grid-template-columns: 120px 1fr; }

  .t13hero {
    max-width: 500px; }

  .t13hero .productbannertext {
    padding: 20px 0;
    margin: 0; }

  .t13hero .productbannertext h1 {
    margin: 0; }

  .footer-logos {
    grid-template-columns: repeat(6, auto);
    grid-template-rows: 11vw; }

  .footer-logos img {
    height: 11vw; }

  .footer-logos a.on600 {
    display: block; }

  .product-contact .media-item-contact .speech-bubble {
    width: 39%;
    margin: 7% 4% 0 0; }

  .product-contact form {
    grid-column-gap: 20px; }

  .product-contact form h5 {
    grid-column-start: 1;
    grid-column-end: 3; }

  .t13.mobile-only .content-grid .cta-side {
    padding-top: 40px; } }
@media (min-width: 768px) {
  h3 {
    font-size: 22px; }

  a.arrow::before {
    display: none; }

  .cookie-wrapper {
    margin-top: 130px; }

  .cookie-box p {
    width: 90%; }

  .col-lg-offset-1 {
    margin-left: calc((100vw - 700px) / 2); }

  .col-lg-10 {
    width: 700px; }

  .col1grid .w101 {
    grid-row-gap: 30px; }

  .col1grid .w100 {
    padding: 30px 8.33333333%;
    grid-template-areas: 'img copy' 'img copy';
    grid-template-columns: 280px 1fr; }

  .w100 .copy {
    max-width: none; }

  .section .w100img {
    display: block; }

  .section .w100img img {
    width: 128%;
    max-width: none;
    margin-left: -140px; }

  .section .w100img img.blueprints {
    width: 228%;
    margin-left: -349px;
    margin-top: -45px; }

  .section .copy p, .section .w50copy p {
    font-size: 15px; }

  .section .w100 h2, .section .w50 h2 {
    font-size: 30px; }

  .section .w50 h2 {
    font-size: 28px; }

  .w50copy {
    padding: 30px 0; }

  .w50 button {
    margin: 0; }

  .section .w50img img.filter {
    right: -97px;
    left: auto;
    top: 39px;
    width: 350px; }

  .section .w50img img.home-drums {
    top: -60px; }

  .col2grid .w50 {
    grid-template-columns: 1fr 35%;
    padding: 60px 8.33333333%; }

  .w50 img.customer {
    width: 100%;
    left: 40px;
    top: -70px;
    max-width: 255px; }

  .w50 h2::after {
    top: -60px; }

  .cookie-modal .cookie-content {
    padding: 40px 0; }

  .cookie-modal .cookie-body {
    grid-column-gap: 140px;
    grid-template-columns: 1fr 250px;
    padding: 0; }

  .lang-prompt.dark .lang-prompt-grid {
    padding: 20px 0;
    grid-template-columns: 1fr 200px;
    grid-column-gap: 60px; }

  #mobilemenulist ul li.mobile-li {
    padding: 10px calc((100vw - 700px) / 2); }

  nav .nav-grid {
    margin: 0 auto;
    padding: 0; }

  .navbar-brand {
    width: 200px; }

  .navbar-form .bars {
    width: 52px; }

  .navbar-header {
    width: 100%; }

  .navbar-form {
    width: 50%; }

  #page-message .message-box-body {
    padding: 12px 0px; }

  #page-message.ahr-show .message-box-body {
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
    justify-items: start; }

  #page-message.ahr-show .message-box-body img {
    width: 329px; }

  .section {
    padding-bottom: 40px; }

  .section h2 {
    padding: 0;
    font-size: 26px;
    margin-bottom: 40px; }

  .section h3, .section h4 {
    margin: 20px 0;
    padding: 0; }

  .section .productwrap img {
    margin: 0px 10px 0 0px; }

  .section .productwrap h4 {
    margin: 0 0 10px 0;
    width: 100%; }

  .sectorImage .industry-img {
    padding: 0; }

  .section p {
    padding: 0; }

  .triangle::before {
    width: 25px;
    height: 25px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    left: 46.75vw; }

  .triangle.white::before {
    border-top: 25px solid #f1f1f1; }

  .triangle.grey::before {
    border-top: 25px solid white; }

  .triangle.darkgrey::before {
    border-top: 25px solid #f1f1f1; }

  .triangle.grey:nth-of-type(4)::before {
    border-top: 25px solid white; }

  .grey + .grey {
    padding: 0 0 6vw; }

  .triangle.grey.productlanding::before {
    border-top: 25px solid white; }

  .contact-section::before {
    display: none; }

  .final > div.contact-section {
    width: 83.33333333%; }

  .footer {
    padding: 40px 0px; }

  .footer-inner {
    grid-template-columns: repeat(3, calc((100% - 60px)/ 3));
    grid-column-gap: 30px;
    grid-template-areas: 'logo logo logo' 'contact links acclogos';
    font-size: 12px; }

  .footer-col {
    width: 100%;
    float: left;
    padding: 0; }

  .footer-col3 {
    width: 100%;
    float: left; }

  .dark div {
    padding: 11px 0;
    font-size: 12px; }

  .footer-logos {
    grid-template-columns: repeat(7, auto);
    grid-template-rows: 68px;
    padding: 15px 8.33333333%; }

  .footer-logos img {
    height: 68px; }

  .footer-logos a.on768 {
    display: block; }

  .cta-pop-up-wrap {
    display: grid;
    position: fixed;
    bottom: 0;
    right: 40px;
    width: 300px;
    z-index: 99999; }

  .cta-pop-up-wrap .icon {
    display: grid;
    justify-self: end;
    grid-template-columns: 1fr 15px;
    padding: 6px 6px 2px 6px;
    background: #0180b9;
    width: 70px;
    border-radius: 8px 8px 0px 0px;
    -webkit-box-shadow: -1px 6px 4px 0px rgba(0, 0, 0, 0.37);
    box-shadow: -1px 6px 4px 0px rgba(0, 0, 0, 0.37); }

  .cta-pop-up-wrap .icon img {
    width: 100%; }

  .cta-pop-up-wrap .icon img.down {
    align-self: end; }

  .cta-pop-up {
    padding: 20px;
    background: #0180b9;
    color: #FFFFFF;
    -webkit-box-shadow: -1px 6px 4px 0px rgba(0, 0, 0, 0.37);
    box-shadow: -1px 6px 4px 0px rgba(0, 0, 0, 0.37); }

  .cta-pop-up .title-bar {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px; }

  .cta-pop-up .title-bar .tools .close {
    width: 100%;
    margin: 0; }

  .cta-pop-up .title-bar .title {
    font-weight: bold;
    font-size: 18px; }

  .cta-pop-up .content {
    display: grid;
    grid-template-columns: 1fr; }

  .cta-pop-up .content .text p, .cta-pop-up .content .text {
    color: #c8e1f1;
    font-weight: normal;
    font-size: 12px; }

  .cta-pop-up .img img {
    width: 100%; }

  .cta-pop-up .btns {
    display: grid; }

  .cta-pop-up .btns button {
    width: 100%;
    margin: 0;
    color: #c8e1f1;
    background: #064c6d; }

  .cta-pop-up-wrap .hidden {
    display: none; }

  .cta-pop-up .btns button:hover {
    background: #c8e1f1;
    color: #064c6d; }

  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  #cookie-table {
    display: flex;
    margin-top: 10px; }

  #cookie-table p {
    font-weight: 900; }

  .cookie-row {
    width: 100%;
    float: left;
    display: flex; }

  .cookie-row p {
    float: left;
    flex: 1 2 auto; }

  .cookie-row p:nth-of-type(2) {
    float: left;
    flex: 1 1 auto; }

  .cookie-bottom {
    border-bottom: solid thin #e6e6e6;
    margin-bottom: 20px; }

  .cookie-row p.cookie-type {
    font-weight: normal; }

  .modal-body .search-container {
    padding: 25px 15px; }

  .modal-body input.modal-search {
    padding: 30px;
    font-size: 22px; }

  .modal-body .search-svg {
    width: 49px;
    padding: 10px; }

  .modal-header .header-img-2-line {
    width: 40px;
    margin-left: 0x;
    margin-top: 25px;
    float: left; }

  .editor-modal-wide .modal-header .header-img-2-line {
    width: 40px; }

  .editor-modal-wide .modal-body, .editor-modal-wide .modal-header {
    padding: 15px 60px; }

  .modal-body p.intro {
    padding: 0 25px; }

  #smartwizard form {
    padding-right: 33.333333%; }

  #smartwizard li small {
    display: block; }

  .modal-body .step-img {
    top: -70px;
    right: -20px;
    width: 280px; }

  .modal-header svg.svg-inline--fa, .modal-header .pdf-icon {
    width: 30px;
    height: 40px;
    margin-top: 22px; }

  .media-item .article ul {
    padding: 0 0 0 20px; }

  .media-item .article h4 {
    padding: 0; }

  .media-item .article .media-inner h1 {
    font-size: 36px;
    padding: 0; }

  .media-item .article .media-inner b {
    padding: 0; }

  .mediaitem .relatedproducts {
    margin-top: 40px; }

  .media-item .select-wrap {
    width: 45%; }

  .media-item .article .media-inner p {
    width: 50%;
    float: left; }

  .article .action-grid {
    padding: 25px; }

  .article .action-grid .img {
    margin: 0;
    margin-top: 20px; }

  .hero-banner .hero-img {
    height: 100%; }

  .hero-banner .bannertext {
    padding: 0;
    width: 700px; }

  .hero-banner .bannertext2 {
    padding: 0;
    width: 700px;
    margin: 0 auto; }

  .hero2 {
    background-size: 190%;
    background-position: 80% 0;
    display: block; }

  .hero2 .bannertext {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 35px;
    margin: 60px 15px 50px;
    margin-left: 8.33333333%;
    width: 55%;
    float: left; }

  .hero2 h1 {
    text-align: left;
    font-size: 34px;
    margin: 20px 0;
    padding: 0; }

  .hero2 h1 .h1line3 {
    text-align: left;
    font-size: 28px;
    margin: 20px 0;
    padding: 0; }

  .hero2 p {
    margin: 20px 0; }

  .hero2 .banner-mask {
    display: block;
    width: 200%;
    margin-left: -50%;
    float: left; }

  .t13herowrap {
    margin-bottom: -1px; }

  .t13hero {
    display: grid;
    grid-template-columns: 8.33333333% 1fr 45% 8.33333333%;
    grid-template-areas: '. . . .' '. h1 img .'  '. text img .'  'mask mask mask mask';
    grid-row-gap: 20px;
    max-width: 100%; }

  .t13hero .productbannertext {
    width: 100%;
    padding: 0;
    margin: 0;
    align-self: start;
    display: grid;
    grid-row-gap: 20px; }

  .t13hero .productbannertext span.edit-content {
    display: grid;
    grid-row-gap: 20px; }

  .t13hero .productbannertext p {
    padding: 0;
    margin: 0; }

  .t13hero h1 {
    padding: 0;
    grid-template-columns: 46px 1fr; }

  .t13hero .product-img {
    width: 145%;
    justify-self: normal; }

  .case-grid-1 {
    grid-template-columns: 1fr 30%;
    grid-template-rows: auto auto  auto auto  auto auto;
    grid-template-areas: 'csimg na1' 'csimg na1txt' 'csimg na2' 'cstxt na2txt' 'cstxt na3' 'cstxt na3txt';
    grid-row-gap: 15px;
    grid-column-gap: 25px;
    padding: 0; }

  .mediagrid .natxt p {
    display: none; }

  .cstxt1 {
    grid-area: cstxt; }

  .csimg1 {
    grid-area: csimg;
    text-align: center; }

  .cstxt2 {
    grid-area: cstxt2; }

  .csimg2 {
    grid-area: csimg2; }

  .csimg3 {
    grid-area: csimg3; }

  .csall {
    grid-area: csall; }

  .na1 {
    grid-area: na1; }

  .na2 {
    grid-area: na2; }

  .na3 {
    grid-area: na3; }

  .na1txt {
    grid-area: na1txt; }

  .na2txt {
    grid-area: na2txt; }

  .na3txt {
    grid-area: na3txt; }

  .naimg {
    align-self: start; }

  .case-grid-side .side-article {
    grid-template-columns: 140px 1fr; }

  .core-section {
    padding-top: 40px; }

  .section .body-grid {
    padding: 0; }

  .section.core-section h2 {
    padding: 0; }

  .core-section .box-out {
    width: calc(60% - 12px); }

  .core-section .box-out.full-width {
    width: 100%; }

  .block .profgrey .accredit-logo-grid {
    grid-template-columns: repeat(3, calc((100% - 20px) / 3)); }

  .block .profgrey .accredit-logo-grid img {
    width: 100%; }

  .content-grid .cta-side {
    padding: 0px 0 20px; }

  .block {
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    grid-column-gap: 20px; }

  .block .callout .tel {
    font-size: 25px; }

  .grid-sector {
    grid-template-columns: repeat(3, calc((100% - 40px )/ 3));
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    padding: 26px 32px;
    background: #ffffff;
    font-size: 14px; }

  .main-content .grid-sector {
    padding: 0; }

  .section .grid-sector > h3 {
    grid-column-start: 1;
    grid-column-end: 4; }

  .grid-sector.fluid-brands {
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%; }

  .section .grid-sector.fluid-brands .ibc-img {
    max-height: 145px;
    width: auto; }

  .section .ppm-boxout .article-boxout {
    grid-template-columns: 1fr 170px;
    grid-column-gap: 40px; }

  .t10 .main-content .grid-sector-children {
    padding: 0;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2)); }

  .main-content .grid-sector-children .img img {
    height: 220px; }

  .parent-page-contact .parent-contact-grid {
    margin: 40px 0 40px;
    padding: 0; }

  .section .productlist-level-1 .productlist-level-1-grid.t13.col2 {
    max-width: 100%;
    grid-template-columns: 1fr 1fr; }

  .section .productlist-level-1.t11 .img img {
    display: none; }

  .section .productlist-level-1 .productlist-level-1-grid.t17.col3 {
    padding-top: 0; }

  .t13.mobile-only .content-grid .cta-side {
    padding-top: 0px; } }
@media (min-width: 992px) {
  body {
    font-size: 16px; }

  .col-lg-offset-1 {
    margin-left: calc((100vw - 826px) / 2); }

  .col-lg-10 {
    width: 826px; }

  .section .w100 h2, .section .w50 h2 {
    text-align: left; }

  .section .copy p, .section .w50copy p {
    text-align: left; }

  .col1grid .w100 {
    grid-template-columns: 360px 1fr;
    grid-column-gap: 50px; }

  .col1grid .w101 {
    align-items: center; }

  .section .w100img img {
    width: 100%;
    margin-left: 0px; }

  .w50 img.customer {
    width: 90%;
    top: -90px; }

  .section .w100img img.blueprints {
    width: 198%;
    margin-left: -299px;
    margin-top: -25px; }

  .section .w50img img.filter {
    top: -55px;
    width: 400px; }

  .section .w50img img.home-drums {
    top: -80px;
    left: auto;
    width: 470px;
    right: -100px; }

  nav {
    overflow: visible;
    box-shadow: none; }

  .navbarfixed {
    padding-bottom: 0; }

  .navbar-form .bars {
    width: 58px; }

  .section .productwrap p {
    width: 100%;
    padding: 0; }

  .section img.product-logo ~ h3 {
    width: 86%;
    padding: 0;
    margin: 0; }

  .sectorImage .caption {
    margin-bottom: 40px; }

  .final > div.contact-section {
    padding: 0;
    width: 50%;
    margin-left: 0; }

  .section .contact-section h3 {
    margin: 20px 0; }

  .section.final.triangle {
    padding-top: 50px; }

  .modal-dialog {
    width: 98%; }

  .modal-header .close {
    top: 20px;
    right: 20px; }

  .modal-body {
    padding: 15px 10%; }

  .media-item {
    display: flex; }

  .media-item .article .media-inner {
    padding: 0; }

  .media-item .relatedproducts ul li {
    flex: 0 0 28%; }

  .article .action-grid {
    grid-template-columns: 1fr; }

  .container-banner .fms-banner {
    background-image: url(/images/bannerimg/fms-banner-992px.jpg); }

  .hero-banner .bannertext {
    width: 826px; }

  .hero-banner .bannertext2 {
    width: 826px; }

  .hero2 {
    background-size: 125%; }

  .hero h1 {
    font-size: 36px; }

  .hero h1 .h1line3 {
    font-size: 24px; }

  .content-grid .cta-side {
    margin-top: 0px; }

  .core-section::before {
    margin: 0; }

  .grid-sector.fluid-brands {
    grid-template-columns: 100%;
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto; }

  .section .grid-sector.fluid-brands .ibc-img {
    max-height: none;
    width: 100%;
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto; }

  .main-content .grid-children {
    grid-template-columns: 170px 1fr; }

  .block .grid-sector-t10 {
    grid-template-columns: 1fr;
    grid-template-rows: 60px 1fr;
    grid-column-gap: 20px; }

  .block .grid-sector-t10 h3 {
    margin: 0 0 4px 0; }

  .email-validation {
    font-size: 14px; }

  .t10 .main-content .grid-sector-children {
    grid-template-columns: repeat(3, calc((100% - 40px) / 3)); }

  .main-content .grid-children {
    grid-template-columns: 1fr; }

  .main-content .grid-sector-children .img img {
    height: 180px; }

  .block .callout-img {
    display: grid;
    grid-template-areas: 'title' 'text' 'tel';
    grid-template-columns: 1fr; }

  .block .callout-img .title {
    font-weight: bold;
    z-index: 10; }

  .block .callout-img .img {
    display: none; }

  .block .product-cta .side-article {
    padding: 30px; }

  .t13hero {
    padding-top: 0; }

  .t13hero .product-img {
    width: 100%;
    justify-self: center; }

  .mediagrid .cstxt {
    grid-template-columns: 60px 1fr;
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto 1fr;
    padding: 15px 20px;
    grid-template-areas: 'icon title' 'icon author' 'icon strap' 'icon more'; }

  .parent-page-contact .parent-contact-grid {
    grid-template-columns: 260px 1fr; }

  .parent-page-contact .parent-contact-grid .contact-quote .quote2 {
    font-size: 22px; }

  .parent-page-contact .parent-contact-grid .contact-quote .quote2 .quoter .name {
    font-size: 22px; }

  .product-contact .media-item-contact .speech-bubble {
    width: 86%;
    margin: 7%; }

  .product-contact .media-item-contact img.logo {
    padding: 0 45px;
    margin-bottom: 10px; }

  .media-item-contact h2.hydra-strap {
    font-size: 19px;
    padding: 0 45px; }

  .media-item-contact h3.hydra-strap {
    font-size: 15.5px;
    margin-bottom: 5px;
    padding: 0 45px; }

  .product-contact .media-item-contact .phone-contact svg {
    display: block; }

  .product-contact .media-item-contact .phone-contact h3.talkdirect {
    font-size: 20px; }

  .product-contact .phone-contact {
    width: 100%;
    float: left;
    padding: 25px; }

  .mediaitem .speechbubble {
    top: 0px;
    padding: 25px; }

  .product-contact div img.logo {
    margin: 30px 0 20px;
    padding: 0 25px; }

  .product-contact .phone-contact h3.talkdirect {
    font-size: 20px;
    padding: 0px 25px 10px; }

  .phone-contact p.talkdirect {
    margin: 10px 0 80px 0;
    padding: 0 25px; }

  .phone-contact span.contact-info {
    font-size: 34px;
    line-height: 17px; }

  .product-contact span.contact-info .email {
    font-size: 24px; }

  .product-contact form {
    grid-template-columns: 1fr; }

  .product-contact form h5,
  .product-contact form #name,
  .product-contact form #company,
  .product-contact form #email
  .product-contact form #tel,
  .product-contact form .download-selector,
  .product-contact form #application,
  .product-contact form #vol,
  .product-contact form #message,
  .product-contact form .email-validation {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto; }

  .footer-logos {
    grid-template-columns: repeat(9, auto);
    grid-template-rows: 68px; }

  .footer-logos img {
    height: 68px; }

  .footer-logos a.on992 {
    display: block; } }
@media (min-width: 1200px) {
  .col-lg-offset-1 {
    margin-left: calc((100vw - 1000px) / 2); }

  .col-lg-10 {
    width: 1000px; }

  .col1grid .w100 {
    padding: 20px calc(100% / 12) 40px; }

  .col2grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px; }

  .col1grid .w100 {
    grid-column-gap: 50px;
    grid-template-columns: auto 1fr; }

  .col1grid .w101 {
    grid-column-gap: 50px;
    grid-template-columns: 400px 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'img copy';
    align-items: center;
    padding-bottom: 0; }

  .w50.drums {
    grid-template-areas: 'title title' 'copy copy' 'button img';
    grid-template-columns: 1fr 55%; }

  .section .w100 h2 {
    font-size: 30px; }

  .w50.engineering {
    padding-bottom: 0px; }

  .w50.drums {
    grid-column-gap: 20px; }

  .w100copy button, .w50 button {
    margin: 0; }

  .section .w100img img {
    width: 100%; }

  .section .w100img img.blueprints {
    width: 180%;
    max-width: none; }

  .section .w50img img.filter {
    top: 97px;
    left: -67px;
    width: 400px; }

  .section .w50img img.home-drums {
    left: -60px;
    top: -89px;
    width: 474px; }

  .section.help-section .w50img img.home-drums {
    left: 30px;
    top: -125px;
    width: 284px; }

  .col2grid .w50:nth-child(odd) {
    padding: 60px 40px 40px calc(100vw / 12); }

  .col2grid .w50:nth-child(even) {
    padding: 60px calc(100vw / 12) 40px 40px; }

  .col2grid .grey {
    background: #eeeeee; }

  .w50 img.customer {
    width: 230px;
    left: 0; }

  .section .w50img img {
    top: -20px;
    left: 0px; }

  .lang-prompt.dark .lang-prompt-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr auto; }

  .lang-prompt-grid .btns {
    padding: 0px;
    grid-template-columns: 120px 120px;
    grid-column-gap: 15px; }

  nav {
    height: 140px; }

  .nav-spacer {
    height: 140px; }

  nav .bg-wrap {
    padding: 40px 0 0;
    height: 102px; }

  .menu-icon {
    fill: #333333; }

  .bars svg {
    height: 30px; }

  a:hover .menu-icon {
    fill: #0180b9; }

  a:hover .menutext {
    color: #0180b9; }

  a .menu-icon, a .menutext {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out; }

  .navbar-form .bars {
    width: auto;
    margin: 0; }

  .navbar-form {
    width: auto;
    padding-top: 12px; }

  .navbar-form a {
    margin-right: 40px; }

  .navbar-form .form-control {
    width: 20%;
    float: left; }

  .menutext {
    display: block;
    margin-right: 7px;
    float: left;
    padding: 2px 0; }

  .dw-md-4 {
    width: 450px; }

  #product-selector {
    display: block;
    width: 350px;
    position: fixed;
    top: 150px;
    right: -350px;
    background: #fff;
    z-index: 9999;
    padding: 25px 40px;
    border: #e6e6e6 thin solid;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s; }

  #product-selector:hover, #product-selector:focus {
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    right: 0; }

  #product-selector div.tab {
    width: 50px;
    color: #fff;
    position: absolute;
    right: 349px;
    top: 1px;
    padding: 10px;
    background: #0180b9;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    border: thin solid #0180b9;
    height: 200px; }

  #product-selector div.tab .fa-hand-pointer {
    width: 100%; }

  #product-selector div.tab p {
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    height: 155px;
    width: 150px;
    margin-left: 6px; }

  #product-selector h4 {
    margin-top: 0; }

  #product-selector .caretimg {
    width: 20px;
    float: right;
    margin-top: 4px; }

  #product-selector ul.application {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    margin: 0;
    width: 100%;
    position: relative;
    float: left;
    z-index: 500;
    padding: 0;
    display: none; }

  #mega-nav {
    display: block; }

  #mega-nav .nav-link-bar {
    min-height: 38px; }

  #mega-nav .nav-link-bar-inner {
    display: block; }

  #mega-nav .nav-link-bar ul.top-lvl {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }

  #mobilemenu {
    display: none; }

  #mobilemenulist {
    display: none; }

  nav .nav-grid svg {
    height: 100%; }

  nav .nav-grid .wa {
    height: 32px; }

  .navbar-form .form-control, .nav-toggle {
    display: grid;
    grid-template-columns: 26px 1fr 38px 1fr;
    grid-template-rows: 28px;
    grid-column-gap: 5px;
    font-size: 18px;
    align-items: center; }

  div.nav-toggle .phone {
    display: block; }

  .navbar-brand {
    max-width: 250px; }

  #mega-nav .nav-link-bar {
    display: block; }

  #mega-nav .nav-link-bar-inner {
    background: #e6e6e6; }

  .section {
    padding: 25px 0 30px; }

  .section p {
    margin: 0 0 20px; }

  .section h2 {
    font-size: 24px; }

  .section h3 {
    margin: 20px 0 15px;
    font-size: 18px; }

  .section .caption {
    margin-bottom: 30px; }

  .product-section {
    padding-top: 20px; }

  .section .productwrap img {
    margin: 20px 10px 0 0px;
    width: 25px; }

  .section img.product-logo ~ h3 {
    margin: 0; }

  .triangle::before {
    width: 25px;
    height: 25px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    left: 48vw; }

  .triangle.white::before {
    border-top: 25px solid #f1f1f1; }

  .triangle.grey::before {
    border-top: 25px solid white; }

  .triangle.darkgrey::before {
    border-top: 25px solid #f1f1f1; }

  .triangle.grey:nth-of-type(4)::before {
    border-top: 25px solid white; }

  .triangle.grey.productlanding::before {
    border-top: 25px solid white; }

  .footer-inner {
    grid-template-columns: 25% 20% 1fr;
    grid-row-gap: 30px; }

  .footer .footer-inner .logofooter {
    width: 180px; }

  .footer-logos {
    grid-template-columns: repeat(10, auto);
    grid-template-rows: 71px;
    padding: 15px 8.33333333%; }

  .footer-logos img {
    height: 71px; }

  .footer-logos a.on1200 {
    display: block; }

  .modal-dialog {
    width: 600px; }

  .step {
    width: 70%; }

  .editor-modal-wide {
    width: 60%; }

  .media-inner .mediamainimg {
    width: 66%;
    float: left; }

  .media-inner .mediasubimg {
    display: block;
    width: 33.8%;
    padding: 0 0 2.5% 3%;
    float: left; }

  .media-item {
    padding-top: 40px; }

  .media-item .article .media-inner {
    float: left;
    padding: 0 0;
    margin: 0 0 20px; }

  .media-item .article .media-image {
    width: 40%;
    float: left;
    margin: 0 0 20px; }

  .media-item .article h1 {
    margin: 40px 0 20px; }

  .media-item .relatedproducts {
    width: 35%;
    padding: 50px; }

  .media-item .relatedproducts h3 {
    margin: 0px 0 20px; }

  .media-item .relatedproducts ul li {
    flex: 0 0 100%; }

  .media-item .relatedproducts img {
    width: 100%; }

  .article .action-grid {
    grid-template-columns: 1fr 300px;
    grid-column-gap: 20px; }

  .hero-banner {
    position: relative; }

  .hero-banner .hero {
    object-position: top right; }

  .hero-banner .hero-img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto; }

  .hero-img .mask {
    width: 101%;
    margin: 0;
    left: 0; }

  .hero-banner .bannertext {
    width: 745px;
    margin-top: 80px;
    margin-bottom: calc(80px + 2.5%);
    padding: 50px 35px;
    margin-left: calc(((100vw - 1000px) / 2) - 35px);
    background: rgba(255, 255, 255, 0.95); }

  .hero-banner .bannertext h1 {
    margin: 0 0 15px 0; }

  .hero-banner .bannertext2 {
    width: 50%;
    margin-top: 80px;
    margin-bottom: 2%;
    padding: 20px 35px 10px 35px;
    margin-left: 8.33333333%;
    background: rgba(255, 255, 255, 0.95); }

  .hero-banner .bannertext2 h1 {
    margin: 0 0 15px 0; }

  .container-banner .food-drink-banner {
    background-image: url(/images/bannerimg/spiral-chiller-banner-1200px.jpg); }

  .container-banner .fms-banner {
    background-image: url(/images/bannerimg/fms-banner-1200px.jpg); }

  .hero2 {
    background-size: 105%;
    background-position: 90% 30px;
    background-position: 90% 0px;
    padding: 0; }

  .hero2 .bannertext {
    width: 50%;
    margin-top: 45px;
    margin-bottom: 45px; }

  .hero2 h1 {
    font-size: 36px;
    margin: 15px 0 15px; }

  .hero2 h1 .h1line3 {
    font-size: 30px;
    margin: 15px 0; }

  .hero2 p {
    font-size: 16px;
    margin: 22px 0; }

  .hero2 .banner-mask {
    width: 120%;
    margin: 0 0 0 -10%; }

  .t13hero h1 {
    font-size: 34px;
    margin: 0; }

  .t13hero .productbannertext {
    width: 100%;
    margin: 0; }

  .t13herowrap .banner-mask {
    width: 101%;
    margin: 0;
    left: 0; }

  .case-grid-1 {
    width: 100%;
    grid-template-columns: 43% auto 1fr 18% auto;
    grid-template-rows: 120px 120px 120px;
    grid-template-areas: 'csimg cstxt . na1 na1txt' 'csimg cstxt . na2 na2txt' 'csimg cstxt . na3 na3txt';
    grid-row-gap: 10px;
    grid-column-gap: 20px;
    margin-bottom: 40px;
    align-items: initial; }

  .csimg img {
    height: 100%;
    width: auto; }

  .naimg {
    align-self: initial; }

  .naimg img {
    height: 100%;
    width: auto; }

  .mobile-only {
    display: none; }

  .section .core-section {
    padding-top: 60px; }

  .section .content-grid {
    display: grid;
    grid-template-areas: 'main-content cta-side' 'main-content links-side';
    grid-template-columns: 1fr 335px;
    grid-column-gap: 90px;
    float: none; }

  .section .body-grid {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 40px;
    padding: 0;
    margin-bottom: 40px; }

  .section .body-grid h3 {
    grid-column-start: 2;
    grid-column-end: 3; }

  .section .body-grid .body-grid-logos {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 200px;
    grid-template-areas: 'star star' 'aggreko aggreko' 'lidl ocado' 'sainsbury sainsbury' 'waitrose waitrose';
    grid-template-columns: repeat(2, calc((100% - 20px) / 2 ));
    grid-column-gap: 20px;
    grid-row-gap: 20px; }

  .section .body-grid .body-grid-logos .star-ref-logo,
  .section .body-grid .body-grid-logos .aggreko,
  .section .body-grid .body-grid-logos .sainsbury,
  .section .body-grid .body-grid-logos .star-ref-logo,
  .section .body-grid .body-grid-logos .waitrose {
    margin-top: 0px; }

  .content-grid .cta-side {
    display: grid; }

  .core-section .box-out {
    width: calc(100% - 12px); }

  .core-section .box-out.full-width {
    width: 100%; }

  .block {
    grid-template-columns: 100%; }

  .block .quote2 .dossier {
    bottom: 4px;
    top: auto;
    right: -13px;
    width: 107px; }

  .content-grid .cta-side .block .product-cta {
    grid-column-end: 2; }

  .section .brandgrid .hbrandh3 {
    font-size: 19px; }

  .grid-sector.fluid-brands {
    grid-column-end: 2; }

  .main-content .grid-sector-children {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px; }

  .main-content .grid-children {
    grid-template-columns: 1fr; }

  .t10 .main-content .grid-sector-children {
    padding-top: 20px; }

  .block .product-cta .side-article {
    padding: 10px;
    grid-template-columns: 1fr; }

  .parent-page-contact .parent-contact-grid {
    width: 100%;
    grid-template-areas: 'quote border title .' 'quote border form1 form2'  'quote border send form2';
    grid-template-columns: 360px 40px 190px 1fr;
    margin: 40px 0 10px; }

  .parent-page-contact .parent-contact-grid .border {
    display: block;
    grid-area: border;
    border-left: 5px solid #0180b9; }

  .parent-page-contact .parent-contact-grid .contact-quote .quote2 {
    padding: 20px 40px 20px 30px;
    text-align: right;
    margin: 0;
    border: none; }

  .parent-page-contact .parent-contact-grid .contact-quote::before {
    bottom: 0;
    top: auto;
    width: 112px; }

  .parent-page-contact .parent-contact-grid .form2 {
    margin-bottom: 15px; }

  .parent-page-contact .parent-contact-grid .send {
    margin-bottom: 15px; }

  .parent-page-contact .parent-contact-grid .form2 textarea {
    height: 202px; }

  .parent-page-contact .parent-contact-grid h5 {
    margin-top: 15px; } }
@media (min-width: 1400px) {
  .col-lg-offset-1 {
    margin-left: calc((100vw - 1280px) / 2); }

  .col-lg-10 {
    width: 1280px; }

  .w100copy {
    width: 80%; }

  .col1grid .w100 {
    padding: 20px calc((100vw - 1280px) / 2) 40px; }

  .col1grid .w101 {
    padding: 0 calc((100vw - 1280px) / 2) 0 0; }

  .col2grid .w50:nth-child(odd) {
    padding: 60px 40px 40px calc((100vw - 1280px) / 2); }

  .col2grid .w50:nth-child(even) {
    padding: 60px calc((100vw - 1280px) / 2) 40px 40px; }

  .line-break {
    display: block; }

  .w50.drums {
    grid-template-areas: "title title" "copy img" "button img";
    grid-template-rows: auto auto 1fr; }

  .col1grid .w101 {
    grid-template-columns: 1fr 700px; }

  .section .w100img img.blueprints {
    width: 100%;
    max-width: none;
    margin-left: 0px; }

  .section .w50img img.filter {
    left: -67px;
    top: 12px; }

  .section .w50img img.home-drums {
    left: -30px;
    top: unset;
    bottom: -56px;
    width: 580px; }

  .section.help-section .w50img img.home-drums {
    left: -30px;
    top: unset;
    bottom: -56px;
    width: 580px; }

  nav {
    height: 160px; }

  .nav-spacer {
    height: 160px; }

  nav .bg-wrap {
    height: 122px; }

  nav .nav-grid {
    grid-template-rows: 47px; }

  nav .nav-grid svg {
    height: 32px; }

  nav .nav-grid .wa {
    height: 38px; }

  .navbar-form .form-control, .nav-toggle {
    grid-template-rows: 32px; }

  .navbar-brand {
    width: 250px; }

  .footer-inner {
    grid-template-columns: 20% 20% 1fr; }

  .footer-logos {
    grid-template-columns: repeat(13, auto);
    grid-template-rows: 71px;
    padding: 15px 0;
    width: 1280px;
    margin-left: calc((100vw - 1280px) / 2); }

  .footer-logos img {
    height: 71px; }

  .footer-logos a.on1400 {
    display: block; }

  .hero-banner .bannertext {
    width: 855px;
    margin-left: calc((((100vw - 1280px) / 2) - 35px)); }

  .hero-banner .bannertext2 {
    width: 855px;
    margin-left: calc(((100vw - 1280px) / 2)); }

  .hero2 h1 {
    font-size: 40px; }

  .hero2 p {
    margin: 20px 0; }

  .t13hero {
    grid-template-areas: '. h1 img .' '. text img .' 'mask mask mask mask';
    grid-template-columns: calc((100vw - 1280px) / 2) 640px 1fr calc((100vw - 1280px) / 2); }

  .t13hero .productbannertext {
    margin: 0;
    width: 100%;
    padding: 0; }

  .t13hero h1 {
    grid-template-columns: 44px 1fr;
    font-size: 34px; }

  .product-contact .media-item-contact img.logo {
    width: 300px;
    margin-top: 30px; }

  .media-item-contact h2.hydra-strap {
    font-size: 24px; }

  .media-item-contact h3.hydra-strap {
    font-size: 19.6px; }

  .phone-contact p.talkdirect {
    margin: 10px 0 120px 0; }

  .phone-contact span.contact-info {
    font-size: 42px;
    line-height: 40px; }

  .product-contact span.contact-info .email {
    font-size: 29px; } }
@media (min-width: 1600px) {
  .footer-logos a {
    display: block; }

  .cta-pop-up-wrap .icon {
    justify-self: start; }

  .hero-banner .bannertext {
    margin-left: calc(((100vw - 1280px) / 2) ); }

  .hero-banner .bannertext2 {
    margin-left: calc(((100vw - 1280px) / 2) ); }

  .hero2 p {
    width: 80%; }

  .mediagrid .natxt p {
    display: block; }

  .case-grid-side .side-article {
    grid-template-columns: 200px 1fr; }

  .section .content-grid {
    grid-template-columns: 1fr 405px; }

  .block .quote2 .dossier {
    width: 120px; }

  .grid-sector.fluid-brands {
    grid-template-columns: repeat(2, calc((100% - 20px )/ 2));
    grid-column-gap: 20px; }

  .section .grid-sector.fluid-brands .ibc-img {
    grid-column-start: 1;
    grid-column-end: 3; }

  .block .grid-sector-t10 {
    grid-template-columns: 120px 1fr;
    grid-template-rows: 1fr;
    margin: 0 0 20px; }

  .block .grid-sector-t10 .image-t10 img {
    width: 170%;
    bottom: -60px;
    left: -70px;
    max-width: none; }

  .block .callout-img {
    grid-template-areas: 'title img' 'text img' 'tel img';
    grid-template-columns: 1fr 120px;
    grid-gap: 10px;
    padding-right: 0;
    overflow: hidden; }

  .block .callout-img .img {
    grid-area: img;
    position: relative;
    z-index: 10;
    display: block; }

  .block .callout-img span {
    z-index: 10; }

  .block .callout-img .img img {
    position: absolute;
    width: 225%;
    top: -9px;
    right: -96px;
    z-index: 0; }

  .parent-page-contact .parent-contact-grid {
    grid-template-columns: 360px 40px 280px 1fr; } }
@media (min-width: 1920px) {
  .col-lg-10 {
    width: 1280px; }

  .col8-4 {
    padding: 20px calc(100% / 6) 40px; }

  .navbarfixed {
    margin-bottom: 35px; }

  .navbar-form {
    padding-top: 12px; }

  .section {
    padding: 30px 0 30px; }

  .section.help-section {
    padding: 0px 0 60px; }

  .section.core-product-section {
    padding: 40px 0 60px; }

  .product-section {
    padding-top: 20px; }

  .section .text-large {
    font-size: 17px; }

  .section p {
    margin: 0 0 20px; }

  .section div.productwrap {
    margin-bottom: 20px; }

  .triangle::before {
    width: 35px;
    height: 35px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    left: calc(50vw - 35px); }

  .section .caption {
    margin-bottom: 30px; }

  .triangle.white::before {
    border-top: 35px solid #f1f1f1; }

  .triangle.grey::before {
    border-top: 35px solid white; }

  .triangle.grey:nth-of-type(4)::before {
    border-top: 35px solid white; }

  .final > div.contact-section {
    margin-left: 0;
    padding-left: 40px; }

  .footer-logos {
    grid-template-rows: 71px; }

  .footer-logos img {
    height: 71px; }

  .modal-header .close {
    width: 30px; }

  .step {
    width: 55%; }

  .step .modal-body, .step .modal-header {
    padding: 15px 50px; }

  .modal-body .step-img {
    top: -80px;
    right: -20px;
    width: 380px; }

  .mediaitem {
    padding-top: 0px; }

  .container-banner .food-drink-banner {
    background-image: url(/images/bannerimg/spiral-chiller-banner-1920px.jpg); }

  .container-banner .caravan-leisure-banner {
    background-image: url(/images/bannerimg/winterisation-banner.jpg); }

  .container-banner .fluid-brand-banner {
    background-image: url(/images/bannerimg/fluid-brand-banner-1920px.jpg); }

  .container-banner .fms-banner {
    background-image: url(/images/bannerimg/fms-banner-1920px.jpg); }

  .container-banner .blankp .banner-mask {
    margin: 0 0 0 -10%;
    width: 120%; }

  .hero2 {
    background-size: 100%;
    background-position: 0px 10px;
    background-position: 0px 0px;
    padding: 170px 0 30px;
    padding: 0;
    width: 100%; }

  .hero2 .bannertext {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 40px;
    margin: 60px 0 60px 16.6666666667%;
    width: 41.6666666667%; }

  .hero2 h1 .h1line3 {
    margin: 25px 0; }

  .hero2 p {
    width: 90%;
    margin-top: 0px;
    font-size: 17.5px; }

  .hero2 .banner-mask {
    width: 100%;
    margin: 0; }

  .t13hero {
    min-height: 470px; }

  .t13hero .productbannertext {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0; }

  .case-grid-1 {
    grid-template-columns: 1fr 0 300px 300px;
    grid-template-rows: 130px 81px 40px 130px 81px;
    grid-template-areas: 'csimg . na1 na2' 'csimg . na1txt na2txt' 'csimg . . .' 'cstxt . na3 link' 'cstxt . na3txt link';
    grid-row-gap: 0;
    grid-column-gap: 40px;
    align-items: initial; }

  .case-grid-1 .blog-link {
    grid-area: link; }

  .csimg img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%; }

  .naimg {
    align-self: initial; }

  .naimg img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    object-position: right; }

  .mediagrid .cstxt {
    margin-bottom: 0px;
    background: white;
    padding: 30px 70px 30px 40px; }

  .mediagrid .cstxt .strap {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

  .mediagrid .natxt {
    margin-bottom: 0px;
    background: white;
    padding: 12px 20px; }

  .mediagrid .natxt p {
    max-height: 80px; }

  .mediagrid .natxt h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 15px;
    -webkit-line-clamp: 3;
    line-height: 1.3em;
    -webkit-box-orient: vertical; }

  .parent-page-contact .parent-contact-grid {
    grid-template-columns: 475px 60px 300px 1fr; }

  .parent-page-contact .parent-contact-grid .contact-quote .quote2 {
    padding: 20px 60px 20px 30px;
    font-size: 25px; }

  .speech-bubble .filter-logo {
    padding: 0px 0 20px; }

  .media-item-contact h2.hydra-strap {
    font-size: 28px; }

  .media-item-contact h3.hydra-strap {
    font-size: 23px; }

  .product-contact .media-item-contact .phone-contact h3.talkdirect {
    margin-top: 0px;
    font-size: 25px; }

  .product-contact .media-item-contact .phone-contact span.contact-info {
    font-size: 30px;
    line-height: 20px; }

  .product-contact .media-item-contact .phone-contact span.contact-info .email {
    font-size: 21px;
    line-height: 20px; }

  .product-contact .media-item-contact .phone-contact {
    margin-bottom: 20px; }

  .product-contact .phone-contact {
    margin: 0 0 50px; }

  .product-contact div img.logo {
    margin-top: 30px;
    padding: 0 55px; }

  .product-contact .phone-contact h3.talkdirect {
    font-size: 24px;
    padding: 0px 55px; }

  .phone-contact p.talkdirect {
    margin: 10px 0 10px 0;
    padding: 0 55px; }

  .phone-contact span.contact-info {
    font-size: 32px;
    line-height: 40px;
    padding: 0 55px; }

  .product-contact span.contact-info .email {
    font-size: 22.5px; } }
