

/*<style>*/

/* AA 20230812 - This is now moved to the head of site.master for page speed */
/*@import url('https://fonts.googleapis.com/css?family=Source Sans Pro:400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source Sans Pro:300&display=swap');*/

.light-style {
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #49453F;
}

.light-style.parallax-bg {
	background-image: none;
}

.light-style h1,.light-style h2,.light-style h3,.light-style h4,.light-style h5,.light-style h6 {
	color: #49453F;
}

.medium-style {
		
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #F7F7F2;
		color: #49453F;
}

.medium-style.parallax-bg {
	background-image: none;
	overflow: hidden;
}

.medium-style h1,.medium-style h2,.medium-style h3,.medium-style h4,.medium-style h5,.medium-style h6 {
	color: #49453F;
}

.dark-style {
		
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #968263;
		color: #FFFFFF;
}

.dark-style.parallax-bg {
	background-image: none;
	overflow: hidden;
}

.dark-style h1,.dark-style h2,.dark-style h3,.dark-style h4,.dark-style h5,.dark-style h6 {
	color: #FFFFFF;
}

.featured-style {
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #9A947C;
	color: #FFFFFF;
}

.featured-style.parallax-bg {
	background-image: none;
}

.featured-style h1,.featured-style h2,.featured-style h3,.featured-style h4,.featured-style h5,.featured-style h6 {
	color: #FFFFFF;
}

h1,h1 a {
	font-size:34px;
	padding-bottom: 5px;
}

h2,h2 a {
	font-size:24px;
	padding-bottom: 5px;
}

h3,h3 a {
	font-size:22px;
	padding-bottom: 5px;
}

h4,h4 a {
	font-size:18px;
	padding-bottom: 5px;
}

h5,h5 a {
	font-size:16px;
	padding-bottom: 5px;
}

h6,h6 a {
	font-size:11px;
	padding-bottom: 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro';
	font-weight:400;
	line-height:130%;
}

h5,h6{
	font-weight:bold;
}

p, li, body, .normal li, blockquote, .normal {
	font-family: 'Source Sans Pro';
	font-weight:300;
	font-size:18px;
	line-height:160%;
}
.light-style a {
	color: #968263;
}

.medium-style a {
	color: #968263;
}

.dark-style a {
	color: #BEB79C;
}

.featured-style a {
	color: #EADFCA;
}

.light-style .normal a {
	color: #968263 !important;
}

.medium-style .normal a {
	color: #968263 !important;
}
.dark-style .normal a {
	color: #BEB79C !important;
}

.light-style .popup-tab.active {
	border-bottom: 2px solid #968263 !important;/*2023-11-02 jn added - missing*/
}
.medium-style .popup-tab.active {
	border-bottom: 2px solid #968263 !important;
}
.dark-style .popup-tab.active {
	border-bottom: 2px solid #BEB79C !important;
}

.featured-style .normal a {
	color: #EADFCA !important;
}

.light-style .button-container a, .light-style .form-actions input {
	border: thin solid #968263;
	color: #968263;
	transition: all 0.5s ease;
}

.medium-style .button-container a, .medium-style .form-actions input {
	border: thin solid #968263;
	color: #968263;
	transition: all 0.5s ease;
}
.dark-style .button-container a, .dark-style .form-actions input {
	border: thin solid #BEB79C;
	color: #BEB79C;
	transition: all 0.5s ease;
}

.light-style .button-container a:hover {  /*2023-11-02 jn where are med and dark?*/
	border: thin solid #968263;
	background-color: #968263;
	color: #FFFFFF;
	transition: all 0.5s ease;
}

.featured-style .button-container a, .featured-style .form-actions input {
	border: thin solid #EADFCA;
	color: #EADFCA;
	transition: all 0.5s ease;
}

.light-style .border-based-on-text-colour {
	border: thin solid #49453F;
}


.medium-style .border-based-on-text-colour {
	border: thin solid #49453F;
}

.dark-style .border-based-on-text-colour {
	border: thin solid #FFFFFF;
}
.featured-style .border-based-on-text-colour {
	border: thin solid #FFFFFF;
}

/* HEADER SECTION */
.mainNav {
	background-color: #49453F;
	color: #FFFFFF;
	
	opacity: 0.9;
	z-index: 10;
} 

.mainNav.Transparent-To-Coloured.activate-fade .mainNav-btm-border {
	background-color: #FFFFFF;
}

.mainNav.Transparent-To-Coloured {
	color: #FFFFFF;
	opacity: 1;
}

.mainNav.Transparent-To-Coloured.activate-fade {
	color: #FFFFFF;
}

.mainNav.Transparent-To-Coloured li a.nav-item {
	color:  !important;
	padding: 10px 24px;
}

