/* @override 
	https://www.powervault.co.uk/wp-content/themes/powervault4/style.css?*
	http://localhost:8888/powervault.co.uk/style.css?* */

/*
Theme Name: Powervault
Author: arronwakeling.co.uk
Version: 5.01
*/

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700');

/*
 * CONTENTS
 * 00 HTML5 Reset
 * 01 Main Structure
 * 02 Typography
 * 03 Header
 * 04 Footer
 * 05 Icons
 * 06 Form Defaults
 * 07 Home
 * 10 Masthead
 * 11 Buy Ribbon
 * 12 Cards: Defaults
 * 13 Jobs
 * 14 Benefits: widgets
 * 15 Benefits: Additional benefits
 * 16 Page Link Cards
 * 17 The Team
 * 18 Technical
 * 19 Accordion
 * 20 Installation
 * 21 Milestones
 * 22 Testimonial slider
 * 23 Partner logos
 * 24 Awards
 * 25 Batteries
 * 26 Contact us
 * 27 Legal
 * 28 Buy Section
 * 29 Energy Calculator
 * 30 Blog
 * 31 Media Resources
 * 32 Approved installers
 * 33 Buy process
 * 40 Landing pages
 * 81 jQuery: BX Slider
 * 82 jQuery: Colorbox
 * 91 Debug
 * 92 HD Sprites
 * 93 Temp
*/	

/* Variables */
:root {
	--teal: #67d4bc;
	--teal-dark: #2e574e;
	--teal-light: rgba(103, 212, 188, 0.1);
	--cyan: #3fbaeb;
	--cyan-dark: #22789a;
	--cyan-light: rgba(63, 186, 235, 0.1);
	--grey: #4f4f4f;
	--black: #2f2f2f;

	--text-light-grey: #828282;
	--text-grey: #313131;
	--text-dark-grey: #4f4f4f;
}
 
/* @group 00 HTML5 Reset */
/* -------------------------------------------------------------- */	
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;color:var(--black);}body{margin:0;font-size:1em;line-height:1.4;}::-moz-selection{background:#ddd;text-shadow:none;}::selection{background:#ddd;text-shadow:none;}a{color:#00e;text-decoration:none;}a:visited{color:#006eb8;}a:hover{color:#006eb8;}a:focus{outline:thin dotted;}a:hover,a:active{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}ins{background:#ff9;color:#000;text-decoration:none;}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold;}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:"";content:none;}small{font-size:85%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}ul,ol{margin:1em 0;padding:0 0 0 40px;}dd{margin:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0;}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:0;margin:0;padding:0;}label{cursor:pointer;}legend{border:0;*margin-left:-7px;padding:0;white-space:normal;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;resize:vertical;}input:valid,textarea:valid{}input:invalid,textarea:invalid{background-color:#f0dddd;}table{border-collapse:collapse;border-spacing:0;}td{vertical-align:top;}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0;}.cf:before,.cf:after,.inner:before,.inner:after,.columns:before,.columns:after{content:"";display:table;}.cf:after,.inner:after,.columns:after{clear:both;}.cf,.inner,.columns{*zoom:1;}
@media print {*{background:transparent !important;color:black !important;box-shadow:none !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;}a,a:visited{text-decoration:underline;}  a[href]:after{content:" (" attr(href) ")";}  abbr[title]:after{content:" (" attr(title) ")";}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} pre,blockquote{border:1px solid #999;page-break-inside:avoid;} thead{display:table-header-group;}tr,img{page-break-inside:avoid;} img{max-width:100% !important;} @page{margin:0.5cm;}  p,h2,h3{orphans:3;widows:3;} h2,h3{page-break-after:avoid;}}
/* @end */ 

/* @group 01 Main Structure */
/* -------------------------------------------------------------- */
html, body {
	height: 100%;
	background: #fff;
	color: var(--text-grey); }

#wrapper {
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.5em;
	overflow: hidden; }

#wrapper,
header#header,
#container,
footer#footer {
	margin: 0 auto;
	float: left;
	clear: left;
	width: 100%;
	display: block; }

#container {
	min-height: 400px; }

.inner {
	max-width: 1300px;
	min-width: 320px;
	margin: 0 auto;
	padding: 3em 30px; }

.ie-lt-9 .inner {
	width: 1000px; }
	
.inner-narrow {
	max-width: 950px; }

.inner-extra-narrow {
	max-width: 780px; }
	
.inner-column {
	width: 48%; }

.section {
	width: 100%;
	float: left;
	clear: left; }
	
/* Section modifiers */	
.section-footer {
	text-align: center;
	padding: 3em 0; }

.section-tinted {
	background: #f1f1f1; }

.section-background-lgray {
	background: #f7f7f7; }

.section-background-dgray {
	background: var(--text-grey); }

.padding-top-none .inner {
	padding-top: 0; }
	
.padding-bottom-none .inner {
	padding-bottom: 0; }	

.section-headings {
	margin-bottom: 2em; }
	
.section-headings-centered {
	text-align: center; }	

.section-image img {
	width: 100%;
	height: auto; }			


/* Columns */
.column {	
	float: left;
	width: 100%;
	box-sizing: border-box; }

.columns .column:empty {
	display: none !important; }

/* Columns 1 - 1 */	
.columns_1-1 .column {
	width: 48%;
	margin-right: 4%; }

.columns_1 .column {
	width: 100%; }
	
.columns .column:last-of-type {
	margin-right: 0; }

/* Columns 2 - 1 */	
.columns_2-1 { }

.columns_2-1 .column_2 {
	width: 66%;
	margin-right: 4%; }

.columns_2-1 .column_1 {
	width: 30%; }		
	
/* Column 2 drop */
.columns .column-secondary {
	margin-top: 2.2em; }


@media all and (max-width: 800px) {
	.columns .column {
		width: 100%;
		margin-top: 2em;
		margin-right: 0; }
	
	.columns .column:last-of-type {
		margin-top: 2em; }
	
	.columns .column:first-of-type {
		margin-top: 0; }	
		
	.inner-column {
		width: 100%; }	
	
	
}

@media all and (max-width: 720px) {	

	.inner {
		padding-left: 20px;
		padding-right: 20px; }
}

/* Responsive views */
.hide-desktop {
	display: none !important; }


/* @end */ 

/* @group 02 Typography */
/* -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	line-height: 1.6em; }

h1, h2, h3, h4, h5, h6 {
	font-weight: 600; }
	
ul, li {
	margin: 0;
	padding: 0;
	list-style: none; }

li p {
	font-size: 1em; }

noscript {
	background: #f6f6f6;
	padding: 3em;
	display: block; 
	margin: 3em auto;
	width: 80%;
	text-align: center; }
	
a,
a:hover,
a:active,
a:visited {
	color: var(--teal-dark); }

.section p a {
	text-decoration: underline; }

.section p a:hover {
	text-decoration: none; }

img {
	max-width: 100%; }

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

.nowrap {
	white-space: nowrap; }
	
	
/* Button */	
.section p a.btn {
	text-decoration: none; }	
				
/* Button: Primary */
a.btn,
input.gform_button,
input#gform_send_resume_link_button_24 {
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: .4em .8em;
	font-size: .85em;
	transition: all .3s;
	outline: none;
	border: none;
	font-family: 'Titillium Web', sans-serif; }
	
a.btn-primary,
input.gform_button,
input#gform_send_resume_link_button_24 {
	text-transform: uppercase;
	color: #22433d;
	padding: .4em 50px .4em .8em !important;
	background: var(--teal) url('images/btn/btn-primary-arrow.png') no-repeat right center !important; }
	
a.btn-primary:hover,
input.gform_button:hover {
	background-color: var(--teal-dark) !important; }
	color: #fff;

/* Button: Secondary - Border */
a.btn-secondary {
	border: 1px solid #bfbfbf;
	color: #fff;
	font-size: 1em;
	color: #aaa; }

a.btn-secondary:hover {
	background: #e3e3e3; }
	
	
/* Button: Secondary - Filled */
a.btn-secondary-fill {
	background: var(--teal);
	color: #fff;
	font-size: 1em; }

a.btn-secondary-fill:hover {
	background: var(--teal-dark); }

/* Button: Tertiary */
a.btn-tertiary {
	background: #fff;;
	color: var(--black);
	font-size: 1em; }

a.btn-tertiary:hover {
	background: var(--teal-dark);
	color: #fff; }

/* Button: open sections */
.open-section {
	margin-bottom: 2em; }

.open-section p {
	margin-bottom: 0; }
	
.open-section a.btn-secondary {
	text-transform: uppercase; }

/* Buttons with External link */
a.btn-external-icon {
	position: relative;
	padding-right: 35px !important; }

a.btn-external-icon:after {
	height: 15px;
	width: 15px;
	content: '';
	top: -50%;
	margin-top: 25px;
	display: block;
	right: 10px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat -105px -8px; }
		
/* Section defaults */
.section h1,
.section h2,
.section h3 {
	margin-bottom: .6em;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase; }
	
.section h1 {
	color: var(--teal-dark); }

.section h2 {
	color: var(--teal);
	margin-top: 1.5em; }

.section h3 {
	color: #808080;
	font-size: 1em;
	margin-top: 1.5em; }

.section h2:first-child,
.section h3:first-child {
	margin-top: 0; }

.h2-blue h2 {
	color: var(--teal-dark); }
		
.section p,
.section .columns li {
	color: #4f4f4f;
	font-weight: 300;
	margin-bottom: 1em;
	line-height: 1.7em; }

.section .columns ul {
	padding-left: 2em; }
		
.section .columns li {
	list-style: square;
	list-style-position: outside;
	padding-left: 0.25em;
	margin-bottom: .5em; }

.section .columns li p {
	font-size: 1em; }
	
.section table {
	color: #808080;
	font-size: .85em; }

.section .columns iframe {
	width: 100% !important; }
	
.section-centred {
	text-align: center; }
			
/* Section intro */
.section-intro { }
	
.section-intro h1,
.section-intro p {
	font-weight: 600;
	color: var(--text-grey);
	font-size: 1.15em;
	margin: 0; }

/* Breadcrumb */
p#breadcrumb {
	text-transform: uppercase;
	font-size: .7em; }

p#breadcrumb a {
	text-decoration: none; }

p#breadcrumb a {
	color: #999; }

p#breadcrumb a:before {
	content: ' \00AB';
	padding-right: .5em; }

/* Tables */
.section table {
	text-align: left;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }

.section table th,
.section table td {
	border: 1px solid #e7e7e7;
	padding: .4em .75em; }
	
.section table th {
	background: #f9f9f9;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em; }

table.gv-table-view {
	line-height: 1.15em; }
	
/* List: Checkmarks */
.section .columns ul.checks li {
	position: relative;
	list-style: none; }
		
.section .columns ul.checks li:before {
	height: 16px;
	width: 16px;
	content: '';
	top: 2px;
	left: -22px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat -1px -119px; }

.section .columns ul.checks-inline li {	
	display: inline-block;
	width: auto;
	margin-right: 50px; }
/* @end */ 

/* @group 03 Header */
/* -------------------------------------------------------------- */
header#header {
	text-transform: uppercase;
	font-weight: 600;
	font-size: .875em;
	background: #fff; }

header#header .inner {
	padding: 0 30px;
	max-width: 100%; }
	
/* Navs basic formatting */
#nav-wrapper {
	float: right;
	width: 100%;
	padding: 32px 0; }

#nav-wrapper a {
	color: var(--text-light-grey);
	line-height: 1em;
	padding: .6em 1.25em;
	transition: all .6s; }

#nav-wrapper a:hover {
	color: var(--black); }

#nav-wrapper a.active {
	color: #000; }
		
#nav-wrapper nav { }
	
#nav-wrapper li {
	display: inline-block;
	float: left;
	line-height: 40px; }

#nav-wrapper li:last-of-type {
	margin-right: 0; }


#nav-main a.main-nav-button {
	background: var(--teal);
	padding-left: 1.2em;
	padding-right: 1.2em;
	margin-left: 1.25em;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }

#nav-main a.main-nav-button:hover {
	background: var(--black); }

	
/* Menu button */	
button#menu {
	display: none;
	border: none;
	outline: none;
	height: 70px;
	width: 70px;
	float: right;
	position: relative;
	background: transparent; }

button#menu:before {
	height:32px;
	width: 32px;
	content: '';
	top: 20px;
	left: 20px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat;
	transition: all .3s; }
	
button#menu.active:before {
	background-position: -32px 0; }
	
/* Branding */
p#branding {
	max-width: 250px;
	height: 14px;
	margin-right: 4.5em;
	float: left;
	display: inline-block;
	-moz-transform: translate(0,.2em);
	-webkit-transform: translate(0,.2em);
	transform: translate(0,.2em); }

p#branding a {
	padding-left: 0;
	line-height: 0; }
	
p#branding img {
	width: auto;
	height: 14px; }
	
/* Nav Main */
#nav-main {
	float: right; }

#nav-main li {
	margin-right: 1.25em;
	transition: all .6s; }
	
/* Nav Secondary */

/* Header Responsive : 1200px */		
@media all and (max-width: 1100px) {
	#nav-main li {
		margin-right: .25em; }
	
	#nav-secondary li {
		margin-left: .25em; }
}	
	
/* Header Responsive : 1100px */	
@media all and (max-width: 1000px) {
	header#header .inner {
		padding: 0 20px; }
		
	#navs-container {
		display: none;
		position: absolute;
		left: 0;
		top: 70px;
		width: 100%;
		background: #fff;
		z-index: 9000 }
	
	#nav-wrapper {
		height: 70px;
		padding: 0; }
	
	#nav-wrapper a {
		padding: 1.2em;
		text-align: center;
		display: block; }
	
	#nav-main a.main-nav-button {
		margin-left: 0; 	}
		
	#nav-wrapper nav a:hover,
	#nav-main a.main-nav-button:hover {
		background: #e8e8e8; }
		
	#nav-wrapper li {
		display: inline-block;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 4px;
		line-height: 40px; }
	
	#nav-wrapper li.hide-desktop {
		display: inline-block !important; }
	/*	
	#nav-main a.main-nav-button {
		background: #fff;
		color: #828282;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0; }*/

 	
	/* Branding */
	p#branding {
		margin: 10px;
		margin-right: 0;
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		transform: translate(0,0); }
				
	#nav-main,
	#nav-secondary {
		float: left;
		width: 100%; }
	
	#nav-main {
		padding-top: 1em; }
	
	#nav-secondary {
		border-top: 1px solid #444; }
		
	button#menu {
		transform: translateX(20px);
		display: block;  }
}

/* Header Responsive : 600px */
@media all and (max-width: 600px) {
	p#branding {
		max-width: 200px !important;
		padding-top: 6px; }
	
	p#branding img {
		width: 100%;
		height: auto; }
}
/* @end */ 

/* @group 04 Footer */
/* -------------------------------------------------------------- */
footer#footer {
	background: var(--black);
	color: #e4e4e4; }

