@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';

hr {
  background: none;
}

a:link {
    text-decoration: none;
    color: #333;
    display:inline-block;
}

a:visited {
  color: #333;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

body, a {
    color: #333333;
    font-family: 'Montserrat',sans-serif;
}

body {
	margin-bottom: 0px !Important;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

.content-box-text ol, 
.content-box-text ul {
 padding:0;
 margin:0 0 10px 25px;
} 

.product-header-text {
	font-size: 14px;
	color: #333;
	padding: 18px 30px 15px 250px;
	position: relative;
}

.node-type-product .product-header-text {
	color: #fff;
}

.product-header-text ul {
	margin-left: 20px;
}

.product-header-text a:link {
	color: #333;
}

.node-type-product .product-header-text a:link {
	color: #fff;
}

.product-header-text p {
	font-size: 1em !Important;
}

.product-header {
	background-color: #efefef;
	min-height: 206px;
	font-size: 1em;
}

.node-type-product .product-header {
	background-color: #6b6c6e;
}

.node-type-product .product-header a:visited {
    color: #cecece;
}

.product-header-lower,
.content-box-header-lower {
	background: #f33537;
  background: -moz-linear-gradient(left, #f33537 0%, #ffca3c 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f33537), color-stop(100%, #ffca3c));
  background: -webkit-linear-gradient(left, #f33537 0%, #ffca3c 100%);
  background: -o-linear-gradient(left, #f33537 0%, #ffca3c 100%);
  background: -ms-linear-gradient(left, #f33537 0%, #ffca3c 100%);
  background: linear-gradient(to right, #f33537 0%, #ffca3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f53437', endColorstr='#ffca3e', GradientType=1);
  height: 5px;
}

.context-zh .content-box-header-lower,
.suppliers .content-box-header-lower,
.context-suppliers .content-box-header-lower,
.context-zh .product-header-lower,
.suppliers .product-header-lower,
.context-suppliers .product-header-lower {
  background: #ffca3c;
}

.retailers-br---tradies .content-box-header-lower,
.context-retailers-tradies .content-box-header-lower,
.context-retailers .content-box-header-lower,
.retailers-br---tradies .product-header-lower,
.context-retailers-tradies .product-header-lower,
.context-retailers .product-header-lower {
  background: #f99229;
}

.consumers .content-box-header-lower,
.context-consumers .content-box-header-lower,
.consumers .product-header-lower,
.context-consumers .product-header-lower {
  background: #ec1c2a;
}

.consumers .title-icon:before,
.context-consumers .title-icon:before,
.view-homepage-triple .views-row-1 .homepage-triple h2::before {
  background: url(/sites/all/themes/custom/energy/css/images/icon-circle-red.png) no-repeat 0 0;
}

.retailers-br---tradies .title-icon:before,
.context-retailers-tradies .title-icon:before,
.context-retailers .title-icon:before,
.view-homepage-triple .views-row-2 .homepage-triple h2::before {
  background: url(/sites/all/themes/custom/energy/css/images/icon-circle-orange.png) no-repeat 0 0;
}

.context-zh .title-icon:before,
.suppliers .title-icon:before,
.context-suppliers .title-icon:before,
.view-homepage-triple .views-row-3 .homepage-triple h2::before {
  background: url(/sites/all/themes/custom/energy/css/images/icon-circle-yellow.png) no-repeat 0 0;
}

ol.color-list li strong:first-child,
h3 strong.big-number,
.consumers ol.color-list li strong:first-child,
.consumers h3 strong.big-number,
.context-consumers ol.color-list li strong:first-child,
.context-consumers h3 strong.big-number {
  background: #f33537;
  background: -moz-linear-gradient(left, #f33537 0%, #ffca3c 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f33537), color-stop(100%, #ffca3c));
  background: -webkit-linear-gradient(left, #f33537 0%, #ffca3c 100%);
  background: -o-linear-gradient(left, #f33537 0%, #ffca3c 100%);
  background: -ms-linear-gradient(left, #f33537 0%, #ffca3c 100%);
  background: linear-gradient(to right, #f33537 0%, #ffca3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f53437', endColorstr='#ffca3e', GradientType=1);
}

.retailers-br---tradies ol.color-list li strong:first-child,
.retailers-br---tradies h3 strong.big-number,
.context-retailers-tradies ol.color-list li strong:first-child,
.context-retailers-tradies h3 strong.big-number,
.context-retailers ol.color-list li strong:first-child,
.context-retailers h3 strong.big-number {
  background: #f99229;
}

.context-zh ol.color-list li strong:first-child,
.context-zh h3 strong.big-number,
.suppliers ol.color-list li strong:first-child,
.suppliers h3 strong.big-number,
.context-suppliers ol.color-list li strong:first-child,
.context-suppliers h3 strong.big-number {
  background: #ffca3c;
}

.product-header img {
	float: left;
	margin-right: 20px;
}						

.product-header h2 {
	font-size: 25px;
  margin-bottom: 15px;
}

.content-box {
	margin: 2em 0;
}

.shaded .content-box-header {
	background-color: #6b6c6e;
	color: #fff;
	padding: 1em 0 1.5em 2em;
	margin-bottom: 11px;
	display: block;
}

.content-box-header h2 {
	line-height: 1.2em;
	margin: 0 0 4px 0;
}

.content-box-header h2 {
  text-transform: capitalize;
}

.shaded .content-box-text {
  background-color: #efefef;
  color: #3e3e3f;
  padding: 2em;
  margin-top: -10px;
}

.shaded.right-link .content-box-text {
  padding: 0em 2em;
}

.shaded .content-box-text.document-list {
  padding: 2em;
}

.content-box-text {
	padding: 15px 0;
}

.shaded .content-box-header-lower {
	margin-left: -2em;
  margin-bottom: -20px;
  margin-top: 10px;
  height: 5px;
}

.content-box-header {
	display: inline-block;
}

.key-file-link {
	float: left;
	width: 49%;
  min-height:40px;
  margin-right:1%;
	display: inline-block;
}

.key-file-link a:link {
	font-size: 14px;
	color: #333;
	line-height: 1.1em;
	display: inline-block;
	margin: 0;
	text-decoration: underline;
}

.key-file-link a:after {
	content: " »";
}

a.mailto::after {
 content:"" !important;
}

.key-file-link a:hover {
	color: #337ab7;
}

.clearfix {
	clear: both;
	display: block;
}

.content-box-header-lower {
	height: 2px;
}

a.grey-button {
	border-radius: 3px;
  border: 1px solid #d6d6d6;
  color: #3e3e3f;
  font-size: 1em;
  line-height: 1.2;
  margin-right: 2em;
  padding: 0.8em 1.2em;
  text-decoration: none;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  transition: 1s all;
  text-decoration: none;
}

.front a.grey-button {
  z-index: 95;
  position: relative;
}

a.grey-button::after {
	content: "\e900";
  font-family: icomoon;
  display: block;
  float: right;
  line-height: 38px;
  padding: 0 0 0 13px;
  border-left: 1px solid #d6d6d6;
  margin: -11px 0 -11px 10px;
}

a.grey-button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b7b7b7+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #b7b7b7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#b7b7b7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#b7b7b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
  transition: 1s all;
}

hr {
	border-top: 1px dashed #b9b9b9;
	margin-top: 2em;
  padding-top: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat',sans-serif;
}

#section-footer {
  background-color: #58595b;
  padding: 31px 0px;
  font-size: 1em;
  color: #fff;
}

#zone-top-wrapper {
	background-color: #e0e0e0;
	height: 50px;
}

#zone-top-wrapper ul {
	margin: 0;
	padding: 0;
}

#zone-top-wrapper ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#section-header a {
	color: #4d4d4d;
	text-decoration: none;
}

.brand.logo strong {
	display: block;
  font-size: 1.7em;
  line-height: 1;
}

.brand .figcaption span {
  display: block;
  font-size: .9em;
  line-height: 1.2;
  margin-top: 4px;
  padding-left: 2px;
}

.brand .figcaption {
  color: #424244;
  display: block;
  float: left;
  width: 140px;
}

.brand .figure img {
  display: block;
  float: left;
  margin-right: .8em;
  width: 79px;
}

#zone-branding-wrapper {
	padding: 1em 0;
}

#block-block-3 {
	float: left;
	margin-right: 10px;
}

#block-system-main-menu {
	float: right;
}

#block-system-main-menu li {
	list-style: none;
	float: left;
  height: 70px;
  margin: 0;
  padding: 0;
}

#block-system-main-menu li a {
	font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  border-right: 1px solid #d9d9d9;
  display: table-cell;
  font-size: 15px;
  height: inherit;
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  padding: 1px 23px;
  text-transform: uppercase;
}

#block-system-main-menu li.first a {
  border-left: 1px solid #d9d9d9;
}

ul.inline li.statistics_counter {
	display: none;
}

#block-block-6 h2 {
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  background: #efefef;
  color: #333333;
  font-size: 1.2em;
  padding: 1em;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
}

