﻿@charset "UTF-8";
/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn {
  background: #005958;
  border-radius: 15px;
  border: 1px solid transparent;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  outline: none;
  transition: 0.25s ease-in;
  padding: 20px 25px;
}
.btn:before {
  color: #ffffff;
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-right: 20px;
  vertical-align: text-bottom;
}
.btn:active, .btn:focus, .btn:hover {
  background: #ffffff;
  border: 1px solid #005958;
  color: #005958;
}
.btn:active:before, .btn:focus:before, .btn:hover:before {
  color: #005958;
}
.btn.grey-btn {
  background: #656565;
}
.btn.grey-btn:active, .btn.grey-btn:focus, .btn.grey-btn:hover {
  background: #ffffff;
  border: 1px solid #656565;
  color: #656565;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer {
  background: #656565;
  color: #ffffff;
  padding: 120px 30px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 120px 100px;
  }
}
.footer .vat-number {
  font-size: 13px;
  font-weight: lighter;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .footer .vat-number {
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .vat-number {
    font-size: 13px;
  }
}
.footer .address {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 40px;
}
.footer .address p {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer .address {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .address {
    font-size: 13px;
  }
}
.footer .contact-details {
  margin: 0 -15px;
}
@media screen and (min-width: 641px) {
  .footer .contact-details {
    margin: 0;
  }
}
.footer .contact-details span {
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .footer .contact-details span {
    margin-right: 3px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .contact-details span {
    margin-right: 20px;
  }
}
.footer .footer-links {
  /*.cell {
      &:first-child {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%;
      }
  }*/
}
.footer .footer-links ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.footer .footer-links ul a:active, .footer .footer-links ul a:focus, .footer .footer-links ul a:hover {
  color: #CCE980;
}
.footer .footer-links ul li, .footer .footer-links ul a {
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-links ul li, .footer .footer-links ul a {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer-links ul li, .footer .footer-links ul a {
    font-size: 13px;
  }
}
.footer .footer-links ul li {
  padding: 3px 0;
}
.footer .footer-links ul li span {
  font-weight: bold;
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (min-width: 641px) {
  .footer .footer-right {
    margin-top: 0;
  }
}
.footer .footer-right .footer-right-logo {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-right .footer-right-logo img {
  height: 100%;
  width: 175px;
}
.footer .footer-right .social-links {
  align-self: flex-end;
  display: flex;
  justify-content: space-around;
  /* width: 100%; */
  width: 100%;
}
@media screen and (min-width: 641px) {
  .footer .footer-right .social-links {
    justify-content: space-between;
  }
}
.footer .footer-right .social-links .social-link {
  color: #ffffff;
}
.footer .footer-right .social-links .social-link:active, .footer .footer-right .social-links .social-link:focus, .footer .footer-right .social-links .social-link:hover {
  color: #CCE980;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.generic {
  margin-bottom: 125px;
}
.page.generic.applications .page-content {
  margin-right: 20px;
}
.page.generic.vacancies .page-headings {
  margin-bottom: 100px;
}
.page.generic.team .page-headings {
  margin-bottom: 50px;
  margin-top: 25px;
}
.page.generic.team .article-content {
  height: auto;
}
.page.generic.landings .article-content {
  margin-bottom: 40px;
}
.page.generic.careers .page-headings {
  margin: 50px 0;
}
@media screen and (min-width: 1024px) {
  .page.generic.careers .page-headings {
    margin: 0;
  }
}
.page.generic.careers .page-content {
  height: 100%;
  justify-content: space-between;
}
.page.generic.news-media-landing .page-headings {
  margin: 50px 0;
}
@media screen and (min-width: 1024px) {
  .page.generic.news-media-landing .page-headings {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.page.generic.news-media-landing .dropdown-select {
  margin-bottom: 0;
}
.page.generic.suppliers {
  margin-bottom: 200px;
}
.page.generic .page-headings {
  margin: 50px 0;
  /*@media screen and (min-width: 1024px) {
      margin: 0;
  }*/
}
@media screen and (min-width: 641px) {
  .page.generic .page-headings {
    margin: 0 0 70px 0;
  }
}
.page.generic .page-headings .page-title {
  color: #005958;
  font-size: 40px;
  font-weight: bold;
}
.page.generic .page-headings .page-heading {
  font-size: 16px;
  font-weight: 500;
}
.page.generic .page-headings .page-title,
.page.generic .page-headings .page-heading {
  margin-bottom: 0;
}
.page.generic .page-headings .page-heading {
  color: #00A440;
}
.page.generic .page-intro {
  color: #005958;
  margin-bottom: 50px;
}
.page.generic .page-intro p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.page.generic .page-content {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin-right: 80px;
}
.page.generic .generic-content {
  color: #7F7F7F;
}
.page.generic .generic-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.page.generic .generic-content p:last-child {
  margin-bottom: 0;
}
.page.generic .generic-content a {
  color: #005958;
  font-weight: 600;
}
.page.generic .generic-content a:active, .page.generic .generic-content a:focus, .page.generic .generic-content a:hover {
  color: #00A440;
}
.page.generic .generic-content strong {
  color: #005958;
}
.page.generic .generic-content ul {
  margin-left: 20px;
  /*list-style: none;*/
  background-position: left top;
  background-image: url(../images/structure/bullet4.gif);
  padding-left: 30px;
}
.page.generic .generic-content ul li {
  display: list-item;
  flex-direction: row;
  /*font-size: 16px;*/
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  position: relative;
  /*&:before {
      content: '.';
      display: inline-flex;
      font-size: 14px;
      justify-content: center;
      left: -20px;
      height: auto;
      transform: translateY(-50%);
      top: 25%;
      position: absolute;
      vertical-align: middle;
  }*/
}
.page.generic .article-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.page.generic .follow-us {
  margin-bottom: 0;
  margin-top: 60px;
  padding-bottom: 20px;
}
.page.generic .follow-us .follow-us-title h4 {
  color: #000000;
  font-size: 22px;
  /*font-weight: bold;*/
  font-weight: 600;
  margin-bottom: 0;
}
.page.generic .follow-us .social-links {
  display: flex;
  justify-content: space-between;
}
.page.generic .follow-us .social-links a {
  color: #005958;
  font-size: 18px;
  font-weight: bold;
  width: auto;
}
.page.generic .follow-us .social-links a:active, .page.generic .follow-us .social-links a:focus, .page.generic .follow-us .social-links a:hover {
  color: #00A440;
}
.page.generic .career-links {
  margin: 30px 0 15px;
}
@media screen and (min-width: 641px) {
  .page.generic .career-links {
    margin: 45px 0 0px;
    /*margin: 75px 0 90px;*/
  }
}
@media screen and (min-width: 1024px) {
  .page.generic .career-links {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .page.generic .career-links {
    margin: 0;
  }
}
.page.generic .career-links .links .link:first-child .link-title:after {
  top: 50%;
}
.page.generic .career-links .links .link .link-title {
  color: #000000;
  display: flex;
  font-size: 22px;
  /*font-weight: 700;*/
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  width: 100%;
}
.page.generic .career-links .links .link .link-title:first-child {
  padding: 20px 0;
}
.page.generic .career-links .links .link .link-title:active, .page.generic .career-links .links .link .link-title:focus, .page.generic .career-links .links .link .link-title:hover {
  color: #005958;
}
.page.generic .career-links .links .link:after {
  position: absolute;
  right: 0;
  top: 0;
}
.page.generic .job-links .links .link,
.page.generic .suppliers-links .links .link,
.page.generic .application-links .links .link {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 30px;
}
.page.generic .job-links .links .link:last-child,
.page.generic .suppliers-links .links .link:last-child,
.page.generic .application-links .links .link:last-child {
  margin-bottom: 0;
}
.page.generic .job-links .links .link .link-title,
.page.generic .suppliers-links .links .link .link-title,
.page.generic .application-links .links .link .link-title {
  color: #000000;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  width: 100%;
}
.page.generic .job-links .links .link .link-title:first-child,
.page.generic .suppliers-links .links .link .link-title:first-child,
.page.generic .application-links .links .link .link-title:first-child {
  padding: 0 0 30px;
}
.page.generic .job-links .links .link .link-title:active, .page.generic .job-links .links .link .link-title:focus, .page.generic .job-links .links .link .link-title:hover,
.page.generic .suppliers-links .links .link .link-title:active,
.page.generic .suppliers-links .links .link .link-title:focus,
.page.generic .suppliers-links .links .link .link-title:hover,
.page.generic .application-links .links .link .link-title:active,
.page.generic .application-links .links .link .link-title:focus,
.page.generic .application-links .links .link .link-title:hover {
  color: #005958;
}
.page.generic .job-links .links .link:after,
.page.generic .suppliers-links .links .link:after,
.page.generic .application-links .links .link:after {
  position: absolute;
  right: 0;
  top: 0;
}
.page.generic .suppliers-links .links .link {
  border-bottom: 2px solid #005958;
}
.page.generic .suppliers-links .links .link .link-title {
  border: none;
  /*color: $black;
  font-size: 22px; 
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  width: 100%;

  &:first-child {
      padding: 0 0 30px;
  }*/
}
.page.generic .suppliers-links .links .link .link-title:active, .page.generic .suppliers-links .links .link .link-title:focus, .page.generic .suppliers-links .links .link .link-title:hover {
  color: #005958;
}
.page.generic .cycle-slideshow-wrapper {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .page.generic .cycle-slideshow-wrapper {
    margin-top: 0;
    /*margin-bottom: 70px;*/
    margin-bottom: 90px;
  }
}
.page.generic .cycle-slideshow-wrapper .cycle-slideshow img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page.generic .cycle-slideshow-wrapper .cycle-slideshow img {
    width: auto;
  }
}
.page.generic .panel-right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#ep-window-pnlDownloadsResourcesPopup {
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
  box-shadow: none;
  height: 100%;
  /*max-height: 360px;*/
  max-height: 470px;
  max-width: 750px;
  width: 100%;
  /*.ep-close {
      background: none; 
      height: 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      &:before {
          content: "\f00d";
          font-family: $font-awesome;
      }
  }*/
}
#ep-window-pnlDownloadsResourcesPopup .ep-close {
  display: none;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content {
  padding: 0;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-popup-header {
  align-items: center;
  background-color: #005958;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 45px 30px;
  position: relative;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-popup-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content {
  padding: 40px 45px 50px;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .download-description {
  /*margin-bottom: 40px;*/
  margin-bottom: 20px;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content p strong {
  color: #005958;
  font-size: 16px;
  font-weight: 500;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content input {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  box-shadow: none;
  height: 80px;
  margin-bottom: 10px;
  padding: 20px 25px;
  width: 95%;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .form {
  display: flex;
  flex-direction: column;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .form .btn {
  align-items: center;
  background-color: #005958;
  border-radius: 0;
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin-left: 30px;
  max-width: 225px;
  width: 100%;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .form .btn:active, #ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .form .btn:focus, #ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .form .btn:hover {
  border: 1px solid #005958;
  background-color: #ffffff;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .form .email-form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .checkbox {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .checkbox input {
  border: none;
  border-radius: 0;
  outline: none;
  height: auto;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .checkbox .ei-input.ei-checkbox {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-shadow: none;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .checkbox .ei-checkbox[data-checked=true] {
  border: 1px solid #005958;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .checkbox .ei-checkbox[data-checked=true]:after {
  background-color: #005958;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .checkbox .ei-container {
  width: auto;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .download-content .checkbox label {
  color: #7F7F7F;
  margin-left: 20px;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .email-form-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#ep-window-pnlDownloadsResourcesPopup .ep-content .close-icon {
  color: #ffffff;
  display: flex;
  font-size: 30px;
}

@media (max-width: 425px) {
  .v-banner-text {
    border: red solid 2px !important;
    margin-block: 30px;
    text-align: center;
  }
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.dropdown-select,
.input {
  background: #ffffff;
  border: 6px solid #D8D8D8;
  border-radius: 0;
  color: #005958;
  font-weight: 500;
  font-size: 14px;
  height: 80px;
  padding: 20px;
}
.dropdown-select:focus,
.input:focus {
  box-shadow: none;
  border: 6px solid #D8D8D8;
}

.input::placeholder {
  color: #7F7F7F;
}

.form {
  position: relative;
}
.form .error-tool-tip {
  background: red;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  transform: translateY(-100%);
  width: auto;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.top-header {
  background: #005958;
  padding: 20px 20px;
  position: relative;
  /*@media screen and (min-width: 1024px) {
      padding: 20px 60px;
  }*/
}
@media screen and (min-width: 1024px) {
  .top-header {
    padding: 25px 40px 15px;
    /*padding: 20px 40px;*/
  }
}
.top-header .top-header-left,
.top-header .top-header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.top-header .top-header-left > ul,
.top-header .top-header-right > ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.top-header a {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
}
.top-header a:active, .top-header a:focus, .top-header a:hover {
  color: #005958;
}
.top-header a:active:before, .top-header a:focus:before, .top-header a:hover:before {
  color: #005958;
}
.top-header .divider {
  border: 1px solid #ffffff;
  display: inline-flex;
  /*height: 100%;*/
  height: 100%;
  margin: 0 25px;
  width: auto;
}
.top-header .top-header-left ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  list-style: none;
  margin: 0;
}
.top-header .top-header-left ul li {
  display: inline-flex;
  font-size: 14px;
  /*height: 100%;*/
  /*@media screen and (min-width: 641px) {
      font-size: 16px;
  }*/
}
.top-header .top-header-left ul li.email a:before {
  content: "\f0e0";
}
@media screen and (min-width: 641px) {
  .top-header .top-header-left ul li.email a:before {
    display: none;
  }
}
.top-header .top-header-left ul li.mobile a:before {
  content: "\f095";
}
@media screen and (max-width: 639px) {
  .top-header .top-header-left ul li.mobile a:before, .top-header .top-header-left ul li.email a:before {
    color: #ffffff;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  .top-header .top-header-left ul li.mobile a:before, .top-header .top-header-left ul li.email a:before {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .top-header .top-header-left ul li.mobile a, .top-header .top-header-left ul li.email a {
    font-size: 0;
  }
}
.top-header .top-header-left ul li.mobile a:active:before, .top-header .top-header-left ul li.mobile a:focus:before, .top-header .top-header-left ul li.mobile a:hover:before, .top-header .top-header-left ul li.email a:active:before, .top-header .top-header-left ul li.email a:focus:before, .top-header .top-header-left ul li.email a:hover:before {
  color: #7F7F7F;
}
.top-header .top-header-right {
  justify-content: flex-end;
}
.top-header .top-header-right ul {
  align-items: center;
  justify-content: flex-end;
  /*width: 100%;*/
  width: 80%;
}
@media screen and (min-width: 1280px) {
  .top-header .top-header-right ul {
    justify-content: space-between;
  }
}
.top-header .top-header-right ul span {
  font-size: 14px;
  margin-right: 10px;
}
.top-header .top-header-right ul li {
  /*display: none;*/
  /*position: relative;*/
}
@media screen and (min-width: 1280px) {
  .top-header .top-header-right ul li {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
  }
}
.top-header .top-header-right ul li.account {
  margin-right: 25px;
}
@media screen and (min-width: 1280px) {
  .top-header .top-header-right ul li.account {
    margin-right: 0;
  }
}
.top-header .top-header-right ul li.account a {
  font-weight: 600;
}
.top-header .top-header-right ul li.webshop-link {
  margin-right: 25px;
}
@media screen and (min-width: 1280px) {
  .top-header .top-header-right ul li.webshop-link {
    margin-right: 0;
  }
}
.top-header .top-header-right ul li.webshop-link .fa-shopping-basket {
  font-size: 18px;
}
.top-header .top-header-right ul li.account, .top-header .top-header-right ul li.webshop-link, .top-header .top-header-right ul li.store-switch {
  display: inline-block;
}
.top-header .top-header-right ul li.account a:before, .top-header .top-header-right ul li.webshop-link a:before, .top-header .top-header-right ul li.store-switch a:before {
  vertical-align: middle;
}
.top-header .top-header-right ul li a {
  font-size: 14px;
}
.top-header .top-header-right .submenu {
  align-items: flex-start;
  display: none;
  flex-direction: column;
  margin: 0;
  /*left: -100%;*/
  list-style: none;
  padding: 45px 60px;
  position: absolute;
  right: -100%;
  top: 100%;
  width: 300px;
  z-index: 110;
}
.top-header .top-header-right .submenu.active {
  background: #005958;
  display: flex;
}
.top-header .top-header-right .submenu .sub-menu-item {
  padding: 5px 0;
  position: relative;
}
.top-header .top-header-right .submenu .sub-menu-item a {
  /*&:before {
      content: '';
      font-weight: bold;
  }*/
  font-size: 14px;
  line-height: 1.6;
}
.top-header .top-header-right .submenu .sub-menu-item a:active:before, .top-header .top-header-right .submenu .sub-menu-item a:focus:before, .top-header .top-header-right .submenu .sub-menu-item a:hover:before {
  color: #005958;
  content: "\f0da";
  display: flex;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: bold;
  left: -15px;
  position: absolute;
  top: 0;
}
.top-header .top-header-right .submenu-inner-item {
  margin-left: 0;
}
.top-header .top-header-right #submenuInnerOnClick {
  margin-bottom: 10px;
}
.top-header .top-header-right .submenu-inner-menu {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0;
  width: 100%;
}
.top-header .top-header-right .submenu-inner-menu.active {
  display: flex;
  flex-wrap: wrap;
}

.header .header-main {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 20px;
  padding: 40px 0px;
  padding-bottom: 25px;
  position: relative;
  /*@media screen and (min-width: 1024px) {
      margin: 0 20px;
      padding: 0;
  }*/
  /*@media screen and (min-width: 1024px) {
      margin: 0 60px;
  }*/
}
@media screen and (min-width: 641px) {
  .header .header-main {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-main {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header .header-main {
    padding: 0;
  }
}
@media screen and (min-width:1441px) {
  .header .header-main {
    margin: 0 40px;
    /*padding: 0;*/
  }
}
.header .header-main .mobile-menu-link {
  display: inline-flex;
  font-size: 28px;
  justify-content: flex-end;
}
.header .header-main .mobile-menu-link:before {
  color: #005958;
}
@media screen and (min-width: 1280px) {
  .header .header-main .mobile-menu-link {
    display: none;
  }
}
.header .header-main .nav-wrapper {
  text-align: right;
}
.header .header-main .logo {
  align-items: center;
  display: flex;
}
.header .search-bar {
  background: #005958;
  border: none;
  padding: 30px 60px;
}
.header .search-bar .search-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
}
.header .search-bar .search-wrapper input {
  height: 60px;
  margin-bottom: 0;
}
.header .search-bar .search-wrapper input.input-search {
  border: 2px solid #e5e5e5;
  border-radius: 0;
  color: #00A440;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  /*&::placeholder {
      color: $primary;
      font-family: $font-primary;
      font-size: 14px;
  }*/
}
.header .search-bar .search-wrapper input.input-search:focus {
  box-shadow: none;
}
.header .search-bar .search-wrapper .search-icon {
  background: none;
  color: #ffffff;
  padding-left: 20px;
}
.header .search-bar .search-wrapper .search-icon:before {
  content: "\f002";
  position: absolute;
}
.header .search-bar .search-wrapper .search-icon .search-btn {
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
  outline: none;
  position: relative;
  width: 100%;
}

.header-banner {
  background: #005958;
  display: none;
}
@media screen and (min-width: 641px) {
  .header-banner {
    display: block;
  }
}
.header-banner .header-banner-content {
  padding: 10px 0;
}
.header-banner .header-banner-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.header-banner .header-banner-content p a {
  color: #ffffff;
}
.header-banner .header-banner-content p a:active, .header-banner .header-banner-content p a:focus, .header-banner .header-banner-content p a:hover {
  color: #1D1D1B;
  font-weight: 500;
}

.product-menu,
.holdings-product-menu {
  display: none;
}
.product-menu .grid-container,
.holdings-product-menu .grid-container {
  width: 100%;
}

.menu-open {
  display: flex;
  flex-direction: column;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1280px) {
  .nav {
    flex-direction: row;
    width: 100%;
  }
}
.nav .menu {
  align-items: flex-end;
  /*display: none;*/
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (min-width: 1280px) {
  .nav .menu {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .nav .menu {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .nav .menu {
    width: 80%;
    /*width: 100%;*/
  }
}
.nav .menu .nav-item {
  /*display: flex;
  justify-content: flex-end;
  width: auto;
  flex: 1 auto;*/
  display: none;
  /*justify-content: center;*/
}
@media screen and (min-width: 1280px) {
  .nav .menu .nav-item {
    display: list-item;
  }
}
.nav .menu .nav-item.active a:after, .nav .menu .nav-item:active a:after, .nav .menu .nav-item:focus a:after, .nav .menu .nav-item:hover a:after {
  bottom: -2.5px;
  border-bottom: 5px solid #005958;
  border-radius: 50px;
  content: "";
  display: inline-block;
  /*left: 0;*/
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  z-index: 102;
}
.nav .menu .nav-item a {
  color: #1D1D1B;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .nav .menu .nav-item a {
    padding: 60px 20px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .nav .menu .nav-item a {
    padding: 60px 0;
    padding-bottom: 40px;
  }
}
.nav .menu .nav-item a:active, .nav .menu .nav-item a:focus, .nav .menu .nav-item a:hover {
  color: #005958;
}
.nav .menu .nav-item.active a {
  background: none;
  font-weight: bold;
}
.nav .menu .nav-item span {
  margin-right: 10px;
}
.nav .menu .nav-item.product-link a, .nav .menu .nav-item.holdings-product-link a {
  font-weight: bold;
  /*font-weight: 700;*/
}
.nav .menu .nav-item.product-link a:active, .nav .menu .nav-item.product-link a:focus, .nav .menu .nav-item.product-link a:hover, .nav .menu .nav-item.holdings-product-link a:active, .nav .menu .nav-item.holdings-product-link a:focus, .nav .menu .nav-item.holdings-product-link a:hover {
  color: #CCE980;
}
.nav .menu .nav-item.product-link.active a, .nav .menu .nav-item.holdings-product-link.active a {
  /*font-weight: bold;*/
}
.nav .menu .nav-item.product-link.link-open a, .nav .menu .nav-item.holdings-product-link.link-open a {
  color: #005958;
}
.nav .menu .nav-item.product-link.link-open a:after, .nav .menu .nav-item.holdings-product-link.link-open a:after {
  bottom: -2.5px;
  border-bottom: 5px solid #005958;
  border-radius: 50px;
  content: "";
  display: inline-block;
  /*left: 0;*/
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  z-index: 102;
}
.nav .menu .nav-item.product-link.link-open span:before, .nav .menu .nav-item.holdings-product-link.link-open span:before {
  color: #005958;
}
.nav .menu .nav-item.product-link span, .nav .menu .nav-item.holdings-product-link span {
  display: inline-flex;
}
.nav .menu .nav-item.product-link span:before, .nav .menu .nav-item.holdings-product-link span:before {
  align-items: center;
  color: #005958;
  display: flex;
  font-size: 14px;
}
.nav .menu .nav-item.holdings-product-link {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav .menu .nav-item.holdings-product-link {
    display: list-item;
  }
}
.nav .menu .nav-item.search {
  color: #005958;
  display: flex;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  width: auto;
  /*@media screen and (min-width: 1280px) {
      display: flex;
  }*/
}
.nav .menu .nav-item.search:active, .nav .menu .nav-item.search:focus, .nav .menu .nav-item.search:hover {
  color: #00A440;
}
.nav .menu .nav-item.search a {
  color: #005958;
  font-weight: 600;
}
.nav .menu .nav-item.search a:active, .nav .menu .nav-item.search a:focus, .nav .menu .nav-item.search a:hover, .nav .menu .nav-item.search a.search-open {
  color: #00A440;
}
.nav .menu .nav-item.search a:after {
  display: none;
}
.nav .menu .nav-item.product-selector a {
  color: #005958;
  font-weight: bold;
}
.nav .menu .nav-item.product-selector a:active, .nav .menu .nav-item.product-selector a:focus, .nav .menu .nav-item.product-selector a:hover {
  color: #00A440;
}
.nav .menu .nav-item.product-selector.active:after, .nav .menu .nav-item.product-selector:active:after, .nav .menu .nav-item.product-selector:focus:after, .nav .menu .nav-item.product-selector:hover:after {
  left: auto;
  right: 0;
  width: 140px;
}

.product-menu,
.holdings-product-menu {
  background: #ffffff;
  border-bottom: 2px solid #005958;
  list-style: none;
  /*height: 100%;*/
  /*padding-bottom: 100px;*/
  padding-bottom: 50px;
  padding-top: 70px;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.product-menu .grid,
.holdings-product-menu .grid {
  width: 100%;
  /*width: 80rem;*/
  margin: 0 auto;
}
@media screen and (min-width:1441px) {
  .product-menu .grid,
  .holdings-product-menu .grid {
    width: 90rem;
  }
}
.product-menu .grid:after,
.holdings-product-menu .grid:after {
  content: "";
  display: block;
  clear: both;
}
.product-menu .grid-item,
.holdings-product-menu .grid-item {
  height: 120px;
  float: left;
  /*float: left;
  height: auto;*/
  width: 20%;
}
@media screen and (min-width: 1280px) {
  .product-menu .grid-item,
  .holdings-product-menu .grid-item {
    width: 25%;
  }
}
.product-menu .sub-menu.has-submenu,
.product-menu .sub-menu-sizer,
.holdings-product-menu .sub-menu.has-submenu,
.holdings-product-menu .sub-menu-sizer {
  float: left;
  /*height: 300px;*/
  height: auto;
  width: 16.5%;
  /*@media screen and (min-width: 1280px) {
      width: 25%;
  }*/
}
.product-menu .sub-menu,
.holdings-product-menu .sub-menu {
  float: left;
  height: auto;
  width: 15%;
}
@media screen and (min-width: 1280px) {
  .product-menu .sub-menu,
  .holdings-product-menu .sub-menu {
    width: 16.5%;
  }
}
.product-menu .sub-menu.top-level,
.holdings-product-menu .sub-menu.top-level {
  width: auto;
}
.product-menu .sub-menu.top-level ul,
.holdings-product-menu .sub-menu.top-level ul {
  margin-bottom: 0;
}
.product-menu .sub-menu ul,
.holdings-product-menu .sub-menu ul {
  list-style: none;
  margin-left: 0;
  text-align: left;
}
.product-menu .sub-menu ul:first-child,
.holdings-product-menu .sub-menu ul:first-child {
  margin-bottom: 20px;
}
.product-menu .sub-menu .inner-submenu,
.holdings-product-menu .sub-menu .inner-submenu {
  height: 100%;
}
.product-menu .sub-menu .title,
.holdings-product-menu .sub-menu .title {
  display: flex;
  flex-direction: row;
  position: relative;
}
.product-menu .sub-menu .title:before,
.holdings-product-menu .sub-menu .title:before {
  font-size: 20px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.product-menu .sub-menu .title a,
.holdings-product-menu .sub-menu .title a {
  color: #005958;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 15px;
}
.product-menu .sub-menu .title a:active, .product-menu .sub-menu .title a:focus, .product-menu .sub-menu .title a:hover,
.holdings-product-menu .sub-menu .title a:active,
.holdings-product-menu .sub-menu .title a:focus,
.holdings-product-menu .sub-menu .title a:hover {
  color: #00A440;
}
.product-menu .sub-menu .title a span,
.holdings-product-menu .sub-menu .title a span {
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-menu .sub-menu .title a span:before,
.holdings-product-menu .sub-menu .title a span:before {
  color: #00A440;
  display: flex;
  font-size: 20px;
  justify-content: center;
}
.product-menu .sub-menu .variohm:active:before, .product-menu .sub-menu .variohm:focus:before, .product-menu .sub-menu .variohm:hover:before,
.holdings-product-menu .sub-menu .variohm:active:before,
.holdings-product-menu .sub-menu .variohm:focus:before,
.holdings-product-menu .sub-menu .variohm:hover:before {
  color: #00A440;
}
.product-menu .sub-menu .variohm:active a, .product-menu .sub-menu .variohm:focus a, .product-menu .sub-menu .variohm:hover a,
.holdings-product-menu .sub-menu .variohm:active a,
.holdings-product-menu .sub-menu .variohm:focus a,
.holdings-product-menu .sub-menu .variohm:hover a {
  color: #00A440;
}
.product-menu .sub-menu .variohm:before,
.holdings-product-menu .sub-menu .variohm:before {
  color: #036937;
}
.product-menu .sub-menu .variohm a,
.holdings-product-menu .sub-menu .variohm a {
  color: #036937;
}
.product-menu .sub-menu .herga:active:before, .product-menu .sub-menu .herga:focus:before, .product-menu .sub-menu .herga:hover:before,
.holdings-product-menu .sub-menu .herga:active:before,
.holdings-product-menu .sub-menu .herga:focus:before,
.holdings-product-menu .sub-menu .herga:hover:before {
  color: #00A440;
}
.product-menu .sub-menu .herga:active a, .product-menu .sub-menu .herga:focus a, .product-menu .sub-menu .herga:hover a,
.holdings-product-menu .sub-menu .herga:active a,
.holdings-product-menu .sub-menu .herga:focus a,
.holdings-product-menu .sub-menu .herga:hover a {
  color: #00A440;
}
.product-menu .sub-menu .herga:before,
.holdings-product-menu .sub-menu .herga:before {
  color: #ff8300;
}
.product-menu .sub-menu .herga a,
.holdings-product-menu .sub-menu .herga a {
  color: #ff8300;
}
.product-menu .sub-menu .ixthus:active:before, .product-menu .sub-menu .ixthus:focus:before, .product-menu .sub-menu .ixthus:hover:before,
.holdings-product-menu .sub-menu .ixthus:active:before,
.holdings-product-menu .sub-menu .ixthus:focus:before,
.holdings-product-menu .sub-menu .ixthus:hover:before {
  color: #00A440;
}
.product-menu .sub-menu .ixthus:active a, .product-menu .sub-menu .ixthus:focus a, .product-menu .sub-menu .ixthus:hover a,
.holdings-product-menu .sub-menu .ixthus:active a,
.holdings-product-menu .sub-menu .ixthus:focus a,
.holdings-product-menu .sub-menu .ixthus:hover a {
  color: #00A440;
}
.product-menu .sub-menu .ixthus:before,
.holdings-product-menu .sub-menu .ixthus:before {
  color: #af454a;
}
.product-menu .sub-menu .ixthus a,
.holdings-product-menu .sub-menu .ixthus a {
  color: #af454a;
}
.product-menu .sub-menu .positek:active:before, .product-menu .sub-menu .positek:focus:before, .product-menu .sub-menu .positek:hover:before,
.holdings-product-menu .sub-menu .positek:active:before,
.holdings-product-menu .sub-menu .positek:focus:before,
.holdings-product-menu .sub-menu .positek:hover:before {
  color: #00A440;
}
.product-menu .sub-menu .positek:active a, .product-menu .sub-menu .positek:focus a, .product-menu .sub-menu .positek:hover a,
.holdings-product-menu .sub-menu .positek:active a,
.holdings-product-menu .sub-menu .positek:focus a,
.holdings-product-menu .sub-menu .positek:hover a {
  color: #00A440;
}
.product-menu .sub-menu .positek:before,
.holdings-product-menu .sub-menu .positek:before {
  color: #8a0768;
}
.product-menu .sub-menu .positek a,
.holdings-product-menu .sub-menu .positek a {
  color: #8a0768;
}
.product-menu .sub-menu .phoenix:active:before, .product-menu .sub-menu .phoenix:focus:before, .product-menu .sub-menu .phoenix:hover:before,
.holdings-product-menu .sub-menu .phoenix:active:before,
.holdings-product-menu .sub-menu .phoenix:focus:before,
.holdings-product-menu .sub-menu .phoenix:hover:before {
  color: #00A440;
}
.product-menu .sub-menu .phoenix:active a, .product-menu .sub-menu .phoenix:focus a, .product-menu .sub-menu .phoenix:hover a,
.holdings-product-menu .sub-menu .phoenix:active a,
.holdings-product-menu .sub-menu .phoenix:focus a,
.holdings-product-menu .sub-menu .phoenix:hover a {
  color: #00A440;
}
.product-menu .sub-menu .phoenix:before,
.holdings-product-menu .sub-menu .phoenix:before {
  color: #ffde00;
}
.product-menu .sub-menu .phoenix a,
.holdings-product-menu .sub-menu .phoenix a {
  color: #ffde00;
}
.product-menu .sub-menu .limitor:active:before, .product-menu .sub-menu .limitor:focus:before, .product-menu .sub-menu .limitor:hover:before,
.holdings-product-menu .sub-menu .limitor:active:before,
.holdings-product-menu .sub-menu .limitor:focus:before,
.holdings-product-menu .sub-menu .limitor:hover:before {
  color: #00A440;
}
.product-menu .sub-menu .limitor:active a, .product-menu .sub-menu .limitor:focus a, .product-menu .sub-menu .limitor:hover a,
.holdings-product-menu .sub-menu .limitor:active a,
.holdings-product-menu .sub-menu .limitor:focus a,
.holdings-product-menu .sub-menu .limitor:hover a {
  color: #00A440;
}
.product-menu .sub-menu .limitor:before,
.holdings-product-menu .sub-menu .limitor:before {
  color: #006400;
}
.product-menu .sub-menu .limitor a,
.holdings-product-menu .sub-menu .limitor a {
  color: #006400;
}
.product-menu .sub-menu .sub-menu-item a,
.holdings-product-menu .sub-menu .sub-menu-item a {
  color: #828282;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 15px;
}
.product-menu .sub-menu .sub-menu-item a:active, .product-menu .sub-menu .sub-menu-item a:focus, .product-menu .sub-menu .sub-menu-item a:hover,
.holdings-product-menu .sub-menu .sub-menu-item a:active,
.holdings-product-menu .sub-menu .sub-menu-item a:focus,
.holdings-product-menu .sub-menu .sub-menu-item a:hover {
  color: #1D1D1B;
}

.off-canvas.position-right {
  background: #ffffff;
  border-bottom: 4px solid #005958;
  height: 650px;
  /*max-height: 650px;*/
  /*transition: height 0.5s ease-in-out;*/
  overflow: hidden;
  position: absolute;
  top: 72px;
  width: auto;
  z-index: 999;
  /*@media screen and (min-width: 1280px) {
      top: 85px;
  }*/
  /*&.holdings-open {
      height: 100%;
      max-height: 100%;
      min-height: 650px;
  }*/
}
@media screen and (min-width: 641px) {
  .off-canvas.position-right {
    top: 65px;
  }
}
.off-canvas.position-right.holdings-open {
  height: 980px;
  /*max-height: 100%;*/
  /*overflow-y: scroll;*/
  /*min-height: 700px;*/
  /*height: 100%;
  max-height: 100%;
  min-height: 700px;*/
}
.off-canvas.position-right .close-button {
  color: #005958;
  display: inline-block;
  top: 16px;
  right: 12px;
}
@media screen and (min-width: 641px) {
  .off-canvas.position-right .close-button {
    top: 25px;
    right: 25px;
  }
}
.off-canvas.position-right .close-button span {
  font-weight: lighter;
  font-size: 84px;
}
.off-canvas.position-right .vertical.menu {
  display: block;
  margin: 115px auto 0;
  width: 50%;
}
@media screen and (min-width: 641px) {
  .off-canvas.position-right .vertical.menu {
    width: 25%;
  }
}
.off-canvas.position-right .vertical.menu li {
  margin-bottom: 5px;
}
.off-canvas.position-right .vertical.menu li a {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.off-canvas.position-right .vertical.menu li a:active, .off-canvas.position-right .vertical.menu li a:hover {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu li a:active:before, .off-canvas.position-right .vertical.menu li a:hover:before {
  color: #00A440;
  content: "\f0da";
  display: inline-flex;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  left: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.off-canvas.position-right .vertical.menu li a:active {
  font-weight: bold;
}
.off-canvas.position-right .vertical.menu .holdings-submenu {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .variohm:active, .off-canvas.position-right .vertical.menu .holdings-submenu .variohm:focus, .off-canvas.position-right .vertical.menu .holdings-submenu .variohm:hover {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .variohm:active:before, .off-canvas.position-right .vertical.menu .holdings-submenu .variohm:focus:before, .off-canvas.position-right .vertical.menu .holdings-submenu .variohm:hover:before {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .variohm a {
  color: #036937;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .variohm a:before {
  color: #036937;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .herga:active, .off-canvas.position-right .vertical.menu .holdings-submenu .herga:focus, .off-canvas.position-right .vertical.menu .holdings-submenu .herga:hover {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .herga:active:before, .off-canvas.position-right .vertical.menu .holdings-submenu .herga:focus:before, .off-canvas.position-right .vertical.menu .holdings-submenu .herga:hover:before {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .herga a {
  color: #ff8300;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .herga a:before {
  color: #ff8300;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .ixthus:active a, .off-canvas.position-right .vertical.menu .holdings-submenu .ixthus:focus a, .off-canvas.position-right .vertical.menu .holdings-submenu .ixthus:hover a {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .ixthus:active a:before, .off-canvas.position-right .vertical.menu .holdings-submenu .ixthus:focus a:before, .off-canvas.position-right .vertical.menu .holdings-submenu .ixthus:hover a:before {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .ixthus a {
  color: #af454a;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .ixthus a:before {
  color: #af454a;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .positek:active, .off-canvas.position-right .vertical.menu .holdings-submenu .positek:focus, .off-canvas.position-right .vertical.menu .holdings-submenu .positek:hover {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .positek:active:before, .off-canvas.position-right .vertical.menu .holdings-submenu .positek:focus:before, .off-canvas.position-right .vertical.menu .holdings-submenu .positek:hover:before {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .positek a {
  color: #8a0768;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .positek a:before {
  color: #8a0768;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .phoenix:active:before, .off-canvas.position-right .vertical.menu .holdings-submenu .phoenix:focus:before, .off-canvas.position-right .vertical.menu .holdings-submenu .phoenix:hover:before {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .phoenix:active a, .off-canvas.position-right .vertical.menu .holdings-submenu .phoenix:focus a, .off-canvas.position-right .vertical.menu .holdings-submenu .phoenix:hover a {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .phoenix:before {
  color: #ffde00;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .phoenix a {
  color: #ffde00;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .limitor:active:before, .off-canvas.position-right .vertical.menu .holdings-submenu .limitor:focus:before, .off-canvas.position-right .vertical.menu .holdings-submenu .limitor:hover:before {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .limitor:active a, .off-canvas.position-right .vertical.menu .holdings-submenu .limitor:focus a, .off-canvas.position-right .vertical.menu .holdings-submenu .limitor:hover a {
  color: #00A440;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .limitor:before {
  color: #006400;
}
.off-canvas.position-right .vertical.menu .holdings-submenu .limitor a {
  color: #006400;
}
.off-canvas.position-right.is-open {
  box-shadow: none;
  width: 100%;
}

.js-off-canvas-overlay.is-visible {
  opacity: 0;
}

.off-canvas.is-closed {
  display: none;
  overflow: hidden;
}

/*..off-canvas-content {
    overflow: hidden;
}*/
/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.generic.spare-stock .table-wrapper {
  margin-top: 40px;
}
.page.generic.spare-stock .table-wrapper h4 {
  color: #005958;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .page.generic.spare-stock .table-wrapper h4 {
    text-align: center;
  }
}
@media screen and (min-width: 641px) {
  .page.generic.spare-stock .table-wrapper h4 {
    margin-bottom: 40px;
    text-align: left;
  }
}
.page.generic.spare-stock .page-content {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .page.generic.spare-stock .page-content {
    /*margin-right: 80px;*/
  }
}
.page.generic.spare-stock .table-inner {
  margin-bottom: 40px;
}
.page.generic.spare-stock .table-inner:last-child {
  margin-bottom: 0;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.archive-block .archive-item {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
.archive-block .archive-item:first-child {
  padding-top: 0;
}
.archive-block .archive-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.archive-block .archive-item .archive-image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .archive-block .archive-item .archive-image {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.archive-block .archive-item .archive-title {
  color: #005958;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 30px;
}
.archive-block .archive-item .archive-title:active, .archive-block .archive-item .archive-title:focus, .archive-block .archive-item .archive-title:hover {
  color: #00A440;
}
.archive-block .archive-item .archive-title .supplier-page-title,
.archive-block .archive-item .archive-title .application-page-title {
  align-items: center;
  color: #005958;
  display: flex;
}
.archive-block .archive-item .archive-title .supplier-page-title:before,
.archive-block .archive-item .archive-title .application-page-title:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
  transition: 0.25s ease-in;
}
.archive-block .archive-item .archive-title .supplier-page-title:active, .archive-block .archive-item .archive-title .supplier-page-title:focus, .archive-block .archive-item .archive-title .supplier-page-title:hover,
.archive-block .archive-item .archive-title .application-page-title:active,
.archive-block .archive-item .archive-title .application-page-title:focus,
.archive-block .archive-item .archive-title .application-page-title:hover {
  color: #00A440;
  font-size: 18px;
}
.archive-block .archive-item .archive-title .supplier-page-title:active:before, .archive-block .archive-item .archive-title .supplier-page-title:focus:before, .archive-block .archive-item .archive-title .supplier-page-title:hover:before,
.archive-block .archive-item .archive-title .application-page-title:active:before,
.archive-block .archive-item .archive-title .application-page-title:focus:before,
.archive-block .archive-item .archive-title .application-page-title:hover:before {
  color: #00A440;
}
.archive-block .archive-item .archive-title .supplier-website-link {
  color: #00A440;
}
.archive-block .archive-item .archive-title .supplier-website-link:active, .archive-block .archive-item .archive-title .supplier-website-link:focus, .archive-block .archive-item .archive-title .supplier-website-link:hover {
  color: #005958;
}
.archive-block .archive-item .archive-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.archive-block .archive-item .archive-content p {
  color: #7F7F7F;
  font-size: 14px;
  line-height: 1.6;
}
.archive-block .archive-item .archive-content .read-more {
  color: #000000;
  display: flex;
  font-size: 18px;
  justify-content: flex-end;
}
.archive-block .archive-item .archive-content .read-more .right-arrow {
  margin-left: 40px;
  margin-right: 0;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.article-page {
  margin-bottom: 235px;
}
.page.article-page .page-content .page-title {
  margin-bottom: 60px;
}
.page.article-page .page-content .page-title h1 {
  color: #005958;
  font-weight: 500;
  font-size: 22px;
}
.page.article-page .page-content .subtitle {
  line-height: 1.4;
}
.page.article-page .page-content p {
  font-size: 16px;
}
.page.article-page .page-content p strong {
  color: #000000;
}
.page.article-page .page-content h2 {
  font-size: 28px;
}
.page.article-page .page-content h3 {
  font-size: 26px;
}
.page.article-page .page-content h4 {
  font-size: 24px;
}
.page.article-page .page-content h5 {
  font-size: 22px;
}
.page.article-page .page-content h6 {
  font-size: 20px;
}
.page.article-page .page-content .cycle-slideshow-wrapper {
  float: right;
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page.article-page .page-content .cycle-slideshow-wrapper {
    padding-left: 40px;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .page.article-page .page-content .cycle-slideshow-wrapper {
    padding-left: 20px;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .page.article-page .page-content .cycle-slideshow-wrapper {
    margin-left: 0;
  }
}
.page.article-page .page-content .published-date {
  margin-top: 20px;
}
.page.article-page .page-content .published-date strong {
  color: #7F7F7F;
}
.page.article-page .news-article-links {
  margin-top: 40px;
}
.page.article-page .news-article-links .block-title {
  /*margin-bottom: 30px;*/
  margin-bottom: 70px;
  padding-bottom: 30px;
}
.page.article-page .ep.video {
  margin-bottom: 70px;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page .checkbox-list td {
  position: relative;
}
.page .checkbox-list input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 3px solid #00A440;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-bottom: 0;
  position: relative;
  width: 20px;
  vertical-align: middle;
  /*.checkmark {
      background: $primary; 
      border: 2px solid $primary; 
      position: absolute;
      top: 50%;
      transform: translateY(-50%); 
  }*/
  /*&:checked, &:active, &:focus, &:hover {
      &:before {
          background: $secondary;
          border-radius: 50px;
          content: '';
          color: blue;
          font-size: 0;
          height: 10px;
          left: 0px; 
          position: absolute;
          right: 2px;
          width: 10px;
          top: 2.5px;

          @media screen and (max-width: 400px) {
              top: 2px;
          }
      }
  }*/
}
.page .checkbox-list input:active, .page .checkbox-list input:focus, .page .checkbox-list input:hover {
  outline: none;
}
.page .checkbox-list input::-ms-check {
  background: none;
  border: 3px solid #00A440;
  border-radius: 25px;
}
.page .checkbox-list input:checked + label:before, .page .checkbox-list input:active + label:before, .page .checkbox-list input:focus + label:before, .page .checkbox-list input:hover + label:before {
  background: #00A440;
  border-radius: 50px;
  content: "";
  color: blue;
  font-size: 0;
  height: 10px;
  /* left: 0px; */
  left: 5px;
  position: absolute;
  /*right: 2px;
  width: 10px;
  top: 2.5px;*/
  right: 1px;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
  /*@media screen and (max-width: 400px) {
      top: 2px;
  }*/
}
.page .checkbox-list label {
  color: #656565;
  font-size: 14px;
  font-weight: 300;
  margin: 5px 15px;
  vertical-align: middle;
  width: 80%;
}
.page .checkbox-list label {
  /*position: relative;*/
  /*&:before {
      background: $secondary;
      border-radius: 50px;
      content: '';
      color: blue;
      font-size: 0;
      height: 10px;
       left: 0px; 
      position: absolute;
      right: 2px;
      width: 10px;
      top: 2.5px;

      @media screen and (max-width: 400px) {
          top: 2px;
      }
  }*/
}
.page .checkbox-list label:checked:before, .page .checkbox-list label:active:before, .page .checkbox-list label:focus:before, .page .checkbox-list label:hover:before {
  background: #00A440;
  border-radius: 50px;
  content: "";
  color: blue;
  font-size: 0;
  height: 10px;
  /* left: 0px; */
  position: absolute;
  /*right: 2px;
  width: 10px;
  top: 2.5px;*/
  right: 1px;
  width: 10px;
  top: 12.5px;
  left: 5px;
}
@media screen and (max-width: 400px) {
  .page .checkbox-list label:checked:before, .page .checkbox-list label:active:before, .page .checkbox-list label:focus:before, .page .checkbox-list label:hover:before {
    top: 2px;
  }
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.content-block {
  border-bottom: 1px solid #00A440;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.content-block.job-block {
  margin-bottom: 80px;
}
.content-block.job-block .content-block-title {
  color: #005958;
  font-size: 24px;
  font-weight: bold;
  /*line-height: 1.6;*/
  line-height: 1.4;
  margin-bottom: 0;
}
.content-block.job-block .subheading {
  color: #00A440;
  /*font-weight: 500;*/
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
.content-block.job-block .title-wrapper {
  /*padding-bottom: 40px;*/
  /*padding-bottom: 100px;*/
  padding-bottom: 80px;
}
.content-block.job-block .read-more-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 40px 0;
}
.content-block.job-block .read-more-wrapper .read-more {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.content-block.job-block .read-more-wrapper .read-more:active, .content-block.job-block .read-more-wrapper .read-more:focus, .content-block.job-block .read-more-wrapper .read-more:hover {
  color: #005958;
}
.content-block.job-block .read-more-wrapper .read-more:after {
  content: "\f0da";
  color: #005958;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  margin-left: 30px;
  position: relative;
  vertical-align: middle;
}
.content-block .content p {
  color: #7F7F7F;
  font-size: 16px;
  line-height: 1.4;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.discuss-contact-block .block-content {
  display: flex;
  flex-direction: column;
}
.discuss-contact-block .contact-details {
  color: #005958;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.discuss-contact-block .contact-details .title-wrapper {
  margin: 20px 0 30px;
  /*.name,
  .job-role {
      margin-bottom: 0;
  }*/
}
@media screen and (min-width: 641px) {
  .discuss-contact-block .contact-details .title-wrapper {
    margin: 0;
  }
}
.discuss-contact-block .contact-details .title-wrapper .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.discuss-contact-block .contact-details .title-wrapper p {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.discuss-contact-block .description p {
  color: #828282;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.discuss-contact-block .contact-number {
  border-top: 1px solid #D8D8D8;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 641px) {
  .discuss-contact-block .contact-number {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .discuss-contact-block .contact-number {
    margin-top: 0;
  }
}
.discuss-contact-block .contact-number a {
  color: #005958;
  font-weight: 600;
  font-size: 18px;
}
.discuss-contact-block .contact-number a:active, .discuss-contact-block .contact-number a:focus, .discuss-contact-block .contact-number a:hover {
  color: #00A440;
}
.discuss-contact-block .discuss-contact-image {
  height: auto;
  margin-top: 60px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .discuss-contact-block .discuss-contact-image {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .discuss-contact-block .discuss-contact-image {
    width: auto;
  }
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.dropdowns-wrapper {
  margin-top: 60px;
}

.links {
  list-style: none;
  height: 100%;
  margin-bottom: 30px;
  margin-left: 0;
}
@media screen and (min-width: 641px) {
  .links {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .links {
    margin-bottom: 0;
  }
}

.dropdown-title,
.link {
  position: relative;
}
.dropdown-title:last-child,
.link:last-child {
  border-bottom: none;
}
.dropdown-title h4,
.dropdown-title .link-title,
.link h4,
.link .link-title {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  padding: 20px 0;
  width: 100%;
  /*width: 97%;

  @media screen and (min-width: 1024px) {
      width: 98%;
  }

  @media screen and (min-width: 1280px) {
      width: 99%;
  }*/
}
.dropdown-title .link-title:after,
.link .link-title:after {
  color: #005958;
  content: "\f0da";
  display: inline-block;
  /*float: right;*/
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  transition: 0.25s ease-in-out;
  transform: translateY(-50%);
  /*top: 25%;*/
  top: 50%;
  right: 0;
}
.dropdown-title.active:after,
.link.active:after {
  /*content: '\f0d7';*/
  transform: rotate(90deg);
}

.dropdown {
  /*&:last-child {
      .dropdown-title {
          border-bottom: none;

          @media screen and (min-width: 1024px) {
              border-bottom: 1px solid $border-grey;
          }
      }
  }*/
}
.dropdown .dropdown-title {
  border-bottom: 1px solid #e5e5e5;
}
.dropdown .dropdown-title:after {
  color: #00A440;
  content: "\f0da";
  cursor: pointer;
  display: inline-block;
  /*float: right;*/
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}
.dropdown .dropdown-title h4 {
  color: #005958;
  cursor: pointer;
  font-size: 22px;
}
@media screen and (max-width: 400px) {
  .dropdown .dropdown-title h4 {
    font-size: 18px;
    width: 95%;
  }
}
.dropdown .dropdown-title.active h4, .dropdown .dropdown-title:active h4, .dropdown .dropdown-title:focus h4, .dropdown .dropdown-title:hover h4 {
  color: #00A440;
}
.dropdown .dropdown-title.active:after {
  transform: rotate(90deg);
  top: 25%;
}
.dropdown .dropdown-content {
  padding: 20px 0;
}
.dropdown .dropdown-content p {
  color: #656565;
}
.dropdown .dropdown-content p:last-child {
  margin-bottom: 0;
}
.dropdown .dropdown-content iframe[src] {
  max-width: 100%;
  max-height: 100%;
}
.dropdown .dropdown-content .subtitle {
  font-size: 90%;
  line-height: 40px;
  background-image: -webkit-linear-gradient(270deg, rgb(239, 239, 239) 0%, rgb(225, 225, 225) 100%);
  background-image: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgb(225, 225, 225) 100%);
  clear: both;
  margin-bottom: 25px;
  width: 98%;
  padding-left: 2%;
  font-weight: bold;
  margin-top: 10px;
}
.dropdown .dropdown-content table tr {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  .dropdown .dropdown-content table tr {
    flex-direction: row;
  }
}
.dropdown .dropdown-content table tr td {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.dropdown .dropdown-content table tr td:first-child {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .dropdown .dropdown-content table tr td:first-child {
    width: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown .dropdown-content table tr td:first-child {
    width: 5%;
  }
}
@media screen and (min-width: 641px) {
  .dropdown .dropdown-content table tr td {
    text-align: left;
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown .dropdown-content table tr td {
    margin-bottom: 0;
    width: 50%;
  }
}
.dropdown .dropdown-content table tr td a {
  color: #3b3b3b;
  font-weight: normal;
}
.dropdown .dropdown-content table tr td a:active, .dropdown .dropdown-content table tr td a:focus, .dropdown .dropdown-content table tr td a:hover {
  color: #005958;
}
.dropdown .dropdown-content ul {
  color: #656565;
}
.dropdown .dropdown-content ul li {
  margin-bottom: 5px;
  padding-left: 10px;
}
.dropdown .dropdown-content ul:last-child li {
  margin-bottom: 0;
}
.dropdown .dropdown-content a {
  color: #005958;
  font-weight: 600;
}
.dropdown .dropdown-content a:active, .dropdown .dropdown-content a:focus, .dropdown .dropdown-content a:hover {
  color: #CCE980;
}
.dropdown .dropdown-content .downloads {
  display: flex;
  flex-direction: column;
  /*flex-flow: wrap;*/
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0;
}
.dropdown .dropdown-content .downloads ul {
  margin-bottom: 0;
}
.dropdown .dropdown-content .downloads ul .download-link {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
  /*width: 100%;
  @media screen and (min-width: 1024px) {
      width: 49%;
  }*/
}
.dropdown .dropdown-content .downloads ul .download-link:before {
  display: none;
}
.dropdown .dropdown-content .downloads ul .download-link a {
  color: #005958;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.dropdown .dropdown-content .downloads ul .download-link a:active, .dropdown .dropdown-content .downloads ul .download-link a:focus, .dropdown .dropdown-content .downloads ul .download-link a:hover {
  color: #00A440;
}
.dropdown .dropdown-content .downloads ul .download-link a:after {
  color: #00A440;
  content: "\f33d";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.link {
  border-bottom: 1px solid #D8D8D8;
}
.link .link-title {
  color: #7F7F7F;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
  /*width: 98%;*/
  width: 100%;
}
.link .link-title:active, .link .link-title:focus, .link .link-title:hover {
  color: #005958;
  font-weight: 700;
}
.link:first-child .link-title {
  padding: 0 0 15px;
}
.link:first-child .link-title:after {
  top: 25%;
}
.link:last-child {
  border-bottom: none;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.landing-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  /*margin-bottom: 75px;*/
  margin-bottom: 90px;
}
.landing-block .landing-content-block {
  /*border-bottom: 2px solid $secondary;*/
  border-bottom: 2px solid #005958;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0 25px;
  text-align: center;
  width: 250px;
}
.landing-block .landing-content-block h6, .landing-block .landing-content-block p {
  margin-bottom: 0;
}
.landing-block .landing-content-block a {
  color: #000000;
}
.landing-block .landing-content-block a:active p, .landing-block .landing-content-block a:focus p, .landing-block .landing-content-block a:hover p {
  transition: 0.25s ease-in;
  color: #00A440;
}
.landing-block .landing-content-block a p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.landing-block.team .landing-content-block {
  border-color: #005958;
  width: 250px;
}
.landing-block.team .landing-content-block .team-member-title {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
.landing-block.team .landing-content-block .team-member-role {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
}

.landing a {
  color: #000000;
}
.landing a .landing-content-block {
  /*border-bottom: 2px solid $secondary;*/
  border-bottom: 2px solid #005958;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  /*padding: 40px 0 25px;*/
  padding: 40px 0;
  text-align: center;
  width: 250px;
}
.landing a .landing-content-block h6, .landing a .landing-content-block p {
  margin-bottom: 0;
}
.landing a .landing-content-block:active p, .landing a .landing-content-block:focus p, .landing a .landing-content-block:hover p {
  color: #005958;
}
.landing a .landing-content-block p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.product-selector .landing-content-block {
  border-bottom: none;
}
.product-selector .landing-content-block a .sub-page-title {
  color: #005958;
  font-weight: 600;
  font-size: 22px;
}
.product-selector .landing-content-block a .sub-page-title:active, .product-selector .landing-content-block a .sub-page-title:focus, .product-selector .landing-content-block a .sub-page-title:hover {
  color: #00A440;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.related-products-block {
  margin-bottom: 140px;
  margin-top: 125px;
}
.related-products-block .related-products-title {
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
  /*padding-left:*/
}
.related-products-block .related-products-title h6 {
  color: #000000;
  font-weight: 600;
  font-size: 22px;
}
.related-products-block .related-product .related-product-image {
  display: flex;
  justify-content: center;
}
.related-products-block .related-product .related-product-content {
  align-content: center;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  width: 70%;
}
.related-products-block .related-product .related-product-content a .featured-product-name {
  color: #005958;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
}
.related-products-block .related-product .related-product-content a:active .featured-product-name, .related-products-block .related-product .related-product-content a:focus .featured-product-name, .related-products-block .related-product .related-product-content a:hover .featured-product-name {
  color: #00A440;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.dropdown-select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  /*&:after {
      color: $secondary;
      content: '\f0d7';
      font-family: $font-awesome;
      font-size: 24px;
      font-weight: bold;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
  }*/
  /*.dropdown-arrow {
      color: $secondary;
      content: '\f0d7';
      font-family: $font-awesome;
      font-size: 24px;
      font-weight: bold;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
  }*/
}
.dropdown-select-wrapper .dropdown-select {
  background-color: #ffffff;
  border: 6px solid #e5e5e5;
  border-radius: 0;
  /*color: $primary;*/
  color: #00A440;
  font-weight: 500;
  font-size: 14px;
  height: 80px;
  margin-bottom: 0;
  padding: 20px;
  background-image: url("../../images/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: 96%;
  /*-webkit-appearance: menulist; 
  -moz-appearance: menulist;
  appearance: menulist;*/
}
.dropdown-select-wrapper .dropdown-select:focus {
  box-shadow: none;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.suppliers-products-block {
  margin-bottom: 220px;
  margin-top: 125px;
}
.suppliers-products-block .supplier-products-title {
  margin-bottom: 40px;
}
.suppliers-products-block .supplier-products-title h6 {
  color: #005958;
  font-weight: 600;
  font-size: 18px;
}
.suppliers-products-block .supplier-product {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.suppliers-products-block .supplier-product .supplier-product-image {
  display: flex;
  justify-content: center;
}
.suppliers-products-block .supplier-product .supplier-product-content {
  align-items: center;
  border-bottom: 1px solid #005958;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  line-height: 1.4;
  margin: 30px auto 40px;
  max-width: 250px;
  /*padding: 30px 0;*/
  padding: 0 30px 30px;
  width: 100%;
}
.suppliers-products-block .supplier-product .supplier-product-content a .supplier-product-name {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  transition: 0.25s ease-in;
}
.suppliers-products-block .supplier-product .supplier-product-content a:active .supplier-product-name, .suppliers-products-block .supplier-product .supplier-product-content a:focus .supplier-product-name, .suppliers-products-block .supplier-product .supplier-product-content a:hover .supplier-product-name {
  color: #005958;
}
.suppliers-products-block .supplier-product .supplier-product-content ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
}
.suppliers-products-block .supplier-product .supplier-product-content ul li {
  color: #7F7F7F;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.suppliers-products-block .supplier-product .supplier-product-content ul li:before {
  content: ".";
  font-size: 24px;
  height: auto;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  vertical-align: middle;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.two-block {
  /*margin-bottom: 125px;*/
  margin-bottom: 200px;
  margin-top: 125px;
}
.two-block .block-title {
  align-items: center;
  border-bottom: 2px solid #005958;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .two-block .block-title {
    margin-bottom: 75px;
  }
}
.two-block .block-title h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.two-block .discuss-contact-block,
.two-block .related-links-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 100px;
  /*justify-content: space-between;*/
}
@media screen and (min-width: 1024px) {
  .two-block .discuss-contact-block,
  .two-block .related-links-block {
    margin-bottom: 0;
  }
}
.two-block.careers-wrapper {
  margin-top: 60px;
}
.two-block.careers-wrapper .block-title {
  margin-bottom: 0;
}
.two-block.contact .discuss-contact-block {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .two-block.contact .discuss-contact-block {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .two-block.contact .discuss-contact-block {
    margin-bottom: 0;
  }
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.table, table {
  border-collapse: collapse;
  width: 100%;
}
.table td, table td {
  color: #656565;
  font-size: 14px;
  font-weight: 500;
}
.table .even, table .even {
  background: #005958;
}
.table.spare-stock-table, .table.product-results-table, table.spare-stock-table, table.product-results-table {
  /*thead {
      display: none;

      @media screen and (min-width: 1024px) {
          display: table-header-group;
      }
  }*/
}
.table.spare-stock-table td, .table.product-results-table td, table.spare-stock-table td, table.product-results-table td {
  display: flex;
}
@media screen and (max-width: 480px) {
  .table.spare-stock-table td, .table.product-results-table td, table.spare-stock-table td, table.product-results-table td {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .table.spare-stock-table td, .table.product-results-table td, table.spare-stock-table td, table.product-results-table td {
    display: table-cell;
  }
}
.table.spare-stock-table td:before, .table.product-results-table td:before, table.spare-stock-table td:before, table.product-results-table td:before {
  content: attr(data-content);
  color: #005958;
  font-weight: 500;
  display: table-cell;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .table.spare-stock-table td:before, .table.product-results-table td:before, table.spare-stock-table td:before, table.product-results-table td:before {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .table.spare-stock-table td:before, .table.product-results-table td:before, table.spare-stock-table td:before, table.product-results-table td:before {
    text-align: left;
    width: 25%;
    /*width: 42%;*/
  }
}
@media screen and (min-width: 1024px) {
  .table.spare-stock-table td:before, .table.product-results-table td:before, table.spare-stock-table td:before, table.product-results-table td:before {
    display: none;
  }
}
.table .spare-stock-table thead, table .spare-stock-table thead {
  background: #005958;
  color: #ffffff;
  font-size: 14px;
  /*font-weight: 400;*/
}
.table .spare-stock-table thead tr th, table .spare-stock-table thead tr th {
  font-weight: 500;
  padding: 20px 15px;
  /*&:first-child {
              padding: 15px 30px;
              text-align: right;
          }*/
}
.table .spare-stock-table thead tr th:nth-child(even), table .spare-stock-table thead tr th:nth-child(even) {
  background: #005958;
}
.table .spare-stock-table thead tr th .even, table .spare-stock-table thead tr th .even {
  background: #005958;
}
.table .spare-stock-table thead tr th:first-child, table .spare-stock-table thead tr th:first-child {
  /*background: $primary;*/
}
.table .spare-stock-table tbody tr, table .spare-stock-table tbody tr {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  /*flex-direction: column;*/
  margin: 30px 0;
  padding: 30px 0;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .table .spare-stock-table tbody tr, table .spare-stock-table tbody tr {
    display: table;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .table .spare-stock-table tbody tr, table .spare-stock-table tbody tr {
    display: table-row;
    margin: 0;
    width: 100%;
  }
}
.table .spare-stock-table tbody td, table .spare-stock-table tbody td {
  align-items: center;
  padding: 5px 0;
  text-align: center;
}
.table .spare-stock-table tbody td p, table .spare-stock-table tbody td p {
  font-size: 13px;
  line-height: 1.4;
  padding: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .table .spare-stock-table tbody td p, table .spare-stock-table tbody td p {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
.table .spare-stock-table tbody td:before, table .spare-stock-table tbody td:before {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .table .spare-stock-table tbody td, table .spare-stock-table tbody td {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .table .spare-stock-table tbody td, table .spare-stock-table tbody td {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .table .spare-stock-table tbody td:nth-child(even), table .spare-stock-table tbody td:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
  }
}
.table .spare-stock-table tbody td .btn, table .spare-stock-table tbody td .btn {
  margin-bottom: 20px;
}
.table .spare-stock-table tbody td[data-content]:last-child, table .spare-stock-table tbody td[data-content]:last-child {
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .table .spare-stock-table tbody td[data-content]:last-child, table .spare-stock-table tbody td[data-content]:last-child {
    padding-bottom: 0;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.login.account {
  margin-bottom: 200px;
}
.page.login.account .page-headings {
  margin-bottom: 0;
}
.page.login.account .important-notice {
  background: #00A440;
  color: #ffffff;
  /*padding: 30px 0 0;*/
  margin-top: 35px;
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .page.login.account .important-notice {
    margin-top: 100px;
    padding: 50px;
  }
}
.page.login.account .important-notice .important-notice-title {
  margin-bottom: 0;
  /*strong {
      color: $primary;
  }*/
}
.page.login.account .important-notice .important-notice-title strong {
  font-weight: 500;
}
.page.login.account .important-notice p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .page.login.account .important-notice p {
    font-size: 16px;
  }
}
.page.login.account .page-content .page-headings {
  padding-bottom: 50px;
}
.page.login.account .page-content p {
  margin-bottom: 30px;
}
.page.login.account .page-content p strong {
  color: #00A440;
}
@media screen and (min-width: 1024px) {
  .page.login.account .page-content p {
    margin-bottom: 0;
  }
}
.page.login.account .search-wrapper input {
  margin-bottom: 0;
}
.page.login.account .search-wrapper input::placeholder {
  color: #005958;
}
.page.login.account .account-dashboard-content .dropdown-content {
  padding: 50px 0;
}
.page.login.account .dropdown-select-wrapper {
  margin-top: 50px;
}
.page.login.account .no-downloads-block {
  margin-top: 20px;
}
.page.login.account .no-downloads-block p {
  font-size: 24px;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.applications .applications-block {
  margin: 100px 0;
}
.page.applications .applications-block h2 {
  color: #005958;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 50px;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.contact-us .article-content {
  height: auto;
}
.page.contact-us .article-content .page-intro {
  color: #005958;
  /*margin-bottom: 60px;*/
  margin-bottom: 45px;
}
.page.contact-us .article-content .page-intro p {
  font-weight: 500;
}
.page.contact-us .page-headings {
  margin: 50px 0;
}
@media screen and (min-width: 641px) {
  .page.contact-us .page-headings {
    /*margin: 0 0 120px 0;*/
    margin: 0 0 60px 0;
  }
}
.page.contact-us .generic-content {
  display: flex;
  flex-direction: column;
}
.page.contact-us .generic-content address {
  font-style: normal;
  margin-bottom: 30px;
}
.page.contact-us .generic-content address p {
  margin-bottom: 0;
}
.page.contact-us .generic-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.page.contact-us .generic-content p span {
  color: #005958;
  font-weight: bold;
  margin-right: 15px;
}
.page.contact-us .generic-content p .contact-link {
  color: #7F7F7F;
  font-weight: 500;
}
.page.contact-us .generic-content p .contact-link:active, .page.contact-us .generic-content p .contact-link:focus, .page.contact-us .generic-content p .contact-link:hover {
  color: #005958;
}
.page.contact-us .contact-form {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .page.contact-us .contact-form {
    margin-top: 0;
  }
}
.page.contact-us .contact-form .contact-form-title {
  color: #005958;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 60px;
}
.page.contact-us .contact-form .enquiry-block-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.page.contact-us .contact-form .enquiry-block-button-wrapper .enquiry-button .submit {
  border: none;
  background: none;
  color: #000000;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.page.contact-us .contact-form .enquiry-block-button-wrapper .enquiry-button .submit:active, .page.contact-us .contact-form .enquiry-block-button-wrapper .enquiry-button .submit:focus, .page.contact-us .contact-form .enquiry-block-button-wrapper .enquiry-button .submit:hover {
  color: #00A440;
}
.page.contact-us .contact-form .enquiry-block-button-wrapper .enquiry-button:after {
  color: #00A440;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
.page.contact-us .contact-form .form .fileupload-wrapper .ei-input.ei-file {
  background: none;
  border: none;
  box-shadow: none;
  height: 70px;
}
.page.contact-us .contact-form .form .fileupload-wrapper .ei-name {
  /*&:before {
      color: $white;
      content: '\f0da';
      display: inline-block;
      font-family: $font-awesome;
      font-weight: bold;
      font-size: 20px;
      line-height: 1;
      margin-right: 20px;
      vertical-align: text-bottom;
  }*/
  background: #005958;
  border-radius: 15px;
  border: 1px solid transparent;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  outline: none;
  transition: 0.25s ease-in;
  padding: 20px 25px;
}
.page.contact-us .contact-form .form .fileupload-wrapper .ei-container {
  width: auto;
}
.page.contact-us .contact-form .form .inner-fileupload {
  align-items: center;
  display: flex;
}
.page.contact-us .contact-form .form .inner-fileupload p {
  margin-bottom: 0;
  margin-left: 10px;
}
.page.contact-us .map-wrapper {
  margin-top: 60px;
  /*margin-top: 125px;*/
}
.page.contact-us .map-wrapper iframe {
  width: 100%;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.distributors {
  margin-bottom: 230px;
}
.page.distributors .page-headings {
  margin: 50px 0;
}
@media screen and (min-width: 641px) {
  .page.distributors .page-headings {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page.distributors .page-headings {
    margin: 0;
  }
}
.page.distributors .page-headings .page-title {
  display: inline-block;
  vertical-align: middle;
}
.page.distributors .distributors-block {
  margin-top: 100px;
}
.page.distributors .distributors-block .distributor-block {
  align-content: center;
  border-bottom: 2px solid #00A440;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page.distributors .distributors-block .distributor-block .distributor-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: 50px 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .page.distributors .distributors-block .distributor-block .distributor-content {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1280px) {
  .page.distributors .distributors-block .distributor-block .distributor-content {
    padding: 0 50px;
  }
}
.page.distributors .distributors-block .distributor-block .distributor-content .distributor-title {
  color: #005958;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.page.distributors .distributors-block .distributor-block .distributor-content p {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 300;
  /*font-weight: 500;*/
}
.page.distributors .distributors-block .distributor-block .distributor-content .distributor-address {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.page.distributors .distributors-block .distributor-block .distributor-content .distributor-address p {
  margin-bottom: 0;
}
.page.distributors .distributors-block .distributor-block .distributor-content .distributor-link {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.page.distributors .distributors-block .distributor-block .distributor-content .distributor-link span {
  color: #005958;
  font-weight: bold;
  margin-right: 15px;
  /*margin-right: 20px;*/
  min-width: 20px;
}
.page.distributors .distributors-block .distributor-block .distributor-content .distributor-link a {
  color: #7F7F7F;
  /*font-weight: 400;*/
  font-weight: 300;
}
.page.distributors .distributors-block .distributor-block .distributor-content .distributor-link a:active, .page.distributors .distributors-block .distributor-block .distributor-content .distributor-link a:focus, .page.distributors .distributors-block .distributor-block .distributor-content .distributor-link a:hover {
  color: #005958;
}
.page.distributors .distributors-block .cell:first-child .distributor-block .distributor-content {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .page.distributors .distributors-block .cell:first-child .distributor-block .distributor-content {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .page.distributors .distributors-block .cell:nth-child(3n+1) .distributor-block .distributor-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page.distributors .distributors-block .cell:nth-child(3n+2) .distributor-block .distributor-content {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.homepage .homepage-top-banner .top-banner {
  outline: none;
  position: relative;
  z-index: 5;
  /*.top-banner-left, 
  .top-banner-right {
      z-index: 10;
  }*/
}
.homepage .homepage-top-banner .top-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 0;
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-title-wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .homepage .homepage-top-banner .top-banner .banner-content .banner-title-wrapper {
    margin-bottom: 65px;
  }
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-title {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  line-height: 1;
  margin: 30px 15px;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .homepage .homepage-top-banner .top-banner .banner-content .banner-title {
    margin: 30px 0;
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .homepage .homepage-top-banner .top-banner .banner-content .banner-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage .homepage-top-banner .top-banner .banner-content .banner-title {
    margin: 0;
    text-align: left;
  }
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-title span {
  display: block;
  font-weight: bold;
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-title p {
  line-height: 1;
  margin-bottom: 0;
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-title:before {
  display: none;
}
@media screen and (min-width:1441px) {
  .homepage .homepage-top-banner .top-banner .banner-content .banner-title:before {
    display: inline-block;
  }
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-description {
  display: none;
  margin: 0 0 75px;
  max-width: 450px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .homepage .homepage-top-banner .top-banner .banner-content .banner-description {
    display: inline-block;
  }
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-description h6 {
  color: #005958;
  display: inline-block;
  font-size: 16px;
  /*font-style: italic;*/
  margin-bottom: 0;
  vertical-align: middle;
  /*br {
      display: none;

      @media screen and (min-width: 1280px) {
          display: inline-block;
      }
  }*/
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-description p {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.homepage .homepage-top-banner .top-banner .banner-content .banner-description p:last-child {
  margin-bottom: 0;
}
.homepage .homepage-top-banner .top-banner .banner-content .dropdown-select-wrapper {
  display: block;
  margin: 50px auto 0;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .homepage .homepage-top-banner .top-banner .banner-content .dropdown-select-wrapper {
    display: inline-block;
    margin: 0 auto;
    width: 85%;
  }
}
.homepage .homepage-top-banner .top-banner:after {
  background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.1));
  bottom: 0;
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.homepage .homepage-top-banner .top-banner-right img {
  display: block;
  margin: 0 auto;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .homepage .homepage-top-banner .top-banner-right img {
    width: 100%;
  }
}
.homepage .homepage-top-banner .dropdown-select {
  height: 90px;
}
.homepage .product-categories {
  padding: 60px 0 60px;
  margin: 0 40px;
}
.homepage .product-categories .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 75px;
  text-align: center;
  width: 100%;
}
.homepage .product-categories .title:before {
  display: none;
}
.homepage .product-categories .product-category .product-category-image img {
  display: block;
  margin: 0 auto;
}
.homepage .product-categories .product-category .product-category-link {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  width: 75%;
}
@media screen and (min-width: 1024px) {
  .homepage .product-categories .product-category .product-category-link {
    margin: 0 auto;
    width: 90%;
  }
}
.homepage .product-categories .product-category .product-category-link a {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}
.homepage .product-categories .product-category .product-category-link a:active, .homepage .product-categories .product-category .product-category-link a:focus, .homepage .product-categories .product-category .product-category-link a:hover {
  color: #00A440;
}
.homepage .product-categories .button-wrapper {
  display: block;
  /*margin-top: 50px;*/
  margin-top: 80px;
  text-align: center;
  width: 100%;
}
.homepage .product-categories .button-wrapper .btn {
  max-width: 280px;
  width: 100%;
}
.homepage .product-categories .button-wrapper .btn:before {
  display: none;
}
.homepage .four-block-wrapper {
  margin-top: 60px;
}
.homepage .four-block-wrapper .four-block {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 85px 55px 65px;
  width: 100%;
  /*&.black-background {
      background-color: $black;
      color: $white;
  }*/
}
@media screen and (min-width: 641px) {
  .homepage .four-block-wrapper .four-block {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .homepage .four-block-wrapper .four-block {
    /*padding: 85px 65px 65px 60px;*/
    padding: 85px 55px 65px 60px;
  }
}
.homepage .four-block-wrapper .four-block.primary-background p {
  color: #ffffff;
}
.homepage .four-block-wrapper .four-block.primary-background .know-more {
  color: #ffffff;
}
.homepage .four-block-wrapper .four-block.primary-background .know-more:before {
  color: #ffffff;
}
.homepage .four-block-wrapper .four-block.primary-background .know-more:active, .homepage .four-block-wrapper .four-block.primary-background .know-more:focus, .homepage .four-block-wrapper .four-block.primary-background .know-more:hover {
  color: #005958;
}
.homepage .four-block-wrapper .four-block.primary-background .know-more:active:before, .homepage .four-block-wrapper .four-block.primary-background .know-more:focus:before, .homepage .four-block-wrapper .four-block.primary-background .know-more:hover:before {
  color: #005958;
}
.homepage .four-block-wrapper .four-block .four-block-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.homepage .four-block-wrapper .four-block.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .homepage .four-block-wrapper .four-block.background-image {
    height: 100%;
  }
}
.homepage .four-block-wrapper .four-block .four-block-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .homepage .four-block-wrapper .four-block .four-block-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage .four-block-wrapper .four-block .four-block-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .homepage .four-block-wrapper .four-block .four-block-title {
    font-size: 28px;
    line-height: 1;
  }
}
.homepage .four-block-wrapper .four-block .four-block-title-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.homepage .four-block-wrapper .four-block .four-block-title-wrapper .subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .homepage .four-block-wrapper .four-block .four-block-title-wrapper .subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .homepage .four-block-wrapper .four-block .four-block-title-wrapper .subtitle {
    font-size: 28px;
  }
}
.homepage .four-block-wrapper .four-block .four-block-title-wrapper .four-block-title {
  line-height: 1;
}
.homepage .four-block-wrapper .four-block .large {
  font-size: 125px;
}
@media screen and (min-width: 1024px) {
  .homepage .four-block-wrapper .four-block .large {
    font-size: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .homepage .four-block-wrapper .four-block .large {
    font-size: 125px;
  }
}
.homepage .four-block-wrapper .four-block p {
  /*font-weight: 300;*/
  font-size: 14px;
  font-weight: 300;
}
.homepage .four-block-wrapper .four-block .four-block-description {
  margin-bottom: 30px;
  padding-right: 20px;
}
.homepage .four-block-wrapper .four-block .know-more {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.homepage .four-block-wrapper .four-block .know-more:before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  vertical-align: middle;
}
.homepage .four-block-wrapper .four-block .know-more:active, .homepage .four-block-wrapper .four-block .know-more:focus, .homepage .four-block-wrapper .four-block .know-more:hover {
  color: #005958;
}
.homepage .four-block-wrapper .four-block .know-more:active:before, .homepage .four-block-wrapper .four-block .know-more:focus:before, .homepage .four-block-wrapper .four-block .know-more:hover:before {
  color: #005958;
}
.homepage .four-block-wrapper .four-block.year-block {
  align-content: center;
  /*@media screen and (min-width: 1280px) {
      align-content: space-between;
  }*/
}
.homepage .four-block-wrapper .four-block.year-block .know-more {
  justify-content: center;
  text-align: center;
}
.homepage .four-block-wrapper .four-block.year-block .know-more:before {
  height: auto;
  font-size: 40px;
  margin-right: 0;
  vertical-align: bottom;
}
.homepage .four-block-wrapper .four-block.year-block .know-more:active, .homepage .four-block-wrapper .four-block.year-block .know-more:focus, .homepage .four-block-wrapper .four-block.year-block .know-more:hover {
  color: #00A440;
}
.homepage .industries-block-wrapper {
  margin: 120px 0 160px;
}
.homepage .industries-block-wrapper .industry-title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .homepage .industries-block-wrapper .industry-title {
    text-align: center;
    width: 100%;
  }
}
.homepage .industries-block-wrapper .industry-title .title {
  display: inline-flex;
  font-size: 30px;
  font-weight: 600;
  flex-wrap: wrap;
}
.homepage .industries-block-wrapper .industry-title .title:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .homepage .industries-block-wrapper .industry-title .title:before {
    color: #005958;
    display: flex;
  }
}
.homepage .industries-block-wrapper .industry-block-description {
  align-content: center;
  display: flex;
  justify-content: center;
  margin: 90px auto 0;
  text-align: center;
  width: 85%;
}
.homepage .industries-block-wrapper .industry-description {
  align-content: center;
  display: flex;
  justify-content: center;
  margin: 90px auto 0;
  text-align: center;
  width: 85%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .homepage .industries-block-wrapper .industry-description {
    margin-bottom: 120px;
    margin-top: 40px;
    text-align: center;
    width: 50%;
  }
}
.homepage .industries-block-wrapper .industry-description p {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 300;
  /*font-weight: 500;*/
}
.homepage .industries-block-wrapper .icons {
  align-content: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.homepage .industries-block-wrapper .icons .icon {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  width: 100%;
}
.homepage .industries-block-wrapper .icons .icon span {
  color: #00A440;
  /*cursor: pointer;*/
  display: block;
  font-size: 56px;
  margin: 0 auto;
}
.homepage .industries-block-wrapper .icons .icon span:active, .homepage .industries-block-wrapper .icons .icon span:focus, .homepage .industries-block-wrapper .icons .icon span:hover {
  color: #005958;
}
.homepage .industries-block-wrapper .icons .icon span:before {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.homepage .industries-block-wrapper .icons .icon p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  visibility: hidden;
}
.homepage .industries-block-wrapper .icons .icon.active span {
  color: #005958;
}
.homepage .industries-block-wrapper .icons .icon.active p {
  visibility: visible;
}
.homepage .industries-block-wrapper .button-wrapper {
  margin-top: 75px;
  text-align: center;
}
.homepage .industries-block-wrapper .button-wrapper .btn {
  padding: 20px 65px;
}
.homepage .news-and-media-block-wrapper {
  background-color: #F2F2F2;
  /*padding: 100px 25px 200px;*/
  padding: 100px 5px 200px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .homepage .news-and-media-block-wrapper {
    padding: 100px 0 200px;
  }
}
@media screen and (min-width: 641px) {
  .homepage .news-and-media-block-wrapper {
    padding: 100px 100px 200px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage .news-and-media-block-wrapper {
    padding: 100px 0 200px;
  }
}
.homepage .news-and-media-block-wrapper:before {
  border: 5px solid #005958;
  border-radius: 25px;
  content: "";
  display: block;
  margin: 0 auto;
  left: 0;
  position: absolute;
  right: 0;
  top: -4px;
  width: 60px;
}
.homepage .news-and-media-block-wrapper .title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 95px;
  text-align: center;
}
.homepage .news-and-media-block-wrapper .title:before {
  display: none;
}
.homepage .news-and-media-block-wrapper .news-media-slider {
  /*display: block;*/
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 641px) {
  .homepage .news-and-media-block-wrapper .news-media-slider {
    display: flex;
    flex-direction: row;
  }
}
.homepage .news-and-media-block-wrapper .news-media-slider .news-media-slide {
  /*padding: 0 15px;*/
}
@media screen and (min-width: 641px) {
  .homepage .news-and-media-block-wrapper .news-media-slider .news-media-slide {
    padding: 0 15px;
    width: 33%;
  }
}
.homepage .news-and-media-block-wrapper .news-media-slider .slick-dots {
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 400px) {
  .homepage .news-and-media-block-wrapper .news-media-slider .slick-dots {
    bottom: -50px;
  }
}
.homepage .news-and-media-block-wrapper .news-media-slider .slick-dots li {
  margin: 0 10px;
}
.homepage .news-and-media-block-wrapper .news-media-slider .slick-dots li button:before {
  color: #828282;
  font-size: 20px;
  opacity: 0.5;
}
.homepage .news-and-media-block-wrapper .news-media-slider .slick-dots li.slick-active button {
  /*border: 2px solid $secondary;*/
  border: 2px solid #005958;
  border-radius: 25px;
}
.homepage .news-and-media-block-wrapper .news-media-slider .slick-dots li.slick-active button:before {
  content: "";
}
.homepage .news-and-media-block-wrapper .news-and-media-block {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 570px;
}
@media screen and (max-width: 400px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block {
    min-height: 320px;
  }
}
.homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-image {
  display: flex;
}
@media screen and (max-width: 400px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-image {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-image {
    display: block;
  }
}
.homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-image img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-image img {
    height: 100%;
    width: 100%;
  }
}
.homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 300px;
  padding: 60px 40px 40px;
}
@media screen and (min-width: 641px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content {
    padding: 60px 60px 40px;
  }
}
.homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content .subtitle {
  color: #005958;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content h6 {
  color: #000000;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
}
.homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content .read-more {
  align-items: center;
  color: #000000;
  display: flex;
  line-height: 1;
}
.homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content .read-more:active, .homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content .read-more:focus, .homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content .read-more:hover {
  color: #005958;
}
.homepage .news-and-media-block-wrapper .news-and-media-block .news-and-media-content .read-more:before {
  color: #005958;
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  vertical-align: middle;
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content {
  flex-wrap: wrap;
  padding: 85px 45px 50px;
}
@media screen and (min-width: 1024px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block.social-content {
    padding: 85px 20px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block.social-content {
    padding: 85px 45px 50px;
  }
}
@media screen and (max-width: 400px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block.social-content {
    padding: 85px 5px 50px;
    min-height: 475px;
  }
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content .tweet {
  text-align: center;
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content .tweet p {
  color: #656565;
  display: inline;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block.social-content .tweet p {
    font-size: 20px;
  }
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content .tweet a {
  color: #005958;
  display: inline;
  font-size: 18px;
  font-weight: 600;
  width: auto;
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content .tweet a:active, .homepage .news-and-media-block-wrapper .news-and-media-block.social-content .tweet a:focus, .homepage .news-and-media-block-wrapper .news-and-media-block.social-content .tweet a:hover {
  color: #00A440;
}
@media screen and (min-width: 1280px) {
  .homepage .news-and-media-block-wrapper .news-and-media-block.social-content .tweet a {
    font-size: 20px;
  }
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content .twitter-logo {
  color: #005958;
  font-size: 50px;
  text-align: center;
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content .social-options {
  display: flex;
  align-self: center;
  justify-content: space-around;
  width: 66%;
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content .social-options a {
  color: #cbcbcb;
  font-weight: 600;
}
.homepage .news-and-media-block-wrapper .news-and-media-block.social-content .social-options a:active, .homepage .news-and-media-block-wrapper .news-and-media-block.social-content .social-options a:focus, .homepage .news-and-media-block-wrapper .news-and-media-block.social-content .social-options a:hover {
  color: #005958;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.job .page-headings {
  margin-bottom: 100px;
  margin-top: 0;
}
.page.job .page-headings .page-heading {
  font-size: 22px;
}
.page.job .article-content .page-intro {
  color: #005958;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .page.job .article-content .page-intro {
    margin-bottom: 100px;
    margin-top: 20px;
  }
}
.page.job .article-content .page-intro p {
  font-size: 22px;
}
.page.job .article-content .generic-content p, .page.job .article-content .generic-content li {
  font-size: 16px;
}
.page.job .article-content .generic-content p:before, .page.job .article-content .generic-content li:before {
  font-size: 16px;
}
.page.job .video {
  margin-bottom: 70px;
}
.page.job .job-links .links .link {
  /*border-bottom: none;*/
}
.page.job .job-links .links .link:first-child {
  margin-bottom: 30px;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.landing .page-headings {
  margin: 50px 0;
}
@media screen and (min-width: 1024px) {
  .page.landing .page-headings {
    margin: 0 0 50px 0;
  }
}
.page.landing .generic-content p strong {
  color: #00A440;
}
.page.landing .generic-content p:last-child {
  margin-bottom: 0;
}
.page.landing .generic-content p a {
  color: #005958;
  font-weight: 600;
}
.page.landing .generic-content p a:active, .page.landing .generic-content p a:focus, .page.landing .generic-content p a:hover {
  color: #00A440;
}
.page.landing .generic-content a {
  color: #005958;
  font-weight: 600;
}
.page.landing .generic-content a:active, .page.landing .generic-content a:focus, .page.landing .generic-content a:hover {
  color: #00A440;
}
.page.landing .generic-content strong {
  color: #005958;
}
.page.landing .generic-content ul {
  margin-left: 20px;
  list-style: none;
}
.page.landing .generic-content ul li {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  font-size: 14px;
}
.page.landing .generic-content ul li:before {
  content: ".";
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  left: -20px;
  height: auto;
  transform: translateY(-50%);
  top: 25%;
  position: absolute;
  vertical-align: middle;
}
.page.landing .subpages {
  margin-top: 100px;
}
.page.landing .subpages .subpages-title {
  color: #00A440;
  margin-bottom: 140px;
}
.page.landing .subpages .subpages-title p {
  margin-bottom: 0;
}
.page.landing .subpages.product-selector {
  margin-top: 65px;
}
.page.landing.product-selector-landing .subpages .subpages-title {
  margin-bottom: 75px;
}
.page.landing.product-selector-landing .landing-block a .block-image img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.page.landing.product-selector-landing .landing-block a:active .landing-content-block p, .page.landing.product-selector-landing .landing-block a:focus .landing-content-block p, .page.landing.product-selector-landing .landing-block a:hover .landing-content-block p {
  transition: 0.25s ease-in;
  color: #00A440;
}
.page.landing.product-selector-landing .landing-block a .landing-content-block {
  border-bottom: none;
}
.page.landing.product-selector-landing .landing-block a .landing-content-block p {
  color: #005958;
  font-size: 22px;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.login .error-message {
  background: #ff0000;
  color: #ffffff;
  padding: 20px;
}
.page.login .error-message p {
  margin: 0;
}
.page.login .page-headings {
  margin: 110px 0 110px 0;
}
@media screen and (min-width: 1024px) {
  .page.login .page-headings {
    margin: 0 0 110px 0;
  }
}
.page.login .page-headings .page-heading {
  position: relative;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}
.page.login .page-headings .page-heading:before {
  content: "\f0da";
  color: #00A440;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.page.login .page-headings .page-title {
  font-size: 45px;
  line-height: 1;
}
.page.login .login-block .button-wrapper {
  align-content: center;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.page.login .login-block .button-wrapper .btn {
  font-weight: bold;
  justify-content: center;
  max-width: 280px;
  text-align: center;
  width: 100%;
}
.page.login .login-block .button-wrapper .btn:active, .page.login .login-block .button-wrapper .btn:focus, .page.login .login-block .button-wrapper .btn:hover {
  color: #005958;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.news-archive .page-headings .page-title {
  align-items: center;
  display: flex;
  height: 100%;
  vertical-align: middle;
}
.news-archive .page-headings .input {
  margin-bottom: 0;
}
.news-archive .archive-options {
  margin-bottom: 50px;
}
.news-archive .archive-options .dropdown-select, .news-archive .archive-options .input {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .news-archive .archive-options .dropdown-select, .news-archive .archive-options .input {
    width: 95%;
  }
}
.news-archive .archive-options .input {
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .news-archive .archive-options .input {
    margin-bottom: 0;
  }
}
.news-archive .archive-options .fliter-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.news-archive .archive-options .dropdown-select-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.news-archive .news-archive-item {
  justify-content: space-between;
}
.news-archive .news-archive-item .news-archive-image img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .news-archive .news-archive-item .news-archive-image img {
    height: auto;
    width: auto;
  }
}
.news-archive .news-archive-item .news-archive-content {
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .news-archive .news-archive-item .news-archive-content {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .news-archive .news-archive-item .news-archive-content {
    padding-left: 0;
  }
}
.news-archive .news-archive-item .news-archive-content .news-archive-title {
  font-size: 22px;
}
.news-archive .news-archive-item .news-archive-content p {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .news-archive .news-archive-item .news-archive-content p {
    font-size: 16px;
  }
}
.news-archive .news-archive-item .news-archive-content .read-more {
  display: flex;
  font-size: 18px;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .news-archive .news-archive-item .news-archive-content .read-more {
    margin-top: 0;
  }
}
.news-archive .news-archive-item .news-archive-content .read-more:active, .news-archive .news-archive-item .news-archive-content .read-more:focus, .news-archive .news-archive-item .news-archive-content .read-more:hover {
  color: #005958;
}
.news-archive .news-archive-item .news-archive-content .read-more .right-arrow {
  color: #005958;
  margin-left: 40px;
  margin-right: 0;
}
.news-archive .news-archive-item:last-child {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 50px;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.news-media-landing .top-article-wrapper .top-article-block {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page.news-media-landing .top-article-wrapper,
.page.news-media-landing .top-blog-wrapper {
  margin: 0 0 100px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page.news-media-landing .top-article-wrapper,
  .page.news-media-landing .top-blog-wrapper {
    margin: 100px 0;
  }
}
.page.news-media-landing .top-article-wrapper .article-content,
.page.news-media-landing .top-blog-wrapper .article-content {
  /*justify-content: space-around;*/
  justify-content: space-between;
}
.page.news-media-landing .top-article-wrapper .article-content .article-title,
.page.news-media-landing .top-blog-wrapper .article-content .article-title {
  color: #005958;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .page.news-media-landing .top-article-wrapper .article-content .article-title,
  .page.news-media-landing .top-blog-wrapper .article-content .article-title {
    margin-bottom: 0;
  }
}
.page.news-media-landing .top-article-wrapper .article-content p,
.page.news-media-landing .top-blog-wrapper .article-content p {
  color: #7F7F7F;
  font-weight: 300;
}
.page.news-media-landing .top-article-wrapper .article-image,
.page.news-media-landing .top-blog-wrapper .article-image {
  display: inline-block;
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .page.news-media-landing .top-article-wrapper .article-image,
  .page.news-media-landing .top-blog-wrapper .article-image {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.page.news-media-landing .top-article-wrapper .read-more,
.page.news-media-landing .top-blog-wrapper .read-more {
  font-size: 18px;
}
.page.news-media-landing .view-all-title {
  color: #005958;
  font-size: 26px;
  font-weight: bold;
}
.page.news-media-landing .view-all-title:active, .page.news-media-landing .view-all-title:focus, .page.news-media-landing .view-all-title:hover {
  color: #00A440;
}
.page.news-media-landing .view-all-title,
.page.news-media-landing .top-article.read-more {
  border-bottom: 1px solid #D8D8D8;
  display: inline-flex;
  margin-top: 40px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page.news-media-landing .view-all-title,
  .page.news-media-landing .top-article.read-more {
    margin-top: 0;
  }
}
.page.news-media-landing .view-all-title:after,
.page.news-media-landing .top-article.read-more:after {
  content: "\f0da";
  /*color: $secondary;*/
  color: #005958;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  position: absolute;
  right: 0;
}
.page.news-media-landing .read-more {
  color: #000000;
  font-weight: bold;
}
.page.news-media-landing .read-more:active, .page.news-media-landing .read-more:focus, .page.news-media-landing .read-more:hover {
  color: #005958;
}
.page.news-media-landing .articles-block-wrapper,
.page.news-media-landing .blog-section-wrapper {
  padding: 100px 0;
}
.page.news-media-landing .articles-block-wrapper .view-all-title,
.page.news-media-landing .blog-section-wrapper .view-all-title {
  margin-bottom: 90px;
}
.page.news-media-landing .news-articles-wrapper,
.page.news-media-landing .blogs-wrapper {
  background: #F2F2F2;
}
.page.news-media-landing .article {
  display: block;
  margin: 0 auto;
  width: 66%;
}
@media screen and (min-width: 1024px) {
  .page.news-media-landing .article {
    width: 100%;
  }
}
.page.news-media-landing .article.blog {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  /*.article-content {
      padding: 80px 60px 40px;
  }*/
}
.page.news-media-landing .article .article-content {
  background: #ffffff;
  justify-content: space-between;
  min-height: 300px;
  padding: 80px 50px 40px;
}
.page.news-media-landing .article .article-title {
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}
.page.news-media-landing .article .read-more {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
}
.page.news-media-landing .article .read-more:active, .page.news-media-landing .article .read-more:focus, .page.news-media-landing .article .read-more:hover {
  color: #005958;
  /*.right-arrow {
      color: $secondary;
  }*/
}
.page.news-media-landing .article .read-more .right-arrow {
  /*color: $secondary;*/
  color: #005958;
  font-size: 24px;
  margin-right: 15px;
  line-height: 1;
  vertical-align: middle;
}
.page.news-media-landing .article .read-more .right-arrow:before {
  display: flex;
  vertical-align: middle;
}
.page.news-media-landing .top-blog-wrapper .top-blog-heading {
  margin-bottom: 100px;
}
.page.news-media-landing .videos-wrapper {
  margin: 120px 0 240px;
}
.page.news-media-landing .videos-wrapper .videos-heading {
  margin-bottom: 85px;
}
.page.news-media-landing .videos-wrapper .video-description {
  align-items: center;
  display: flex;
  margin: 60px 0;
  padding: 0 40px;
  text-align: left;
}
.page.news-media-landing .videos-wrapper .video-description h4 {
  /*color: $primary;*/
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.page.news-media-landing .videos-wrapper .cell:first-child .video-description {
  padding-left: 0;
}
.page.news-media-landing .videos-wrapper .cell:nth-child(2n) .video-description {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.page.news-media-landing .videos-wrapper .view-title-wrapper {
  margin: 40px 0;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-landing {
  margin-bottom: 100px;
  /*.product-selector-wrapper {
      display: flex;

      @media screen and (min-width: 1024px) {
          justify-content: flex-end;
      }

      .btn {
          font-size: 16px;
          height: 100%;
          padding: 30px 0;
          text-align: center;
          width: 60%;
      }
  }*/
}
.product-landing .page-headings {
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .product-landing .page-headings {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.product-landing .page-headings .page-title {
  color: #005958;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .product-landing .page-headings .page-title {
    line-height: 1.4;
  }
}
.product-landing .page-headings .page-title h2 {
  margin-bottom: 0;
}
.product-landing .page-content p {
  color: #656565;
  font-size: 14px;
  font-weight: 300;
}
.product-landing .page-content p:last-child {
  margin-bottom: 0;
}
.product-landing .page-content p a {
  color: #005958;
  font-weight: 600;
}
.product-landing .page-content p a:active, .product-landing .page-content p a:focus, .product-landing .page-content p a:hover {
  color: #00A440;
}
.product-landing .page-content a {
  color: #005958;
  font-weight: 600;
}
.product-landing .page-content a:active, .product-landing .page-content a:focus, .product-landing .page-content a:hover {
  color: #00A440;
}
.product-landing .page-content strong {
  color: #005958;
}
.product-landing .page-content ul {
  margin-left: 20px;
  /*list-style: none;*/
}
.product-landing .page-content ul li {
  color: #656565;
  font-weight: 300;
  /*display: inline-flex;*/
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  /*width: 100%;*/
  /*&:before {
      content: '.';
      display: inline-flex;
      font-size: 14px;
      justify-content: center;
      left: -20px;
      height: auto;
      transform: translateY(-50%);
      top: 25%;
      position: absolute;
      vertical-align: middle;
  }*/
  font-size: 14px;
}
.product-landing .newsletter-block {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  .product-landing .newsletter-block {
    justify-content: flex-start;
  }
}
.product-landing .newsletter-block .btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .product-landing .newsletter-block .btn {
    margin: 75px auto;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .product-landing .newsletter-block .btn {
    margin: 0;
  }
}
.product-landing .newsletter-block .btn p {
  margin-bottom: 0;
}
.product-landing .select-product-title-wrapper {
  margin-top: 100px;
}
.product-landing .select-product-title {
  /*color: $secondary;*/
  color: #005958;
  font-size: 18px;
  font-weight: 600;
  /*margin-bottom: 40px;*/
  /*margin-bottom: 0;*/
}
.product-landing .supplier-title {
  margin-bottom: 40px;
}
.product-landing .product-landing-blocks {
  margin: 40px 0;
  /*@media screen and (min-width: 1024px) {
      margin: 100px 0;
  }*/
}
.product-landing .product-landing-blocks .select-product-title {
  margin-bottom: 40px;
}
.product-landing .product-landing-blocks .product-block {
  margin-bottom: 50px;
  /*margin-bottom: 30px;

  @media screen and (min-width: 1024px) {
      margin-bottom: 50px;
  }*/
}
.product-landing .product-landing-blocks .product-block .landing-content-block {
  color: #7F7F7F;
  line-height: 1.4;
  padding: 30px 0;
}
.product-landing .product-landing-blocks .product-block .landing-content-block ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
}
.product-landing .product-landing-blocks .product-block .landing-content-block ul li {
  /*display: block;*/
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
  /*width: 100%;*/
  width: auto;
  /*@media screen and (max-width: 400px) {
  }*/
  /*@media screen and (min-width: 641px) {
      width: 50%;
  }

  @media screen and (min-width: 1024px) {
      display: inline-block;
      width: 100%;
  }*/
}
.product-landing .product-landing-blocks .product-block .landing-content-block ul li:before {
  content: ".";
  font-size: 24px;
  height: auto;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  vertical-align: middle;
}
.product-landing .dropdowns-wrapper {
  margin-bottom: 170px;
}
.product-landing #pnlProductsWithCategories {
  margin-left: 40px;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-page {
  margin-bottom: 140px;
}
.product-page .product-image-wrapper {
  padding-top: 30px;
  position: relative;
  /*&:after {
      bottom: 10px;
      content: '\f067';
      color: $primary;
      font-family: $font-awesome;
      font-size: 15px;
      left: 15px;
      position: absolute;
      z-index: 100;
  }*/
}
@media screen and (max-width: 639px) {
  .product-page .product-image-wrapper {
    padding-top: 0;
  }
}
.product-page .product-image-wrapper .product-image {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .product-page .product-image-wrapper .product-image {
    height: auto;
  }
}
.product-page .product-placeholder img {
  display: block;
  margin: 0 auto;
  width: auto;
  /*@media screen and (min-width: 1024px) {
      display: block;
      margin: 0 auto;
      width: auto;
  }*/
}
.product-page .page-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  /*justify-content: space-between;*/
}
.product-page .page-headings {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .product-page .page-headings {
    margin-top: 0;
  }
}
.product-page .page-headings .product-title {
  color: #005958;
  font-weight: 600;
  font-size: 24px;
}
.product-page .generic-content p {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
}
.product-page .generic-content p:last-child {
  margin-bottom: 0;
}
.product-page .generic-content a {
  color: #005958;
  font-weight: 600;
}
.product-page .generic-content a:active, .product-page .generic-content a:focus, .product-page .generic-content a:hover {
  color: #00A440;
}
.product-page .generic-content strong {
  color: #005958;
}
.product-page .generic-content ul {
  color: #7F7F7F;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  list-style: none;
}
.product-page .generic-content ul li {
  display: inline-flex;
  flex-direction: row;
  /*justify-content: center;*/
  position: relative;
  font-size: 14px;
}
.product-page .generic-content ul li:before {
  content: ".";
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  left: -15px;
  /*left: -20px;*/
  height: auto;
  transform: translateY(-50%);
  top: 25%;
  position: absolute;
  vertical-align: middle;
}
.product-page .article-content {
  /*margin: 40px 0 0;*/
  margin: 20px 0 0;
}
.product-page .article-content .generic-content {
  margin-bottom: 40px;
}
.product-page .buttons-wrapper {
  margin: 60px 0 0;
}
.product-page .buttons-wrapper .btn {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  max-height: none;
  height: auto;
  width: 100%;
}
.product-page .buttons-wrapper .btn:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .product-page .buttons-wrapper .btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .product-page .buttons-wrapper .btn {
    font-size: 14px;
    max-height: 65px;
    height: 100%;
  }
}
.product-page .buttons-wrapper .btn.datasheet-btn {
  /*&:last-child {
      margin-top: 20px;
  }*/
  /*margin-top: 20px; 
  @media screen and (min-width: 641px) {
      margin-top: 0;
  }*/
  margin-bottom: 20px;
}
.product-page .buttons-wrapper .btn.datasheet-btn:first-child {
  margin-top: 0;
}
.product-page .buttons-wrapper .grey-btn {
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .product-page .buttons-wrapper .grey-btn {
    margin-top: 0;
  }
}
.product-page .similar-product-block {
  margin-top: 60px;
}
.product-page .similar-product-block .block-title {
  border-bottom: 1px solid #828282;
  font-size: 22px;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.product-page .similar-product-block .block-content {
  display: flex;
}
.product-page .similar-product-block .block-content .similar-product {
  position: relative;
  width: 100%;
}
.product-page .similar-product-block .block-content .similar-product .similar-product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.product-page .similar-product-block .block-content .similar-product .similar-product-content .similar-product-link:active .title, .product-page .similar-product-block .block-content .similar-product .similar-product-content .similar-product-link:focus .title, .product-page .similar-product-block .block-content .similar-product .similar-product-content .similar-product-link:hover .title {
  color: #00A440;
}
.product-page .similar-product-block .block-content .similar-product .similar-product-content .similar-product-link:active .title:before, .product-page .similar-product-block .block-content .similar-product .similar-product-content .similar-product-link:focus .title:before, .product-page .similar-product-block .block-content .similar-product .similar-product-content .similar-product-link:hover .title:before {
  color: #00A440;
}
.product-page .similar-product-block .block-content .similar-product .similar-product-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .product-page .similar-product-block .block-content .similar-product .similar-product-content .title {
    font-size: 16px;
  }
}
.product-page .similar-product-block .block-content .similar-product .similar-product-content .title:before {
  left: -20px;
}
.product-page .similar-product-block .block-content .similar-product .similar-product-content p {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  .product-page .similar-product-block .block-content .similar-product .similar-product-content p {
    display: none;
  }
}
.product-page .similar-product-block .block-content .similar-product .similar-product-image {
  display: flex;
  justify-content: flex-end;
}
.product-page .two-block .page-links-block .links {
  margin-bottom: 60px;
}

#ep-blackout {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
}

#ep-window-pnlDatasheetPopup {
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
  box-shadow: none;
  height: 100%;
  max-height: 555px;
  max-width: 750px;
  width: 100%;
  /*.ep-close {
      background: none; 
      height: 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      &:before {
          content: "\f00d";
          font-family: $font-awesome;
      }
  }*/
}
#ep-window-pnlDatasheetPopup .ep-close {
  display: none;
}
#ep-window-pnlDatasheetPopup .ep-content {
  padding: 0;
}
#ep-window-pnlDatasheetPopup .ep-content .download-popup-header {
  align-items: center;
  background-color: #005958;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 45px 30px;
  position: relative;
}
#ep-window-pnlDatasheetPopup .ep-content .download-popup-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content {
  padding: 40px 45px 50px;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .download-description {
  /*margin-bottom: 40px;*/
  margin-bottom: 20px;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content p strong {
  color: #005958;
  font-size: 16px;
  font-weight: 500;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content input {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  box-shadow: none;
  height: 80px;
  margin-bottom: 0;
  padding: 20px 25px;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .form {
  display: flex;
  flex-direction: column;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .form .btn {
  align-items: center;
  background-color: #005958;
  border-radius: 0;
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin-top: 52px;
  /*margin-left: 30px;*/
  max-width: 225px;
  width: 100%;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .form .btn:active, #ep-window-pnlDatasheetPopup .ep-content .download-content .form .btn:focus, #ep-window-pnlDatasheetPopup .ep-content .download-content .form .btn:hover {
  border: 1px solid #005958;
  background-color: #ffffff;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .form .email-form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .form .email-form-wrapper .input {
  margin-bottom: 10px;
  width: 95%;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .form .datasheet-btn-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .form .datasheet-btn-wrapper .t_productp {
  position: absolute;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .checkbox {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .checkbox input {
  border: none;
  border-radius: 0;
  outline: none;
  height: auto;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .checkbox .ei-input.ei-checkbox {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-shadow: none;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .checkbox .ei-checkbox[data-checked=true] {
  border: 1px solid #005958;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .checkbox .ei-checkbox[data-checked=true]:after {
  background-color: #005958;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .checkbox .ei-container {
  width: auto;
}
#ep-window-pnlDatasheetPopup .ep-content .download-content .checkbox label {
  color: #7F7F7F;
  margin-left: 20px;
}
#ep-window-pnlDatasheetPopup .ep-content .close-icon {
  color: #ffffff;
  display: flex;
  font-size: 30px;
}

.success-message {
  border: 1px solid #25B3A3;
  background: #6AA12F;
  color: #ffffff;
  padding: 15px 20px;
}
.success-message .success-tick {
  padding-right: 10px;
}

.t_productp {
  color: #ff0000;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  /*position: absolute;*/
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.product-selector .page-headings {
  margin-bottom: 75px;
}
.page.product-selector .page-headings .page-title {
  color: #005958;
  font-weight: bold;
  margin-bottom: 0;
}
.page.product-selector .page-headings .subheading {
  color: #00A440;
  font-weight: 500;
}
.page.product-selector .page-headings .page-title,
.page.product-selector .page-headings .subheading {
  line-height: 1;
  font-size: 40px;
}
@media screen and (max-width: 400px) {
  .page.product-selector .page-headings .page-title,
  .page.product-selector .page-headings .subheading {
    font-size: 32px;
  }
}
.page.product-selector .filter-options {
  margin: 50px 0;
}
@media screen and (min-width: 1024px) {
  .page.product-selector .filter-options {
    /*margin: 100px 0;*/
    margin: 50px 0 30px;
  }
}
.page.product-selector .filter-options .filter-block .block-title {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.page.product-selector .filter-options .filter-block .filter-options-block {
  margin: 0 0 40px;
}
.page.product-selector .filter-options .filter-block .filter-options-block table td {
  width: 100%;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .results-title-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .results-title-wrapper {
    margin-bottom: 75px;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .results-title-wrapper .results-title {
  color: #00A440;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table {
    display: block;
    overflow-x: auto;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table thead {
  background: #005958;
  color: #ffffff;
  font-size: 14px;
  /*font-weight: 400;*/
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table thead tr th {
  font-weight: 500;
  padding: 20px 15px;
  /*&:first-child {
                           padding: 15px 30px;
                           text-align: right;
                       }*/
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table thead tr th:nth-child(odd) {
  background: #005958;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table thead tr th:first-child {
  background: #005958;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table .mobile-product-title {
  width: 100%;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table .mobile-product-title a {
  color: #005958;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table .mobile-product-title a:active, .page.product-selector .product-selector-results .product-selector-results-wrapper .table .mobile-product-title a:focus, .page.product-selector .product-selector-results .product-selector-results-wrapper .table .mobile-product-title a:hover {
  color: #00A440;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table .mobile-product-title td {
  width: 100%;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  /*flex-direction: column;*/
  margin: 30px 0;
  padding: 30px 0;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr {
    display: table;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr {
    display: table-row;
    margin: 0;
    width: 100%;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr .product-name {
  color: #656565;
  font-weight: 500;
  font-size: 14px;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr .product-name:active, .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr .product-name:focus, .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr .product-name:hover {
  color: #005958;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr:first-child td {
    padding-top: 20px;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr .mobile-product-title {
  color: #005958;
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 641px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr .mobile-product-title {
    display: table-caption;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr .product-title {
  color: #005958;
  /*display: flex;*/
  display: table-row;
  font-size: 20px;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr .product-title:before {
  display: none;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td {
  align-items: center;
  padding: 5px 0;
  text-align: center;
  /* &:first-child {
                           background: white;
                           padding: 0;
                           text-align: left;
                       }*/
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td p {
  font-size: 13px;
  line-height: 1.4;
  padding: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td p {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td:before {
  font-size: 14px;
}
@media screen and (max-width: 400px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td.product-image {
  background: white;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td.product-image {
    display: table-cell;
    text-align: left;
    width: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td.product-image {
    width: auto;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td.product-image img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td.product-image img {
    height: auto;
    margin: 0;
    width: 100%;
    max-width: 110px;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td.product-image:before {
  display: none;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td.download-sheet {
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td.download-sheet {
    display: table-cell;
    visibility: visible;
  }
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td .download-icon {
  color: #005958;
  font-size: 22px;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td .download-icon:active, .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td .download-icon:focus, .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td .download-icon:hover {
  color: #00A440;
}
.page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td[data-content]:last-child {
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .page.product-selector .product-selector-results .product-selector-results-wrapper .table tbody tr td[data-content]:last-child {
    padding-bottom: 0;
  }
}
.page.product-selector .product-selector-contact {
  margin-top: 40px;
}
.page.product-selector .product-selector-contact a {
  color: #005958;
  font-weight: 500;
}
.page.product-selector .product-selector-contact a:active, .page.product-selector .product-selector-contact a:focus, .page.product-selector .product-selector-contact a:hover {
  color: #00A440;
}

input[type=checkbox]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
input[type=checkbox]:disabled + label {
  pointer-events: none;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.search .paging {
  /*justify-content: space-between;*/
}
.page.search .archive-options {
  margin-bottom: 50px;
}
.page.search .archive-options .dropdown-select, .page.search .archive-options .input {
  width: 95%;
}
.page.search .archive-options .input {
  margin-bottom: 0;
}
.page.search .archive-options .fliter-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.page.search .archive-options .dropdown-select-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.page.search .dropdown-select-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page.search .dropdown-select-wrapper select {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page.search .dropdown-select-wrapper select {
    margin-bottom: 40px;
    width: 95%;
  }
}
.page.search .search-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*.filter-search {
      width: 90%;
      select {
          margin-bottom: 0;
      }
  }*/
}
.page.search .search-wrapper .input {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page.search .search-wrapper .input {
    width: 95%;
  }
}
.page.search .page-content .error-message {
  color: #ffffff;
}
.page.search .page-content .error-message a {
  color: #005958;
  font-weight: 500;
}
.page.search .page-content .error-message a:active, .page.search .page-content .error-message a:focus, .page.search .page-content .error-message a:hover {
  color: #00A440;
}
.page.search .page-content .contact-us-message a {
  color: #005958;
  font-weight: bold;
}
.page.search .page-content .contact-us-message a:active, .page.search .page-content .contact-us-message a:focus, .page.search .page-content .contact-us-message a:hover {
  color: #00A440;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.generic.spare-stock .table-wrapper {
  margin-top: 40px;
}
.page.generic.spare-stock .table-wrapper h4 {
  color: #005958;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .page.generic.spare-stock .table-wrapper h4 {
    text-align: center;
  }
}
@media screen and (min-width: 641px) {
  .page.generic.spare-stock .table-wrapper h4 {
    margin-bottom: 40px;
    text-align: left;
  }
}
.page.generic.spare-stock .page-content {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .page.generic.spare-stock .page-content {
    /*margin-right: 80px;*/
  }
}
.page.generic.spare-stock .table-inner {
  margin-bottom: 40px;
}
.page.generic.spare-stock .table-inner:last-child {
  margin-bottom: 0;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.page.suppliers .page-content .page-headings {
  margin: 50px 0;
}
@media screen and (min-width: 641px) {
  .page.suppliers .page-content .page-headings {
    margin-bottom: 60px;
    margin-top: 0;
  }
}
.page.suppliers .suppliers-block {
  margin: 100px 0;
}
.page.suppliers .suppliers-block .archive-item {
  padding: 50px 0;
}
.page.suppliers .suppliers-block .archive-item:first-child {
  padding: 0 0 50px;
}
.page.suppliers .suppliers-block .archive-item .supplier-title .supplier-page-title {
  margin-bottom: 0;
}
.page.suppliers .suppliers-block .archive-item .supplier-title .supplier-website-link {
  color: #00A440;
  font-size: 18px;
  font-weight: 500;
}
.page.suppliers .suppliers-block .archive-item .supplier-title .supplier-website-link:active, .page.suppliers .suppliers-block .archive-item .supplier-title .supplier-website-link:hover, .page.suppliers .suppliers-block .archive-item .supplier-title .supplier-website-link:focus {
  color: #005958;
}
.page.suppliers .suppliers-block .archive-item p:last-child {
  margin-bottom: 0;
}

/*$primary: #CC0966;
$primary-dark: darken($primary, 15%);
$light-primary: lighten($primary, 2%);*/
/*$light-primary: #9AC3AF;*/
/*$secondary: #6AA12F;*/
/*$secondary: #88898D;*/
/*$secondary: #149B9E;
$secondary-light: lighten(#149B9E, 2%);*/
/*$tertiary: #2A4853;*/
/*$font-secondary: 'Fredoka One', cursive;*/
.slide-in-transition {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slide-in-transition.play {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.video-archive .video-block .article-content {
  margin: 80px 0;
  text-align: center;
}
.video-archive .video-block .article-content h4 {
  color: #005958;
  font-weight: bold;
  font-size: 22px;
}
.video-archive .cell:nth-child(3n+2) .video-block .article-content {
  border-left: none;
  border-right: none;
}
@media screen and (min-width: 641px) {
  .video-archive .cell:nth-child(3n+2) .video-block .article-content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
}
.video-archive .cell:nth-child(3n+1) .video-block .article-content {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .video-archive .cell:nth-child(3n+1) .video-block .article-content {
    text-align: left;
  }
}

/*html, body {
    font-family: $font-primary;
    overflow: auto;
}*/
html.stop-scrolling, body.stop-scrolling {
  overflow-y: hidden !important;
}

body:not(.stop-scrolling) {
  overflow: auto;
}

html, body {
  font-family: "Montserrat", sans-serif;
}

.vat-number {
  font-size: 13px;
  font-weight: lighter;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .vat-number {
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .vat-number {
    font-size: 13px;
  }
}

/*.table, table {
    border-collapse: collapse;
    width: 100%;

    td {


        &:before {
            content: attr(data-content);
            color: $dark-grey;
            font-weight: bold;
            display: table-cell;
            width: 50%;

            @media screen and (min-width: 1024px) {
                display: none;
            }
        }
    }
}*/
body .video {
  position: relative;
  overflow: hidden;
}
body .video::before {
  border-radius: 50%;
  color: #ffffff;
  content: "\f144";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 70px;
  height: 86px;
  left: 50%;
  line-height: 86px;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: opacity ease-in-out 0.5s;
  width: 86px;
  z-index: 10;
}
body .video:hover {
  cursor: pointer;
}
body .video:hover img {
  opacity: 1;
}
body .video:hover::before {
  opacity: 1;
}
body .video.small::before {
  height: 80px;
  margin: -40px auto auto -40px;
  width: 80px;
}
body .video img {
  /*opacity: 0.7;
  @include transition(transform ease-in-out .5s);*/
  width: 100%;
  /*&:active, &:focus, &:hover {
      transform: scale(1.1);
  }*/
}

a:before {
  transition: 0.25s ease-in;
}
a:active, a:hover, a:focus {
  transition: 0.25s ease-in;
}

.product-selector-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .product-selector-wrapper {
    justify-content: flex-end;
  }
}
.product-selector-wrapper .btn {
  font-size: 16px;
  height: 100%;
  margin: 75px 0;
  padding: 30px 0;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 400px) {
  .product-selector-wrapper .btn {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .product-selector-wrapper .btn {
    margin: 0;
    width: 60%;
  }
}

.block-title {
  border-bottom: 2px solid #005958;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .block-title {
    margin-bottom: 75px;
  }
}
.block-title a {
  color: #000000;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.block-title a .right-arrow {
  /*color: $secondary;*/
  color: #005958;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-title a:active, .block-title a:focus, .block-title a:hover {
  color: #005958;
}
.block-title h4 {
  /*color: $secondary;*/
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.page-top {
  margin: 0;
}
@media screen and (min-width: 641px) {
  .page-top {
    margin: 20px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-top {
    margin: 20px 0 50px;
    /*margin: 20px 0 100px;*/
  }
}
@media screen and (min-width:1441px) {
  .page-top {
    /*margin: 20px 25px 50px;*/
    margin: 20px 25px 100px;
  }
}
.page-top .breadcrumbs {
  display: flex;
}
.page-top .breadcrumbs a {
  color: #7F7F7F;
  font-size: 12px;
}
.page-top .breadcrumbs a:active, .page-top .breadcrumbs a:focus, .page-top .breadcrumbs a:hover {
  color: #005958;
}
.page-top .breadcrumbs a:last-child {
  color: #005958;
  font-weight: bold;
}
.page-top .breadcrumbs .latest-page:last-child {
  color: #005958;
  font-weight: bold;
}
.page-top .social-links {
  display: flex;
  justify-content: space-between;
}
.page-top .social-links a {
  color: #BFBFBF;
}
.page-top .social-links a:active, .page-top .social-links a:focus, .page-top .social-links a:hover {
  color: #005958;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif;
}

.title {
  color: #005958;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1;
  position: relative;
}
.title:before {
  content: "\f0da";
  color: #005958;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  display: flex;
  left: -40px;
  position: absolute;
  top: 0;
}

/*.read-more {
    color: $black;
    font-weight: bold;

    &:active, &:focus, &:hover {
        color: $secondary;
    }
}*/
.read-more {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.read-more:active, .read-more:focus, .read-more:hover {
  color: #00A440;
  /*.right-arrow {
              color: $secondary;
          }*/
}
.read-more .right-arrow {
  color: #00A440;
  font-size: 24px;
  margin-right: 15px;
  line-height: 1;
  vertical-align: middle;
}
.read-more .right-arrow:before {
  display: flex;
  vertical-align: middle;
}

a:before {
  transition: 0.25s ease-in;
}
a:active, a:focus, a:hover {
  transition: 0.25s ease-in;
}

.grid-container {
  max-width: 90rem;
}

.link-border {
  border-bottom: 2px solid #005958;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 15px;
}

.primary-background {
  background-color: #005958;
}
.primary-background .four-block-content .four-block-description p {
  color: #CCE980;
}
.primary-background .four-block-content .know-more:active, .primary-background .four-block-content .know-more:focus, .primary-background .four-block-content .know-more:hover {
  color: #00A440;
}
.primary-background .four-block-content .know-more:before {
  color: #00A440;
}

.black-background {
  background-color: #000000;
  color: #ffffff;
}

.secondary-background {
  background-color: #00A440;
}
.secondary-background .four-block-content .know-more:active, .secondary-background .four-block-content .know-more:focus, .secondary-background .four-block-content .know-more:hover {
  color: #005958;
}
.secondary-background .four-block-content .know-more:before {
  color: #005958;
}

.grey-background {
  background-color: #656565;
}

.paging {
  align-items: center;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  text-align: center;
  margin: 120px 0 200px;
}
@media screen and (min-width: 641px) {
  .paging {
    align-items: baseline;
    flex-direction: row;
  }
}
.paging .btn {
  font-size: 16px;
  max-width: 300px;
  width: 100%;
}
.paging .btn:first-child {
  margin-bottom: 50px;
}
@media screen and (min-width: 641px) {
  .paging .btn:first-child {
    margin-bottom: 0;
  }
}
.paging .paging-numbers {
  display: none;
}

.success-message {
  border: 1px solid #005958;
  background: #CCE980;
  color: #ffffff;
  padding: 15px 20px;
}
.success-message .success-tick {
  padding-right: 10px;
}

.error-message {
  background: #ffa8a8;
  border: 1px solid #ff0000;
  color: #ffffff;
  margin: 40px 0;
  padding: 20px;
}
