.Page .inner,
.ErrorPage .inner{
  padding-top:50px;
  padding-bottom:80px;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric {
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.selectric-focus .selectric {
  border-color: #999999;
}
.selectric-hover .selectric {
  border-color: #b3b3b3;
}

.selectric-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 5cap 0 1em;
  font-size: 16px;
  line-height: 50px;
  color: #999999;
  height: 50px;
  user-select: none;
}

.selectric-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  color: #666666;
  text-align: center;
  border: none;
  padding: 0;
  font: 0/0 a;
  *font: 20px/78px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric-button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.selectric-hover .selectric-button {
  color: #4d4d4d;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #b3b3b3;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  box-shadow: 0 0 10px -6px;
  font-size: 14px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #999999;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #f2f2f2;
  color: #8c8c8c;
}
.selectric-items li.highlighted {
  background: #e6e6e6;
  color: #8c8c8c;
}
.selectric-items li:hover {
  background: #d9d9d9;
  color: #8c8c8c;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #999999 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: gray;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.clear {
  clear: both;
}

* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: 400; */
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

body {
  /* background-color: #151515; */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: 400; */
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

a {
  color: #872929;
}

.captionImage {
  max-width: 100% !important;
  /* overrding silverstripe giving images width*/
}

img.ss-htmleditorfield-file.image {
  max-width: 100%;
  /* overrding silverstripe giving images width*/
  height: auto;
  /* overrding silverstripe giving images width*/
}

.title {
  font-weight: 300;
  color: white;
  font-size: 48px;
}

h1 {
  font-weight: 300;
  color: white;
  font-size: 36px;
  line-height: 1em;
}

h2 {
  font-weight: 300;
  font-size: 24px;
}

p {
  font-weight: 300;
  color: #666666;
  font-size: 18px;
  line-height: 1.8em;
}

.header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tall-btn {
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 1em;
  background-color: #872929;
  border: none;
  text-transform: uppercase;
  padding: 25px 40px;
  position: relative;
  overflow: hidden;
}
.tall-btn:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}
/*
.tall-btn::before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 100%;
  transition: all 0.3s ease;
  content: "";
  z-index: -1;
}
.tall-btn:hover:before {
  top: 0;
  left: 0;
}
*/

.view-product-btn {
  font-size: 15px;
  font-weight: 500;
  background-color: white;
  text-align: center;
  line-height: 1em;
  color: #872929;
  border: none;
  /* text-transform: uppercase; */
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 120px;
}

.hero-btn {
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 1em;
  background-color: #872929;
  border: none;
  /* text-transform: uppercase; */
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  border-radius: 120px;
}
.hero-btn:hover,
.hero-btn:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}
.hero-btn.hero-btn-ghost{
  background:none;
  border: 1px solid #872929;
}
.hero-btn.hero-btn-ghost:hover,
.hero-btn.hero-btn-ghost:focus{
  background-color: #872929;
}

.short-btn {
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 1em;
  background-color: #872929;
  border: none;
  text-transform: uppercase;
  padding: 21px 24px;
}
.short-btn:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

.whitebtn {
  background-color: transparent;
  border: 1px solid white;
}
.whitebtn:hover {
  color: #ffffff;
}
.whitebtn::before {
  background-color: white;
}

.block {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: white;
}