#block-block-6 {
	background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
}

#explore ul {
	margin: 0;
	padding: 0;
}

#explore ul li {
	list-style: none;
	margin: 0;
	padding: 0;
  transition: .5s all;
}

#explore ul li a {
	padding: 10px;
	text-decoration: none;
	display: inline-block;
	line-height: 1.5em;
	color: #333;
} 

#explore ul li:hover {
  background-color: #f2f2f2;
  transition: .5s all;
}

/*
#explore ul li a:after {
	content: ' »'; 
}
*/

#breadcrumb {
	margin: 15px 0 0 10px;
  font-size: 1em;
}

#breadcrumb a {
	color: #333;
	text-decoration: none;
}

.title-icon:before {
  background: url(/sites/all/themes/custom/energy/css/images/icon-circle-gradient.png) no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 22px;
  margin-right: 5px;
  position: absolute;
  width: 22px;
  vertical-align: middle;
  top: 25px;
  margin-left: -28px;
}

#block-block-6,
.side-menu {
	margin: 0 0 20px 0;
}

.side-menu ul {
	margin: 0;
	padding: 0;
}

.side-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-menu ul li.first a {
	border-top: 0;
}

.side-menu ul li a {
	color: #333;
	text-decoration: none;
	padding: 10px;
	border-top: 1px solid #d6d6d6;
	display: block;
	font-weight: 700;
	background: url(/sites/all/themes/custom/energy/css/images/icon-right-grey.png) no-repeat right 5px center;
  background-color: #fff;
}

.side-menu ul li.active-trail a {
	color: #000;
	text-decoration: underline;
}

.side-menu ul {
	border: 1px solid #d6d6d6;
}

#block-menu-menu-top-menu ul li a {
	border-left: 1px solid #616161;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 18px 0;
}

#block-menu-menu-top-menu ul li.first a {
	border-left: 0;
}

#block-block-4 span.ext {
	display: none;
}

#block-block-4 a.grey-button:link {
	margin: 5px 0 0 0;
	float: right;
}

#block-block-4 p {
	margin: 0;
}

.node p:last-child {
	margin-bottom: 0;
}

#page-title {
	margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 25px;
}

#block-menu-menu-bottom-menu .content {
	padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#region-footer-second {
	font-size: .9em;
}

#region-footer-second .left-part {
	float: left;
}

#region-footer-second .right-part {
	float: right;
}

.products-mega-menu .dropdown-menu-container {
  background: #67686A;
  display: block;
  padding: 25px 0px 30px 8px;
}

.products-mega-menu .span4 {
  border-left: 1px solid #78797b;
  display: table-cell;
  float: none;
  padding-right: 25px;
  width: 33.33%;
}

.products-mega-menu .span4:first-child {
  border-left: none;
}

.products-mega-menu .span4 > ul > li {
  background: url(/sites/all/themes/custom/energy/css/images/icon-arrow-right-grey-bold.jpg) no-repeat right 12px;
  list-style: none;
  border-bottom: 2px solid #898A8C;
  padding: 9px 15px 9px 0px;
  white-space: normal;
}

.products-mega-menu a {
  color: #ffffff;
  border: 0;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
}

.products-mega-menu li.expanded > ul > li > a {
  background: url(/sites/all/themes/custom/energy/css/images/icon-arrow-right-grey-lighter.jpg) no-repeat right 6px;
  font-size: 1em;
  font-weight: normal;
  padding-right: 13px;
}

.products-mega-menu ul,
.products-mega-menu ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

.products-mega-menu li.expanded ul > li {
  border-bottom: 0;
  padding: 10px 0 0px 0;
  list-style: none;
  list-style-image: none;
}

