

/*<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:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source Sans Pro:400&display=swap');*/

.light-style {
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	color: #404040;
}

.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: #002D56;
}

.medium-style {
		
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: ;
		color: ;
}

.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: ;
}

.dark-style {
		
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #E8E8E8;
		color: #404040;
}

.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: #002D56;
}

.featured-style {
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #002D56;
	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:42px;
	padding-bottom: 5px;
}

h2,h2 a {
	font-size:36px;
	padding-bottom: 5px;
}

h3,h3 a {
	font-size:28px;
	padding-bottom: 5px;
}

h4,h4 a {
	font-size:20px;
	padding-bottom: 5px;
}

h5,h5 a {
	font-size:20px;
	padding-bottom: 5px;
}

h6,h6 a {
	font-size:18px;
	padding-bottom: 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro';
	font-weight:500;
	line-height:130%;
}

h5,h6{
	font-weight:bold;
}

p, li, body, .normal li, blockquote, .normal {
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-size:18px;
	line-height:160%;
}
.light-style a {
	color: #375C94;
}

.medium-style a {
	color: ;
}

.dark-style a {
	color: #375C94;
}

.featured-style a {
	color: #81ACC9;
}

.light-style .normal a {
	color: #375C94 !important;
}

.medium-style .normal a {
	color:  !important;
}
.dark-style .normal a {
	color: #375C94 !important;
}

.light-style .popup-tab.active {
	border-bottom: 2px solid #375C94 !important;/*2023-11-02 jn added - missing*/
}
.medium-style .popup-tab.active {
	border-bottom: 2px solid  !important;
}
.dark-style .popup-tab.active {
	border-bottom: 2px solid #375C94 !important;
}

.featured-style .normal a {
	color: #81ACC9 !important;
}

.light-style .button-container a, .light-style .form-actions input {
	border: thin solid #375C94;
	color: #375C94;
	transition: all 0.5s ease;
}

.medium-style .button-container a, .medium-style .form-actions input {
	border: thin solid ;
	color: ;
	transition: all 0.5s ease;
}
.dark-style .button-container a, .dark-style .form-actions input {
	border: thin solid #375C94;
	color: #375C94;
	transition: all 0.5s ease;
}

.light-style .button-container a:hover {  /*2023-11-02 jn where are med and dark?*/
	border: thin solid #375C94;
	background-color: #375C94;
	color: #F7F7F7;
	transition: all 0.5s ease;
}

.featured-style .button-container a, .featured-style .form-actions input {
	border: thin solid #81ACC9;
	color: #81ACC9;
	transition: all 0.5s ease;
}

.light-style .border-based-on-text-colour {
	border: thin solid #404040;
}


.medium-style .border-based-on-text-colour {
	border: thin solid ;
}

.dark-style .border-based-on-text-colour {
	border: thin solid #404040;
}
.featured-style .border-based-on-text-colour {
	border: thin solid #FFFFFF;
}

/* HEADER SECTION */
.mainNav {
	background-color: #FFFFFF;
	color: #424242;
	
	opacity: 0.9;
	z-index: 10;
} 

.mainNav.Transparent-To-Coloured.activate-fade .mainNav-btm-border {
	background-color: #424242;
}

.mainNav.Transparent-To-Coloured {
	color: #424242;
	opacity: 1;
}

.mainNav.Transparent-To-Coloured.activate-fade {
	color: #424242;
}

.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: #424242 !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: #FFFFFF;
}

.mainNav a.nav-item {
	position: relative;
	color: #424242 !important;
}

ul.subNavigation {
	background-color: #FFFFFF;
	color: #FFFFFF;
	opacity: 0.9;
}

ul.main-navigation {
	background-color: #FFFFFF;
	color: #424242;
	
	/*align-content: center;*/
}

ul.main-navigation li a.nav-item:hover {
	background-color: #D6D6D6;
	color: #424242;
	/*background-image: url();*/
}

