html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    margin: 0;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 320px;
}

img {
    border-style: none;
}
/*
a {

    color: #58813A !important;
    text-decoration: none !important;
    font-weight: bold !important;

}
*/
.btn-default {
    color: #fff !important;
    background-color: #C67029 !important;
    border-color: transparent !important;
}

main a {
    text-decoration: underline;
    outline: none;
}

strong {
    color: #262725;
}

/*
#main a:hover {
	text-decoration: none;
}
*/

a.contact {
	text-decoration: underline;
	white-space: pre;
}

a.contact:hover {
	text-decoration: none;
}

a.energy-tabs {
	text-decoration: none;
	color: #49705e;
	background-color: #e6e6e6;
}

a.energy-tabs:hover {
	text-decoration: none;
	background-color: #49705e !important;
	color: #fff;
}

.form-base {
	margin: 0;
	outline: none;
	font: 12px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	color: #fff;
}
.form-modal {
	position: fixed;
	z-index: 10001;
	display: none;
	width: 480px;
	background: rgba(65,96,30,.66);
}

.form-blur-overlay {
	background: rgba(78, 96, 30, .5);
	filter: alpha(opacity=80);
	opacity: 0.69;
	position: relative;
	width:100%;
	height:100%;
}

.login-main {
	position: relative;
	z-index: 10003;
	background: rgb(0,0,13); /* for IE */
	background: rgba(0,0,13,0.35);
}

.form-overlay {
	position:fixed;
	z-index:10000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,13,0.8);
}

.form-base .login-header {
	display: block;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 45px;
	padding-bottom: 5px;
	background: rgba(0,0,13,.3);
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}

.form-base .login-header a {
	color: #fff;
	cursor: pointer;
}

.form-base fieldset .forgot-password {
	font-size: 17px;
	text-decoration: underline;
	position: absolute;
	left: 4px;
	top: 85px;
	cursor: pointer;
}

.form-base fieldset .new-user {
	font-size: 17px;
	text-decoration: underline;
	position: absolute;
	left: 4px;
	top: 60px;
	cursor: pointer;
}

.form-base .login-message .username {
	font-size: 24px;
	font-style: italic;
	text-align: center;
}

.form-base .login-message {
	display: block;
	padding-top: 3%;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 7%;
	border: none;
}

.form-base .sign-in input[type="password"] {
    border: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 95%;
    padding: 4px 10px 3px;
    height: 39px;
    outline: none;
    color: #6b6c62;
    font: 300 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;
    float: left;
}

.form-base .sign-in input[type="submit"], .form-base .sign-in input[type="button"] {
    border: 0;
    background: #fcaf17;
    color: #fff;
    font: 16px/39px 'Oswald', Arial, Helvetica, sans-serif;
    height: 39px;
    width: 79px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin-top: 30px;
    margin-right: 17px;
}

.form-base .login-message p {
    font-weight: 300;
    font-size: 17px;
}

.outercontainer {
    width: 100%;
}

.tickercontainer {
	background: transparent; 
	min-width: 200px;
    max-width:850px;
	width: 88%;
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden;
	display: inline-block;
    position: relative;
    float: left;
}

.tickercontainer .mask {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	top: 3px;
	height: 18px;
	overflow: hidden;
}

ul.newsticker {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	margin-left: 20px;
	font: 300 14px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left;
	margin: 0;
	padding-right: 15px;
}

ul.newsticker a {
	color: #fff;
	top: 0;
	right: 0;
	position: relative;
}

#energy-tabs .nav>li>a {
    position: relative;
	display: block;
	padding: 10px 15px;
	font-weight:300;
	font-size: 16px;
	line-height: 20px
}

#energy-tabs .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus  {
	background-color: #49705e
}

#energy-tabs .nav-pills>li.active>a:after{
    content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	
	border: 10px solid transparent;
	border-top-color: #49705e;
	top:100%;
	left:50%;
	margin-left: -10px;
}

#energy-tabs .nav-pills>li>a {
    border-radius: 0px
}

#energy-tabs .nav-pills>li+li {
    margin-left: 10px
}

a.learnmore {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}

a.learnmore:hover {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;   

}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    margin: 0 0 1.2em;
}

::-webkit-input-placeholder {
    color: #6b6c62;
}

:-moz-placeholder {
    color: #6b6c62;
}

::-moz-placeholder {
    color: #6b6c62;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #5a5959;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

#wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#header:after {
    content: '';
    display: block;
    clear: both;
}

#header {
    background: #575850 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlNmY2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzZkNmU2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzY0NWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #575850 0%, #56574f 38%, #4c4d46 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #575850), color-stop(38%, #56574f), color-stop(100%, #4c4d46));
    background: -webkit-linear-gradient(left, #6e6f65 0%, #56574f 38%, #4c4d46 100%);
    background: -o-linear-gradient(left, #575850 0%, #56574f 38%, #4c4d46 100%);
    background: -ms-linear-gradient(left, #575850 0%, #56574f 38%, #4c4d46 100%);
    background: linear-gradient(to right, #575850 0%, #56574f 38%, #4c4d46 100%);
    /* border-bottom: 3px solid #fff; */
}

#header .navbar {
    min-height: inherit;
    margin: 0;
}

#header .navbar-nav li {
    margin: 0 10px 0 0;
}

/*#header .navbar-nav li.dropdown:hover, li.dropdown:focus {*/
#header .navbar-nav li.dropdown.active {
    background: #616157;
}

#header .navbar-nav li.menu-small a {
	padding: 12px 5px;
}

#header .navbar-nav li a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font: 600 15px/18px 'Open Sans', Arial, Helvetica, sans-serif;
}

#header .navbar-toggle {
	padding: 3px 4px;
}

.alert-header {
	background-color: #DC6916;
	padding: 5px 0;	
}

