﻿.homepage #siteSearch {
  display: flex;
  flex-direction: row;
}
.homepage #siteSearch .search-button {
  margin: 0 !important;
}
.homepage .panels {
  display: flex;
  flex-wrap: wrap;
}
.homepage .panels * {
  color: white !important;
}
.homepage .panels .full-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99 !important;
}
.homepage .panels .grid.g3.one {
  max-width: 33.334%;
  min-width: 33.333%;
  margin: 0px;
  height: 320px;
}
.homepage .panels .grid.g4.two {
  max-width: 50%;
  min-width: 50%;
  margin: 0px;
  height: 380px;
}
.homepage .panels .grid.g4 > .htmlInner,
.homepage .panels .grid.g3 > .htmlInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #3d3d3d;
}
.homepage .panels .grid.g4 > .htmlInner .overlay,
.homepage .panels .grid.g3 > .htmlInner .overlay {
  opacity: 0.5;
  background-color: black;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  margin: 0px !important;
}
.homepage .panels .grid.g4 > .htmlInner > *:not(.overlay),
.homepage .panels .grid.g3 > .htmlInner > *:not(.overlay) {
  z-index: 1;
  color: white;
}
.homepage .panels .grid.g4 > .htmlInner p,
.homepage .panels .grid.g3 > .htmlInner p {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0px;
  padding: 0px 50px;
  width: 100%;
}
.homepage .panels .grid.g4 > .htmlInner .sb-style-cta > .htmlInner > a,
.homepage .panels .grid.g3 > .htmlInner .sb-style-cta > .htmlInner > a {
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .homepage .panels .grid.g4.two,
  .homepage .panels .contact-form-question-group,
  .homepage .panels .grid.g3.two ul.mediaGallery {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1035px) {
  .homepage .panels .grid,
  .homepage .panels .grid.g1,
  .homepage .panels .grid.g3.two,
  .homepage .panels .grid.g4.two,
  .homepage .panels .grid.g3.one,
  .homepage .panels .grid.g4.one,
  .homepage .panels .contact-cards h2 {
    margin: 0;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .homepage .panels .grid.g4.two,
  .homepage .panels .grid.g3.one,
  .homepage .panels .contact-form-question-group {
    width: 50%;
    min-width: 50% !important;
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 840px) {
  .homepage .panels .grid.g4.two,
  .homepage .panels .contact-form-question-group,
  .homepage .panels .grid.g3.two ul.mediaGallery {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 620px) {
  .homepage .panels .grid.g3.one {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.homepage #slideshow-container {
  max-width: 1440px;
  height: 660px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .homepage #slideshow-container {
    height: auto;
  }
}
.homepage #slideshow-container #covid-notice {
  width: 100%;
  max-width: 1000px;
  align-self: center;
  z-index: 99;
  margin: 0;
  display: flex;
  margin-top: 24px;
  flex-shrink: 0;
  background-color: #ebf4fdcc;
}
.homepage #slideshow-container #banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: 100%;
}
.homepage #slideshow-container #social-media-list {
  position: absolute;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px 0 0 6px;
  background-color: #292929;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.homepage #slideshow-container #social-media-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.homepage #slideshow-container #social-media-list ul img {
  margin: 10px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 740px) {
  .homepage #slideshow-container #social-media-list {
    display: none;
  }
}
.homepage #slideshow-container #social-media-list *,
.homepage #slideshow-container #slides-container * {
  color: white;
}
.homepage #slideshow-container .htmlInner .page-title-homepage {
  text-align: center;
  margin-top: 12px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 100;
}
@media only screen and (max-width: 740px) {
  .homepage #slideshow-container .htmlInner .page-title-homepage {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .homepage #slideshow-container .htmlInner .page-title-homepage {
    font-size: 2rem;
  }
}
.homepage #slideshow-container #slides-container {
  flex-grow: 1;
  max-width: 1000px;
  align-self: center;
  padding: 24px 0;
}
.homepage #slideshow-container #slides-container .slide {
  display: flex;
  height: 100%;
}
.homepage #slideshow-container #slides-container .slide .grid.g1 {
  padding: 0 60px !important;
}
@media only screen and (max-width: 740px) {
  .homepage #slideshow-container #slides-container .slide .grid.g1 {
    padding: 0 10px !important;
  }
}
.homepage #slideshow-container #slides-container .slide .grid.g1 .htmlInner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.homepage #slideshow-container .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.homepage #slideshow-container #bottom-links-desktop {
  display: flex;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 5px 0;
  margin: 0 0 24px 0;
  max-width: 1000px;
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .homepage #slideshow-container #bottom-links-desktop {
    flex-direction: column;
    margin: 0;
  }
  .homepage #slideshow-container #bottom-links-desktop .spacer {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .homepage #slideshow-container #bottom-links-desktop {
    display: none;
  }
}
.homepage #slideshow-container #bottom-links-desktop .htmlInner {
  width: 100%;
}
.homepage #slideshow-container #bottom-links-desktop p {
  margin: 8px 0;
}
.homepage #slideshow-container #bottom-links-desktop .overlay {
  background-color: #8E8E8E;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.homepage #slideshow-container #bottom-links-desktop .sb-element-type-html {
  flex-basis: 100%;
  text-align: center;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.homepage #slideshow-container #bottom-links-desktop .sb-element-type-html:hover a,