.centre-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flex-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  nav{
    max-height: 100% !important;
  }
}
nav {
  background-color: #000000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /*
  -webkit-box-shadow: 0px 0px 5px 0px rgba(166, 166, 166, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(166, 166, 166, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(166, 166, 166, 0.75);
  */
  max-height: 130px;
}

body.HomePage{
  margin-top:0;
  background-color: none;
}
body.HomePage nav{
  background-color: transparent;
  transition: background-color 150ms linear;
}
body.HomePage nav.scrolled{
  background-color: #000;
}

nav .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
nav .nav-container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav .nav-container .left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #872929;
}
/*
nav .nav-container .left .logo img {
  height: 101px;
}
*/
nav .nav-container .left .number {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  color: #872929;
  font-size: 15px;
}
nav
  .nav-container
  .right
  .note-column
  .application-notes-header-banner
  .fake-ID {
  color: #872929;
  padding: 15px;
}
nav .nav-container .right ul {
  list-style-type: none;
  font-size: 0px;
  padding-left: 0;
}
nav .nav-container .right ul li {
  position: relative;
}
nav .nav-container .right ul li > a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
nav .nav-container .right ul li:hover a {
  text-decoration: none;
}
nav .nav-container .right > ul {
  display: flex;
  height: 100%;
}
nav .nav-container .right > ul > li {
  position: relative;
  display: inline-block;
  /* border-bottom: 10px solid white; */
  border-bottom: 10px solid transparent;
}
nav .nav-container .right > ul > li > a {
  display: flex;
  height:100%;
  width: 130px;
  align-items: center;
  justify-content: center;
  /* padding-top: 40px; */
  /* padding-bottom: 30px; */
  z-index: 103;
  font-size: 15px;
}
nav .nav-container .right > ul > li.current,
nav .nav-container .right > ul > li.section {
  border-bottom: 10px solid #872929;
}
nav .nav-container .right > ul > li:hover {
  border-bottom: 10px solid #872929;
}
nav .nav-container .right > ul > li:hover a {
  color: white;
}
nav .nav-container .right > ul > li:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #872929;
  z-index: -1;
  animation: fillnav;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
nav .nav-container .hamburger-container {
  width: 30px;
  height: 100%;
  margin-left: auto;
  margin-top: 20px;
}
nav .nav-container .hamburger-container:hover {
  cursor: pointer;
}
nav .nav-container .hamburger-container .hamburger {
  height: 2px;
  width: 100%;
  background-color: #872929;
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 1200px) {
  nav .nav-container .right .sub-hover:hover .submenu {
    /* left: calc(50% - 585px) !important; */
    left:0;
  }
  nav .nav-container .right .m-container {
    /* width: 1170px; */
    width:300px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  nav .number {
    display: none;
  }
  nav .nav-container .right .sub-hover:hover .submenu {
    /* left: calc(50% - 485px) !important; */
    left: 0;
  }
  nav .nav-container .right .m-container {
    /* width: 970px; */
    width:300px;
  }
}
@media (min-width: 992px) {
  body {
    margin-top: 100px;
  }

  nav .nav-container .sub-hover:hover .submenu,
  nav .nav-container .sub-hover .submenu .row:hover {
    left: 0;
  }

  nav .nav-container .right > ul > li.current,
  nav .nav-container .right > ul > li.section {
    border-bottom: 10px solid #872929;
    /* border-left: 1px solid #ececec; */
    /* border-right: 1px solid #ececec; */
  }

  .submenu {
    position: absolute;
    /* position: fixed; */
    top: 100px;
    left: -9999px;
    /* box-shadow: 0px 0px 10px 0px #e3e3e3; */
    background:#000000;
    /* padding:30px; */
  }
  .submenu .m-container {
    background-color: white;
    display: inline-block;
  }
  .submenu .m-container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .submenu .m-container .row > div {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .submenu .m-container ul.first-ul li {
    font-size: 12px;
  }
  .submenu .m-container ul.first-ul li a {
    font-size: 12px;
  }
  .submenu .m-container .sub-submenu {
    padding-left: 5px;
  }
  .submenu .note-column .application-notes-header-banner .fake-ID {
    color: white;
    padding: 5px;
    display: inline-block;
  }
  .submenu .note-column .application-notes-header-banner .fake-ID:hover {
    background-color: transparent;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  .submenu #first-ul {
    padding: 0;
  }
  /*
  .submenu #first-ul li:hover {
    background-color: transparent;
  }
  */
  .submenu .category-link {
    padding: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    background: #000000;
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    width: 100%;
    text-align: left !important;
  }
  .submenu .application-note-search{
    padding:15px;
    background-color: #000000;
  }
  .submenu .application-note-search .category-link{
    background-color: #862828;
  }
  .submenu .application-note-search .category-link:hover{
    /* font-weight: 500; */
  }
 .submenu .category-link:hover {
    cursor: pointer;
    background-color: #862828;
  }
  /*
  .submenu .category-link:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  */
  .submenu #individual-link {
    color: #333333;
    font-weight: 300;
    padding: 5px;
    display: inline-block;
  }
  .submenu #individual-link:hover {
    background-color: transparent;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 991px) {

  nav .nav-container .right > ul{
    flex-flow: column;
  }
  nav .nav-container .right > ul > li{
    border-bottom:0;
  }

  .applications .forms .form-industry{
    margin-bottom:30px;
  }

  nav.desktop .nav-container .right ul li a {
    width: 120px;
  }
  nav .nav-container .right > ul > li.current, nav .nav-container .right > ul > li.section{
    border-bottom: 0;
  }

  nav {
    position: relative;
  }
  nav .nav-container {
    display: block;
    padding-bottom: 15px;
  }
  nav .nav-container .left .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  nav .nav-container .left .logo img {
    height: 55px;
  }
  nav .nav-container .right ul li {
    display: block;
  }
  nav .nav-container .right ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    text-align: left;
    width: 100%;
  }
  nav .nav-container .right > ul > li.current,
  nav .nav-container .right > ul > li.active {
    background-color: #872929;
    color: white;
  }
  nav .nav-container .right > ul > li.current a,
  nav .nav-container .right > ul > li.active a {
    color: white;
  }
  nav .nav-container .right.menu.menu-hidden {
    display: none;
  }
  nav .nav-container .right.menu {
    display: block;
    width: 100%;
    background-color: #000000;
  }
  .HomePage nav .nav-container .right.menu{
    background-color: #ffffff;
  }
  .HomePage nav .nav-container .right ul li > a{
    color:#872929;
  }
  nav .nav-container .right > ul > li:hover{
    border-bottom: 0;
  }
  nav .nav-container .submenu {
    display: none;
    background-color: white;
  }
  nav .nav-container .submenu #first-ul li {
    display: block;
  }
  nav .nav-container .submenu #first-ul li a {
    color: #222222;
    padding: 20px 0 20px 30px;
    width: 100%;
    text-transform: uppercase;
    display: block;
  }
  nav
    .nav-container
    .submenu
    .note-column
    .application-notes-header-banner
    .fake-ID {
    color: white;
  }
  nav .nav-container .submenu .sub-submenu {
    display: none;
  }

  nav .nav-container .left .number {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .ContactPage .contact-details{
    margin-bottom: 50px;
  }
}
@keyframes fillnav {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}


