body {
	font-size: 13px;
}

a:hover,
a:active,
a:focus {
	color: #69923a;
}

.btn {
	font-weight: bold;
}

.carousel-inner img {
	width: 100%;
}

.shadow {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

h1 {
	font-size: 24px;
	padding: 20px 30px;
	color: #fff;
	text-transform: uppercase;
	background: #69923a;
	font-weight: bold;
	margin: 0;
}

h2, h3 {
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #b3c3c2;
	padding: 0 0 10px 0;
	margin-top: 10px;
}

h2 {
	color: #69923a;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	text-transform: uppercase;
	font-weight: bold;
}

/* EPA logo styles start */

#epa-logo {
	padding: 15px 0 0 0;
	overflow: hidden;
}

#epa-logo img {
	height: 22px;
	float: right;
}
@media only screen and (max-width : 479px) {

#epa-logo img {
	float: none;
}

}
/* EPA logo styles end */

/* nav styles start */
.navbar-default {
	background: #fff;
	border: none;
	margin-bottom: 0;
	padding-top: 0;
}

.navbar li {
	font-size: 14px !important;	
}

.navbar-right > li + li {
	border-left: 1px solid #69923a;
}

.navbar-default .navbar-nav > li a {
	background: none !important;
}

.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > li a:active,
.navbar-default .navbar-nav > li a:focus,
.navbar-default .navbar-nav > li.active a,
.navbar-default .navbar-nav > li li.active a {
	color: #69923a !important;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 30px;
	padding-right: 0;
}

.navbar-brand img {
	height: 44px;
}

#login {
	color: #0078b9;
	padding-right: 0 !important;
}

.navbar-right {
	padding-top: 28px;
}

.navbar-right > li > a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.navbar-nav {
	padding-bottom: 30px;
}

/*FMM: START Added Padding for menu items */
/*
.navbar-nav > li {
    padding-left:0px;
    padding-right:0px;
}
.navbar-nav > li{
  margin-left:0px;
  margin-right:0px;
}
*/
/*FMM: END Added Padding for menu items */

@media (min-width: 992px) and (max-width: 1199px) {

.navbar-brand {
	padding-top: 3px;
}

.navbar-brand img {
	height: 33px;
}

.navbar-right {
	padding-top: 21px;
}

.navbar li {
	font-size: 12px !important;	
}

.navbar-right > li > a {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

}

@media (max-width: 991px) {

.navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*FMM: START navbar-brand img: Added this section to set the LOGO to a smaller size when viewed on a phone/small device */
.navbar-brand img {
	height: 33px;
}
/*FMM: END START navbar-brand img */

.navbar-default {
	padding-top: 0;
}

.navbar-right {
	padding-top: 0;
}

.navbar-header {
	float: none;
}

.navbar-right > li + li {
	border: none;
}

.navbar-left,.navbar-right {
	float: none !important;
}

.navbar-toggle {
	display: block;
	margin-top: 20px;
}

.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-collapse.collapse {
	display: none!important;
}

.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
	padding-bottom: 0;
}

.navbar-nav > li {
	float: none;
}

.navbar-nav > li > a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.collapse.in {
	display: block !important;
}

.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}

.navbar-collapse.in {
	overflow-y: auto;
}
  
}
/* nav styles end */

/* intro styles start */
#intro h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	border: none;
	padding-bottom: 0;
}

#intro {
	padding-bottom: 15px;
}

#intro p {
	font-size: 16px;
	line-height: 24px;
}

#intro {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 991px) {
	
#intro {
	padding-left: 0;
	padding-right: 0;
}

}

@media (max-width: 767px) {

#intro {
	border-top: 1px solid #69923a;
}

#intro p {
	font-size: 14px;
	line-height: 20px;
}

}
/* intro styles end */

/* call to action styles start */
#cta {
	padding: 10px 30px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	background: #69923a url("../images/cta-bg.jpg") no-repeat;
}

