@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
/* Mixin */
.max-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1300px) {
  .max-container {
    padding: 0 15px;
  }
}
.just-title {
  text-align: center;
}
.just-title hr {
  margin-bottom: 0;
}
.text-title {
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  font-size: 0;
}
.text-title p:first-child,
.text-title h1:first-child,
.text-title h2:first-child,
.text-title h3:first-child {
  margin-top: 0;
}
.text-title p:last-child,
.text-title h1:last-child,
.text-title h2:last-child,
.text-title h3:last-child {
  margin-bottom: 0;
}
.text-title.height1 {
  padding: 60px 0;
}
.text-title.height2 {
  padding: 90px 0;
}
.text-title .text {
  max-width: 57.8%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2rem;
}
.text-title .title {
  text-align: left;
  display: inline-block;
  max-width: 40%;
  vertical-align: middle;
  padding-right: 3%;
  margin-right: 3%;
  position: relative;
}
.text-title .title h1,
.text-title .title h2,
.text-title .title h3 {
  font-size: 3.2rem;
}
.text-title .title:after {
  content: "";
  right: 0;
  top: -300px;
  bottom: -300px;
  border-right: 1px solid #092563;
  position: absolute;
}
@media (max-width: 1360px) {
  .text-title .text {
    max-width: 56.8%;
  }
}
@media (max-width: 1199px) {
  .text-title.height2 {
    padding: 60px 0;
  }
  .text-title .title h1,
  .text-title .title h2,
  .text-title .title h3 {
    font-size: 2.4rem;
  }
  .text-title .text {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .text-title.height1 {
    padding: 30px 0;
  }
  .text-title.height2 {
    padding: 30px 0;
  }
  .text-title .text {
    max-width: 100%;
    width: 100%;
  }
  .text-title .title {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
  }
  .text-title .title:after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 30px;
    width: 300px;
    margin-left: -150px;
    border-right: 0;
    border-bottom: 1px solid #092563;
  }
}
@media (max-width: 767px) {
  .text-title .title h1,
  .text-title .title h2,
  .text-title .title h3 {
    font-size: 1.2rem;
  }
}
.gallery-icons {
  letter-spacing: 0;
  text-align: center;
  font-size: 0;
  padding: 0 80px;
}
.gallery-icons ul {
  margin-top: 15px;
}
.gallery-icons li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin-top: 15px;
  padding: 0 45px;
}
@media (max-width: 1199px) {
  .gallery-icons {
    padding: 0;
  }
  .gallery-icons ul {
    margin-top: -15px;
  }
  .gallery-icons li {
    width: 25%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .gallery-icons li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .gallery-icons li {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 467px) {
  .gallery-icons li {
    width: 100%;
  }
}
.staff-area {
  letter-spacing: 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  padding: 0;
}
.staff-area ul {
  margin: 0 -30px;
}
.staff-area li {
  font-size: 1rem;
  width: 20%;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin-top: 45px;
  padding: 0 30px;
}
.staff-area h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.staff-area h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.staff-area .text-wrapper {
  margin-top: 30px;
  height: 100px;
  position: relative;
}
.staff-area .table {
  height: inherit;
}
@media (max-width: 1199px) {
  .staff-area {
    padding: 0;
  }
  .staff-area li {
    width: 25%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .staff-area li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .staff-area li {
    width: 50%;
    margin-top: 15px;
  }
}
@media (max-width: 467px) {
  .staff-area li {
    width: 100%;
  }
}
footer {
  border-top: 5px solid #ffffff;
  padding: 30px 0;
  text-align: center;
}
footer ul {
  font-size: 0;
}
footer li {
  font-size: 1rem;
  list-style: none;
  display: inline-block;
  padding: 0 0 0 15px;
}
footer li:after {
  content: "|";
  display: inline-block;
  padding-left: 15px;
}
footer li:last-child {
  padding-right: 0;
}
footer li:last-child:after {
  content: "";
  display: none;
}
footer .details-wrapper ul {
  list-style: none;
}
footer .details-wrapper li {
  display: inline-block;
  list-style: none;
}
footer .details-wrapper li:after {
  content: " | ";
}
footer .details-wrapper li:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  footer .details-wrapper ul {
    padding: 0;
    margin: 0;
  }
  footer .details-wrapper ul li:after {
    display: none;
  }
}
footer .copyright-wrapper {
  font-size: 1rem;
  margin-right: -7px;
  width: 70%;
  text-align: left;
  display: inline-block;
}
footer .seventy9 {
  width: 30%;
  font-size: 1rem;
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
}
footer .seventy9 a:hover,
footer .seventy9 a:focus {
  color: #092563;
}
@media (max-width: 1199px) {
  footer {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 15px;
  }
  footer p,
  footer br {
    display: block;
    margin-bottom: 1em!important;
  }
  footer .copyright-wrapper {
    text-align: center;
    width: 100%;
  }
  footer .seventy9 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 15px;
  }
  footer li {
    width: 100%;
  }
  footer li:after {
    display: none;
  }
}
.just-image img {
  width: 100%;
}
#productCatalogueWrapper #productForm .row {
  margin: 0 -15px;
}
#productCatalogueWrapper #productForm div[class*=" col-"],
#productCatalogueWrapper #productForm div[class*="col-"] {
  padding: 0 15px!important;
}
#productCatalogueWrapper .content-wrapper {
  max-width: 460px;
  margin: 0 auto;
  display: block;
}
.pw-form {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pw-form {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .pw-form {
    max-width: 100%;
  }
}
#heroImage {
  padding: 30px;
  border: 1px solid #676767;
}
.productItem {
  text-align: center;
}
.styled {
  font-size: 2rem;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.3;
}
#mapmessage {
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px ;
  max-height: 200px;
  max-width: 450px;
  width: 90%;
  z-index: 100000000000;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s ease all;
  opacity: 0;
}
#mapoutter {
  position: relative;
}
#mapoutter:hover #mapmessage {
  opacity: 1;
}
@media (max-width: 991px) {
  #mapoutter:hover #mapmessage {
    opacity: 0;
  }
}
.hero-section {
  background-size: cover;
  background-position: center center;
  background-color: #ffdc4c;
  width: 100%;
  color: #ffffff;
  height: 400px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
}
.hero-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-section.type1 {
  height: auto;
  padding-top: 100%;
  font-size: 1.4rem;
}
.hero-section *:last-child {
  margin-bottom: 0;
}
.hero-section.large {
  height: 600px;
}
.hero-section.contrast {
  filter: contrast(1.5);
}
.hero-section.contrast:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 37, 99, 0.2);
}
.hero-section a {
  position: static;
}
.hero-section a:after {
  display: none;
}
.hero-section h1,
.hero-section .h1,
.hero-section .heading1,
.hero-section h2,
.hero-section .h2,
.hero-section .heading2,
.hero-section h3,
.hero-section .h3,
.hero-section .heading3 {
  color: inherit;
  text-transform: uppercase;
}
.hero-section .cover {
  z-index: 10;
  text-align: center;
}
.featured-wrapper {
  text-align: center;
}
.featured-wrapper img {
  display: block;
  margin: 0 auto;
  height: 90px;
}
.featured-wrapper .text {
  margin-top: 30px;
}
.non-rel {
  position: static!important;
}
.text-image .cover {
  left: auto;
  width: inherit;
  padding: inherit;
}
@media (max-width: 991px) {
  
}
.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  grid-gap: 30px 120px;
  grid-template-areas: "image text";
}
.grid-wrapper.textfirst {
  grid-template-areas: "text image";
}
.grid-wrapper .text {
  grid-area: text;
}
.grid-wrapper .image {
  grid-area: image;
}
@media (max-width: 1199px) {
  .grid-wrapper {
    grid-gap: 30px 60px;
  }
}
@media (max-width: 991px) {
  .grid-wrapper {
    grid-template-areas: "image" "text";
    grid-template-columns: 1fr;
  }
  .grid-wrapper.textfirst {
    grid-template-areas: "image" "text";
  }
}
.small-only {
  display: none;
}
.large-only {
  display: table;
}
@media (max-width: 767px) {
  .small-only {
    display: table;
  }
  .large-only {
    display: none;
  }
}
.stacktable {
  width: 100%;
}
.st-head-row-main {
  padding-top: 1em!important;
}
.st-head-row {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #c0c0c0;
  color: #092563;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}
.rockwell,
.special {
  font-family: rockwell;
  font-size: 2rem;
}
.grecaptcha-badge {
  display: none!important;
}
#cookiepolicy {
  display: none;
}
.captchabox {
  display: block;
  width: 280px;
  text-align: left;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 0.8rem;
}
.captchabox img {
  margin-right: 15px;
  float: left;
}