.seperator{
  position: relative;
  /* background: linear-gradient(to right, #f6bf75, #4150b1); */
  background: linear-gradient(to right, #f6bf75, #f8a976, #f3947c, #e88285, #d6748e, #c96b93, #b86399, #a45e9e, #9458a3, #8054a8, #6652ad, #4150b1);
  margin: 30px 0;
  height: 1px;
}



footer.footer {
  background-color: #000000;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer.footer ul.footerlist {
  list-style-type: none;
  padding:0;
}
footer.footer ul.footerlist li {
  padding: 8px 0;
}
footer.footer ul.footerlist li,
footer.footer ul.footerlist li a {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
}
footer.footer ul.footerlist li span,
footer.footer ul.footerlist li a span {
  color: white;
}
footer.footer .footer-bottom .footer-copyright{
  /* padding-left:55px; */
  color: #999999;
  font-size: 13px;
  font-weight: 300;
  line-height: 1em;
}
footer.footer .footer-bottom .footer-ihm{
  /* padding-left:55px; */
  color: #999999;
  font-size: 13px;
  font-weight: 300;
  line-height: 1em;
  text-align: right;
}



/*home page*/
.home .home-hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  background-image: url("../assets/home-hero-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.home .home-hero > p {
  max-width: 940px;
}
.home .home-hero .page-subtitle{
  font-size:14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.home .home-hero h1 {
  font-weight: 700;
  font-size:72px;
  margin: 0 0 50px 0;
}
.home .home-hero p {
  margin: 0 0 50px 0;
  /* color: white; */
  font-weight: 300;
  color:#929292;
  font-size: 24px;
}
.home .home-hero .home-hero-buttons{
  display:flex;
  gap:15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home .home-hero .home-hero-logos{
  display:flex;
  gap:80px;
  align-items: center;
  justify-content: center;
  margin-top:50px;
}
.home .home-hero .home-hero-techniques{
  display:flex;
  gap:80px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top:50px;
}
.home .home-hero .home-hero-techniques .home-hero-technique{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.home .intro {
  background-color: white;
}
/* .home .tall-btn {
  margin-top: 50px;
} */
.home .intro h2 {
  font-size: 36px;
  color: #222222;
  margin-bottom: 120px;
  margin-top: 0;
}
/*
.home .bucket {
  margin-bottom: 55px;
}
*/
.home .bucket .bottom {
  min-height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .bucket .bottom h3 {
  font-weight: 300;
  font-size: 34px;
  margin: 55px 0 40px 0;
}
.home .bucket .bottom p {
  font-weight: 300;
  font-size: 18px;
  color: #666666;
}
.home .bucket .bottom a {
  color: #872929;
  margin-top: 15px;
  font-size: 18px;
}
.home .bucket .bottom a:hover {
  text-decoration: none;
}
.home .bucket .bottom a:hover img {
  transition: margin 0.3s ease;
  margin-left: 15px;
}
.home .bucket .bottom a img {
  width: 13px;
  margin-right: 7px;
}


.home .home-what-we-do{
  background:#ffffff;
  padding: 80px 0;
}
.home .home-what-we-do .subtitle{
  color: #872828;
  text-transform: uppercase;
  font-size: 14px;
}
.home .home-what-we-do h3{
  font-weight: 500;
  font-size: 36px;
  color: #000;
  letter-spacing: -2px;
  line-height: 48px;
  margin: 0;
}
.home .home-what-we-do .flex-row{
  display:flex;
  gap:30px;
  align-items: center;
}
.home .home-what-we-do .flex-row a{
  flex-shrink: 0;
}


.home .home-what-we-do-buckets{
  padding-top: 80px;
}
/* .home .home-what-we-do-buckets .buckets{
  display: flex;
  gap:30px;
} */
 
.home .home-what-we-do-buckets .buckets .bucket h2{
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  letter-spacing: -2px;
  line-height: 48px;
  margin: 15px 0 0 0;
}
.home .home-what-we-do-buckets .buckets .bucket p{
  font-size: 14px;
  font-weight: 300;
}
.home .home-what-we-do-buckets .buckets .bucket .tag{
  display: inline-block;
  border:1px solid #862828;
  border-radius: 120px;
  padding:10px 15px;
}
.home .home-what-we-do-buckets .buckets .bucket{
  position: relative;
  display: block;
  text-decoration: none;
  padding:30px;
  flex-basis: 33%;
  min-height: 517px;
  transition: 500ms all;
}
.home .home-what-we-do-buckets .buckets .bucket:hover{
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
.home .home-what-we-do-buckets .buckets .bucket-content{
  position: relative;
  z-index:10;
}
.home .home-what-we-do-buckets .buckets .overlay{
  position:absolute;
  z-index:5;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.3);
}
.home .home-what-we-do-buckets .buckets .bucket.applications{
  display:flex;
  flex-flow: column;
  justify-content: flex-end;
  background:#daecf8 url('/_resources/themes/clairet/images/applications-bucket-bg.jpg') center center no-repeat;
  background-size: cover;
  align-items: flex-start;
}
.home .home-what-we-do-buckets .buckets .bucket.training{
  display:flex;
  flex-flow: column;
  justify-content: flex-end;
  background:#1c116d url('/_resources/themes/clairet/images/training-bucket-bg.jpg') center center no-repeat;
  background-size: cover;
  align-items: flex-start;
}
.home .home-what-we-do-buckets .buckets .bucket.training .tag{
  color:#ffffff;
}
.home .home-what-we-do-buckets .buckets .bucket.training h2,
.home .home-what-we-do-buckets .buckets .bucket.training p{
  color:#ffffff;
}
.home .home-what-we-do-buckets .buckets .bucket.applications h2,
.home .home-what-we-do-buckets .buckets .bucket.applications p{
  color:#ffffff;
}
.home .home-what-we-do-buckets .buckets .bucket.products{
  display:flex;
  flex-flow: column;
  justify-content: flex-end;
  background:#0b021f url('/_resources/themes/clairet/images/products-bucket-bg.jpg') center center no-repeat;
  background-size: cover;
  align-items: flex-start;
}
.home .home-what-we-do-buckets .buckets .bucket.products .tag{
  color:#ffffff;
}
.home .home-what-we-do-buckets .buckets .bucket.products h2,
.home .home-what-we-do-buckets .buckets .bucket.products p{
  color:#ffffff;
}
.home .home-what-we-do-buckets .buckets .bucket.applications .tag{
  color:#ffffff;
}


.home .home-inclusivity{
  background:#000000 url('/_resources/themes/clairet/images/clairet-earth-bg.jpg') center right no-repeat;
  background-size: cover;
  color:#ffffff;
  padding:80px;
  margin-bottom: 80px;
}
.home .home-inclusivity .tag{
  display: inline-block;
  border:1px solid #862828;
  border-radius: 120px;
  padding:10px 15px;
}
.home .home-inclusivity h3{
  font-size:36px;
  font-weight: 500;
  letter-spacing: -2px;
}
.home .home-inclusivity p{
  color:#ffffff;
  font-size: 16px;
}

.home .home-banner-marquee {
  width: 100%;
  background-color: white;
  padding: 30px 0;
  overflow-y: hidden;
  color:#c7cad3;
  font-size: 36px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.home .home-banner-marquee p {
  display: inline-block;
  padding-left: 100%;
  font-size: 36px;
  color:#c7cad3;
  font-weight: 100;
  animation: marquee 30s linear infinite;
}
.home .home-banner-marquee p span{
  font-weight: 500;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}


.home-specialise{
  background:#ffffff;
  padding: 30px 0;
}
.home-specialise .main-title h3{
  font-weight:500;
  font-size:36px;
  color:#000;
  letter-spacing:-2px;
  line-height: 48px;
  margin-top: 0;
}
.home-specialise .main-title .subtitle{
  color:#872828;
  text-transform: uppercase;
  font-size: 14px;
}
.home-specialise .main-content p{
  font-size:16px;
}
.home-specialise .main-content p:first-child{
  margin-top:0;
}


.application-search-banner{
  background:#862828 url('/_resources/themes/clairet/images/applications-library-bg.jpg') center right no-repeat;
  background-size: cover;
  padding:120px 0;
}
.application-search-banner h2{
  font-size:36px;
  font-weight:500;
  letter-spacing: -2px;
  margin-top:0;
  color:#FFFFFF;
}
.application-search-banner p{
  color:#FFFFFF;
}
.application-search-banner .search-form{
  display: flex;
  background: #FFFFFF;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.application-search-banner .search-form input[type="text"]{
  padding:15px 15px 15px 0;
  flex-grow:1;
  border:0;
  outline: none;
}
.application-search-banner .search-form button{
  padding:15px 0 15px 15px;
  border:0;
  background:#fff;
}

@media (max-width: 991px) {
  .home .intro h2 {
    margin-bottom: 60px;
  }
  .home .home-what-we-do-buckets .buckets .bucket{
    margin-bottom:30px;
  }
  /* .home .home-what-we-do-buckets .buckets .bucket.training{
    justify-content: flex-end;
  } */
}
/* about page */
.about .header {
  width: 100%;
  text-align: center;
}
.about .header .text-container {
  padding: 144px 15px;
}
.about .header h1 {
  font-size: 48px;
  padding: 0;
  margin: 0;
}
.about .header h3 {
  margin: 0;
  margin-top: 50px;
  color: white;
  opacity: 70%;
  font-size: 24px;
  font-weight: 400;
}
.about .about-content .lead p:first-child {
  font-weight: bold;
}
.about .about-content .subheading {
  font-size: 36px;
}
.about .about-content .news-and-events-background {
  height: 100%;
  width: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: #872929;
}
.about .about-content .news-and-events-background a {
  display: inline-block;
  margin: 20px;
  margin-bottom: 50px;
}
.about .buckets{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.about .buckets a.bucket-wrapper,
.about .buckets a.bucket-wrapper:hover,
.about .buckets a.bucket-wrapper:hover{
  text-decoration: none;
}
.about .buckets .bucket {
  background-color: #872929;
  height: 100%;
  /* width: 12.5%; */
  display: block;
  background-size: cover;
  background-position: center;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.about .buckets .bucket.main h3 {
  color: white;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}
.about .buckets .bucket h3 {
  font-weight: 700;
  font-size: 15px;
  color: white;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.about .buckets .bucket p {
  font-weight: 400;
  font-size: 18px;
  color: #cccccc;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

/* interested banner */
.interested-banner {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #872929;
  padding: 40px 30px;
  margin-bottom: 50px;
}
.interested-banner .interested-banner-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:30px;
}
.interested-banner h3 {
  color: white;
  font-weight: 300;
  font-size: 48px;
  margin: 0;
}
.interested-banner p {
  margin: 0;
  margin-top: 40px;
  font-size: 24px;
  color: white;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.5em;
}
.interested-banner a {
  padding: 30px 30px;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  width: 100%;
  /* max-width: 195px; */
  background-color: #151515;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interested-banner a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* news events page (parent) */
.newsevents .header {
  width: 100%;
  text-align: left;
}
.newsevents .header .text-container {
  padding-top: 144px;
}
.newsevents .header h1 {
  color:#000000;
  font-size:56px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.newsevents .header h3 {
  margin: 0;
  margin-top: 50px;
  color: white;
  opacity: 70%;
  font-size: 24px;
  font-weight: 400;
}
.newsevents .news-block.event-block .img-container {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
/*.newsevents .news-block.event-block .text {
  background-color: #872929;
  color: white;
}*/
/*
.newsevents .news-block.event-block .text h3,
.newsevents .news-block.event-block .text p.date,
.newsevents .news-block.event-block .text p.desc,
.newsevents .news-block.event-block .text p {
  color: white;
}
*/

.newsevents .news-block.event-block .text h3{
  background-color: #872929;
  color: white;
}

.newsevents .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* border-bottom: 1px solid #cccccc; */
  margin-bottom: 30px;
  gap: 15px;
}
/*
.newsevents .top .left {
  padding-bottom: 21px;
}
*/
.newsevents .top ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap:15px;
}
.newsevents .top ul li {
  display: inline-block;
  color: #222222;
  font-size: 15px;
  text-transform: uppercase;
  /* padding-right: 15px; */
}
.newsevents .top ul li.active a {
  color: #ffffff;
  /* padding-bottom: 21px; */
  border: 1px solid #000000;
  background:#000000;
}
.newsevents .top ul li a {
  display: inline-block;
  color: #222222;
  text-decoration: none;
  padding: 15px 40px;
  border: 1px solid #6c6c6c;
  border-radius:120px;
}
.newsevents .top .right > * {
  padding-bottom: 21px;
}
.newsevents .top .right span {
  color: #872929;
  border-bottom: 3px solid #872929;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.newsevents .top .right a {
  border-bottom: 3px solid transparent;
  color: #666666;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.newsevents .bottom{
  display: grid;
  gap:30px;
  grid-template-columns: repeat(3, 1fr);
}


.newsevents .news-block {
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  height:100%;
  border:1px solid #cfcfcf;
}
.newsevents .news-block:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.3);
}
.newsevents .news-block:hover .text h3,
.newsevents .news-block:hover .text p.date,
.newsevents .news-block:hover .text p.desc,
.newsevents .news-block:hover .text p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.newsevents .news-block .img-container {
  background-position: center;
  background-size: cover;
  background-color: #872929;
  background-repeat: no-repeat;
  height: 200px;
}
.newsevents .news-block .text {
  padding:30px;
  min-height: 260px;
  /* background-color: #efefef; */
}
.newsevents .news-block .text h3 {
  display:inline-block;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 14px;
  color: #000000;
  line-height: 1em;
  margin: 0;
  padding: 10px 15px;
  margin-bottom: 5px;
  border:1px solid #862828;
  border-radius: 120px;
}
.newsevents .news-block .text p.date {
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}
.newsevents .news-block .text p.desc{
  font-weight: 600;
  font-size: 26px;
  color: #222222;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.newsevents .news-block .text p {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 1.2em;
}

/* news events article page*/
.newseventsarticle .img-container img {
  max-width: 100%;
  height: auto;
}
.newseventsarticle .title-container {
  margin: 70px 0;
  padding: 0;
  /* padding-bottom: 70px; */
  border-bottom: 1px solid #872929;
}
.newseventsarticle .title-container p {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.newseventsarticle .title-container h1 {
  margin-top: 0;
  color: #222222;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.33em;
  letter-spacing: -2px;
}
.newseventsarticle .content-container {
  margin: 0 0 50px 0;
  /* padding: 0 20px 50px 20px; */
}
.newseventsarticle .img-container{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.newseventsarticle .img-container img{
  display:inline-block;
  max-width:100%;
}
.newseventsarticle .content-container p:first-child {
  color: #222222;
  font-weight: 400;
  font-size: 18px;
}
.newseventsarticle .content-container p {
  color: #666666;
  font-weight: 300;
  font-size: 18px;
}

.newseventsarticle .back-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 1em;
  background-color: #872929;
  border: none;
  /* text-transform: uppercase; */
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  border-radius: 120px;
}

@media (max-width: 520px) {
  .newsevents .news-block .text {
    min-height: 270px;
  }
  .newsevents .top ul {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  /* .newsevents .top ul li {
    padding-right: 40px;
  } */

  .newsevents .top ul {
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
  }
  /* .newsevents .top ul li {
    padding-right: 40px;
  } */

  .newsevents .bottom{
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .products .products-grid{
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.application-page .header {
  background-color: black;
  padding: 90px 0;
}
.application-page .header h1,
.application-page .header h2 {
  padding: 0;
  marign: 0;
  color: white;
}
.application-page .header h1 {
  margin-bottom: 30px;
}
.application-page .content {
  padding: 90px 0;
  background-color: white;
}
.application-page .content h3 {
  color: #222222;
  font-size: 21px;
  font-weight: 500;
}
.application-page .content .over-bottom {
  margin-bottom: 70px;
}
.application-page .content .over-bottom a {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.application-page .content .over-bottom a:hover {
  text-decoration: none;
}
.application-page .content .over-bottom a:hover .link-strip span {
  color: #522b2b;
}
.application-page .content .over-bottom .link-strip-parent:hover {
  cursor: pointer;
}
.application-page .content .over-bottom .link-strip {
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.application-page .content .over-bottom .link-strip span {
  margin-left: 20px;
  color: #872929;
  font-weight: 500;
}
.application-page .content .over-bottom .link-strip span:hover {
  text-decoration: none;
}
.application-page .content .over-bottom .download-strip:hover {
  cursor: pointer;
}
.application-page .brochure-form-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: 99999px;
  background-color: rgba(135, 41, 41, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
}
.application-page .brochure-form-overlay.appear {
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-animation-name: appear;
  animation-name: appear;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.application-page .brochure-form-overlay > div {
  margin-left: 20%;
  margin-right: 20%;
  background-color: white;
  padding: 50px;
  overflow-y: scroll;
  max-height: 80vh;
  cursor: default;
  position: relative;
}
.application-page .brochure-form-overlay .exit {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: white;
  background-color: #872929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.application-page .brochure-form-overlay .form h2 {
  margin-bottom: 0;
}
.application-page
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  label {
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}
.application-page
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  input[type="text"] {
  height: 50px;
}
.application-page
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  input[type="text"],
.application-page
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  textarea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 1em;
  padding: 16px 15px;
  font-color: #222222;
  font-weight: 400;
}
.application-page
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  input[type="submit"] {
  margin-top: 30px;
  padding: 21px 38px;
  background-color: transparent;
  color: #872929;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #872929;
  line-height: 1em;
  transition: all 0.3s ease;
}
.application-page
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  input[type="submit"]:hover {
  background-color: #872929;
  color: white;
  transition: all 0.3s ease;
}
.application-page
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  .g-recaptcha {
  margin-top: 30px;
}
.application-page .applications-model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: 99999px;
  background-color: rgba(135, 41, 41, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
}
.application-page .applications-model .inner {
  background-color: white;
  padding: 20px 50px;
  overflow-y: scroll;
  max-height: 80vh;
  cursor: default;
  position: relative;
  width: 95vw;
  max-width: 950px;
}
.application-page .applications-model .exit {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: white;
  background-color: #872929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.application-page .applications-model label {
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}
.application-page .applications-model input[type="text"],
.application-page .applications-model input[type="email"] {
  height: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 1em;
  padding: 16px 15px;
  font-color: #222222;
  font-weight: 400;
}
.application-page .applications-model input[type="submit"] {
  margin-top: 30px;
  padding: 21px 38px;
  background-color: transparent;
  color: #872929;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #872929;
  line-height: 1em;
  transition: all 0.3s ease;
}
.application-page .applications-model input[type="submit"]:hover {
  background-color: #872929;
  color: white;
  transition: all 0.3s ease;
}
.application-page .applications-model .g-recaptcha {
  margin-top: 30px;
}
.application-page .applications-model a.short-btn {
  display: block;
  margin-top: 15px;
}
.application-page .applications-model.appear {
  left: 0;
  right: 0;
  opacity: 1;
}

/* application notes page */
.applications {
  background-color: white;
}
.applications #app-note-search-button {
  padding: 0;
  border: none;
}
.applications .header {
  min-height: 206px;
  background-color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.applications .header .search-form {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.applications .header .search-form input {
  height: 80px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 15px;
  font-size: 18px;
}
.applications .header .search-form a,
.applications .header .search-form img {
  height: 80px;
}
.applications .header h1 {
  color: white;
  padding-top: 20px;
}
.applications .header .row > div {
  height: 100%;
}
.applications .downloads {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.applications .downloads .forms {
  margin-bottom: 30px;
}
.applications .downloads select {
  width: 100%;
  height: 80px;
  padding-left: 15px;
  color: #666666;
}
.applications .downloads a:hover {
  text-decoration: none;
}
.applications .downloads a:hover .download-strip span {
  color: #929292;
}
.applications .downloads .download-strip.highlighted {
  color: white;
  background-color: #872929;
}
.applications .downloads .download-strip.highlighted span {
  color: white;
}
.applications .downloads .download-strip.highlighted img {
  filter: invert(100%) saturate(0) brightness(100);
}
.applications .downloads .download-strip {
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.applications .downloads .download-strip img {
  margin-left: 15px;
}
.applications .downloads .download-strip span {
  color: #666666;
  font-weight: 500;
}
.applications .downloads .download-strip span:hover {
  text-decoration: none;
}
.applications .downloads .download-strip:hover {
  cursor: pointer;
}
.applications .applications-bar {
  display: none;
}
.applications .applications-bar:hover {
  cursor: pointer;
}
.applications .applications-model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: 99999px;
  background-color: rgba(135, 41, 41, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
}
.applications .applications-model .inner {
  background-color: white;
  padding: 20px 50px;
  overflow-y: scroll;
  max-height: 80vh;
  cursor: default;
  position: relative;
  width: 95vw;
  max-width: 950px;
}
.applications .applications-model label {
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}
.applications .applications-model input[type="text"],
.applications .applications-model input[type="email"] {
  height: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 1em;
  padding: 16px 15px;
  font-color: #222222;
  font-weight: 400;
}
.applications .applications-model input[type="submit"] {
  margin-top: 30px;
  padding: 21px 38px;
  background-color: transparent;
  color: #872929;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #872929;
  line-height: 1em;
  transition: all 0.3s ease;
}
.applications .applications-model input[type="submit"]:hover {
  background-color: #872929;
  color: white;
  transition: all 0.3s ease;
}
.applications .applications-model .g-recaptcha {
  margin-top: 30px;
}
.applications .applications-model a.short-btn {
  display: block;
  margin-top: 15px;
}
.applications .applications-model.appear {
  left: 0;
  right: 0;
  opacity: 1;
}
.applications .current-search-terms{
  margin-bottom: 30px;
}
.applications .first-model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: 99999px;
  background-color: rgba(135, 41, 41, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
}
.applications .first-model .inner {
  background-color: white;
  padding: 50px;
  overflow-y: scroll;
  max-height: 80vh;
  cursor: default;
  position: relative;
  width: 95vw;
  max-width: 950px;
}
.applications .first-model.appear {
  left: 0;
  right: 0;
  opacity: 1;
}

@media (min-width: 961px) {
  .applications-bar {
    background-color: transparent;
    color: #872929;
    border: 1px solid #872929;
    transition: all 0.3s ease;
    font-weight: 500;
  }
  .applications-bar:hover {
    color: white;
    background-color: #872929;
    transition: all 0.3s ease;
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .applications-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
  }

  .applications .applications-model input[type="submit"] {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .first-model button,
  .first-model a,
  .applications-model button,
  .applications-model a {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
}
/* product page */
.product {
  background-color: white;
}
.product h1 {
  line-height: 1em;
  font-weight: 500;
  color: #151515;
  font-size: 72px;
  letter-spacing: -3px;
  margin-bottom: 15px;
  margin-top:0;
}
.product h2 {
  line-height: 1.2em;
  color:#929292;
  font-weight: 500;
  font-size: 26px;
}
.product .body {
  padding-top: 120px;
  padding-bottom: 120px;
}
.product .sliderimg-div {
  background-size: contain;
  background: no-repeat center;
}
.product .sliderimg-div.topdiv {
  height: 30vw;
  min-height: 340px;
  width: 100%;
}
.product .sliderimg-div.bottomdiv {
  height: 100px;
  width: 100px;
  -webkit-background-size: contain;
  background-size: contain;
}
.product .slider-top {
  margin-bottom: 30px;
  overflow: hidden;
}
.product .slider-bottom {
  margin-bottom: 50px;
  overflow: hidden;
}
.product .overview .over-top {
  margin-bottom: 70px;
}

.product .over-accordion{
  border-top: 1px solid #cccccc;
}
.product .over-accordion .accordion-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
  font-size: 18px;
  cursor:pointer;
}
.product .over-accordion .accordion-content{
  display: none;
  padding:15px;
  border-bottom: 1px solid #cccccc;
}
.product .over-accordion .accordion-content p{
  line-height: 1.4em;
  font-size:16px;
}
.product .over-accordion .accordion-row .accordion-title img{
  transition: transform 100ms;
}
.product .over-accordion .accordion-row.active .accordion-title img{
  transform: rotate(90deg);
}

.product .overview .over-middle {
  margin-bottom: 30px;
  font-weight: 300;
  color: #666666;
  font-size: 18px;
  line-height: 1.8em;
}
.product .overview .over-middle p{
  font-weight:500;
  font-size:16px;
  color:#332d2d;
}
.product .overview .over-bottom {
  margin-bottom: 70px;
}
.product .overview .over-bottom a {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.product .overview .over-bottom a:last-child {
  /* margin-top: 30px; */
  display: inline-block;
  font-size: 15px;
  width:100%;
}
.product .overview .over-bottom a:focus,
.product .overview .over-bottom a:hover {
  text-decoration: none;
}
.product .overview .over-bottom a:hover .link-strip span {
  color: #522b2b;
}
.product .overview .over-bottom .link-strip {
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-left: 15px;
  font-size:18px;
}
.product .overview .over-bottom .link-strip span {
  margin-left: 20px;
  color: #872929;
  font-weight: 500;
}
.product .overview .over-bottom .link-strip span:hover {
  text-decoration: none;
}
.product .tab-top {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product .tab-top span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 130px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-right: 50px;
  color: #151515;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.product .tab-top span:hover {
  cursor: pointer;
}
.product .tab-top span.active {
  color: #872929;
  border-bottom: 2px solid #872929;
  padding-bottom: 18px;
}
.product .tab-bottom li {
  font-weight: 300;
  color: #666666;
  font-size: 18px;
  line-height: 1.8em;
}
.product .tab-bottom .tab-hidden {
  display: none;
}
.product .brochure-form-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: 99999px;
  background-color: rgba(135, 41, 41, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
}
.product .brochure-form-overlay.appear {
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-animation-name: appear;
  animation-name: appear;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.product .brochure-form-overlay > div {
  margin-left: 20%;
  margin-right: 20%;
  background-color: white;
  padding: 50px;
  overflow-y: scroll;
  max-height: 80vh;
  cursor: default;
  position: relative;
}
.product .brochure-form-overlay .exit {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: white;
  background-color: #872929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.product .brochure-form-overlay .form h2 {
  margin-bottom: 0;
}
.product .brochure-form-overlay #Form_BrochureProductRequestForm label {
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}
.product
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  input[type="text"] {
  height: 50px;
}
.product
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  input[type="text"],
.product .brochure-form-overlay #Form_BrochureProductRequestForm textarea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 1em;
  padding: 16px 15px;
  font-color: #222222;
  font-weight: 400;
}
.product
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  input[type="submit"] {
  margin-top: 30px;
  padding: 21px 38px;
  background-color: transparent;
  color: #872929;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #872929;
  line-height: 1em;
  transition: all 0.3s ease;
}
.product
  .brochure-form-overlay
  #Form_BrochureProductRequestForm
  input[type="submit"]:hover {
  background-color: #872929;
  color: white;
  transition: all 0.3s ease;
}
.product .brochure-form-overlay #Form_BrochureProductRequestForm .g-recaptcha {
  margin-top: 30px;
}
.product .form-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: 99999px;
  background-color: rgba(135, 41, 41, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
}
.product .form-overlay.appear {
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-animation-name: appear;
  animation-name: appear;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.product .form-overlay > div {
  margin-left: 20%;
  margin-right: 20%;
  background-color: white;
  padding: 50px;
  overflow-y: scroll;
  max-height: 80vh;
  cursor: default;
  position: relative;
}
.product .form-overlay .exit {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: white;
  background-color: #872929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.product .form-overlay .form h2 {
  margin-bottom: 0;
}
.product .form-overlay #Form_ProductRequestForm label {
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}
.product .form-overlay #Form_ProductRequestForm input[type="text"] {
  height: 50px;
}
.product .form-overlay #Form_ProductRequestForm input[type="text"],
.product .form-overlay #Form_ProductRequestForm textarea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 1em;
  padding: 16px 15px;
  font-color: #222222;
  font-weight: 400;
}
.product .form-overlay #Form_ProductRequestForm input[type="submit"] {
  margin-top: 30px;
  padding: 21px 38px;
  background-color: transparent;
  color: #872929;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #872929;
  line-height: 1em;
  transition: all 0.3s ease;
}
.product .form-overlay #Form_ProductRequestForm input[type="submit"]:hover {
  background-color: #872929;
  color: white;
  transition: all 0.3s ease;
}
.product .form-overlay #Form_ProductRequestForm .g-recaptcha {
  margin-top: 30px;
}

.product .product-enquiry-banner{
  padding:80px;
  background:#862828 url('/_resources/themes/clairet/images/product-enquiry-banner-bg.jpg') right center no-repeat;
  background-size:cover;
  color:#FFFFFF;
}
.product .product-enquiry-banner h2{
  color:#FFFFFF;
  font-weight: 600;
  letter-spacing: -1px;
}
.product .product-enquiry-banner .enquiry-btn{
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  background-color: #000000;
  border: none;
  padding: 21px 24px;
  border-radius: 120px;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
}
.product .product-enquiry-banner .enquiry-btn:hover,
.product .product-enquiry-banner .enquiry-btn:focus{
  text-decoration:none;
}
.product .product-enquiry-banner p{
  color:#FFFFFF;
}
.product .product-enquiry-banner .product-enquiry-banner-actions{
  display: flex;
  gap:30px;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
}
.product .product-enquiry-banner .product-enquiry-banner-actions .phone-number{
  display: flex;
  gap:5px;
  align-items: center;
  font-size: 15px;
  color:#FFFFFF;
  text-decoration: none;
}

/* products page */
.products {
  background-color: white;
}
.products .header {
  background-color: #151515;
  color: white;
  padding: 60px 0;
}
.products .header .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products .header .bar .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products .products-top-content{
  margin-bottom:30px;
}

.products .header .bar .right {
  font-weight: 400;
}
.products .header .bar .right a {
  padding: 12px 12px;
  font-size: 15px;
  color: white;
}
.products .header .bar .right span {
  padding: 12px 12px;
  font-size: 15px;
  color: white;
  background-color: #872929;
}
.products .content {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.products .content .content-intro{
  margin-bottom:50px;
}
.products .content .product {
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  height:100%;
}
.products .content .product .img-container {
  height: 250px;
  background-size: contain;
}
/*
.products .content .product:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.4);
}
*/
.products .content .product:hover .desc h2,
.products .content .product:hover .desc p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.products .content .product{
  display: flex;
  flex-flow: column;
}
.products .content .product .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #872929;
  background-color: #872929;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  /* min-height: 240px; */
  /* min-height: 200px; */
  /* height: 100%; */
  flex-grow: 1;
}
.products .content .product .desc .desc-top{
  margin-bottom: 15px;
}
.products .content .product .desc h2 {
  /* font-size: 24px; */
  /* font-weight: 500; */
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
  color: white;
  /* line-height: 1em; */
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  letter-spacing:-1px;
}
.products .content .product .desc p {
  font-weight: 300;
  color: white;
  /* font-size: 18px; */
  font-size: 14px;
  line-height: 18px;
}
.products .products-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.products .products-filter{
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .products form .selectric-wrapper {
    margin-bottom: 15px;
  }

  .newsevents .bottom{
    grid-template-columns: repeat(2, 1fr);
  }
  .products .products-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
/*contact*/
.contact-page {
  background-color: white;
}
.contact-page .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-page h2 {
  color: #222222;
  font-weight: 300;
  font-size: 36px;
  margin-top:0;
}
.contact-page .header {
  width: 100%;
  text-align: center;
}
.contact-page .header .text-container {
  padding: 144px 15px;
}
.contact-page .header h1 {
  font-size: 48px;
  padding: 0;
  margin: 0;
}
.contact-page .header h3 {
  margin: 0;
  margin-top: 50px;
  color: white;
  opacity: 70%;
  font-size: 24px;
  font-weight: 400;
}
.contact-page .contact-details p {
  line-height: 1em;
}
.contact-page .contact-details p.label {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  margin-top: 45px;
}
.contact-page .contact-details p.bold {
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  margin-top: 15px;
}
.contact-page .contact-form h2 {
  margin-bottom: 0;
}
.contact-page #Form_ContactForm label {
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  /* margin-top: 30px; */
}
/*.contact-page #Form_ContactForm input[type="text"] {
  height: 50px;
}*/
.contact-page #Form_ContactForm input[type="text"],
.contact-page #Form_ContactForm textarea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1em;
  padding: 8px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 15px;
}
.contact-page #Form_ContactForm input[type="submit"] {
  margin-top: 30px;
  padding: 21px 38px;
  background-color: transparent;
  color: #872929;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #872929;
  line-height: 1em;
  transition: all 0.3s ease;
}
.contact-page #Form_ContactForm input[type="submit"]:hover {
  background-color: #872929;
  color: white;
  transition: all 0.3s ease;
}
.contact-page #Form_ContactForm .g-recaptcha {
  margin-top: 30px;
}

.case-study-parent-page .header {
  width: 100%;
  text-align: center;
}
.case-study-parent-page .header .text-container {
  padding: 144px 0;
}
.case-study-parent-page .header h1 {
  font-size: 48px;
  padding: 0;
  margin: 0;
}
.case-study-parent-page .header h3 {
  margin: 0;
  margin-top: 50px;
  color: white;
  opacity: 70%;
  font-size: 24px;
  font-weight: 400;
}
.case-study-parent-page .case-study-block {
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
}
.case-study-parent-page .case-study-block:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 95px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 14px 95px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 14px 95px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 14px 95px -4px rgba(0, 0, 0, 0.3);
}
.case-study-parent-page .case-study-block:hover .text h3,
.case-study-parent-page .case-study-block:hover .text p.date,
.case-study-parent-page .case-study-block:hover .text p.desc,
.case-study-parent-page .case-study-block:hover .text p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.case-study-parent-page .case-study-block .img-container {
  background-position: center;
  background-size: cover;
  background-color: #872929;
  background-repeat: no-repeat;
  height: 200px;
}
.case-study-parent-page .case-study-block .text {
  border-bottom: 1px solid #cccccc;
  background-color: white;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 200px;
}
.case-study-parent-page .case-study-block .text h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #872929;
  line-height: 1em;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.case-study-parent-page .case-study-block .text p.desc,
.case-study-parent-page .case-study-block .text p {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}

.eventenquiry-page #Form_EventEnquiryForm label {
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}
.eventenquiry-page #Form_EventEnquiryForm input[type="text"] {
  height: 50px;
}
.eventenquiry-page #Form_EventEnquiryForm input[type="text"],
.eventenquiry-page #Form_EventEnquiryForm textarea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 1em;
  padding: 16px 15px;
  font-color: #222222;
  font-weight: 400;
}
.eventenquiry-page #Form_EventEnquiryForm input[type="submit"] {
  margin-top: 30px;
  padding: 21px 38px;
  background-color: transparent;
  color: #872929;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #872929;
  line-height: 1em;
  transition: all 0.3s ease;
}
.eventenquiry-page #Form_EventEnquiryForm input[type="submit"]:hover {
  background-color: #872929;
  color: white;
  transition: all 0.3s ease;
}
.eventenquiry-page #Form_EventEnquiryForm .g-recaptcha {
  margin-top: 30px;
}

/* login form */
#MemberLoginForm_LoginForm fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#MemberLoginForm_LoginForm_Email_Holder label,
#MemberLoginForm_LoginForm_Password_Holder label,
#MemberLoginForm_LoginForm_Remember_Holder label {
  color: black;
}

#MemberLoginForm_LoginForm_action_doLogin {
  margin-top: 20px;
}