#zone-branding-wrapper .red-yellow-border {
  background: #ec1d2a;
  background: -moz-linear-gradient(left,#ec1d2a 0%,#fec12f 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ec1d2a),color-stop(100%,#fec12f));
  background: -webkit-linear-gradient(left,#ec1d2a 0%,#fec12f 100%);
  background: -o-linear-gradient(left,#ec1d2a 0%,#fec12f 100%);
  background: -ms-linear-gradient(left,#ec1d2a 0%,#fec12f 100%);
  background: linear-gradient(to right,#ec1d2a 0%,#fec12f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1d2a',endColorstr='#fec12f',GradientType=1);
}

.products-mega-menu {
  border-radius: 2px;
  display: block;
  overflow: hidden;
  padding: 0px 0px 5px 0px;
  width: 100%;
  margin-bottom: 35px;
}

.footer-menu ul li a {
  color: #ffffff;
  font-size: 1em;
  word-wrap: break-word;
  text-decoration: none;
}

.footer-menu ul li:first-child {
  padding-top: 0px;
}

.footer-menu ul li {
  list-style: none;
  padding: 4px 0px 3px 0px;
}

.footer-menu .span3.nogutter:first-child ul {
  margin: 0px;
}

.footer-menu .span3.nogutter:first-child {
  border-left: none;
}

.footer-menu .span3.nogutter {
  border-left: 1px solid #797a7c;
  display: table-cell;
  float: none;
  margin-left: 0px;
  width: 25%;
}

.footer-menu ul {
  margin: 0px 0px 0px 14px;
}

.right-part a {
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
}

#zone-branding-wrapper a.active-trail .red-border,
#zone-branding-wrapper a .red-border:hover {
  border-bottom: 2px solid #ec1c2a;
}

#zone-branding-wrapper a .orange-border {
 display:inline;
 padding-right:6px;
}

#zone-branding-wrapper a.active-trail .orange-border,
#zone-branding-wrapper a .orange-border:hover {
  border-bottom: 2px solid #f99229;
  background-color: white;
  margin-right: -1px;
}

#zone-branding-wrapper a.active-trail .yellow-border,
#zone-branding-wrapper a .yellow-border:hover {
  border-bottom: 2px solid #ffca3c;
}

#zone-branding-wrapper .red-yellow-border span {
  background: #fff;
}

#zone-branding-wrapper a.active-trail .red-yellow-border,
#zone-branding-wrapper a .red-yellow-border:hover {
  padding-bottom: 2px;
}

.front h1#page-title {
  display: none;
}

.homepage-hero {
  height: 242px;
  width: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.homepage-hero-text {
  width: 410px;
  color: #fff;
  padding: 20px 0 20px 20px;
}

.homepage-hero-text p {
  color: #cfcfcf;
}

.homepage-hero-text h2 {
  font-size: 2.5em;
  line-height: 1.1;
  margin: 0px 0 .2em;
}

.homepage-triple {
  background-color: #efefef;
  height: 232px;
  border-bottom: 5px solid #ec1c2a;
}

.homepage-triple-section {
  float: left;
}

.ht-section-1 {
  border-right: 1px dotted #ccc;
}

.ht-section-3 {
  background-color: #ec1c2a;
  color: #fff;
  position: absolute;
  width: 450px;
  height: 201px;
  max-height: 201px;
  margin-top: -55px;
  padding: 31px 0 0 20px;
  right: 0;
}

.ht-section-1, .ht-section-2 {
  width: 194px;
  padding: 0px 20px 0 20px;
  margin-top: 20px;
}

#block-views-homepage-triple-block,
.clearfix {
  clear: both;
}

.ht-section-3 img {
  position: absolute;
  right: 0;
  bottom: -4px;
}

.homepage-triple-section.ht-section-3 p.text {
  font-size: 1.8em;
  width: 250px;
  min-height: 110px;
}

.homepage-triple h2 {
  margin: 0;
  padding-top: 31px;
  padding-left: 20px;
  line-height: 1em;
}

.views-row-2 .homepage-triple { border-bottom-color: #f99229; }
.views-row-2 .ht-section-3 { background-color: #f99229; color: #333; }

.views-row-3 .homepage-triple { border-bottom-color: #ffca3c; }
.views-row-3 .ht-section-3 { background-color: #ffca3c; color: #333; }

.homepage-triple-section span.ext {
  display: none;
}

.view-id-homepage_triple .views-row {
  margin: 30px 0;
}

.home-date {
  float: left;
  background-color: #6B6C6E;
  color: #fff;
  width: 47px;
  height: 47px;
  margin-right: 15px;
}

.home-date span.day {
  font-size: 1.7em;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1em;
  padding-top: 7px;
}

.home-date span.month {
  font-size: .9em;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1em;
}

.front .news-list li {
  margin-bottom: 15px;
}

.news-title {
  font-size: 1.1em;
  line-height: 1.6em;
}

.news-list .news-title {
 float:left;
 width:200px;
}

.popular-list li {
  background: url(/sites/all/themes/custom/energy/css/images/icon-publication-star.png) no-repeat left 2px;
  font-size: 1em;
  margin-bottom: .5em;
  min-height: 24px;
  padding: 0 0 0 2em;
}

ul.popular-list, ul.gradient-tick-list, ol.orange-number-list {
  list-style: none;
  margin: 0;
}

.popular-list a {
  font-size: 1.3em;
  padding-right: 7px;
  font-size: 1em;
  font-weight: normal;
  color: #333333;
  font-family: 'Montserrat',sans-serif;
  text-decoration: none;
}

.publcation-item-list {
  margin: 0;
  list-style: none;
  padding: 15px 0 5px 0;
}

.publcation-item-list li, .file-dl-list .file-download {
  background: url(/sites/all/themes/custom/energy/css/images/icon-publication-download.png) no-repeat left 5px;
  display: table;
  height: 40px;
  min-height: 40px;
  margin-bottom: 16px;
  padding-left: 47px;
}

.publcation-item-list li a, .file-dl-list .file-download a {
  display: table-cell;
  font-size: 1em;
  line-height: 1.4em;
  vertical-align: middle;
  color: #333333;
  font-family: 'Montserrat',sans-serif;
  text-decoration: none;
}

.view-documents .publication-item-3 {
  border-top: 1px dotted #989898;
  padding-top: 2em;
}

.download-icon {
  display: block;
  float: left;
  height: 47px;
  margin-right: 0;
  padding-top: 0.5em;
  padding-left: .3em;
  width: 46px;
}

.download-document {
  font-size: 1em;
  line-height: 1.4em;
  padding-right: 7px;
}

.publication-item-3 a {
  color: #333;
  text-decoration: none;
}

.bottom-three h2.block-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
}

.grey-button.dark-button {
  background-color: #5d5d5d;
  color: #fff;
}

.grey-button span.ext {
  display: none;
}

.icon-calc .content {
  background-image: url('images/icon-calculator.jpg');
  background-position: 30px 5px;
  padding-left: 130px;
  background-repeat: no-repeat;
  border-right: 1px dotted #989898;
  min-height: 100px;
}

.icon-bubb .content {
  background-image: url('images/icon-comment.jpg');
  background-position: 30px 5px;
  padding-left: 140px;
  background-repeat: no-repeat;
}

#block-block-7 h2,
#block-block-8 h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
}

#block-block-7 p,
#block-block-8 p {
  margin-bottom: 0;
}

#block-block-7,
#block-block-8 {
  margin: 30px 0px;
}

.page-search #breadcrumb,
.page-news h1,
.page-news #breadcrumb,
.page-documents #breadcrumb,
.page-archives #breadcrumb,
.page-node-377 #breadcrumb,
.page-node-371 #breadcrumb,
.page-node-371 h1,
.page-node-47 #breadcrumb,
.page-node-49 #breadcrumb,
.page-node-48 #breadcrumb,
.page-node-438 #breadcrumb {
  display: none; 
}

