

/*<style>*/

/* AA 20230812 - This is now moved to the head of site.master for page speed */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');*/

.light-style {
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #7F7F7F;
}

.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: #012639;
}

.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: #F0F0F0;
		color: #012639;
}

.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: #012639;
}

.featured-style {
	 
	background-image: url(/attachments/svy2560x2560t0x0/feature-background-dt20190523144902609.jpg);
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #7F7F7F;
	color: #46474E;
}

.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: #012639;
}

h1,h1 a {
	font-size:50px;
	padding-bottom: 5px;
}

h2,h2 a {
	font-size:40px;
	padding-bottom: 5px;
}

h3,h3 a {
	font-size:26px;
	padding-bottom: 5px;
}

h4,h4 a {
	font-size:20px;
	padding-bottom: 5px;
}

h5,h5 a {
	font-size:17px;
	padding-bottom: 5px;
}

h6,h6 a {
	font-size:16px;
	padding-bottom: 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto';
	font-weight:400;
	line-height:130%;
}

h5,h6{
	font-weight:bold;
}

p, li, body, .normal li, blockquote, .normal {
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:160%;
}
.light-style a {
	color: #374F6F;
}

.medium-style a {
	color: ;
}

.dark-style a {
	color: #5B83B8;
}

.featured-style a {
	color: #374F6F;
}

.light-style .normal a {
	color: #374F6F !important;
}

.medium-style .normal a {
	color:  !important;
}
.dark-style .normal a {
	color: #5B83B8 !important;
}

.light-style .popup-tab.active {
	border-bottom: 2px solid #374F6F !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 #5B83B8 !important;
}

.featured-style .normal a {
	color: #374F6F !important;
}

.light-style .button-container a, .light-style .form-actions input {
	border: thin solid #374F6F;
	color: #374F6F;
	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 #5B83B8;
	color: #5B83B8;
	transition: all 0.5s ease;
}

.light-style .button-container a:hover {  /*2023-11-02 jn where are med and dark?*/
	border: thin solid #374F6F;
	background-color: #374F6F;
	color: #FFFFFF;
	transition: all 0.5s ease;
}

.featured-style .button-container a, .featured-style .form-actions input {
	border: thin solid #374F6F;
	color: #374F6F;
	transition: all 0.5s ease;
}

.light-style .border-based-on-text-colour {
	border: thin solid #7F7F7F;
}


.medium-style .border-based-on-text-colour {
	border: thin solid ;
}

.dark-style .border-based-on-text-colour {
	border: thin solid #012639;
}
.featured-style .border-based-on-text-colour {
	border: thin solid #46474E;
}

/* HEADER SECTION */
.mainNav {
	background-color: #374F6F;
	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: #374F6F;
}

.mainNav a.nav-item {
	position: relative;
	color: #FFFFFF !important;
}

ul.subNavigation {
	background-color: #374F6F;
	color: #FFFFFF;
	opacity: 0.9;
}

ul.main-navigation {
	background-color: #374F6F;
	color: #FFFFFF;
	
	/*align-content: center;*/
}

ul.main-navigation li a.nav-item:hover {
	background-color: #5B83B8;
	color: #FFFFFF;
	/*background-image: url();*/
}

ul.main-navigation li a.nav-item.active {
	background-color: #4A6C99;
	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: #4A6C99;
	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: #374F6F;
	color: #FFFFFF;
}


@media screen and (min-width: 1170px) {
	ul.footer-nav {
		border-bottom: 1px solid #EDF0FC;
	}
}

.footer a {
	color: #EDF0FC;
}


/* 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: 'Roboto';
	font-size: 16px;
	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: #012639;
}
.medium-style .module-carousel h1,
.medium-style .module-carousel h4 {
	color: ;
}

.dark-style .module-carousel h1,
.dark-style .module-carousel h4 {
	color: #012639;
}
.featured-style .module-carousel h1,
.featured-style .module-carousel h4 {
	color: #012639;
}

.light-style .slideShow-tab .tab-title,
.light-style .slideShow-tab .tab-text {
	color:#012639;
}
.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:#012639;
}

.featured-style .slideShow-tab .tab-title,
.featured-style .slideShow-tab .tab-text {
	color:#012639;
}


.light-style .slideshow-tab-details-container {
	background-color:#FFFFFF;
}

.medium-style .slideshow-tab-details-container {
	background-color:;
}
.dark-style .slideshow-tab-details-container {
	background-color:#F0F0F0;
}
.featured-style .slideshow-tab-details-container {
	background-color:#7F7F7F;
}


/* Text Accordions */
.light-style .agp-accordion-title-container {
	border-bottom: 1px solid #374F6F;
}

.light-style .accordion-bar {
	background-color: #374F6F;
}


.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 #5B83B8;/*2023-11-02 jn fixed, was incorrect*/
}

.dark-style .accordion-bar {
	background-color: #5B83B8;/*2023-11-02 jn fixed, was incorrect*/
}

.featured-style .agp-accordion-title-container {
	border-bottom: 1px solid #374F6F;
}

.featured-style .accordion-bar {
	background-color: #374F6F;
}


.light-style hr {
	border-color: #7F7F7F;
}

.medium-style hr {
	border-color: ;
}
.dark-style hr {
	border-color: #012639;
}

.featured-style hr {
	border-color: #46474E;
}