.mainNav.Transparent-To-Coloured ul.subNavigation li a.nav-item {
	color:  !important;
	padding: 10px 24px;
}

/* this is for links when transparent in page is activated and above content */
@media screen and (min-width: 1024px) {
	.mainNav.Transparent-To-Coloured.activate-fade li a.nav-item {
		color: #FFFFFF !important;
		padding: 10px 24px;
	}
}

/* this is for links when transparent in page is activated and below content */
.mainNav.Transparent-To-Coloured.activate-fade.remove-transparent li a.nav-item {
	color:  !important;
	padding: 10px 24px;
}

.mainNav.Transparent-To-Coloured.remove-transparent {
	
	background-color: #49453F;
}

.mainNav a.nav-item {
	position: relative;
	color: #FFFFFF !important;
}

ul.subNavigation {
	background-color: #49453F;
	color: #FFFFFF;
	opacity: 0.9;
}

ul.main-navigation {
	background-color: #49453F;
	color: #FFFFFF;
	
	/*align-content: center;*/
}

ul.main-navigation li a.nav-item:hover {
	background-color: #214459;
	color: #FFFFFF;
	/*background-image: url();*/
}

ul.main-navigation li a.nav-item.active {
	background-color: #BEB79C;
	color: #FFFFFF;
	/*background-image: url();*/
}

.mainNav.Transparent-To-Coloured ul.main-navigation li a.nav-item,
.mainNav.Transparent-To-Coloured ul.main-navigation li a.nav-item.active,
.mainNav.Transparent-To-Coloured ul.main-navigation li a.nav-item.active:hover {
	background-color: transparent !important;
}

.mainNav.Transparent-To-Coloured ul.main-navigation li a.nav-item.active:after,
.mainNav.Transparent-To-Coloured ul.main-navigation li a.nav-item:hover:after {
	content: '';
	position: absolute;
	height: 3px;
	background-color: #BEB79C;
	width: 100%;
	bottom: 0;
	left: 0;
}

ul.main-navigation img {
	position: :absolute;
}


	.mainNav.Transparent-To-Coloured .two-logos-container  {
		width: 300px;
	}

	.mainNav .above-nav-center .site-logo img {
		width: 300px;
	}

	.mainNav.Transparent-To-Coloured .two-logos-container .first-logo {
		width: 300px;
	}

	.mainNav.Transparent-To-Coloured .two-logos-container .second-logo {
		margin: 0 auto;
	}

	.mainNav.Transparent-To-Coloured.activate-fade .mainNav-btm-border {
		width: calc(100% - 300px);
		left: 300px;
	}

	.two-logos-container .second-logo {
		width: 350px !important;
	                                  }


/* FOOTER SECTION */
.footer {
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #49453F;
	color: #FFFFFF;
}


@media screen and (min-width: 1170px) {
	ul.footer-nav {
		border-bottom: 1px solid #BEB79C;
	}
}

.footer a {
	color: #BEB79C;
}