.page-node-47 #zone-content,
.page-node-49 #zone-content,
.page-node-48 #zone-content,
.page-node-438 #zone-content {
  margin-top: 20px; 
}

.view-documents-search- .views-field-nothing,
.view-documents-search- .views-field-nothing-1,
.view-documents-search- .views-field-field-document {display:inline-block;}

.view-documents-search- .views-field-nothing {width:5%;}
.view-documents-search- .views-field-nothing-1 {width:70%;}
.view-documents-search- .views-field-field-document {
 width:25%;
 padding-top:35px;
 vertical-align:top;
 }
 
.view-documents-search- .views-field-field-document li {text-decoration:none !important;}
.view-documents-search- .views-field-field-document li a {text-decoration:underline;}
 
 .view-documents-search- .views-field-field-document li::after {
     content: '\00bb';
     padding-left:5px;
 }
 
.view-documents-search- .views-row {
  margin: 15px;
  padding: 15px;
  border-bottom: 1px solid #333;
  position: relative;
  padding-left: 90px;
}

.view-documents-search- .file-icon {
  display: none;
}

.views-field-nothing {
  position: absolute;
  top: 15px;
  left: 15px;
}

.view-documents-search- .views-field-field-document li {
  margin: 0;
}

.view-documents-search- h3 {
  margin-bottom: 5px;
}

.view-documents-search- .doc-cat {
  margin-bottom: 5px;
}

.view-documents-search- .views-field-field-document li {
  background: url(/sites/all/themes/custom/energy/css/images/icon-publication-download.png) no-repeat left 0px;
  background-size: 22px 21px;
  height: 27px;
  margin-bottom: 0.6em;
  min-height: 27px;
  padding-left: 3em;
  text-decoration: underline;
}

.view-news-filter ul.pager,
.view-news-filter ul.pager li,
.view-news-filter ul.pager li a,
.view-closed-consultations ul.pager,
.view-closed-consultations ul.pager li,
.view-closed-consultations ul.pager li a,
.view-documents-search- ul.pager,
.view-documents-search- ul.pager li,
.view-documents-search- ul.pager li a {
  background: none;
  float: none;
  position: relative !Important;
  top: 0;
  left: 0;
  display: inline-block;
  color:#646464;
  border-color:#ddd;
}

.view-news-filter ul.pager li a,
.view-closed-consultations ul.pager li a,
.view-documents-search- ul.pager li a {
  width:12px;
  text-align:center;
  padding: 6px 8px;
 }

.view-news-filter ul.pager li a:hover,
.view-news-filter ul.pager li a:focus,
.view-closed-consultations ul.pager li a:hover,
.view-closed-consultations ul.pager li a:focus,
.view-documents-search- ul.pager li a:hover,
.view-documents-search- ul.pager li a:focus {
  background-color: #eee;
}

 .view-news-filter ul.pager li.pager-current,
 .view-closed-consultations ul.pager li.pager-current,
 .view-documents-search- ul.pager li.pager-current {
  background-color: #337ab7;
  color:#fff;
  width:12px;
  text-align:center;
  padding: 6px 8px;
}

.view-closed-consultations .item-list {
  clear: both;
}

.view-news-filter .item-list,
.view-closed-consultations .item-list,
.view-documents-search- .item-list {
  text-align: center;
  margin: 40px 0 70px 0;
}

.view-documents-search- .field-content .item-list {
  text-align: left;
  margin: 0;
}

#s2id_edit-year-value-year {
  width: 84px !Important;
}

input#edit-keywords {
  border-radius: 4px;
  font-size: 1.2em;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  width: 180px;
}

#s2id_edit-arch {
  width: 118px !Important;
}

#views-exposed-form-documents-search--page-1 input.form-submit,
#views-exposed-form-documents-search--page input.form-submit {
  border-radius: 4px !Important;
  font-size: 1.2em;
  margin-top: 20px;
}

.document-search-wrapper {
  background-color: #efefef;
  margin-bottom: 35px;
}