footer#footer .inner {
	position: relative; }
	
footer#footer p {
	color: #e4e4e4; }

footer#footer p,
footer#footer li {
	font-size: .85em; }
	
footer#footer a {
	color: inherit;
	transition: color .6s; }	

footer#footer h3 {
	color: #e4e4e4;
	font-size: .85em;
	margin-bottom: .5em;
	font-weight: 600;
	text-transform: uppercase; }
	
footer#footer a:hover {
	color: var(--text-light-grey); }		
	
#footer-contact-details {
	float: left;
	width: 25%; }

#footer-contact-details	p:first-of-type {
	margin-bottom: 1em; }

/* Extra navigations */
#footer-nav-columns {
	float: left;
	width: 75%; }

#footer-nav-columns nav {
	float: left;
	width: 33%; }

#footer-nav-columns nav li a:before {
	content: ' \00BB';
	margin-right: .5em; }

/* Footer bottom line */
.footer-bottom-line {
	/*border-top: 1px solid #d3d3d3;*/
	margin-top: 1.5em;
	padding-top: 1.5em;
	float: left;
	clear: both;
	width: 100%; }

.footer-bottom-line .right {
	float: right;
	width: 48%; }
	
/* Portal link */
#footer-portal {
	float: right; }

#footer-portal a.btn {
	/*border: 1px solid #388885;*/
	color: var(--teal-dark);
	background: var(--teal);
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1em;
	padding: 1em 30px 1em 1em;
	position: relative;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
	margin-bottom: 20px; }

#footer-portal a.btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: '';
	width: 10px;
	height: 16px;
	margin-top: -8px;
	display: block;
	background-image: url('images/powervault-sprites_v6.png');
	background-position: -120px -72px;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s; }

#footer-portal a.btn:hover {
	background-color: #4ccaae;
	color: var(--teal-dark); }	

#footer-portal a:hover.btn:after {
	right: 6px; }

#footer-portal a.btn {
	padding-left: 70px; }
	
#footer-portal a.btn:before {
	height: 55px;
	width: 44px;
	position: absolute;
	content: '';
	background-size: 44px;
	left: 10px;
	top: -10px; }

#footer-portal a.btn-portal-p3 {
	margin-right: 1.5em; }

#footer-portal a.btn-portal-p3:before {
	background-image: url('images/icons/Product-Icons_P3.png'); }

#footer-portal a.btn-portal-g200:before {
	background-image: url('images/icons/Product-Icons_G200.png'); }
	
/* Social */
#footer-social {
	float: left; 
	clear: both;
	margin-right: 3em;
	text-align: left; }	

#footer-sign-off {
	float: left;
	width: 48%; }	

footer#footer #footer-sign-off p {
	color: #9a9a9a;
	font-size: .8em;
	line-height: 1.6em; }

footer#footer #footer-sign-off p a {
	margin-left: 1em; }
	
/* Social Icons */
p.social-link {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999em;
	background-image: url('images/powervault-sprites_v6.png');
	background-position: -100px;
	transition: all .6s; }

p.social-link#sc_facebook {		background-position: -32px -32px; }
p.social-link#sc_twitter {		background-position: 0 -32px; }
p.social-link#sc_instagram {	background-position: -128px -32px; }
p.social-link#sc_googleplus {	background-position: -64px -32px; }

p.social-link a {
	display: block;
	height: 100%;
	width: 100%;
	outline: none; }

p.social-link:hover {
	opacity: .7; }

/* Reduced footer */
footer#footer.reduced {
	background: var(--text-grey);
	border-top: 1px solid #434343; }

footer#footer.reduced .inner {
	padding-top: 1em;
	padding-bottom: 1em; }
	
footer#footer.reduced #footer-nav-columns,
footer#footer.reduced #footer-portal,
footer#footer.reduced #footer-social {
	display: none; }
	
footer#footer.reduced #footer-contact-details {
	width: 100%; }	

footer#footer.reduced h3,
footer#footer.reduced p {
	color: #aaa;
	display: inline-block;
	font-size: .8em; }

footer#footer.reduced h3 {
	margin-right: .5em; }

footer#footer.reduced h3:after {
	content: ':'; }


footer#footer.reduced .footer-bottom-line {
	border: none;
	margin: 0;
	padding: 0; }

footer#footer.reduced #footer-sign-off {
	text-align: center;
	width: 100%; }
			
footer#footer.reduced #footer-sign-off p {
	color: #555; }	

footer#footer.reduced p {
	display: inline; }

footer#footer.reduced br {
	display: none; }

footer#footer.reduced #footer-contact-details,
footer#footer.reduced #footer-sign-off {
 	bottom: auto;
	right: auto;
	margin: 0 auto ;
	text-align: center;
	position: relative; }
	
@media all and (max-width: 940px) {		
		
	#footer-portal,
	#footer-social,
	#footer-sign-off,
	.footer-bottom-line .right {
		margin-bottom: 0;
		position: relative;
		right: auto;
		width: 100%;
		float: left;
		clear: left;
		bottom: auto;
		text-align: center;
		margin-top: 2em; }
	
	.footer-bottom-line {
		padding-top: 0; }
	
	#footer-portal {
		margin-top: 0;	}
}


@media all and (max-width: 720px) {		
	#footer-contact-details,
	#footer-portal,
	#footer-nav-columns,
	#footer-nav-columns nav {
		width: 100%;
		text-align: center;
		margin-bottom: 2em;
		margin-top: 0; }

	#footer-portal a.btn {
		width: 100%;
		box-sizing: border-box; }
	
	#footer-portal a.btn {
	 	padding-left: 50px; }	
	
	#footer-portal a.btn:before {
	 	left: 0;	 }
 	
}


/* Accreditations */
.footer-accreditations {
	background: var(--black); }
	
.footer-accreditations .inner {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #404040;
	padding-top: 30px;
	padding-bottom: 30px; }

@media all and (max-width: 800px) {		
		
	.footer-accreditations img { 
		height: 50px;
		width: auto; }
}

@media all and (max-width: 500px) {		
	
	.footer-accreditations .inner {
		padding-top: 15px;
		padding-bottom: 15px; }
	
	.footer-accreditations img { 
		height: 30px; }
}


/* @end */ 


/* @group 05 Icons */
/* -------------------------------------------------------------- */
.icon {
	display: block;
	margin: 0 auto; }

.icon img {
	width: 100%;
	height: 100%; }


.icon-model-badge-56 {
	width: 56px;
	height: 56px;
	background-image: url('images/powervault-sprites_v6.png');
	background-repeat: no-repeat; }

.icon-model-badge-56_2kwh {			background-position: -1px -141px; }
.icon-model-badge-56_3kwh {			background-position: -57px -141px; }
.icon-model-badge-56_4kwh {			background-position: -114px -141px; }
.icon-model-badge-56_6kwh {			background-position: -171px -141px; }
	
/* @end */
	

/* @group 06 Form Defaults  */
/* -------------------------------------------------------------- */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box; }

select {
	height: 28px;
	padding: 0 !important; }
	
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #6a869f;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
  text-transform: uppercase; }

fieldset {
  padding: 0;
  border-width: 0; }
  
input[type="checkbox"],

input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }	
	
.gform_wrapper .gform_body li {
	margin-bottom: 1.2em; }

.gform_body	.gfield_label {
	margin-bottom: 0 !important;
	font-weight: normal !important; }	

.gform_button {
	background: #6a869f;
	border: none;
	padding: .5em 1em;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px }	
	
.gform_button:hover {
	background: #8198ad; }

.gform_wrapper .ginput_complex label {
	letter-spacing: 0 !important;
	font-weight: normal;
	color: var(--text-light-grey);  }

.gform_wrapper .validation_error {
	border: none !important;
	padding: .5em 0 !important;
	font-size: 1em !important;
	font-weight: normal !important; }

.gform_wrapper .gfield_error {
	border: none !important; }
		
/* Dark background */
.section-background-dgray label,
.section-background-dgray legend {
	color: #fff; }

.section-background-dgray .gform_button {
	background-image: none !important;
	padding: .5em 0;
	width: 98%;
	box-sizing: border-box; }

.gform_wrapper .gform_body .gfield_required {
	color: #bbb; }

.section-background-dgray .gform_wrapper .validation_error {
	color: #d8d168; }	

.section-background-dgray .gform_wrapper .gfield_error {
	background: #e4e2bf !important; }	

/* Powervault model field */
.gform_wrapper .gform_body .powervault-model {	}

/* Custom form styles */
#gform_fields_9 h2 {
	 border-top: 1px solid #c6c6c6;
	 margin-top: 2em;
	 padding-top: 1em; }
	
/* Faux Gform styles */
.gform_wrapper ul,
.gform_wrapper li {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important; }

.form-terms {
	margin-top: 2em;
	font-size: .9em; }
	
.form-terms h3 {
	text-transform: uppercase;
	font-weight: normal; }	

.form-terms ol {
	padding-left: 1.5em;
	margin: 0;
	line-height: 1.4em; }
	
.form-terms ol li {
	list-style: decimal !important;
	margin-bottom: 0 !important; }	
		
/* @end */  


/* @group 07 Home */
/* -------------------------------------------------------------- */

/* Basic Layout  */
#home-hero_animation_desktop {
	display: block;
	background: #fff;
	padding-bottom: 2em; }

#home-hero_animation_mobile {
	display: none;
	background: #fff; }

#video-holder {
	line-height: 0; }

#video-holder video {
	width: 100%;
	height: auto; }

#home-hero_animation_mobile {
	padding-bottom: 2em; }

#gif-holder img {
	width: 100%;
	height: auto; }			
	
@media all and (max-width:620px) {
	
	#home-hero_animation_desktop {
		display: none; }
		
	#home-hero_animation_mobile {
		display: block; }
}


/* Slider */

/* Matte override */
#home-hero.section-masthead:after {
	display: none; }

#home-hero-slides h1,
#home-hero-slides h2,
#home-hero-slides p {
	margin: 0;
	color: #fff; }
	
#home-hero-slides p.pre-header {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .9em; }

#home-hero-slides h1,
#home-hero-slides h2,
#home-hero-slides p.h1 {
	font-size: 4em;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: .9em;
	margin-bottom: .1em; }	

#home-hero-slides p {
	font-weight: 600; }	

.home-hero-slide {
	position: relative;
	background-size: cover;
	min-height: 550px; }

.home-hero-slide {
	background-position: center;
	background-repeat: no-repeat; }
	
.home-hero-slide img { }

.home-hero-slide-content h1,
.home-hero-slide-content h2,
.home-hero-slide-content p.h1 {
	max-width: 100% !important; }
	
.home-hero-slide-content {
	width: 40%;
	margin-top: 2em; }

.home-hero-slide-content p {
	width: 80%; }

.home-hero-slide-dark-text p.pre-header,
.home-hero-slide-dark-text .home-hero-slide-content h1,
.home-hero-slide-dark-text .home-hero-slide-content h2,
.home-hero-slide-dark-text .home-hero-slide-content p {
	color: #222 !important; }
	
.home-hero-slide-dark-text a.btn {
	border-color: #222 !important;
	color: #222 !important; }	
	
@media all and (max-width: 800px) {	
	#home-hero-slides h1,
	#home-hero-slides h2,
	#home-hero-slides p.h1 {
		font-size: 2.8em; }
	
	.home-hero-slide  { 
		background-position: 70%; }
	
	.home-hero-slide .inner {
		padding: 0 !important; 	}
	
	.home-hero-slide-content {
		background: #66d4bc;
		background: rgba(101, 212, 188, 0.8);
		width: 85%;
		box-sizing: border-box;
		margin: 0;
		padding: 2em; }
}	
	
@media all and (max-width: 640px) {	

	#home-hero-slides h1,
	#home-hero-slides h2,
	#home-hero-slides p.h1 {
		font-size: 1.8em; }
	
	#home-hero-slides p {
		font-size: .9em;
		line-height: 1.2em;
		margin-top: 0em;
		font-weight: normal;
	}	
		
}


@media all and (min-width: 1600px) {	

	.home-hero-slide {
		min-height: 80vh; }
}


/* Video */
.video-home {
	background: #e5e5e5 url('images/content/youtube-link-placeholder.jpg') center;
	background-size: cover;
	width: 100%;
	max-width: 700px;
	min-height: 400px;
	margin: 2em auto;
	position: relative; }
	
.video-home a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	transition: all .3s; }


.video-home .video-caption {
	background: #f9b847;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	padding: 1em;
	padding-right:80px;
	color: #fff;
	font-size: 1.6em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	width: 80%;
	transition: all .5s; }

.video-home .video-caption em {
	display: block;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: .8em; }

.video-home a:hover {
	background: #000;
	background: rgba(0,0,0,.4 ); }

.video-home:hover .video-caption {
	padding-bottom: 2em; }
	
.video-home .video-caption:after {
	height: 55px;
	width: 40px;
	content: '';
	top: 20px;
	right: 20px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat -280px 0px;
	 }

@media all and (max-width: 500px) {	
	
	.video-home {
		min-height: 200px; }
		
	.video-home .video-caption {
		font-size: 1em; }	
}
	
/* @end */


/* @group 10 Masthead */
/* -------------------------------------------------------------- */
.section-masthead {
	/*padding-top: 60px;*/
	background: var(--teal);
	background-size: cover;
	background-position: center;
	color: #fff;
	min-height: 360px; }
	.section-masthead.mastehead-buy {
		background-color: var(--teal);
		background: linear-gradient(90deg, var(--teal) 0%, var(--cyan) 80%); }

.section-masthead h1,
.section-masthead p.h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3.25em;
	line-height: 1em;
	letter-spacing: -0.04em;
	margin: 0 0 .25em;
	font-weight: 700;
	max-width: 40%;
	z-index: 4;
	position: relative; }

.section-masthead h1 em,
.section-masthead p.h1 em {
	font-style: normal;
	font-weight: 300; }

.section-masthead p.h1-100 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3.25em;
	line-height: 1em;
	letter-spacing: -0.04em;
	margin: 0 0 .75em;
	font-weight: 700;
	max-width: 100%;
	z-index: 4;
	position: relative;
	text-align: center; }

.section-masthead p.h1-100 em {
	font-style: normal;
	font-weight: 300; }
/* Opening content */
.section-masthead .opening-content {
	width: 40%;
	position: relative;
	z-index: 10; }
.section-masthead .opening-content-left {
	float: left;
	width: 20%;
	margin: 0 17% 0 13%;
	position: relative;
	z-index: 10; }