#cta a.btn {
	box-shadow: 1px 1px 2px #333;
	background: #d9e4ce;
	border-color: #d9e4ce;
	color: #0078b9;
}

#cta a.btn:hover,
#cta a.btn:active,
#cta a.btn:focus {
	color: #69923a;
}

#cta a:after {
	content: "\00a0\003e\003e";
}

@media (max-width: 991px) {
	
#cta {
	padding: 15px 30px;
}

#cta img {
	display: block;
	padding: 0 0 5px 0;
}
	
}

@media (max-width: 767px) {

#cta {
	padding: 15px;
}

#cta img,
#cta strong {
	display: block;
	padding: 0 0 5px 0;
	margin: 0;
}

}
/* call to action styles end */

/* sections styles start */
#sections {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#sections div {
	position: relative;
}

#sections h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 125%;
}

#sections * + h4 {
	padding-top: 15px;
}

#sections a.btn {
	background: #69923a;
	border-color: #69923a;
	color: #fff;
	box-shadow: 1px 1px 2px #999;
}

#sections a.btn:hover,
#sections a.btn:active,
#sections a.btn:focus {
	background: #d9e4ce;
	border-color: #d9e4ce;
	color: #69923a;
}

#updates .table td {
	background: #d9e4ce;
	border-color: #fff;
}

#resources ul li {
	padding-bottom: 10px;
}

#resources .btn {
	margin-top: 20px;
}

#sections {
	padding: 0 30px 20px 30px;
}

#sections > div {
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}

#info,
#resources {
	border-left: 1px solid #b3c3c2;
}

@media (min-width: 992px) and (max-width: 1199px) {

#info {
	border: none;
}

#sections > div#updates {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#sections > div#updates:after {
	content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #b3c3c2;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

}

@media (max-width: 991px) {

#sections {
	padding: 0;
	margin-bottom: 0;
}

#sections > div {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-left: none;
}

#sections > div:after {
	content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #b3c3c2;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

}
/* sections styles end */

/* footer styles start */
#footer {
	background: #333;
	color: #fff !important;
	padding: 20px;
	margin-left: 0;
	margin-right: 0;
}

#footer h6 {
	font-size: 14px;
}

#footer h6 img {
	height: 20px;
}

#footer li {
	padding-bottom: 10px;
}

#footer a {
	color: #fff;
	position: relative;
	padding-left: 15px;
	display: block;
}

#footer a:before {
	content: "\003e";
	position: absolute;
	top: 0;
	left: 0;
}
/* footer styles start */


/* SUBPAGE STYLES */
#main-content {
	overflow: hidden;
	padding-top: 24px;
}

#main-content h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 20px;
}

/* categories styles start */
#categories {
	padding-left: 45px;
	border-right: 1px solid #b3c3c2;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}

#categories li {
	padding-bottom: 10px;
}

#categories .active a {
	background: #d9e4ce;
	outline: 5px solid #d9e4ce;
}
/* categories styles end */

/* resources styles start */
#resources-sub .well {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #d9e4ce;
	margin-top: -24px;
	margin-left: -15px;
}

#resources-sub .panel {
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	background: transparent;
}

#resources-sub .panel ul {
	padding: 5px 10px;
	background-color: #fff;
}

#resources-sub .panel ul li {
	padding-bottom: 5px;
}

#resources-sub .table td {
	border-color: #fff;
	padding-right: 4px;
	padding-left: 4px;
}

#resources-sub .table td:first-child {
	padding-left: 0;	
}

#resources-sub .table td:last-child {
	padding-right: 0;	
}
/* resources styles end */

@media (max-width: 991px) {

h1 {
	padding: 10px 15px;
}

#main-content {
	padding-top: 10px;
}

#categories {
	border: none;
	padding-left: 15px;
	padding-bottom: 0;
	margin: 0;
}

#categories ul {
	padding-left: 15px;
}

#resources-sub .well {
	margin: 0;
}

#resources-sub {
	padding-top: 20px;
	padding-bottom: 20px;
}

}
