@charset "utf-8";
/* 0 - body, group, grid styles */
/* 1 - default button styles */
/* 1.1 - default form styles */
/* 1.2 - default typography styles */

/* 2 - >=1024px styles */
/* 2.1 - alt typographic styles */
/* 2.2 - alt buttons styles */
/* 2.3 - alt forms styles */
/* 2.3.1 - alt image styles */

/* 2.4 - top navigation styles */
/* 2.4.5 - top navigation HOME styles */
/* 2.5 - header side-menu styles (c) 2015 George Lieu licensed under MIT */

/* 2.8 - popup calendar */
/* 2.9 - terms and conditions ul */
/* 3.1 - form validation styles */
/* 3.2 - tinted header styles */

/* 3.3 - google maps */
/* 3.4 - popup modal */
/* 3.5 - owl swiper */

/* 5 - 2gdpr cookie consent */

/* 7 - mediaQueries 768px styles */
/* 8 - mediaQueries 420px styles */
/* 9 - mediaQueries 320px styles */

/* 0 - body, group, grid styles */
body {
	background-color: #fff;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
}
section.header, section.header_contact, section.header_partner, section.intro, section.article, section.main, section.footer, .error, .footer_sub {
 	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
section.header {
	background-image: url('https://www.cebconsultants.co.uk/images/header/business-owner-in-control-of-costs.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
	height: 60vh;
	overflow: hidden;
	border-bottom: 10px solid #4eb698;
}
section.header_contact {
	background-image: url('https://www.cebconsultants.co.uk/images/header/contact-ceb-consultants-team.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
	height: 60vh;
	overflow: hidden;
	border-bottom: 10px solid #4eb698;
}
section.header_partner {
	background-image: url('https://www.cebconsultants.co.uk/images/header/work-from-home-mum-business-partner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
	height: 60vh;
	overflow: hidden;
	border-bottom: 10px solid #4eb698;
}

section.intro {
	margin: 0;
	padding: 15px 0 0 0;
	background-color: #f1f1f1;
}
section.article {
	margin: 0;
	padding: 15px 0;
	background-color: #fff;
}
section.main {
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-height: 500px;
}
section.footer {
	background-color: #001737;
	padding: 20px 0;
}
section.error {
	background-color: #fff;
}
.container {
	position: relative;
	width: 96.4843%;
	max-width: 988px;
	height: 100%;
	margin: 0 auto;
	padding: 15px 0;
}
.container_header {
	position: relative;
	width: 96.4843%;
	max-width: 988px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.group:before, .group:after { content: ""; display: table; } /* group (clearfix) - ie8> */
.group:after { clear: both; }
.group { *zoom: 1; }
.column, .column-mb {
	display: block;
	float: left;
	margin: 0 0 0 1.9531%;
 	box-sizing: border-box;
}
.column_remgap {
	margin: 0 0 0 0;
}
.column:first-child { margin-left: 0; }
.row {
	clear: both;
	padding: 0;
	margin: 0 0 15px 0;
}
.row_20 {
	clear: both;
	padding: 0;
	margin: 0 0 20px 0;
}
.row_25 {
	clear: both;
	padding: 0;
	margin: 0 0 25px 0;
}
.row_nomargin {
	clear: both;
	padding: 0;
	margin: 0;
}
.span_1 {
	width: 6.4777%;	
}
.span_2 {
	width: 14.9797%;	
}
.span_3 {
	width: 23.4817%;	
}
.span_4, .span_4pop {
	width: 31.9838%;	
}
.span_5{
	width: 40.4858%;	
}
.span_6, .span_6btn {
	width: 48.9878%;	
}
.span_7 {
	width: 57.4898%;	
}
.span_8, .span_8disc {
	width: 65.9919%;	
}
.span_9 {
	width: 74.4939%;	
}
.span_10 {
	width: 82.9959%;
}
.span_11 {
	width: 91.4979%;	
}
.span_12 {
	width: 100%;	
}

/* 1 - default button styles */
.button, input[type="submit"], input[type="reset"], input[type="button"] {
	clear: both;
	display: block;
	float: left;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: none;
	background-color: #e613b1;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif; /* 400,700 */
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	cursor: pointer;
    -webkit-appearance: button;
	margin: 10px 0 15px 0;
	padding: 0;
}
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, input[type="submit"]:focus, input[type="reset"]:focus,
input[type="button"]:focus {
	color: #fff;
	background-color: #f1f1f1;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
}

/* 1.1 - default form styles */
.label {
	clear: both;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	display: block;
	float: left;
	height: 44px;
	padding-right: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	padding-left: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 1.4;
	box-shadow: none;
	box-sizing: border-box;
	background-color: #fff;
	color: #000;
 }
/* Removes awkward default styles on some inputs for iOS */
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: 120px;
	padding-top: 6px;
	padding-bottom: 6px;
 }
.input:focus, 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 #5392a6;
	outline: 0;
}

/* 1.2 - default typography styles */
h1 { font-size: 1.54em; line-height: 1.38; font-weight: 300;}
h2 { font-size: 2.4em; line-height: 1.2; font-weight: 300;}
h3 { font-size: 1.23em; line-height: 1.4; font-weight: 300;}
h4 { font-size: 1.23em; line-height: 1.4; font-weight: 300;}
h5 { font-size: 1.23em; line-height: 1.4; font-weight: 300;}
h6 { font-size: 1.23em; line-height: 1.4; font-weight: 300;}
p {	font-size: 1.1em; line-height: 1.4; margin: 0 0 10px 0; padding: 0; font-weight: 400;}

a:link, a:visited {
    text-decoration: underline;
	color: #000;
}
a:hover, a:active {
    text-decoration: none;
	color: #888;
}
img {
	margin: 0;
	padding: 0;
	display: block;
}

/* 2 - >=1024px styles */
/* 2.1 - alt typographic styles */
.h1_title_hdr {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif;
	font-size: 3.8em;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;	
	text-align: center;
	text-transform: capitalize;
}
.h1_title_hdr span {
	display: block;
	color: #001737;
}
.p_title_hdr {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif; /* 400,700 */
	font-size: 1.9em;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}
.h2_title_centre {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif; /* 400,700 */
	font-size: 3em;
	line-height: 1.2;
	font-weight: 700;
	color: #001737;
	text-transform: capitalize;
	text-align: center;
}
.h3_title {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif; /* 400,700 */
	font-size: 1.9em;
	line-height: 1.2;
	font-weight: 700;
	color: #001737;
	text-transform: capitalize;
}
.h3_title_oversize {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif; /* 400,700 */
	font-size: 3em;
	line-height: 1.2;
	font-weight: 700;
	color: #001737;
	text-transform: capitalize;
}
.h3_title_oversize span {
	color: #ccc;
}
p span {
	font-weight: 600;	
}
.centre_text {
	text-align: center;	
}
a.title_link:link, a.title_link:visited {
    text-decoration: none;
	color: #222;
}
a.title_link:hover, a.title_link:active {
    text-decoration: none;
	color: #ddd;
}
a.tel_link:link, a.tel_link:visited {
    text-decoration: none;
	color: #fff;
}
a.tel_link:hover, a.tel_link:active {
    text-decoration: none;
	color: #ddd;
}
.bottom_rule {
	border-bottom: 1px solid #fff;	
}

/* 2.2 - alt buttons styles */
.btn_outline {
	background-color: transparent;
	color: #e76637;
	border: 1px solid #cecece;
	text-transform: capitalize;
}
.centre_button {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.btn_inline {
	clear: none;	
}
a.button_link:link, a.button_link:visited {
    text-decoration: none;
	color: #fff;
}
a.button_link:hover, a.button_link:active {
    text-decoration: none;
	color: #fff;
}

/* 2.3 - alt forms styles */
.form-message {
	clear: both;
	margin: 0;
	padding: 10px;
	background-color: #FC0;
	color: #000;
	font-size: 1.23em;
	line-height: 1.4;
	font-weight: 300;
	text-align: center;
}

/* 2.3.1 - alt image styles */
.img_inline {
	margin: 0 0 10px 0;
	padding: 0;
}
.img_centred {
	margin: 0 auto 10px auto;
	padding: 0;
}
.img_border {
	margin: 0 0 10px 0;
	padding: 0;
}
.img_corners {
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;	
}
.content_border {
	margin: 0;
	padding: 20px 10px 10px 10px;
	border: none;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
	box-shadow: 0 0 8px #ccc;
 	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}


/* 2.4 - top navigation styles */
.navigation {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	background-color: #fff;
}
.navigation .container-nav {
	position: relative;
	width: 96.4843%;
	max-width: 988px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.ul-show-menu {
	margin: 0;
	padding: 0 0 30px 0;
	list-style-type: none;
	text-align: center;
}
.ul-show-menu li {
	display: inline;
	border-bottom: 4px solid #bff2e3;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
}
.ul-show-menu li.side-menu {
	display: inline;
	border-bottom: 4px solid #fff;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
}
.ul-show-menu li.rem_underscore {
	display: inline;
	border-bottom: 4px solid #fff;
}
.ul-show-menu li.side-menu  {
	display: none;
}
.ul-show-menu li a {
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 1px;
}
.ul-show-menu li a.link, .ul-show-menu li a.visited  {
	color: #000;
	font-weight: 400;
}
.ul-show-menu li a:hover, .ul-show-menu li a:active {
    text-decoration: none;
	color: #ccc;
}
.inline-logo {
	display: inline-block;
	margin: 0;
	padding: 0 10px 0 0;
	width: 280px;
	height: auto;
	-webkit-transform: translateY(35%);
	-ms-transform: translateY(35%);
	transform: translateY(35%);
}

/* top navigation hamburger */
.burger-wrapper {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 3px 5px;
	border: 1px solid #4eb698;
 	box-sizing: border-box;
	width: 27px;
	cursor: pointer;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
}
.burger {
    height: 2px;
    background-color: #4eb698;
    margin: 3px 0;
}

/* 2.4.5 - top navigation HOME styles */
.navigation_home {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #8A8A8A;
	border-bottom-style: solid;
	background-color: #fff;
}
.navigation_home .container-nav {
	position: relative;
	width: 96.4843%;
	max-width: 988px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.navigation_home .ul-show-menu {
	margin: 0;
	padding: 0 0 26px 0;
	list-style-type: none;
	text-align: center;
}
.navigation_home .ul-show-menu li {
	display: inline;
}
.navigation_home .ul-show-menu li.side-menu, .navigation_home .ul-show-menu li.side-menu-help  {
	display: none;
}
.navigation_home .ul-show-menu li a {
	margin: 0 12px 0 0;
	color: #8A8A8A;
	text-decoration: none;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 1px;
}
.navigation_home .ul-show-menu li a.link, .ul-show-menu li a.visited  {
	color: #8A8A8A;
	font-weight: 400;
}
.navigation_home .ul-show-menu li a:hover, .ul-show-menu li a:active {
    text-decoration: none;
	color: #ccc;
}
.navigation_home .inline-logo {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100px;
	height: auto;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
}

/* top navigation hamburger */
.navigation_home .burger-wrapper {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 3px 5px;
	border: 1px solid #8A8A8A;
 	box-sizing: border-box;
	width: 27px;
	cursor: pointer;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
}
.navigation_home .burger {
    height: 2px;
    background-color: #8A8A8A;
    margin: 3px 0;
}

/* 2.5 - header side-menu styles (c) 2015 George Lieu licensed under MIT */
html {
	overflow-x: hidden;
}
#page {
	position: relative;
	left: 0;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	z-index: 20;
	background: black;
	background-color: rgba(0, 0, 0, 0.70);
}
.mmPushBody {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

/* pushbar menu styles */
#mobile-menu {
	position: absolute;
	top: 0;
	background: #4d4d4d;
	z-index: 99999;
	display: none;
	font-family: 'Open Sans';
	font-size: 1em;
	line-height: 1.4;
	font-weight: 300;
	border-right: 1px solid #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}
.mobile-menu {
	list-style-type: none;
	margin: 0;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mobile-menu ul {
	margin-left: 0;
	padding-left: 0;
}
.mobile-menu ul .expand {
	background: #101C1F;
}
.mobile-menu .home {
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif; /* 400,700 */
	font-size: 2em;
	line-height: 1.2;
	font-weight: 700;
	background-color: #4eb698;
	color: #fff;
	overflow: hidden;
}
.mobile-menu .home i {
	padding-right: 5px;
}
.mobile-menu .home a.active {
	color: #fff !important;
}
.mobile-menu .expand {
	right: 0;
	position: absolute;
	border-left: 1px solid #101C1F;
	padding: 0 10px;
	color: #fff;
	margin-left: 100px;
}
.mobile-menu .expand:hover {
	cursor: pointer;
}
.mobile-menu li {
	display: block;
	border-top: 1px solid #3E3E3E;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}
.mobile-menu li a, .mobile-menu li span, .mobile-menu li .cat_without {
	display: block;
	overflow: hidden;
	white-space: normal;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	padding-left: 15px;
}
.mobile-menu li.nolink {
	display: block;
	overflow: hidden;
	white-space: normal;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	padding-left: 15px;
}
.mobile-menu li a.active {
	color: #1f75f5;
}
/* sub-menus - nested lists */
.mobile-menu li li {
	background: #fff;
}
.mobile-menu li li a {
	padding-left: 25px;
	color: #222;
}
/* sub-menus - forced open sub-menus */
.mobile-menu li a.submenu {
	background: #888;
}
.mobile-menu li a.submenu:before {
	content: "-- ";
}
.mobile-menu [class^="icon-"]:before {
	margin-right: 0;
	margin-left: 0;
}
.mobile-menu [class*=" icon-"]:before {
	margin-right: 0;
	margin-left: 0;
}

/* 2.8 - popup calendar */
.picker {
	color: #000000;
	position: absolute;
	z-index: 10000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.picker__input {
	cursor: default;
}
.picker__input.picker__input--active {
	border-color: #0089ec;
}
.picker__holder {
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.picker__holder,
.picker__frame {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.picker__holder {
	position: fixed;
	transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
	transition: background 0.15s ease-out, transform 0s 0.15s;
	-webkit-backface-visibility: hidden;
}
.picker__frame {
	position: absolute;
	margin: 0 auto 8% auto;
	width: 30%;
	max-width: 400px;
	height: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all 0.15s ease-out;
}
.picker__wrap {
	display: table;
	width: 100%;
	height: 100%;
}
.picker__box {
	background: #000;
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
	padding: 0 1em;
}
.picker--opened .picker__holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
	zoom: 1;
	background: rgba(0, 0, 0, 0.6);
	transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.picker--opened .picker__frame {
	top: auto;
	bottom: 0;
}

/* header month year block */
.picker__header {
	text-align: center;
	position: relative;
	margin-top: 1em;
}
.picker__month,
.picker__year {
	display: inline-block;
	margin-left: .25em;
	margin-right: .25em;
}
.picker__year {
	color: #000;
}
.picker__select--month,
.picker__select--year {
	border: 1px solid #b7b7b7;
	padding: .5em;
	margin-left: .25em;
	margin-right: .25em;
	text-align: center;
	float: none;
	display: inline-block;
	background-color: #fff;
}
.picker__select--month {
	width: 30%;
}
.picker__select--year {
	width: 30%;
}
.picker__select--month:focus,
.picker__select--year:focus {
	border-color: #b7b7b7;
}
.picker__nav--prev,
.picker__nav--next {
	position: absolute;
	padding: 1em 1.25em;
	width: 1em;
	height: 1em;
	box-sizing: content-box;
	top: 0;
}
.picker__nav--prev {
	left: -1em;
	padding-right: 1.25em;
}
.picker__nav--next {
	right: -1em;
	padding-left: 1.25em;
}
.picker__nav--prev:before,
.picker__nav--next:before {
	content: " ";
	border-top: .75em solid transparent;
	border-bottom: .75em solid transparent;
	border-right: .75em solid #F90;
	width: 0;
	height: 0;
	display: block;
	margin: 0 auto;
}
.picker__nav--next:before {
	border-right: 0;
	border-left: .75em solid #F90;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
	cursor: pointer;
	color: #fff;
	background: #000;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
	cursor: default;
	background: none;
	border-right-color: #f5f5f5;
	border-left-color: #f5f5f5;
}

/* table days and dates */
.picker__table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	margin-top: .75em;
	margin-bottom: .5em;
	font-size: 1.3em;
}
.picker__table td {
	margin: 0;
	padding: 0;
}
.picker__weekday {
	width: 14.285714286%;
	padding-bottom: .25em;
	color: #5392a6;
}
.picker__day {
	padding: .3125em 0;
	border: 1px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
.picker__day--today {
	position: relative;
}
.picker__day--disabled:before {
	border-top-color: #aaaaaa;
}
.picker__day--outfocus {
	color: #5392a6;
}
.picker__day--infocus {
	color: #fff;	
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
	cursor: pointer;
	color: #fff;
	background: #5392a6;
}
.picker__day--highlighted {
/*	border-color: #0089ec;*/
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
	cursor: pointer;
	color: #000;
	background: #F90;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
	background: #5392a6;
	color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #5392a6;
	cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
	background: #bbbbbb;
}

/* footer and clear today buttons */
.picker__footer {
	text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
	padding: .66em 0;
	width: 30%;
	display: inline-block;
	vertical-align: bottom;
	font-size: 1.3em;
	color: #fff;
	
	border: none;
	background-color: #000;
	box-sizing: border-box;
	cursor: pointer;
    -webkit-appearance: button;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
	cursor: pointer;
	color: #F90;
	background: #000;
	border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
	background: #000;
	border-color: #0089ec;
	outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
	position: relative;
	display: inline-block;
	height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
	content: " ";
	margin-right: .45em;
}
.picker__button--today:before {
	top: -0.05em;
	width: 0;
	border-top: 0.66em solid #0059bc;
	border-left: .66em solid transparent;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #dddddd;
	cursor: default;
}
.picker__button--today[disabled]:before {
	border-top-color: #aaaaaa;
}

/* 2.9 - terms and conditions ul */
ul.ul-terms {
	margin: 0 0 10px 30px;
	padding: 0;
	list-style-type: square;
}
ul.ul-terms li {
	padding: 0 0 6px 6px;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: 400;
}
ul.ul-terms span {
	color: #000;
	font-weight: 600;
}

/* 3.1 - form validation styles */
label.error {
	display: block;
	margin: 0 0 10px 0;
	padding: 8px 0 0 0;
	color: #F00;
}
input.error, select.error {
	border: 1px solid #F00;	
}

/* 3.2 - tinted header styles */
.container_tint {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.cyan_tint {
	background: #2396FE;
	background-color: rgba(78, 182, 152, 0.8);
}
.header_box {
  	position: absolute;
  	top: 50%;
	left: 50%;
	-webkit-transform: perspective(1px) translateY(-50%) translateX(-50%);
	-ms-transform: perspective(1px) translateY(-50%) translateX(-50%);	
	transform: perspective(1px) translateY(-50%) translateX(-50%);
	margin: 0;
	padding: 0;
}

/* 3.3 - google maps */
#mapCanvas {
	margin: 0;
	padding: 0;
	height: 300px;
}

/* 3.4 - popup modal */
.pop-hide {
	display: none;
}
.pop-overlay {
	display: block;
	margin: 0;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	background-color: #fff;
	color: #fff;
	box-sizing: border-box;
}
.modal-button {
	clear: both;
	display: block;
	float: left;
	height: 44px;
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: #4eb698;
	border: none;
	font-family: 'Catamaran', Tahoma, Geneva, sans-serif; /* 400, 700*/
	font-size: 1.4em;
	line-height: 1;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
    -webkit-appearance: button;
}
.modal_btn_light {
	clear: both;
	display: block;
	float: left;
	height: 44px;
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: #ececec;
	border: none;
	font-family: 'Catamaran', Tahoma, Geneva, sans-serif; /* 400, 700*/
	font-size: 1.4em;
	line-height: 1;
	text-align: center;
	color: #9d9d9d;
	box-sizing: border-box;
	cursor: pointer;
    -webkit-appearance: button;
}
.my_popup_1_close:hover, .my_popup_1_close:focus {
	color: #fff;
	background-color: #333;
	box-sizing: border-box;
}
.h3_title_popup {
	margin: 15px 0 6px 0;
	padding: 0;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif; /* 400,700 */
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: 700;
	color: #4eb698;
	text-transform: capitalize;
	text-align: center;
}
.message_popup {
	margin: 0;
	padding: 0;
	color: #222;
	text-align: center;
}
ul.ul_popup {
	margin: 0 0 10px 30px;
	padding: 0;
	list-style-type: square;
}
ul.ul_popup li {
	padding: 0 0 6px 6px;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: 400;
	color: #222;
}

/* 3.5 - owl swiper */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;}.owl-carousel{display:none;width:100%;z-index:1;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;}.owl-carousel .owl-item img{display:block;width:100%;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none;}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block;}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;font-size:1.4em;}
.owl-carousel.owl-loading{opacity:0;display:block;}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel.owl-grab{cursor:move;cursor:grab;}.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right;}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both;}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1;}.owl-carousel .fadeOut{animation-name:fadeOut;}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.owl-height{transition:height .5s ease-in-out;}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease;}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0;}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d;}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease;}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3);}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none;}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease;}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent;}.owl-theme .owl-nav{margin:0 0 10px 0;}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:0 10px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;}.owl-theme .owl-nav [class*=owl-]:hover{background:#fff;color:#000;text-decoration:none;outline:none;}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default;}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px;}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;}.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px;}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#128c7e;}

/* 5 - 2gdpr cookie consent */
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;
	font-size: 1.3em; line-height: 1.4em;
	display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:300}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