.section-masthead .opening-content-right {
	float: right;
	width: 20%;
	margin: 0 15% 0 15%;
	position: relative;
	z-index: 10;
text-align: right; }
.section-masthead .opening-content-left button,
.section-masthead .opening-content-right button {
	width: 100%;
    background: none;
    border: none;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0.4em 0.8em;
    font-size: 1em;
    transition: all .3s;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    border: 1px solid #fff;
} 
.section-masthead .opening-content-left button:hover,
.section-masthead .opening-content-right button:hover {
    background: rgba(255, 255, 255, 0.3);
} 
.section-masthead .opening-content-left .option-help,
.section-masthead .opening-content-right .option-help {
	margin-top: 0.75em;
}
.section-masthead .opening-content-left .option-help p,
.section-masthead .opening-content-right .option-help p {
	font-size: .8em;
    line-height: 1.4em;
}
@media all and (max-width: 1040px) {
	.section-masthead .opening-content-left {
		width: 30%;
		margin: 0 15% 0 5%; }
	.section-masthead .opening-content-right {
		width: 30%;
		margin: 0 5% 0 15%;
	text-align: right; }
}
@media all and (max-width: 681px) {
	.section-masthead .opening-content-left {
		width: 40%;
		margin: 0 10% 0 0; }
	.section-masthead .opening-content-right {
		width: 40%;
		margin: 0 0 0 10%;
	text-align: right; }
}
@media all and (max-width: 438px) {
	.section-masthead .opening-content-left {
		width: 45%;
		margin: 0 5% 0 0; }
	.section-masthead .opening-content-right {
		width: 45%;
		margin: 0 0 0 5%;
	text-align: right; }
}
.section-masthead .opening-content p,
.section-masthead .opening-content-left p,
.section-masthead .opening-content-right p {
	color: #fff; }

@media all and (max-width:720px) {	

	.section-masthead h1,
	.section-masthead p.h1 {
		font-size: 2.6em; }
}


@media all and (max-width: 550px) {	
	.section-masthead {
		min-height: 200px;
		position: relative; }
	
	.section-masthead h1,
	.section-masthead p.h1 {
		font-size: 2em;
		max-width: 100%; }
	
	.section-masthead:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(101, 212, 188, 0.6);
		width: 100%;
		height: 100%;
		z-index: 1; }
		
	/* But not on some pages */
	.single-landing .section-masthead:after,
	.page-id-1374 .section-masthead:after {
		content: none; }	
	
}	
	
	
	
	
	
@media all and (max-width: 500px) {	
	.section-masthead .opening-content {
		width: 100%; }		
}

/* Section nav */	
.section#section-masthead-navigation {
	background: #f6f6f6; }

.section#section-masthead-navigation .inner {
	padding-top: 1em;
	padding-bottom: .5em; }

nav#nav-section {
	font-size: .85em;
	width: 90%; }
	
nav#nav-section li {
	display: inline-block;
	text-transform: uppercase; }

nav#nav-section li a {
	color: inherit;
	display: inline-block;
	padding: .6em 1.2em;
	line-height: 1em;
	font-weight: 600;
	background: #e9e9e9;
	color: #696969;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	margin: 0 6px 8px 0; }
	
nav#nav-section li.current_page_item a,
.page-id-397 li#menu-item-129 a,
.single-job nav#nav-section li#menu-item-129 a,
.single-post nav#nav-section li#menu-item-892 a {
	color: var(--text-grey);
	background: #fff;
	border-color: #fff; }


	
@media all and (max-width:980px) {	
	nav#nav-section {
		width: 100%; }
}

		
/* @end */ 

/* @group 11 Buy Ribbon */
/* -------------------------------------------------------------- */
#ribbon-buy {
	background: var(--teal);
	background: linear-gradient(0deg, var(--cyan) 0%, var(--teal) 80%); }

.ie-gte-9 #ribbon-buy {
       filter: none; }

#ribbon-buy .inner {
	padding-bottom: 0; }
	
.ribbon-buy-option {
	float: left;
	/*width: 33.333%;*/
	width: 50%; }

.ribbon-buy-option .inside {
	margin: 0 1em; }
	
.ribbon-buy-option a {
	line-height: 1.3em;
	display: block;
	padding-left: 76px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative; }
	
.ribbon-buy-option a h2 {
	color: #234942;
	font-size: 1em;
	margin: 0 0 .4em; }

#ribbon-buy img.ribbon-icon {
	width: 60px;
	position: absolute;
	left: 0px;
	margin-right: .8em;
	transition: all .2s; }

#ribbon-buy img.ribbon-image {
	margin: 1em auto 0;
	width: 90%;
	display: block;
	max-width: 662px; }


.ribbon-buy-option a:hover img.ribbon-icon {
 	transform: scale(1.1); }

.ribbon-buy-option p {
	color: var(--teal-dark); }

#ribbon-buy h2 {
	color: var(--teal-dark);
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 1.5em; }

#ribbon-buy a.choose-powervault {
	display: block;
	text-decoration: none;
	padding-bottom: 80px;
	position: relative; }
	
#ribbon-buy a.choose-powervault:after {
	height: 40px;
	width: 40px;
	content: '';
	bottom: 20px;
	right: 50%;
	margin-right: -20px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat 0 -274px;
	transition: all .6s; }

#ribbon-buy a:hover.choose-powervault:after {
	opacity: .7; }

#ribbon-buy a p {
	text-align: center;
	width: 80%;
	margin: 0 auto; }
	
@media all and (max-width: 800px) {
	.ribbon-buy-option {
		text-align: center; }
		
	.ribbon-buy-option a {
		padding-left: 0; }
	
	#ribbon-buy img.ribbon-icon {
		width: 60px;
		margin: 0 0 1em 0;
		position: relative; }
}

@media all and (max-width: 600px) {
	.ribbon-buy-option {
		clear: left;
		width: 100%;
		margin-bottom: 3em; }
	
	.ribbon-buy-option:last-of-type {
		margin-bottom: 0; }
}
/* @end */ 

/* @group 12 Cards: Defaults */
/* -------------------------------------------------------------- */
.cards-featured-items {
	text-align: center; }
	
.cards-featured-items .card {
	display: inline-block;
	width: 33%;
	vertical-align: text-top; }
	
.cards-featured-items .card .inside {
	padding: 0 20px; }

.cards-featured-items .card .inside .icon { 
	margin-bottom: 1em;
	width: 50px;
	height: 50px; }	

.cards-featured-items .card h3 {
	height: 3em;
	color: #46ddbf;
	font-weight: 600;
	font-size: 1.1em;
	widows: 2; }

.cards-featured-items .card p {
	color: #808080;
	font-size: .9em; }
		
@media all and (max-width: 800px) {
	.cards-featured-items .card {
		width: 49%;
		margin-bottom: 2em; }
}

@media all and (max-width: 600px) {
	.cards-featured-items .card {
		width: 100%; }
}
/* @end */ 

/* @group 13 Jobs */
/* -------------------------------------------------------------- */

/* Job overview */
#job-overview {
	width: 50%; 
	padding: 0 1em;
	box-sizing: border-box;
	border-left: 1px solid var(--teal); }

#job-overview h3 {
	font-size: .85em;
	color: #808080; }

#job-overview p {
	margin-bottom: 1.25em; }

@media all and (max-width: 800px) {
	#job-overview {
		width: 100%;
		margin-top: 0;
		border-top: 1px solid var(--teal);
		border-bottom: 1px solid var(--teal);
		border-left: none;
		padding: 2em; }
}

/* Job cards */
.section ul.cards-jobs {
	padding-left: 0;
	margin-bottom: 3em; }

.section ul.cards-jobs li {
	list-style: none;
	padding: 0; }

ul.cards-jobs .card {
	background: #f3f3f3;
	margin-bottom: 10px;
	border-left: 1px solid var(--teal); }

ul.cards-jobs .card .inside {
	padding: 1em 1.25em; }

ul.cards-jobs h3,
ul.cards-jobs h3 a {
	color: #787878; }
	
ul.cards-jobs p {
	margin: 0; }

ul.cards-jobs p:last-of-type {
	margin-top: .75em; }
	
	
/* @end */ 

/* @group 14 Benefits: widgets */
/* -------------------------------------------------------------- */
.section#benefits-economic {
	background: #313131 url('images/backgrounds/network.png') no-repeat right center; }

.section#benefits-economic h2 {
	color: #fff; }
	
.section#benefits-green {
	background: #fff url('images/backgrounds/planet-earth.png') no-repeat right bottom; }	

/* Tabbed widget */
.benefit-tabs {
	background: #fff;
	border: 1px solid #e7e7e7;
	position: relative; }

.benefit-tabs .tab-title {
	width: 50%;
	display: block;
	background: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	transition: all .3s; }

.benefit-tabs li:last-of-type .tab-title {
	border-bottom: none; }

.benefit-tabs .tab-title .icon {
	width: 60px;
	float: left;
	margin-right: 20px;
	-ms-transform: translate(0,-15px);
	-webkit-transform: translate(0,-15px);
	transform: translate(0,-15px); }
		
.benefit-tabs .tab-content {
	width: 49%;
	display: block;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff; }

.benefit-tabs .tab-content .inside {
	margin: 1em; }

/* Titles */
.benefit-tabs .tab-title a {
	color: #4ed3b9;
	padding: 30px;
	display: block;
	position: relative; }
	
.benefit-tabs .tab-title h3 {
	color: #4ed3b9;
	margin: 0; }

.benefit-tabs .tab-title a:after {
	height: 22px;
	width: 14px;
	content: '';
	top: 30px;
	right: 16px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat 0 -69px;
	opacity: .5; }
	
.benefit-tabs li:hover .tab-title {
	background: #f8f8f8; }	

/* Active */
.benefit-tabs li.active .tab-title {
	background: #fff;
	border-right-color: #fff; }

.benefit-tabs li.active .tab-content {
	display: block; }

/* Tabbed widget: Dark */
.section#benefits-economic .benefit-tabs {
	background: var(--text-grey);
	border-color: #414141; }

.section#benefits-economic .benefit-tabs .tab-title {
	background: #383838;
	border-bottom-color: #414141;
	border-right-color: #414141; }
	
.section#benefits-economic .benefit-tabs .tab-content {
	background: var(--text-grey);  }
	
.section#benefits-economic .benefit-tabs li:hover .tab-title {
	background: #333; }	

.section#benefits-economic .benefit-tabs li.active .tab-title {
	background: var(--text-grey);
	border-right-color: var(--text-grey); }

.section#benefits-economic p {
	color: #c3c3c3; }
	
@media all and (max-width:840px) {
 	/* Tabbed widget */
	.benefit-tabs .tab-title,
	.benefit-tabs .tab-content {
		width: 100%; }

	.benefit-tabs .tab-content {
		position: relative; }
	
	.benefit-tabs .tab-title a:after {
		height: 12px;
		width: 22px; 
		background-position: -41px -74px; }
	
	.benefit-tabs .tab-title {
		border-bottom: none; }
		
	.benefit-tabs .tab-title {
		border-top: 1px solid #e7e7e7; }	
	
	.benefit-tabs li:first-of-type .tab-title {
		border-top: none; }		
		
	/* Dark */	
	.section#benefits-economic .benefit-tabs .tab-title {
		border-color: #414141; }
	
	/* Other layout */
	.benefit-tabs .tab-title a {
		padding: 20px; }
	
	.benefit-tabs .tab-title .icon {
		width: 40px;
		left: 15px;
		position: absolute;
		-ms-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		transform: translate(0,0); } 	
	
	.benefit-tabs .tab-title h3 {
		padding-top: 45px; }
	
	.benefit-tabs li.active .tab-content .inside {
		padding: 0 10px; }
}

/* @end */ 

/* @group 15 Benefits: Additional benefits */
/* -------------------------------------------------------------- */
#additional-benefit-rows {
	float: left; }
	
#additional-benefit-rows .row {
	float: left;
	width: 100%; }

#additional-benefit-rows .row .column-content,
#additional-benefit-rows .row .column-image {
	width: 50%;
	float: right; }

#additional-benefit-rows .column-content {
	background: #fff;
	min-height: 18em; }

/* Content panel */	
.section #additional-benefit-rows h3  {
	color: var(--teal);
	font-size: 1.25em; }

#additional-benefit-rows .row-even .column-content {
	float: left; }

#additional-benefit-rows .row .column-content .inside {
	max-width: 580px;
	float: right; }

#additional-benefit-rows .row-odd .column-content .inside {
	float: left; }
	
#additional-benefit-rows .row  .column-content .inside {
	margin: 2em; }

/* Image panels */	
#additional-benefit-rows .row .column-image .inside {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 700px;
	min-height: 18em;
	background-color: #f1f1f1; }
	
#additional-benefit-rows .row .column-image .inside {
	float: left; }
			
#additional-benefit-rows .row-odd .column-image .inside {
	float: right; }
	 		
@media all and (max-width: 700px) {	
	#additional-benefit-rows .column-content {
		min-height: 2em; }
		
	#additional-benefit-rows .row .column-content,
	#additional-benefit-rows .row .column-image {
		width: 100%; }
}	

/* @end */ 

/* @group 16 Page Link Cards */
/* -------------------------------------------------------------- */
.page-link-cards {
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap; }

.page-link-cards .card {
	width: 24%;
	overflow: hidden;
	background: #fff;
	float: left;
	margin: 0 .5% 12px; }
	
.page-link-cards .card img {
	width: 100%;
	height: auto; }
	
.page-link-cards .card-title {
	margin: 1em 1.5em 1.5em; }

.page-link-cards .card-image {
	position: relative;
	overflow: hidden; }
	
.page-link-cards .card .card-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 800px;
	background: rgba(49,49,49,.8);
	transition: all 1s; }

.page-link-cards .card:hover .card-image .overlay {
	background: rgba(49,49,49,0); }		
	
.page-link-cards a h3 {
	color: #000;
	font-weight: 700;
	display: inline-block;
	font-size: 1.2em;
	margin-bottom: .5em;
	position: relative; }

.page-link-cards a h3:after {
	height: 22px;
	width: 14px;
	content: '';
	display: inline-block;
	top: 7px;
	right: -22px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat -20px -69px;
	transition: all .6s; }

.page-link-cards a:hover h3:after {
	right: -36px; }	
	
.page-link-cards p {
 	line-height: 1.6em; }

@media all and (max-width: 1100px) {
	.page-link-cards .card {
		width: 32%; }
}	

@media all and (max-width: 800px) {
	.page-link-cards .card {
		width: 49%; }
}	


@media all and (max-width: 680px) {	
	.page-link-cards .card {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5em; }
}	

/* Full width link */	
.page-link-full-width {
	margin: 1.5em 0 0;
	float: left;
	width: 100%; }

.section .page-link-full-width a {
	display: block;
	background: var(--teal);
	color: #fff;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
	font-size: 1.4em;
	font-weight: 700;
	text-decoration: none;
	position: relative; }

.section .page-link-full-width a:after {
	height: 22px;
	width: 14px;
	content: '';
	margin-left: 10px;
	display: inline-block; 
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat 0 -94px;
	transition: all .6s;
	opacity: .6; }

.section .page-link-full-width a:hover:after {
	margin-left: 20px; }	
/* @end */ 

/* @group 17 The Team */
/* -------------------------------------------------------------- */

/* Team cards */
.team-cards {
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap; }

