﻿@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
/* 20230823 - AA moved here from nav.css*/
/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
.main-navigation .desktop-logo {
  display: block;
}

@media screen and (min-width: 780px) {
  .main-navigation .desktop-logo {
    display: inline-block;
  }
}

.main-navigation .desktop-logo a {
  opacity: 1 !important;
}

.main-navigation.above-left {
  margin-left: 40px !important;
  margin-top: 12px !important;
}

.desktop-logo.above-left {
  margin-left: 40px !important;
}

.main-navigation.above-nav-center {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1164px) {
  .main-navigation.above-nav-center {
    display: none;
  }
}

.desktop-logo.above-nav-center {
  display: flex !important;
  justify-content: center !important;
  opacity: 1 !important;
}

.mainNav.Fixed-Above {
  position: fixed;
  z-index: 49;
  opacity: 1 !important;
}

.mainNav.Fixed-Above .main-navigation {
  padding-top: 0;
}

@media screen and (min-width: 1164px) {
  .mainNav.Fixed-Above .site-logo {
    padding-top: 15px;
    padding-bottom: 5px;
    /*padding-bottom: 10px;*/
  }
}

.mainNav.Inline-Header {
  position: relative;
  z-index: 49;
}

@media screen and (max-width: 1164px) {
  .mainNav.Inline-Header {
    position: fixed;
    z-index: 49;
  }
}

.mainNav.Inline-Header .main-navigation {
  padding-top: 0;
}

@media screen and (min-width: 1164px) {
  .mainNav.Inline-Header .site-logo {
    padding-top: 20px;
    /*padding-bottom: 10px;*/
  }
}

.mainNav.Fixed-Overlaid {
  position: fixed;
  z-index: 49;
}

@media screen and (min-width: 1164px) {
  .mainNav.Fixed-Overlaid .site-logo {
    padding-top: 20px;
    /*padding-bottom: 10px;*/
  }
}

.shared-module .module .Fixed-Above {
  margin-top: 140px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow-y: scroll;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  margin: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  /*opacity: 1 !important;*/
}

html, body {
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  height: 100%;
  line-height: 150%;
}

.safari {
  background-image: none !important;
}

*, button, a {
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}

img {
  border: 0;
}

/*ol, ul {
	margin-left: 16px;
}*/
input {
  padding: 1px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  padding: 2px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  margin: inherit;
}

p {
  margin: 0 0 16px;
}

/* Pagingnav Frontend */
.pagingnav-wrapper {
  clear: both;
  padding: 15px 0;
}

.pagingnav-wrapper .page-text {
  margin: 0 5px 0 0;
  font-weight: bold;
}

.pagingnav-wrapper select {
  min-width: 45px;
}

/*end Pagingnav Frontend*/
/* savvy validate form validation styles */
.validation {
  display: none;
  position: relative;
  pointer-events: none;
}

.validation .validation_outer, .validation .outer {
  background: url(../images/error_msg_arrow.png) left 15px bottom no-repeat;
  padding-bottom: 7px;
  position: absolute;
  top: -37px;
  left: -35px;
  z-index: 99;
  min-width: 200px;
  width: auto !important;
}

.validation .validation_inner, .validation .inner {
  background: #e30418;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  /*white-space: nowrap;*/
  display: block;
}

textarea + .validation .validation_outer {
  top: -29px;
}

.validation.autoPosition {
  position: absolute;
}

.validation.autoPosition .validation_outer, .validation.autoPosition .outer {
  left: auto;
  top: auto;
}

/* end savvy validate form validation styles */
/* Responsive table and image styles for mobile */
.responsive-table-scroll {
  overflow: auto;
}

.responsive-image-scroll {
  overflow: auto;
}

.responsive-autoshrink {
  max-width: 100%;
}

.warning-message {
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 4px;
  position: fixed;
  z-index: 100000;
  width: 100%;
  line-height: 150%;
  opacity: 0.8;
}

.warning-message.staging-server {
  background: #10ca68;
}

.warning-message.staging-server.conn-LVE {
  background: #ef4035;
}

.warning-message.old-browser {
  background: #fa9614;
}

.warning-message.old-browser a {
  color: #fff;
}

.warning-message.staging-server .close,
.warning-message.old-browser .close {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 1024px) {
  .warning-message.staging-server .close,
  .warning-message.old-browser .close {
    position: absolute;
    text-indent: 1000px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}

.warning-message.staging-server .close span,
.warning-message.old-browser .close span {
  display: none;
}

.svyGridLines {
  outline: 1px solid red;
}

/* settings */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

hr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid;
}

/* infomessages */
.InfoMessageContainer {
  z-index: 200;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
}

.InfoMessage, .ErrorMessage, .WarningMessage {
  z-index: 200;
  position: fixed;
  top: -200px;
  /* move off screen */
  width: 100%;
  transition: all 1s ease-in-out;
  opacity: 0;
  line-height: 150%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .InfoMessage, .ErrorMessage, .WarningMessage {
    left: 50%;
    margin-left: -200px;
    transform: translateX(-50%);
    width: 60%;
    text-align: center;
  }
}

.InfoMessage.showing, .ErrorMessage.showing, .WarningMessage.showing {
  top: 50px;
  opacity: 1;
}

.InfoMessage {
  color: black;
  background-color: white;
  padding: 8px 14px 8px 14px;
  margin: 10px 0;
}

.InfoMessageBasic {
  color: #3a87ad;
  background-color: #d9edf7;
  padding: 8px 14px 8px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #bce8f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ErrorMessage {
  color: #cc0000;
  background-color: #f2dede;
  padding: 8px 14px 8px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #eed3d7;
}

.WarningMessage, .validation-summary-errors {
  padding: 8px 35px 8px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a {
  text-decoration: none;
}

.btn {
  border: none;
  cursor: pointer;
  padding: 6px 10px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
}

h1 {
  line-height: 120%;
  /*TW55194*/
  /*margin-bottom: 20px;
	margin-top: 20px;

	@media screen and (max-width: $tablet-break) {
		margin-bottom: 15px;
	}

	@media screen and (max-width: $phone-break) {
		margin-bottom: 10px;
	}*/
}

.principal-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -125px;
}

.sticky-footer-push {
  height: 125px;
  clear: both;
}

.shared-section-wrapper {
  width: 100%;
}

.shared-section-wrapper .section-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1170px) {
  .shared-section-wrapper .section-content {
    width: 1170px;
  }
}

.shared-section-wrapper .rollinchild-anchor {
  display: block;
  position: relative;
  visibility: hidden;
}

.shared-section-wrapper.header {
  /*background-color: red;*/
  /*background-image: url('../images/banner.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 800px;*/
  /*.fixed-nav{
			max-height: 60px;
			position: fixed;
			top:0;
		}*/
}

.shared-section-wrapper.header .section-content {
  line-height: 0;
}

.shared-section-wrapper.page-content.padding-for-nav {
  padding-top: 75px;
}

.shared-section-wrapper.page-content .section-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.shared-section-wrapper.footer .section-content {
  min-height: 125px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (min-width: 1170px) {
  .container {
    padding: 40px 0;
  }
}

.site-logo {
  text-decoration: none;
}

.site-logo img {
  height: auto;
  width: 200px;
  transition: width 0.2s linear;
}

.copyright {
  text-align: center;
  font-size: 10px;
  width: 100%;
  padding-bottom: 20px;
}

.slide-content-container {
  bottom: 0;
  z-index: 30;
  bottom: 40%;
}

.slide-content-container .slide-content {
  text-align: center;
}

@media screen and (min-width: 1170px) {
  .slide-content-container .slide-content {
    text-align: right;
  }
}

.slide-content-container .slide-content .btn {
  font-size: 15px;
  font-family: 'gilroy-medium'Arial, Helvetica, sans-serif;
  border: 1px solid #E5DBD9;
  border-radius: 3px;
}

@media screen and (min-width: 1170px) {
  .slide-content-container .slide-content .btn {
    font-size: 20px;
  }
}

.slide-content-container .slide-content .btn:hover {
  color: #fff;
  background-color: #302027;
}

.module-container {
  padding: 40px 10px 0;
}

/* OVERRIDES */
.no-padding-top {
  padding-top: 0 !important;
}

.half-padding-top {
  padding-top: 27px !important;
}

.half-padding-btm {
  padding-bottom: 27px !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

/*@import 'fonts';*/
/* Start TinyMCE normal styles */
.normal {
  /* removed mn 2023-11-22 TW63335 New Module - multi button
        
        a[href$='.pdf'] {
		padding-left: 20px;
		background: transparent url(../images/filetypes/PDF_small.gif) no-repeat left;
	}

	a[href$='.doc'] {
		padding-left: 20px;
		background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
	}

	a[href$='.docx'] {
		padding-left: 20px;
		background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
	}

	a[href$='.xls'] {
		padding-left: 20px;
		background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
	}

	a[href$='.xlsx'] {
		padding-left: 20px;
		background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
	}

	a[href$='.ppt'] {
		padding-left: 20px;
		background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
	}

	a[href$='.pptx'] {
		padding-left: 20px;
		background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
	}

	a[href$='.zip'] {
		padding-left: 20px;
		background: transparent url(../images/filetypes/zip_small.gif) no-repeat left;
	}*/
}

.normal ol,
.normal ul {
  margin-left: 16px;
  padding: 0 30px 20px;
}

.normal p.image-caption {
  font-style: italic;
  margin: 5px 0 15px;
  text-align: center;
}

.normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 {
  line-height: 110%;
}

.normal h1:first-child,
.normal h2:first-child,
.normal h3:first-child,
.normal h4:first-child,
.normal h5:first-child,
.normal h6:first-child {
  padding-top: 0;
}

.normal table {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
  width: 100% !important;
}

.normal table td {
  padding: 5px;
  border: 0;
}

.normal table td p {
  /* FF fix */
  margin: 0;
}

.normal table.table-no-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
  text-align: left;
}

.normal table.table-no-gridlines tr td {
  padding: 5px;
  border: 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .normal table.table-no-gridlines tr td {
    width: 50%;
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .normal table.table-no-gridlines tr td {
    width: 100%;
    display: block;
  }
}

.normal table.table-small {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  color: #777;
  font-size: 10px;
}

.normal table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.normal table.table-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
}

.normal table.table-gridlines td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.normal iframe {
  width: 100%;
}

.normal img {
  max-width: 100%;
  height: auto;
}

body#tinymce {
  margin: 10px;
  background: #fff;
}

body#tinymce p.image-caption {
  font-style: italic;
  margin: 5px 0 15px;
  text-align: center;
}

body#tinymce table {
  border: 1px dashed #ccc;
}

body#tinymce table td {
  border: 1px dashed #ccc;
}

body#tinymce table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* end admin tinymce override */
/* End TinyMCE normal styles */
.footer-text .normal a {
  font-size: 12px;
  font-weight: unset;
}

.footer-text .normal p {
  font-size: 12px;
}

.shared-grid-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  font-size: 0;
  background: transparent;
  /*h1, h2, h3, h4, h5, h6 {
		padding: 0;
	}*/
}

@media screen and (min-width: 768px) {
  .shared-grid-container {
    padding: 12px 0;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container {
    width: 1170px;
  }
}

.shared-grid-container .grid-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .shared-grid-container .grid-item {
    padding: 12px;
  }
}

.shared-grid-container .grid-item.col-mobile-1 {
  width: 8.33%;
}

.shared-grid-container .grid-item.col-mobile-2 {
  width: 16.66%;
}

.shared-grid-container .grid-item.col-mobile-3 {
  width: 25%;
}

.shared-grid-container .grid-item.col-mobile-4 {
  width: 33.33%;
}

.shared-grid-container .grid-item.col-mobile-5 {
  width: 41.66%;
}

.shared-grid-container .grid-item.col-mobile-6 {
  width: 50%;
}

.shared-grid-container .grid-item.col-mobile-7 {
  width: 58.33%;
}

.shared-grid-container .grid-item.col-mobile-8 {
  width: 66.66%;
}

.shared-grid-container .grid-item.col-mobile-9 {
  width: 75%;
}

.shared-grid-container .grid-item.col-mobile-10 {
  width: 83.33%;
}

.shared-grid-container .grid-item.col-mobile-11 {
  width: 91.66%;
}

.shared-grid-container .grid-item.col-mobile-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .shared-grid-container .grid-item.col-phablet-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-phablet-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-phablet-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-phablet-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-phablet-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-phablet-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-phablet-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-phablet-8 {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-phablet-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-phablet-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-phablet-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-phablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .shared-grid-container .grid-item.col-tablet-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-tablet-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-tablet-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-tablet-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-tablet-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-tablet-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-tablet-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-tablet-8 {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-tablet-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-tablet-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-tablet-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container .grid-item.col-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-8, .shared-grid-container .grid-item.shared-gallery-lists.big {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-12 {
    width: 100%;
  }
}

.footer {
  /* if using footer categories to create lists of links under headings 
	.category-links{
		border-bottom: 1px solid $white;
			margin-bottom:20px;
		.category{
			width:25%;
			float:left;
			padding:0 10px 15px;

			@media screen and (max-width: $phablet-break) {
				width:50%;
			}
			
			@media screen and (max-width: $phone-break) {
				width:100%;
				text-align:center;
			}

			ul.links{
				list-style:none;
				li{
					a{
					}
				}
			}
		}
	}
	*/
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 0 10px;
  }
}

.footer a {
  text-decoration: none;
}

.footer ul.footer-nav {
  list-style: none;
  text-align: left;
  padding: 25px 0 25px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .footer ul.footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 50px 0 25px;
    margin: 0 0 50px 0;
  }
}

