.TitleImage img {
  width: 100%;
  height: auto;
}
.percent:after
{
    content:'%';
}
.money:before
{
    content:'$';
}

.gallons:after
{
    content:' gallons';
}

.tons:after
{
    content:' metric tons';
}

.custom-blue-button {
background-color:#016ac0;
color:#ffffff;
padding:10px;
margin:25px 0px;
display:inline-block;
border-radius: 5px;
}

.custom-blue-button:hover{

color:#ffffff !important;

}

.custom-blue-button:focus{

color:#ffffff !important;

}


.myModal-custom .modal-body {

		background: url("/images/upgrade-save-no-people.jpg") no-repeat right center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size:cover;
		background-attachment:fixed;


}

.myModal-custom .modal-body p{
color:#FFFFFF;
font-size:22px;
line-height: 28px;

}

.myModal-custom .modal-body a{
color:#FFFFFF;
text-decoration: underline;
font-size:22px;
}

.myModal-custom .modal-body span{
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
}


.dark-blue {

/*background: rgba(7, 32, 46, .8);*/

}



a.button-inverse {
    border: 2px solid #FFFFFF;
    color: #ffffff !important;
    background-color: #d51820;
    text-decoration: none;
    font-weight: 900;
    padding: 15px;
    display:inline-block;
    margin-top:30px;
    text-decoration: none !important;
}


.silohuettes-small {

height: 25px;

}





.well.customcontainer > h1 {
text-align:center;
color:#808080;
}

.stats-square-box {
background-color: #FFFFFF;
margin-bottom:10px;
padding:20px;
border-radius: 5px;
text-align:center;
color:#808080;
font-size:18px;
}


.stats-square-box > h3{
font-size:40px;
}

.well.custom {
font-size:18px;
}

.well.custom form {
margin:0px;
}



.well.blue {
border-radius: 5px;
background-color:#008fd5;
color:#FFFFFF;
font-size:25px;
margin-top:0px;
}
.well.blue input[type=text], select {

margin-top:10px;
}


.well.white {
padding-top:30px;
border-radius: 5px;
background-color:#ca042b;
color:#FFFFFF;
font-size:25px;
margin-top:0px;
border: 2px solid #FFFFFF;
}
.well.white input[type=text], select {

margin-top:10px;
}


.stats-box-rectangular {

  text-align:center;
  height: 250px;
  background-color: #FFFFFF;
  color:#016ac0;
  /* border-radius: 3%;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size:20px;
  border: 5px solid #016ac0;

}

.stats-box-rectangular.white {


  background-color: #016ac0;
  color:#FFFFFF;
  border: 5px solid #FFFFFF;

}

.stats-box-rectangular.white h1{
color:#FFFFFF;

}




.stats-box-rectangular .insidebox {

position: relative;
top: 15px;

}




.stats-box {

  text-align:center;
  height: 200px;
  width: 200px;
  background-color: #FFFFFF;
  color:#016ac0;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size:20px;
  border: 5px solid #016ac0;

}

.stats-box.white {


  background-color: #016ac0;
  color:#FFFFFF;
  border: 5px solid #FFFFFF;

}

.stats-box.white h1{
color:#FFFFFF;

}




.stats-box .insidebox {

position: relative;
top: 45px;

}


.anchor::before {
  content:"";
  display:block;
  height:250px; /* fixed header height*/
  margin:-250px 0 0; /* negative fixed header height */
}

.my-account2 {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	margin-right: 10px;
	margin-top: 0px;
	line-height: 30px;
	background-color:#016ac0;
	padding:0px 10px;
	border-radius: 3px;
	/*margin-bottom:5px;*/
	}