.alert-header svg {
    margin: 0 15px;
    display: inline-block;
    color: #fff;
    position: relative;
    float: left;
}

.alert-header a {
	color: #efc72c;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;	
	position: relative;
	float: right;
	right: 10px;
	top: 0;
	display: inline-block;
}

.alert-header svg {
	margin-right: 10px;
	vertical-align: middle;	
}

.alert-header a:hover {
	color: #efc72c;
	text-transform: uppercase;
	text-decoration: underline;	
}

.alert-header #ticker {
    display: inline-block;
    position: relative;
}

.search-form {
    float: right;
    width: 254px;
    height: 43px;
    background: #8b8c83;
}

.search-form .slide.js-slide-hidden,
.sign-in .slide.js-slide-hidden {
    position: static !important;
}

.search-form ::-webkit-input-placeholder {
    color: #fff;
}

.search-form :-moz-placeholder {
    color: #fff;
}

.search-form ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form :-ms-input-placeholder {
    color: #fff;
}

.search-form input[type="search"] {
    background: #8b8c83;
    border: 0;
    font: 400 italic 15px/20px 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 5px 0 3px 18px;
    height: 42px;
    width: 160px;
    color: #fff;
    float: left;
    outline: none;
}

.search-form input[type="submit"] {
    float: right;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
    background: url(../images/sprite.png) no-repeat -12px -9px;
    width: 20px;
    height: 26px;
    margin: 9px 14px 0;
}
/*
#main h4
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#main h4 a
{
    text-decoration: none !important;
    font-size: 18px;
}
*/
.logo-holder {
    margin-top: 27px;
    margin-bottom: -156px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
}

.header-bg {
    background-image: url('/images/bg-header.png');
    background-size: 132px 132px;
    background-color: #588028;
}

.no-margin-top{
	margin-top:0 !important;
}

.no-pad-right {
	padding-right:0 !important;
}

.no-pad-left {
	padding-left:0 !important;
}

.logo-spacer {
	margin-top: 19px;
}

.logo {
    float: left;
}

.inline-logo {
	width:91%;
}

.links-holder {
    /*overflow: hidden;*/
    margin: 0 0 19px;
}

.links-holder .link {
    margin: 0 14px 0 0;
    padding: 0;
    float: right;
}

.link li {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.link li .btn {
    display: block;
    padding: 0 13px;
    border-radius: 5px;
    font: 700 20px/41px 'Oswald', Arial, Helvetica, sans-serif;
    border: 0;
}

.link li .log-in {
    display: block;
    padding: 0 13px;
    border-radius: 0px;
    font: 700 20px/41px 'Oswald', Arial, Helvetica, sans-serif;
    border: 0;
    text-transform: none;
}

.sign-in .btn {
    display: block;
    padding: 0 13px;
    border-radius: 5px;
    font: 700 20px/41px 'Oswald', Arial, Helvetica, sans-serif;
    border: 0;
    float:right;
    margin-left: 10px;
}

.btn-default
{
    text-decoration:none;
}

.links-holder .sign-in {
    float: right;
    width: 255px;
    height: 44px;
}

.websites-list {
	list-style-type: none;
	padding: 0;
}

.websites-list li {
	margin-bottom: 10px;
}

.sign-in input[type="text"] {
    border: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 172px;
    padding: 4px 10px 3px;
    height: 39px;
    outline: none;
    color: #6b6c62;
    font: 600 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;
    float: left;
}
/*
.sign-in input[type="button"], .sign-in input[type="button"] {
    border: 0;
    background: #fcaf17;
    color: #fff;
    font: 16px/39px 'Oswald', Arial, Helvetica, sans-serif;
    height: 39px;
    width: 79px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}
    */
/*
.sign-in input[type="button"], .enroll-user input[type="button"] {
    border: 0;
    background: #fcaf17;
    color: #fff;
    font: 16px/39px 'Oswald', Arial, Helvetica, sans-serif;
    height: 39px;
    width: auto;
    text-align: center;
    padding: 0 13px;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin-right:20px;

}
    */
.sign-in input[type="submit"]:hover, .sign-in input[type="button"]:hover {
    background: #fc6;
}

.sign-in input[type="button"]:disabled {
    background: #fc6 !important;
}

.sign-in-new-user
{
    margin-right:5px;
    color:#FFF;
}

.links-area {
    margin-top:25px;
    overflow: hidden;
    float: right;
}

.links-area .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.links-area .list li {
    margin: 0 0 0 21px;
    padding: 0;
}

.links-area .list.list-inline li:nth-child(2) .megamenu .menu-margin-right {
    /*width: 27%*/
}

.links-area .list.list-inline li:nth-child(2) .megamenu {
    /*width: auto;*/
}

.links-area .list.list-inline li:nth-child(3) .megamenu .menu-margin-right {
    /*width: 23%;*/
}

.links-area .list li.dropdown {
    margin: 0 0 0 20px;
    padding: 5px 0;
}

/*.links-area .list li:hover, li:focus {*/
.links-area .list li.active {
    background: rgba(76,79,73,0.95);
}

 /*.links-area .list .megamenu li:hover, li:focus {*/
.links-area .list .megamenu li.active {
     background: transparent;
 }

.links-area .list li a {
    text-decoration: none;
    color: #fff;
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif;
    text-shadow: 3px 4px 10px rgba(184, 175, 57, 0.45);
}

.links-area .list li a.dropdown-toggle {
    padding: 0 5px;
}

.menu-large {
    position: static !important;
}

.menu-small {
    position: static !important;
}

.links-area .megamenu {
    padding: 10px 15px 15px 0;
    background-color: rgba(76, 79, 73, 0.95);
    /*width: 400px;*/
    width: auto;
    /*min-width: 10%;*/
    /*max-width: 100%;*/
    margin: 0;
    border: 0;
}

.links-area .megamenu-1
{

}

.links-area .megamenu-2
{
    width: 360px !important;
}

.links-area .megamenu-3
{
    width: 535px !important;
}

.links-area .mega-menu-column
{
    width: 150px !important;
}

.links-area .megamenu.last {
    /*width: 250px;*/
    position: absolute;
    right: 4px;
}

.links-area .megamenu.last> li {
    margin: 0 0 0 20px;
    /*width: 40%;*/
}

.links-area .megamenu> li > ul {
    padding: 0;
    margin: 0;
}

.links-area .megamenu> li > ul > li {
    list-style: none;
    margin: 0;
}

.links-area .megamenu> li > ul > li > a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #f5f5f5;
    white-space: normal;
    font: 300 14px/16px 'Oswald', Arial, Helvetica, sans-serif;
}