.footer ul.footer-nav li {
  display: block;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer ul.footer-nav li {
    display: inline-block;
    text-align: left;
    padding: 0;
  }
}

.footer ul.footer-nav li a {
  padding: 0 12px;
  text-decoration: none;
  opacity: 0.6;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .footer ul.footer-nav li a {
    padding: 0 15px;
  }
}

.footer ul.footer-nav li a:hover {
  opacity: 1;
}

.footer ul.footer-nav li a.active {
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer ul.footer-nav li:first-child {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer ul.footer-nav li:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 1170px) {
  .footer ul.footer-nav li:last-child {
    margin-left: auto;
  }
}

.footer-logo {
  max-width: 90%;
}

@media screen and (min-width: 1170px) {
  .footer-logo {
    width: 250px;
    margin-right: 40px;
  }
}

.social-media-links-container {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}

.social-media-links-container .social-media-link {
  padding: 6px 10px !important;
}

.social-media-links-container .social-media-link.fb-icon {
  position: relative;
  /*2023-12-04 jn added for fb layout compated to other icons*/
  top: 2px;
}

.social-media-links-container .social-media-link .fab {
  font-size: 1.05000em;
  /*2023-12-04 jn added for fb layout compated to other icons*/
  position: relative;
  top: 1px;
}

.footer-text-container {
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  padding: 0 24px;
}

@media screen and (min-width: 768px) {
  .footer-text-container {
    justify-content: space-between;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}

.footer-text-container .footer-text {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .footer-text-container .footer-text {
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.footer-text-container .footer-brand-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer-text-container .footer-brand-logo-container {
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.footer-text-container .footer-brand-logo {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 10px;
}

.footer-text-container .footer-brand-logo.first-footer-logo,
.footer-text-container .footer-brand-logo.altherm-footer-logo {
  width: 110px;
}

.footer-text-container .footer-brand-logo.nz-made {
  width: 70px;
}

.footer-text-container .footer-brand-logo.agp-logo {
  height: 40px;
  width: auto;
}

.footer-text-container .footer-brand-logo.agp-logo.first {
  margin-right: 10px;
}

.footer-text-container .footer-brand-logo.agp-logo.altherm {
  margin-right: 15px;
}

.footer-text-container .footer-brand-logo.agp-logo.vantage {
  margin-right: 20px;
}

.mainNav {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
  min-height: 62px;
  top: 0;
}

.mainNav.bottom {
  min-height: unset;
}

.mainNav.fixed {
  position: fixed;
  z-index: 49;
}

.mainNav .mobile-logo {
  display: none;
  padding: 12px;
}

@media screen and (max-width: 1024px) {
  .mainNav .mobile-logo {
    display: block;
    max-height: 80px;
    max-width: 80%;
    width: auto;
  }
}

/* special nav transparent to coloured - start */
.mainNav.Transparent-To-Coloured {
  display: flex;
  align-items: flex-end;
  position: fixed;
  transition: background-color 0.3s ease-out;
}

@media screen and (min-width: 1024px) {
  .mainNav.Transparent-To-Coloured ul.main-navigation {
    background-color: transparent;
  }
}

.mainNav.Transparent-To-Coloured.activate-fade {
  background-color: transparent;
}

.mainNav.Transparent-To-Coloured a.nav-item {
  transition: color 0.3s ease-out;
}

.mainNav.Transparent-To-Coloured .main-navigation.above-left {
  margin-left: 0 !important;
}

.two-logos-container {
  display: inline-block;
  position: relative;
}

.two-logos-container .first-logo {
  position: absolute;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 170px;
  height: 120px;
  transform: translateY(0);
  transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out;
}

.two-logos-container .second-logo {
  position: relative;
  opacity: 0;
  width: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 75px;
  transform: translateY(-15px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.mainNav-btm-border {
  width: calc(100% - 170px);
  height: 1px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 170px;
  background: transparent;
}

.transparent-to-colour-gradient {
  content: '';
  position: fixed;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(47, 39, 47, 0.5), transparent);
  z-index: 2;
  top: 0;
  transition: opacity 0.2s linear;
  opacity: 1;
  pointer-events: none;
}

.transparent-to-colour-gradient.remove-overlay {
  opacity: 0;
}

@media screen and (min-width: 1170px) {
  .transparent-to-colour-gradient {
    height: 180px;
  }
}

.mainNav.Transparent-To-Coloured:not(.activate-fade) .two-logos-container .first-logo {
  opacity: 0;
  transition: none;
}

.mainNav.Transparent-To-Coloured:not(.activate-fade) .two-logos-container .second-logo {
  opacity: 1;
  transition: none;
  transform: none;
}

.mainNav.Transparent-To-Coloured:not(.activate-fade) .two-logos-container .mainNav-btm-border {
  background-color: transparent;
}

.mainNav.Transparent-To-Coloured.remove-transparent.activate-fade .first-logo {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.mainNav.Transparent-To-Coloured.remove-transparent.activate-fade .second-logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-out 0.4s, transform 0.3s ease-out;
}

.mainNav.Transparent-To-Coloured.remove-transparent.activate-fade .mainNav-btm-border {
  background-color: transparent;
}

/* special nav transparent to coloured - end */
.main-navigation {
  list-style: none;
  display: inline-block;
}

.main-navigation .desktop-logo {
  display: none;
}

@media screen and (min-width: 768px) {
  .main-navigation .desktop-logo {
    display: inline-block;
  }
}

.main-navigation .desktop-logo a {
  opacity: 1 !important;
}

.main-navigation li {
  position: relative;
  line-height: 100%;
  display: inline-block;
}

.main-navigation li a {
  display: block;
  padding: 6px 24px;
  text-decoration: none;
  font-size: 18px;
  font-weight: lighter;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.main-navigation li a:hover {
  opacity: 1;
}

.main-navigation li a.active {
  opacity: 1;
}

.main-navigation li:hover ul.subNavigation {
  display: block;
}

.main-navigation li.searchfield form {
  background-color: transparent;
  margin-top: 0;
}

.main-navigation li.searchfield:hover {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .main-navigation li {
    width: 100%;
    margin-bottom: 1px solid #fff;
  }
}

.main-navigation li ul.subNavigation {
  display: none;
  /*list-style: none; list-style is only hidden on IE with below method*/
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  position: absolute;
  width: 220px;
  z-index: 50;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .main-navigation li ul.subNavigation {
    /*display: block;*/
    width: 100%;
    position: relative;
    top: auto;
    border-color: #fff;
  }
}

.main-navigation li ul.subNavigation li {
  /*border-bottom:1px solid;*/
  float: none;
  display: block;
  text-align: left;
  border: none;
}

@media screen and (max-width: 1024px) {
  .main-navigation li ul.subNavigation li {
    border-color: #fff;
  }
  .main-navigation li ul.subNavigation li:last-child {
    border: none;
  }
}

.main-navigation li ul.subNavigation li a {
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .main-navigation {
    z-index: 999;
    display: none;
    margin: 0;
    padding: 48px 36px;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .main-navigation li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .main-navigation li a {
    text-align: center;
    color: #fff;
  }
}

.main-navigation.auto-burger {
  z-index: 999;
  display: none;
  margin: 0;
  padding: 48px 36px;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}

.main-navigation.auto-burger li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.main-navigation.auto-burger li a {
  text-align: center;
  color: #fff;
}

.mobile-menu-btn {
  display: block;
  width: 35px;
  height: 35px;
}

.secNav {
  background-color: pink;
}

.header-navigation {
  max-width: 1170px;
  margin: 0 auto;
  list-style: none;
  display: block;
  text-align: right;
}

.header-navigation li {
  position: relative;
  line-height: 100%;
  display: inline-block;
}

.header-navigation li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 17px;
}

@media screen and (min-width: 1024px) {
  .header-navigation li:hover {
    background-color: #ddd;
  }
}

.header-navigation li:hover ul.subNavigation {
  display: block;
}

.header-navigation li.searchfield form {
  background-color: transparent;
  margin-top: 0;
}

.header-navigation li.searchfield:hover {
  background-color: transparent;
}

.header-navigation li ul.subNavigation {
  display: none;
  /*list-style: none; list-style is only hidden on IE with below method*/
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 50;
  background-image: gray;
}

@media screen and (max-width: 1024px) {
  .header-navigation li ul.subNavigation {
    /*display: block;*/
    width: 100%;
    position: relative;
    top: auto;
    border-color: #fff;
  }
}

.header-navigation li ul.subNavigation li {
  /*border-bottom:1px solid;*/
  float: none;
  display: block;
  text-align: left;
  border: none;
}

@media screen and (max-width: 1024px) {
  .header-navigation li ul.subNavigation li {
    border-color: #fff;
  }
  .header-navigation li ul.subNavigation li:last-child {
    border: none;
  }
}

.header-navigation li ul.subNavigation li a {
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header-navigation {
    display: block;
    position: relative;
    width: 100%;
  }
  .header-navigation li {
    display: inline-block;
  }
  .header-navigation li a {
    text-align: center;
    color: #fff;
    padding: 10px;
  }
}

#MobileNavBtn {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  #MobileNavBtn {
    display: block;
  }
}

#MobileNavBtn.force-show {
  display: block !important;
}

.scroll-to-top {
  display: inline-block;
  position: fixed;
  top: 80vh;
  right: 2%;
  width: 30px;
  height: 30px;
  z-index: 40;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}

.scroll-to-top img {
  width: 30px;
  height: 30px;
}

input,
textarea {
  padding: 6px;
  border: 1px solid;
  border-radius: 2px;
  vertical-align: top;
  font-size: 16px;
}

input, textarea, select {
  font-size: 16px;
}

label {
  cursor: pointer;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: 20px;
  height: 20px;
}

input[type=checkbox]:not(:checked),
input[type=checkbox]:checked {
  position: absolute;
  /*left: -9999px;*/
  visibility: hidden;
}

input[type=checkbox]:not(:checked) ~ label,
input[type=checkbox]:checked ~ label {
  position: relative;
  padding: 0 10px 0 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

input[type=checkbox]:not(:checked) ~ label:before,
input[type=checkbox]:checked ~ label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

input[type=checkbox]:not(:checked) ~ label:after,
input[type=checkbox]:checked ~ label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 15px;
  line-height: 0.8;
  color: #000;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type=checkbox]:not(:checked):focus + label:before,
input[type=checkbox]:checked:focus + label:before {
  border: 1px solid #aaaaaa;
}

input[type=checkbox]:checked {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=checkbox]:not(:checked) ~ label:after {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

input[type=checkbox]:disabled ~ label {
  color: #aaaaaa;
}

input[type=checkbox]:disabled:checked ~ label:before,
input[type=checkbox]:disabled:not(:checked) ~ label:before {
  box-shadow: none;
  border-color: #aaaaaa;
  background-color: #aaaaaa;
}

input[type=checkbox]:disabled:checked ~ label:after {
  color: #aaaaaa;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  /*left: -9999px;*/
  visibility: hidden;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding: 0 20px 10px 28px;
  line-height: 150%;
  display: inline-block;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #808080;
  border-radius: 100%;
  background: #fff;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

select {
  padding: 6px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

form {
  padding: 15px;
  margin-top: 20px;
  /*background-color: $placeholdercolor;*/
  /* these must be listed seperately to work! */
}

form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

form .data-placeholder-on {
  color: #ccc;
}

form .spinner {
  display: none;
}

ul.form {
  list-style: none;
}

ul.form li {
  margin-top: 10px;
}

ul.form li:first-child {
  margin-top: 0;
}

ul.form li.action {
  margin-top: 20px;
}

ul.form li input[type="text"],
ul.form li textarea,
ul.form li select {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  ul.form li input[type="text"],
  ul.form li textarea,
  ul.form li select {
    width: 100%;
  }
}

ul.form li input[type="text"]#Amount,
ul.form li textarea#Amount,
ul.form li select#Amount {
  width: 155px;
  margin-left: 5px;
}

.contact-us-form {
  background-color: transparent !important;
  margin-top: 0;
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .contact-us-form {
    width: 100% !important;
  }
}

.contact-us-form ul {
  margin-left: 0;
}

.contact-us-form ul li {
  margin-top: 15px !important;
}

.contact-us-form ul li textarea {
  /*width: 100% !important;*/
  /*background-color: #E7E8ED;*/
  border: 1px solid #ccc;
  padding: 16px;
  font-size: 16px;
  width: 498px;
  height: 97x;
}

@media screen and (min-width: 1024px) {
  .contact-us-form ul li textarea {
    width: 300px !important;
  }
}

.contact-us-form ul li label {
  font-size: 18px;
}

.contact-us-form ul li input, .contact-us-form ul li select {
  /*background-color: #E7E8ED;*/
  border: 1px solid #ccc;
  padding: 16px;
  font-size: 16px;
}

.contact-us-form ul li input[type="text"], .contact-us-form ul li select[type="text"] {
  width: 100% !important;
}

.contact-us-form ul li select {
  width: 100%;
}

.contact-us-form ul li input[type=file] {
  border: none !important;
  padding: 16px 0;
}

.contact-us-form ul .form-actions {
  width: 100%;
}

.contact-us-form ul .form-actions .btn {
  float: right;
  padding: 10px 20px;
  letter-spacing: 2px;
  background-color: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0.7;
  min-width: 250px;
}

.contact-us-form ul .form-actions .btn:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .contact-us-form ul .form-actions .btn {
    width: 100% !important;
  }
}

.contact-us-form .checkboxes {
  display: inline-block;
  margin-right: 10px;
}

.col-left {
  width: 75%;
  float: left;
}

@media screen and (max-width: 768px) {
  .col-left {
    width: 100% !important;
  }
}

.col-three {
  width: 33%;
  float: left;
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .col-three {
    width: 100% !important;
  }
}

.col-three.contact-details {
  padding-top: 48px;
  font-size: 16px;
  color: #7F7F7F;
}

.map-container {
  margin: 5px 0;
  width: 100%;
}

.map-container .map {
  border: 0;
  width: 100%;
  min-height: 300px;
}

form#SearchForm {
  text-align: center;
  padding: 11px 20px;
}

form#SearchForm input {
  font-size: 17px;
}

.yesno {
  -webkit-appearance: radio;
}

.svyPasteLink.btn.btn-mini {
  display: none !important;
}

.svyAttachmentUploadFilename {
  display: none !important;
}

input[type=submit].form-submit-btn {
  font-size: 24px;
  padding: 8px 20px;
  color: white;
}

body.Search ul.results {
  list-style: none;
  border-top: 1px solid;
  margin-top: 10px;
}

body.Search ul.results li {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

body.Search ul.results li .image {
  float: left;
  margin-right: 20px;
}

body.Search ul.results li div {
  display: inline;
}

body.Search form#SearchAgainForm {
  display: none;
}

body.Search h3 {
  float: left;
}

body.Search a.showall {
  float: right;
  margin-top: 18px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  body.Search a.showall {
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  body.Search a.showall {
    margin-top: 4px;
  }
}

.module-carousel {
  background-color: #F1F1EE;
}

.module-carousel.content-width {
  max-width: 1170px;
}

.shared-grid-container .carousel-wrapper.grid-item {
  padding: 0;
}

.carousel-content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel-wrapper {
  margin: auto;
  width: 100%;
  height: 70vh;
  clear: both;
  position: relative;
  overflow: hidden;
  z-index: 1;
  perspective: 1px;
  transform-style: preserve-3d;
}

@media screen and (min-width: 768px) {
  .carousel-wrapper {
    height: 50%;
  }
}

@media screen and (min-width: 1170px) {
  .carousel-wrapper {
    max-width: 2500px;
    max-height: 680px;
  }
}

.carousel-wrapper:hover .move-back {
  left: 0;
}

.carousel-wrapper:hover .move-forward {
  right: 0;
}

.carousel-wrapper .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.carousel-wrapper .slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgba(47, 39, 47, 0.5), transparent, transparent);
  height: 100%;
  z-index: 0;
}

.carousel-wrapper .slide[data-type="Video"]:after {
  display: none;
}

.carousel-wrapper .slide .loader-icon {
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  position: absolute;
}

.carousel-wrapper .slide.active {
  display: block;
  z-index: 2;
}

.carousel-wrapper .slide img {
  /*position: absolute;
			top: 50%;
			transform: translateZ(-1px) scale(2);*/
  /*-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);*/
  /*width: 100%;
			height: auto;*/
}

.carousel-wrapper .move-back,
.carousel-wrapper .move-forward {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  /*background-color: rgba(0,0,0,.4);*/
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.carousel-wrapper .move-back:hover,
.carousel-wrapper .move-forward:hover {
  /*background-color: rgba(0,0,0,1);*/
}

.carousel-wrapper .move-back .arrow,
.carousel-wrapper .move-forward .arrow {
  width: 26px;
  height: 40px;
  margin: 12px 12px;
  background: url("../images/carousel-arrows-fff.png") 0 0 no-repeat;
}

@media screen and (min-width: 1170px) {
  .carousel-wrapper .move-back .arrow,
  .carousel-wrapper .move-forward .arrow {
    margin: 40px 50px;
  }
}

.carousel-wrapper .move-back {
  left: 0;
}

.carousel-wrapper .move-forward {
  right: 0;
}

.carousel-wrapper .move-forward .arrow {
  background: url("../images/carousel-arrows-fff.png") 0 -40px no-repeat;
}

.carousel-wrapper .carousel-tabs {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 500;
  bottom: 26px;
}

.carousel-wrapper .carousel-tabs a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0 10px;
  background: #808080;
  width: 10px;
  height: 10px;
  border-radius: 15px;
  position: relative;
}

.carousel-wrapper .carousel-tabs a:hover {
  background: #ccc;
}

.carousel-wrapper .carousel-tabs a.active {
  background: #aaaaaa;
}

.carousel-wrapper .carousel-tabs a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: transparent;
  transform: translate(-25%, -25%);
}

.carousel-inner-wrapper {
  height: 70vh !important;
}

.slide-content-container {
  position: absolute !important;
  text-align: center;
  color: #fff;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  /*@media screen and (min-width: $maxpagewidth) {
		left: 50%;
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}*/
}

.slide-content-container .slide-content {
  text-align: center;
}

@media screen and (min-width: 1170px) {
  .slide-content-container .slide-content {
    text-align: left;
  }
}

.slide-content-container .slide-content .slide-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .slide-content-container .slide-content .slide-title {
    font-size: 32px !important;
  }
}

