/* compiled by scssphp 1.8.1 on Tue, 24 Jun 2025 03:15:35 +0000 (0.0475s) */

@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap';
form:where(:not(.custom-form)) .file-picker .upload-button:after, body > header .main-navigation-wrapper .main-navigation .open-sub:before, body > header .main-navigation-wrapper .main-navigation .open-sub:after, .product-images .small-images:after {
  content: '';
  display: block;
  position: absolute;
}
.poli-block:before, .poli-block:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
html {
  font-size: 18px;
}
body {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: #231F20;
  font-family: 'Noto Serif', serif;
  font-size: var(--heading-responsive-size, initial);
  line-height: 1.2;
  transition: all 0.2s;
  font-weight: normal;
}
@media (min-width: 1280px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: var(--heading-size, initial);
  }
}
h1 {
  --heading-size: 50px;
  --heading-responsive-size: 40px;
}
h2 {
  --heading-size: 50px;
  --heading-responsive-size: 33px;
}
h3 {
  --heading-size: 32px;
  --heading-responsive-size: 24px;
}
p, li {
  font-size: 18px;
  color: inherit;
  line-height: 1.5;
  font-weight: 300;
}
a {
  color: #231F20;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
.content {
  font-size: 18px;
}
input, textarea, button {
  transition: all 0.2s;
}
input:disabled, textarea:disabled, button:disabled {
  opacity: 0.5;
}
/*** globally relevant styles ***/
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.5555555556rem 1.9444444444rem;
  border-radius: 1.9444444444rem;
  background: #231F20;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
  min-width: 8.3333333333rem;
}
.button:hover, .button:focus, .button:active {
  background: #ffffff;
  color: #231F20;
  text-decoration: none;
  box-shadow: 0 0 10px 2px rgba(35, 31, 32, 0.5);
}
/** These styles can be added to images and media through TinyMCE */
.float-left, .float-right {
  display: block;
  margin: 10px auto;
}
@media (min-width: 640px) {
  .float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.centre-block {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.centre-block img, .centre-block iframe, .centre-block video {
  display: inline-block;
}
img.centre-block {
  width: 100%;
}
/** End TinyMCE image/media styles */
.map {
  min-height: 400px;
  width: 100%;
}
.message {
  border: 4px solid #231F20;
  padding: 1rem;
  background: rgba(35, 31, 32, 0.25);
  color: #fd1a00;
}
.message:empty {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  border-left: 1px solid #8B8B8B;
  padding: 0 10px;
  pause-after: medium;
}
.pagination > *:first-child {
  border-left: none;
}
.pagination .current {
  font-weight: bold;
}
.activator {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  margin-bottom: 2px;
  background: #EBEBEB;
  font-size: 1.1666666667rem;
  font-family: 'Noto Serif', serif;
  color: #000;
}
.activator:before, .activator:after {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #000;
  transition: transform 0.2s;
}
.activator:after {
  transform: rotate(90deg);
}
.activator.open {
  background: #231F20;
  color: #fff;
}
.activator.open:before, .activator.open:after {
  background: #fff;
}
.activator.open:after {
  transform: rotate(0deg);
}
.fader {
  padding: 15px;
}
.tab-nav {
  margin-bottom: 15px;
}
.tab-nav a {
  display: inline-block;
  padding: 15px;
  margin-right: 5px;
  background: #e4dfce;
}
.tab-nav a.active {
  border-bottom: 3px solid #231F20;
}
.tab:not(.active) {
  display: none;
}
.mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: block;
  }
}
:root {
  --container-width: 1200px;
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1570px;
  }
}
html, details > * {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
canvas, embed, iframe, img, object, video {
  box-sizing: content-box;
}
/*** element styles ***/
html, body {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: #fff;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  object-position: center center;
  max-width: 100%;
}
/*** section styles ***/
[role=banner], main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 0;
  width: 100%;
}
@media (max-width: 1279px) {
  .container {
    padding-left: 1.1111111111rem;
    padding-right: 1.1111111111rem;
  }
}
.content-section {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 75px;
  width: 100%;
}
@media (max-width: 1279px) {
  .content-section {
    padding-left: 1.1111111111rem;
    padding-right: 1.1111111111rem;
  }
}
main {
  display: block;
  z-index: 5;
  flex-grow: 1;
}
.content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content {
  display: flex;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .content {
    display: block;
  }
}
.content-image {
  order: 2;
  align-self: center;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .content-image {
    float: right;
    margin: 0.75rem 0 20px 40px;
    max-width: calc(50% - 20px);
  }
}
.module-content {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .columns, .contains-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .columns:before, .columns:after, .contains-sidebar:before, .contains-sidebar:after {
    display: none;
  }
}
.columns {
  gap: 50px;
}
@media (min-width: 1024px) {
  .columns > * {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    margin-right: 2.2222222222rem;
    width: 15rem;
  }
}
.has-sidebar {
  margin-top: 30px;
}
footer[role="banner"] {
  z-index: 5;
  font-size: 19px;
  background: #231F20;
  color: #fff;
  margin-top: 8.3333333333rem;
}
@media (max-width: 1023px) {
  footer[role="banner"] {
    margin-top: 4.4444444444rem;
  }
}
footer[role="banner"] a {
  color: inherit;
}
footer[role="banner"] p {
  font-size: inherit;
}
footer[role="banner"] .logo {
  text-align: center;
  margin-top: -5rem;
  margin-bottom: 4.7222222222rem;
}
@media (max-width: 1279px) {
  footer[role="banner"] .logo {
    margin-bottom: 2.5rem;
  }
}
footer[role="banner"] .site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  footer[role="banner"] .site-footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
footer[role="banner"] .site-footer > section {
  flex: 1;
}
@media (max-width: 1279px) {
  footer[role="banner"] .site-footer > section {
    margin-bottom: 1.6666666667rem;
  }
}
footer[role="banner"] .site-footer > section > p {
  margin: 0;
}
footer[role="banner"] .site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media (max-width: 1279px) {
  footer[role="banner"] .site-footer ul {
    text-align: center;
  }
}
footer[role="banner"] .site-footer .social {
  display: flex;
  justify-content: center;
}
footer[role="banner"] .site-footer .social > a {
  display: block;
  margin: 0 0.5555555556rem;
  transition: transform 0.4s;
}
footer[role="banner"] .site-footer .social > a:hover, footer[role="banner"] .site-footer .social > a:focus, footer[role="banner"] .site-footer .social > a:active {
  opacity: 0.7;
  transform: scale(1.25);
}
footer[role="banner"] .sub-footer {
  margin: 6.1111111111rem auto 2.2222222222rem;
  color: #878787;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 1279px) {
  footer[role="banner"] .sub-footer {
    margin: 0.8333333333rem auto 2.2222222222rem;
  }
}
footer[role="banner"] .sub-footer p {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 640px) {
  footer[role="banner"] .sub-footer p {
    flex-flow: row;
    justify-content: center;
  }
  footer[role="banner"] .sub-footer p > span {
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.Equipment-Hire .products .product section h3 span {
  display: none;
}
.Products .product-details .js-product-price {
  display: none;
}
form:where(:not(.custom-form)) .group {
  display: block;
  border: 0;
  margin: 0;
  padding: 10px;
  background: rgba(35, 31, 32, 0.05);
}
form:where(:not(.custom-form)) .group legend {
  display: table;
  float: left;
  margin: 0 0 0.3em;
  padding: 0;
}
form:where(:not(.custom-form)) .group .selectable {
  clear: left;
  display: block;
}
form:where(:not(.custom-form)) .group .error {
  display: inline-block;
}
form:where(:not(.custom-form)) .field-wrapper {
  margin: 0 0 0.5rem;
}
form:where(:not(.custom-form)) .label {
  display: block;
  margin-bottom: 0.3em;
}
form:where(:not(.custom-form)) .field {
  display: block;
}
form:where(:not(.custom-form)) span.error {
  display: block;
  margin-top: 10px;
  color: #fd1a00;
}
form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #231F20;
  padding: 0.8333333333rem 1.1111111111rem;
  width: 100%;
  border-radius: 0;
  background: #F3F5F7;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) textarea, form:where(:not(.custom-form)) .upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #231F20;
  padding: 0.8333333333rem 1.1111111111rem;
  width: 100%;
  border-radius: 0;
  background: #F3F5F7;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
form:where(:not(.custom-form)) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
form:where(:not(.custom-form)) .select-wrapper .field {
  position: relative;
}
form:where(:not(.custom-form)) .select-wrapper .field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  margin-top: -5px;
  pointer-events: none;
}
form:where(:not(.custom-form)) textarea {
  height: 170px;
}
form:where(:not(.custom-form)) input[type=checkbox], form:where(:not(.custom-form)) input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  vertical-align: text-bottom;
  border: 2px solid #EBEBEB;
  height: 1.2em;
  width: 1.2em;
}
form:where(:not(.custom-form)) input[type=checkbox]:checked, form:where(:not(.custom-form)) input[type=radio]:checked {
  background: #231F20;
}
form:where(:not(.custom-form)) input[type=radio] {
  border-radius: 50%;
}
form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
  max-width: 200px;
  text-align: center;
}
form:where(:not(.custom-form)) .file-picker.placeholder label {
  display: block;
}
form:where(:not(.custom-form)) .file-picker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .field {
  position: relative;
}
form:where(:not(.custom-form)) .file-picker .upload-button {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .upload-button:hover:after, form:where(:not(.custom-form)) .file-picker .upload-button:focus:after, form:where(:not(.custom-form)) .file-picker .upload-button:active:after {
  top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button:after {
  top: 0;
  right: 15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  width: 18px;
  background: url('/theme/images/icons/upload.png') center center no-repeat;
  transition: all 0.2s;
}
form:where(:not(.custom-form)) .file-picker .uploaded {
  display: inline-block;
  margin-left: 20px;
}
form:where(:not(.custom-form)) .form-section {
  display: none;
}
form:where(:not(.custom-form)) .form-section.active {
  display: block;
}
form:where(:not(.custom-form)) .form-section h4 {
  font-size: 27px;
  margin: 0.8333333333rem 0 1.1111111111rem;
}
form:where(:not(.custom-form)) .form-section .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.security-wrapper img {
  vertical-align: middle;
  margin-bottom: 10px;
}
.container.featherlight-inner::before, .container.featherlight-inner::after {
  display: none;
}
.popup-form-wrapper {
  display: none;
}
.open-popup-form .featherlight-content {
  width: 95%;
  max-width: 500px;
}
.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 7mm;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #231F20;
}
body > header {
  position: sticky;
  top: 0;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
body > header .site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.9444444444rem 0;
  border-bottom: 2px solid #000;
  font-weight: bold;
  font-size: 17px;
}
body > header .site-header .burger {
  display: flex;
  align-items: center;
}
body > header .site-header .burger .open-nav {
  display: block;
  position: relative;
  height: 23px;
  width: 34px;
  cursor: pointer;
  margin-right: 0.8333333333rem;
}
body > header .site-header .burger .open-nav:hover .bar.bottom, body > header .site-header .burger .open-nav:focus .bar.bottom, body > header .site-header .burger .open-nav:active .bar.bottom {
  width: 100%;
}
body > header .site-header .burger .open-nav .bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  transition: all 0.2s;
}
body > header .site-header .burger .open-nav .bar.top {
  top: 0;
}
body > header .site-header .burger .open-nav .bar.middle {
  top: 0;
  bottom: 0;
  margin: auto;
}
body > header .site-header .burger .open-nav .bar.bottom {
  bottom: 0;
  width: 70%;
}
body > header .site-header .burger .open-nav.open .bar {
  top: 0;
  bottom: 0;
  margin: auto;
}
body > header .site-header .burger .open-nav.open .bar.top, body > header .site-header .burger .open-nav.open .bar.middle {
  transform: rotate(135deg);
}
body > header .site-header .burger .open-nav.open .bar.bottom {
  transform: rotate(-135deg);
  width: 100%;
}
body > header .site-header .buttons {
  display: flex;
  justify-content: space-between;
}
body > header .site-header .buttons .button {
  margin: 0 0.2777777778rem;
  background: #EBEBEB;
  color: #000;
}
body > header .site-header .buttons .button:hover, body > header .site-header .buttons .button:focus, body > header .site-header .buttons .button:active {
  background: #000;
  color: #fff;
}
body > header .logo {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: -5rem;
  margin-bottom: 1.3888888889rem;
}
body > header .logo a {
  display: block;
}
body > header .logo a img {
  display: block;
}
body > header .logout-mobile {
  display: none;
  margin-top: 1.1111111111rem;
}
body > header .main-navigation-wrapper {
  position: relative;
}
body > header .main-navigation-wrapper .main-navigation {
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  background: #fff;
  border-right: 1px solid #8B8B8B;
  border-left: 1px solid #8B8B8B;
  top: 0;
  width: 100%;
}
body > header .main-navigation-wrapper .main-navigation .sel > a:after, body > header .main-navigation-wrapper .main-navigation .sel .sel > a:after {
  width: 2.7777777778rem;
}
body > header .main-navigation-wrapper .main-navigation.open {
  opacity: 1;
  visibility: visible;
}
body > header .main-navigation-wrapper .main-navigation ul {
  list-style: none;
}
body > header .main-navigation-wrapper .main-navigation > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 0.8333333333rem;
  padding: 0 2.2222222222rem;
}
body > header .main-navigation-wrapper .main-navigation > ul > li {
  display: flex;
  flex-direction: column;
}
body > header .main-navigation-wrapper .main-navigation > ul > li a {
  font-size: 16px;
  font-family: 'Noto Serif', serif;
  margin: 0.4444444444rem 0;
  display: block;
}
body > header .main-navigation-wrapper .main-navigation > ul > li > h3 {
  font-size: 18px;
  margin-bottom: 1.6666666667rem;
}
body > header .main-navigation-wrapper .main-navigation > ul > li img {
  display: block;
  object-fit: cover;
  width: 100%;
  margin-bottom: 1.3888888889rem;
}
body > header .main-navigation-wrapper .main-navigation > ul > li p {
  margin: 0 0 1.9444444444rem;
  font-size: 16px;
}
body > header .main-navigation-wrapper .main-navigation > ul a {
  text-decoration: none;
  position: relative;
}
body > header .main-navigation-wrapper .main-navigation > ul a:hover:after, body > header .main-navigation-wrapper .main-navigation > ul a:focus:after, body > header .main-navigation-wrapper .main-navigation > ul a:active:after {
  width: 2.7777777778rem;
}
body > header .main-navigation-wrapper .main-navigation > ul a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #000;
  transition: all 0.5s;
}
body > header .main-navigation-wrapper .main-navigation > ul ul {
  padding: 0;
}
body > header .main-navigation-wrapper .main-navigation .cart-link, body > header .main-navigation-wrapper .main-navigation .account-links, body > header .main-navigation-wrapper .main-navigation .store-button {
  display: none;
  margin-top: 1.1111111111rem;
}
@media (max-width: 1279px) {
  body > header .site-header {
    justify-content: flex-end;
  }
  body > header .site-header .buttons {
    display: none;
  }
  body > header .logo {
    max-width: 6.9444444444rem;
    margin-top: -4.4444444444rem;
    margin-left: -0.2777777778rem;
  }
  body > header .main-navigation-wrapper .main-navigation {
    border: none;
    padding: 0 1.1111111111rem;
  }
  body > header .main-navigation-wrapper .main-navigation .sel > a:after {
    width: 0;
  }
  body > header .main-navigation-wrapper .main-navigation > ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  body > header .main-navigation-wrapper .main-navigation > ul > li {
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 0.8333333333rem;
  }
  body > header .main-navigation-wrapper .main-navigation > ul > li > h3 {
    order: -1;
    font-size: 18px;
    width: 80%;
    margin-bottom: 0.8333333333rem;
  }
  body > header .main-navigation-wrapper .main-navigation > ul > li > h3:hover:after, body > header .main-navigation-wrapper .main-navigation > ul > li > h3:focus:after, body > header .main-navigation-wrapper .main-navigation > ul > li > h3:active:after {
    width: 0;
  }
  body > header .main-navigation-wrapper .main-navigation > ul > li > p, body > header .main-navigation-wrapper .main-navigation > ul > li > img, body > header .main-navigation-wrapper .main-navigation > ul > li > ul {
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
    display: none;
  }
  body > header .main-navigation-wrapper .main-navigation li.open > .open-sub:after {
    transform: rotate(360deg);
  }
  body > header .main-navigation-wrapper .main-navigation li.open > .open-sub:before {
    transform: rotate(180deg);
  }
  body > header .main-navigation-wrapper .main-navigation li.open > p, body > header .main-navigation-wrapper .main-navigation li.open > img, body > header .main-navigation-wrapper .main-navigation li.open > ul {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  body > header .main-navigation-wrapper .main-navigation .open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  body > header .main-navigation-wrapper .main-navigation .open-sub:before, body > header .main-navigation-wrapper .main-navigation .open-sub:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    margin: auto;
    width: 50%;
    background: #000;
    transition: all 0.2s;
  }
  body > header .main-navigation-wrapper .main-navigation .open-sub:after {
    transform: rotate(90deg);
  }
  body > header .main-navigation-wrapper .main-navigation .cart-link, body > header .main-navigation-wrapper .main-navigation .store-button, body > header .main-navigation-wrapper .main-navigation .account-links > a:first-child {
    border-bottom: 1px solid #231F20;
    border-radius: unset;
  }
  body > header .main-navigation-wrapper .main-navigation .logout-mobile {
    display: block;
  }
  body > header .main-navigation-wrapper .main-navigation .cart-link, body > header .main-navigation-wrapper .main-navigation .account-links, body > header .main-navigation-wrapper .main-navigation .store-button {
    display: block;
  }
  body > header .main-navigation-wrapper .main-navigation .cart-link .button, body > header .main-navigation-wrapper .main-navigation .account-links .button, body > header .main-navigation-wrapper .main-navigation .store-button .button {
    background: none;
    color: #231F20;
    font-family: 'Noto Serif', serif;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    font-size: 18px;
    font-weight: inherit;
    padding-bottom: 0.8333333333rem;
  }
  body > header .main-navigation-wrapper .main-navigation .cart-link .button:hover, body > header .main-navigation-wrapper .main-navigation .cart-link .button:focus, body > header .main-navigation-wrapper .main-navigation .cart-link .button:active, body > header .main-navigation-wrapper .main-navigation .account-links .button:hover, body > header .main-navigation-wrapper .main-navigation .account-links .button:focus, body > header .main-navigation-wrapper .main-navigation .account-links .button:active, body > header .main-navigation-wrapper .main-navigation .store-button .button:hover, body > header .main-navigation-wrapper .main-navigation .store-button .button:focus, body > header .main-navigation-wrapper .main-navigation .store-button .button:active {
    box-shadow: none;
  }
  body > header .main-navigation-wrapper .main-navigation .cart-link .button .icon, body > header .main-navigation-wrapper .main-navigation .account-links .button .icon, body > header .main-navigation-wrapper .main-navigation .store-button .button .icon {
    display: none;
  }
}
@media (min-width: 1280px) {
  .account-links:hover > section, .account-links:focus > section, .account-links:active > section {
    display: block;
  }
}
.account-links section {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  z-index: 10;
  margin: 0;
  padding: 1.3888888889rem;
  box-shadow: 0 0 10px 2px rgba(35, 31, 32, 0.5);
  background: #ffffff;
}
@media (max-width: 640px) {
  li.account-nav {
    position: static !important;
  }
}
li.account-nav.do-form:hover ul {
  display: none;
}
li.account-nav.do-form.open {
  background: #ffffff;
}
li.account-nav.do-form.open ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
li.account-nav:not(.do-form):hover ul, li.account-nav:not(.do-form) a:focus ~ ul {
  display: block;
}
@media (max-width: 1279px) {
  li.account-nav.logged-in > ul {
    display: none !important;
  }
}
li.account-nav > a {
  background: url('/theme/images/icons/user.png') 8px center no-repeat;
}
li.account-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
@media (max-width: 1279px) {
  li.account-nav ul {
    width: 100%;
  }
}
li.account-nav ul li {
  width: 100%;
}
li.account-nav form {
  margin-top: 0;
  min-width: 290px;
  padding: 20px;
  background: #ffffff;
}
li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
  padding: 7px;
  font-size: 0.8333333333rem;
}
@media (max-width: 1279px) {
  li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
    padding: 14px;
  }
}
li.account-nav form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 1279px) {
  li.account-nav form .actions {
    display: block;
  }
}
li.account-nav form .button {
  border-radius: 0;
  padding: 10px 20px;
  margin: 0;
  min-width: 0;
  background: #000;
  font-size: 0.8333333333rem;
  text-transform: none;
}
li.account-nav .reset-link {
  padding: 0;
  background: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6666666667rem;
  text-align: right;
}
@media (max-width: 1279px) {
  li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }
}
li.account-nav .reset-link:hover {
  color: #fff;
}
.cart-link {
  text-align: center;
}
.cart-link > a .icon {
  display: inline-block;
  position: relative;
  height: 17px;
  width: 5px;
}
.cart-link > a .icon .number {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -14px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #000;
  color: #fff;
}
.page-sections {
  margin-top: 4.4444444444rem;
  margin-bottom: 2.2222222222rem;
}
@media (max-width: 639px) {
  .page-sections {
    margin-top: 1.1111111111rem;
    margin-bottom: 1.1111111111rem;
  }
}
.page-sections:first-child {
  margin-top: 0;
}
.page-sections p {
  line-height: 1.75;
}
.page-sections iframe {
  width: 100%;
  object-fit: cover;
}
.section-columns > section {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .section-columns > section {
    flex-flow: row;
  }
}
.section-columns > section .column {
  width: 100%;
}
@media (min-width: 1024px) {
  .section-columns > section .column {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-columns > section .column:nth-child(even) {
    padding-left: 1.1111111111rem;
  }
  .section-columns > section .column:nth-child(odd) {
    padding-right: 1.1111111111rem;
  }
}
.section-features {
  color: #fff;
  margin-top: 6.6666666667rem;
  margin-bottom: 4.4444444444rem;
}
@media (max-width: 1023px) {
  .section-features {
    margin-top: 2.7777777778rem;
    margin-bottom: 2.2222222222rem;
  }
}
.section-features h2 {
  text-align: center;
  margin-bottom: 3.8888888889rem;
}
@media (max-width: 1023px) {
  .section-features h2 {
    margin-bottom: 2.2222222222rem;
  }
}
.section-features .feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.8888888889rem;
}
@media (max-width: 1023px) {
  .section-features .feature {
    flex-direction: column;
    margin-bottom: 2.2222222222rem;
  }
}
.section-features .feature:nth-child(even) > section:not(.image) {
  order: -1;
}
@media (max-width: 1023px) {
  .section-features .feature:nth-child(even) > section:not(.image) {
    order: unset;
  }
}
.section-features .feature > section {
  margin: 0.2777777778rem;
}
@media (max-width: 1023px) {
  .section-features .feature > section {
    margin: 0;
  }
}
.section-features .feature > section.image {
  width: 60%;
}
@media (max-width: 1023px) {
  .section-features .feature > section.image {
    width: 100%;
  }
}
.section-features .feature > section.image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-features .feature > section:not(.image) {
  width: 40%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .section-features .feature > section:not(.image) {
    width: 100%;
    padding: 1.9444444444rem 1.3888888889rem;
  }
}
.section-features .feature > section:not(.image) h1, .section-features .feature > section:not(.image) h2, .section-features .feature > section:not(.image) h3, .section-features .feature > section:not(.image) h4, .section-features .feature > section:not(.image) h5, .section-features .feature > section:not(.image) h6 {
  color: inherit;
  margin-bottom: 0;
  text-align: unset;
}
.section-features .feature > section:not(.image) p {
  line-height: 1.5;
}
.section-features .feature > section:not(.image) .share-options {
  display: flex;
  align-items: center;
}
.section-features .feature > section:not(.image) .share-options > p {
  font-weight: bold;
  font-size: 17px;
  margin-right: 1.1111111111rem;
}
.section-features .feature > section:not(.image) .share-options > a {
  display: block;
  margin: 0 0.5555555556rem;
  height: 35px;
  width: 35px;
  background-size: contain;
}
.section-features .feature > section:not(.image) .share-options > a:hover, .section-features .feature > section:not(.image) .share-options > a:focus, .section-features .feature > section:not(.image) .share-options > a:active {
  opacity: 0.5;
}
.section-features .feature > section:not(.image) .share-options > a.facebook {
  background: url('/theme/images/icons/facebook-white.png') center center no-repeat;
}
.section-features .feature > section:not(.image) .share-options > a.instagram {
  background: url('/theme/images/icons/instagram-white.png') center center no-repeat;
}
.section-features .feature > section:not(.image) .share-options > a.linkedin {
  background: url('/theme/images/icons/linkedin-white.png') center center no-repeat;
}
.section-features .feature > section:not(.image).white {
  color: #000;
}
@media (max-width: 1023px) {
  .section-features .feature > section:not(.image).white {
    width: 100%;
  }
}
.section-features .feature > section:not(.image).white .share-options > a.facebook {
  background: url('/theme/images/icons/facebook-black.png') center center no-repeat;
}
.section-features .feature > section:not(.image).white .share-options > a.instagram {
  background: url('/theme/images/icons/instagram-black.png') center center no-repeat;
}
.section-features .feature > section:not(.image).white .share-options > a.linkedin {
  background: url('/theme/images/icons/linkedin-black.png') center center no-repeat;
}
.section-features .feature > section:not(.image):not(.white) .button {
  background: #ffffff;
  color: #231F20;
}
.section-features .feature > section:not(.image):not(.white) .button:hover, .section-features .feature > section:not(.image):not(.white) .button:focus, .section-features .feature > section:not(.image):not(.white) .button:active {
  background: #231F20;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}
.section-video-collection > section {
  padding: 5.5555555556rem 2.7777777778rem;
  text-align: center;
  color: #fff;
  margin-top: 6.6666666667rem;
  margin-bottom: 4.4444444444rem;
}
.section-video-collection > section h1, .section-video-collection > section h2, .section-video-collection > section h3, .section-video-collection > section h4, .section-video-collection > section h5, .section-video-collection > section h6 {
  color: inherit;
}
@media (max-width: 1023px) {
  .section-video-collection > section {
    padding: 3.8888888889rem 1.1111111111rem;
    text-align: left;
    margin-top: 0;
  }
}
.section-video-collection > section.white {
  color: #000;
}
.section-video-collection > section .button {
  background: #ffffff;
  color: #231F20;
}
.section-video-collection > section .button:hover, .section-video-collection > section .button:focus, .section-video-collection > section .button:active {
  background: #231F20;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}
.section-video-collection > section .videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.9444444444rem;
  margin: 1.9444444444rem 0;
}
@media (max-width: 1023px) {
  .section-video-collection > section .videos {
    grid-template-columns: auto;
  }
}
.section-video-collection > section .videos .video > div {
  height: 100%;
}
.section-steps .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2.2222222222rem;
  grid-column-gap: 3.3333333333rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-steps .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .section-steps .steps {
    grid-template-columns: auto;
  }
}
.section-steps .steps .step h3 {
  margin-top: 0.5em;
}
.section-useful-tips .tips {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .section-useful-tips .tips {
    max-width: unset;
  }
}
.section-useful-tips .tips .tip {
  margin: 3.3333333333rem 0;
}
.Contact .section-columns .column {
  display: block;
}
.Contact .section-columns .column.contact-form {
  background-color: #231F20;
  padding: 1.9444444444rem;
}
@media (max-width: 1023px) {
  .Contact .section-columns .column.contact-form {
    margin-top: 2.2222222222rem;
  }
}
.Contact .section-columns .column.contact-form h2, .Contact .section-columns .column.contact-form p {
  color: #fff;
}
.Contact .section-columns .column.contact-form h2 {
  margin-bottom: 0.5555555556rem;
}
.Contact .section-columns .column.contact-form .button {
  background-color: #fff;
  color: #231F20;
  padding-top: 0.8333333333rem;
  padding-bottom: 0.8333333333rem;
}
.Contact .section-columns .column.contact-form .button:hover, .Contact .section-columns .column.contact-form .button:focus, .Contact .section-columns .column.contact-form .button:active {
  background: #231F20;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}
.Contact .section-columns .social > section {
  color: #231F20;
  display: flex;
  align-items: center;
  margin: 0.8333333333rem 0;
}
.Contact .section-columns .social > section > p {
  margin: 0 0.5555555556rem 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #E9ECED;
}
.Packages .section-features .feature:nth-child(odd) > section:not(.image) {
  background: #231F20;
  order: -1;
}
@media (max-width: 1023px) {
  .Packages .section-features .feature:nth-child(odd) > section:not(.image) {
    order: unset;
  }
}
.Packages .section-features .feature:nth-child(even) > section:not(.image) {
  background: #EAEAEA;
  order: unset;
}
.Packages .section-features .feature > section:not(.image).white {
  color: #000;
}
@media (max-width: 1023px) {
  .Packages .section-features .feature > section:not(.image).white {
    width: 100%;
    padding: 1.9444444444rem 1.3888888889rem;
  }
}
.Packages .section-features .feature .share-options {
  margin-bottom: 1.1111111111rem;
}
.Packages .package img.centre-block {
  width: unset;
  margin-top: 1.9444444444rem;
  margin-bottom: 1.9444444444rem;
}
.Packages .package .share-options {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Packages .package .share-options > p {
  font-weight: bold;
  font-size: 17px;
  margin-right: 1.1111111111rem;
}
.Packages .package .share-options > a {
  display: block;
  margin: 0 0.5555555556rem;
  height: 35px;
  width: 35px;
  background-size: contain;
}
.Packages .package .share-options > a:hover, .Packages .package .share-options > a:focus, .Packages .package .share-options > a:active {
  opacity: 0.5;
}
.Packages .package .share-options > a.facebook {
  background: url('/theme/images/icons/facebook-black.png') center center no-repeat;
}
.Packages .package .share-options > a.instagram {
  background: url('/theme/images/icons/instagram-black.png') center center no-repeat;
}
.Packages .package .share-options > a.linkedin {
  background: url('/theme/images/icons/linkedin-black.png') center center no-repeat;
}
.Inclusive-Directory form.filter {
  border-top: 1px solid #000;
  padding: 1.1111111111rem 0;
  margin: 5.5555555556rem 0 3.3333333333rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .Inclusive-Directory form.filter {
    flex-direction: column;
    margin-bottom: 2.2222222222rem;
    text-align: center;
    margin-top: 0;
  }
}
.Inclusive-Directory form.filter h4 {
  font-size: 24px;
}
.Inclusive-Directory form.filter > * {
  margin-right: 1.6666666667rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .Inclusive-Directory form.filter > * {
    margin-bottom: 1.1111111111rem;
    margin-right: 0;
    width: 100%;
  }
}
.Inclusive-Directory form.filter .select-wrapper label {
  display: flex;
  align-items: center;
}
@media (max-width: 639px) {
  .Inclusive-Directory form.filter .select-wrapper label {
    flex-direction: column;
  }
}
.Inclusive-Directory form.filter .select-wrapper label .label {
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 0.8333333333rem;
  flex: 1;
}
.Inclusive-Directory form.filter .select-wrapper label .field {
  flex: 1;
}
@media (max-width: 639px) {
  .Inclusive-Directory form.filter .select-wrapper label .field {
    width: 100%;
  }
}
.Inclusive-Directory form.filter .select-wrapper label select {
  border: none;
  min-width: 5.5555555556rem;
  border-radius: 1.3888888889rem;
}
.Inclusive-Directory #companies-map {
  min-height: 600px;
}
@media (max-width: 1023px) {
  .Inclusive-Directory #companies-map {
    margin-bottom: 2.2222222222rem;
  }
}
.Inclusive-Directory .info-window {
  padding: 0.8333333333rem;
}
.Inclusive-Directory .info-window .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 0.8333333333rem;
}
@media (max-width: 639px) {
  .Inclusive-Directory .info-window .title {
    flex-direction: column;
    text-align: center;
  }
}
.Inclusive-Directory .info-window .title .image {
  display: block;
  width: 40%;
  object-fit: contain;
  padding-right: 2.2222222222rem;
}
@media (max-width: 639px) {
  .Inclusive-Directory .info-window .title .image {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.5555555556rem;
  }
}
.Inclusive-Directory .info-window .title h3 {
  width: 60%;
}
@media (max-width: 639px) {
  .Inclusive-Directory .info-window .title h3 {
    width: 100%;
  }
}
.Inclusive-Directory .info-window .button {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.Inclusive-Directory .company-description {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 849px) {
  .Inclusive-Directory .company-description {
    flex-direction: column;
  }
}
.Inclusive-Directory .company-description .image {
  padding: 0 1.3888888889rem;
  width: 30%;
  text-align: center;
}
@media (max-width: 849px) {
  .Inclusive-Directory .company-description .image {
    width: 100%;
    order: -1;
  }
}
.Inclusive-Directory .company-description .image img {
  object-fit: contain;
}
.Inclusive-Directory .company-description p {
  width: 70%;
  padding-right: 1.1111111111rem;
}
@media (max-width: 849px) {
  .Inclusive-Directory .company-description p {
    width: 100%;
  }
}
.Inclusive-Directory .section-video-collection > section {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.Inclusive-Directory .website-button {
  margin-bottom: 1.6666666667rem;
}
.slideshow {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.slideshow .slide + .slide {
  display: none;
}
.slideshow .slick-initialized .slide {
  display: block;
}
.slideshow .slide {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slideshow .slide img {
  height: auto;
  width: 100%;
}
.slideshow .slide .background-image {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideshow .slide .background-image:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 340px;
}
@media (min-width: 640px) {
  .slideshow .slide .background-image:after {
    padding-top: calc(100% * 0.1484375);
  }
}
@media (min-width: 640px) {
  html.Front-Page .slideshow .slide .background-image:after {
    padding-top: calc(100% * 0.1484375);
  }
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen {
    display: none;
  }
}
.slideshow .slide .small-screen + .big-screen {
  display: none;
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen + .big-screen {
    display: block;
  }
}
.slideshow .slide .caption {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-position: center top;
  background-repeat: no-repeat;
  color: #000;
  text-align: left;
  text-transform: none;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .slideshow .slide .caption {
    align-items: center;
  }
}
@media (min-width: 1570px) {
  .slideshow .slide .caption {
    right: 0;
    left: 0;
  }
}
.slideshow .slide .caption h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1570px) {
  .slideshow .slide .caption h2 {
    font-size: 3.3333333333rem;
  }
}
button.slick-arrow {
  overflow: hidden;
  position: relative;
  margin: auto;
  z-index: 100;
  height: 60px;
  width: 60px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background: none;
}
button.slick-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-top-color: #000;
  border-left-color: #000;
  height: 18px;
  width: 18px;
}
button.slick-arrow:hover, button.slick-arrow:focus, button.slick-arrow:active {
  opacity: 0.8;
}
button.slick-arrow.slick-prev:before {
  transform: translateX(50%) translateX(4.5px) rotate(-45deg);
  right: 50%;
}
button.slick-arrow.slick-next {
  right: 10px;
}
button.slick-arrow.slick-next:before {
  transform: translateX(50%) translateX(-4.5px) rotate(135deg);
  right: 50%;
}
ul.slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 30px;
  margin: 0;
  padding: 0;
}
ul.slick-dots li {
  display: inline-block;
  border: 1px solid #8B8B8B;
  border-radius: 50%;
  height: 12px;
  margin: 0 0 0 5px;
  padding: 0;
  width: 12px;
  background: transparent;
  text-indent: -1000000px;
}
ul.slick-dots li.slick-active {
  border: 1px solid #8B8B8B;
  background: #8B8B8B;
}
ul.slick-dots li:hover {
  cursor: pointer;
}
/* old gallery module */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin-bottom: 1px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery a {
    margin-right: 1px;
    max-width: calc(33.3% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 0;
  }
  .gallery a:nth-child(4n) {
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .gallery a {
    max-width: calc(25% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery a:nth-child(4n) {
    margin-right: 0;
  }
}
.gallery a:hover:after, .gallery a:focus:after, .gallery a:active:after {
  opacity: 0;
}
.gallery a:hover:before, .gallery a:focus:before, .gallery a:active:before {
  opacity: 1;
}
.gallery a:after {
  content: attr(title);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: opacity 0.25s;
}
.gallery a[title=""]:after, .gallery a figcaption {
  display: none;
}
.gallery a figure {
  display: block;
  margin: 0;
  padding-top: 73%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url('/theme/images/icons/gallery-zoom.png') center center no-repeat;
  transition: opacity 0.25s;
}
.hover-cart {
  box-sizing: border-box;
  overflow: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  max-height: calc(100vh - 20px);
  max-width: 430px;
  padding: 10px;
  width: calc(100% - 20px);
  background: #fff;
  line-height: 1.2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.hover-cart.visible {
  visibility: visible;
  opacity: 1;
}
.hover-cart .controls {
  display: flex;
  justify-content: space-between;
}
.hover-cart .controls:before {
  content: "";
  display: inline-block;
  left: 10px;
  opacity: 0;
  vertical-align: middle;
  border: 2px solid;
  border-color: #231F20 #231F20 transparent transparent;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  animation: hover-cart-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
@keyframes hover-cart-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hover-cart .controls .close {
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  border: 0;
  width: 14px;
  background: none;
  font-size: 1rem;
  text-indent: 9999px;
  cursor: pointer;
}
.hover-cart .controls .close:after {
  content: "✕";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.hover-cart.loading .controls:before {
  opacity: 1;
}
.hover-cart.refreshed .contents, .hover-cart.refreshed .subtotal {
  opacity: 0;
  transition: none;
}
.hover-cart .row {
  display: flex;
  border-top: 1px solid #e4dfce;
  margin-top: 20px;
  padding-top: 20px;
}
.hover-cart .row:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.hover-cart .row.removing {
  opacity: 0.5;
}
.hover-cart .row .image {
  height: 100px;
  margin-right: 10px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hover-cart .row .details {
  width: calc(100% - 110px);
}
.hover-cart .row h3 {
  margin: 0;
}
.hover-cart .row .remove {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  cursor: pointer;
}
.hover-cart .row .remove:hover, .hover-cart .row .remove:focus, .hover-cart .row .remove:active {
  text-decoration: underline;
}
.hover-cart .empty-message {
  display: none;
}
.hover-cart.empty .empty-message {
  display: block;
}
.hover-cart .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.hover-cart .actions .cart-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47%;
  line-height: 1;
  text-align: center;
}
.checkout-navigation {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 639px) {
  .checkout-navigation {
    display: block;
  }
}
.checkout-navigation li {
  display: block;
  position: relative;
  flex-grow: 1;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  flex-basis: 0;
}
.checkout-navigation li:before, .checkout-navigation li:after {
  content: "";
  position: absolute;
  left: 100%;
  z-index: 1;
  border-right-width: 0;
}
@media (max-width: 639px) {
  .checkout-navigation li:before, .checkout-navigation li:after {
    display: none;
  }
}
.checkout-navigation li:before {
  top: -7px;
  border: 30px solid transparent;
  border-left-color: #fff;
}
.checkout-navigation li:after {
  top: 0;
  border: 23px solid transparent;
  border-left-color: #000;
}
.checkout-navigation li:last-child:before, .checkout-navigation li:last-child:after {
  display: none;
}
.checkout-navigation li.unavailable {
  padding: 10px;
  background: #EBEBEB;
  color: rgba(0, 0, 0, 0.3);
}
.checkout-navigation li.unavailable:after {
  border-left-color: #EBEBEB;
}
.checkout-navigation li.current {
  background: #767676;
  color: #fff;
}
.checkout-navigation li.current:after {
  border-left-color: #767676;
}
.checkout-navigation a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}
.line-items .line-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  margin: 0 -30px 30px;
  padding: 0 30px 30px;
}
.line-items .line-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.line-items .image {
  margin-right: 20px;
  width: 150px;
  overflow: hidden;
}
.line-items .image:hover, .line-items .image:focus, .line-items .image:active {
  opacity: 0.5;
}
.line-items .image:hover img, .line-items .image:focus img, .line-items .image:active img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.line-items .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.line-items .details {
  flex-grow: 1;
}
.line-items h2 {
  margin: 0;
  font-size: 1.1111111111rem;
  text-align: left;
}
.line-items form input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  max-width: 4em;
}
.line-items .button {
  min-width: 210px;
}
.login-group.activated {
  display: grid;
}
.login-group.activated .main-section {
  grid-column: 1;
  grid-row: 1;
}
.login-group.activated .main-section h1 {
  text-align: center;
}
.login-group.activated .main-section h1 ~ * {
  position: relative;
  z-index: 1;
}
.login-group.activated .main-section.selected h1 {
  border-bottom: 5px solid #231F20;
}
.login-group.activated .main-section:not(.selected) h1 {
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
  background: #EBEBEB;
  color: #000;
  cursor: pointer;
}
.login-group.activated .main-section:not(.selected) h1 ~ * {
  display: none;
}
.login-group.activated .login h1 {
  margin-right: 50%;
}
.login-group.activated .register h1 {
  margin-left: 50%;
}
.hide-duplicate-fields .duplicate-field {
  display: none;
}
.cart-addresses {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .cart-addresses {
    flex-direction: column;
  }
}
.cart-addresses .address {
  flex-grow: 1;
  margin-right: 20px;
  flex-basis: 0;
}
@media (max-width: 799px) {
  .cart-addresses .address {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cart-addresses .address:first-child {
  margin-right: 0;
  margin-bottom: 0;
}
.payment-gateway-text {
  padding-left: 44px;
}
.payment-gateway-text p {
  font-size: 16px;
  line-height: 1.2;
  margin: 4px 0;
}
.payment-gateway-text b {
  font-size: 20px;
}
.genoapay-logo {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  overflow: hidden;
  width: 206px;
  background: transparent url('images/payment-gateways/genoapay.svg') left top no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.laybuy-logo {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  overflow: hidden;
  width: 90px;
  background: transparent url('images/payment-gateways/genoapay.svg') left top no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.poli-block {
  display: inline-block;
  vertical-align: top;
}
.poli-block img {
  display: block;
  float: left;
  margin: 0 1rem 0 0;
}
.confirm-text {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.confirm-table {
  border: 1px solid #EBEBEB;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.confirm-table td, .confirm-table th {
  vertical-align: top;
}
.confirm-table td:first-child {
  min-width: 30px;
}
.confirm-table th {
  text-align: left;
}
.confirm-table .price {
  text-align: right;
}
.account-navigation ul {
  margin: 0;
  padding: 0;
}
.account-navigation li {
  display: block;
}
.account-navigation a {
  text-decoration: none;
}
.account-navigation a:hover, .account-navigation a:focus, .account-navigation a:active {
  text-decoration: underline;
}
.register-section {
  max-width: 420px;
}
.order-list .order {
  display: flex;
  justify-content: space-between;
  border: 1px solid #231F20;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .order-list .order {
    display: block;
  }
}
.order-list .order:last-child {
  margin-bottom: 0;
}
.order-list .order-details {
  border-right: 1px solid #231F20;
  max-width: 165px;
  width: 100%;
  padding: 10px;
  background: rgba(35, 31, 32, 0.1);
  font-size: 0.8333333333rem;
}
@media (max-width: 639px) {
  .order-list .order-details {
    border-right: none;
    border-bottom: 1px solid #231F20;
    max-width: 100%;
  }
}
.order-list .order-details .limited-reorder {
  display: block;
}
.order-list h2 {
  margin: 0;
  font-size: inherit;
}
.order-list p {
  margin: 0;
}
.order-list .order-items {
  flex-grow: 1;
  margin: 0;
  padding: 10px;
}
.order-list li {
  display: block;
}
.order-list .item-title {
  font-weight: bold;
}
/* tinymce universal formatting */
#tinymce {
  display: block;
  min-height: 0;
  max-width: 1570px;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 1em;
  text-align: left;
}
#tinymce p {
  margin: 0 0 1em;
}
#tinymce form {
  outline: 1px dotted #8B8B8B;
}
#tinymce a {
  border-bottom: 1px dotted #8B8B8B;
  text-decoration: none;
}
#tinymce td {
  font-family: inherit;
  font-size: inherit;
}
/** Products module */
.Products .content-section, .Equipment-Hire .content-section {
  margin-bottom: 2.7777777778rem;
}
.Products form.filter, .Equipment-Hire form.filter {
  border-top: 1px solid #000;
  padding: 1.1111111111rem 0;
  margin: 3.8888888889rem 0 3.3333333333rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .Products form.filter, .Equipment-Hire form.filter {
    flex-direction: column;
    margin-bottom: 2.2222222222rem;
    text-align: center;
  }
}
.Products form.filter h4, .Equipment-Hire form.filter h4 {
  font-size: 24px;
}
.Products form.filter > *, .Equipment-Hire form.filter > * {
  margin-right: 1.6666666667rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .Products form.filter > *, .Equipment-Hire form.filter > * {
    margin-bottom: 1.1111111111rem;
    margin-right: 0;
    width: 100%;
  }
}
.Products form.filter .select-wrapper label, .Equipment-Hire form.filter .select-wrapper label {
  display: flex;
  align-items: center;
}
@media (max-width: 639px) {
  .Products form.filter .select-wrapper label, .Equipment-Hire form.filter .select-wrapper label {
    flex-direction: column;
  }
}
.Products form.filter .select-wrapper label .label, .Equipment-Hire form.filter .select-wrapper label .label {
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 0.8333333333rem;
  flex: 1;
}
.Products form.filter .select-wrapper label .field, .Equipment-Hire form.filter .select-wrapper label .field {
  flex: 1;
}
@media (max-width: 639px) {
  .Products form.filter .select-wrapper label .field, .Equipment-Hire form.filter .select-wrapper label .field {
    width: 100%;
  }
}
.Products form.filter .select-wrapper label select, .Equipment-Hire form.filter .select-wrapper label select {
  border: none;
  min-width: 5.5555555556rem;
  border-radius: 1.3888888889rem;
}
.Products .products, .Equipment-Hire .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.6666666667rem;
  grid-row-gap: 2.2222222222rem;
}
@media (max-width: 1023px) {
  .Products .products, .Equipment-Hire .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .Products .products, .Equipment-Hire .products {
    grid-template-columns: auto;
  }
}
.Products .products .product, .Equipment-Hire .products .product {
  background: #F1F1F1;
}
.Products .products .product > section, .Equipment-Hire .products .product > section {
  padding: 1.9444444444rem;
}
.Products .products .product > section h3 span, .Equipment-Hire .products .product > section h3 span {
  font-size: 27px;
}
.Products .products .product > a.image, .Equipment-Hire .products .product > a.image {
  display: block;
  overflow: hidden;
}
.Products .products .product > a.image:hover, .Products .products .product > a.image:focus, .Products .products .product > a.image:active, .Equipment-Hire .products .product > a.image:hover, .Equipment-Hire .products .product > a.image:focus, .Equipment-Hire .products .product > a.image:active {
  opacity: 0.5;
}
.Products .products .product > a.image:hover img, .Products .products .product > a.image:focus img, .Products .products .product > a.image:active img, .Equipment-Hire .products .product > a.image:hover img, .Equipment-Hire .products .product > a.image:focus img, .Equipment-Hire .products .product > a.image:active img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.Products .products .product > a.image img, .Equipment-Hire .products .product > a.image img {
  display: block;
  object-fit: cover;
  min-height: 16.6666666667rem;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.Products .gallery > a:first-child, .Equipment-Hire .gallery > a:first-child {
  max-width: 100%;
  margin: 0;
  margin-bottom: 1.1111111111rem;
}
@media (max-width: 639px) {
  .Products .gallery > a:first-child, .Equipment-Hire .gallery > a:first-child {
    margin-bottom: 1px;
  }
}
@media (max-width: 1023px) {
  .Products .product-details, .Equipment-Hire .product-details {
    margin-top: 2.2222222222rem;
  }
}
.category-nav ul {
  margin: 0;
  padding: 0;
}
.category-nav ul ul {
  display: none;
  margin-left: 10px;
}
.category-nav ul li {
  display: block;
}
.category-nav ul a {
  background: #e4dfce;
  display: block;
  margin-bottom: 2px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s, color 0.1s;
}
.category-nav ul li.sel ul {
  display: block;
}
.category-nav ul li.sel > a, .category-nav ul a:hover, .category-nav ul a:focus, .category-nav ul a:active {
  background: #231F20;
  color: #fff;
}
.products-content {
  width: 100%;
}
/* category pages */
.product-links {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 65px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  margin: 0;
  padding: 0;
}
@media (max-width: 349px) {
  .product-links {
    grid-template-columns: auto;
  }
}
.product-links li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  vertical-align: top;
  position: relative;
  font-size: 1.2222222222rem;
}
.product-links li .summary {
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
  width: 100%;
}
.product-links li .summary:hover .image, .product-links li .summary:focus .image, .product-links li .summary:active .image {
  opacity: 0.5;
}
.product-links li .summary:hover .name, .product-links li .summary:focus .name, .product-links li .summary:active .name {
  text-decoration: underline;
}
.product-links li .summary > div {
  width: 100%;
  flex-grow: 1;
}
.product-links li .summary > form {
  width: 100%;
}
.product-links li .text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: 'Noto Serif', serif;
  font-size: 1.1666666667rem;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .product-links li .text {
    font-size: 1.3333333333rem;
    line-height: 27px;
  }
}
.product-links li .text .name {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-links li .text .price {
  padding-left: 10px;
  width: 20%;
  text-align: right;
  color: #231F20;
}
.product-links li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  top: 0;
  border: 1px solid #e4dfce;
  background: #fff;
  opacity: 1;
}
.product-links li .buttons {
  display: flex;
  align-items: center;
  margin: 0;
}
.product-links li .buttons .button {
  width: calc(50% - 5px);
  padding: 13px 5px;
  margin-right: 5px;
  font-size: 0.6111111111rem;
  text-align: center;
  border-radius: 0;
}
.product-links li .buttons .button:last-child {
  margin-left: 5px;
  margin-right: 0;
}
@media (min-width: 640px) {
  .product-links li .buttons .button {
    font-size: inherit;
    padding: 18px 5px;
  }
}
@media (max-width: 1279px) {
  .featured .product-links {
    overflow: hidden;
  }
}
.featured .product-links.slick-initialized {
  display: block;
}
@media (max-width: 1279px) {
  .featured .product-links.slick-initialized {
    margin-right: -35px;
  }
}
@media (max-width: 639px) {
  .featured .product-links.slick-initialized {
    margin-right: 0;
  }
}
.featured .product-links.slick-initialized li {
  margin-bottom: 0;
  margin-right: 35px;
}
@media (max-width: 639px) {
  .featured .product-links.slick-initialized li {
    margin-right: 0;
  }
}
.featured .product-links .slick-track {
  min-width: 100%;
  display: flex !important;
}
.featured .product-links .slick-track .slick-slide {
  display: flex !important;
  height: inherit !important;
}
.featured .product-links ul.slick-dots {
  position: static;
  margin-top: 20px;
  text-align: center;
}
/* Individual Product page */
.product-images {
  margin-right: 25px;
  max-width: 365px;
  width: 100%;
}
@media (max-width: 849px) {
  .product-images {
    float: none;
    margin-bottom: 20px;
  }
}
.product-images .small-images {
  position: relative;
  padding-left: 20px;
  margin-right: 0;
}
@media (min-width: 640px) {
  .product-images .small-images {
    margin-top: 17px;
    margin-right: -25px;
    padding-left: 0;
  }
}
.product-images .small-images:after {
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  background: #fff;
}
@media (min-width: 640px) {
  .product-images .small-images:after {
    width: 25px;
  }
}
.product-images .small-images button.slick-arrow {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  border: solid transparent;
  border-width: 16px 8px;
  height: 0;
  margin: auto;
  padding: 0;
  width: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.product-images .small-images button.slick-arrow.slick-prev {
  left: 0;
  border-left: 0;
  border-right-color: #231F20;
}
@media (min-width: 640px) {
  .product-images .small-images button.slick-arrow.slick-prev {
    left: -17px;
  }
}
.product-images .small-images button.slick-arrow.slick-next {
  right: 0;
  z-index: 10;
  border-right: 0;
  border-left-color: #231F20;
}
@media (min-width: 640px) {
  .product-images .small-images button.slick-arrow.slick-next {
    right: 10px;
  }
}
.product-images a {
  display: block;
  position: relative;
  border: 1px solid #e4dfce;
}
.product-images a:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 100%;
}
.product-images a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.product-images a.main-image {
  width: 100%;
}
.product-images a.small-image {
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
  max-width: 102px;
  width: 100%;
}
@media (min-width: 640px) {
  .product-images a.small-image {
    margin-right: 28px;
  }
}
@media (max-width: 849px) {
  .product-details {
    float: none;
    width: 100%;
  }
}
.product-details .description {
  margin-bottom: 28px;
}
.product-tabs {
  margin-top: 10px;
}
.add-to-cart input[type=text], .add-to-cart input[type=number], .add-to-cart select {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  padding: 15px;
  background: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.add-to-cart label {
  display: block;
}
.add-to-cart .label, .add-to-cart .field {
  display: inline-block;
}
.add-to-cart .label {
  margin-right: 10px;
  width: 100px;
}
.add-to-cart .field {
  margin-bottom: 10px;
  width: 220px;
}
.add-to-cart .error {
  font-size: 0.8333333333rem;
  color: #fd1a00;
}
/* General standardised styles for native functionality like carts and users */
@keyframes native-ajax-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.line-items .line-item.loading, .native-sidebar .sidebar-section.loading {
  position: relative;
}
.line-items .line-item.loading:before, .native-sidebar .sidebar-section.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.line-items .line-item.loading:after, .native-sidebar .sidebar-section.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  border: 5px solid;
  border-color: #231F20 #231F20 transparent transparent;
  border-radius: 50%;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  animation: native-ajax-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
.native h1 {
  position: relative;
  padding: 15px;
  font-size: 32px;
  text-align: left;
}
.native h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1111111111rem;
  font-weight: bold;
  text-align: left;
}
.native .field-wrapper, .native .field-wrapper > label {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .native .field-wrapper, .native .field-wrapper > label {
    display: block;
  }
}
.native .field-wrapper .label, .native .field-wrapper > label .label {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  flex-basis: 150px;
}
@media (max-width: 639px) {
  .native .field-wrapper .label, .native .field-wrapper > label .label {
    margin-right: 0;
    text-align: left;
  }
}
.native .field-wrapper .field, .native .field-wrapper > label .field {
  flex-grow: 1;
}
.native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
  margin-left: 160px;
  width: 100%;
}
@media (max-width: 639px) {
  .native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
    margin-left: 0;
  }
}
.native .field-wrapper.group {
  margin-bottom: 15px;
}
.native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
  margin-left: 160px;
}
@media (max-width: 639px) {
  .native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
    margin-left: 0;
  }
}
.native-sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .native-sections {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.native-sidebar {
  margin-bottom: 35px;
  margin-left: 0;
  min-width: auto;
  order: 0;
}
@media (min-width: 1024px) {
  .native-sidebar {
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    order: 2;
  }
}
.native-sidebar .sidebar-section {
  border: 1px solid #EBEBEB;
  padding: 20px;
}
.native-sidebar h1 {
  margin: -20px -20px 20px;
  background: #8B8B8B;
  color: #fff;
}
.native-sidebar .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}
.native-sidebar .row.total {
  margin: 20px 0 0;
  font-size: 1.1111111111rem;
}
.native-main {
  flex-grow: 1;
}
.native-main .main-section, .native-main .payment-confirm-section {
  border: 1px solid #EBEBEB;
  margin-bottom: 30px;
  padding: 15px;
}
@media (min-width: 640px) {
  .native-main .main-section, .native-main .payment-confirm-section {
    padding: 30px;
  }
}
.native-main h1 {
  margin: -15px -15px 15px;
  background: #000;
  color: #fff;
  padding: 30px;
}
@media (min-width: 640px) {
  .native-main h1 {
    margin: -30px -30px 30px;
  }
}
.native-main .native-content .invoice {
  padding-bottom: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
  border-bottom: 1px solid #231F20;
}
.native-main .native-content .invoice .print {
  text-align: center;
}
.main-navigation .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .main-navigation .search-form {
    margin-top: 20px;
  }
}
.main-navigation .search-form .search-icon {
  display: block;
  width: 21px;
  height: 21px;
  text-align: left;
  text-indent: -100000px;
  background: url('/theme/images/icons/search.png') center no-repeat;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .main-navigation .search-form .search-icon {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .main-navigation .search-form .field {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 3px;
    background: #fff;
  }
}
@media (max-width: 1279px) {
  .main-navigation .search-form .field {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .main-navigation .search-form .field input {
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e4dfce;
    text-transform: uppercase;
  }
}
.main-navigation .search-form .field.open {
  display: block;
}
.content .searchForm {
  text-align: center;
}
.content .searchForm label {
  display: block;
  text-align: center;
}
.content .searchForm input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 263px);
  width: 300px;
}
@media (max-width: 639px) {
  .content .searchForm input[type="text"] {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.content .searchForm .button {
  vertical-align: middle;
  padding: 13px 35px;
}
.search-results {
  border-top: 1px solid #EBEBEB;
}
.search-results article {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 10px;
}
@media (max-width: 1279px) {
  .search-results article {
    display: block;
  }
}
.search-results article.has-image .search-content {
  width: calc(100% - 615px);
}
@media (max-width: 1279px) {
  .search-results article.has-image .search-content {
    width: 100%;
  }
}
.search-results article h5 {
  margin-top: 20px;
  margin-bottom: 3px;
}
.search-results article p {
  line-height: initial;
}
.search-results article .search-image {
  display: flex;
  justify-content: center;
  height: auto;
  margin-right: 45px;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1279px) {
  .search-results article .search-image {
    max-width: 100%;
  }
}
.search-results article .search-image img {
  display: block;
}
.search-results ul {
  margin-top: 10px;
}
.search-results li a {
  display: inline;
  padding: 0;
}
.sidebar.search-results img {
  float: none;
  margin: 0.5em 0;
}
.Front-Page .supporters-section {
  text-align: center;
  margin-bottom: 2.7777777778rem;
  margin-top: 6.6666666667rem;
}
@media (max-width: 1023px) {
  .Front-Page .supporters-section {
    margin-bottom: 4.4444444444rem;
    margin-top: 0;
  }
}
.Front-Page .supporters-section > .container .supporters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.2222222222rem;
  overflow: hidden;
}
.Front-Page .supporters-section > .container .supporters .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Front-Page .supporters-section > .container .supporters img {
  display: block;
  margin: 0 2.2222222222rem;
}
/*# sourceMappingURL=/theme/scss_cache/6d073e040699154eace97e6d8b02ec89.css.map */