/* EFFECTS */
a {
  /*-moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
	font-family: 'Source Sans Pro';
	font-size: 18px;
	line-height:160%;
}

a:hover {
	opacity: 1;
}


	a {
		font-weight: bold;
	}


/* CUSTOM CAROUSEL STYLING - TW49567 */

.light-style .module-carousel h1,
.light-style .module-carousel h4 {
	color: #49453F;
}
.medium-style .module-carousel h1,
.medium-style .module-carousel h4 {
	color: #49453F;
}

.dark-style .module-carousel h1,
.dark-style .module-carousel h4 {
	color: #FFFFFF;
}
.featured-style .module-carousel h1,
.featured-style .module-carousel h4 {
	color: #FFFFFF;
}

.light-style .slideShow-tab .tab-title,
.light-style .slideShow-tab .tab-text {
	color:#49453F;
}
.medium-style .slideShow-tab .tab-title,
.medium-style .slideShow-tab .tab-text {
	color:#49453F;
}
.dark-style .slideShow-tab .tab-title,
.dark-style .slideShow-tab .tab-text {
	color:#FFFFFF;
}

.featured-style .slideShow-tab .tab-title,
.featured-style .slideShow-tab .tab-text {
	color:#FFFFFF;
}


.light-style .slideshow-tab-details-container {
	background-color:#FFFFFF;
}

.medium-style .slideshow-tab-details-container {
	background-color:#F7F7F2;
}
.dark-style .slideshow-tab-details-container {
	background-color:#968263;
}
.featured-style .slideshow-tab-details-container {
	background-color:#9A947C;
}


/* Text Accordions */
.light-style .agp-accordion-title-container {
	border-bottom: 1px solid #968263;
}

.light-style .accordion-bar {
	background-color: #968263;
}


.medium-style .agp-accordion-title-container {
	border-bottom: 1px solid #968263;
}

.medium-style .accordion-bar {
	background-color: #968263;
}

.dark-style .agp-accordion-title-container {
	border-bottom: 1px solid #BEB79C;/*2023-11-02 jn fixed, was incorrect*/
}

.dark-style .accordion-bar {
	background-color: #BEB79C;/*2023-11-02 jn fixed, was incorrect*/
}

.featured-style .agp-accordion-title-container {
	border-bottom: 1px solid #968263;
}

.featured-style .accordion-bar {
	background-color: #968263;
}


.light-style hr {
	border-color: #49453F;
}

.medium-style hr {
	border-color: #49453F;
}
.dark-style hr {
	border-color: #FFFFFF;
}

.featured-style hr {
	border-color: #FFFFFF;
}

.light-style .download-pdf-container {
	border: 1px solid #49453F;
}

.medium-style .download-pdf-container {
	border: 1px solid #49453F;
}

.dark-style .download-pdf-container {
	border: 1px solid #FFFFFF;
}

.featured-style .download-pdf-container {
	border: 1px solid #FFFFFF;
}

.light-style .key-points-btn {
	border-bottom: 1px solid #49453F;
}

.medium-style .key-points-btn {
	border-bottom: 1px solid #49453F;
}

.dark-style .key-points-btn {
	border-bottom: 1px solid #FFFFFF;
}

.featured-style .key-points-btn{
	border-bottom: 1px solid #FFFFFF;
}

.light-style.module-faq-accordion {
	background-color: #FFFFFF;
}

.medium-style.module-faq-accordion {
	background-color: #F7F7F2;
}
.dark-style.module-faq-accordion {
	background-color: #968263;
}

.featured-style.module-faq-accordion {
	background-color: #9A947C;
}

.light-style.module-faq-accordion .module-title,
.light-style.module-faq-accordion .faq-accordion-title {
	color: #49453F;
}

.medium-style.module-faq-accordion .module-title,
.medium-style.module-faq-accordion .faq-accordion-title {
	color: #49453F;
}

.dark-style.module-faq-accordion .module-title,
.dark-style.module-faq-accordion .faq-accordion-title {
	color: #FFFFFF;
}

.featured-style.module-faq-accordion .module-title,
.featured-style.module-faq-accordion .faq-accordion-title {
	color: #FFFFFF;
}

.light-style.module-faq-accordion .faq-accordion-title-container.open,
.light-style.module-faq-accordion .faq-accordion-title-container:hover {
	border-left: 5px solid #49453F;
}

.medium-style.module-faq-accordion .faq-accordion-title-container.open,
.medium-style.module-faq-accordion .faq-accordion-title-container:hover {
	border-left: 5px solid #49453F;
}

.dark-style.module-faq-accordion .faq-accordion-title-container.open,
.dark-style.module-faq-accordion .faq-accordion-title-container:hover {
	border-left: 5px solid #FFFFFF;
}

.featured-style.module-faq-accordion .faq-accordion-title-container.open,
.featured-style.module-faq-accordion .faq-accordion-title-container:hover {
	border-left: 5px solid #FFFFFF;
}

.light-style.module-faq-accordion .faq-accordion-title-container svg {
	fill: #49453F;
}

.medium-style.module-faq-accordion .faq-accordion-title-container svg {
	fill:  #49453F;
}

.dark-style.module-faq-accordion .faq-accordion-title-container svg {
	fill:  #FFFFFF;
}


.featured-style.module-faq-accordion .faq-accordion-title-container svg {
	fill: #FFFFFF;
}

.fae-light-style .manufacturer-title,
.fae-light-style .region,
.fae-light-style .region-list {
	color: #49453F;
}

.fae-medium-style .manufacturer-title,
.fae-medium-style .region,
.fae-medium-style .region-list  {
	color: #49453F;
}

.fae-dark-style .manufacturer-title,
.fae-dark-style .region,
.fae-dark-style .region-list  {
	color: #FFFFFF;
}

.fae-featured-style .manufacturer-title,
.fae-featured-style .region,
.fae-featured-style .region-list  {
	color: #FFFFFF;
}

.fae-light-style .store-list {
	background-color: #FFFFFF;
}
.fae-medium-style .store-list  {
	background-color: #F7F7F2;
}
.fae-dark-style .store-list  {
	background-color: #968263;
}

.fae-featured-style .store-list  {
	background-color: #968263;  /*no light, med here?*/
}

.fae-light-style .store-list .tooltip,
.fae-light-style .store-list .store-name {
	color: #49453F;
}
.fae-medium-style .store-list .tooltip,
.fae-medium-style .store-list .store-name  {
	color: #49453F;
}

.fae-dark-style .store-list .tooltip,
.fae-dark-style .store-list .store-name  {
	color: #FFFFFF;
}

.fae-featured-style .store-list .tooltip,
.fae-featured-style .store-list .store-name  {
	color: #FFFFFF;
}

.fae-light-style .manufacturer-request-link,
.fae-light-style .manufacturer-link,
.fae-light-style .store-list a.tooltip,
.fae-light-style .store-list a.btn,
.fae-light-style .store-list .man-web-link .tooltip,
.fae-light-style .manufacturer-region-link {
	color: #968263;
}

.fae-medium-style .manufacturer-request-link,
.fae-medium-style .manufacturer-link,
.fae-medium-style .store-list a.tooltip,
.fae-medium-style .store-list a.btn,
.fae-medium-style .store-list .man-web-link .tooltip,
.fae-medium-style .manufacturer-region-link  {
	color: #968263;
}

.fae-dark-style .manufacturer-request-link,
.fae-dark-style .manufacturer-link,
.fae-dark-style .store-list a.tooltip,
.fae-dark-style .store-list a.btn,
.fae-dark-style .store-list .man-web-link .tooltip,
.fae-dark-style .manufacturer-region-link  {
	color: #BEB79C;
}

.fae-featured-style .manufacturer-request-link,
.fae-featured-style .manufacturer-link,
.fae-featured-style .store-list a.tooltip,
.fae-featured-style .store-list a.btn,
.fae-featured-style .store-list .man-web-link .tooltip,
.fae-featured-style .manufacturer-region-link {
	color: #EADFCA;
}

.light-style .comparison-bar-cover {
	background-color: #FFFFFF;
}

.medium-style .comparison-bar-cover {
	background-color: #F7F7F2;
}

.dark-style .comparison-bar-cover {
	background-color: #968263;
}

.featured-style .comparison-bar-cover {
	background-color: #9A947C;
}

.light-style input[type=submit].form-submit-btn {
	background-color: #968263;
}

.medium-style input[type=submit].form-submit-btn {
	background-color: #968263;
}

.dark-style input[type=submit].form-submit-btn {
	background-color: #BEB79C;
}

.featured-style input[type=submit].form-submit-btn {
	background-color: #EADFCA;
}

.light-style .order-brochure-btn {
	border: 2px solid #968263;
	color: #968263;
}

.medium-style .order-brochure-btn {
	border: 2px solid #968263;
	color: #968263;
}

.dark-style .order-brochure-btn {
	border: 2px solid #BEB79C;
	color: #BEB79C;
}

.featured-style .order-brochure-btn {
	border: 2px solid #EADFCA;
	color: #EADFCA;
}

.light-style .order-brochure-content {
	border-top: 1px solid #968263;
}

.medium-style .order-brochure-content {
	border-top: 1px solid #968263;
}

.dark-style .order-brochure-content {
	border-top: 1px solid #BEB79C;
}

.featured-style .order-brochure-content {
	border-top: 1px solid #EADFCA;
}

/* CUSTOM STYLE BLOCK (admin can enter in CMS) */ 
.desktop-logo.above-nav-center { background-color: #ffffff; }

h1.slide-title { font-size: 50px; }

h1.slide-title { color: #ffffff !important; font-weight: 800; width: 60%; line-height: 100% !important; text-shadow: 0 0 20px #000;}

.module-carousel H4 { color: #ffffff !important; font-size: 24px; font-weight: 400; }

.slide { 
/* 
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0px 0px 5px #000;
*/
}

/* H1 { color: #666 !important; font-weight: 600; } */

/* .featured-style h1 { color: #fff !important; } */

H1, H2, H3, H4, H5, H6 { line-height: 130% !important; }

H2, H3, H4, H5, H6 { font-family: Source Sans Pro !important; }

/* H3 { font-weight: 600; color: #666 !important; } */

H6 { font-weight: 300; color: #999; }

.privacy { position: relative; top: -5px; margin-left: 20px; }


/* .shared-grid-container .grid-item { padding: 20px; } */



/* .slide-content-container { bottom: 80px; } */


.transparent-to-colour-gradient { height: 200px; background: linear-gradient(to bottom,rgba(47,39,47,.8),transparent); }

@media screen and (max-width: 766px) {
.footer-text .mobile-custom-logo-style {
display:block; text-align: center; margin: 0 auto 10px !important;
}

.footer-text .normal .nz-made-mobile-custom-logo-style {
display: block; margin: 0 auto; text-align: center;
}
}
		
/*</style>*/