.slide-content-container .slide-content .slide-body {
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .slide-content-container .slide-content .slide-body {
    font-size: 18px !important;
  }
}

.slide-content-container .slide-content .btn {
  display: inline-block;
  color: white;
}

.shared-module {
  position: relative;
  max-width: 2550px;
  margin: auto;
  padding: 58px 0;
}

.module-header {
  /*position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 36px;

	@media screen and (min-width:$maxpagewidth) {
		display: block;
		padding-top: 30px;
	}

	.module-title {
		display: inline-block;
		text-align: left;

		@media screen and (min-width:$maxpagewidth) {
			display: block;
			padding: 0;
		}
	}*/
}

.module-subheader {
  padding-bottom: 36px;
}

.module-link {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 1170px) {
  .module-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.module-link a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0;
}

.module-link a.icon {
  background-position: center right;
  background-repeat: no-repeat;
  padding: 5px 40px 5px 0;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-btm {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-title-padding {
  padding-top: 40px;
}

/*.shared-module.module-text-and-image-view ~ .shared-module.module-text-and-image-view .no-title-padding {
	padding-top: 0 !important;
}*/
.no-margin {
  margin: 0 !important;
}

.module-header-image {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 65px);
}

.module-header-image .normal img.savvy-shrunk-image {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}

.module-header-image .normal h1, .module-header-image h2, .module-header-image h3, .module-header-image h4, .module-header-image h5, .module-header-image h6, .module-header-image p, .module-header-image h1.module-title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .module-header-image .normal h1, .module-header-image h2, .module-header-image h3, .module-header-image h4, .module-header-image h5, .module-header-image h6, .module-header-image p, .module-header-image h1.module-title {
    font-size: 11vw;
  }
}

.module-header-image .normal h1 {
  margin-bottom: 0;
}

.module-header-image .th-content {
  pointer-events: none;
}

.shared-module.with-background-container {
  position: relative;
  overflow: hidden;
}

.background-container {
  position: absolute;
  width: 100%;
  height: calc(100% + 150px);
  top: 50%;
  will-change: transform;
  transform: translateY(calc(-50%));
  background-position: center;
  background-repeat: no-repeat;
}

.background-container.bit-taller {
  transform: translateY(calc(-50% + 75px));
}

.background-container.half {
  width: 50%;
}

.background-container.second-half {
  width: 50%;
  left: 50%;
  top: 0;
}