.team-cards .card {
	width: 31%;
	background: #fff;
	float: left;
	margin: 0 2% 20px 0; }
	
.team-cards .card .team-biog {
	margin: 1em; }

.team-head-shot {
	padding: 20px 20px 0;
	height: 180px; 
	float: right;
	margin-bottom: 20px; }

.team-head-shot img {
	width: auto;
	height: 100%; }	

.team-biog p.job-title,
.team-biog h3 {
	color: var(--teal); }

.team-biog p.job-title {
	margin: 0;
	line-height: 1.4em;
	margin-bottom: -.25em;
	text-transform: uppercase; }

.team-biog h3 {
	font-weight: 400;
	margin: 0 0 1em; }

@media all and (max-width: 860px) {
	.team-cards .card { 
		width: 48%;  }
}				

@media all and (max-width: 580px) {
	.team-cards .card {
		width: 100%; }
}				

/* Board */
#team-cards-board .card {
	width: 100%;
	border-bottom: 1px solid #f1f1f1; }

#team-cards-board .card .team-biog {
	margin: 0 0 1.5em; }
	
#team-cards-board .card h3 {
	margin-bottom: 0; }	
	
/* @end */

/* @group 18 Technical */
/* -------------------------------------------------------------- */
#technical-section-cards {
	padding-top: 50px; }
		 
img.model-group {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	max-width: 980px;
	margin-top: 20px; }

.ie-lt-9 img.model-group {
	margin-top: 20px; }

@media all and (max-width:800px) {

	#technical-section-cards {
		padding-top: 0; }
		
	img.model-group { 
		width: 90%; }
}

/* Technical Specifications */	 
ul.spec-table > li {
	border-bottom: 1px solid #dedede;
	float: left;
	clear: left;
	width: 100%;
	padding: 1em 0 0; }

ul.spec-table h3 {
	float: left;
	width: 20%;
	color: #3a3a3a;
	font-weight: 500;
	font-size: .85em;
	text-transform: uppercase; }

ul.spec-table ul {
	overflow: hidden;
	width: 73%;
	float: right; }

ul.spec-table ul li {
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 0 1em 0 0;
	margin-bottom: 1em; }

ul.spec-table ul.column-count_1 li {
	width: 100%; }
		
ul.spec-table ul.column-count_4 li {
	width: 25%; }

ul.spec-table ul.column-count_5 li {
	width: 19.5%; }	

ul.spec-table ul.column-count_6 li {
	width: 16.3%; }	
		
ul.spec-table h4,
ul.spec-table p {
	margin: 0;
	line-height: 1.3em;
	font-size: .8em; }

ul.spec-table h4 {
	font-weight: 600; }

ul.spec-table {
	text-align: center;
	color: #808080; }

ul.spec-table h3 {
	text-align: left; }
		
/* Icons */
ul.spec-table li.line-icon-no-label p {
	color: #3a3a3a; }

ul.spec-table li.line-icon-no-label h3 {
	display: none; }	

/* Icons */
li.line-icon h3 {
	padding-left: 50px;
	position: relative; }

li.line-icon h3:before {
	position: absolute;
	width: 36px;
	left: 5px;
	margin-top: -5px;
	height: 36px;
	content: '';
	background-image: url('images/powervault-icons-small-gray.png'); }

li.line-icon-capacity h3:before	{			background-position: -36px 0px; }
li.line-icon-nominal-capacity h3:before	{	background-position: -144px 0px; }
li.line-icon-weight h3:before	{			background-position: -108px 0px; }
li.line-icon-battery h3:before	{			background-position: -72px 0px; }
li.line-icon-dimension h3:before	{		background-position: -252px -36px; }
li.line-icon-temperature h3:before	{		background-position: -144px -36px; }
li.line-icon-materials h3:before	{		background-position: -108px -36px; }
li.line-icon-input h3:before	{			background-position: -36px -36px; }
li.line-icon-output h3:before	{			background-position: 0 -36px; }
li.line-icon-inverter h3:before	{			background-position: -72px -36px; }
li.line-icon-charger h3:before	{			background-position: -216px -36px; }
li.line-icon-connections h3:before	{		background-position: -180px -36px; }
li.line-icon-warranty h3:before	{			background-position: -180px -2px; }


/* Section switcher */
.section-switcher {
	text-align: center;
	background: red;
	float: left;
	position: relative;
	width: 100%; }

.toggle-button-wrapper {
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	width: 50%;
	margin: 0 0 0 50%;
	position: absolute;
	top: -1em;
	left: -25%; }

.toggle-button-wrapper button {
	background: #fff;
	padding: .2em 1em;
	width: 50%;
	font-size: .9em;
	border: none;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	border-right: 1px solid #ddd;
	transition: all .3s; }

.toggle-button-wrapper button:last-of-type {
	border: none; }
	
.toggle-button-wrapper button:hover {
	background: #f7f7f7; }


.toggle-button-wrapper button.active {	
	background: var(--teal);
	color: #fff; }
		
/* Model image */
.section-background-lgray ul.spec-table li.line-icon-no-label {
	padding-top: 0; }

ul.spec-table .pv-model-image {
	width: 70%;
	margin-bottom: .75em; }

ul.spec-table .pv-model-image img {
	width: 100%;
	height: auto; }

@media all and (max-width:700px) {
	.spec-table-wrapper {
		overflow: scroll !important;
		padding-bottom: 10px;
		border-right: 2px solid #3e3e3e;}
	
	ul.spec-table {
		width: 800px; }

}

p.model-available {
	line-height: 1.2em;	
	font-size: .6em !important;
	border: 1px solid var(--teal);
	padding: .2em .4em;
	text-transform: uppercase;
	display: inline-block;
	transform: translate(0, -2px); } 

p.model-available-yes {
	background: #def0ec; }


/* Small screen hiding */

.spec-small-screen {
	display: none; }


/* @end */ 

/* @group 19 Accordion */
/* -------------------------------------------------------------- */
.section .columns ul.accordion {
	list-style: none;
	padding: 0; }

.section .columns  ul.accordion li {
	list-style: none;
	padding: 0; }

ul.accordion li.item {
	border-bottom: 1px solid #eee;
	margin-bottom: 0;  }

ul.accordion li.item .heading {
	padding: 1em 50px 1em 1em;
	cursor: pointer;
	background: #f6f6f6;
	position: relative; }	

ul.accordion li.item .heading h3 {
	padding: 0;
	margin: 0; }
	
ul.accordion li.item .content {
	display: none;
	overflow: hidden;
	padding: 1em;
	-webkit-transition: all 1s;
	transition: all 1s; }			

ul.accordion li.item .content p {
	max-width: 80%; }
	
ul.accordion li .heading:after {
	height:15px;
	width: 22px;
	content: '';
	top: 20px;
	right: 10px;
	position: absolute;
	opacity: .5;
	background: url('images/powervault-sprites_v6.png') no-repeat -41px -73px; }

/* Hover */
ul.accordion li:hover .heading:after {
	opacity: .7; }
	
/* Active */
ul.accordion li.active .heading {
	background: #fdfdfd; }
	
ul.accordion li.active .content {
	display: block;
	background: #fdfdfd; }

ul.accordion li.active .heading:after {
	background-position: -67px -73px; }

/* Responsive */
@media all and (max-width:1100px) {
	ul.accordion li.item .content p {
		max-width: 90%; }	
}

/* FAQ */
.section .columns p.faq-updated {
	font-size: .85em;
	color: #ababab;
}

/* @end */ 

/* @group 20 Installation */
/* -------------------------------------------------------------- */
img.installation-diagram {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto 5em 0; }
/* @end */ 

/* @group 21 Milestones */
/* -------------------------------------------------------------- */
.cards-milestones {
	text-align: left;
	width: 100%; }

.cards-milestones .card {
	width: 80%;
 	margin: 0 auto .3em;
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 1em;
	background: #f7f7f7;
	border-bottom: 1px solid #ddd; }

.cards-milestones .card p {
	margin-bottom: 0; }

.cards-milestones .card h3 {
	color: var(--teal-dark);
	margin-bottom: 0;
	text-transform: uppercase; }

/* Highlight */
.cards-milestones .card {
	display: none; }

.cards-milestones .highlighted {	
	display: block;	}

#open-all-milestones {
	text-align: center;
	padding-top: 1em; }
		
/* @end */  

/* @group 22 Testimonial slider */
/* -------------------------------------------------------------- */
.testimonial p {
	margin-bottom: .5em; }

.testimonial p.accred {
	color: #333;
	font-weight: 600; }

.testimonial .testimonial-logo {
	float: left; 
	margin-right: 20px;
	-ms-transform: translate(0,10px);
	-webkit-transform: translate(0,10px);
	transform: translate(0,10px); }

.testimonial .testimonial-logo img {
	width: 100%;
	height: auto; }
	
.testimonial .testimonial-content {
	overflow: hidden;
	padding-left: 20px;
	border-left: 1px solid var(--teal); }
	
.testimonial-no-divider .testimonial-content {
	border: none;
	padding-left: 0; }	 

/* Centred */
.centred .testimonial p {
	text-align: center;
	color: #fff; }

	
/* @end */  

/* @group 23 Partner logos   */
/* -------------------------------------------------------------- */
.section ul.powervault-partners {
	padding: 0; 
	margin-top: 2em;
	text-align: center; }

.section ul.powervault-partners li {
	list-style: none;
	display: inline-block;
	padding: 0; }

.section ul.powervault-partners li .inside {
	margin: 0 15px;
	text-align: center; }

.section ul.powervault-partners img {
	height: 110px;
	width: auto; }
	
@media all and (max-width:500px) {	
	.section ul.powervault-partners img {
		height: 80px; }
}
/* @end */  

/* @group 24 Awards   */
/* -------------------------------------------------------------- */
.section .columns ul.powervault-awards {
 	padding: 0;
 	width: 80%;
 	
 	float: left; }

.section .columns ul.powervault-awards li {
 	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0; }

ul.powervault-awards li .inside {
	margin: 0 0 2em;
	float: left;
	width: 100%; }
	
ul.powervault-awards .award-logo {
	float: left;
	padding: .5em 2em .5em 0;
 	margin-right: 2em;
	border-right: 1px solid #e4e4e4; }

ul.powervault-awards .award-logo img {
	max-width: 100px; }

ul.powervault-awards .award-name {
	overflow: hidden; } 	

ul.powervault-awards p {
	line-height: 1.4em; }

@media all and (max-width:1000px) {
	.section .columns ul.powervault-awards {
	 	width: 100%; }
}

@media all and (max-width:800px) {
	.section .columns ul.powervault-awards {
		margin-top: 1em; }
	
	.section .columns ul.powervault-awards li {
		border: none;
		text-align: center;
		width: 33%;
		margin-bottom: 1em; }
	
	.section .columns ul.powervault-awards li .inside {	
		padding: 0 1em;
		width: auto; }
		
	ul.powervault-awards .award-logo {
		float: none;
		margin: 0 0 1em 0;
		padding: 0;
		border: none; }	
		
	ul.powervault-awards .award-name {
		overflow: auto;	}
}

@media all and (max-width:580px) {
	.section .columns ul.powervault-awards li {
		width: 100%; }
	
	.section .columns ul.powervault-awards li .inside {	
		padding: 0;
		width: 100%; }
}
/* @end */  

/* @group 25 Batteries   */
/* -------------------------------------------------------------- */

/* Battery Configurationa */
#battery-configurations {
	margin: 2em 0; }

#battery-configurations .panel {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 3em; }

#battery-configurations img {
	width: 94%;
	height: auto; }

@media all and (max-width:900px) {
	#battery-configurations .panel {
		width: 50%; }
	
	#battery-configurations img {
		width: 70%; }
}

@media all and (max-width:700px) {
	#battery-configurations img {
		width: 94%; }
}

@media all and (max-width:540px) {
	#battery-configurations .panel {
		width: 100%; }
}

/* @end */  

/* @group 26 Contact us */
/* -------------------------------------------------------------- */
#map {
	background: #f1f1f1; }

#map-canvas {
	height: 400px;
	width: 100%; }
/* @end */  

/* @group 27 Legal */
/* -------------------------------------------------------------- */
table.cookies td {
	border: 1px solid #ddd;
	padding: .5em; }

table.cookies thead td {
	background: #f7f7f7; }
/* @end */  

/* @group 28 Buy Section  */
/* -------------------------------------------------------------- */
.page-id-34 #wrapper,
.page-id-364 #wrapper,
.page-id-780 #wrapper {
	background: var(--text-grey); }

.section-buy {
	border-top: 1px solid #434343; }

.section-buy h2 {
	font-weight: 200;
	font-size: 1.5em; }
	
.section-buy p {
	color: #bdbdbd;
	font-size: 1.1em; }

.section-buy p a.btn {
	color: var(--teal);
	text-transform: uppercase;
	font-size: .8em;
	border-color: var(--teal);
	padding: .75em 1em;
	line-height: 1em; }
	
.section-buy p a.btn:hover {
	color: var(--text-grey);
	background-color: var(--teal); }

/* Model options */
.model-options {
	border: 2px solid #bfbfbf;
	background: #f3f3f3;
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #e1e1e1 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f2f2f2',GradientType=0 );
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden; }

.option-select {
	background: #e3e3e3;
	padding: 1em;
	background: -moz-linear-gradient(top,  #d4d4d4 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top,  #d4d4d4 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #d4d4d4 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#f2f2f2',GradientType=0 ); }

.ie-gte-9 .model-options,
.ie-gte-9 .option-select { 
	filter: none; }	
    
.model-option {
	float: left;
	width: 25%;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s; }	

.model-option a {
	display: block;
	width: 100%;
	height: 100%; }
	
.model-option .model-image {
	padding: 20px 0 30px;
	border-right: 2px solid #bfbfbf;
	position: relative; }

.model-option .model-image .icon-model-badge-56 {
	position: absolute;
	left: 20%;
	bottom: 10px;
	margin-left: -25px; }

.model-option:last-of-type .model-image {
	border-right: none; }
	
.model-option .model-image img {
	width: 60%;
	display: block;
	margin: 0 auto; }	

/* Option select */
.option-select p {
	margin: 0; }	

.option-select p span {
	background: var(--teal);
	display: block;
	position: relative;
	text-align: center;
	padding: .25em;
	font-size: .9em;
	color: #234942;
	border: 1px solid #379c88;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s; }

.option-select p span:after {
	height: 23px;
	width: 15px;
	content: '';
	top: 50%;
	margin-top: -12px;
	right: 10px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat -96px -69px; }
	
.option-select p span em {
	font-size: .75em;
	font-style: normal; }


.model-options .model-option:hover {
	background: #f7f7f7; } 
 
.model-options a:hover .option-select p span {
	background: #3ddabb;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.4); }  
 
@media all and (max-width: 900px) {
	.option-select p span:after {
		background-image: none; }
}
	
@media all and (max-width: 760px) {
	.model-option {
		clear: left;
		width: 100%;
		height: 180px;
		overflow: hidden; 
		border-bottom: 2px solid #bfbfbf;
		background: #f3f3f3;
		background: -moz-linear-gradient(top,  #e1e1e1 0%, #f2f2f2 100%);
		background: -webkit-linear-gradient(top,  #e1e1e1 0%,#f2f2f2 100%);
		background: linear-gradient(to bottom,  #e1e1e1 0%,#f2f2f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f2f2f2',GradientType=0 ); }	

	.model-option .model-image,
	.option-select {
		float: left;
		width: 45%; }

	.model-option .model-image {
		border-right: none;
		padding: 40px 20px; }
	
	.model-option .model-image img {
		width: 180px; }
		
	.model-option .model-image { }
	
	.option-select {
		margin: 0;
		background: none;
		padding: 60px 0; }	
	
	.model-option .model-image .icon-model-badge-56 {
		left: 15%;
		bottom: auto;
		top: 20px;
		margin-bottom: -25px;
		margin-left: 0; }
}

@media all and (max-width: 440px) {
	.model-option {
		height: 140px; }	

	.model-option .model-image {
		padding: 20px 0px; }
	
	.model-option .model-image img {
		width: 80px; } 
	
	.model-option .model-image .icon-model-badge-56 {
		left: 10px;
		bottom: auto;
		top: 10px;
		margin-bottom: -25px;
		margin-left: 0; }
	
	.option-select {
		padding: 40px 0; }
	
	.option-select p span {
		line-height: 1.2em;
		padding: .5em; }
}
/* Buy Form */
.section#buy-form {
	position: relative; }

.section#buy-form img.powervault-buy-hero-big {
	position: absolute;
	right: -20px;
	top: -30px; }

.page-id-1346 h1 {
	margin-bottom: 0; }
	
h2.buy-recommendation {
	color: #fff;
	font-weight: 200;
	font-size: 1.8em;
	margin: 0 0 .75em;
	line-height: 1.2em;
	position: relative; }
	
h2.buy-recommendation em {
	font-style: normal;
	font-weight: 600; }
 
 
@media all and (max-width: 1000px) {
	.section#buy-form img.powervault-buy-hero-big {
		width: 45%; }	
} 

@media all and (max-width: 800px) {
	.section#buy-form img.powervault-buy-hero-big {
		display: none; }
} 

@media all and (max-width: 500px) {
	h1.buy-recommendation  {
		padding-right: 50px; }
	
	h1.buy-recommendation:after {
		top: -40px; }
} 

/* @end */  

/* @group 29 Energy Calculator  */
/* -------------------------------------------------------------- */
#calculator-options {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 4em; }

.calculator-option {
	float: left;
	width: 24%;
	border-right: 1px solid #434343; }

.calculator-option:last-of-type {
	border: none; }

.calculator-option .inside {
	margin: 0 20px 0 20px; }

.calculator-option .intro {
	position: relative; }
		
.calculator-option .intro h3 {
	color: var(--teal);
	margin: 0;
	font-weight: 600;
	font-size: 1.4em; }

.calculator-option .intro p {
	color: #9c9c9c; 
	font-size: .9em;
	line-height: 1.5em; }
	
.calculator-option .intro p strong {
	color: #fff; 
	display: block; }	

.calculator-option .intro .icon {
	position: absolute;
	left: -10px;
	top: -60px;
	width: 60px;
	height: 60px; }

.calculator-option .intro .icon img {
	width: 100%;
	height: auto; }
		
.columns .calculator-option ul {
	padding-bottom: 1.5em; }

.columns .calculator-option ul li {
	margin-bottom: 0;
	font-size: .8em; }

.calculator-option form label span {
	text-transform: none;
	font-weight: normal;
	display: block;
	margin-bottom: .5em; }

.calculator-option form select {
	font-size: .9em; }	
	
.calculator-option input.btn {
	background: var(--teal);
	display: block;
	position: relative;
	text-align: center;
	padding: .6em 1.5em;
	font-size: .9em;
	margin-top: 1em;
	color: #234942;
	border: 1px solid #379c88;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s; }

.calculator-option input.btn:hover {
	background: var(--teal);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.4); } 

@media all and (max-width:940px) {
	#calculator-options {
		margin-top: 60px; }
		
	.calculator-option .inside {
		margin: 0 20px; }

	.calculator-option .intro .icon {
		left: 20px;
		margin-left: -30px;
		top: -60px; }
}


@media all and (max-width:720px) {
	#calculator-options {
		margin-top: 0; }
		
	.calculator-option {
		width: 100%;
		border-right: none;
		padding-bottom: 2em;
		padding-top: 60px;
		border-bottom: 1px solid #434343; }
	
	.calculator-option .intro p strong {
		display: inline-block; }
	
	.calculator-option .intro .icon {
		bottom: 24px; }
}	
/* @end */  


/* @group 30 Blog  */
/* -------------------------------------------------------------- */

/* Feed */
#blog-posts {
	margin-top: 2em; }

#blog-posts .card {
	border-bottom: 1px solid #ededed;
	padding-bottom: 1.25em;
	margin-bottom: 2em; }

#blog-posts .card a.featured-image {
	display: block; }

#blog-posts .card h2 {
	margin: 1em 0 .5em;
	line-height: 1.4em; }

#blog-posts .card h2 a {
	color: var(--teal); }	
	
#blog-posts .card img {
	width: 100%;
	height: auto; }
	
/* Single post */
.blog-post-title {
	margin-bottom: 1.5em; }

.blog-post-title h1 { 
	float: left;
	width: 100%; } 

.blog-post-title .sharedaddy {
	margin-top: 1em; }
		
.blog-post-title .sharedaddy h3.sd-title {
	display: none; }

.blog-post-article img {
	width: 100%;
	height: auto; }

.blog-post-article .featured-image {
	margin-bottom: 1em; }

.single-post .column blockquote {
	background: #f6f6f6;
	padding: 1em;
	margin: 1.5em 0 1.5em 3em;
	border-left: 1px solid #e8e8e8; }

.single-post .column blockquote p:last-of-type {
	margin-bottom: 0; }

p.img-caption {
	color: #999;
 	font-size: .7em;
	text-align: right;
	padding: .25em 0; }

p.img-caption a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #ccc; }
		
/* Article navigation */
.blog-post-article-nav {
	border-top: 1px solid #ededed;
	padding-top: 1.5em;
	margin-top: 3em; }

.blog-post-article-nav p {
	width: 50%;
	line-height: 1.6em;
	float: left;
	font-weight: 600; }

.blog-post-article-nav p.next {
	float: right;
	text-align: right; }
	
.blog-post-article-nav p a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0 30px; }
	
.blog-post-article-nav p.next a:after,
.blog-post-article-nav p.prev a:after {
	height: 22px;
	width: 14px;
	content: '';
	display: inline-block;
	top: 7px;
	position: absolute;
	background: url('images/powervault-sprites_v6.png') no-repeat;
	transition: all .6s; }
	
.blog-post-article-nav p.prev a:after {
	left: 0;
	background-position: -20px -94px;}	
	
.blog-post-article-nav p.next a:after {
	right: 0;
	background-position: -20px -69px;}

/* Meta */
p.post-meta {
	text-transform: uppercase;
	color: #aaa;
	font-size: .75em;
	margin-bottom: .5em; }

/* Latest blog widget */
.section .columns ul.blog-posts-widget {
	border-left: 1px solid var(--teal);
	list-style: none;
	padding: 0; }
	
.section .columns ul.blog-posts-widget li {
	padding: .25em 1em;
	list-style: none;
	margin: 0 0 1em 0; }
	
/* Tweets */
#tweets {
	max-height: 400px;
	overflow-y: auto; }
/* @end */  


/* @group 31 Media Resources  */
/* -------------------------------------------------------------- */

.section .columns ul.downloadable-resources,
.section .columns ul.downloadable-resources li {
	list-style: none;
	padding: 0;
	margin: 0 }

ul.downloadable-resources {
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap; }
	
.section .columns ul.downloadable-resources li {
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	width: 23%;
	margin: 0 1% .6em 0;
	float: left; }	

ul.downloadable-resources li a {
	padding: 10px;
	display: block; }	

ul.downloadable-resources li h3,
ul.downloadable-resources li img,
ul.downloadable-resources span {
	padding: 3px;
	margin: 0 auto;
	display: block; }	

ul.downloadable-resources li img {
	max-width: 200px;
	max-height: 200px; }
	
ul.downloadable-resources span {
	text-decoration: underline;
	background: #f3f3f3;
	border-radius: 4em;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s; }

ul.downloadable-resources a:hover span {
	background: #e1e1e1; }
/* @end */  

/* @group 32 Approved installers  */
/* -------------------------------------------------------------- */
.installer-contact-details {
	background: #f5f5f5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 20px;
	margin-bottom: 3em; }

.installer-contact-details h3 {
	margin: 2em 0 0; }
	
	
.installer-contact-details img.approved-badge {
	float: right;
	width: 200px;
	height: auto;
	margin: 0 0 20px 20px; }
/* @end */  


/* @group 33 Buy process  */
/* -------------------------------------------------------------- */

#container.buy-builder,
.page-id-1344 #container,
.page-id-1346 #container,
.page-id-1348 #container {
	background: var(--text-grey);
	height: auto !important; }

.section-buy-builder {
	border-top: 1px solid #434343;
	display: none;
	overflow: hidden; }

img.model-group-buy-page {
	width: 100%;
	max-width: 980px;
	display: block;
	margin: 3em auto 0; }

.section-buy-builder .inner {
	padding-top: 0;
	padding-bottom: 0; }
	
.section-buy-builder h2 {
	font-size: 1.75em;
	line-height: 1.2em;
	margin-top: 0;
	font-weight: 700; }

.section-buy-builder .buy-builder-content {
	width: 50%;
	float: none;
	max-width: 650px;
	margin: 10em auto; }

.section-buy-builder .buy-builder-context {
	width: 45%;
	height: 2em;
	float: right; }	

@media all and (max-width:740px) {
	.section-buy-builder .buy-builder-content,
	.section-buy-builder .buy-builder-context {
		width: 100%;
		float: left; }
	
	.section-buy-builder .buy-builder-content {
		margin: 3em 0; }
}

	
.section-buy-builder .buy-builder-content p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	color: #979797; }

.section-buy-builder .buy-builder-options {
	margin-top: 2em;
	text-align: center; }

.section-buy-builder .buy-builder-options ul li {
	float: left;
	padding: 0 1em 0 0;
	box-sizing: border-box; }

.section-buy-builder .buy-builder-options ul.options_two-columns li {
	width: 50%; }

.section-buy-builder .buy-builder-options ul.options_three-columns li {
	width: 33%; }
	
.section-buy-builder .buy-builder-options ul.options_four-columns li {
	width: 25%; }
@media all and (max-width: 476px) {
	.section-buy-builder .buy-builder-options ul.options_two-columns li {
		width: 100%; }
	
	.section-buy-builder .buy-builder-options ul.options_three-columns li {
		width: 50%; }
		
	.section-buy-builder .buy-builder-options ul.options_four-columns li {
		width: 100%; }
}

/* Buttons */	
.section-buy-builder .buy-builder-options a.btn,
.section-buy-builder .buy-builder-options button,
.section-buy-builder .buy-builder-options input.btn {
	width: 100%;
	background: none;
	border: none;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: .4em .8em;
	font-size: 1em;
	transition: all .3s;
	font-family: 'Titillium Web', sans-serif;
	color: var(--teal);
	border: 1px solid var(--teal); }

.section-buy-builder .buy-builder-options a.btn:hover,
.section-buy-builder .buy-builder-options button:hover,
.section-buy-builder .buy-builder-options input.btn:hover {
	background: var(--teal-dark); }

.section-buy-builder .buy-builder-options button.active {
	background: var(--teal);
	color: var(--text-grey); }
	
/* Option help */		
.section-buy-builder .option-help {
	margin-top: .75em; }	
	
.section-buy-builder .option-help p {
	font-size: .8em;
	line-height: 1.4em; }	

.option-help#help-capacity-lead {
	text-align: left; }

/* Filtered panels */
#buy-builder_capacity .buy-builder-options ul li,
#buy-builder_capacity .option-help {
	display: none;
	margin-bottom: 10px; }
	