a.cc-link{
	display: inline-block; text-decoration: underline; color:#ccc; font-weight: 300;
}
a.cc-link:hover{opacity:1; text-decoration:none; color:#fff;} a.cc-link:active,a.cc-link:visited{text-decoration:none; color:#fff;}
.cc-btn{
	display: block; padding: .4em .8em;
	font-size: 1em; font-weight: 300; color: #fff;
	text-align: center;white-space: nowrap;
	background-color: #AACCB8;
}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}
.cc-floating .cc-message{
	display: block; margin-bottom: 1em; color: #fff;
}
.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}.cc-revoke{display:none}

@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){.cc-btn{white-space:normal}}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape)
{.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{
	padding: 1.2em; background: #000; background: rgba(0,0,0,0.8);
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/* 6 - footer styles */
.footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	border-top-width: 2px;
	border-top-color: #fff;
	border-top-style: solid;
	padding: 0 0 10px 0;
}
.footer .footer_sub {
	margin: 0;
	padding: 8px 0 0 0;
	border-top: 1px solid #666;
}
.footer .h6-footer {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: 'Fira Sans', Tahoma, Geneva, sans-serif;
	font-size: 1.9em;
	line-height: 1.2;
	font-weight: 700;
	color: #4eb698;
}
.footer .mouse-grey {
	margin: 0 0 8px 0;
	font-size: 1em;
	line-height: 1.4;
	color: #ccc;
}
.footer a:link, .footer a:visited {
    text-decoration: underline;
	color: #fff;
}
.footer a:hover, .footer a:active {
    text-decoration: none;
	color: #ccc;
}
.footer a.tel_link:link, .footer a.tel_link:visited {
    text-decoration: none;
	color: #fff;
}
.footer a.tel_link:hover, .footer a.tel_link:active {
    text-decoration: none;
	color: #ddd;
}

/* 7 - mediaQueries 998px styles */
@media(max-width: 1024px) {
section.header, section.header_energy, section.header_contact, section.header_partner {
	height: 400px;
}
.span_4pop {
	width: 50%;	
}
.h3_title_popup {
	margin: 15px 0 6px 0;
	padding: 0;
	font-size: 2.4em;
	line-height: 1.2;
}

} /* end 998px */ 

/* 7 - mediaQueries 768px styles */
@media(max-width: 768px) {
.ul-show-menu li.top-menu, .navigation_home .ul-show-menu li.top-menu, .navigation_home .ul-show-menu li.side-menu-help {
	display: none;
}
.ul-show-menu li.side-menu, .navigation_home .ul-show-menu li.side-menu {
	display: inline;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
	display: block; margin: 1em 0;
}

/* alt mobile header styles */
section.header, section.header_energy, section.header_contact, section.header_partner {
	height: 450px;
}
.inline-logo {
	-webkit-transform: translateY(40%);
	-ms-transform: translateY(40%);
	transform: translateY(40%);
}
.span_6btn {
	width: 75%;	
}
.span_4pop {
	width: 65%;	
}

/* pickadate calendar */
.picker__frame {
	width: 40%;
	margin-bottom: 8%;
}
} /* end 768px */

/* 8 - mediaQueries 420px styles */
@media(max-width: 420px) {
.container {
	float: left;
	width: 92%;
	margin: 0 0 0 4%;
	padding: 10px 0;
}
.column {
	margin: 0;
}
.column:first-child { margin-left: 0; }
.span_1 {
	width: 100%;	
}
.span_2 {
	width: 100%;	
}
.span_3 {
	width: 100%;	
}
.span_4 {
	width: 100%;	
}
.span_5 {
	width: 100%;	
}
.span_6, .span_6btn {
	width: 100%;	
}
.span_7 {
	width: 100%;	
}
.span_8 {
	width: 100%;	
}
.span_9 {
	width: 100%;	
}
.span_10 {
	width: 100%;
}
.span_11 {
	width: 100%;	
}
.span_12 {
	width: 100%;	
}
.bp_label {
	clear: both;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}
.bp_label:last-child { margin-bottom: 0; }
.cc-cookies {
	position: relative; float: left;
}

/* alt mobile header styles */
section.header, section.header_energy, section.header_consult, section.header_bottled, section.header_contact, section.header_about, section.header_cebblog, section.header_myenergy, section.header_overfifty {
	height: 50vh;
}
section.header {
	background-position: 65% top;
}
section.article {
	margin: 0;
	padding: 15px 0 0 0;
}
section.main {
	margin: 0;
	padding: 15px 0 0 0;
}
.footer_sub .centre_text {
	text-align: left;	
}
.button, input[type="submit"], input[type="reset"], input[type="button"] {
	font-size: 1.6em;
	height: 44px;
}

/* alt mobile typography styles */
.h1_title_hdr {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2.5em;
	line-height: 1.2;
}
.p_title_hdr {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.2;
}
.h2_title_centre {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 2.5em;
	line-height: 1.2;
}
.h3_title {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1.9em;
	line-height: 1.2;
}
.h3_title_oversize {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 2em;
	line-height: 1.2;
}

.span_8disc, .span_6btn {
	width: 65%;	
}
.span_4pop {
	width: 96%;	
}

.mbl_centre {
	text-align: center;	
}
.mbl_centre_block {
	margin-left: auto;
	margin-right: auto;
}
.mbl_top15 {
	margin-top: 15px;	
}
.mbl_top25 {
	margin-top: 25px;	
}
.mbl_bott15 {
	margin-bottom: 15px;	
}
.mbl_bott25 {
	margin-bottom: 25px;	
}
.mbl_display_none {
	display: none;	
}

/* alt googlemap styles */
#mapCanvas {
	margin: 0;
	padding: 0;
	height: 400px;
}

/* reverse order of columns - pic then text */
.flex_display {
   display: flex;
   flex-direction: column-reverse;
}

/* pickadate calendar */
.picker__frame {
	width: 80%;
	margin-bottom: 8%;
}
.picker__frame {
	overflow: visible;
	top: auto;
	bottom: -100%;
	max-height: 80%;
}
.picker--opened .picker__frame {
	top: auto;
	bottom: 0;
}
.picker__wrap {
	display: block;
}
.picker__box {
	display: block;
	border: 1px solid #777777;
	border-radius: 5px;
}
.picker__nav--prev,
.picker__nav--next {
	top: 0;
}

} /* end 420px */

/* 9 - mediaQueries 320px styles */
@media(max-width: 320px) {
/* alt mobile header styles */
section.header, section.header_energy, section.header_contact, section.header_about {
	height: 320px;
}

/* pickadate calender */
.picker__frame {
	width: 90%;
	margin-bottom: 8%;
}
.picker__nav--prev,
.picker__nav--next {
	top: 0;
}
} /* end 320px */