@media screen and (max-width: 779px) {
  .background-container.mobile-background-adjust {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .background-container {
    height: calc(100% + 300px);
  }
}

.background-container.bit-taller {
  height: calc(100% + 50px);
}

@media screen and (min-width: 768px) {
  .background-container.bit-taller {
    height: calc(100% + 75px);
  }
}

.th-module-container,
.module-big-text-view {
  position: relative;
  overflow: hidden;
}

.th-module-container.three-column-text,
.module-big-text-view.three-column-text {
  padding: 120px 0;
}

.th-module-container .bg-color-container,
.module-big-text-view .bg-color-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.th-module-container .bg-color-container.half,
.module-big-text-view .bg-color-container.half {
  width: 50%;
}

.th-module-container .bg-color-container.second-half,
.module-big-text-view .bg-color-container.second-half {
  width: 50%;
  left: 50%;
}

.th-module-container .background-container,
.th-module-container .video-container,
.module-big-text-view .background-container,
.module-big-text-view .video-container {
  position: absolute;
  width: 100%;
  height: calc(100% + 150px);
}

.th-module-container .background-container.half,
.th-module-container .video-container.half,
.module-big-text-view .background-container.half,
.module-big-text-view .video-container.half {
  width: 50%;
}

.th-module-container .background-container.second-half,
.th-module-container .video-container.second-half,
.module-big-text-view .background-container.second-half,
.module-big-text-view .video-container.second-half {
  width: 50%;
  left: 50%;
  top: 0;
}

@media screen and (max-width: 779px) {
  .th-module-container .background-container.mobile-background-adjust,
  .th-module-container .video-container.mobile-background-adjust,
  .module-big-text-view .background-container.mobile-background-adjust,
  .module-big-text-view .video-container.mobile-background-adjust {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .th-module-container .background-container,
  .th-module-container .video-container,
  .module-big-text-view .background-container,
  .module-big-text-view .video-container {
    height: calc(100% + 300px);
  }
}

.th-module-container .background-container.bit-taller,
.th-module-container .video-container.bit-taller,
.module-big-text-view .background-container.bit-taller,
.module-big-text-view .video-container.bit-taller {
  height: calc(100% + 50px);
}

@media screen and (min-width: 768px) {
  .th-module-container .background-container.bit-taller,
  .th-module-container .video-container.bit-taller,
  .module-big-text-view .background-container.bit-taller,
  .module-big-text-view .video-container.bit-taller {
    height: calc(100% + 75px);
  }
}

.th-module-container .background-container video,
.th-module-container .video-container video,
.module-big-text-view .background-container video,
.module-big-text-view .video-container video {
  position: absolute;
  will-change: transform;
  background: black;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.th-module-container .background-container video.video-fit-contain,
.th-module-container .video-container video.video-fit-contain,
.module-big-text-view .background-container video.video-fit-contain,
.module-big-text-view .video-container video.video-fit-contain {
  object-fit: contain;
}

.th-module-container .background-container,
.module-big-text-view .background-container {
  position: absolute;
  width: 100%;
  top: 50%;
  will-change: transform;
  transform: translateY(calc(-50%));
  background-position: center;
  background-repeat: no-repeat;
}

.th-module-container .background-container.bit-taller,
.module-big-text-view .background-container.bit-taller {
  transform: translateY(calc(-50% + 75px));
}

.th-module-container .video-container.adjust-no-parallax,
.module-big-text-view .video-container.adjust-no-parallax {
  top: 0;
  height: 100%;
}

.th-module-container.dark-coloured-text .module-title,
.th-module-container .tile.dark-coloured-text .module-title,
.module-big-text-view.dark-coloured-text .module-title,
.module-big-text-view .tile.dark-coloured-text .module-title {
  color: #363639 !important;
}

.th-module-container.dark-coloured-text h1,
.th-module-container.dark-coloured-text h2,
.th-module-container.dark-coloured-text h3,
.th-module-container.dark-coloured-text h4,
.th-module-container.dark-coloured-text h5,
.th-module-container.dark-coloured-text h6,
.th-module-container .tile.dark-coloured-text h1,
.th-module-container .tile.dark-coloured-text h2,
.th-module-container .tile.dark-coloured-text h3,
.th-module-container .tile.dark-coloured-text h4,
.th-module-container .tile.dark-coloured-text h5,
.th-module-container .tile.dark-coloured-text h6,
.module-big-text-view.dark-coloured-text h1,
.module-big-text-view.dark-coloured-text h2,
.module-big-text-view.dark-coloured-text h3,
.module-big-text-view.dark-coloured-text h4,
.module-big-text-view.dark-coloured-text h5,
.module-big-text-view.dark-coloured-text h6,
.module-big-text-view .tile.dark-coloured-text h1, .module-big-text-view .tile.dark-coloured-text h2, .module-big-text-view .tile.dark-coloured-text h3, .module-big-text-view .tile.dark-coloured-text h4, .module-big-text-view .tile.dark-coloured-text h5, .module-big-text-view .tile.dark-coloured-text h6 {
  color: #363639 !important;
}

.th-module-container.dark-coloured-text .normal p,
.th-module-container.dark-coloured-text p,
.th-module-container.dark-coloured-text label,
.th-module-container.dark-coloured-text li,
.th-module-container.dark-coloured-text small,
.th-module-container.dark-coloured-text span,
.th-module-container .tile.dark-coloured-text .normal p,
.th-module-container .tile.dark-coloured-text p,
.th-module-container .tile.dark-coloured-text label,
.th-module-container .tile.dark-coloured-text li,
.th-module-container .tile.dark-coloured-text small,
.th-module-container .tile.dark-coloured-text span,
.module-big-text-view.dark-coloured-text .normal p,
.module-big-text-view.dark-coloured-text p,
.module-big-text-view.dark-coloured-text label,
.module-big-text-view.dark-coloured-text li,
.module-big-text-view.dark-coloured-text small,
.module-big-text-view.dark-coloured-text span,
.module-big-text-view .tile.dark-coloured-text .normal p, .module-big-text-view .tile.dark-coloured-text p, .module-big-text-view .tile.dark-coloured-text label, .module-big-text-view .tile.dark-coloured-text li, .module-big-text-view .tile.dark-coloured-text small, .module-big-text-view .tile.dark-coloured-text span {
  color: #363639 !important;
}

.th-module-container.dark-coloured-text .title,
.th-module-container .tile.dark-coloured-text .title,
.module-big-text-view.dark-coloured-text .title,
.module-big-text-view .tile.dark-coloured-text .title {
  color: #363639 !important;
}

.th-module-container.dark-coloured-text .normal a,
.th-module-container .tile.dark-coloured-text .normal a,
.module-big-text-view.dark-coloured-text .normal a,
.module-big-text-view .tile.dark-coloured-text .normal a {
  color: #1d5783 !important;
}

.th-module-container.dark-coloured-text .follow-font-colour,
.th-module-container .tile.dark-coloured-text .follow-font-colour,
.module-big-text-view.dark-coloured-text .follow-font-colour,
.module-big-text-view .tile.dark-coloured-text .follow-font-colour {
  color: #363639 !important;
}

.th-module-container.white-coloured-text .module-title,
.th-module-container .tile.white-coloured-text .module-title,
.module-big-text-view.white-coloured-text .module-title,
.module-big-text-view .tile.white-coloured-text .module-title {
  color: white !important;
}

.th-module-container.white-coloured-text h1,
.th-module-container.white-coloured-text h2,
.th-module-container.white-coloured-text h3,
.th-module-container.white-coloured-text h4,
.th-module-container.white-coloured-text h5,
.th-module-container.white-coloured-text h6,
.th-module-container.white-coloured-text .normal h1,
.th-module-container.white-coloured-text .normal h2,
.th-module-container.white-coloured-text .normal h3,
.th-module-container.white-coloured-text .normal h4,
.th-module-container.white-coloured-text .normal h5,
.th-module-container.white-coloured-text .normal h6,
.th-module-container .tile.white-coloured-text h1,
.th-module-container .tile.white-coloured-text h2,
.th-module-container .tile.white-coloured-text h3,
.th-module-container .tile.white-coloured-text h4,
.th-module-container .tile.white-coloured-text h5,
.th-module-container .tile.white-coloured-text h6,
.th-module-container .tile.white-coloured-text .normal h1,
.th-module-container .tile.white-coloured-text .normal h2,
.th-module-container .tile.white-coloured-text .normal h3,
.th-module-container .tile.white-coloured-text .normal h4,
.th-module-container .tile.white-coloured-text .normal h5,
.th-module-container .tile.white-coloured-text .normal h6,
.module-big-text-view.white-coloured-text h1,
.module-big-text-view.white-coloured-text h2,
.module-big-text-view.white-coloured-text h3,
.module-big-text-view.white-coloured-text h4,
.module-big-text-view.white-coloured-text h5,
.module-big-text-view.white-coloured-text h6,
.module-big-text-view.white-coloured-text .normal h1,
.module-big-text-view.white-coloured-text .normal h2,
.module-big-text-view.white-coloured-text .normal h3,
.module-big-text-view.white-coloured-text .normal h4,
.module-big-text-view.white-coloured-text .normal h5,
.module-big-text-view.white-coloured-text .normal h6,
.module-big-text-view .tile.white-coloured-text h1, .module-big-text-view .tile.white-coloured-text h2, .module-big-text-view .tile.white-coloured-text h3, .module-big-text-view .tile.white-coloured-text h4, .module-big-text-view .tile.white-coloured-text h5, .module-big-text-view .tile.white-coloured-text h6,
.module-big-text-view .tile.white-coloured-text .normal h1, .module-big-text-view .tile.white-coloured-text .normal h2, .module-big-text-view .tile.white-coloured-text .normal h3, .module-big-text-view .tile.white-coloured-text .normal h4, .module-big-text-view .tile.white-coloured-text .normal h5, .module-big-text-view .tile.white-coloured-text .normal h6 {
  color: white !important;
}

.th-module-container.white-coloured-text .normal p,
.th-module-container.white-coloured-text p,
.th-module-container.white-coloured-text label,
.th-module-container.white-coloured-text li,
.th-module-container.white-coloured-text small,
.th-module-container.white-coloured-text span,
.th-module-container .tile.white-coloured-text .normal p,
.th-module-container .tile.white-coloured-text p,
.th-module-container .tile.white-coloured-text label,
.th-module-container .tile.white-coloured-text li,
.th-module-container .tile.white-coloured-text small,
.th-module-container .tile.white-coloured-text span,
.module-big-text-view.white-coloured-text .normal p,
.module-big-text-view.white-coloured-text p,
.module-big-text-view.white-coloured-text label,
.module-big-text-view.white-coloured-text li,
.module-big-text-view.white-coloured-text small,
.module-big-text-view.white-coloured-text span,
.module-big-text-view .tile.white-coloured-text .normal p, .module-big-text-view .tile.white-coloured-text p, .module-big-text-view .tile.white-coloured-text label, .module-big-text-view .tile.white-coloured-text li, .module-big-text-view .tile.white-coloured-text small, .module-big-text-view .tile.white-coloured-text span {
  color: white !important;
  list-style-type: square;
}

.th-module-container.white-coloured-text .title,
.th-module-container .tile.white-coloured-text .title,
.module-big-text-view.white-coloured-text .title,
.module-big-text-view .tile.white-coloured-text .title {
  color: white !important;
}

.th-module-container.white-coloured-text .normal a,
.th-module-container .tile.white-coloured-text .normal a,
.module-big-text-view.white-coloured-text .normal a,
.module-big-text-view .tile.white-coloured-text .normal a {
  color: #c7e6f6 !important;
}

.th-module-container.white-coloured-text .follow-font-colour,
.th-module-container .tile.white-coloured-text .follow-font-colour,
.module-big-text-view.white-coloured-text .follow-font-colour,
.module-big-text-view .tile.white-coloured-text .follow-font-colour {
  color: white !important;
}

.module-link-btn {
  margin-top: 30px;
  background-color: rgba(54, 54, 57, 0.7);
  border: 1px solid white;
  color: white;
  border-radius: unset;
  text-transform: unset;
  pointer-events: all !important;
  font-weight: normal !important;
}

.module-link-btn:after {
  content: none;
}

.header-play-video-btn {
  margin-right: 15px;
  /*background: rgba(128, 190, 84,0.3);*/
  transition: background 0.2s ease-in;
  line-height: 110%;
  /*&:hover {
		background: rgba(128, 190, 84,0.5);
	}*/
}

.play-header-video-icon {
  width: auto;
  height: 12px;
  margin-left: 6px;
}

/* any sup with ® replaced here. usually normal text and p */
sup,
p.checklist-text sup {
  font-size: 80%;
  line-height: 0;
}

h1 sup {
  font-size: 50%;
}

/* any sup with ® replaced here for titles and big text */
.module-title sup,
.product-main-title sup,
.module-title .normal sup,
.tile-title .normal sup,
.module-header sup,
.normal h2 sup {
  font-size: 50%;
}

@media screen and (min-width: 1170px) {
  .vantage-h1-override .normal h1 {
    font-size: 100px;
  }
}

@media screen and (min-width: 1170px) {
  .altherm-h1-override .normal h1 {
    font-size: 90px;
  }
}

.th-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px;
}

.module-image-and-text .th-content,
.module-bg-and-text .th-content,
.module-video .th-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}

.module-bg-and-text .module-title {
  margin-bottom: 30px;
}

.module-bg-and-text[data-savvy-shrunk-src] {
  background-position: center;
}

.module-bg-and-text .th-content.text-full .text-container {
  flex-basis: 100% !important;
}

@media screen and (min-width: 768px) {
  .module-bg-and-text .th-content.text-right .text-container {
    margin-right: 0;
    margin-left: auto;
    flex-basis: 50%;
  }
  .module-bg-and-text .th-content {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}

.btn-th {
  margin-top: 15px;
}

.th-content .module-title {
  flex-basis: 100%;
}

.module-video-container {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .module-video-container.video-two-thirds {
    flex-basis: calc(66.6% - 20px);
    order: 1;
    align-self: flex-start;
  }
}

.module-video-text {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .module-video-text.video-text-one-thirds {
    flex-basis: calc(33.3% - 20px);
    align-self: flex-start;
  }
}

.module-video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.module-play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.module-play-video-btn img {
  display: block;
  width: 50%;
  height: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .module-play-video-btn img {
    width: 70%;
  }
}

.module-video-container video {
  width: 100%;
}

.tiles-container {
  padding: 60px 20px;
}

@media screen and (min-width: 768px) {
  .tiles-container {
    padding: 80px 20px;
  }
}

.tile-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .tile-container.tile-masonry {
    display: block;
    column-count: 2;
  }
}

@media screen and (min-width: 1024px) {
  .tile-container.tile-masonry {
    column-count: 3;
  }
}

@media screen and (min-width: 768px) {
  .tile-container.tile-masonry .th-tile {
    break-inside: avoid-column;
  }
}

.tile-container.grid .th-tile {
  background-color: rgba(0, 0, 0, 0.5);
  /*.tile-title,
		.normal p,
		.normal li,
		.normal h1, 
		.normal h2, 
		.normal h3, 
		.normal h4, 
		.normal h5,
		.normal h6{
			color: white;
		}*/
}

@media screen and (min-width: 768px) {
  .tile-container.grid .th-tile {
    flex-basis: calc(50% - 15px);
  }
}

.tile-container.grid .th-tile .normal img {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1024px) {
  .tile-container.parallel .th-tile {
    flex-basis: calc(33.33% - 15px);
  }
}

.th-module-container .tile-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.th-tile {
  flex-basis: 100%;
  margin-bottom: 30px;
  background-color: #F0F0F0;
  padding: 40px 20px;
}

.tile-title {
  margin-bottom: 20px;
  flex-basis: 100%;
}

.th-tile-img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: 20px;
}

.th-tile-img.floating {
  float: left;
  max-width: 70px;
  margin: 5px 10px 0 0;
}

.th-module-container.module-product-comparison {
  overflow: unset;
  z-index: -1;
}

.module-product-comparison .th-content {
  padding: 60px 20px;
}

@media screen and (min-width: 480px) {
  .module-product-comparison .th-content {
    padding: 140px 20px 120px;
  }
}

.product-comparison-container {
  display: flex;
  justify-content: space-between;
}

.product-comparison-container.main-comparison-heading {
  position: sticky;
  background-color: transparent;
  z-index: 5;
  top: 65px;
  transition: background-color 0.2s linear;
}

.product-comparison-container.main-comparison-heading.sticked {
  background-color: black;
}

.product-comparison-container p {
  margin: 0;
}

.product-comparison-container .normal ul {
  list-style-type: square;
}