.panel-title-border {
  background: #f33537;
  background: -moz-linear-gradient(left,#f33537 0%,#ffca3c 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f33537),color-stop(100%,#ffca3c));
  background: -webkit-linear-gradient(left,#f33537 0%,#ffca3c 100%);
  background: -o-linear-gradient(left,#f33537 0%,#ffca3c 100%);
  background: -ms-linear-gradient(left,#f33537 0%,#ffca3c 100%);
  background: linear-gradient(to right,#f33537 0%,#ffca3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f53437',endColorstr='#ffca3e',GradientType=1);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-bottom: 5px;
}

.panel-title-wrapper {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #6b6c6e;
  padding: 1em 2em;
}

.document-search-content.panel-content-wrapper {
  padding-bottom: 2em;
  padding: 2.6em 2.7em;
}

.document-search-link {
  border-top: 1px dashed #b7b7b7;
  margin-top: 2em;
  padding-top: .7em;
}

.document-search-wrapper h2 {
  color: #fff;
  margin: 0;
  font-size: 2em;
}

p.big-text {
  font-size: 1.2em;
}

.page-node-371 #region-content,
.page-node-371 #zone-content {
  width: 100%;
  margin: 0;
}

.content-box-text h3,
.content-box-text h4 {
  margin-bottom: 5px;
}


/* Consultations */

.consultation-item {
  display: inline-block;
  float: left;
  padding: 0 1%;
  width: 48%;
}

.closed-consultations-list .closed-consultations-item {
  display: inline-block;
  float: left;
  padding-left: 2%;
  width: 32%;
}

.consultations-list .consultations-item:first-child {
  padding-left: 0;
  width: 48%;
  margin-bottom: 20px;
}

.closed-consultations-list .closed-consultations-item:first-child {
  padding-left: 0;
  width: 32%;
  margin-bottom: 20px;
}

.consultation-content-title h3,
.item-content-title h3,
.closed-item-content-title h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0;
  line-height: 1.2em;
  padding: 0.7em 0 0.85em 0;
}

.consultations-list .field-name-field-consultation-date,
.closed-consultations-list .field-name-field-consultation-date {
  padding: 1.4em 1.7em 1em 1.7em;
}

.field-name-field-consultation-date {
  background-color: #ebebeb;
  padding: 2em 2.5em;
}

.consultations-list .consultation-date-range-header,
.closed-consultations-list .consultation-date-range-header {
  margin-bottom: 1em;
}

.consultation-date-range-header {
  margin-bottom: .5em;
}

.ui-progressbar, .poll-bar .bar {
  border: 0 none;
  border-radius: 0;
  background: #58595b;
  height: 5px;
}

.ui-progressbar-value {
  background: #f99229;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.consumers .ui-progressbar-value {background: #f33537;}

.consultations-list .consultation-date-range-footer,
.closed-consultations-list .consultation-date-range-footer {
  margin-top: 0.4em;
}

.consultation-date-range-footer {
  font-size: 1.1em;
  margin-top: 1em;
  text-align: right;
}

.consultation-date-range-footer .consultation-date-range-remaining {
  font-weight: 700;
}

.closed-item-image img {
  display: block;
  width: 210px;
  margin: 0 auto;
}

.product-header-text p {
  margin: 8px 0;
}

.product-header-text hr {
  background: #d6d6d6;
  margin: 10px 0;
  padding: 0;
}

.constultation-image img {
  display: block;
  width: 293px;
  margin: 0 auto;
}

.view-id-closed_consultations {
  margin-top: 40px;
}

.program-news-heading .block-inner {
  background-image: url('images/news-bg.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 185px;
}

.program-news-heading .content {
  padding: 30px;
  color: #fff;
}

.program-news-heading .content h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.program-news-heading {
  margin-bottom: 20px;
}

.news-item-list li {
  border-bottom: 1px solid #e1e1e1;
  display: inline-block;
  padding: 35px 0;
  width: 100%;
}

.grad-line,
.gradient .blob {
  background: #f33537;
  background: -moz-linear-gradient(left,#f33537 0%,#ffca3c 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f33537),color-stop(100%,#ffca3c));
  background: -webkit-linear-gradient(left,#f33537 0%,#ffca3c 100%);
  background: -o-linear-gradient(left,#f33537 0%,#ffca3c 100%);
  background: -ms-linear-gradient(left,#f33537 0%,#ffca3c 100%);
  background: linear-gradient(to right,#f33537 0%,#ffca3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f53437',endColorstr='#ffca3e',GradientType=1);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.grad-line {
  height: 8px;
  margin-top:-4px;
}

.news-item-wrapper {
  height: auto;
  width: 100%;
}

.blob {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  padding: 0 0 5px 0;
  overflow: visible;
}

.newsletter-container {
  background: #5c5c5c;
  display: table;
  min-height: 230px;
  max-height: 250px;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.news-item-image {
  float: left;
  position: relative;
  width: 227px;
}

.news-item-content {
  padding-left: 25px;
  overflow: hidden;
  width: auto;
}

.newsletter .news-item-image {
  display: table-cell;
  float: none;
  overflow: hidden;
  width: 50%;
  vertical-align: top;
}

.newsletter .news-item-content {
  display: table-cell;
  float: none;
  padding: 30px 35px 35px 35px;
  width: 50%;
  vertical-align: top;
}

.news-item-content .news-item-title {
  margin-top: -3px;
  padding-bottom: 5px;
}

.newsletter .news-item-title a {
  color: #ffffff;
}

.news-item-title h2 {
  font-family: montserratregular,Verdana;
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0;
}

.newsletter .news-item-body p {
  color: #ffffff;
}

.news-item-body p {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 5px 0;
  text-align: justify;
}

.newsletter .news-item-newsletter {
  color: #ffffff;
  font-size: 1em;
  padding-top: 10px;
}

.newsletter .news-item-newsletter a {
  color: #fff;
}

.news-item-list .date-display-single {
  left: 0;
  padding: 6px 0;
  position: absolute;
  top: 0;
}

.news-item .date-display-single {
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  background-color: #6B6C6E;
  color: #ffffff;
  display: table-cell;
  height: 53px;
  text-align: center;
  width: 47px;
}

.news-item .date-display-single .date {
  display: block;
  font-size: 1.5em;
}

.news-item .date-display-single .month {
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
}

.view-news-filter .view-filters {
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

/**   #views-exposed-form-news-filter-page-news-filter     **/

.views-exposed-form label,
.views-exposed-form .views-widget {
  float: left;
  display: inline-block;
  font-size: 1.4em;
}

.views-exposed-form label {
  margin-right: 15px;
  margin-left: 30px;
}

/* #edit-topic, #edit-keywords */

.views-exposed-form select,
.views-exposed-form input {
    background: #f1f1f1 !important;
    color: #444444 !important;
    letter-spacing:0.8px !important;
    font-size: 0.8em !important;
    height: 36px;
    border-radius: 4px;
    margin-top: -3px;
}

.views-exposed-form select option {
 background-color:#fff;
 font-size:0.9em !important;
 padding:0.4em;
 text-transform: capitalize;
}

.views-exposed-form input.form-submit {
 font-size: 1em !important;;
 border-radius: 4px;
 margin-top: -3px !important;
 height: 36px;
 background: #fff !important;
}

#region-sidebar-first {
  position: relative;
  display: block;
  min-height: 10px;
}

.responsive-layout-normal .region-sidebar-first-inner.fixed {
  position: fixed;
  top: 130px;
  width: 220px;
}

.responsive-layout-normal .region-sidebar-first-inner.fixed.hit-bottom {
  position: relative;
}

#section-header {
  height: 163px;
}

.responsive-layout-normal .fixed .brand .figcaption span {
  display: none;
}

.responsive-layout-normal .fixed #block-system-main-menu li {
  height: 40px;
}

.responsive-layout-normal #section-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  height: 113px;
}

.responsive-layout-normal #section-content.fixed {
  margin-top: 163px;
}

.responsive-layout-normal .fixed .brand .figure img {
  width: 49px;
}

.responsive-layout-normal .fixed #zone-branding-wrapper {
  padding: .5em 0;
}

.view-documents-search- .view-filters {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.title-box {
  position: relative;
}

.consumers h1.title:before,
.page-node-47 h1.title:before {
  background: url(/sites/all/themes/custom/energy/css/images/icon-circle-red.png) no-repeat 0 0;
}

.retailers-br---tradies h1.title:before,
.page-node-49 h1.title:before {
  background: url(/sites/all/themes/custom/energy/css/images/icon-circle-orange.png) no-repeat 0 0;
}

.context-zh h1.title:before,
.suppliers h1.title:before,
.page-node-48 h1.title:before {
  background: url(/sites/all/themes/custom/energy/css/images/icon-circle-yellow.png) no-repeat 0 0;
}

h1.title {
  margin-left: 40px;
  line-height:1.4em;
}

h1.title::before {
  background: url(/sites/all/themes/custom/energy/css/images/icon-circle-gradient.png) no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 22px;
  left: 11px;
  margin-right: 5px;
  position: absolute;
  width: 22px;
  vertical-align: middle;
  top: 8px;
}

.homepage-triple h2::before {
  content: '';
  display: inline-block;
  height: 22px;
  left: 0px;
  margin-right: 5px;
  position: relative;
  width: 22px;
  vertical-align: middle;
  top: -2px;
}

.breadcrumb br {
  display: none;
}

#block-block-10 .content .my-print {
  background: transparent url(/sites/all/themes/custom/energy/css/images/icon-print.jpg) no-repeat center center;
  display: inline-block;
  height: 22px;
  text-indent: -9999px;
  vertical-align: middle;
  width: 22px;
}

#block-block-10 .content a:hover {
  background-color: #f4f4f4;
}

#block-block-10 .content a {
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #333333;
  display: block;
  height: 22px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: 22px;
}

#block-block-10 a {
  position: absolute;
  top: 10px;
}

#block-menu-menu-top-menu {
  padding-left: 40px;
}

#block-block-6 h2 {
  font-size: 1em;
}

.product-header a.link {
  display: block;
  float: left;
  position: relative;
  z-index: 80;
}

.product-header a.link img {
  float: none;
  margin-right: 20px;
  display: inline-block;
}

a.videoBefore {
  position: relative;
}

a.videoBefore:before {
  background: url('images/btn-play.png') no-repeat 0 0;
  content: '';
  display: inline-block;
  left: 68px;
  top: 68px;
  position: absolute;
  width: 70px;
  height: 70px;
}

.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {
  margin-top: 0;
}

#imageData #bottomNav {
  height: 0;
}

.lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav {
  margin-bottom: 0px;
}

.faqs {
  margin-top: 20px;
}

.faqs .faq {
  margin-top: -1px;
  background-color: #efefef;
  transition: .5s all;
}

.faqs .faq:hover,
.faqs .faq.faq-open {
  background-color: #e6e6e6;
  transition: .5s all;
  cursor: pointer;
}

.faq-question {
  color: #333333;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 12px 58px 12px 8px;
  border-bottom: 1px solid #ccc;
  background-image: url('images/icon-accordion-collapsed.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  width: 582px;
}

.faq-open .faq-question {
  background-image: url('images/icon-accordion.png');
}

.faq-answer {
  display: none;
  padding: 10px 12px 30px 12px;
}

.faq-question:first-child {
  border-top: 1px solid #ccc;
}

.page-search .document-item {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  list-style: none;
}

.page-search .document-item span.item-label {
  font-weight: bold;
}

.page-search .document-item h2 {
  margin-bottom: 5px;
  font-size: 1.8em;
  line-height: 1.1em;
}

#search-down {
  background-color: #6b6c6e;
  height: 97px;
  position: absolute;
  z-index: 101;
  width: 100%;
}

#search-down form {
  width: 980px;
  padding: 20px 0;
  margin: 0 auto;
}

#search-down form div.container-inline {
  width: 720px;
  margin: 0 auto;
}

#search-down form input.form-submit {
  border-radius: 0;
  font-size: 1.7em;
  padding: 7px 14px;
  margin-top: 2px;
}

#search-down form input.form-text {
  border-radius: 0;
  color: #424242;
  font-family: montserratregular,Verdana;
  min-width: 15em;
  position: relative;
  z-index: 8;
  padding-bottom: .9em;
  padding-top: .9em;
  font-size: 1.7em;
  width: 600px;
}

#search-down {
  display: none;
}

.view-refine-block .panel-title-wrapper {
  margin-top: 20px;
}

.view-refine-block .panel-title-wrapper h2 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 0;
}

.view-refine-block .panel-title-border {
  margin-bottom: 5px;
}

.view-refine-block {
  background-color: #efefef;
  margin-bottom: 15px;
}

.view-refine-block .view-content {
  padding: 0 10px 10px 10px;
}

.view-refine-block .view-content ul,
.view-refine-block .view-content ul li {
  margin: 0;
  padding: 0;
}

.view-refine-block .view-content h3 {
  margin-bottom: 0;
  margin-top: 10px;
}

.view-refine-block .item-list li a {
  border-bottom: 1px dashed #b7b7b7;
  display: block;
  font-size: 1em;
  padding: .6em 0 .9em;
}

.pane-search-result .pagination {
  margin-bottom: 15px;
} 

.columns .column {
  float: left;
  width: 194px;
}

.columns .column.column-2 {
  border-left: 1px dotted #333;
  border-right: 1px dotted #333;
}

.columns .column.column-1 { padding: 0 15px 0 0; }
.columns .column.column-2 { padding: 0 15px 0 15px; }
.columns .column.column-3 { padding: 0 0 0 15px; }

h3.big-text {
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  color: #6b6c6e;
  font-size: 5em;
  margin-bottom: 7px;
  margin-top: 0;
  line-height: .9em;
}

.node-type-documents .title-box h1,
.node-type-documents h1::before {display:none;}

.document .document-left {
  float: left;
  display: inline-block;
  width: 7%;
}

.document .document-left .date-display-single {
 font-family: 'Montserrat',sans-serif;
 font-weight: 700;
 background-color: #6B6C6E;
 color: #ffffff;
 display: table-cell;
 height: 53px;
 text-align: center;
 width: 47px;
 font-size: 0.8em;
 line-height: 1.8em;
 margin-top:8px;
 display:inline-block;
}

.date-display-single .date-per-word-0 {
 display: block;
 font-size: 2em;
 margin-top: 0.4em;
}
.date-display-single .date-per-word-1 {
 display: block;
 font-size: 1.3em;
 margin-top: 0.2em;
 text-transform: uppercase;
 margin-bottom: 0.2em;
}

.document .document-middle {
 width:61%; 
 float:left; 
 display:inline-block;
}

.document .document-middle h1 {margin-left:0;}

span.file-ext {
  text-transform: uppercase;
}

.document-doc-list,
.document-doc-list li {
  margin: 0;
  padding: 0;
}