#buy-builder_capacity.selected-battery_p3 li.buy-builder_battery_opt-p3,
#buy-builder_capacity.selected-battery_p3 .option-help#help-capacity-p3 {
	display: block; }
	
#buy-builder_capacity.selected-battery_p3e li.buy-builder_battery_opt-p3e,
#buy-builder_capacity.selected-battery_p3e .option-help#help-capacity-p3e {
	display: block; }

/* Promts */
.promt-open-section {
	margin-top: 2em;
	text-align: left; }

.promt-open-section h3 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.6em;
	color: #fff; }
	
.promt-open-section p {
	font-size: 1em;  }
	
.promt-open-section button.btn {
	width: auto; }		
	
/* Buttons */
.buy-builder-context {
	position: relative; }

.buy-builder-context .image-holder {
	overflow: hidden;
	position: absolute;
	display: none; /* TEMP */
	top: 0;
	left: 0;
	width: 100%; }

.buy-builder-context .image-holder img {
	opacity: 0;
	width: 100%;
	margin-top: 10em;
	transition: all 1s; }

.buy-builder-context .image-holder img.active {
	opacity: 1; }

@media all and (max-width:740px) {
	
	.buy-builder-context .image-holder img {
		margin-top: 1em; }
}


/* Energy calculator */
#buy-builder_calculator .buy-builder-content {
	margin-left: 5em; }


form#buy-builder_energy-calc {
	text-align: left; }

form#buy-builder_energy-calc label,
form#buy-builder_energy-calc .form-footer {
	margin-bottom: 1.75em;
	float: left;
	clear: left; }

form#buy-builder_energy-calc .form-footer {
	margin-top: 1em; }
	
form#buy-builder_energy-calc label span {
	display: block;
	font-size: .9em;
	line-height: 1.3em; }
	
form#buy-builder_energy-calc label .form-item-help {
	text-transform: none;
	display: block;
	color: #808080;
	font-size: .8em;
	font-weight: normal; }		

form#buy-builder_energy-calc input[type=number],
form#buy-builder_energy-calc select {
	margin-top: .5em;
	width: 10em;
	font-size: .9em; }

@media all and (max-width:740px) {
	
	#buy-builder_calculator .buy-builder-content {
		margin-left: 0; }
}


/* Results */
#buy-builder_ec-result,
#buy-builder_result {
	background: var(--text-grey);
	height: auto !important;
	min-height: 0 !important; }

#buy-builder_ec-result .buy-builder-content,
#buy-builder_result .buy-builder-content {
	width: 40%; } 

#buy-builder_result .result-model {
	display: none; }

.result-model h2 {
	margin-bottom: 0;
	font-weight: bold; }

.result-model h3 {
	margin-top: -.1em;
	color: var(--teal);
	font-size: 1.8em;
	line-height: 1.1em; }

