/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Have fun Dave :) */

[data-once="node-preview"] {
  background-color: #fff!important;
}

:root {
  --ess-dark-blue: #0d2455;
  --ess-mid-blue: #184896;
  --ess-sky-blue: #4a9fd3;
  --ess-light-blue: #d2ecf9;
  --ess-black: #121212;
  --ess-white: #ffffff;
}

/*--------- Log-in start ----------*/

form#user-login-form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5vw;
  /* margin-bottom: 3vw; */
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-composite > .fieldset-wrapper > .description, .form-item .description {
  font-size: 0.85em;
  margin-top: 10px;
}
.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

form#user-login-form input {
  height: 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

form#user-login-form label {
  margin-bottom: 10px;
  display: block;
}

/*--------- Log-in End ----------*/

div#block-ess24-primary-local-tasks > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

main {
  position: relative;
  
}
/* .layout-content {
  padding: 3vw;
} */

.clear {
  clear: both;
}

body {
  font-family: 'Red Hat Display';
  font-size: 100%;
  color:var(--ess-dark-blue);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1 {
  font-family: 'Red Hat Display';
    font-size: clamp(1.7rem,2.6vw,10rem);
    color: var(--ess-white);
    line-height: 1.1;
    font-weight: normal;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
}

h2 {
  font-size: 1.5rem;
  color: var(--ess-dark-blue);
  -webkit-margin-before: 0;
  margin-block-start: 0;
  font-weight: normal;
}
h3 {
  font-size: 1.1rem;
  color: var(--ess-dark-blue);
}
h4 {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--ess-dark-blue);
  line-height: 1.1;
}
h5 {
  font-size: 1.3rem;
  color: var(--ess-dark-blue);
  line-height: 1.5;
}

input#edit-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--ess-white);
  border-radius: 17.5px;
  border-color: var(--ess-dark-blue);
  background-color: var(--ess-mid-blue);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 15px;
  height: auto;
}
input#edit-submit:hover {
  color: var(--ess-dark-blue);
  background-color: var(--ess-sky-blue);
}

input{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color:var(--ess-mid-blue);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ;
  -o-transition: all 0.5s ;
  transition: all 0.5s ;
}
a:hover {
  color:var(--ess-sky-blue);
}

.webform-confirmation {
  padding: 20px;
  display: block;
  margin: auto;
  text-align: center;
}

/*------- Header Start ------ */
header {
  width: 100%;
  z-index: 100;
  padding: 10px 3vw;
  background-color: var(--ess-white);
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.header-logo-container {
  margin-right: auto;
  position: relative;
}
a.header-logo {
  display:block;
}

.header-logo .ess-logo {
  width: clamp(100px, 30vw, 200px);
  height: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 10px;
  text-align: right;
  z-index: 300;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*------- Header End ------ */

/*------- Breadcrumb Start ------ */
#block-ess24-breadcrumbs ol {
  list-style-type: none;
  background-color: var(--ess-dark-blue);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-size: clamp(0.4rem, 1vw, 12px);
  padding: 3px 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#block-ess24-breadcrumbs a {
  color: var(--ess-white);
}
#block-ess24-breadcrumbs a:hover, #block-ess24-breadcrumbs a:active {
  color: var(--ess-sky-blue);
}
#block-ess24-breadcrumbs li{
  color: var(--ess-white);
}
#block-ess24-breadcrumbs li::after {
  content: '>';
  color: var(--ess-white);
}
#block-ess24-breadcrumbs li:last-child:after {
  content: '';
}
#block-ess24-breadcrumbs li:last-child {
  color: var(--ess-sky-blue);
}
/*------- Breadcrumb End ------ */

/*------- Header Navigation Start ------- */

a#phone-no, a#email-addr {
  border: 1px solid var(--ess-dark-blue);
  border-radius: 20px;
  background-color: var(--ess-white);
  color: var(--ess-dark-blue);
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 6px;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 250;
  line-height: 1;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a#phone-no:hover, a#email-addr:hover {
  background-color: var(--ess-mid-blue);
  color: var(--ess-white);
  border: 1px solid var(--ess-mid-blue);
}
a#phone-no, a#email-addr {
  padding: 10px;
}


a#email-addr:before {
  content: '';
  background-image: url(/sites/default/files/ess-email-icon-blue.svg);
  background-repeat: no-repeat;
  height: auto;
  width: 20px;
  display: block;
  /* float: left; */
  padding: 10px 3px;
  /* margin: 0 10px; */
}
a#phone-no:before {
  content: '';
  background-image: url(/sites/default/files/ess-phone-icon-blue.svg);
  background-repeat: no-repeat;
  height: auto;
  width: 20px;
  display: block;
  /* float: left; */
  padding: 10px 3px;
  /* margin: 0 8px; */
}