.document-doc-list li {
  list-style: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot?qx6qr');
  src:  url('fonts/icomoon/icomoon.eot?qx6qr#iefix') format('embedded-opentype'),
        url('fonts/icomoon/icomoon.ttf?qx6qr') format('truetype'),
        url('fonts/icomoon/icomoon.woff?qx6qr') format('woff'),
        url('fonts/icomoon/icomoon.svg?qx6qr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

#block-system-main-menu .menu-item-search .red-yellow-border .icon-menu-search:before,
.fb-share a:before,
.tw-share a:before,
.gp-share a:before,
.in-share a:before,
.em-share a:before,
.icon-download:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  margin-right: 15px;
  font-size: 1.4em;
  text-decoration: none;
}

.icon-download:before {
  content: "\e904";
  margin-right: 8px !Important;
}

.tw-share a:before {
  content: "\f099";
}

.fb-share a:before {
  content: "\f09a";
}

.gp-share a:before {
  content: "\f0d5";
}

.em-share a:before {
  content: "\f0e0";
}

.in-share a:before {
  content: "\f0e1";
}

a.doc-download {
  font-size: 1.1em;
  padding: 5px 0;
  display: inline-block;
  color: #333;
}

.document-right {
  width: 28%;
  float: right;
  margin-left: 15px;
  border-left: 1px dashed #333;
}

.news-share,
.document-share {
  border: 0 none;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 8em;
  margin-top: 4em;
  padding-top: 1.5em; 
}

.custom-sharing-text.right {
  float: right;
}

.social-sharing-list li {
  list-style: none;
  display: inline-block;
}

.social-sharing-list li span.mailto,
.social-sharing-list li span.ext {
  display: none;
}

.social-sharing-list li a span {
  position: absolute; 
  left: -9001px;
}

.social-sharing-list li a:before {
  color: #b3b3b3;
  transition: 1s all;
}

.social-sharing-list li a:hover:before {
  color: #333;
  transition: 1s all;
}

.social-sharing-list li a:hover {
  text-decoration: none;
}

.custom-sharing-text.left {
  float: left;
  font-weight: bold;
}

.meeting-meta span,
.news-meta span,
.document-meta span {
  display: inline-block;
  margin-right: 15px;
}

.news-meta strong,
.document-meta strong {
  display: inline-block;
  padding-right:5px;
}

.meeting-meta p,
.news-meta p,
.document-meta p {
  margin-bottom: 5px;
}

.meeting-meta,
.news-meta,
.document-meta {
  background-color: #f4f4f4;
  border-bottom: 1px solid #d9d9d9;
  line-height: normal;
  margin-top: 1.2em;
  margin-bottom: 2em;
  padding: .9em 1.8em;
}

.document .document-meta p {display:inline-block !important;}

.news-left {
  float: left;
  width: 66%;
}

.news-right {
  float: right;
  margin-top:1.2em;
}

.news-body a {
  font-weight: 700;
}

.content-box-text-left {
  float: left;
  width: 67%;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px dotted #333;
}

.content-box-text-right a.grey-button {
  margin: 0;
}

ul.big-yellow li {
  background-image: url('images/icon-gradient-tick.png');
  background-repeat: no-repeat;
  list-style: none;
  background-position: top left;
  margin-bottom: .5em;
  min-height: 48px;
  padding: 0 0 0 3.6em;
}

.content th {
  background: #6B6C6E;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.18em;
  padding: 12px 15px 10px;
  vertical-align: middle;
}

.content table td,
.content table th {
  border: 1px solid #eaeaea;
  line-height: 1.3em;
  padding: 10px 15px;
  vertical-align: top;
}

ul.star-list li {
  background-image: url('images/icon-publication-star.png');
  background-repeat: no-repeat;
  list-style: none;
  background-position: top left;
  margin-bottom: .21em;
  min-height: 24px;
  padding: 0 0 0 2em;
}

.left-section {
  border-top: 1px dotted #333;
  margin-top: 20px;
  padding-top: 20px;
  min-height: 90px;
}

.left-section.section-1 {
  border-top: 0;
  margin-top: 0px;
  padding-top: 0px;
}

.left-section .left-image-image {
  float: left;
  width: 125px;
}

.left-section .left-image-text {
  padding-left: 125px;
}

.left-section .left-image-text a.grey-button {
  margin-top: 0;
}

#block-system-main-menu .menu-item-search .red-yellow-border .icon-menu-search:before {
  content: "\e986";
  font-size: 20px;
  background-color: #fff;
  padding: 10px;
  margin-right: 0;
  padding-bottom: 3px;
  margin-bottom: 0;
  display: inline-block;
}

span.icon-menu-search {
  font-size: 0px;
}

.content-box.shaded.view-box {
  background-color: #efefef;
}

.content-box.shaded.view-box .view-content {
  padding: 20px;
  margin-top: -10px;
}

.view-id-committee_meetings.view-display-id-block_1 .views-row {
  position: relative;
  padding: 10px 0 10px 10px;
}

.view-id-committee_meetings .views-row {
  position: relative;
  padding: 15px 0 20px 75px;
}

.view-committee-meetings .view-footer {
  margin: 0 0 20px 20px;
}

.meeting-body ul {
  margin-left: 40px;
}

.meeting-body address {
  font-size: .9em;  
}

p.trigger-more {
  margin: 0;
  padding: 5px 10px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #cecece;
  border-radius: 4px;
  display: inline-block;
  margin-top: -5px;
  cursor: pointer;
}

.triggered-content {
  position: relative;
  overflow: hidden;
}

.triggered-container.triggered-content {
  position: relative;
  overflow: visible;
  height: auto !Important;
  padding-bottom: 35px;
}

.triggered-container.triggered-content p.trigger-more {
  bottom: -20px;
  position: absolute;
}

.content-box-text-container {
  padding: 30px 0;
}

.dashed-border-top {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 10px;
  width: 97%;
}

.shaded-inline-block {
  background-color: #efefef;
  margin: 2em 0;
}

.shaded-view-block h2,
.shaded-inline-block h2.block-title {
  background-color: #6b6c6e;
  color: #fff;
  padding: 13px 0 13px 13px;
  margin-bottom: 11px;
  display: block;
  line-height: 1.2em;
  margin: 0;
  font-size: 28px;
  font-family: 'Montserrat',sans-serif;
  border-bottom: 5px solid #f33537;
}

.shaded-inline-block .content {
  padding: 20px;
  font-size: 1.2em;
}

.content-box-view .view-consultation-block .views-row {
  padding: 2em;
  margin-top: 0;
}

.content-box-view .view-consultation-block .views-field-field-image {
  float: right;
}

.view-container-box.shaded .content-box-header {
  margin-bottom: 0;
}