.result-model h3 small {
	font-size: .65em;
	margin-left: .2em;
	font-weight: normal; }

.result-model p {
	margin-bottom: 1em; }
	
.result-model a.btn {
	background: var(--teal);
	border: none;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: .4em .8em;
	font-size: 1.2em;
	transition: all .3s;
 	color: #434343;
	border: 1px solid var(--teal); }

.result-model a.btn:hover {
	background: #3ddabb; }

@media all and (max-width: 1030px) {

	#buy-builder_ec-result,
	#buy-builder_result {
		background-position: 500px 40px; }

}

@media all and (max-width: 740px) {
	
	#buy-builder_ec-result,
	#buy-builder_result {
		background: none; }
	
	#buy-builder_ec-result .buy-builder-content,
	#buy-builder_result .buy-builder-content {
		width: 100%; } 
	
		
}
	
/* @end */  


/* @group 40 Landing pages  */
/* -------------------------------------------------------------- */

/* Mastheads */
.single-landing .section-masthead {
	min-height: auto; }

.single-landing .section-masthead .inner {
	padding: 0;
	max-width: 100%;  }
	
.single-landing .section-masthead img {
	width: 100%;
	height: auto; }


/* LED Bulbs */

/* Intro */
#intro_landing-offer {
	color: fff; }

.postid-1275 #intro_landing-offer .inner,
.postid-1453 #intro_landing-offer .inner {
	padding-top: 0; }

#intro_landing-offer h1,
#intro_landing-offer p {
	color: #fff; }


/* Form */
ul#landing_content-led-offer,
ul#landing_content-led-offer ul,
ul#landing_content-led-offer li {
	list-style: none;
	margin: 0;
	padding: 0; }

ul#landing_content-led-offer ul li {
	float: left;
	margin-right: 1em;
	text-transform: uppercase; }

ul#landing_content-led-offer ul li:before {
	content: ' \02022';
	padding-right: .25em;
	color: var(--teal); }

ul#landing_content-led-offer ul li:nth-child(3) {
	clear: left; }	

ul#landing_content-led-offer > li {
	padding-bottom: 3em; }	
	
ul#landing_content-led-offer table {
	 width: 100%;
	 margin-top: 2em;
	 text-transform: uppercase; }

	
ul#landing_content-led-offer table th,
ul#landing_content-led-offer table td {
	 padding: .2em .5em; }

ul#landing_content-led-offer select {
	width: 100%; }
	
ul#landing_content-led-offer img.product_image {
	width: 140px;
	float: right;
	margin-bottom: 1em;
	height: auto;
	transform: translate(0,-10px) }

/* Totalizer */
#form_led-offer_totals {
	background: var(--teal);
	font-size: 1.2em;
	border: 1px solid #39cbae; }

#form_led-offer_totals.stick {
    position: fixed;
    top: 0;
    margin: 20px; }
    
#form_led-offer_totals .inside {
	padding: .8em; }	

#form_led-offer_totals p {
	color: #4a5d35;
	line-height: 1.4em; }

#form_led-offer_totals p.totals {
	font-size: 1.1em;
	font-weight: 200; }

#form_led-offer_totals_VOID {
	margin-top: 1em; }
	
#form_led-offer_totals_VOID p {
	background: #f63d3d;
	color: #fff;
	padding: .5em;
	font-size: .8em;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block; }

#form_led-offer_totals input[type=submit] {
	border: none;
	background: #fff;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: .8em;
	padding: .2em .8em;
	transition: all .3s;
	border: 1px solid #fff; }

#form_led-offer_totals input[type=submit]:hover {
	background: none;
	color: #fff;
	border-color: #fff; }


@media all and (max-width:800px) {
	
	#intro_landing-offer .inner {
		padding-top: 2em; }	
		
	#intro_landing-offer img {
		max-width: 100%; }
		
	#form_led-offer_totals.stick {
	    position: relative;
	    top: auto;
	    margin: 0; }	
	
}



/* Job Worth Doing offer */

.postid-1292 .cards-featured-items {
	margin-top: 1.5em; }

.postid-1292 .section-content p {
	font-size: 1em;
	line-height: 1.6em; }
	
.landing-JWD-packages {
	border: 1px solid #e7e7e7;
	width: 100%;
	margin: 2em auto; }
	
.landing-JWD-package {
	padding: 1em 2em;
	width: 30%;
	float: left;
	display: inline-block;
	box-sizing: border-box; }

.landing-JWD-package:first-of-type {
	border-right: 1px solid #e7e7e7;
	width: 40%; }	

.landing-JWD-packages h3 {
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #0f2343; }	

.landing-JWD-packages h2 {
	color: #808080;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal; }

.landing-JWD-packages p {
	margin-bottom: 0; }
	
.landing-JWD-packages h2 small {
	display: block;
	line-height: 1.5em;
	font-size: .8em; }
	
.postid-1292 #gform_12 {
	margin: 1em auto;
	width: 80%;  }


@media all and (max-width:640px) {
	
	.postid-1292 #intro_landing-offer h1 {
		font-size: 1.2em !important;
		padding: 0 1em; }
		
	.postid-1292 .cards-featured-items .card {
		width: 45%; }
	
	/* Packages */	
	.landing-JWD-package {
		padding: .5em 1em;
		width: 100% !important;
		border: none;
		text-align: center;
		border-bottom: 1px solid #e7e7e7; }
	
	.landing-JWD-package:last-of-type {
		border-bottom: none; }	
	
	.landing-JWD-packages h3 {
		text-transform: uppercase;
		letter-spacing: .1em;
		color: #0f2343; }	
	
	.landing-JWD-packages h2 {
		text-align: center;  }
		
	.postid-1292 #gform_12 {
		width: 100%;  }	
}

	
/* UKPN Offer */
.postid-1405 #nav-wrapper a {
	color: #333; }

.postid-1405 #intro_landing-offer h1 {
	color: #306566; }

.postid-1405 .section-content h2 {
	color: #306566; }


/* Tonik Offer */

#intro_landing-offer_tonik {
	background: #46ddbd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1ZTA5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1M2UwZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #45e09b 0%, #53e0df 100%);
	background: -webkit-linear-gradient(left,  #45e09b 0%,#53e0df 100%);
	background: linear-gradient(to right,  #45e09b 0%,#53e0df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45e09b', endColorstr='#53e0df',GradientType=1 ); }

.ie-gte-9 #intro_landing-offer_tonik {
       filter: none; }
       	
#intro_landing-offer_tonik h1,
#intro_landing-offer_tonik h2 {
	color: #fff;
	display: inline; }
	
.postid-1629 .section-content ul {
	list-style: disc;
	padding-left: 2em; }

.postid-1629 .section-content p,
.postid-1629 .section-content li {
	font-size: 1em; }

.postid-1629 .section-content li {
	color: #eee;
	padding-bottom: .5em;
	list-style: disc; }

.postid-1629 .section-content li label {
	color: #eee; }

.dark-form-wrapper {
	max-width: 500px;
	margin: 2em auto;
	padding: 1em 20px;
	background: var(--text-grey);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: .9em; }	

.dark-form-wrapper h2 {
	font-weight: normal; }

.postid-1629 li#field_18_6 label.gfield_label,
.postid-1629 li#field_18_8 label.gfield_label {
	text-transform: none;
	font-size: 1.1em; }

.postid-1629 h2.register-interest {
	color: var(--text-grey);
	max-width: 500px;
	padding: .25em 20px;
	font-size: 1.2em;
	margin: 3em auto 0; }
	
.postid-1629 .section-content .tandcs-tonik-page h2 {
	color: #808080;
	margin-top: 1em;
	font-size: 1em; }	

.postid-1629 .section-content .tandcs-tonik-page ol {
	margin-top: 0; }

/* TIDE */
.postid-1800 .intro_landing-offer_ribbon {
	background: var(--teal); }

.postid-1800 .intro_landing-offer_ribbon h1,
.postid-1800 .intro_landing-offer_ribbon p {
	color: #fff;
	margin: 0; }

.postid-1800 .dark-form-wrapper {
	color: #fff !important; }
	
	

/* EV batteries */
.postid-1669 #intro_landing-offer {
	background: #f2f2f2; }

.postid-1669 #intro_landing-offer p {
	color: #4a4a4a;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 0; }
	

.postid-1669 .section-content ol,
.postid-1669 .section-content ul {
	font-size: .8em; }

.postid-1669 .section-content li {
	color: #808080; }

.postid-1669 .section-content ol li {
	list-style: decimal; }

.postid-1669 .section-content ul li {
	list-style: square;
	padding-left: .3em;
	margin-left: 3em; }

.postid-1669 .who-we-are-logos {
	float: left;
	width: 100%;
	text-align: center;
	margin: .5em 0 2em;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap; }

.postid-1669 .who-we-are-logos_logo {
	width: 24.8%;
	float: left; }

.postid-1669 .who-we-are-logos_logo p {
	margin: 0 1.25em; }

.postid-1669 .who-we-are-logos_logo img {
	margin-bottom: 1em; }

.postid-1669 .rows-benefits {
	margin: 1em 0; }
	
.postid-1669 .rows-benefits .rows-benefits_benefit {
	border-bottom: 1px solid #ededed;
 	margin-bottom: 1em; }

.postid-1669 .rows-benefits .rows-benefits_benefit img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 1em; }

.postid-1669 #gform_19 {
	background: #f4f4f4;
	border-radius: 3px;
	width: 60%;
	box-sizing: border-box;
	margin: 2em auto;
	padding: 1em; }

.postid-1669 #gform_19 input[type=text] {
	width: 100%; }

.postid-1669 #gform_confirmation_wrapper_19 {
	background: var(--teal);
	color: #fff;
	padding: 3em;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center; }	
	
@media all and (max-width:800px) {

	.postid-1669 .who-we-are-logos_logo {
		width: 50%;
		margin-bottom: 2em; }
	
	.postid-1669 #gform_19 {
		width: 100%; }
}

@media all and (max-width:460px) {

	.postid-1669 .who-we-are-logos_logo {
		width: 100%; }

	.postid-1669 .who-we-are-logos_logo p {
		margin: 0; }
	
}
	
/* Pete */		
#gform_wrapper_22 {
	background: #e5e5e5;
	max-width: 500px;
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }

#gform_wrapper_22 .gform_heading {
	color: #000;
	font-weight: 600;
	font-size: 1.1em;
	padding: 1em;
	background: var(--teal);
	line-height: 1.2em; }

#gform_wrapper_22 .gform_body {
	padding: 0 1em; }

#gform_wrapper_22 .gform_footer {
	padding: 1em; }	
	
#gform_wrapper_22 .gform_heading .gform_description {
	margin: 0; }

#gform_wrapper_22 label {
	text-transform: none;
	color: #3b3b3b; }

#gform_wrapper_22 .validation_error {
	text-align: left;
	margin-bottom: 0;
	padding:  0 1em !important; }

#gform_wrapper_22 .validation_message {
	padding-top: .5em; }

.postid-1884 .intro_landing-offer_ribbon,
.postid-1893 .intro_landing-offer_ribbon {
	border-top: 4px solid #b0dc3c; }

.postid-1884 .intro_landing-offer_ribbon h1,
.postid-1893 .intro_landing-offer_ribbon h1 {
	color: var(--teal);
	line-height: 1.4em; }

.postid-1884 .section ol li {
	list-style: decimal; }		
	
.postid-1884 .section li {
	color: #4f4f4f; }	
	
.postid-1884 .section th {
	width: 30%;
	line-height: 1.8em;
	vertical-align: text-top; }

#gform_wrapper_24 li.gfield label {
	text-transform: none; }

#gform_wrapper_24 li.gfield {
	margin: 0 0 2.5em 0; }

#gform_wrapper_24 .gfield_description {
	color: #999; }

#gform_wrapper_15 .gfield_description,
#gform_wrapper_15 .gfield_description a {
	color: #ddd; }

#gform_wrapper_15 .gfield_description a {
	text-decoration: underline; }
		
#gform_wrapper_24 li#field_24_15 h3 {
	text-transform: none;
	color: var(--text-grey); }
	
#gform_wrapper_24 li#field_24_15 img {
	border: 1px solid #eee; }	

li.scroll-panel {
	background: #f2f2f2;
	border: 1px solid #ededed;
	height: 10em;
	padding: 20px !important;
	overflow-y: scroll !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }
	
/* Default landing page */

#landing-default_intro {
	background: var(--teal);
	border-top: 6px solid #fff; }

#landing-default_intro h1,
#landing-default_intro p {
	color: #fff;
	line-height: 1.2em;
	margin-bottom: .5em;
	font-size: 1.5em; }

#landing-default_main {
	text-align: center; }

#landing-default_main .gform_wrapper {
	margin: 0 auto 3em;
	max-width: 500px; }
	
#landing-default_main .gform_wrapper input {
	width: 100%; }
		
.offer-centred {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2em;
	margin-bottom: 2em; }

.offer-centred h2 {
	line-height: 1.3em; }
		
.offer-centred li {
	margin-bottom: 1em;
	position: relative; }
		
.gform_confirmation_message {
	background: rgb(203, 237, 202);
	padding: 3em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; }	
		
.landing-pete-logos-partners {
	text-align: center; } 
	
.landing-pete-logos-partners a {
	display: inline-block;
	width: 24%; }

.landing-pete-logos-partners img {
	max-width: 75%;
	margin: auto; }

/* @end */  


/* Octopus */
.section-landing-octopus h1,
.section-landing-octopus h2 {
	color: #fff;
	display: inline;
	line-height: 1.4em;
	margin: 0; }

.section-landing-octopus .inner {
	max-width: 800px;
	padding: 30px !important; }

.section-octopus h2 {
	color: #1b073a; }
	
.section-octopus li {
	color: #4f4f4f;
	font-weight: 300; }	
	
.section-octopus ol li {
	list-style: decimal; }	
		
#gform_wrapper_25,
#gform_wrapper_26 {
	background: #f4f4f4;
	border: 3px solid #eee;
	padding: 10px;
	margin: 40px auto 0; }

#gform_wrapper_25 .gform_heading,
#gform_wrapper_26 .gform_heading {
	color: #000;
	font-weight: 600;
	font-size: 1.1em;
	padding: 1em;
	background: var(--teal);
	line-height: 1.2em; }

#gform_wrapper_25 .gform_body,
#gform_wrapper_26 .gform_body {
	padding: 0 1em;
	margin: 0 auto;
	max-width: 500px; }

#gform_wrapper_25 .gform_body li.gfield,
#gform_wrapper_26 .gform_body li.gfield {
	border-bottom: 1px solid #e1e1e1;
	padding-right: 0;
	padding-bottom: 20px; }
	
#gform_wrapper_25 .gform_footer,
#gform_wrapper_26 .gform_footer {
	padding: 1em;
	margin: 0 auto 30px;
	max-width: 500px; }	
	