.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  padding: 5px;
  background-color: #872929;
  color: white;
  font-size: 18px;
  text-align: center;
  z-index: 1000000000;
}
.cookie-warning p {
  color: white;
}
.cookie-warning .cookie-agree {
  background-color: white;
  color: #222222;
  display: inline-block;
  padding: 5px 30px;
  margin-left: 15px;
}
.cookie-warning .cookie-agree:hover {
  cursor: pointer;
}

@media (max-width: 1200px) and (min-width: 769px) {
  .about .buckets {
    /* width: 25%; */
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 961px) {
  .about .about-content .news-and-events-background {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
  }
  .about .about-content .news-and-events-background a {
    /* margin-bottom: 8px; */
    padding: 25px 45px;
  }
}
@media (max-width: 768px) and (min-width: 521px) {
  .about .buckets {
    /* width: 33.3333%; */
    grid-template-columns: repeat(3, 1fr);
  }

  /* .about .buckets .bucket.main {
    width: 66.6666%;
  } */
}
@media (max-width: 520px) and (min-width: 376px) {
  .about .buckets {
    /* width: 50%; */
    /* height: auto; */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .about .buckets {
    /* width: 100%; */
    /* height: auto; */
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .tab-top {
    overflow-x: scroll;
  }
  footer.footer ul.footerlist li, 
  footer.footer ul.footerlist li a{
    text-align: center;
  }
  footer.footer .footer-bottom .footer-copyright{
    text-align: center;
    margin-bottom: 15px;
  }
  footer.footer .footer-bottom .footer-ihm{
    text-align: center;
  }
  .application-search-banner{
    background-size: cover;
  }
  .home .home-what-we-do .flex-row{
    flex-flow: column;
  }
  .home .home-hero h1{
    font-size: 48px;
  }
  .home .home-hero .home-hero-techniques{
    gap: 50px;
  }
  .contact-page #Form_ContactForm input[type="submit"]{
    display: block;
    width:100%;
  }
  .interested-banner .interested-banner-flex{
    flex-flow: column;
  }
  .interested-banner-button{
    width:100%;
  }
  .interested-banner-button a{
    width:100%;
  }
  .interested-banner .interested-banner-heading{
    text-align: center;
  }
  .newseventsarticle .back-btn{
    display: block;
    width:100%;
  }
}
@media (max-width: 700px) {
  .product .form-overlay > div {
    margin: 15px;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .home .home-hero {
    padding: 190px;
  }
  .application-search-banner{
    background-size:contain;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home .home-hero {
    padding: 180px 90px 90px 90px;
  }
}
@media (min-width: 992px) {
  nav .nav-container .right{
    display: block !important;
  }
}
@media (max-width: 991px) {
  .home .home-hero {
    padding: 50px;
  }
}
@media (max-width: 520px) {

  .product .product-enquiry-banner .product-enquiry-banner-actions{
    flex-flow: column;
  }
  .product .product-enquiry-banner{
    text-align: center;
  }

  .title {
    font-size: 36px;
  }

  .home .home-hero p {
    margin-bottom: 30px;
  }
  .home .intro h2 {
    font-size: 18px;
    color: #666666;
  }

  p,
  .home .home-hero p,
  .tall-btn,
  .short-btn {
    font-size: 18px;
  }
}