.links-area .megamenu> li ul > li > a:hover, .links-area .megamenu> li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.links-area .megamenu .disabled > a, .links-area .megamenu .disabled > a:hover, .links-area .megamenu .disabled > a:focus {
    color: #999999;
}

.links-area .megamenu .disabled > a:hover, .links-area .megamenu .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.links-area .megamenu .dropdown-header {
    color: #dd9403;
    font-size: 16px;
    white-space: normal !important;
}

.links-area .megamenu .dropdown-menu .divider {
	height: 1px;
	margin: 11px 0 8px 0 !important;
	overflow: hidden;
	background-color: #e5e5e5
}

.navbar-nav .minimenu  {
    padding: 10px 0px 10px 0;
	margin: 0 0 0 -1px;
}

#news .pagination {
    height: 36px;
    margin: 18px 0;
}

#news .pagination ul {
    display: inline-block;
    zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#news .pagination li {
    display: inline;
}

#news .pagination a {
    float: left;
    padding: 0 14px;
	margin: 0 3px;
    line-height: 34px;
    text-decoration: none;
	background-color: #f5f5f5;
	color: #999;
    border: 0;
    border-left-width: 0;
}

#news .pagination a:hover,
#news .pagination .active a {
    background-color: #f5f5f5;
}

#news .pagination .active a {
    color: #efc72c;
	background-color: #fff;
    cursor: default;
}

#news .pagination li:first-child a {
    background-color: #fff;
	color: #efc72c;
	font-weight: 300;
	font-size: 15px;
	text-decoration: underline;
}

#news .pagination li:last-child a {
    background-color: #fff;
	color: #efc72c;
	font-weight: 300;
	font-size: 15px;
	text-decoration: underline;
}

#news .pagination-centered {
    text-align: center;
}

.pagination-centered {
    text-align: center;
}

.navbar-nav .minimenu > li {
    margin: 0 0 0 7px;
}

.navbar-nav .minimenu > li > ul {
    padding: 0;
    margin: 0;
}

.navbar-nav .minimenu > li > ul > li {
    list-style: none;
    margin: 0 !important;
}

.navbar-nav .minimenu > li > ul > li > a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #f5f5f5;
    white-space: normal;
    font: 300 14px/16px 'Oswald', Arial, Helvetica, sans-serif;
}

.navbar-nav .minimenu > li ul > li > a:hover, .navbar-nav .minimenu > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.navbar-nav .minimenu  .disabled > a, .navbar-nav .minimenu  .disabled > a:hover, .navbar-nav .minimenu  .disabled > a:focus {
    color: #999999;
}

.navbar-nav .minimenu  .disabled > a:hover, .navbar-nav .minimenu  .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.box-holder {
    float: left;
    width: 100%;
    position: relative;
}

.carousel {
    position: relative;
    margin: 0 0 -140px;
}

.carousel .carousel-caption {
    bottom: 235px;
    max-width: 700px;
    text-align: left;
    left: 21px;
    color: #fff;
    z-index: 1;
}

.carousel .carousel-indicators {
    bottom: auto;
    top: 175px;
    left: 247px;
    width: auto;
    z-index: 1;
}

.carousel .carousel-indicators li {
    width: 18px;
    height: 18px;
    background: #ecd993;
    border: 0;
}

.carousel .carousel-indicators li.active,
.carousel .carousel-indicators li:hover {
    background: #fff;
}

.carousel h1 {
    margin: 0 0 41px;
    font: 300 64px/66px 'Oswald', Arial, Helvetica, sans-serif;
    text-shadow: 3px 4px 10px rgba(184, 175, 57, 0.45);
}

.carousel h1 span {
    font-weight: 500;
}

.carousel .carousel-caption .btn {
    border: 3px solid #fff;
    font: 700 23px/46px 'Oswald', Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-transform: uppercase;
    padding: 0 28px;
    text-align: center;
    border-radius: 0;
    text-shadow: 3px 4px 10px rgba(184, 175, 57, 0.45);
}

.carousel .btn:hover {
    border: 3px solid #000;
    color: #000;
}