a#email-addr:hover::before {
  background-image: url(/sites/default/files/ess-email-icon-white.svg);
}
a#phone-no:hover::before {
  background-image: url(/sites/default/files/ess-phone-icon-white.svg);
}

/*------- Superfish nav Start ------- */
ul.sf-menu.sf-style-white {
  margin-bottom: 0!important;
}
ul.sf-menu.sf-style-white a {
  border: 1px solid var(--ess-dark-blue);
  border-radius: 80px;
  background-color: var(--ess-white);
  color: var(--ess-dark-blue)!important;
}
ul.sf-menu.sf-style-white a.is-active {
  border: 1px solid var(--ess-mid-blue)!important;
  background-color: var(--ess-dark-blue);
  color: var(--ess-white)!important;
}
ul.sf-menu.sf-style-white li:hover {
  background: var(--ess-white);
}

ul.sf-menu.sf-style-white li:hover, ul.sf-menu.sf-style-white li.sfHover, ul.sf-menu.sf-style-white a:focus, ul.sf-menu.sf-style-white a:hover, ul.sf-menu.sf-style-white span.nolink:hover
 {
    background-color: var(--ess-mid-blue);
    color: var(--ess-white)!important;
    border-radius: 20px;
 }

div.sf-accordion-toggle.sf-style-white a {
  background-color: var(--ess-white);
  border: none;
  color: var(--ess-mid-blue);
  display: inline-block;
  font-weight: bold;
  padding: 1em 3em 1em 1em;
  position: relative;
}
div.sf-accordion-toggle.sf-style-white a span {
  display: none;
}
div.sf-accordion-toggle.sf-style-white a.sf-expanded, ul.sf-menu.sf-style-white.sf-accordion li.sf-expanded {
  background: var(--ess-white);
}
.mobile-menu {
display: none;
}
#superfish-main--2-toggle {
  height: 30px;
  width: 30px;
  background: url(/sites/default/files/ham-menu-3lines.svg) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  float: right;
  pointer-events: all;
  position: relative;
  /* top: 25px; */
  z-index: 800;
  padding: 0;
}

#superfish-main--2-toggle.sf-expanded {
  background: url(/sites/default/files/ham-menu-cross.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
#superfish-main--2-toggle::after {
  display: none;
}
ul.sf-menu.sf-style-white li, ul.sf-menu.sf-style-white.sf-navbar {
  background: var(--ess-white);
  margin: 5px;
}
ul#superfish-main--2-accordion {
  margin-top: 40px;
  -webkit-box-shadow: 0px 5px 10px var(--ess-dark-blue);
          box-shadow: 0px 5px 10px var(--ess-dark-blue);
  padding: 10px;
  background: var(--ess-white);
}
ul#superfish-main--2-accordion a {
  border: none!important;
  border-radius: 0!important;
}
ul#superfish-main--2-accordion a:hover {
  color: var(--ess-white);
  background-color: var(--ess-mid-blue);
  
}
ul#superfish-main--2-accordion li {
  margin: 0;
  background: var(--ess-white);
}
ul#superfish-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

span.nolink, span.nolink:hover, span.nolink:focus, span.nolink:active {
  border-radius: 0 !important;
  background-color: var(--ess-white);
  color: var(--ess-dark-blue)!important;
}


a.sf-depth-2 {
  text-align: left;
  border: 0!important;
  font-weight: 700;
}
a.sf-depth-3, a.sf-depth-4  {
  text-align: left;
  border: 0;
  font-weight: 400;
}

li.sf-clone-parent {
  display: none;
}
ul.sf-menu.sf-horizontal.sf-shadow ul a, ul.sf-menu.sf-style-white span.nolink {
  border-radius: 0;
  border: 0;
}