.view-container-box .views-field-title {width:48%;}

.view-container-box .views-field.views-field-field-consultation-date {
  float: left;
  margin: 10px 0;
  width: 48%;
  background-color: #d9d9d9;
  padding: 1em 1.5em;
}

.content-box.view-container-box .view-news-events,
.content-box.view-container-box .view-most-popular {
  margin-top: 15px;
}

.content-box.view-container-box .view-news-events ul {
 padding-left:0;
}

.content-box.view-container-box .view-news-events li {
  margin: 11px 0;
}

#lightbox .products-mega-menu { 
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}

#lightbox .products-mega-menu .dropdown-menu-container {
  padding: 5px 0;
}

.left-image-text h3 a {
  color: #000;
}

.views-embed-block .block-big-news {
  float: left;
  margin-right: 10px;
  margin-left: 2em;
}

.block-big-news .home-date {
  position: absolute;
}

.block-small-news {
  float: left;
  width: 300px;
}

.block-big-news span.news-title {
  background-color: #6B6C6E;
  bottom: 0px;
  left: 0;
  line-height: normal;
  padding: 2%;
  width: 96%;
  display: block;
  font-size: 1.2em;
  position: absolute;
  bottom: 0;
}

.block-big-news .views-row {
  position: relative;
}

.block-big-news span.news-title a {
  color: #ffffff;
}

.news-buttons {
  margin-left: 10px;
  margin-top: -5px;
  padding-top: -5px;
  border-top: 1px dotted #ccc;
}

.news-buttons p {
  margin-bottom: 0;
}

span#toc0, 
span#toc1, 
span#toc2, 
span#toc3, 
span#toc4, 
span#toc5, 
span#toc6, 
span#toc7, 
span#toc8, 
span#toc9, 
span#toc10,
span#toc11,
span#toc12,
span#toc13,
span#toc14,
span#toc15,
span#toc16,
span#toc17,
span#toc18,
span#toc19,
span#toc20 {
  padding-top: 145px;
  margin-top: -145px;
  display: block;
  z-index: -10;
  position: relative;
}

#block-menu-menu-top-menu ul li a:hover,
.right-part a:hover,
.publication-item-3 a:hover,
.footer-menu ul li a:hover,
.publcation-item-list li a:hover,
.file-dl-list .file-download a:hover,
.popular-list a:hover,
.content-box-text a {
  text-decoration: underline;
}

.content-box-text a.grey-button {
  text-decoration: none;
}

.grey-button.dark-button:hover {
  color: #333;
}

.views-embed-block.shaded {
  background-color: #EFEFEF;
  padding-bottom: 20px;
  margin-top: 0;
}

.consultation_block .content-box-view .view-consultation-block .views-row,
.consultation_block {
  padding-bottom: 0 !Important;
}

.paragraphs-items .field-item:first-child .content-box {
  margin-top: 0;
}

#edit-year-wrapper .form-item-year-value-year .select2.select2-container--default {
  width: 73px !Important;
}

.ff #zone-branding-wrapper a.active-trail .orange-border,
.ff #zone-branding-wrapper a .orange-border:hover {
  margin-right: 0;
}

.document-list .grey-button {
  margin-top: 0;
}

.consultation-item-timeline {margin-bottom:1em;}

.consultation-date-range-start,
.consultation-date-range-end {
    width: 95px;
}

.consultation-date-range-header .consultation-date-range-start {
    float: left;
}

.consultation-date-range-header .consultation-date-range-end {
    float: right;
    text-align: right;
}

.consultation-date-range-header .consultation-date-range-start,
.consultation-date-range-header .consultation-date-range-end {
  font-size: .9em;
  line-height: 1.5;
}

.block-big-news .content-box-header-lower {
  margin-top: 0;
  margin-left: 0;
}

.footer-menu ul li a:after,
.popular-list li a:after,
.news-title a:after {
  content: " »";
  display: inline-block;
  padding-left: 5px;
  text-decoration: none;
}

.product-header-text hr {
  background: none;
  border-top: 1px dotted #333333;  
}

table th {
  text-align: center !Important;
  vertical-align: middle !Important;
}

.homepage-triple-section p.text {
  font-size: 15px;
  min-height: 66px;
}

ol.color-list li {
  margin: 20px 0 20px 30px;
  position: relative;
  list-style: none;
}

ol.color-list li strong:first-child {
  position: absolute;
  left: -45px;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  text-align: center;
  font-weight: normal;
  font-size: 1.3em;
  top: -7px;
  line-height: 35px;
}

h3 strong.big-number {
  border-radius: 100px;
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#block-block-10 {
  z-index: 100;
}

.side-menu ul li a:hover {
  text-decoration: underline;
}

.normal .content-box-header {
  margin-bottom: 15px;
}

.normal.consultation_block .content-box-view .view-consultation-block .views-row {
  padding-bottom: 20px !Important;
  margin-bottom: 0;
}

td strong.orange-circle {
  background-color: #f99229;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  color: #000;
}

.views-embed-block.normal .block-big-news {
  margin-left: 0;
  margin-right: 30px;
}

.front #block-views-documents-block-1 .block-inner {
  padding-left: 20px;
}

.homepage-triple-section a.grey-button {
  margin-right: 0;
  font-size: 12px;
}

#product-big-button {
    font-size: 1.1em;
    width: 180px;
      margin-top: -2px;
}

#product-big-button span {
  display: block;
  font-size: .8em;
}

a#product-big-button:after {
  content: "\e900";
  font-family: icomoon; 
  display: block;
  float: right;
  line-height: 48px;
  padding: 0 0 0 13px;
  border-left: 1px solid #d6d6d6;
  margin: -38px 0 -11px 10px;
}

.block.width-half {
  width: 50%;
  float: left;
}

.view-id-news_events.view-display-id-block_1 {
  padding: 0 1.5em;
  border-left: 1px dotted #c9c9c9;
  border-right: 1px dotted #c9c9c9;
  font-size:0.9em;
}

p.rainbow-road {
  background: linear-gradient(to right,#f33537 0%,#ffca3c 100%);
  display: inline-block;
  margin-top: 10px;
  margin-right: 1em;
}

.front p.rainbow-road a.grey-button {
  margin: 0 0 3px 0; 
  border-bottom: 0;
  border-radius: 0;
}

.product-header-text a {
  text-decoration: underline;
  color: #333;
}

.product-header-text a.grey-button {
  text-decoration: none;
}

.node-type-product .product-header-text a.grey-button {
  color: #333 !Important;
}

.product-header-lower {
  margin-bottom: 20px;
}

a:focus {outline:#f99229 dotted thin; display:inline-block;}