/* ######################################## */
/* #### SUB NAVIGATION STYLES ############# */
/* ######################################## */

.nav-selected a {
  color: #fff !important;
  font-weight: bold;
  background-color: #057432;
}

.nav-selected a:hover {
  background-color: #5c9945 !important;
}

.helpyoucontainer {

    border-bottom: 10px solid #1b1f41;

}


.helpyou {

    text-align:center;
    color:#fff;
    padding:20px;
    font-weight:bold;
    font-size: 18px;
    background:
        linear-gradient(-135deg, #ec0928 5px, transparent 0) 0 5px,
        linear-gradient(135deg, #ec0928 5px, #fff 0) 0 5px;
    background-color: #ec0928;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;

}


.sidebar a {

}


.sidebar ul {
	/*border-top: 5px solid #cacaca;
	border-bottom: 5px solid #cacaca;*/
	background-color: #f9f9f9;
	}
	.sidebar ul li {
		margin-left: -10px !important;
		}

/*FIRST LEVEL SIDEBAR NAV */
.sidebar ul li a {
  color: #231f20;
  font-weight: bold;
  padding: 20px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  display: block;
  position: relative;
}

.sidebar ul li a:hover {
	background-color: #057432;
	color: #fff !important;
	text-decoration: none;
	}

.sidebar ul li > a::before {
	/*font-family: FontAwesome;
   	content: "\f0da";
   	color: #d04037 !important;
   	padding-right: 10px;*/
   	}

.sidebar ul li {
	line-height: 30px;
	padding-left: 13px;
}

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

.sidebar ul li.active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #c40003;
}


/*SECOND LEVEL SIDEBAR NAV */

.sidebar ul li ul { border: none;}
.sidebar ul li.active ul {background-color: #004b92;}

.sidebar ul li li {
	/*list-style-position: inside;*/
	margin-left: 0px;
	list-style-type: none;
	list-style-color: #fff;
	/*background-color: #363636;*/
	}

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

.sidebar ul li li a {
	margin-left: -35px;
	display: block;
	padding: 10px;
	/*line-height: 20px;*/
	/*background: transparent;*/
	background: #231f20;
	color: #ebebeb !important;
	}
	.sidebar ul li li.nav-selected > a {
		background-color: #5c9945;
		list-style-color: #fff;
		color: #fff !important;
		}

.sidebar ul li li:hover {
	color: #fff;
	}
	.sidebar ul li li a:hover {
		color: #fff !important;
		background-color: #5c9945;
		text-decoration: none;
		}

.sidebar ul li li > a::before {
	font-family: FontAwesome;
   	content: "\f0da";
   	color: #fff !important;
   	padding-right: 10px;
   	}



/*THIRD LEVEL SIDEBAR NAV */



.sidebar ul li li li {
	margin-left: -10px;
	list-style-position: inside;
	list-style-type: none;
	}
	.sidebar ul li li li a {
		margin-left: -50px;
		display: block;
		padding: 10px;
		}

/*
.sidebar ul li li a {
	margin-left: -35px;
	display: block;
	padding: 10px;
	background: #00a3db;
	color: #ebebeb !important;
	}
	.sidebar ul li li.nav-selected > a {
		background-color: #faa71a;
		list-style-color: #fff;
		color: #fff !important;
		}*/


    /* SAVINGS CALCULATOR STYLES */
    #conserve {
        	background: #013765;
        	-moz-border-radius: 2em;
        	-webkit-border-radius: 2em;
        	border-radius: 2em;
        	color: #fff;
        	width: 600px;
        	margin: 0 auto;
        	text-align: center;
        	padding: 1em;
        	}

       #conserve p {
        	font-weight: normal;
        	line-height: 1.1em;
        	}
        #conserve p input {
        	padding: 0;
        	}
        #conserve .top {
        	height: 1.5em;
        	background: -webkit-gradient(linear, left top, left bottom, from(#348433), to(#7aad7a));
    			background: -moz-linear-gradient(top, #348433, #7aad7a);
    			-moz-border-radius-topleft: 1em;
    			-moz-border-radius-topright: 1em;
        	}
         #conserve .bot {
        	height: 10em;
        	background: -webkit-gradient(linear, left top, left bottom, from(#5f9d5f), to(#216b20));
    			background: -moz-linear-gradient(top, #5f9d5f, #216b20);
    			-moz-border-radius-bottomleft: 1em;
    			-moz-border-radius-bottomright: 1em;
    			clear: left;
    			color: #ffffff;
    			font-size: 9px;
    			font-style: italic;
    			font-weight: normal;
    			padding: 2px 0 2px 1.5em;
    			margin-top: 3px;
        	}
        #conserve table {
        	border: 3px solid #fff;
        	border-collapse: collapse;
        	border-spacing: 0;
        	width: 100%;
        	}
        #conserve td,
        #conserve th {
        	border: 3px solid #fff;
        	color: #fff;
        	font-weight: bold;
        	}
        #conserve th {
        	background: #74bb49;
        	font-size: 1.1em;
        	line-height: 1.1em;
        	padding: .5em 1em;
        	text-align: center;
        	}
        #conserve th:first-child {
    	    background: #487bcd;
        	font-size: 1.5em;
        	padding: .75em;
        	}
        #conserve td {
        	padding: 0;
        	border-top: 0;
        	border-bottom: 0;
        	text-align: left;
        	}
        #conserve table tr {
        	background: #487bcd;
    	    }
    		#conserve table tr.alt {
        	background: #1249a1;
    	    }
        #conserve table td {
        	padding: 3px 10px 3px 15px;
        	border-right: 3px solid #fff;
        	}
        #conserve table tr td.percent {
        	background: #74bb49;
        	text-align: center;
        	}
        #conserve table tr td.percent.alt {
        	background: #348433;
    	    }

    /* END CALCULATOR STYLES */




    @media (min-width: 1200px) {}
    @media (max-width: 1199px) {}
    @media (max-width: 979px) {}
    @media (max-width: 767px) {}
    @media (min-width: 100px) and (max-width: 768px) {

      .sidebar ul li li a {
      	margin-left: -28px;
      }
    }