ul.sf-menu.sf-horizontal.sf-shadow ul {
  top: 50px;
  -webkit-box-shadow: 0px 5px 10px var(--ess-dark-blue);
          box-shadow: 0px 5px 10px var(--ess-dark-blue);
  padding: 10px;
  background: var(--ess-white);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  /* min-width: max-content; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
ul.sf-menu.sf-horizontal.sf-shadow li {
  margin: 0;
}
/*------- Superfish nav End ------- */

/*------- Header Navigation End ------- */


/*----- Layout Basic Start ---- */
.ess-page-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ess-sidebar-left {
  background: -o-radial-gradient(bottom right, ellipse, rgba(74,159,211,1) 0%, rgba(24,72,150,1) 50%, rgba(13,36,85,1) 100%);
  background: radial-gradient(ellipse at bottom right, rgba(74,159,211,1) 0%, rgba(24,72,150,1) 50%, rgba(13,36,85,1) 100%);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3vw;
  height: inherit;
  min-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.ess-sidebar-left .wide {
  min-width: 350px;
}

.ess-page-content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 3vw;
  min-width: 450px;
  background-color: var(--ess-light-blue);
  background-image: url(/sites/default/files/ess-logo-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 200px 50px;
}
.ess-page-content.\.map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  width: 100%;
  min-width: 350px;
}

.ess-sidebar-text {
  color: var(--ess-white);
}
.ess-sidebar-text ul {
  -webkit-padding-start: 1vw;
          padding-inline-start: 1vw;
}

.ess-home-banners {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 26 / 9;
  min-width: 768px;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  background-color: var(--ess-light-blue);
  background-image: url(/sites/default/files/ess-logo-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 200px 50px;
} 

/*------ Home Banner Slider animation Start ------ */

.ess-home-banners .views-row {
  position: absolute;
  -webkit-animation: home-slider 32s linear infinite;
          animation: home-slider 32s linear infinite;
  visibility: hidden;
  width:100%;
  height:auto;
  aspect-ratio: 26/9;
}
.ess-home-banners .views-row img {
  aspect-ratio: 26/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ess-home-banners .views-row:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s;}
.ess-home-banners .views-row:nth-child(2){-webkit-animation-delay:8s;animation-delay:8s;}
.ess-home-banners .views-row:nth-child(3){-webkit-animation-delay:16s;animation-delay:16s;}
.ess-home-banners .views-row:nth-child(4){-webkit-animation-delay:24s;animation-delay:24s;}
.ess-home-banners .views-row:nth-child(5){-webkit-animation-delay:32s;animation-delay:32s;}

@-webkit-keyframes home-slider {
  0% { visibility:visible; }
  33.33% { visibility: hidden; }
}

@keyframes home-slider {
  0% { visibility:visible; }
  33.33% { visibility: hidden; }
}

/*------ Home Banner Slider animation End ------ */


/*------ Product Tiles Start ------ */

.ess-home-product-tiles {
  background-color: var(--ess-light-blue);
  padding:  25px 3vw;
}

.ess-home-product-tiles .views-element-container >div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.supplier-tile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ess-home-product-tiles .views-row {
  background-color: var(--ess-white);
  -webkit-box-shadow: 0px 5px 10px var(--ess-dark-blue);
          box-shadow: 0px 5px 10px var(--ess-dark-blue);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
  min-width: 280px;
}
.supplier-tile-image-container, .supplier-tile-text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}
.supplier-tile-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
}

.supplier-tile-text-container {
  padding: 20px;
  text-align: center;
}
.tile-supplier-title {
  font-size: 0.9rem;
  color: var(--ess-dark-blue);
  font-weight: 800;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
  line-height: 1.2;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
.tile-supplier-logo img {
  width: auto;
  height: 45px;
  /* max-height: 50px;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content; */
}
.tile-supplier-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.tile-supplier-docs a {
  border: 1px solid var(--ess-dark-blue) !important;
  border-radius: 20px;
  background-color: var(--ess-white);
  color: var(--ess-dark-blue) !important;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
}

.tile-supplier-docs a:hover {
  background-color: var(--ess-mid-blue);
  color: var(--ess-white) !important;
}

/*------ Product Tiles End ------ */

.cta-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
  margin: 2vw 0;
}
.cta-links-wrapper a {
  padding: 5px 2vw;
  font-size: clamp(0.8rem,1vw,1.3rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  font-weight: 600;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-box-shadow: 0px 5px 10px var(--ess-dark-blue);
          box-shadow: 0px 5px 10px var(--ess-dark-blue);
}

a.contact-us-link {
  border: 2px solid var(--ess-white);
  color: var(--ess-white);
  background-color: var(--ess-sky-blue);
}
a.contact-us-link:hover, a.subscribe-link:hover {
  background-color: var(--ess-dark-blue);
}
a.subscribe-link {
  border: 2px solid var(--ess-white);
  background-color: none;
  color: var(--ess-white);
}

/*----- Layout Basic End ------ */

/*----- Webform Start ------ */
form#webform-submission-ess-main-contact-form-node-9-add-form input {
width: 100%;
height: 35px;
}
form#webform-submission-ess-main-contact-form-node-9-add-form textarea#edit-message {
  width: 100%;
  min-height: 150px;
}
select#edit-query-typ {
  height: 35px;
  padding: 10px;
  width: 100%;
}
label.js-form-required.form-required {
  margin-bottom: 5px;
  display: block;
}
input#edit-submit {
  border: 0;
  background-color: var(--ess-sky-blue);
  color: var(--ess-white);
  text-transform: uppercase;
  padding: 10px 30px;
}
input#edit-submit:hover {
  border: 0;
  background-color: var(--ess-dark-blue);
  color: var(--ess-white);
}
a.contact-pg-tel {
  color: var(--ess-white);
  font-weight: 800;
  white-space: nowrap;
}
a.contact-pg-tel:hover {
  color: var(--ess-light-blue);
}

