/* CSS Document */

body {
  background-color: #CCC;
}

/******** header styles ***********/
#banner {
	background-color: #6AB837;
	padding:0;
	margin-top:0;
	text-align:center;
}
#banner .languages {
	position:absolute;
	top:0px;
	right:15px;
}

#mp-nav {
  padding-left:0;
  padding-right:0;
}

nav .btn {
  color: #FFF;
}
nav .btn-outline-success {
  border-color: #69B836;
}
nav .btn-outline-success:hover {
  background-color: #69B836;
  border-color: #69B836;
}

nav li.nav-item {
  font-size: 1.05rem;
}

nav .form-control {
  font-size:0.933rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.7);
}


/******** main styles ***********/
#content {
	background: #FFF;
	padding-bottom: 15px;
}

#content-wrapper {
	/* padding-bottom:30px;
	padding-top:15px; */
}

/* BreadCrumb styles */
.breadcrumb {
  background-color: #FFF;
  font-size: 0.667em;
  margin-bottom: 15px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.breadcrumb .crumbStyle {
	/* no css */
}

/* Heading styles */
h1, .h1 {
  font-size: 2rem;
}
h2, .h2 {
  font-size: 1.6rem;
}
h3, .h3 {
  font-size: 1.333rem;
}
h4, .h4 {
  font-size: 1.2rem;
}
h5, .h5 {
  font-size: 1.067rem;
}
h6, .h6 {
  font-size: 1rem;
}

/* Carousel styles */
 #mpCarousel {
	margin-bottom: 15px;
}

.carousel-caption {
  background: none repeat scroll 0 0 rgba(52, 58, 64, 0.9);
  bottom: 5%;
  padding: 0.5rem 1rem 0 1rem;
  left: 50%;
  right: 0;
  text-align: left;
  color: rgba(255,255,255,1.00);
}
.carousel-caption p {
  text-align: left;
}
#content .carousel-caption a {
  color: #FFF;
  border-bottom: #FFF dotted 1px;
}
#content .carousel-caption a:focus,
#content .carousel-caption a:hover {
  color: #FFF;
  border-bottom: #FFF dotted 1px;
}
/* .carousel-caption > h2,
.carousel-caption > h3 {
  font-size:1.5rem;
} */

.carousel-indicators {
	bottom:0;
	margin-bottom:10px;
}
.carousel-control-next,
.carousel-control-prev {
	width: 5%;
}

#introduction {
  padding-bottom: 15px;
  padding-top: 15px;
}

/* link styles */
#content a {
  color: #266e38;
  border-bottom: #266e38 dotted 1px;
}
#content a:focus,
#content a:hover {
  color: #0000FF;
  border-bottom: #0000FF dotted 1px;
  text-decoration: none;
}

caption {
  caption-side: top;
  font-weight: 700;
}

li {
  margin-bottom: 3px;
}

.indent15 {
	margin-left: 0.938em;
	padding: 0;
}

.indent30 {
	margin-left: 1.875em;
	padding: 0;
}

.indent45 {
	margin-left: 2.813em;
	padding: 0;
}

/*********** #sectionLinks styles ***********/
/*   (aka, left-side main navigation menu)  */
#sectionLinks{
	margin: 0;
	padding: 0;
	position:relative;
	z-index: 6;
}

#sectionLinks h2 {
	border-bottom: #000000 solid 1px;
	color: #333333;
	display: block;
	font-size: 1.2rem;
}

#sectionLinks ul {
	background-color: transparent;
	list-style: none;
	margin-bottom: 1rem;
	margin-top: 0.313rem;
	padding: 0;
}
#sectionLinks ul ul, 
#sectionLinks ul ul ul {
	margin-bottom: 0;
	margin-left: 0;
}
#sectionLinks ul li,
#sectionLinks ul li ul li,
#sectionLinks ul li ul li ul li {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#sectionLinks ul li a {
	background-image: url("../images/grey_arr.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: none;
	color: #333333;
	display: block;
	font-size: 0.938rem;
	padding: 0.125rem 0.125rem 0.125rem 1.5rem;
}
#sectionLinks ul li ul li a {
	background-image: url("../images/gray_circle.gif");
	background-position: 1.4rem center;
	background-repeat: no-repeat;
	border-bottom: none;
	color: #333333;
	display: block;
	padding: 0.125rem 0.125rem 0.125rem 2.75rem;
}
#sectionLinks ul li a:hover ,
#sectionLinks ul li ul li a:hover,
#sectionLinks ul li ul li ul li a:hover {
	background-color: #69B836;
	border-bottom: none;
	color: #FFFFFF;
}
#sectionLinks a.active {
	background-color: #69B836;
	border-bottom: none;
	color: #FFFFFF;
}