.carousel .carousel-indicators {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel .carousel-indicators li {
    display: inline-block;
    vertical-align: top;
    margin: 3px 1px 0;
}

.carousel .carousel-indicators li a {
    display: block;
    text-indent: 9999px;
    width: 18px;
    height: 18px;
    background: #ecd993;
    border-radius: 100%;
    outline: none;
}

.carousel .carousel-indicators li a:hover,
.carousel .carousel-indicators li.active a {
    background: #fff;
}

.carousel .pagination-holder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.carousel .holder {
    position: relative;
}

.carousel .carousel-control.left {
    background: none;
    float: left;
    margin: 0 10px 0 20px;
}

.carousel .carousel-control {
    top: 175px;
    opacity: 1;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.carousel .carousel-control.right {
    background: none;
    float: left;
    position: relative;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    display: none;
}

.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .glyphicon-chevron-right,
.carousel .carousel-control .icon-prev,
.carousel .carousel-control .icon-next {
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 5;
    margin: 0;
    width: auto;
    height: 24px;
    left: auto;
    right: auto;
}

.carousel .glyphicon-chevron-left,
.carousel .carousel-control.right,
.carousel .carousel-control.left {
    color: #fff;
    line-height: 20px;
    padding: 0 10px 0 0;
}

.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .glyphicon-chevron-right {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #e6cb74;
}

.carousel .carousel-control .icon-prev,
.carousel .carousel-control .glyphicon-chevron-left {
    z-index: 5;
    position: relative;
    display: inline-block;
}

.carousel .carousel-control.right,
.carousel-control .icon-next {
    border-left: 1px solid #f8f0d4;
    padding: 0 0 0 20px;
}

.carousel .glyphicon-chevron-left:hover,
.carousel .glyphicon-chevron-right:hover,
.carousel .carousel-control.right:hover,
.carousel .carousel-control.left:hover {
    border-bottom: 0;
}

.w1 {
    position: relative;
    float: left;
    left: 50%;
    width: 2000px;
}

.w2 {
    position: relative;
    left: -50%;
    float: left;
    width: 2000px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
}

#main {
    margin: 0 0 0 0px;
    position: relative;
    z-index: 1;
    /*border-bottom: 10px solid #e0e0e0;*/
    padding: 0 25px 38px;
    clear: both;
}
main ul.energy-list li:before {
    color: #49705e;
    content: '\2588';
    font-size: 0.5em;
    font-weight: 400;
    display: list-item;
    float: left;
    margin-top: 4px;
    }

main ul.bullet-list li:before {
    color: #49705e;
    content: '\2588';
    font-size: 0.5em;
    font-weight: 400;
    display: list-item;
    float: left;
    margin-top: 0px;
    }

.main-holder:after {
    content: '';
    display: block;
    clear: both;
}

.main-holder {
    max-width: 1069px;
    margin: 0 auto 26px;
    padding: 21px 0 0;
    background: #fff;
}

.img-box {
    overflow: hidden;
    /*width: 331px;*/
    margin: 0 auto;
}

.img-box img {
    display: block;
}

.img-box .img-holder {
    overflow: hidden;
    position: relative;
}

.img-box h2 {
    margin: 0;
    font: 32px/34px 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.img-box h2 a {
    color: #fff;
    text-decoration: none;
}

.img-box a:hover {
    color: #999;
}

.img-box .text {
    overflow: hidden;
    padding: 8px 15px 13px;
    background: #ddd;
    font: 300 30px/30px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #444;
}

.img-box p {
    margin: 0;
}

#main h1 {
    margin: 10px 0 20px;
    font: 300 40px/42px 'Oswald', Arial, Helvetica, sans-serif;
    color: #c48409;
}

#main h2 {
    font-weight: 300;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    margin: 0 0 6px;
    font-size: 32px;
    line-height: 34px;
    color: #41601e;
}

#main h3 {
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif;
    color: #41601e;
    margin: 0 0 6px;
}

#main .head {
    margin-top: 0px;
}

#main .head h3 {
    /*
    font: 300 34px/36px 'Oswald', Arial, Helvetica, sans-serif;
    color: #daae23;
    margin: 0 0 11px;
    */
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif;
    /*color: #41601e;*/
    color: #588028;
    margin: 0 0 6px;
}

#account h1 {
    margin: 10px 0 20px;
    font: 300 40px/42px 'Oswald', Arial, Helvetica, sans-serif;
    color: #daae23;
}

#energy h3 {
    margin: 8px 0 8px;
    font: 300 30px/32px 'Oswald', Arial, Helvetica, sans-serif;
    color: #daae23;
}

/*
#news h3 {
    margin: 8px 0 8px;
    font: 300 30px/32px 'Oswald', Arial, Helvetica, sans-serif;
    color: #efc62c;
}
    */
.head {
    margin-top: 15px;
}


#energy .head {
    margin-top: 15px;
}

#news .head {
    margin-top: 15px;
}

#account .head {
    margin-top: 15px;
}


#right-rail-section h3 {
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif;
    color: #41601e;
    margin: 0 0 6px;
}

#right-rail-section article p {
margin-bottom: 0px;
}

#main h3 {
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif;
    color: #41601e;
    /*color: #588028;*/
    margin: 0 0 6px;
}

#account .head h3 {
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif;
    color: #41601e;
    margin: 0 0 6px;
}

#energy .head h3 {
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif;
    color: #41601e;
    margin: 0 0 6px;
}

#news .head h2 {
    font: 300 32px/34px 'Oswald', Arial, Helvetica, sans-serif;
    color: #41601e;
    margin: 0 0 6px;
}

#news .head h3 {
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif;
    color: #41601e;
    margin: 0 0 6px;
}


.img-head {
	overflow: hidden; 
	margin: 20px 0 0;
}

.img-head h2 {
    margin: 0;
    font: 38px/40px 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding: 5px 0px 5px 0px;
    font-weight: 300;
    left: 5px;
    color: #fff;
}

.img-head h2.news {
	margin: 0;
	font: 42px/44px 'Oswald', Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: -2px;
	padding: 5px 5px 5px 0px;
	font-weight: 300;
	left: 5px;
	color: #fff;
    background: rgba(0,0,0, .6);
}

#main .img-head h2.news {
	margin: 0;
	font: 42px/44px 'Oswald', Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: -2px;
	padding: 5px 5px 5px 0px;
	font-weight: 300;
	left: 5px;
	color: #fff;
    background: rgba(0,0,0, .6);
}

.img-head h2.news {
	text-transform: none;
}

.post-holder {
    overflow: hidden;
    color: #2b2a28;
}