/*----- Webform End ------ */

/*---- Product page Start -----*/
.product-docs-flex-wrapper >div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}
.product-docs-flex-wrapper {
  padding: 3vw 0;
}
.product-docs-flex-wrapper a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* width: max-content;
  min-width: max-content; */
  color: var(--ess-dark-blue);
  background-color: var(--ess-white);
  padding: 10px 30px;
  border-radius: 80px;
  border: 2px solid var(--ess-dark-blue);
  font-weight: 700;
  font-size: clamp(0.8rem, 2vw, 1rem);
  text-align: center;
  display: block;
}
.product-docs-flex-wrapper a:hover {
  color: var(--ess-white);
  background-color: var(--ess-mid-blue);
  border: 2px solid var(--ess-mid-blue);
}

.product-docs-flex-wrapper span.file.file--mime-application-pdf.file--application-pdf a::before {
    content: '';
    background-image: url(/sites/default/files/pdf-icon.svg);
    background-repeat: no-repeat;
    height: auto;
    width: 20px;
    padding: 0px 10px;
    margin-right: 10px;
}
.product-docs-flex-wrapper span.file.file--mime-application-octet-stream.file--general a::before {
  content: '';
  background-image: url(/sites/default/files/dwg-icon.svg);
  background-repeat: no-repeat;
  height: auto;
  width: 20px;
  padding: 0px 10px;
  margin-right: 10px;
}
.ess-sidebar-text img {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin: 20px auto;
  display: block;
  /* aspect-ratio: 1/1; */
  -o-object-fit: cover;
     object-fit: cover;
}
.product-title:before {
  content: 'Product Document downloads:';
  font-size: 1rem;
  display: block;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.subcategory-title:before {
  content: 'Subcategory products:';
  font-size: 1rem;
  display: block;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.product-menu-tile-flex .views-element-container .views-infinite-scroll-content-wrapper  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-menu-tile-flex .views-element-container .views-infinite-scroll-content-wrapper::after{
  display: none;
}


.product-menu-tile-flex .views-row {
  background-color: var(--ess-white);
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 350px;
  -webkit-box-shadow: 0px 5px 10px var(--ess-dark-blue);
          box-shadow: 0px 5px 10px var(--ess-dark-blue);
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.product-menu-tile-flex .views-row:hover {
  -webkit-box-shadow: 0px 10px 10px var(--ess-dark-blue);
          box-shadow: 0px 10px 10px var(--ess-dark-blue);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product-menu-tile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 100%;
  width: 100%;
}
.product-cta{
  color: var(--ess-white);
  background-color: var(--ess-mid-blue);
  text-align: center;
  padding: 2.5px;
  margin: 0;
  font-size: clamp(0.6rem, 2vw, 0.8rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 30px;
}
.product-menu-tile-image {
  aspect-ratio: 3 / 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-menu-tile-title {
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: var(--ess-dark-blue);
  font-weight: 700;
  line-height: 1.1;
}
.product-menu-tile-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-menu-left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.supplier-logo img {
  width: 100%;
  height: auto;
  max-width: 80px;
}
.supplier-logo {
  margin-bottom: 10px;
}
.product-menu-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}



/*----- Product page End -----*/

/*----- footer start ------*/

footer {
  background-color: var(--ess-dark-blue);
  color: var(--ess-white);
  width: 100%;
  height: auto;
  padding: 10px 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.copyright {
  text-align: center;
}
.footer-qdos-link a {
  color: var(--ess-white);
}
.footer-qdos-link a:hover {
  color: var(--ess-sky-blue);
}
/*----- footer End ------*/


/*------ Media Queries Start ----- */
@media only screen and (max-width: 768px){

.menu {
  display: none;
}
.mobile-menu {
  display: block;
  }
  a#phone-no span {
    display: none;
  }
  .mobile-menu #block-ess24-mainnavigation--2 {
    display: block;
    position: absolute;
    right: 3vw;
    width: auto;
    padding-left: 6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 450px;
  }
  .header-contact-wrapper {
    margin-right: 45px;
  }
  .ess-sidebar-left, .ess-page-content {
    min-width: 100%;
  }
  .ess-home-banners {
    min-width: 100%;
}
.ess-sidebar-left h1 {
  text-align: center;
}
.cta-links-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.supplier-tile-image-container {
  display: none;
}
.ess-sidebar-text {
  display: block;
  text-align: center;
  margin: auto;
}
.ess-sidebar-text img {
  max-width: 150px;
}
}


@media only screen and (max-width: 500px) {
  .product-menu-tile-flex .views-row, .ess-home-product-tiles .views-row {
    min-width: 100%;
}
.product-docs-flex-wrapper >div >div {
  width: 100%;
}
}

/*------ Media Queries End -------*/