@media screen and (max-width: 480px) {
  .product-comparison-container .product-checklist:nth-child(1) .checklist-text {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
  }
  .product-comparison-container .product-checklist:nth-child(2) .checklist-text,
  .product-comparison-container .product-checklist:nth-child(3) .checklist-text {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .product-comparison-container {
    justify-content: space-between;
  }
}

h3.product-heading-title {
  padding-bottom: 0;
  font-size: 12px;
}

@media screen and (min-width: 420px) {
  h3.product-heading-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  h3.product-heading-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  h3.product-heading-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1170px) {
  h3.product-heading-title {
    font-size: 30px;
  }
}

h3.product-main-title,
span.product-main-title {
  padding: 0;
  font-size: 9px;
  line-height: 100%;
  font-weight: bold;
}

@media screen and (min-width: 420px) {
  h3.product-main-title,
  span.product-main-title {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  h3.product-main-title,
  span.product-main-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  h3.product-main-title,
  span.product-main-title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1170px) {
  h3.product-main-title,
  span.product-main-title {
    font-size: 33px;
  }
}

.product-heading,
.product-text-title,
.product-checklist,
.product-image {
  flex: 1 1 0;
  margin-bottom: 15px;
  padding: 0 10px 15px;
  border-bottom: 1px solid white;
  /*&:nth-child(1) {
		padding-left: 0;
	}*/
}

@media screen and (min-width: 768px) {
  .product-heading,
  .product-text-title,
  .product-checklist,
  .product-image {
    flex: 0 0 23%;
  }
  .product-heading.product-heading,
  .product-text-title.product-heading,
  .product-checklist.product-heading,
  .product-image.product-heading {
    flex: 0 0 calc(24% - 20px);
  }
}

.product-heading:nth-child(3),
.product-text-title:nth-child(3),
.product-checklist:nth-child(3),
.product-image:nth-child(3) {
  /*padding-right: 0;*/
}

.product-image {
  padding-bottom: 0;
  border-bottom: none;
}

.product-heading small {
  font-size: 7px;
}

@media screen and (min-width: 480px) {
  .product-heading small {
    font-size: 14px;
  }
}

.product-heading-img {
  max-height: 90px;
}

@media screen and (min-width: 480px) {
  .product-heading-img {
    max-height: 200px;
  }
}

.prod-title {
  font-size: 11px;
  line-height: normal;
}

@media screen and (min-width: 480px) {
  .prod-title {
    font-size: 15px;
    line-height: 160%;
  }
}

@media screen and (min-width: 480px) {
  .product-text-title {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  .product-text-title.recommended-glass-mobile {
    display: none;
  }
  .product-text-title.recommended-glass-mobile:first-child {
    display: block;
  }
  .product-text-title.recommended-glass-mobile:first-child .prod-main-title {
    flex-basis: 100%;
  }
}

.prod-main-title-container {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .prod-main-title-container .normal li, .prod-main-title-container .normal p, .prod-main-title-container .normal ul, .prod-main-title-container .normal a {
    font-size: 14px;
  }
}

.prod-main-title {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .prod-main-title {
    line-height: 100%;
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .prod-main-title {
    font-size: 30px;
  }
}

.prod-sub-title {
  font-size: 13px;
  line-height: normal;
}

@media screen and (min-width: 480px) {
  .prod-sub-title {
    font-size: 17px;
    line-height: 160%;
  }
}

@media screen and (max-width: 480px) {
  .product-new {
    font-size: 9px;
  }
}

.product-heading {
  display: flex;
  flex-wrap: wrap;
  border-color: white;
  padding: 0 0 20px 0;
  margin: 0 10px;
  align-content: flex-start;
}

.product-heading *:not(img) {
  flex-basis: 100%;
}

@media screen and (max-width: 480px) {
  .product-heading img {
    width: 65%;
  }
}

.module-footer-text {
  margin-top: 30px;
}

.module-footer-text .normal p {
  font-size: 12px !important;
  line-height: 120%;
}

.checklist-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.checklist-item .tick {
  order: 1;
  width: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 480px) {
  .checklist-item .tick {
    order: unset;
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .checklist-item .tick.spacing-for-long-mobile-text {
    margin-top: 60px;
  }
}

.checklist-item .tick.dashed {
  align-self: center;
}

@media screen and (min-width: 480px) {
  .checklist-item {
    justify-content: space-between;
  }
}

.help-text-container {
  margin-left: 5px;
}

.help-text-container.absolute-adjusted {
  position: absolute;
  top: -25px;
  right: -12px;
  margin-left: 0;
  transform: scale(0.75);
}

@media screen and (min-width: 480px) {
  .help-text-container.absolute-adjusted {
    top: 0;
    right: -15px;
    transform: scale(1);
  }
}

.help-text-bubble {
  display: none;
  position: absolute;
  right: 0;
  min-width: 200px;
  padding: 15px;
  background-color: #808080;
  z-index: 1;
}

.help-text-bubble .pointer {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -10px;
  border-bottom: 5px solid #808080;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@media screen and (min-width: 480px) {
  .help-text-bubble .pointer {
    display: block;
  }
}

.help-icon {
  align-self: flex-start;
  width: 20px;
  cursor: pointer;
}

.tick {
  align-self: flex-start;
  flex-basis: auto;
  width: 20px;
}

.checklist-text {
  flex-basis: calc(100% - 40px);
}

@media screen and (max-width: 480px) {
  .checklist-text {
    flex-basis: calc(100% - 24px);
    font-size: 14px;
  }
}

.shared-module.module-text-and-background-image {
  overflow: hidden;
}

.module-accordion {
  padding: 48px 12px;
}

@media screen and (min-width: 1170px) {
  .module-accordion {
    padding: 48px 0;
  }
}

.accordion-container {
  margin-bottom: 12px;
}

.accordion-container.light-accordion {
  background-color: white;
  border-bottom: 1px solid lightgray;
}

.accordion-container.light-accordion .accordion-slide {
  background-color: white;
}

.accordion-container.dark-accordion {
  background-color: #E9EBED;
  border-bottom: 1px solid white;
}

.accordion-container.dark-accordion .accordion-slide {
  background-color: #E9EBED;
}

@media screen and (min-width: 1170px) {
  .accordion-container {
    margin-bottom: 0;
  }
}

.accordion-title-container.grid-item {
  position: relative;
  padding: 12px;
}

@media screen and (min-width: 1170px) {
  .accordion-title-container.grid-item {
    padding: 24px;
  }
}

.accordion-content-container {
  display: none;
  padding: 0;
  /*&.open {
		display: block;
	}*/
}

.accordion-content-container .accordion-text {
  padding: 0 12px 12px;
}

@media screen and (min-width: 1170px) {
  .accordion-content-container .accordion-text {
    padding: 0 24px 24px;
  }
}

.accordion-content-container .accordion-images {
  position: relative;
  padding: 0 12px 12px;
}

@media screen and (min-width: 1170px) {
  .accordion-content-container .accordion-images {
    padding: 0 24px 24px;
  }
}

.plus-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: translateY(-50%);
}

.plus-icon span {
  position: absolute;
  transition: all 0.4s linear;
}

.plus-icon span.light-accordion {
  background-color: lightgray;
}

.plus-icon span.dark-accordion {
  background-color: white;
}

.plus-icon :first-child {
  top: 0;
  right: 13px;
  height: 30px;
  width: 4px;
}

.plus-icon :last-child {
  top: 13px;
  right: 0;
  height: 4px;
  width: 30px;
}

.accordion-carousel {
  position: relative;
  padding-top: 82%;
}

.accordion-carousel .accordion-slide {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s linear;
  padding-bottom: 82%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.accordion-carousel .accordion-slide.active {
  opacity: 1;
  z-index: 1;
}

.accordion-carousel .left-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 26px;
  height: 40px;
  z-index: 20;
  transition: all 0.4s ease;
  transform: translateY(-50%);
  cursor: pointer;
}

.accordion-carousel .left-arrow.light-arrow {
  background-image: url(../images/carousel-arrows-fff.png);
}

.accordion-carousel .left-arrow.dark-arrow {
  background-image: url(../images/carousel-arrows-000.png);
}

.accordion-carousel .right-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 40px;
  z-index: 20;
  transition: all 0.4s ease;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
}

.accordion-carousel .right-arrow.light-arrow {
  background-image: url(../images/carousel-arrows-fff.png);
}

.accordion-carousel .right-arrow.dark-arrow {
  background-image: url(../images/carousel-arrows-000.png);
}

.module-animated-bg-container {
  position: relative;
}

.module-animated-inner-bg-container {
  position: relative;
  /*@media screen and (min-width: $phablet-break) {
		margin-top: -100vh;
	}*/
}

.mobile-image-container {
  display: block;
  position: relative;
  background-position: center;
  width: 100%;
  height: 568px;
}

@media screen and (min-width: 768px) {
  .mobile-image-container {
    display: none;
  }
}

.shared-module.module-animated-bg {
  display: flex;
  position: relative;
  padding: 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .shared-module.module-animated-bg .agp-accordion-title-container {
    background-color: rgba(157, 127, 87, 0.1);
  }
  .shared-module.module-animated-bg .accordion-text-container {
    background-color: rgba(165, 150, 125, 0.1);
  }
}

@media screen and (min-width: 768px) {
  .shared-module.module-animated-bg {
    height: 100vh;
  }
}

.shared-module.module-animated-bg .shared-grid-container {
  align-self: center;
}

@media screen and (min-width: 768px) {
  .shared-module.module-animated-bg .second-section .module-title {
    color: white;
  }
  .shared-module.module-animated-bg .second-section .normal p {
    color: white;
  }
}

@media screen and (max-width: 768px) {
  .shared-module.module-animated-bg .second-section .accordion-bar {
    background-color: black;
  }
}

.changing-bg {
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .changing-bg {
    display: block;
  }
}

.hero-header-video-scroll {
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  margin: auto;
  object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .hero-header-video-scroll {
    height: calc(100vh + 30px);
  }
}

.hero-header-video-scroll.for-mobile {
  position: relative;
}

@media screen and (min-width: 767px) {
  .hero-header-video-scroll.for-mobile {
    display: none;
  }
}

.hero-header-video-scroll.for-tablet-desktop {
  display: none;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .hero-header-video-scroll.for-tablet-desktop {
    display: block;
  }
}

.hero-header-video-scroll.no-scroll-animation {
  transform: none;
}

.shared-module.module-benefits {
  z-index: 3;
}

.scroll-icon-outer-container {
  position: relative;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  -webkit-perspective: 500px;
  perspective: 500px;
}

@media screen and (min-width: 768px) {
  .scroll-icon-outer-container {
    transform: scale(0.75);
  }
}

.scroll-icon-inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  -moz-transform: rotate3d(0, 1, 0, 0deg);
  -ms-transform: rotate3d(0, 1, 0, 0deg);
  -o-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -moz-transition: transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  -webkit-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  /* pushes elements on mobile */
}

@media screen and (min-width: 768px) {
  .scroll-icon-inner-container {
    justify-content: unset;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .scroll-icon-inner-container.icon-count-5:after {
    content: '';
    display: block;
    position: relative;
    flex-basis: 30%;
  }
}

.scroll-icon-container {
  display: flex;
  position: relative;
  justify-content: center;
  flex-basis: 30%;
  margin-bottom: 5%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -moz-transition: transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  -webkit-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}

@media screen and (min-width: 768px) {
  .scroll-icon-container {
    padding: 10px;
    flex-basis: unset;
    margin-bottom: 0;
  }
}

.scroll-icon-container.active .ff-canvas {
  opacity: 0 !important;
}

.scroll-icon-container.active .ff-image {
  opacity: 1 !important;
}

.scroll-icon-container .ff-container:before {
  content: none !important;
}

@media screen and (max-width: 768px) {
  .scroll-icon-container .ff-canvas {
    opacity: 1 !important;
  }
  .scroll-icon-container .ff-image {
    opacity: 1 !important;
  }
}

.scroll-icon-container:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-55%, -53%) translate3d(0, 0, 0) scale(0.95);
  transform: translate(-55%, -53%) translate3d(0, 0, 0) scale(0.95);
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: all 0.1s ease-out;
  background-color: #fff;
  z-index: -1;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .scroll-icon-container:after {
    width: 90%;
    height: 95%;
  }
}

.scroll-icon-container.active {
  /*transform: translate3d(0, 0, 8px);*/
}

.scroll-icon-container.active:after {
  -webkit-transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  -moz-transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  -ms-transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  -o-transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-color: #112d3b;
}

.scroll-icon-container:hover:after {
  -webkit-transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  -moz-transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  -ms-transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  -o-transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  transform: translate(-55%, -53%) translate3d(0, 0, -1px) scale(0.95);
  background-color: #112d3b;
}

.scroll-icon-hide-overflow-container {
  background-color: #A38B63;
  border-radius: 10px;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 10px);
  -ms-transform: translate3d(0, 0, 10px);
  -o-transform: translate3d(0, 0, 10px);
  -webkit-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
}

.scroll-icon {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}

.scroll-subtitle-container {
  margin-bottom: 30px;
}

.scroll-subtitle-container h2 {
  color: #a5967d !important;
}

@media screen and (min-width: 768px) {
  .scroll-subtitle-container {
    margin-bottom: 50px;
  }
}

.scroll-title-container {
  padding-bottom: 25px;
  border-bottom: 1px solid #a5967d;
  margin-bottom: 25px;
}

.scroll-title-container .module-title {
  padding: 0;
  color: #a5967d !important;
}

.icon-details-list-container {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  overflow: hidden;
}

.icon-details-container {
  flex: 1 0 100%;
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  opacity: 1;
  order: 1;
}

.icon-details-container.active {
  -moz-animation: showBenefitDetails 0.4s ease-out forwards;
  -o-animation: showBenefitDetails 0.4s ease-out forwards;
  -webkit-animation: showBenefitDetails 0.4s ease-out forwards;
  animation: showBenefitDetails 0.4s ease-out forwards;
  order: 0;
}

.benefit-header-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: center;
  /*.benefit-title {
		color: $textcolor;
	}*/
}

.benefit-header-container .benefit-header-container {
  overflow: hidden;
}

.benefit-title-icon-container {
  overflow: hidden;
  border-radius: 3px;
  line-height: 0;
  margin-right: 12px;
}

.benefit-title-icon-container .benefit-title-icon {
  width: 28px;
  height: 28px;
}