.post {
    overflow: hidden;
    margin: 0 0 29px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.post time {
    color: #262725;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 15px;
}

.post h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
}

.post h4 a {
    text-decoration: none;
    color: #41403d;
}

.post h4 a:hover {
    color: #999;
}

.post p {
    margin: 0 0 9px;
}

.post .more {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.post .more:hover {
    text-decoration: none;
}

.account-holder {
    overflow: hidden;
    color: #2b2a28;
    margin-top: 15px;
}

.news-holder {
    overflow: hidden;
    color: #2b2a28;
}

.news-holder .date {
    font-size: 15px;
	color: #999;
    text-align: left;
}

.energy-holder {
    overflow: hidden;
    color: #2b2a28;
	margin-top: 15px;
}

.energy-holder img {
	margin: 0 5px 0 -4px;
	width: 50px;
}

.element-inline {
	display: inline-block;
	line-height: 1.666;
	margin-top: 30px;
}

ul.energy-list {
	list-style: none;
	padding-left: 0px;
}

ul.bullet-list {
	list-style: none;
	padding-left: 15px;
}
 
ul.energy-list li:before {
	color: #49705e;
 	content: '\2588';
 	font-size: 0.5em;
 	font-weight: 400;
	display: list-item;
	float: left;
	margin-top: 4px
}

ul.bullet-list li:before {
	color: #49705e;
 	content: '\2588';
 	font-size: 0.5em;
 	font-weight: 400;
	display: list-item;
	float: left;
	margin-top: 0px;
}


ul.bullet-list li span {
	margin-left:20px;
	display: block;
	margin-bottom: 10px
}

ul.energy-list li span {
	margin-left:20px;
	display: block;
	margin-bottom: 10px
}

ul.energy-legend {
	list-style: none;
	padding-left: 0px;
	width: 30%;
	display: inline;
}
 
.energy-legend-green li:before {
	color: #49705e;
 	content: '\2588';
 	font-size: 0.5em;
 	font-weight: 400;
	display: list-item;
	float: left;
	margin-top: 4px
}

.energy-legend-green li span {
	margin-left:20px;
	display: block;
	margin-bottom: 10px
}

.energy-legend-orange li:before {
	color: #dd9403;
 	content: '\2588';
 	font-size: 0.5em;
 	font-weight: 400;
	display: list-item;
	float: left;
	margin-top: 4px
}

.energy-legend-orange li span {
	margin-left:20px;
	display: block;
	margin-bottom: 10px
}

.energy-legend-yellow li:before {
	color: #efc72c;
 	content: '\2588';
 	font-size: 0.5em;
 	font-weight: 400;
	display: list-item;
	float: left;
	margin-top: 4px
}

.energy-legend-yellow li span {
	margin-left:20px;
	display: block;
	margin-bottom: 10px
}

.right-rail-section {
	border-left: 1px solid #d7d7d7;
	padding-left: 5px !important;
    padding-right: 15px !important;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}

.right-rail-component {
	/*border-left: 1px solid #d7d7d7;*/
	padding-left: 10px;
    margin-bottom:15px;
}

.helpful-tips-section {
	border-left: 1px solid #d7d7d7;
	padding-left: 10px;
}

.head.helpful-tips-section {
	border-left: 1px solid #d7d7d7;
	padding-left: 10px;
}

/*
#energy .head.helpful-tips-section {
	border-left: 1px solid #d7d7d7;
	padding-left: 10px;
}

#news .head.helpful-tips-section {
	border-left: 1px solid #d7d7d7;
	padding-left: 10px;
}

#account .head.helpful-tips-section {
	border-left: 1px solid #d7d7d7;
	padding-left: 10px;
}
*/

#account .row.resources {
	padding-bottom: 15px;
}

.description {  
    position: absolute; 
    bottom: 0;
    left: 4px;  
    display: inline-block; 
    background-color: black;  
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
	line-height: 1.2em;  
    color: white; 
	text-align: left;
	opacity: .6;
}  

.description_content {  
    padding: 0 5px 0 7px;  
}

.description-link {
    position: absolute;
    bottom: 40px;
    padding: 3px 0;
    left: 4px;
    display: block;
    background-color: black;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    color: white;
    text-align: left;
} 

a.description-link_content {  
    padding: 0 7px;
	text-decoration: none !important;
	cursor: pointer;  
}

.account-tips {
    overflow: hidden;
    color: #2b2a28;
	padding-left: 5px;
    padding-right:20px;
	padding-bottom: 10px;
	/*max-width: 270px;*/
}

.account-text {
    overflow: hidden;
    margin: 0 0 29px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.account-text h5 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 24px;
}

.energy-text {
    overflow: hidden;
    margin: 0 0 29px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.energy-text h5 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 24px;
}

.energy-text p {
	margin: 0;
	padding-top: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight:300;
}

.lighter {
	color: #232323;
	font-weight:lighter;
}

    .lighter a
    {	
        /*color: #232323;*/
	    font-weight:lighter;
        text-decoration: none;
        
    }

.normal-link {
	font-weight: 400;
}

.normal {
	color: #000;
	font-weight: 400;
}
.darker {
	font-weight: bolder;
}

.pad-right {
	padding-right: 10px;
}

.pad-right-more {
	padding-right: 15px;
}