#gform_wrapper_25 .gform_heading .gform_description,
#gform_wrapper_26 .gform_heading .gform_description {
	margin: 0; }

#gform_wrapper_25 label,
#gform_wrapper_26 label {
	text-transform: none;
	margin-top: 0;
	color: #3b3b3b; }

#gform_wrapper_25 input,
#gform_wrapper_26 input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box; }
	
#gform_wrapper_25 .validation_error,
#gform_wrapper_26 .validation_error {
	margin-bottom: 0;
	color: #c51d1d;
	padding:  1em !important; }

#gform_wrapper_25 .gfield,
#gform_wrapper_26 .gfield {
	padding: 10px !important; }
	
#gform_wrapper_25 .gfield_error ,
#gform_wrapper_26 .gfield_error{
	background: #f9f2f2;
	border: 1px solid #e7c1c1 !important; }

.gform_wrapper li.gfield_error input {
	border-color: #c51d1d !important; }
	
#gform_wrapper_25 .validation_message,
#gform_wrapper_26 .validation_message  {
	padding-top: .5em;
	color: #c51d1d;
	font-weight: normal; }
	
.postid-2131 .section-content ,
.postid-2132 .section-content {
	text-align: center; }
	
.postid-2131 .section-content ol,
.postid-2132 .section-content ol {
	max-width: 500px;
	margin: 0 auto 30px;
	text-align: left; }

	
@media all and (max-width:800px) {
	.postid-2131 .section-masthead,
	.postid-2132 .section-masthead {
		width: 120%;
		transform: translateX(-10%); }
}

@media all and (max-width:600px) {
	.postid-2131 .section-masthead,
	.postid-2132 .section-masthead {
		width: 130%;
		transform: translateX(-15%); }
		
	.section-landing-octopus .inner {
		font-size: .8em !important; }
}

.postid-2131 .section-octopus a,
.postid-2132 .section-octopus a {
	color: #1b073a !important;
	text-decoration: underline !important; }

ol.ocotopus-benefits {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 0;
	width: 100% !important;
	max-width: 100% !important;
	margin: 30px 0 0 0 !important;
	flex-wrap: wrap; }

ol.ocotopus-benefits li {
	width: 33%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px 30px;
	margin: 0;
	display: block; }
		
ol.ocotopus-benefits .icon {
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	background-size: cover;
	background-size: 60px;
	transition: all .5s;
	border-radius: 1em;
	background-repeat: no-repeat;
	background-position: center;
	border: 4px solid #00b4b1; }
		
ol.ocotopus-benefits .icon-25-off {				background-image: url('images/landing_pages/octopus/icon-install.png'); }
ol.ocotopus-benefits .icon-reduce-35 {			background-image: url('images/landing_pages/octopus/icon-saving.png'); }
ol.ocotopus-benefits .icon-portal {				background-image: url('images/landing_pages/octopus/icon-portal.png'); }
ol.ocotopus-benefits .icon-emergency-power {		background-image: url('images/landing_pages/octopus/icon-emergency.png'); }
ol.ocotopus-benefits .icon-carbon {				background-image: url('images/landing_pages/octopus/icon-eco.png'); }
ol.ocotopus-benefits .icon-feed-in {				background-image: url('images/landing_pages/octopus/icon-feed-in.png'); }
ol.ocotopus-benefits .icon-trial {				background-image: url('images/landing_pages/octopus/icon-trial.png'); }
ol.ocotopus-benefits .icon-results {				background-image: url('images/landing_pages/octopus/icon-results.png'); }
ol.ocotopus-benefits .icon-storage {				background-image: url('images/landing_pages/octopus/icon-solar-battery.png'); }
ol.ocotopus-benefits .icon-agile-tariff {		background-image: url('images/landing_pages/octopus/icon-alert.png'); }
ol.ocotopus-benefits .icon-100-pound {			background-image: url('images/landing_pages/octopus/icon-100-pound.png'); }

ol.ocotopus-benefits li:hover .icon {
	transform: translateY(-4px); }

@media all and (max-width:600px) {
	ol.ocotopus-benefits li {
		width: 50%; }
}

@media all and (max-width:400px) {
	ol.ocotopus-benefits li {
		width: 100%; }
}

		
/* @group 81 jQuery: BX Slider  */
/* -------------------------------------------------------------- */
/* BxSlider v4.1.2 - Fully loaded, responsive content slider - http://bxslider.com
 Written by: Steven Wanderski, 2014 - http://stevenwanderski.com - CEO and founder of bxCreative, LTD - http://bxcreative.com */

/* Reset and layout */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1; }

.bx-wrapper img {
	max-width: 100%;
	display: block; }

/* Theme */
.bx-wrapper .bx-viewport {
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%; }

/* Loader */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000; }

/* Pager */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000; }

/* Nav */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/sliders/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/sliders/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
	background-position: 0 0; }

.bx-wrapper .bx-next:hover {
	background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
	display: none; }

/* Auto controls */
.bx-wrapper .bx-controls-auto {
	text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/sliders/controls.png) -86px -11px no-repeat;
	margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/sliders/controls.png) -86px -44px no-repeat;
	margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px; }

/* Pager with auto controls - hybrid */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px; }

/* image captions */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%; }

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px; }
	
/*  Custom - Testimonials */
#testimonials-wrapper .bx-wrapper {
	margin-bottom: 0px;
	padding-bottom: 0px; }

#testimonials-wrapper .bx-viewport {
	padding-bottom: 80px !important;
	background: transparent; }
		
#testimonials-wrapper .bx-pager {
	bottom: 20px; }

#testimonials-wrapper .bx-pager a {
	background: transparent;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border: 1px solid var(--teal);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s; }

#testimonials-wrapper .bx-pager a:hover {
	background: #f1f1f1; }

#testimonials-wrapper .bx-pager a.active {
	background: var(--teal); }

#testimonials-wrapper .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 25px !important;
	width: 15px;
	height: 23px;
	z-index: 9999;
	background: url('images/powervault-sprites_v6.png'); }
	
#testimonials-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
	background-position: -21px -94px; }	
	
#testimonials-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
	background-position: -21px -69px; }		

#testimonials-wrapper .bx-wrapper .bx-controls-direction a:hover {
	opacity: .8; }


/*  Custom - Home Heros */
#home-hero .bx-wrapper {
	margin-bottom: 0px;
	padding-bottom: 0px; }

#home-hero .bx-viewport {
	background: transparent; }
		
#home-hero .bx-pager { 
	bottom: 40px;
	left: 0;
	padding-left: 30px;
	text-align: left; }

#home-hero .bx-pager a {
	background: #fff;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
	opacity: .4; }

#home-hero .bx-pager a:hover {
	opacity: .8; }

#home-hero .bx-pager a.active {
	opacity: 1; }

#home-hero .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 25px !important;
	width: 15px;
	height: 23px;
	z-index: 9999;
	background: url('images/powervault-sprites_v6.png'); }
	
#home-hero .bx-wrapper .bx-controls-direction a.bx-prev {
	background-position: -21px -94px; }	
	
#home-hero .bx-wrapper .bx-controls-direction a.bx-next {
	background-position: -21px -69px; }		

#home-hero .bx-wrapper .bx-controls-direction a:hover {
	opacity: .8; }


#home-hero p.cta {
	margin-top: 2em; }

#home-hero p.cta a.btn {
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase; }
/* @end */  