.homepage #slideshow-container #bottom-links-desktop .sb-element-type-html.active a {
  color: white !important;
}
.homepage #slideshow-container #bottom-links-desktop a {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #d0d0d0 !important;
  font-size: 1.2rem;
  text-decoration: none;
}
.homepage #slideshow-container #bottom-links-desktop .spacer {
  background: white;
  height: 50px;
  align-self: center;
  border: 1px solid white;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.homepage #bottom-links-mobile {
  display: flex;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 5px 0;
  flex-direction: column;
  margin: 0;
  max-width: 1000px;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 425px) {
  .homepage #bottom-links-mobile {
    display: flex;
  }
}
.homepage #bottom-links-mobile .overlay {
  background-color: #8E8E8E;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.homepage #bottom-links-mobile .sb-element-type-html {
  flex-basis: 100%;
  text-align: center;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.homepage #bottom-links-mobile .sb-element-type-html:hover a,
.homepage #bottom-links-mobile .sb-element-type-html.active a {
  color: white !important;
}
.homepage #bottom-links-mobile .sb-element-type-html p {
  color: #d0d0d0 !important;
  font-size: 1.3rem;
}
.homepage #bottom-links-mobile a {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #d0d0d0 !important;
  font-size: 1.2rem;
  text-decoration: none;
}
.homepage #bottom-links-mobile .spacer {
  display: none;
  background: white;
  height: 50px;
  align-self: center;
  border: 1px solid white;
}
.homepage .region.wide.sb-style-info {
  background-image: none !important;
}
.homepage .region.wide.sb-style-info .sb-style-info {
  border: none !important;
  max-width: none !important;
}
.homepage .region.wide .region-inner {
  max-width: 1440px !important;
  width: 100%;
}
.homepage #main h2 {
  font-size: 2.5rem !important;
}
.homepage #main h2#Statement {
  font-size: 1.6rem !important;
}
.homepage #main .region-inner > .grid.g1 > .htmlInner > h2 {
  color: black !important;
}
.homepage #page-1030 .grid.g1 > h2 {
  color: black;
}
.homepage #Region64 {
  display: flex;
}
.homepage .text-centre,
.homepage .text-centre * {
  text-align: center;
}
.homepage .justify-content-centre {
  display: flex;
  justify-content: center;
}
.homepage .centre-items > .htmlInner {
  align-items: center;
  display: flex !important;
  flex-direction: column;
}
.homepage .centre-items .sb-style-cta > .htmlInner > a {
  margin: 0;
  margin-top: 8px;
}
.homepage .centre-text h3,
.homepage .centre-text p {
  text-align: center;
  width: 100%;
}
.homepage .margin-none {
  margin: 0;
}
.homepage .margin-top-auto {
  margin-top: auto;
}
.homepage .flex {
  display: flex !important;
  flex-wrap: wrap;
}
.homepage .flex-column {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
}
.homepage .flex-row {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
}
.homepage .height-100 {
  height: 100%;
}
.homepage .float-none {
  float: none !important;
}
.homepage .region-inner.equal-height-grids {
  display: flex !important;
  flex-wrap: wrap;
}
.homepage .region-inner.equal-height-grids > .grid.sb-style-cta a {
  margin: 0;
  margin-top: auto;
  font-size: 1.2rem;
}
.homepage .region-inner.equal-height-grids > .grid > .htmlInner {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.homepage .region-inner.equal-height-grids > .grid > .htmlInner > img {
  margin: 0 !important;
}
.homepage .region-inner.equal-height-grids > .grid > .htmlInner .sb-style-cta {
  margin: 0;
  margin-top: auto;
}
@media only screen and (max-width: 1023px) {
  .homepage .region-inner.equal-height-grids .grid.g3.one + .grid.g3.one + .grid.g3.one:nth-child(3):last-child {
    width: 50% !important;
    min-width: 200px !important;
    max-width: 450px !important;
  }
}
@media only screen and (max-width: 1034px) and (min-width: 1000px) {
  .homepage .no-edge2edge .region-inner.equal-height-grids .grid.g3.one + .grid.g3.one + .grid.g3.one:nth-child(3):last-child {
    width: 50% !important;
    min-width: 200px !important;
    max-width: 450px !important;
  }
}
@media only screen and (max-width: 1035px) {
  .homepage .region-inner.equal-height-grids .grid.g3.one + .grid.g3.one + .grid.g3.one:nth-child(3):last-child {
    padding: 0 10px !important;
  }
}
@media only screen and (max-width: 620px) {
  .homepage .region-inner.equal-height-grids .grid.g3.one + .grid.g3.one + .grid.g3.one:nth-child(3):last-child {
    width: 100% !important;
    max-width: 610px !important;
  }
}
.homepage .signup {
  margin-top: 48px;
  padding: 24px 0;
}
.homepage .signup .region-inner .grid.g4 {
  padding: 0;
  display: flex;
  justify-content: center;
}
.homepage .signup .region-inner .grid.g4 a {
  height: 40px;
  margin: 0;
  margin-top: 6px;
  width: 36px;
  background-image: url(https://static.renishaw.net/resources/images/arrow-r.png), linear-gradient(to bottom, #f93, #ff8118);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  border-top: 1px solid #d6d0cb;
  border-right: 1px solid #d6d0cb;
  border-bottom: 1px solid #d6d0cb;
  border-left: none;
  align-self: center;
  margin-left: 8px;
}
.homepage h2.title {
  margin: 0;
}
.homepage h3 {
  font-size: 1.6rem;
}