.margin-top {
	margin-top: 10px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.title-border {
	border-bottom: 1px solid #d7d7d7;
	padding-left: 0px !important;
}

.account-text h5 span {
	margin: 0 0 9px;
	font-size: 14px;
	line-height: 16px;
}

.account-tips h5 {
	color: #232323;
	font-size: 14px;
	line-height: 16px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.account-text .more {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
	border: 1px solid #daae23;
	margin-left: 4px !important;
	margin-right: 5% !important;

}

.news-holder .more {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;

}


.account-text .more span {
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.account-text .more span.link{
	vertical-align:bottom !important;
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: right;
}

.account-text .more:hover {
    text-decoration: none;
}

.col-md-6.inline-block {
	display: inline-block;
}

#footer {
    overflow: hidden;
    background: #707070;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2) inset;
    padding: 33px 0 19px;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#footer .contact-area {
    overflow: hidden;
}

#footer .text-holder {
    overflow: hidden;
    margin: 0 0 35px;
}

#footer h4 {
    margin: 0 14px 4px 0;
    color: #fff;
    text-transform: uppercase;
    font: 20px/22px 'Oswald', Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
}

#footer p {
    margin: 0;
}

#footer p a {
    text-decoration: none;
    color: #fff;
    pointer-events: none;
}

#footer .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

#footer .social-networks li {
    padding: 0 4px;
}

#footer .copyright {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: #666;
}

#footer .copyright a {
    text-decoration: none;
    color: #666;
}

#footer .copyright a:hover {
    color: #efc72c;
}

#footer .social-networks a {
    display: block;
    background: url(../images/sprite.png) no-repeat -5px -54px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

#footer .social-networks .facebook {
    background-position: -46px -53px;
}

#footer .social-networks .youtube {
    background-position: -87px -53px;
}

#footer .social-networks a:hover {
    opacity: 0.7;
}

#footer .info-links {
    float: right;
}

.info-links .links {
    margin: 0;
    width: 171px;
    padding: 0 0 0 20px;
    float: left;
}

#footer .links li {
    display: block;
}

#footer .links:first-child li a {
    color: #fff;
}

#footer .links li a {
    color: #dedede;
    text-decoration: none;
    font: 600 15px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}

#footer .links li a:hover {
    color: #efc72c;
}

@-moz-document url-prefix() {
    .search-form fieldset,
    .sign-in fieldset {
        display: table-cell;
    }
}

@media only screen and (max-width: 1400px) {
	.tickercontainer {
		width: 86%
	}
}
@media only screen and (max-width: 1250px) {
	.tickercontainer {
		width: 84%
	}
}
@media only screen and (max-width: 1165px) {
	.tickercontainer {
		width: 82%
	}

    .img-box
    {
        width: 290px;
    }

    .main-holder
    {
        width: 95% !important;
    }
}
@media only screen and (max-width: 1010px) {
	.tickercontainer {
		width: 80%
	}

    .links-area .megamenu-3
    {
        right: 4px;
    }
}
@media only screen and (max-width: 960px) {
	.tickercontainer {
		width: 78%
	}

    img-box
    {
        width: 225px;
    }
}
@media only screen and (max-width: 853px) {
	.tickercontainer {
		width: 76%
	}
}
@media only screen and (max-width: 722px) {
	.tickercontainer {
		width: 75%
	}
}
@media only screen and (max-width: 661px) {
	.tickercontainer {
		width: 73%
	}
}
@media only screen and (max-width: 629px) {
	.tickercontainer {
		width: 71%
	}
}
@media only screen and (max-width: 581px) {
	.tickercontainer {
		width: 69%
	}
}
@media only screen and (max-width: 531px) {
	.tickercontainer {
		width: 66%
	}
}
@media only screen and (max-width: 500px) {
	.tickercontainer {
		width: 63%
	}
}
@media only screen and (max-width: 467px) {
	.tickercontainer {
		width: 60%
	}
}
@media only screen and (max-width:1200px) {
    body {
        min-width: 320px;
    }

    #header .navbar-nav {
        text-align: left;
        width: 100%;
    }

    #header .navbar-nav li {
        display: inline-block;
        vertical-align: top;
    }

    .links-area .list li a {
        font-size: 20px;
        line-height: 22px;
    }
	
	#header .navbar-nav .minimenu  li {
        float: none;
        display: block;
        vertical-align: top;
        float: none;
    }
	
    .logo-holder {
        margin-bottom: -149px;
    }

    .search-form {
       /*float: none;*/
        margin: 0 auto;
    }

    .main-holder
    {
        width:990px;
    }
    .img-box {
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width:999px) {
    .logo-holder {
        margin-bottom: -170px;
    }

    .logo img
    {
        width: 200px;
    }
    .links-holder {
        margin: 4px 0 20px;
        text-align: center;
    }

    .links-holder .link {
        float: right;
        margin: 0 10px 10px 0px;
    }

    .links-area .megamenu .dropdown-header {
        white-space: normal;
        line-height: 1.2;
    }

    .links-area .list.list-inline li:nth-child(3) .megamenu {
        /*width: 300px;*/
    }

	.energy-holder img {
		width: 40px;
	}
	
	.element-inline {
		margin-top: 0px;
		padding-left: 0 !important;
	}
	
	#energy-tabs .nav>li>a {
		padding: 5px 5px;
		font-weight:300;
		font-size: 14px;
		line-height: 18px;
	}
	
	.links-area .megamenu .menu-margin-right {
		margin: 0 0 0 20px;
	}
	
    .links-holder .sign-in {
        float: right;
        margin: 0 auto;
    }

    .links-area .list li {
        margin: 0 10px 0 0;
    }

    .link li .btn
    {
        padding: 0 10px;
        font: 700 15px/38px 'Oswald', Arial, Helvetica, sans-serif;
    }

    .links-area .list li a {
        font-size: 14px;
        line-height: 16px;
    }

    .carousel .carousel-caption {
        bottom: 180px;
    }
	
	#header .navbar-nav li {
    	margin: 0;
	}
	
	#header .navbar-nav li.menu-small a {
		padding: 2px 16px;
		font-size: 12px;
		margin: 0;
	}
}

@media only screen and (min-width:768px) {
    .links-holder .sign-in .slide,
    .search-form .slide {
        height: auto !important;
    }
}