/* @group 82 jQuery: Colorbox  */
/* -------------------------------------------------------------- */
/* Colorbox - Core Style */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* Colorbox -  User Style */
#cboxOverlay{background: #000000; background: rgba(0,0,0,.7); }
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
    .cboxIframe{background:#fff;}
    #cboxError{padding:50px; border:1px solid #ccc;}
    #cboxLoadedContent{margin:20px;}
    #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
    #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
    #cboxLoadingOverlay{background:url(images/colorbox/loading_background.png) no-repeat center center;}
    #cboxLoadingGraphic{background:url(images/colorbox/loading.gif) no-repeat center center;}

    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

    #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
    #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxPrevious:hover{background-position:-75px -25px;}
    #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxNext:hover{background-position:-50px -25px;}
        
    #cboxClose{position:absolute; top:0; right:0; background:url(images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxClose:hover{background-position:-25px -25px;}

/* IE7 + IE8 */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* @end */ 



/* @group 91 Debug  */
/* -------------------------------------------------------------- */
.debug {
	background: #f7f7f7;
	padding: 1em;
	border: 1px solid #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

.debug h2 {
	font-size: 1em;
	color: var(--text-light-grey); 
	font-weight: normal;
	text-transform: uppercase; }
	
.debug table {
	width: 100%; }
	
p#debugging {
	background: #898989; }

/* @end */  


/* @group 92 HD Sprites  */
/* -------------------------------------------------------------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
	.section .columns ul.checks li:before,
	button#menu:before,
	#footer-portal a.btn:after,
	p.social-link,
	.icon-model-badge-56,
	.benefit-tabs .tab-title a:after,
	.section .page-link-full-width a:after,   
	ul.accordion li .heading:after,
	.option-select p span:after,
	#testimonials-wrapper .bx-wrapper .bx-controls-direction a,
	li.menu-item-1496 a:after { 
		background-image: url('images/powervault-sprites_v6@2x.png');
		background-size: 320px; }
	 
	li.line-icon h3:before { 
		background-image: url('images/powervault-icons-small-gray@2x.png');
		background-size: 288px; }
	
	a.btn-primary,
	input.gform_button { 
		background-image: url('images/btn/btn-primary-arrow@2x.png') !important;
		background-size: 36px !important; }
		
		
}

 /* @end */ 
 
 

 
 /* @group 93 Temp */
 /* -------------------------------------------------------------- */
 
 .invest-ribbon {
  	text-align: center;
 	border-bottom: 1px solid #fff;
 	background: rgb(103,212,188);
 	background: -moz-linear-gradient(left, rgba(103,212,188,1) 50%, rgba(70,171,149,1) 50%);
 	background: -webkit-linear-gradient(left, rgba(103,212,188,1) 50%,rgba(70,171,149,1) 50%);
 	background: linear-gradient(to right, rgba(103,212,188,1) 50%,rgba(70,171,149,1) 50%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cbead', endColorstr='#46ab95',GradientType=1 ); }
 
 .invest-ribbon img {
 	max-height: 90px;
 	width: auto !important; }
 
 
 @media all and (max-width:600px) {
 
 	.invest-ribbon img {
 		max-height: auto !important;
 		height: auto !important;
 		width: 100% !important; }
 	
 }
 
 .trial-ribbon-pete {
  	text-align: center;
 	border-bottom: 1px solid #fff;
 	background: #249da7; }
 
 .trial-ribbon-pete img {
 	max-height: 110px;
 	width: auto !important; }
 
 
 @media all and (max-width:900px) {
 
 	 .trial-ribbon-pete img {
 		max-height: auto !important;
 		height: auto !important;
 		width: 100% !important; }
 	
 }

 
 /* @end */ 
 
 
 
 
 
/* @group 94 section-pv5 */
/* -------------------------------------------------------------- */ 
.section-pv5 .inner {
	min-width: 280px; }

.section-pv5 {
	padding: 0 20px;
	box-sizing: border-box;
	/*background: pink;*/ }
 
.section-pv5 .inner {
	margin: 0 auto;
	box-sizing: border-box;
	padding: 3em 30px 0;
	background: #fff; } 
 
 .section-pv5__center {
 	text-align: center; }
 
 .section-pv5 .panel {
 	box-sizing: border-box;
 	border-radius: 20px;
 	position: relative;
 	overflow: hidden;
 	padding: 30px; 
 	background: #f4f4f4;  }
 
 .section-pv5 .panel-green {
	background: var(--teal); }

.section-pv5 .panel-cyan {
	background: var(--cyan); }
 
.section-pv5__paneled .inner {
	padding-left: 0;
	max-width: 100%;
	padding-right: 0; }
 
.section-pv5 a.btn {
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: 600;
	padding: .6em 1em;
	line-height: 1.2em;
	color: #fff;
	background: var(--teal);
	display: inline-block;
	transition: background .6s; }
 
.section-pv5 a.btn:hover {
	background: var(--teal-dark); }
	

.section-pv5__green a.btn {
	background: #fff;
	color: var(--teal); }

.section-pv5__green a.btn:hover {
	background: #efefef; }
	
 .section-pv5 h2 {
	line-height: 1.1em; }
	
 .section-pv5 .panel-green h2,
 .section-pv5 .panel-green h3,
  .section-pv5 .panel-green p,
  .section-pv5 .panel-cyan h2,
 .section-pv5 .panel-cyan h3,
  .section-pv5 .panel-cyan p {
	color: #fff; }	

	.section-pv5 .panel-cyan .btn {
		color: var(--cyan);
		background: #fff;
	}
	.section-pv5 .panel-cyan .btn:hover {
		background: var(--cyan-dark);
		color: #fff;
	}
	.section-pv5 .panel-green .btn {
		color: var(--teal);
		background: #fff;
	}
	.section-pv5 .panel-green .btn:hover {
		background: var(--teal-dark);
		color: #fff;
	}
	
	
 .section-pv5 h2 {
	font-size: 2em;
	text-transform: none; }	
	
/* Hero */
.section-pv5__hero {
	background: #f0f4f7 url('images/hero/Homepage-Hero-Fill.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
	padding-left: 0;
	padding-right: 0; } 
 
 .section-pv5__hero .inner {
 	margin-bottom: 0;
 	border-radius: 0;
 	padding: 0;
 	width: 100%;
 	position: relative;
 	background: transparent;
 	max-width: 100%;  } 

.section-pv5__hero .inner .hero-content {
	padding: 0 2rem;
	max-width: 75rem;
	box-sizing: border-box;
	z-index: 90;
	width: 100%;
	margin: 4rem auto;  }
	
.section-pv5__hero h1 {
	color: var(--teal);
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0;
	font-size: 2.25em; } 
 
.section-pv5__hero p.tagline {
	color: var(--text-dark-grey);
	line-height: 1em;
	font-weight: 800;
	margin-bottom: 0;
	font-size: 4.75em; } 

.section-pv5__hero .hero-image {
	position: relative;
	margin: 0 auto;
}
.section-pv5__hero .hero-image img {
	width: 100%;
	height: auto;
	max-width: 1000px;
}
.section-pv5__hero .hero-image .octopus {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
}
.section-pv5__hero .hero-image .britain {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}
.section-pv5__hero .hero-image .octopus a {
	margin: 0;
	display: block;
	width: 200px;
	border-radius: 2rem;
	overflow: hidden;
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.2));
}
.section-pv5__hero .hero-image .octopus a:hover {
	transform: translateY(0.1em);
	filter: drop-shadow(0 0.15rem 0.25rem rgba(0, 0, 0, 0.3));
}
.section-pv5__hero .hero-image .octopus a img {
	width: 100%;
	height: auto;
}
.section-pv5__hero .hero-image .britain img {
	margin: 0;
	display: block;
	width: 200px;
	height: auto;
	border-radius: 2rem;
	overflow: hidden;
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.2));
}

@media all and (max-width:1250px) {
	.section-pv5__hero .hero-image .octopus {
		position: absolute;
		bottom: auto;
		top: -25px;
		left: 50%;
		right: 0;
		width: 200px;
		transform: translateX(-210px);
	}
	.section-pv5__hero .hero-image .octopus a {
		margin: 0 auto;
	}
	.section-pv5__hero .hero-image .britain {
		position: absolute;
		bottom: auto;
		top: -25px;
		left: 50%;
		right: 0;
		width: 200px;
		transform: translateX(10px);
	}
}
 
@media all and (max-width:900px) {
 	
  	.section-pv5__hero {
	 	font-size: .6em; 
	} 
	.section-pv5__hero .hero-image .octopus {
		top: -35px;
		width: 180px;
		transform: translateX(-190px);
	}
	.section-pv5__hero .hero-image .britain {
		top: -35px;
		width: 180px;
		transform: translateX(10px);
	}
	.section-pv5__hero .hero-image .britain img {
		width: 180px;
		border-radius: 1.6rem;
		filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
	}
	.section-pv5__hero .hero-image .octopus a {
		width: 180px;
		border-radius: 1.6rem;
		filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
	}
	.section-pv5__hero .hero-image .octopus a:hover {
		transform: translateY(0);
		filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
	}
 	
} 
@media all and (max-width:600px) {
  	
  	.section-pv5__hero {
		font-size: .6em; 
	} 
	.section-pv5__hero .hero-image .octopus {
		top: -45px;
		width: 160px;
		transform: translateX(-165px);
	}
	.section-pv5__hero .hero-image .britain {
		top: -45px;
		width: 160px;
		transform: translateX(5px);
	}
	.section-pv5__hero .hero-image .britain img {
		width: 160px;
		border-radius: 1.2rem;
	}
	.section-pv5__hero .hero-image .octopus {
		top: -45px;
	}
	.section-pv5__hero .hero-image .octopus a {
		width: 160px;
		border-radius: 1.2rem;
	}
 	
} 
 
@media all and (max-width:400px) {
 	
 	.section-pv5__hero {
	 	font-size: .4em; } 
} 
 
 /* Intro */
 .section-pv5__intro {
 	font-size: 1.2em; }
 
 
 /* Promo */
.section-pv5__promo .content-group {
	width: 45%;
	box-sizing: border-box;
	padding: 3em 0; }
	
.content-group .content-group__title {
	margin-bottom: 1em; }
			
.content-group .content-group__title h2,
.content-group .content-group__title p {
	margin-bottom: 0; }
	
.content-group .content-group__title h2 {
	color: var(--teal);
	line-height: 1em;
	margin-bottom: .15em;
	font-size: 1.85em; } 	

.section-pv5__promo .content-group .content-group__title h2 {
	font-weight: 600; }
	
					
.content-group .content-group__title p {
	color: var(--text-dark-grey);
	line-height: 1em;
	font-weight: 800;
	margin-bottom: 0;
	font-size: 4em; } 
	
.content-group .content-group__footer {
	margin-top: 1em;
	font-size: 1.2em; }
	
	
 @media all and (max-width:860px) {
 
 	.section-pv5 .content-group {
		padding: 20px 0; }
 	
 	.section-pv5 .content-group {
		width: 100%;
 		text-align: center; }
 	
 } 
 
 
@media all and (max-width:700px) {

 	.section-pv5 .content-group .content-group__title {
	 	font-size: .6em; } 
	 	 	
} 


#promo-portal .panel {
	background-image: url('images/feature-panels/feature-panel-portal.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain; } 
	
#promo-portal .content-group__main p	 { }
	
	
@media all and (max-width:1200px) {

 	#promo-portal .panel {
 		background-position: 140% 0; }
	 	 	
} 

@media all and (max-width:1000px) {
		
 	#promo-portal .content-group {
		width: 100%;
 		text-align: center; }
 		
 	#promo-portal .panel {
		padding-bottom: 70%;
		background-position: right bottom;
		background-size: 90%; }
	 	 	
} 

	
@media all and (max-width:800px) {
 		
 	#promo-portal .panel {
		padding-bottom: 80%;
		background-size: 120%; }
	 	 	
} 
	

/* Split features */


.section-pv5__split {
	padding-left: 0;
	padding-right: 0; }

.section-pv5.section-pv5__split h2 {
	color: var(--text-dark-grey);
	margin-top: 2em;
	margin-bottom: 1em; }

.section-pv5__split .inner {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	max-width: 100%; } 
	
.section-pv5__split h3 {
	color: var(--text-dark-grey);
	font-size: 1.6em;
	margin-top: 0;
	text-transform: none; }

.section-pv5__split .feature-panel {
	background: var(--teal-light);
	position: relative;
	margin-bottom: 1em;
	border-radius: 16px;
	padding: 1em;
	padding-left: 150px; }

.section-pv5__split .feature-panel .feature-panel-icon {
	background: var(--teal);
	position: absolute;
	left: 20px;
	padding: 10px;
	width: 70px;
	height: 70px;
 	border-radius: 100%; }

	 .section-pv5__split .feature-panel:nth-child(odd) {
		background: var(--cyan-light); }
	
	.section-pv5__split .feature-panel:nth-child(odd) .feature-panel-icon {
		background: var(--cyan); }
		 .section-pv5__split .feature-panel h3 {
			margin: 1rem 0 .5rem 0;
		 }
.section-pv5__split .split-featured-columns {
	display: flex; }
 
.section-pv5__split .split-featured-column {
 	padding-right: 30px;
 	width: 50%;
 	position: relative;
	box-sizing: border-box; }
				
.section-pv5__split .split-featured-column .image {
 	background-repeat: no-repeat;
 	width: 100%;
 	min-height: 20em;
 	height: 100%;
 	position: absolute;
 	background-size: cover; }
 	
.split-featured-column__text .inside  {
	float: right;
	padding-left: 20px;
	padding-bottom: 2em; }

.section-pv5__split .split-featured-column__image {
	padding-right: 0;
	min-height: 30em;
	position: relative;
	overflow: hidden; }

.split-featured-column__image#split-featured-eco .image {
	background-position: right center; }

.section-pv5__split+.section-pv5__split .inner {
	padding-top: 0; }		
		
 /* Reverse */
 .split-featured-columns__reverse {
 	flex-direction: row-reverse; }
 	
 .split-featured-columns__reverse .split-featured-column {
 	padding-right: 0;
 	padding-left: 20px; }
 	
 .split-featured-columns__reverse .split-featured-column__text .inside  {
	float: left;
	padding-right: 20px; }

.section-pv5__split  .split-featured-columns__reverse .split-featured-column__image {
	padding-left: 0; }


 		
@media all and (max-width:900px) {

	
	.section-pv5__split h2 {
		margin-top: 0 !important;
		text-align: center; }
	
 	.split-featured-column__text .inside  {
		float: none;
		max-width: 100%;
 		padding-right: 20px; }
			
	.section-pv5__split .split-featured-columns {
		flex-wrap: wrap; }
	 	 	
	.section-pv5__split .split-featured-column {
 		width: 100%;
 		padding-left: 0;
		padding-right: 0; }
		
	 .split-featured-columns__reverse {
 		flex-direction: row; }
 		
 	.section-pv5__split+.section-pv5__split .inner {
	 	margin-top: 3em; }	

} 
 	
 	
@media all and (max-width:900px) {

	.section-pv5__split .feature-panel {
		text-align: center;
		background: var(--teal-light);
		position: relative;
		margin-bottom: 1em;
		border-radius: 16px;
		padding: 1em;
		padding-left: 20px; }
	
	.section-pv5__split .feature-panel .feature-panel-icon {
		left: 0;
		margin-bottom: .5em;
		position: relative;
		display: inline-block;
		width:60px;
		height: 60px; }
	

}  	
 	

 
 
 
 
/* Features of Powervault */
 #powervault-core-features {
  	text-align: center;
 	position: relative;  }
  	
 #powervault-core-features .panel {
 	float: left;
 	width: 100%; }	
 	
 	
#powervault-core-features h3 {
 	text-transform: uppercase;
 	position: relative;
 	margin: 2em 0 0 0;
 	line-height: 1.1em;
 	font-size: 1.2em; }
 	
 #powervault-core-features p {
 	line-height: 1.4em;
 	margin-bottom: 4em; }
 	
 #powervault-core-features .feature-pull-outs {
 	width: 50%;
 	position: relative;
 	z-index: 90;
 	box-sizing: border-box;
 	float: left; }
 	
 	
 #powervault-core-features .feature-pull-outs__left {
 	text-align: right;
 	padding-left: 200px;
 	padding-right: 200px; }
 	
 #powervault-core-features .feature-pull-outs__right {
 	text-align: left;
  	padding-left: 200px;
 	padding-right: 200px; }
 
 /* Lines and dots */	
 #powervault-core-features .feature-pull-outs h3:after {
  	position: absolute;
  	content: '';
  	height: 2px;
  	width: 40px;
  	background: #fff;
  	top: .5em;  }
  		
 #powervault-core-features .feature-pull-outs__right h3:after {
  	left: -60px; }
 	
 #powervault-core-features .feature-pull-outs__left h3:after {
  	right: -60px; }
  	
  
 #powervault-core-features .feature-pull-outs h3:before {
  	position: absolute;
  	content: '';
  	height: .8em;
  	width: .8em;
  	background: #fff;
  	border-radius: 100%;
  	top: .15em;  }
  	
 #powervault-core-features .feature-pull-outs__right h3:before {
  	left: -60px; }
 	
 #powervault-core-features .feature-pull-outs__left h3:before {
  	right: -60px; }
 
 
#core-featired-wrap {
 	position: relative;
 	float: left;
 	width: 100%; } 
 		  	 	
#powervault-core-features-image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%; }
   	  	 	
  	  	 	
@media all and (max-width:1300px) {

	 #powervault-core-features .feature-pull-outs__left {
	 	padding-left: 0;
	 	padding-right: 200px; }
	 	
	 #powervault-core-features .feature-pull-outs__right {
	  	padding-left: 200px;
	 	padding-right: 0; }
}  	


  	
@media all and (max-width:900px) {

	 #powervault-core-features .feature-pull-outs {
	 	width: 100%;
	 	text-align: center;
	 	padding: 0 !important; }
	
	 /* Lines and dots */	
	 #powervault-core-features .feature-pull-outs h3:after,
	 #powervault-core-features .feature-pull-outs h3:before {
	  	display: none; }
	  	
	#powervault-core-features h3 {
	 	margin: 0; }
	 
	 #powervault-core-features p {
	 	margin: 0 0 1em; }
	 	
	 	
	 #powervault-core-features-image {
		height: 0;
		padding-bottom: 60%;
		position: relative; }
	 	
}  	


@media all and (max-width:500px) {

	 	
	 #powervault-core-features-image {
		padding-bottom: 120%;
		width: calc(100% + 60px);
		transform: translateX(-30px);
	 	background-size: cover; }
	 	
}
			

/* Trust Pilot */
.section.footer-trustpilot {
	background: var(--black);
    float: left;
    width: 100%;
}
.section.footer-trustpilot .inner {
	padding: 1.5rem 0;
	border-bottom: 1px solid #404040;
}
 	
/* Ribbon Buy */
#ribbon-buy.section-pv5 {
	margin-top: 3em;
	text-align: center; }

#ribbon-buy.section-pv5 .inner {
	margin-bottom: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	background: transparent; } 	
	
#ribbon-buy.section-pv5 .content-group {
	margin-bottom: 3em; }
 	
#ribbon-buy.section-pv5 .content-group__title h2	 {
	color: #fff;
	text-transform: none;
	font-size: 3.5em; }
 	
@media all and (max-width:700px) {

 	 #ribbon-buy img.ribbon-image {
 	 	width: 100%; }
	 	 	
} 
 				

 /* @end */ 


/* Installers Module */
section.section-module .container {
	padding: 0;
}
section.section-module .container .row {
	display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
section.section-module .container .row .column.column-image {
	min-height: 300px;
	background-position: center center;
	background-size: cover;
}
section.section-module .container .row .column .wrapper {
	padding: 2rem 20px;
}
section.section-module .container .row .column .wrapper ul {
	padding: 0;
	margin-bottom: 1em;
	color: #4f4f4f;
    font-weight: 300;
	line-height: 1.7em;
}
section.section-module .container .row .column .wrapper ul li {
	margin: 0 0 .5em 26px;
	
}
section.section-module .container .row .column .wrapper ul li svg {
	fill: var(--teal);
    max-width: 11px;
    width: 100%;
    height: auto;
    margin-left: -17px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
}
section.section-module .container .row .column img {
	object-fit: cover;
}
@media all and (min-width: 1200px) {
	section.section-module .container .row {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	section.section-module .container .row .column {
		flex-grow: 1;
	}
	section.section-module .container .row .column.column-image {
		min-height:auto;
		align-self: stretch;
	}
	section.section-module .container .row .column .wrapper {
		padding: 7rem 60px 7rem 30px;
		width: 100%;
		max-width: 590px;
		float: right;
	}
	section.section-module .container .row.image-left {
		flex-direction: row-reverse;
	}
	section.section-module .container .row.image-left .column .wrapper {
		padding: 5rem 30px 5rem 60px;
		float: left;
	}
}
/* @end */ 

/* Installers Testimonials */
section.section-quotes {
	background: var(--cyan);
}
section.section-quotes .container {
	max-width: 1300px;
    min-width: 320px;
    margin: 0 auto;
    padding: 5em 30px;
	overflow: hidden;
	text-align: center;
}
section.section-quotes .container .row h2 {
	color: #fff;
}
section.section-quotes .container .row p {
	color: #fff;
}
section.section-quotes .container .row-quotes {
	display: grid;
    width: 100%;
    padding: 3rem 0;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    justify-items: center;
    grid-gap: 2rem;
}
section.section-quotes .container .row-quotes .column-quote {
	max-width: 600px;
}
section.section-quotes .container .row-quotes .column-quote p {
	margin: 0 0 .5em 0;
}
section.section-quotes .container .row-quotes .column-quote p.author {
	font-weight: bold;
	font-size: 1.1rem;
	margin: 0;
}
@media all and (min-width: 1200px ) {
	section.section-quotes .container .row-quotes {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 3.5rem;
	}
	section.section-quotes .container .row-quotes .column-quote p.author {
		max-width: 70%;
		margin: 0 auto;
	}
}
/* @end */ 

/* Installers CTA */
section.section-cta {
	background: var(--teal);
}
section.section-cta .container {
	max-width: 1300px;
    min-width: 320px;
    margin: 0 auto;
    padding: 5em 30px;
	overflow: hidden;
	text-align: center;
}
section.section-cta .container .row h2 {
	color: #fff;
}
section.section-cta .container .row p {
	color: #fff;
}
/* @end */ 