@-moz-keyframes showBenefitDetails {
  0% {
    transform: scale(0.95);
    opacity: 0;
    order: 0;
  }
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes showBenefitDetails {
  0% {
    transform: scale(0.95);
    opacity: 0;
    order: 0;
  }
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes showBenefitDetails {
  0% {
    transform: scale(0.95);
    opacity: 0;
    order: 0;
  }
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.align-self-to-center {
  align-self: center;
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.module-big-text-view {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.module-big-text-view .big-text-paragraph {
  line-height: 150%;
}

.module-big-text-view .left-align {
  text-align: left;
}

.module-big-text-view .center-align {
  text-align: center;
}

.blog-link-container {
  position: relative;
}

.blog-link {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
}

.blog-link:hover .blog-link-hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.blog-link-hover {
  transition: all 0.2s linear;
  background-color: transparent;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.blog-link-title {
  position: absolute;
  left: 24px;
  bottom: 15%;
  z-index: 2;
  color: white !important;
}

.blog-image img {
  display: block;
  width: 100%;
}

.brochure {
  margin-bottom: 20px;
}

.brochure iframe {
  height: 260px !important;
}

.brochure-title {
  padding-bottom: 20px;
}

.shared-module.module-button .button-container {
  width: 100%;
  text-align: center;
}

.shared-module.module-button .button-container a {
  padding: 10px 20px;
  letter-spacing: 2px;
  background-color: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0.7;
}

.shared-module.module-button .button-container a:hover {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .shared-module.module-button .button-container.has-image {
    text-align: left;
  }
}

.button-link-container .button-container a {
  padding: 10px 20px;
  letter-spacing: 2px;
  background-color: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0.7;
  margin-bottom: 14px;
  box-shadow: 3px 11px 7px -5px grey;
  color: #000000 !important;
}

.button-link-container .button-container a a:hover {
  opacity: 1;
  background-color: white;
}

.button-link-container .button-container a:hover {
  opacity: 1;
  background-color: white;
}

.button-img-container {
  display: none;
}

@media screen and (min-width: 1024px) {
  .button-img-container {
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 33.33%;
    height: 100%;
  }
}

.shared-module.module-carousel {
  padding: 0;
}

.annotations {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.annotations .annotation {
  position: absolute;
}

.colour-list-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.colour-container {
  flex-basis: calc(50%);
  padding-right: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .colour-container {
    flex-basis: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .colour-container {
    flex-basis: 12.5%;
  }
}

.colour-container .colour-box {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  transition: all 0.2s ease-out;
  transform: scale(1);
  z-index: 1;
}

.colour-container .colour-box:hover {
  transform: scale(1.2);
  transform-origin: 50% 50%;
  z-index: 2;
}

.colour-container .colour-text {
  font-size: 13px;
  margin-bottom: 0 !important;
}

/*@import 'module-comparison'; mn 2023-11-28 make this separate css */
.shared-grid-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  font-size: 0;
  background: transparent;
  /*h1, h2, h3, h4, h5, h6 {
		padding: 0;
	}*/
}

@media screen and (min-width: 768px) {
  .shared-grid-container {
    padding: 12px 0;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container {
    width: 1170px;
  }
}

.shared-grid-container .grid-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .shared-grid-container .grid-item {
    padding: 12px;
  }
}

.shared-grid-container .grid-item.col-mobile-1 {
  width: 8.33%;
}

.shared-grid-container .grid-item.col-mobile-2 {
  width: 16.66%;
}

.shared-grid-container .grid-item.col-mobile-3 {
  width: 25%;
}

.shared-grid-container .grid-item.col-mobile-4 {
  width: 33.33%;
}

.shared-grid-container .grid-item.col-mobile-5 {
  width: 41.66%;
}

.shared-grid-container .grid-item.col-mobile-6 {
  width: 50%;
}

.shared-grid-container .grid-item.col-mobile-7 {
  width: 58.33%;
}

.shared-grid-container .grid-item.col-mobile-8 {
  width: 66.66%;
}

.shared-grid-container .grid-item.col-mobile-9 {
  width: 75%;
}

.shared-grid-container .grid-item.col-mobile-10 {
  width: 83.33%;
}

.shared-grid-container .grid-item.col-mobile-11 {
  width: 91.66%;
}

.shared-grid-container .grid-item.col-mobile-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .shared-grid-container .grid-item.col-phablet-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-phablet-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-phablet-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-phablet-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-phablet-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-phablet-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-phablet-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-phablet-8 {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-phablet-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-phablet-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-phablet-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-phablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .shared-grid-container .grid-item.col-tablet-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-tablet-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-tablet-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-tablet-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-tablet-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-tablet-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-tablet-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-tablet-8 {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-tablet-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-tablet-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-tablet-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container .grid-item.col-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-8, .shared-grid-container .grid-item.shared-gallery-lists.big {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-12 {
    width: 100%;
  }
}

.contact-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*padding-top: 50px; 2023-11-23 jn removed*/
}

.contact-details .icon {
  display: flex;
  flex: 0 1 10%;
  margin-bottom: 20px;
  justify-content: center;
}

.contact-details .icon i {
  flex: 0 1 auto;
  align-self: flex-start;
  font-size: 28px;
}

.contact-details .icon:first-child {
  padding-top: 10px;
}

.contact-details .border {
  flex: 0 1 100%;
  height: 1px;
  width: 100%;
  background-color: #f5f6f6;
  margin-bottom: 20px;
}

.contact-details .details {
  flex: 0 1 85%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1170px) {
  .contact-details .details {
    flex: 0 1 90%;
  }
}

.contact-details .details .details-text {
  padding-bottom: 10px;
}

.enq-contact-details {
  /*2023-11-23 jn added*/
  padding-top: 50px;
}

.map-container {
  height: 500px;
}

.team-member-email-icon {
  display: none;
}

.team-member-email-icon:first-child {
  display: block;
}

.team-member-enquiry-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.details-phone-and-email a {
  margin-right: 24px;
}

.enquiry-APL-us-form {
  margin: 0 auto;
  width: 65%;
  color: #000;
}

.enquiry-APL-us-form .form {
  margin-left: 20px;
}

.enquiry-APL-us-form .form-actions input {
  color: #000 !important;
}

@media screen and (max-width: 480px) {
  .enquiry-APL-us-form {
    width: 95%;
  }
}

.shared-module.module-image-slider {
  z-index: 9;
  padding: 0 !important;
}

.shared-module.module-image-slider.active {
  z-index: 20;
}

.shared-module.module-image-slider .left-arrow {
  position: absolute;
  width: 26px;
  height: 40px;
  top: 50%;
  left: 20px;
  background-image: url(../images/carousel-arrows-fff.png);
  transform: translateY(-50%);
  transition: opacity 0.4s ease;
  z-index: 40;
  opacity: 0.6;
  cursor: pointer;
}

.shared-module.module-image-slider .left-arrow:hover {
  opacity: 1;
}

.shared-module.module-image-slider .left-arrow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
}

.shared-module.module-image-slider .left-arrow.light-arrow {
  background-image: url(../images/carousel-arrows-fff.png);
}

.shared-module.module-image-slider .left-arrow.dark-arrow {
  background-image: url(../images/carousel-arrows-000.png);
}

.shared-module.module-image-slider .right-arrow {
  position: absolute;
  width: 26px;
  height: 40px;
  top: 50%;
  right: 20px;
  background-image: url(../images/carousel-arrows-fff.png);
  transform: translateY(-50%) rotate(180deg);
  transition: opacity 0.4s ease;
  z-index: 40;
  opacity: 0.6;
  cursor: pointer;
}

.shared-module.module-image-slider .right-arrow:hover {
  opacity: 1;
}

.shared-module.module-image-slider .right-arrow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
}

.shared-module.module-image-slider .right-arrow.light-arrow {
  background-image: url(../images/carousel-arrows-fff.png);
}

.shared-module.module-image-slider .right-arrow.dark-arrow {
  background-image: url(../images/carousel-arrows-000.png);
}

.shared-module.module-image-slider .module-header {
  text-align: center;
}

.image-slider-container {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.image-slider-container .left-arrow,
.image-slider-container .right-arrow {
  display: none;
}

.image-slider-container .left-arrow.active,
.image-slider-container .right-arrow.active {
  display: block;
}

.img-slider {
  display: block;
}

.img-inner-slider {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  transition: left 0.4s ease;
  left: 0;
}

.img-inner-slider .img-slider-image {
  flex: 0 1 100%;
  display: inline-block;
  position: relative;
  min-width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 30;
}

@media screen and (min-width: 768px) {
  .img-inner-slider .img-slider-image {
    min-width: 20%;
    height: 130px;
  }
}

@media screen and (min-width: 1170px) {
  .img-inner-slider .img-slider-image {
    min-width: 20%;
    height: 130px;
  }
}

.img-caption {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 5px;
  top: 240px;
}

@media screen and (min-width: 768px) {
  .img-caption {
    top: 130px;
  }
}

@media screen and (min-width: 1170px) {
  .img-caption {
    top: 130px;
  }
}

.img-slider-modal-container {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 50;
}

.img-slider-modal-container .img-slider-modal-image-con {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/spinnerMedium.gif) 50% no-repeat;
}

.img-slider-modal-container .img-slider-caption {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 100;
  color: rgba(255, 255, 255, 0.8);
}

.shared-grid-container.tabs-container {
  padding: 0 24px;
  margin-bottom: 40px;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .shared-grid-container.tabs-container {
    padding: 0;
    margin: 0 12px 40px;
    width: auto;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container.tabs-container {
    padding: 0;
    margin: 0 auto 40px;
    width: 1170px;
  }
}

.shared-tab {
  border-right: 2px solid white;
  display: inline-block;
  text-align: left;
  background-color: #F1F3F3;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .shared-tab {
    border-right: 2px solid white;
    display: inline-block;
    text-align: left;
    background-color: #F1F3F3;
    margin-bottom: 2px;
  }
}

.shared-tab:last-child {
  border-right: none;
}

.shared-tab .tab-title {
  padding: 15px 20px;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  font-weight: normal;
}

.shared-tab .tab-title.active {
  font-weight: bold;
}

.shared-grid-container.images-container {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-image-container,
.project-image-container {
  display: none;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  flex-basis: 100%;
  padding: 0;
  height: 232px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*&.active {   mn 2020-05-23 removed, totally screwy!
		display: block;
	}*/
}

.gallery-image-container.active,
.project-image-container.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .gallery-image-container,
  .project-image-container {
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    flex-basis: 50%;
    height: 300px;
    /*&:nth-child(odd) {
			padding: 0 6px 24px 12px;
		}

		&:nth-child(even) {
			padding: 0 12px 24px 6px;
		}*/
  }
}

@media screen and (min-width: 1170px) {
  .gallery-image-container,
  .project-image-container {
    /*-ms-flex: 0 1 25%;
		-webkit-flex: 0 1 25%;
		flex: 0 1 25%;
		flex-basis: 25%;*/
    flex: none;
    width: 25%;
    height: 200px;
    /*&:nth-child(odd) {
			padding: 0 12px 12px 0;
		}

		&:nth-child(even) {
			padding: 0 12px 12px 0;
		}

		&:nth-child(4n) {
			padding: 0 0 12px 0;
		}*/
  }
}

.gallery-image-container .gallery-image,
.gallery-image-container .project-image,
.project-image-container .gallery-image,
.project-image-container .project-image {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  margin: 6px;
}

@media screen and (min-width: 768px) {
  .gallery-image-container .gallery-image,
  .gallery-image-container .project-image,
  .project-image-container .gallery-image,
  .project-image-container .project-image {
    height: 288px;
  }
}

@media screen and (min-width: 1170px) {
  .gallery-image-container .gallery-image,
  .gallery-image-container .project-image,
  .project-image-container .gallery-image,
  .project-image-container .project-image {
    height: 188px;
  }
}

.gallery-modal-container,
.project-modal-container {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
  z-index: 50;
}

.gallery-modal-container .blur-while-loading,
.project-modal-container .blur-while-loading {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  overflow: hidden;
  max-width: 90%;
  height: auto;
  width: auto;
  align-content: center;
  justify-content: center;
}

.gallery-modal-container .modal-image-title,
.project-modal-container .modal-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  margin: 0;
}

.gallery-modal-container .blur-while-loading.loading-image:after,
.project-modal-container .blur-while-loading.loading-image:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: transalte(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url(../images/spinnerMedium.gif) 50% no-repeat;
}

.gallery-modal-container .blur-while-loading.loading-image .gallery-modal-image,
.gallery-modal-container .blur-while-loading.loading-image .project-modal-image,
.project-modal-container .blur-while-loading.loading-image .gallery-modal-image,
.project-modal-container .blur-while-loading.loading-image .project-modal-image {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.gallery-modal-container .gallery-modal-image,
.gallery-modal-container .project-modal-image,
.project-modal-container .gallery-modal-image,
.project-modal-container .project-modal-image {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
  height: auto;
  object-fit: contain;
  align-items: center;
  justify-content: center;
  transition: filter 0.4s linear;
}

.gallery-modal-container .left-arrow,
.project-modal-container .left-arrow {
  position: absolute;
  width: 26px;
  height: 40px;
  background-image: url(../images/carousel-arrows-fff.png);
  top: 50%;
  left: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 40;
  cursor: pointer;
  opacity: 0.6;
}

.gallery-modal-container .left-arrow:hover,
.project-modal-container .left-arrow:hover {
  opacity: 1;
}

.gallery-modal-container .left-arrow:after,
.project-modal-container .left-arrow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
}

.gallery-modal-container .right-arrow,
.project-modal-container .right-arrow {
  position: absolute;
  width: 26px;
  height: 40px;
  background-image: url(../images/carousel-arrows-fff.png);
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(180deg);
  transition: opacity 0.4s ease;
  z-index: 40;
  cursor: pointer;
  opacity: 0.6;
}

.gallery-modal-container .right-arrow:hover,
.project-modal-container .right-arrow:hover {
  opacity: 1;
}

.gallery-modal-container .right-arrow:after,
.project-modal-container .right-arrow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
}

.module-projects .tabs-container {
  margin-bottom: 20px;
}

.module-projects .project-description {
  display: none !important;
}

.module-projects .project-description.active {
  display: block !important;
}

.description-container {
  display: none;
  margin-top: 30px;
  width: 100%;
}

.description-container.active {
  display: block;
}

.shared-grid-container.members-container {
  display: flex;
  flex-wrap: wrap;
}

.grid-item.member-info {
  flex-basis: 50%;
  display: inline-flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .grid-item.member-info {
    flex-basis: 25%;
  }
}

.grid-item.member-info .member-picture {
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .grid-item.member-info .member-picture {
    flex: 0 1 25%;
  }
}

.grid-item.member-info .member-details {
  -ms-flex: 0 1 57.5%;
  -webkit-flex: 0 1 57.5%;
  flex: 0 1 57.5%;
  padding: 12px;
  align-self: top;
}

.grid-item.member-info .member-details.no-img {
  padding-left: 0;
}

.slides {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 0;
}

.slides.active {
  opacity: 1;
}

.slideshow-arrows-container {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.slideshow-arrows-container .slideshow-left-arrow {
  flex: 0 1 auto;
  display: inline-block;
  width: 26px;
  height: 41px;
  cursor: pointer;
  margin-left: 10px;
  background-image: url(../images/carousel-back-arrow.png);
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .slideshow-arrows-container .slideshow-left-arrow {
    margin-left: 40px;
  }
}

.slideshow-arrows-container .slideshow-right-arrow {
  flex: 0 1 auto;
  display: inline-block;
  width: 26px;
  height: 41px;
  cursor: pointer;
  margin-right: 10px;
  background-image: url(../images/carousel-forward-arrow.png);
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .slideshow-arrows-container .slideshow-right-arrow {
    margin-right: 40px;
  }
}

.slideshow-tabs-container {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .slideshow-tabs-container {
    display: block;
  }
}

.slideshow-tabs-container .tab {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: gray;
  margin-right: 20px;
  cursor: pointer;
}

.slideshow-tabs-container .tab.active {
  background-color: white;
}

.slideshow-tabs-container .tab:last-child {
  margin-right: 0;
}

.testimonial-container {
  padding: 0 20px;
  margin: 0 auto;
}

.grid-item.testimonial-text {
  padding: 30px;
  border-radius: 30px;
}

.grid-item.testimonial-text .testimonial-name {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.module-text-and-image-view .text-and-image-paragraph {
  font-size: 17px;
  line-height: 150%;
}

.module-text-and-image-view .button-container {
  width: 100%;
  text-align: center;
  padding-top: 48px;
}

.module-text-and-image-view .button-container .text-and-image-button {
  display: inline-block;
  background-color: transparent;
  border-radius: 50px;
  border: thin solid #1D919D;
  color: #1D919D;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  letter-spacing: 2px;
}

.module-text-and-image-view .button-container .text-and-image-button:hover {
  cursor: pointer;
}

.module-text-and-image-view .fade-slider {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 300px;
  padding: 12px;
}

.module-text-and-image-view .fade-slider > div {
  top: 50%;
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.module-text-and-image-view .slide-slider {
  position: relative;
  overflow: hidden;
  width: 470px;
  height: 395px;
  padding: 12px;
}

.module-text-and-image-view .slide-slider > div {
  top: 50%;
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-slideshow-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.slides {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 0;
}

.slides.active {
  opacity: 1;
}

.slideshow-arrows-container {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.slideshow-arrows-container .slideshow-left-arrow {
  flex: 0 1 auto;
  display: inline-block;
  width: 26px;
  height: 40px;
  cursor: pointer;
  margin-left: 10px;
  background-image: url(../images/carousel-arrows-fff.png);
  background-position: top;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .slideshow-arrows-container .slideshow-left-arrow {
    margin-left: 40px;
  }
}

.slideshow-arrows-container .slideshow-right-arrow {
  flex: 0 1 auto;
  display: inline-block;
  position: relative;
  width: 26px;
  height: 40px;
  cursor: pointer;
  margin-right: 10px;
  background-image: url(../images/carousel-arrows-fff.png);
  background-position: top;
  background-size: cover;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .slideshow-arrows-container .slideshow-right-arrow {
    margin-right: 40px;
  }
}

.shared-grid-container.images-then-text {
  display: flex;
  flex-wrap: wrap;
}

.shared-grid-container.images-then-text .text-container {
  order: 1;
}

.shared-grid-container.text-then-images {
  display: flex;
  flex-wrap: wrap;
}

a.text-and-image-btn {
  display: block;
  border: 1px solid;
  padding: 6px 20px;
  width: fit-content;
}

a.text-and-image-btn.center-align {
  margin: 0 auto;
}

.module-story {
  background: url(../images/a-module-tools-bg.png) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1170px) {
  .module-story {
    background-size: 100%;
  }
}

.module-story .story-container {
  padding: 40px 0 0;
  /*@media screen and (min-width:$maxpagewidth) {
			padding: 60px 12px 80px;
		}*/
}

.module-story .story-container .grid-item {
  vertical-align: middle;
}

.module-story .story-container .module-title {
  padding: 0;
  margin: 0 0 20px;
}

.module-story .story-container .story-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.module-story .story-container .story-video-container .story-video-cover {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-story .story-container .story-video-container .story-video-cover .play-btn {
  color: white;
  position: absolute;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  font-weight: bold;
}

.module-story .story-container .story-video-container .story-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-story .story-container .story-subtitle {
  padding: 0;
  margin-bottom: 34px;
}

.multi-video-container .vimeo-video {
  position: relative;
}

.multi-video-container .vimeo-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.shared-grid-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  font-size: 0;
  background: transparent;
  /*h1, h2, h3, h4, h5, h6 {
		padding: 0;
	}*/
}

@media screen and (min-width: 768px) {
  .shared-grid-container {
    padding: 12px 0;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container {
    width: 1170px;
  }
}

.shared-grid-container .grid-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .shared-grid-container .grid-item {
    padding: 12px;
  }
}

.shared-grid-container .grid-item.col-mobile-1 {
  width: 8.33%;
}

.shared-grid-container .grid-item.col-mobile-2 {
  width: 16.66%;
}

.shared-grid-container .grid-item.col-mobile-3 {
  width: 25%;
}

.shared-grid-container .grid-item.col-mobile-4 {
  width: 33.33%;
}

.shared-grid-container .grid-item.col-mobile-5 {
  width: 41.66%;
}

.shared-grid-container .grid-item.col-mobile-6 {
  width: 50%;
}

.shared-grid-container .grid-item.col-mobile-7 {
  width: 58.33%;
}

.shared-grid-container .grid-item.col-mobile-8 {
  width: 66.66%;
}

.shared-grid-container .grid-item.col-mobile-9 {
  width: 75%;
}

.shared-grid-container .grid-item.col-mobile-10 {
  width: 83.33%;
}

.shared-grid-container .grid-item.col-mobile-11 {
  width: 91.66%;
}

.shared-grid-container .grid-item.col-mobile-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .shared-grid-container .grid-item.col-phablet-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-phablet-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-phablet-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-phablet-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-phablet-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-phablet-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-phablet-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-phablet-8 {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-phablet-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-phablet-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-phablet-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-phablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .shared-grid-container .grid-item.col-tablet-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-tablet-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-tablet-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-tablet-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-tablet-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-tablet-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-tablet-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-tablet-8 {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-tablet-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-tablet-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-tablet-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container .grid-item.col-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-8, .shared-grid-container .grid-item.shared-gallery-lists.big {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-12 {
    width: 100%;
  }
}

.gallery-page {
  background-color: #F1F1EE;
}

.gallery-background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1180px;
  background-size: 100%;
}

.gallery-banner {
  position: relative;
  display: block;
  height: 600px;
  background-color: #000;
  background: center center no-repeat;
  background-size: cover;
  /*overflow:hidden;*/
  margin-bottom: 150px;
  z-index: 1;
}

@media screen and (min-width: 1170px) {
  .gallery-banner {
    margin-bottom: 0;
  }
}

.gallery-title-wrapper {
  position: absolute;
  top: 80%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 1170px) {
  .gallery-title-wrapper {
    width: 1170px;
    padding: 10px 0;
    margin: 0;
    text-align: right;
  }
}

.gallery-title-wrapper .gallery-title {
  margin: 0;
  margin-bottom: 20px;
}

.gallery-category-selector {
  position: absolute;
  width: 100%;
  top: 100%;
  padding-bottom: 0;
}

@media screen and (min-width: 1170px) {
  .gallery-category-selector {
    width: 1170px;
    text-align: left;
    top: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}

.gallery-category-selector li {
  padding-bottom: 0 !important;
}

.gallery-category-selector li a {
  display: block;
  background-color: rgba(75, 49, 60, 0.4);
  color: #E5DBD9;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px;
  border: 1px solid #fff;
  border-bottom: none;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.gallery-category-selector li a:hover {
  background-color: #4b313c;
}

.gallery-category-selector li a.active {
  background-color: #F1F1EE;
  color: #4B313C;
}

.gallery-category-selector li a.active:hover {
  background-color: white;
}

.gallery-filter {
  position: relative;
  z-index: 10;
  padding: 0 12px 12px;
}

@media screen and (min-width: 1170px) {
  .gallery-filter {
    padding: 24px 24px 0;
  }
}

.gallery-filter .ranges-info-button {
  display: none;
}

@media screen and (min-width: 1170px) {
  .gallery-filter .ranges-info-button {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 17px;
    background-image: url(../images/range-info-button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 20;
  }
}

.gallery-filter .ranges-info-container {
  display: none;
  position: absolute;
  right: 25%;
  height: auto;
  top: -301%;
  background-color: #8C7B83;
  padding: 30px;
}

.gallery-filter .ranges-info-container .bottom-arrow {
  position: absolute;
  border-top: 10px solid #8C7B83;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 81%;
}

.gallery-filter .filter-by {
  position: relative;
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border-bottom: 1px solid gray;
}

.gallery-filter .filter-by:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.gallery-filter .filter-by:after {
  content: '';
  position: absolute;
  top: 65%;
  right: 22px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/arrow_caret.png) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1170px) {
  .gallery-filter .filter-by {
    border-right: 1px solid gray;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
  }
  .gallery-filter .filter-by:first-child {
    border-left: 1px solid gray;
  }
}

.gallery-filter .filter-by .filter-title {
  position: absolute;
  top: 0;
  left: 15px;
}

.gallery-filter .filter-by .selected-title {
  font-size: 30px;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  margin-top: 30px;
  margin-left: 15px;
}

.gallery-filter .filter-by .select-box {
  position: relative;
  display: none;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  margin-top: 12px;
}

@media screen and (min-width: 1170px) {
  .gallery-filter .filter-by .select-box {
    position: absolute;
    top: 130%;
    left: 0;
    margin-top: 0;
  }
}

.gallery-filter .filter-by .select-box .select-option {
  font-size: 18px;
  background-color: #F1F1EE;
}

.gallery-filter .filter-by .select-box .select-option a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}

.gallery-filter .filter-by .select-box .select-option a:hover {
  color: #000;
  background-color: #e1dedd;
}

.gallery-grid-container {
  position: relative;
  z-index: 1;
}

.shared-gallery-lists {
  position: relative;
}

@media screen and (min-width: 768px) {
  .shared-gallery-lists.big {
    float: left;
  }
}

.shared-gallery-lists .gallery-contents {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.shared-gallery-lists .gallery-contents .link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.shared-gallery-lists .gallery-contents .title {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  width: 100%;
}

.shared-gallery-lists .gallery-contents .likes {
  position: absolute;
  color: #fff;
  padding: 5px;
}

.shared-gallery-lists .gallery-contents .likes:after {
  content: '';
  position: absolute;
  top: -50%;
  right: 100%;
  margin-right: 10px;
  width: 30px;
  height: 50px;
  background: url(../images/like-icon.png) center center no-repeat;
  background-size: 100%;
}

.shared-gallery-lists .gallery-contents:hover .gallery-hover {
  opacity: 1;
}

.shared-gallery-lists .gallery-contents:hover .gallery-hover .more, .shared-gallery-lists .gallery-contents:hover .gallery-hover .liked {
  transform: translate(-50%, -50%) scale(1);
}

.shared-gallery-lists .gallery-contents .instagram-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.gallery-hover {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.gallery-hover .more, .gallery-hover .liked {
  display: none;
  position: absolute;
  font-size: 70px;
  color: white;
  cursor: pointer;
  opacity: 0.5;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.gallery-hover .more:hover, .gallery-hover .liked:hover {
  opacity: 1;
}

@media screen and (min-width: 1170px) {
  .gallery-hover .more, .gallery-hover .liked {
    display: block;
  }
}

.gallery-hover .more {
  top: 35%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url(../images/plus.png) center center no-repeat;
  background-size: 100%;
}

.gallery-hover .liked {
  top: 65%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url(../images/like.png) center center no-repeat;
  background-size: 100%;
}

.gallery-hover .liked.selected {
  background: url(../images/like-liked.png) center center no-repeat;
  background-size: 100%;
}

.gallery-detail-container .image-container .arrow, .gallery-detail-container .image-container .liked {
  position: absolute;
  width: 25px;
  height: 25px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  cursor: pointer;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-container .image-container .arrow, .gallery-detail-container .image-container .liked {
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}

.gallery-detail-container .image-container .arrow:hover, .gallery-detail-container .image-container .liked:hover {
  opacity: 1 !important;
}

.gallery-detail-container {
  position: relative;
  padding: 0;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-container {
    padding: 12px;
  }
}

.gallery-detail-container .title {
  padding: 12px;
}

.gallery-detail-container .image-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 12px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .gallery-detail-container .image-container {
    height: 420px;
  }
}

@media screen and (min-width: 1024px) {
  .gallery-detail-container .image-container {
    height: 600px;
  }
}

@media screen and (min-width: 1170px) {
  .gallery-detail-container .image-container {
    margin-bottom: 0;
  }
  .gallery-detail-container .image-container:hover .arrow, .gallery-detail-container .image-container:hover .liked {
    opacity: 0.5;
  }
}

.gallery-detail-container .image-container .gallery-img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .gallery-detail-container .image-container .gallery-img {
    top: 50%;
    left: 0;
    padding: 12px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
}

.gallery-detail-container .image-container .arrow {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/gallery-arrow.png") center center no-repeat;
  background-size: 100%;
}

.gallery-detail-container .image-container .arrow a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-detail-container .image-container .prevArrow {
  left: 15px;
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.gallery-detail-container .image-container .nextArrow {
  right: 15px;
}

.gallery-detail-container .image-container .interactive-btn-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 15px;
  background-color: #8C7B83;
}

.gallery-detail-container .image-container .interactive-btn-container:before {
  content: '';
  position: absolute;
  top: 0;
  height: 60px;
  left: 20px;
  width: 1px;
  z-index: 10000;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-detail-container .image-container .interactive-btn-container:after {
  content: '';
  position: absolute;
  top: 0;
  height: 60px;
  left: 90px;
  width: 1px;
  z-index: 10000;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-detail-container .image-container .interactive-btn-container::after(2) {
  content: '';
  position: absolute;
  top: 0;
  height: 60px;
  right: 20px;
  width: 1px;
  z-index: 10000;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 1170px) {
  .gallery-detail-container .image-container .interactive-btn-container {
    top: 0;
    width: 50%;
    height: 100%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 0;
    background: none;
  }
  .gallery-detail-container .image-container .interactive-btn-container:before {
    border: none;
  }
  .gallery-detail-container .image-container .interactive-btn-container:after {
    border: none;
  }
}

.gallery-detail-container .image-container .liked {
  background: url(../images/like.png) center center no-repeat;
  background-size: 100%;
  pointer-events: auto;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-left: 25px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1170px) {
  .gallery-detail-container .image-container .liked {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 70%;
    left: 50%;
    border: none;
    margin: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.gallery-detail-container .image-container .liked.selected {
  background: url(../images/like-liked.png) center center no-repeat;
  background-size: 100%;
}

.gallery-detail-made-of {
  position: relative;
  padding: 25px;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-made-of {
    min-height: 67px;
  }
}

.gallery-detail-made-of .grid-item {
  border: none;
  padding: 0;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-made-of .grid-item {
    border-right: 1px solid #BFB3B8;
    padding: 12px;
  }
}

.gallery-detail-made-of .grid-item.blank {
  border-top: 1px solid #94848B;
  padding: 0;
  margin: 24px 0;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-made-of .grid-item.blank {
    border: none;
    padding: 12px;
    margin: 0;
  }
}

.gallery-detail-made-of .title {
  margin-bottom: 15px;
  padding: 0 0 12px 0;
  display: block;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-made-of .title {
    margin-bottom: 0;
  }
}

.gallery-detail-made-of .small-title {
  display: inline;
  text-align: left;
  font-weight: 100;
  font-size: 14px;
  min-width: 85px;
}

.gallery-detail-made-of .configuration-detail {
  text-align: right;
}

.gallery-detail-made-of .configuration-detail .configuration-thumbnail {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.gallery-detail-made-of .more-from-house-btn {
  position: relative;
  display: block;
  width: 270px;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #89352C;
  color: #89352C;
  text-align: center;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-made-of .more-from-house-btn {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    margin-top: 24px;
    margin-right: 24px;
  }
}

.gallery-detail-also-liked {
  position: relative;
  z-index: 1;
  padding: 0 25px 25px;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-also-liked {
    padding: 12px;
  }
}

.gallery-detail-also-liked .title {
  padding: 12px;
  text-align: left;
  font-weight: 100;
}

.gallery-detail-also-liked .shared-gallery-lists {
  padding: 2px;
}

@media screen and (min-width: 1170px) {
  .gallery-detail-also-liked .shared-gallery-lists {
    padding: 12px;
  }
}

/* 2024-03-13 aa adding it back now but as a toggle. TW64178 Renovation module to manufacturer sites */
/* 2023-10-31 jn removed as per TW63131 Tiles expand with a hover */
.zoom-in-animation:hover .tile-img img {
  transform: scale(1.1);
}

.zoom-in-animation:hover .tile-header {
  opacity: 0.5;
}

.zoom-in-animation .tile-img {
  overflow: hidden;
}

.zoom-in-animation img {
  transition: all 0.3s ease-in-out !important;
}

.tile-picture {
  margin-bottom: 15px;
}

.tile-picture .tile-img {
  margin-bottom: 20px;
  padding-bottom: 66%;
  background-position: center;
  background-size: cover;
  width: 100%;
  /*overflow: hidden;    2023-10-31 jn removed as per TW63131 Tiles expand with a hover*/
}

.tile-picture img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*transition: transform 0.3s ease-in-out;  2023-10-31 jn removed as per TW63131 Tiles expand with a hover*/
}

.tile-icon {
  position: relative;
  margin-bottom: 20px;
}

.tile-icon .tile-img {
  display: block;
  margin: 0 auto;
  max-height: 150px;
  max-width: 150px;
}

.tile-icon .tile-img-position-helper {
  /*position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);*/
}

.tile-icon .tile-img-position-helper.img-align-left .tile-img {
  margin: 0;
}

.tile-header {
  margin-bottom: 20px;
  transition: opacity 0.3s ease-in-out;
}

.module-tiles-view .grid-item {
  padding: 10px 22px 30px;
}

.shared-grid-container.tile-align-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .accordion-outer-container .accordion-title {
    color: #fff;
  }
}

.accordion-outer-container .agp-accordion-title-container {
  padding: 20px 0 10px 10px;
}

.accordion-outer-container .accordion-text-container {
  display: block;
  width: 100%;
  background-color: transparent;
}

.accordion-outer-container .accordion-text {
  padding: 20px 0;
}

.accordion-outer-container {
  margin-top: 30px;
}

.accordion-inner-container {
  display: block;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.accordion-item.open .accordion-text-container {
  transition: max-height 400ms ease-in-out 400ms;
  max-height: 1000px;
}

@media screen and (min-width: 1024px) {
  .accordion-item.open .accordion-text-container {
    max-height: 400px;
  }
}

.accordion-item.open .vertical-bar {
  opacity: 0;
}

.agp-accordion-title-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 20px;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.accordion-title {
  flex: 1;
  line-height: 110%;
}

.accordion-x {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

.accordion-x .accordion-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordion-x .horizontal-bar {
  width: 15px;
  height: 2px;
  opacity: 0.5;
}

.accordion-x .vertical-bar {
  width: 2px;
  height: 15px;
  opacity: 0.5;
}

.accordion-text-container {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease-in-out;
}

.accordion-text-container .accordion-text {
  padding: 20px;
}

/* ModuleHeroHeaderContent Override */
@media screen and (max-width: 767px) {
  .module-hero-header-content .agp-accordion-title-container {
    background-color: rgba(157, 127, 87, 0.1);
  }
  .module-hero-header-content .accordion-text-container {
    background-color: rgba(165, 150, 125, 0.1);
  }
}

.shared-grid-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  font-size: 0;
  background: transparent;
  /*h1, h2, h3, h4, h5, h6 {
		padding: 0;
	}*/
}

@media screen and (min-width: 768px) {
  .shared-grid-container {
    padding: 12px 0;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container {
    width: 1170px;
  }
}

.shared-grid-container .grid-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .shared-grid-container .grid-item {
    padding: 12px;
  }
}

.shared-grid-container .grid-item.col-mobile-1 {
  width: 8.33%;
}

.shared-grid-container .grid-item.col-mobile-2 {
  width: 16.66%;
}

.shared-grid-container .grid-item.col-mobile-3 {
  width: 25%;
}

.shared-grid-container .grid-item.col-mobile-4 {
  width: 33.33%;
}

.shared-grid-container .grid-item.col-mobile-5 {
  width: 41.66%;
}

.shared-grid-container .grid-item.col-mobile-6 {
  width: 50%;
}

.shared-grid-container .grid-item.col-mobile-7 {
  width: 58.33%;
}

.shared-grid-container .grid-item.col-mobile-8 {
  width: 66.66%;
}

.shared-grid-container .grid-item.col-mobile-9 {
  width: 75%;
}

.shared-grid-container .grid-item.col-mobile-10 {
  width: 83.33%;
}

.shared-grid-container .grid-item.col-mobile-11 {
  width: 91.66%;
}

.shared-grid-container .grid-item.col-mobile-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .shared-grid-container .grid-item.col-phablet-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-phablet-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-phablet-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-phablet-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-phablet-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-phablet-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-phablet-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-phablet-8 {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-phablet-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-phablet-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-phablet-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-phablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .shared-grid-container .grid-item.col-tablet-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-tablet-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-tablet-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-tablet-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-tablet-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-tablet-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-tablet-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-tablet-8 {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-tablet-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-tablet-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-tablet-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1170px) {
  .shared-grid-container .grid-item.col-1 {
    width: 8.33%;
  }
  .shared-grid-container .grid-item.col-2 {
    width: 16.66%;
  }
  .shared-grid-container .grid-item.col-3 {
    width: 25%;
  }
  .shared-grid-container .grid-item.col-4 {
    width: 33.33%;
  }
  .shared-grid-container .grid-item.col-5 {
    width: 41.66%;
  }
  .shared-grid-container .grid-item.col-6 {
    width: 50%;
  }
  .shared-grid-container .grid-item.col-7 {
    width: 58.33%;
  }
  .shared-grid-container .grid-item.col-8, .shared-grid-container .grid-item.shared-gallery-lists.big {
    width: 66.66%;
  }
  .shared-grid-container .grid-item.col-9 {
    width: 75%;
  }
  .shared-grid-container .grid-item.col-10 {
    width: 83.33%;
  }
  .shared-grid-container .grid-item.col-11 {
    width: 91.66%;
  }
  .shared-grid-container .grid-item.col-12 {
    width: 100%;
  }
}

.shared-module.module-text-and-background-image {
  z-index: 3;
}

.shared-module.module-text-and-background-image .shared-grid-container.whole-bg {
  z-index: 3;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .shared-module.module-text-and-background-image {
    padding: 0 0 70px;
  }
}

@media screen and (min-width: 768px) {
  .shared-module.module-text-and-background-image {
    min-height: 800px;
  }
}

.background-image-container.whole-bg:after {
  content: none;
}

.background-video-inner-container {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.background-video-inner-container .module-video-uploaded-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

.background-image-inner-container {
  position: relative;
  height: 100%;
}

.background-image-caption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 75%;
  color: white;
}

@media screen and (min-width: 1024px) {
  .background-image-caption {
    width: 25%;
  }
}

.introduction-text-container {
  padding: 20px 40px;
  border-radius: 6px;
  margin: 40px 40px 0;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 0.2px;
  /*.normal, .normal p, .normal span, .normal a, .normal p a {
		font-family: $semiboldtextfontfamily;
		font-size: 21px;
		line-height: $defaultlineheight;
		letter-spacing: 0.2px;
	}*/
}

.introduction-text-container .normal a, .introduction-text-container .normal p a {
  display: inline;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .introduction-text-container {
    margin: 0 0 70px 0;
  }
}

.text-container {
  padding: 0 40px;
}

@media screen and (min-width: 768px) {
  .text-container {
    padding: 0;
  }
}

.text-container .module-title {
  margin: 70px 0 35px;
}

@media screen and (min-width: 768px) {
  .text-container .module-title {
    margin: 0 0 35px;
  }
}

.text-container.light-theme .module-title {
  color: red;
}

.text-container.dark-theme .module-title {
  color: #fff;
}

.text-container.dark-theme .module-text .normal,
.text-container.dark-theme .module-text .normal p {
  color: #fff;
}

.background-image-container {
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.background-image-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.background-image-container.whole-bg {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.background-image-container.left-half-bg {
  position: relative;
  top: 0;
  width: 100%;
  height: 568px;
  z-index: 1;
}

.background-image-container.right-half-bg {
  position: relative;
  top: 0;
  width: 100%;
  height: 568px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .background-image-container.whole-bg {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .background-image-container.left-half-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
  }
  .background-image-container.right-half-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    z-index: 1;
  }
}

@media screen and (min-width: 1170px) {
  .background-image-container.whole-bg {
    top: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (min-height: 600px) and (max-height: 1080px) {
  .background-image-container.whole-bg {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .background-image-container.left-half-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
  }
  .background-image-container.right-half-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    z-index: 1;
  }
}

.accordion-image-container {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .accordion-image-container {
    display: block;
  }
}

.accordion-image-container.reveal-accordion-img {
  opacity: 1;
}

.accordion-video-ele {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

@media screen and (min-width: 768px) {
  .accordion-video-ele {
    display: block;
  }
}

.accordion-video-ele.reveal-accordion-video {
  opacity: 1;
}

/* Begin Page Specific Styles*/
/* End Page Specific Styles*/

/*# sourceMappingURL=site.css.map */