@media only screen and (max-width:767px) {
    #header .navbar-default .navbar-toggle {
        border: #fff;
        right: 11px;
    }

    #header .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    #header .navbar-toggle .icon-bar {
        height: 3px;
        width: 30px;
    }

    #header .navbar {
        margin: 0;
    }

    #header .navbar-default .navbar-toggle:hover,
    #header .navbar-default .navbar-toggle:focus {
        background: #d8cca9;
    }

    #header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    .search-form .slide.js-slide-hidden,
    .sign-in .slide.js-slide-hidden {
        position: absolute !important;
    }
	
    .home-header-bg {
    background-color: #65804B;
    }

    #header {
        background: #41601e url(../images/bg-header.png) repeat-x;
        padding: 0 10px 0;
        position: relative;
        height: 93px;
    }

	main #right-rail-section {
		border-left: 0;
		padding-left: 4px;
        padding-right: 20px;
		right: 0;
		position: relative;
	}

	#energy .head.helpful-tips-section {
		border-left: 0;
		padding-left: 4px;
		right: 0;
		position: relative;
	}

	#news .head.helpful-tips-section {
		border-left: 0;
		padding-left: 4px;
		right: 0;
		position: relative;
	}

	#account .head.helpful-tips-section {
		border-left: 0;
		padding-left: 4px;
		right: 0;
		position: relative;
	}

    .links-area .megamenu.last> li {
        margin: 0 0 0 15px;
    }
    
    .links-area .megamenu .menu-margin-right {
        /*margin: 0 3px 0 12px;*/
    } 
    
    .links-area {
        float: left;
    }
    
    .links-area .megamenu.last {
        right: 0;
    }
	
	ul.energy-legend {
		width: 28%;
	}
	
    .search-form input[type="submit"] {
        background: url(../images/sprite.png) no-repeat -61px -5px;
        width: 29px;
        height: 36px;
    }

    .search-form .slide {
        position: absolute;
        right: 0;
        top: 54px;
    }

	.account-tips {
		max-width: 100%;
	}

    .sign-in .slide {
        position: absolute;
        top: 0;
		 right: 0;
        left: 0;
    }

    .search-form {
        min-width: 50px;
        width: auto;
        background: none;
        position: absolute;
        right: 69px;
        top: 22px;
        z-index: 200;
    }

    .nav-area {
        float: right;
        width: auto;
    }

    .form {
        width: auto;
        float: right;
    }

    #header .navbar-nav li {
        display: block;
        margin: 0;
    }

    .logo-holder {
        margin: 0;
    }

    .w1,
    .w2 {
        float: none;
        left: 0;
        width: inherit;
    }

    .logo {
        float: left;
        left: 16px;
        position: absolute;
        top: -115px;
    }

    #header .nav-area {
        position: absolute;
        right: 0;
        top: 18px;
        width: auto;
        z-index: 11;
    }

    #header .navbar-nav {
        background: rgba(0, 0, 0, 0.8);
        padding: 10px 0;
    }

    #header .navbar-nav li.menu-small a {
        display: block;
        margin: 0;
        text-align: right;
		font-size: 14px;
    }

    #header .navbar-nav li a:hover {
        background: #fcaf17;
        color: #000;
    }

    .sign-in input[type="submit"] {
        font-size: 14px;
        line-height: 30px;
        width: 69px;
        height: 35px;
    }

    .sign-in input[type="button"] {
        font-size: 18px;
        line-height: 36px;
        width: auto;
        height: 35px;
        padding: 0 12px;
    }

    .links-holder {
        margin: 0 10px;
        padding-top: 15px;
    }

    .link li .btn {
        padding: 0 12px;
        font-size: 18px;
        line-height: 36px;
    }

    .link li {
        margin: 0 12px 0 2px;
    }

    .carousel h1 {
        font-size: 23px;
        line-height: 26px;
        margin: 0 0 18px;
    }

    .carousel .btn {
        font-size: 16px;
        line-height: 32px;
        padding: 0 22px;
    }

    .carousel .carousel-caption {
        padding: 0;
        bottom: 50px;
        max-width: 250px;
        left: 28px;
    }

	#energy .margin-top-override-xs {
		margin-top: 0;
	}
	
	#news .margin-top-override-xs {
		margin-top: 0;
	}
	
	.margin-bottom-override-xs {
		margin-bottom: 0;
	}
	
    .carousel {
        margin: 0;
    }

    .carousel .carousel-indicators {
        left: 29px;
        top: 15px;
    }

    .carousel .carousel-indicators li {
        width: 11px;
        height: 11px;
        margin: 0;
    }

    .main-holder {
        margin: 0 3.2% 10px;
    }

    .img-box {
        width: 100%;
        margin: 0 0 20px;
    }

    .img-box img {
        width: 100%;
        margin: 0 auto;
    }

    .img-box h2 {
        padding: 18px 20px 14px;
    }

    .img-box .text {
        padding: 22px 61px 27px 21px;
    }

    .spacer {
        margin: 0 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .post-holder .view {
        font: 700 13px/35px 'Open Sans', Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        background: #efc72c;
        padding: 0 10px;
        color: #fff;
        display: inline-block;
        width: 197px;
        margin: 0 auto 40px;
        vertical-align: top;
        text-align: center;
    }

    .post-holder .view:hover {
        background: #fc9;
    }

    #main .head h3 {
        padding: 28px 0 18px;
        margin: 0;
        color: #75a340;
        font-size: 37px;
        line-height: 39px;
        border-top: 1px solid #e0e0e0;
    }

    #main .head img {
        display: block;
        width: 100%;
        height: auto;
    }

    #main .img-responsive-container img
    {
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }

    .text-frame {
        padding: 0 3%;
    }

    .links-holder .sign-in {
        position: relative;
        min-width: 69px;
        display: inline-block;
		 margin: 0 auto;
        top: -4px;
        /*width: auto;*/
        z-index: 10;
    }

    #footer {
        padding: 33px 5% 19px;
    }

    #footer .text-holder {
        margin: 0 0 31px;
    }

    #footer .info-links {
        margin: 0 0 10px;
    }

    #header .navbar-collapse {
        margin: 0;
    }

    #footer .info-links {
        float: left;
    }

    .info-links .links {
        padding: 0 20px 0 0;
    }

    .sign-in input[type="text"] {
        height: 36px;
    }

    .logo-holder {
        position: static;
    }

    .search-form input[type="search"] {
        padding: 5px 10px 3px;
    }

    #footer p a {
        pointer-events: inherit;
    }
}