.light-style .download-pdf-container {
	border: 1px solid #7F7F7F;
}

.medium-style .download-pdf-container {
	border: 1px solid ;
}

.dark-style .download-pdf-container {
	border: 1px solid #012639;
}

.featured-style .download-pdf-container {
	border: 1px solid #46474E;
}

.light-style .key-points-btn {
	border-bottom: 1px solid #7F7F7F;
}

.medium-style .key-points-btn {
	border-bottom: 1px solid ;
}

.dark-style .key-points-btn {
	border-bottom: 1px solid #012639;
}

.featured-style .key-points-btn{
	border-bottom: 1px solid #46474E;
}

.light-style.module-faq-accordion {
	background-color: #FFFFFF;
}

.medium-style.module-faq-accordion {
	background-color: ;
}
.dark-style.module-faq-accordion {
	background-color: #F0F0F0;
}

.featured-style.module-faq-accordion {
	background-color: #7F7F7F;
}

.light-style.module-faq-accordion .module-title,
.light-style.module-faq-accordion .faq-accordion-title {
	color: #012639;
}

.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: #012639;
}

.featured-style.module-faq-accordion .module-title,
.featured-style.module-faq-accordion .faq-accordion-title {
	color: #012639;
}

.light-style.module-faq-accordion .faq-accordion-title-container.open,
.light-style.module-faq-accordion .faq-accordion-title-container:hover {
	border-left: 5px solid #012639;
}

.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 #012639;
}

.featured-style.module-faq-accordion .faq-accordion-title-container.open,
.featured-style.module-faq-accordion .faq-accordion-title-container:hover {
	border-left: 5px solid #012639;
}

.light-style.module-faq-accordion .faq-accordion-title-container svg {
	fill: #012639;
}

.medium-style.module-faq-accordion .faq-accordion-title-container svg {
	fill:  ;
}

.dark-style.module-faq-accordion .faq-accordion-title-container svg {
	fill:  #012639;
}


.featured-style.module-faq-accordion .faq-accordion-title-container svg {
	fill: #012639;
}

.fae-light-style .manufacturer-title,
.fae-light-style .region,
.fae-light-style .region-list {
	color: #012639;
}

.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: #012639;
}

.fae-featured-style .manufacturer-title,
.fae-featured-style .region,
.fae-featured-style .region-list  {
	color: #012639;
}

.fae-light-style .store-list {
	background-color: #FFFFFF;
}
.fae-medium-style .store-list  {
	background-color: ;
}
.fae-dark-style .store-list  {
	background-color: #F0F0F0;
}

.fae-featured-style .store-list  {
	background-color: #F0F0F0;  /*no light, med here?*/
}

.fae-light-style .store-list .tooltip,
.fae-light-style .store-list .store-name {
	color: #7F7F7F;
}
.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: #012639;
}

.fae-featured-style .store-list .tooltip,
.fae-featured-style .store-list .store-name  {
	color: #46474E;
}

.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: #374F6F;
}

.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: #5B83B8;
}

.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: #374F6F;
}

.light-style .comparison-bar-cover {
	background-color: #FFFFFF;
}

.medium-style .comparison-bar-cover {
	background-color: ;
}

.dark-style .comparison-bar-cover {
	background-color: #F0F0F0;
}

.featured-style .comparison-bar-cover {
	background-color: #7F7F7F;
}

.light-style input[type=submit].form-submit-btn {
	background-color: #374F6F;
}

.medium-style input[type=submit].form-submit-btn {
	background-color: ;
}

.dark-style input[type=submit].form-submit-btn {
	background-color: #5B83B8;
}

.featured-style input[type=submit].form-submit-btn {
	background-color: #374F6F;
}

.light-style .order-brochure-btn {
	border: 2px solid #374F6F;
	color: #374F6F;
}

.medium-style .order-brochure-btn {
	border: 2px solid ;
	color: ;
}

.dark-style .order-brochure-btn {
	border: 2px solid #5B83B8;
	color: #5B83B8;
}

.featured-style .order-brochure-btn {
	border: 2px solid #374F6F;
	color: #374F6F;
}

.light-style .order-brochure-content {
	border-top: 1px solid #374F6F;
}

.medium-style .order-brochure-content {
	border-top: 1px solid ;
}

.dark-style .order-brochure-content {
	border-top: 1px solid #5B83B8;
}

.featured-style .order-brochure-content {
	border-top: 1px solid #374F6F;
}

/* CUSTOM STYLE BLOCK (admin can enter in CMS) */ 
/* a { text-decoration:underline; } */
.mainNav { border-bottom: 1px solid #21418E;  opacity: 1;}

.slide-content-container .featured-style h1, .slide { color: #fff !important; }

.slide-title { color: #ffffff !important; }

.dark-style h1, .dark-style h2, .dark-style h3, .dark-style h4, .dark-style h5, .dark-style h6 {
    color: #012639;
}

h1, h2, h3, h4, h5, h6 { margin: 15px 0px; }

.footer { border-top: 1px solid #21418E; color: ##5F5F5F;}
.accordion-container.dark-accordion { background-color: #f5f5f5; }
h2 {  font-weight: 500;  line-height: 140%;  font-family: proxima-nova, sans-serif;  font-size: 26px;  }

/* For custom thermalheart brochure title on home page  */
.shared-module.custom-title-colour h3.brochure-title { color: white !important; }
		
/*</style>*/
