body{color: #404040 !important}
.col-lg-offset-3 {
    margin-left: 25%;
}

h2.blogheader{
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #1E5051;
    margin-top: 190px;
}

div.blogsubheader{
    display: inline-block;
}

.blogtitle{
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #1E5051;
}
.blogdate{
    font-weight: normal;
    font-size: 15px;
    line-height: 150.84%;
    color: #404040;
    padding:10px 0px;
}

.blogtext{
    font-weight: normal;
    font-size: 18px;
    line-height: 150.84%;
    color: #404040;
    padding:10px 0px;
}

.blogbtn a {
    padding: 3px 60px;
    color: #FFFFFF;
    background: #1E5051;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
}

.readmore{
    padding: 10px 30px;
    color: #FFFFFF;
    background: #82E650;
    border-radius: 40px;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}

:root {
	--color-black: #1e5051;
	--color-white: #fff;
	--color-grey: #7d7d7d;
	--color-red: #be282a;
	--color-orange: #f9a03a;
	--color-green: #82e650;
	--color-blue-dark: #1e5051;
	--color-grey-light: #f2f2f2;
	--color-grey-medium: #8eb4b5;
	--font-f-base: "Source Sans Pro", sans-serif;
	--font-s-p-normal: 15px;
	--font-s-p-big: 16px;
	--font-s-p-bigger: 18px;
	--h1-font-size: 45px;
	--h2-font-size: 30px;
	--h3-font-size: 24px
}


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

[hidden],
template {
	display: none
}

.vlb-animated {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.vlb-animated.slow {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.vlb-animated-fade-in {
	opacity: 0
}

.vlb-animated-fade-in.go {
	opacity: 1
}

.vlb-animated--one-by-one:nth-of-type(2) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.vlb-animated--one-by-one:nth-of-type(3) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.vlb-animated--one-by-one:nth-of-type(4) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

[data-animation*=fade] {
	opacity: 0
}

.vlb-animated-fade-in-up,
[data-animation=fade-in-up] {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px)
}

.vlb-animated-fade-in-up.go {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

body,
html {
	overflow-x: hidden;
	max-width: 100%;
	font-size: 16px
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.vlb-header {
	background-size: cover;
	background-position: 50%;
	padding-top: 20%;
	background-color: rgba(30, 80, 81, .2);
	background-blend-mode: multiply
}

.vlb-header h1,
.vlb-header h2 {
	color: var(--color-white)
}

.vlb-header h1 {
	font-size: var(--h2-font-size);
	margin-bottom: 0
}

.vlb-header h2 {
	margin-top: 1rem;
	font-size: var(--h3-font-size)
}

.vlb-epm-explanation {
	background-color: var(--color-grey-light);
	border-radius: 20px;
	padding: 4rem 3rem 6rem;
	width: 100%;
	text-align: center;
	margin: 2rem auto 0!important
}

.vlb-epm-explanation h3 {
	margin-bottom: 2rem
}

.vlb-epm-explanation__image {
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 3rem 0
}

.vlb-epm-graphic {
	margin: 5rem 1rem;
	position: relative
}

.epm-graphic {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.is-hidden {
	opacity: 0;
	visibility: hidden
}

img {
	/*display: block;*/
	/*max-width: 100%;*/
	/*margin: 2rem 0*/
}

.vlb-energy-news {
	margin: 4rem 0
}

.col {
	padding-left: 2rem;
	padding-right: 2rem
}

date {
	font-size: 15px;
	color: var(--color-grey-medium);
	display: block;
	margin-bottom: 1rem
}

date:before {
	content: "";
	display: inline-block;
	background-image: url(../images/vlb-a-icon-time.svg);
	width: 12px;
	height: 12px;
	background-size: 12px 12px;
	margin-right: .5rem
}

.vlb-graphic-top {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vlb-epm-graphic__select {
	color: var(--color-blue-dark)
}

.vlb-epm-graphic__select a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem
}

.vlb-select-line svg path {
	stroke: var(--color-grey-medium)
}

.vlb-select-line.is-active svg path {
	stroke: var(--color-green)
}

.vlb-select-bar svg rect {
	fill: var(--color-grey-medium)
}

.vlb-select-bar.is-active svg rect {
	fill: var(--color-green)
}

.vlb-epm-graphic__legend span {
	display: inline-block;
	margin: .5rem;
	position: relative
}

.vlb-epm-graphic__legend span:before {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 1rem;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%
}

.vlb-epm-graphic__legend span.vlb-variable:before {
	background-color: var(--color-red)
}

.vlb-epm-graphic__legend span.vlb-fixed:before {
	background-color: var(--color-orange)
}

.vlb-epm-graphic__legend span.vlb-discount:before {
	background-color: var(--color-green)
}

.vlb-difference {
	position: absolute;
	z-index: 100;
	border-left: 3px solid var(--color-black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	text-align: center;
	justify-content: center;
	padding-left: 1rem;
	color: var(--color-black);
	left: 74%;
	top: 0
}

.vlb-difference:before {
	top: 0
}

.vlb-difference:after,
.vlb-difference:before {
	content: "";
	height: 3px;
	width: 16px;
	background-color: var(--color-black);
	position: absolute;
	left: -16px
}

.vlb-difference:after {
	bottom: 0
}

.vlb-difference span {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 700;
	color: var(--color-black);
	font-size: 28px
}

.vlb-share-this {
	position: relative;
	margin-left: auto
}

.vlb-share-this a {
	display: inline-block;
	margin: .5rem
}

.vlb-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.vlb-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vlb-justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body {
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	font-family: var(--font-f-base);
	font-size: 15px;
	color: var(--color-grey)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: var(--color-black)
}

h1.vlb-heading-regular,
h2.vlb-heading-regular,
h3.vlb-heading-regular,
h4.vlb-heading-regular,
h5.vlb-heading-regular,
h6.vlb-heading-regular {
	font-weight: 400
}

h1 {
	font-size: var(--h1-font-size)
}

h1,
h2 {
	line-height: 1
}

h2 {
	font-size: var(--h2-font-size)
}

h3 {
	font-size: var(--h3-font-size)
}

p {
	font-size: var(--font-s-p-normal);
	line-height: 1.5;
	margin-bottom: 1em
}

p.big {
	font-size: var(--font-s-p-big)
}

p.bigger {
	font-size: var(--font-s-p-bigger)
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1rem 0;
	padding: 0
}

.clearfix:after {
	clear: both;
	content: "";
	display: table
}

.hide-text {
	overflow: hidden;
	padding: 0;
	text-indent: 101%;
	white-space: nowrap
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.nowrapper:after,
.nowrapper:before {
	display: none;
	clear: none
}

.filthyclear {
	width: 0;
	height: 0;
	visibility: hidden;
	line-height: 0
}

.wrapper {
	*zoom: 1
}

.wrapper:after,
.wrapper:before {
	content: " ";
	display: table
}

.wrapper:after {
	clear: both
}

.max-width {
	max-width: 100%;
	height: auto
}

.vlb-button {
	display: inline-block;
	text-align: center;
	border-radius: 40px;
	font-size: 18px;
	padding: .5rem 2rem;
	font-weight: 700;
	width: auto;
	-webkit-transition: .2s;
	transition: .2s
}

.vlb-button.vlb-button--centered {
	display: block;
	margin: 4rem auto;
	max-width: 300px;
	padding: .75rem 1rem;
	font-size: 22px
}

.vlb-button:hover {
	text-decoration: none
}

.vlb-button--orange {
	background-color: var(--color-orange);
	color: var(--color-white)
}

.vlb-button--blue-dark,
.vlb-button--orange:hover {
	color: var(--color-white);
	background-color: var(--color-blue-dark)
}

.vlb-button--blue-dark:hover {
	color: var(--color-white);
	background-color: var(--color-orange)
}

@media only screen and (min-width:1024px) {
	:root {
		--font-s-p-normal: 15px;
		--font-s-p-big: 18px;
		--font-s-p-bigger: 24px;
		--h1-font-size: 60px;
		--h2-font-size: 40px;
		--h3-font-size: 30px
	}
	.col {
		padding: 1.5rem
	}
}

@media only screen and (min-width:768px) {
	.vlb-epm-intro {
		margin: 3rem auto 0
	}
	.vlb-epm-explanation {
		margin: 5rem auto!important
	}
	.vlb-epm-explanation__image {
		margin: 6rem 0
	}
	.vlb-epm-graphic__select {
		margin-right: 3rem
	}
	.vlb-difference {
		left: auto
	}
	.vlb-difference span {
		font-size: 32px
	}
}

@media only screen and (max-width:767px) {
	.epm-graphic {
		margin-left: -2rem;
		margin-right: 1rem
	}
}

@media only screen and (max-width:559px) {
	
	.vlb-button--blue-dark {
		display: block;
		max-width: 173px;
		margin: 0 auto
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.vlb-difference {
		right: -3rem
	}
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
	.vlb-difference {
		right: 0
	}
}

@media only screen and (min-width:1200px) {
	.vlb-difference {
		right: 0rem
	}
}

@media only screen and (max-width:1023px) {
	.share-container {
		position: absolute
	}
}