@media only screen and (width: 656px) {
    .logo {
        top: -130px;
    }
}
@media only screen and (min-width: 650px) and (max-width: 660px) {
    .logo {
        top: -115px;
    }
}

@media only screen and (max-width: 649px) {
    .logo {
        top: -70px;
    }
}

@media only screen and (max-width: 620px) {
    .logo-spacer
    {
        margin-top: 0px;
    }

    .list-inline li {
        width:100%;
        margin-top: 10px;
    }

    .links-holder
    {
        padding-top: 0px;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 560px) {
    .logo {
        top: -70px;
    }
}

@media only screen and (max-width:479px) {
    #header {
        height: 79px;
    }

    .logo {
        top: -60px;
    }
	
	.logo img {
		width: 80%;
	}
	
	.hidden-xxs {
		display: none;
	}
	
    .links-holder .sign-in {
        /*top: -45px;*/
    }
    
	#header .navbar-nav li.menu-small a {
		padding: 2px;
		font-size: 12px;
	}
	
	#energy-tabs .nav>li>a {
		padding: 2px;
		font-size: 10px;
	}
	
    .account-text .more span {
		font-weight: 300;
		font-size: 14px;
		line-height: 16px;
    }
	
    .search-form {
        top: 83px;
    }

    .search-form .slide {
        left: -166px;
        right: auto;
    }

    .sign-in .slide {
        right: auto;
        left: 0;
    }

    .sign-in input[type="text"] {
        background: #e9d79d;
    }

    .search-form {
        z-index: 5;
    }

    .link li .btn {
        font-size: 16px;
        line-height: 32px;
        padding: 0 10px;
    }

    .links-holder {
        /*margin: 12px 0 4px;*/
    }

    .carousel .carousel-caption {
        bottom: 4px;
    }

    .carousel h1 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .carousel .carousel-caption .btn {
        font-size: 12px;
        line-height: 24px;
        padding: 0 12px;
    }

    .carousel .carousel-indicators {
        top: 6px;
    }

    .info-links .links {
        padding: 0 0 10px;
        width: 100%;
    }

    #header .navbar-collapse {
        margin: 0;
    }

    #header .navbar-nav li.menu-small a {
        padding: 5px 0;
        margin: 0;
        text-align: center;
    }

    #header .nav-area {
        width: 100%;
    }

    .post h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width:399px)
{
    .logo
    {
        top: -60px;
    }
}
/*Forms styling*/

.scfSectionLegend
{
    padding: 0px 0px 0px !important;
    color: #588028 !important;
    margin: 0px 0px 6px 0px !important;
    font-weight: normal !important;
    font: 300 24px/26px 'Oswald', Arial, Helvetica, sans-serif !important;
}

.scfRequired
{
    display:none !important;
}

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, 
.scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, 
.scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, 
.scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, 
.scfTelephoneLabel, .scfSmsTelephoneLabel
{
    float:none !important;
    width: 100% !important;
    margin: 2px 0px 2px 0px !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #777c72 !important;
    font-weight: normal !important;

}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel,
.scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel,
.scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel,
.scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel,
.scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel,
.scfSmsTelephoneGeneralPanel
{
    width:100% !important;
    margin-bottom: 5px !important;
}

.scfSectionBorderAsFieldSet
{
    border-top: none !important;
    margin: 0px 0px 0px 0px !important;
}

legend
{
    border-bottom: 0px !important;
    
}

.scfForm input, .scfForm select, .scfForm textarea
{
    background-color: #eee;
    border: 0px;
    padding: 0px 10px 0px;
    outline: none;
    color: #6b6c62;
    font: 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;  
}

.scfForm input, .scfForm select
{
    height: 30px;
}

.scfDatePickerTextBox
{
    max-width: 200px !important;
}

.scfDatePickerGeneralPanel .ui-icon
{
    background-image: none !important;
}

.scfSubmitButtonBorder input[type="submit"]
{
    margin: auto auto 45px 15px !important;
    border: 0 !important;
    background: #fcaf17 !important;
    color: #fff !important;
    font: 16px/39px 'Oswald', Arial, Helvetica, sans-serif !important;
    height: 39px !important;
    width: 79px !important;
    text-align: center !important;
    padding: 0 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

.scfCheckBoxList label
{
    /*font: 600 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;  */
    margin-left: 10px !important;
    padding-top:15px !important;

    font-size: 16px !important;
    line-height: 18px !important;
    color: #777c72 !important;
    font-weight: normal !important;
}

.scfDropListGeneralPanel
{
    width: 100% !important;
}

.scfRadioButtonListGeneralPanel label
{
    color: #777c72;
    /*font: 600 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;  */
    margin-left: 10px;
    padding-top:15px;

    font-size: 16px !important;
    line-height: 18px !important;
    color: #777c72 !important;
    font-weight: normal !important;
}

input[type="radio"]
{
    margin: 0px, 0px, 0px, 0px !important;
}

.scfFooterBorder
{
    margin-left:15px;
}
/* input box
  
*/