ul.main-navigation li a.nav-item.active {
	background-color: #D6D6D6;
	color: #424242;
	/*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: #D6D6D6;
	width: 100%;
	bottom: 0;
	left: 0;
}

ul.main-navigation img {
	position: :absolute;
}



/* FOOTER SECTION */
.footer {
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #002D56;
	color: #FFFFFF;
}


@media screen and (min-width: 1170px) {
	ul.footer-nav {
		border-bottom: 1px solid #D3D3D3;
	}
}

.footer a {
	color: #D3D3D3;
}


/* 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: #002D56;
}
.medium-style .module-carousel h1,
.medium-style .module-carousel h4 {
	color: ;
}

.dark-style .module-carousel h1,
.dark-style .module-carousel h4 {
	color: #002D56;
}
.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:#002D56;
}
.medium-style .slideShow-tab .tab-title,
.medium-style .slideShow-tab .tab-text {
	color:;
}
.dark-style .slideShow-tab .tab-title,
.dark-style .slideShow-tab .tab-text {
	color:#002D56;
}

.featured-style .slideShow-tab .tab-title,
.featured-style .slideShow-tab .tab-text {
	color:#FFFFFF;
}


.light-style .slideshow-tab-details-container {
	background-color:#F7F7F7;
}

.medium-style .slideshow-tab-details-container {
	background-color:;
}
.dark-style .slideshow-tab-details-container {
	background-color:#E8E8E8;
}
.featured-style .slideshow-tab-details-container {
	background-color:#002D56;
}


/* Text Accordions */
.light-style .agp-accordion-title-container {
	border-bottom: 1px solid #375C94;
}

.light-style .accordion-bar {
	background-color: #375C94;
}


.medium-style .agp-accordion-title-container {
	border-bottom: 1px solid ;
}

.medium-style .accordion-bar {
	background-color: ;
}

.dark-style .agp-accordion-title-container {
	border-bottom: 1px solid #375C94;/*2023-11-02 jn fixed, was incorrect*/
}

.dark-style .accordion-bar {
	background-color: #375C94;/*2023-11-02 jn fixed, was incorrect*/
}

.featured-style .agp-accordion-title-container {
	border-bottom: 1px solid #375C94;
}

.featured-style .accordion-bar {
	background-color: #375C94;
}


.light-style hr {
	border-color: #404040;
}

.medium-style hr {
	border-color: ;
}
.dark-style hr {
	border-color: #404040;
}

.featured-style hr {
	border-color: #FFFFFF;
}

.light-style .download-pdf-container {
	border: 1px solid #404040;
}

.medium-style .download-pdf-container {
	border: 1px solid ;
}

.dark-style .download-pdf-container {
	border: 1px solid #404040;
}

.featured-style .download-pdf-container {
	border: 1px solid #FFFFFF;
}

.light-style .key-points-btn {
	border-bottom: 1px solid #404040;
}

.medium-style .key-points-btn {
	border-bottom: 1px solid ;
}

.dark-style .key-points-btn {
	border-bottom: 1px solid #404040;
}

.featured-style .key-points-btn{
	border-bottom: 1px solid #FFFFFF;
}

.light-style.module-faq-accordion {
	background-color: #F7F7F7;
}

.medium-style.module-faq-accordion {
	background-color: ;
}
.dark-style.module-faq-accordion {
	background-color: #E8E8E8;
}

.featured-style.module-faq-accordion {
	background-color: #002D56;
}

.light-style.module-faq-accordion .module-title,
.light-style.module-faq-accordion .faq-accordion-title {
	color: #002D56;
}

.medium-style.module-faq-accordion .module-title,
.medium-style.module-faq-accordion .faq-accordion-title {
	color: ;
}

.dark-style.module-faq-accordion .module-title,
.dark-style.module-faq-accordion .faq-accordion-title {
	color: #002D56;
}

.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 #002D56;
}

.medium-style.module-faq-accordion .faq-accordion-title-container.open,
.medium-style.module-faq-accordion .faq-accordion-title-container:hover {
	border-left: 5px solid ;
}

.dark-style.module-faq-accordion .faq-accordion-title-container.open,
.dark-style.module-faq-accordion .faq-accordion-title-container:hover {
	border-left: 5px solid #002D56;
}

.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: #002D56;
}

.medium-style.module-faq-accordion .faq-accordion-title-container svg {
	fill:  ;
}

.dark-style.module-faq-accordion .faq-accordion-title-container svg {
	fill:  #002D56;
}


.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: #002D56;
}

.fae-medium-style .manufacturer-title,
.fae-medium-style .region,
.fae-medium-style .region-list  {
	color: ;
}

.fae-dark-style .manufacturer-title,
.fae-dark-style .region,
.fae-dark-style .region-list  {
	color: #002D56;
}

.fae-featured-style .manufacturer-title,
.fae-featured-style .region,
.fae-featured-style .region-list  {
	color: #FFFFFF;
}

.fae-light-style .store-list {
	background-color: #F7F7F7;
}
.fae-medium-style .store-list  {
	background-color: ;
}
.fae-dark-style .store-list  {
	background-color: #E8E8E8;
}

.fae-featured-style .store-list  {
	background-color: #E8E8E8;  /*no light, med here?*/
}

.fae-light-style .store-list .tooltip,
.fae-light-style .store-list .store-name {
	color: #404040;
}
.fae-medium-style .store-list .tooltip,
.fae-medium-style .store-list .store-name  {
	color: ;
}

.fae-dark-style .store-list .tooltip,
.fae-dark-style .store-list .store-name  {
	color: #404040;
}

.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: #375C94;
}

.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: ;
}

.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: #375C94;
}

.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: #81ACC9;
}

.light-style .comparison-bar-cover {
	background-color: #F7F7F7;
}

.medium-style .comparison-bar-cover {
	background-color: ;
}

.dark-style .comparison-bar-cover {
	background-color: #E8E8E8;
}

.featured-style .comparison-bar-cover {
	background-color: #002D56;
}

.light-style input[type=submit].form-submit-btn {
	background-color: #375C94;
}

.medium-style input[type=submit].form-submit-btn {
	background-color: ;
}

.dark-style input[type=submit].form-submit-btn {
	background-color: #375C94;
}

.featured-style input[type=submit].form-submit-btn {
	background-color: #81ACC9;
}

.light-style .order-brochure-btn {
	border: 2px solid #375C94;
	color: #375C94;
}

.medium-style .order-brochure-btn {
	border: 2px solid ;
	color: ;
}

.dark-style .order-brochure-btn {
	border: 2px solid #375C94;
	color: #375C94;
}

.featured-style .order-brochure-btn {
	border: 2px solid #81ACC9;
	color: #81ACC9;
}

.light-style .order-brochure-content {
	border-top: 1px solid #375C94;
}

.medium-style .order-brochure-content {
	border-top: 1px solid ;
}

.dark-style .order-brochure-content {
	border-top: 1px solid #375C94;
}

.featured-style .order-brochure-content {
	border-top: 1px solid #81ACC9;
}

/* CUSTOM STYLE BLOCK (admin can enter in CMS) */ 

		
/*</style>*/