.my-account2 a { color: #ffffff;}
.my-account2 a:hover { color: #ffffff;}


#sidebar-column, #main-column { margin-left: 0; display: block;}
/* http://stackoverflow.com/questions/9386441/in-twitter-bootstrap-2-how-can-i-get-right-columns-to-move-to-the-top-when-shri */


.phonenumbers {
	text-align: right;
	font-size: 24px;
	display: block;
	}
@media (max-width: 979px) {
	.phonenumbers {
		text-align: right;
		font-size: 22px;
		display: block;
		}
	}

@media (max-width: 767px) {
	.right-header-div {
		margin-top:0px !important;
		}
	}

.quotemark {
	font-size: 15em;
	color: rgba(255,255,255,0.5);
	font-family: "Times New Roman", Times, serif;
	margin-top: 50px;
	}

.searchResult span {
   /*color:red;*/
   background: none !important;
}

.subnav-style > a::after {
	font-family: FontAwesome;
   	content: "\f054";
   	color: #016ac0 !important;
   	padding-left: 10px;
	}


.main-content {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	}

.subpage-title-link a {
	border-left: 4px solid #016ac0;
	display: inline-block;
	padding: 10px;
	color: #363636;
	}

.top-fade-header {
	background: -webkit-linear-gradient(left, #016ac0, #fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #016ac0, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #016ac0, #fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(right, #016ac0, #fff); /* Standard syntax */
  	background-image: linear-gradient(to right, #016ac0, #fff); /* IE 11... */
  	height: 30px;
  	}
  	.fade-links a {
  		color: #363636;
  		padding: 5px 10px 5px 5px;
  		display: inline-block;
  		float: right;
  		font-family: 'Lato', sans-serif;
  		font-weight: 900;
  		font-size: 1em;
  		border-bottom: 3px solid #fff;
  		}
  		.fade-links a:hover {border-bottom: 3px solid #333;}

		@media (max-width: 979px) {
			.fade-links a { padding: 3px; font-size: 1em; line-height: 20px;}
			}

.top-white-header {
	background-color: #fff;
	min-height: 80px;
	}

.top-gray-menu {
	background-color: #ebebeb;
	border-top: 1px solid #d5d5d5;
	box-shadow: 0px 3px 5px #363636 !important;
	min-height: 30px;
	position: relative;
	}

.logo {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-fade-buttons {
	background: -webkit-linear-gradient(#016ac0, #fff, #fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#016ac0, #fff, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#016ac0, #fff, #fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#016ac0, #fff, #fff); /* Standard syntax */
  	background-image: linear-gradient(#016ac0, #fff, #fff); /* IE 11... */
  	min-height: 100px;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	border-bottom: 1px solid #d5d5d5;
  	}

.gray-buttons-home {
	background-color: #f9f9f9;
	padding-top: 30px;
	padding-bottom: 30px;
  	border-bottom: 1px solid #d5d5d5;
	}

/*.gray-buttons-home a {
	color: #333333 !important;
	font-weight: 900;
	}
	.gray-buttons-home a:hover {
		color: #666666 !important;
		}*/
.gray-button-style {
	background: -webkit-linear-gradient(#f9f9f9, #d9eaf7); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#f9f9f9, #d9eaf7); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#f9f9f9, #d9eaf7); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#f9f9f9, #d9eaf7); /* Standard syntax */
  	background-image: linear-gradient(#f9f9f9, #d9eaf7); /* IE 11... */
  	border-bottom: 6px solid #016ac0;
  	margin: 20px;
  	padding-top: 20px;
  	border-left: 1px solid #016ac0;
  	border-right: 1px solid #016ac0;
  	border-top: 1px solid #016ac0;
  	color: #333333 !important;
	font-weight: 900;
  	}
.gray-button-style:hover {
		background: -webkit-linear-gradient(#d9eaf7, #f9f9f9); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#d9eaf7, #f9f9f9); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#d9eaf7, #f9f9f9); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#d9eaf7, #f9f9f9); /* Standard syntax */
		background-image: linear-gradient(#d9eaf7, #f9f9f9); /* IE 11... */
		border-bottom: 3px solid #231f20;
		border-left: 3px solid #231f20;
		border-right: 3px solid #231f20;
		border-top: 3px solid #231f20;
		}
.gray-button-style img { height: 100px; width: 100px;}
.gray-button-style h2 { height: 60px; margin-bottom: 0px; margin-top: 10px; display: table-cell; vertical-align: middle; text-transform: uppercase; color: #363636; font-weight: 900; line-height: 20px;}

.no-color-buttons-well {
	background-color: #f9f9f9;
  	border: 1px solid #d5d5d5;
  	padding:10px;
	}


.no-color-buttons-home {
	background-color: #f9f9f9;
	padding-top: 30px;
	padding-bottom: 30px;
  	border-bottom: 1px solid #d5d5d5;
  	border-top: 1px solid #d5d5d5;
	}



.no-color-button-style {
	background-color:#FFFFFF;
  	border-bottom: 6px solid #016ac0;
  	margin: 20px;
  	padding-top: 20px;
  	border-left: 1px solid #016ac0;
  	border-right: 1px solid #016ac0;
  	border-top: 1px solid #016ac0;
  	color: #333333 !important;

  	}
.no-color-button-style:hover {
		background-color:#FFFFFF;
		border-bottom: 3px solid #d31d29;
		border-left: 3px solid #d31d29;
		border-right: 3px solid #d31d29;
		border-top: 3px solid #d31d29;
		}
.no-color-button-style img { }












.red-button-style {
	background: -webkit-linear-gradient(#f9f9f9, #d9eaf7); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#f9f9f9, #d9eaf7); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#f9f9f9, #d9eaf7); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#f9f9f9, #d9eaf7); /* Standard syntax */
  	background-image: linear-gradient(#f9f9f9, #d9eaf7); /* IE 11... */
  	border-bottom: 6px solid #016ac0;
  	margin: 20px;
  	padding-top: 20px;
  	border-left: 1px solid #016ac0;
  	border-right: 1px solid #016ac0;
  	border-top: 1px solid #016ac0;
  	color: #333333;
	font-weight: 900;
	}
  	.red-button-style:hover {
		background: -webkit-linear-gradient(#990000, #660000); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#990000, #660000); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#990000, #660000); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#990000, #660000); /* Standard syntax */
		background-image: linear-gradient(#990000, #660000); /* IE 11... */
		border-bottom: 3px solid #990000;
		border-left: 3px solid #990000;
		border-right: 3px solid #990000;
		border-top: 3px solid #990000;
		color: #fff !important;
		}
  	.red-button-style img { height: 100px; width: 100px;}
  	.customer-image {border:0 !important;}
  	img.customer-image { background-image: url("/images/customer-blue.png"); border: 0 !important; height: 100px; width: 100px;}

  	.red-button-style:hover img.customer-image { background-image: url("/images/customer-white.png"); border: 0; height: 100px; width: 100px; display: none;}

  	.red-button-style h2 { height: 60px; margin-bottom: 0px; margin-top: 10px; display: table-cell; vertical-align: middle; text-transform: uppercase; color: #363636; font-weight: 900; line-height: 20px;}
  	.red-button-style:hover h2 {color: #fff !important;}

  .red-main {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ca042b;
	color:#FFFFFF;
	}

   .red-main a{

	color:#FFFFFF;
	}

.blue-title {
  background-color: #016ac0;
  padding: 5px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #004d6a;
}
 /*016ac0*/
 .blue-main {
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-color: #004d6a;*/
	color:#FFFFFF;
  background: -webkit-linear-gradient(left, #0064b3, #00a0e9, #00a0e9, #0064b3);
  background: -o-linear-gradient(right, #0064b3, #00a0e9, #00a0e9, #0064b3);
  background: -moz-linear-gradient(right, #0064b3, #00a0e9, #00a0e9, #0064b3);
  background: linear-gradient(right, #0064b3, #00a0e9, #00a0e9, #0064b3);
  background-image: linear-gradient(to right, #0064b3, #00a0e9, #00a0e9, #0064b3);
	}

  .blue-main a{

	color:#FFFFFF;
	}

  .white-main-home {
  	padding-top: 30px;
  	padding-bottom: 30px;
    margin-top: -50px;
  	}
.white-main {
	padding-top: 30px;
	padding-bottom: 30px;
	}
.home-articles {
	padding-top: 30px;
	padding-bottom: 30px;
	}

.subpage-title { height: 115px;}
	.subpage-title h2 {color: #fff; font-weight: 900; text-transform: uppercase; margin-top: 28px;}

.well-blue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  background: #016ac0;
  /*margin-top:30px;*/
  color: #fff !important;
  padding: 15px;
}
	.well-blue h1, .well-blue h2, .well-blue h3 {color: #fff !important; margin-top: 0;}
	.well-blue a { color: #fff; text-decoration: underline;}

.well-outline {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  background: #f9f9f9;
  /*margin-top:30px;*/
  padding: 15px;
  border: 1px solid #d5d5d5;
}




.youtube {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube iframe, .youtube object, .youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*FIRST LEVEL SIDEBAR NAV */
.sidebar ul li a {
  color: #222;
  padding: 10px 10px 10px 10px;
  line-height: 20px;
  		border-bottom: 3px solid #FFF;/* TESTING - REMOVE IF NOT WANTED */

}
	.sidebar ul li a:hover {
			/*text-decoration:underline; PUT THIS BACK IF NOT WANTED*/
					border-bottom: 3px solid #000;/* TESTING - REMOVE IF NOT WANTED */

}

.sidebar ul li {
	line-height: 30px;
	padding-left: 10px;
			border-bottom: 3px solid #fff;/* TESTING - REMOVE IF NOT WANTED */

}

.sidebar ul li.active a {
	color: #fff;
	background: #016ac0;
	font-weight: bold;
}

.sidebar ul li.active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4FAA57;
  		/*text-decoration:underline; TESTING - REMOVE IF NOT WANTED */
  				border-bottom: 3px solid #000;/*TESTING REMOVE IF NOT WANTED */


}

.sidebar ul li a {
	color: #222;
}

/*SECOND LEVEL SIDEBAR NAV */

.sidebar ul li li::before {
content: '●';
    position: absolute;
    /*left: -14px;*/
    left: 20px;
    top: 5px;
    }
.sidebar ul li li {
	/*list-style-position: inside;*/
	margin-left: -20px;
	list-style-type: none;
	list-style-color: #222;
	background-color: #fff;
    position: relative;
	}


.sidebar ul li li.nav-selected {
	color: #fff;
	}

.sidebar ul li li a {
	margin-left: 0px;
	display: block;
	padding-left: 30px;
	background: transparent;
	color: #222 !important;
	border-bottom: 3px solid #fff;
	}
	.sidebar ul li li.nav-selected > a {
		background-color: #016ac0;
		list-style-color: #fff;
		color: #fff !important;
				border-bottom: 3px solid #000;
		}
		.sidebar ul li li.nav-selected > a:hover {color: #333 !important;}

.sidebar ul li li:hover {
	/*color: #333;*/
	}
	.sidebar ul li li a:hover {
			background-color: #ebebeb !important;
	color: #333;

		/*text-decoration:underline; TESTING - REMOVE IF NOT WANTED */
		border-bottom: 3px solid #000;
		}

/*THIRD LEVEL SIDEBAR NAV */

/*.sidebar ul li li li {
	margin-left: -10px;
	list-style-position: inside;
	list-style-type: disc;
	color: #333;
	}
	.sidebar ul li li li:hover {
	color: #333 !important;
	}
	.sidebar ul li li li a {
		margin-left: -20px;
		display: block;
		padding: 5px 10px;
		}
		.sidebar ul li li li a:hover {
		background-color: #ebebeb !important;
		color: #333 !important;
		}*/


.sidebar ul li li li::before {
content: '●';
    position: absolute;
    /*left: -14px;*/
    left: -5px;
    top: 5px;
    }
.sidebar ul li li li {
	margin-left: 10px;
	/*list-style-position: inside;
	list-style-type: disc;*/
	    list-style-type: none;
    position: relative;
	color: #333;
	}
	.sidebar ul li li li:hover {
	color: #333 !important;
	}
	.sidebar ul li li li a {
		margin-left: -20px;

		display: block;
		padding: 10px 20px;
		}
		.sidebar ul li li li a:hover {
		background-color: #ebebeb !important;
		color: #333 !important;
		}

/* -------------------------------------------------------------------------------- */
/* FOOTER STYLES  */
/* -------------------------------------------------------------------------------- */

.footer-blue {
	background-color: #016ac0;
	color: #fff;
	padding-top:30px;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	}
	.footer-blue a {color: #fff; text-decoration: none;}
	.footer-blue a:hover {color: #ebebeb; text-decoration: none;}

.footer-gray {
	background-color: #363636;
	color: #666666;
	min-height:300px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.footer-gray a { color: #666666; font-weight: normal;}
	.footer-gray a:hover { color: #016ac0;}


.footer-black {
	background-color: #000000;
	color: #FFFFFF;
	min-height:300px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.footer-black a { color: #FFFFFF; font-weight: normal;}
	.footer-black a:hover { color: #016ac0;}


.container input[type=checkbox] {
    -webkit-appearance:none;
    width:18px;
    height:18px;
    background:white;
    border-radius:0px;
    border:1px solid #666;
	-ms-transform: scale(1); /* IE */
	-moz-transform: scale(1); /* FF */
	-webkit-transform: scale(1); /* Safari and Chrome */
	-o-transform: scale(1); /* Opera */
	padding: 10px;
}
.container input[type=checkbox]:checked {
    background: #016ac0;
}

.ezPayBox {
    border:2px solid #117700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding:15px;
    background-color:#ebf7e9;
}



/* -------------------------------------------------------------------------------- */
/* DASHBOARD STYLES  */
/* -------------------------------------------------------------------------------- */


.dash-btn {
    padding: 7px;
	-webkit-box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-box-shadow: 0px 6px 4px rgb(112,112,112);
	box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#e6e6e6));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e6e6e6',GradientType=0 );
	width:130px;
	height:130px;
	margin-top:7px;
}

.dash-btn-user {
    padding: 7px;
	-webkit-box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-box-shadow: 0px 6px 4px rgb(112,112,112);
	box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#e6e6e6));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e6e6e6',GradientType=0 );
	width:120px;
	height:120px;
	margin-top:7px;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
}

a.naviLinks
{
color: #FFFFFF;
text-decoration:none;
font-size:13px;

}