/* Table adjustments */
th {
	background-color: #69B836;
	color:#FFF;
}

/* Image styles */
/* IMAGE Boxes */
.img-no-float {
	margin: 0 0 1rem 0;
}
.img-float-left {
	float: left;
	margin: 0 1rem 1rem 0;
	padding: 0;
}
.img-float-right {
	float: right;
	margin: 0 0 1rem 1rem;
	padding: 0;
}
.img-float-left-100 {
	float: left;
	margin: 0 1rem 1rem 0;
	padding: 0;
	width: 102px;
}
.img-float-left-150 {
	float: left;
	margin: 0 1rem 1rem 0;
	padding: 0;
	width: 152px;
}
.img-float-right-100 {
	float: right;
	margin: 0 0 1rem 1rem;
	padding: 0;
	width: 102px;
}
.img-float-right-150 {
	float: right;
	margin: 0 0 1rem 1rem;
	padding: 0;
	width: 152px;
}
.img-float-left-200 {
	float: left;
	margin: 0 1rem 1rem 0;
	padding: 0;
	width: 202px;
}
.img-float-right-200 {
	float: right;
	margin: 0 0 1rem 1rem;
	padding: 0;
	width: 202px;
}
.img-float-left-250 {
	float: left;
	margin: 0 1rem 1rem 0;
	padding: 0;
	width: 252px;
}
.img-float-right-250 {
	float: right;
	margin: 0 0 1rem 1rem;
	padding: 0;
	width: 252px;
}

.img-no-float p,
.img-float-left p,
.img-float-right p,
.img-float-left-150 p,
.img-float-right-150 p,
.img-float-left-200 p,
.img-float-right-200 p,
.img-float-left-250 p,
.img-float-right-250 p {
	font-size: 0.8rem;
}

.wrapper-img {
	margin: 0 0 1rem 0;
	padding: 0;
}

/* Image Borders */
img { border: 0; }
img.black-1px { border: 1px solid #000000; }
img.black-2px { border: 2px solid #000000; }
img.black-3px { border: 3px solid #000000; }
img.gray-1px { border: 1px solid #DDDDDD; }
img.gray-2px { border: 2px solid #DDDDDD; }
img.gray-3px { border: 3px solid #DDDDDD; }

.img-caption {
  font-size: 0.85rem;
}

/************** .feature styles ***************/
div.feature{
  background-color: #E1E1E1;
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0.625rem;
  border: #cccccc solid 1px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

div.feature h2 {
	border-bottom: #69B836 solid 1px;
	color: #333;
	padding-bottom: 0.5rem;
	margin: 0 0 1rem 0;
}
div.feature h3 {
	font-size: 1.5rem;
	margin-top: 0.75rem;
}

div.feature ol, 
div.feature ul {
	margin-bottom: 0;
	margin-top: 1rem;
}

div.feature p {
  margin: 0 0 10px 0;
}

/******** footer styles ***********/
footer {
  margin: 0;
}

#footer {
  background-color: #69B836;
  border-top: #000 solid 1px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#siteInfo {
  padding: 1rem 0 0.5rem 0;
}

#siteInfo p {
  color: #FFFFFF;
  text-align: left;
}
#siteInfo a,
#siteInfo a:visited {
	border-bottom: none;
	color: #FFFFFF;
}
#siteInfo a:hover {
	border-bottom: #000 dotted 1px;
	color: #000;
  text-decoration: none;
}

/********* #modified styles (footer) **********/
#modified {
	padding: 0;
}
#modified p {
  font-size: 0.7rem;
	text-align: right;
}