/************************ GENERAL ************************/

html {overflow-y:scroll;}

body {
	padding:0;
	font:15px/22px 'Open Sans', sans-serif;
	color:#333;
	-webkit-backface-visibility:hidden;  
	text-rendering:auto;
	width:100%;
	background-image: url("/images/wall.jpg");
}


/************************ LINKS ************************/

a, a:link, a:visited, a:active, a:focus {color:#558f38;text-decoration:none;}
a:hover {color:#333;}


/************************ PAGE CONTAINERS ************************/

.clear {height:0;clear:both;font-size:0;}

/*Header*/
header {
	padding:0;
	margin:0;
	display:block;
	z-index:1;
	color:#FFF;
}

.navbar-brand {padding:0;}
.navbar-brand>img {width:100%;height:auto;}

#contentWrap {clear:both;overflow:hidden;display:block;padding:30px 0;background-color:#FFF;}


/************************ PAGE ELEMENTS ************************/

article ul li {list-style-type:square;}

article img {max-width:100%;height:auto;}

hr {
	margin: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}

/************************ MENU ************************/

#navWrap {
	background-color:#558f38;
}

.navbar-default {
	border:0;
	background-color:transparent;
	border-color:transparent;
}

.navbar-collapse {
    padding-left:0;
}

.navbar-right {float:right;}

.navbar-nav > li > a {
	color: #FFF;
	text-decoration:none;
	margin:0;
	font-weight:bold;
}

.navbar-nav > li > a:hover, .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus,
.nav > .open > a, .nav > .open > a:hover, .nav > .open > a:focus {
	color:#FFF;
	background-color:#517b3c;
}

.navbar-nav > li a.active {
    color:#000 !important;
}

.navbar-right > li > a {color:#c8e121;}

.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {display:none;}

/*Dropdown menu*/

.dropdown-menu {min-width:inherit;border-radius:0;background-color:#517b3c;padding:0;border-top:0;}

.dropdown-menu > li {font-size:12px;}

.dropdown-menu > li > a {
	color: #FFF;
	border-bottom:1px solid #333;
	padding:10px 15px;
	min-width:200px;
	background-color:#517b3c;
}

.dropdown-menu > li > a:hover {
	color:#FFF;
	background-color:#558f38;
	border-bottom:1px solid #333;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background:#517b3c;
	border-color:#333;
}

ul.dropdown-menu .sm-nowrap {margin-top:-26px;}

/*Submenu*/

.submenu {display:block;overflow:hidden;;margin-bottom:20px;}
.submenu ul {width:100%;list-style:none;margin:0;padding:0;}
.submenu li {float:left;margin:0;padding:0;}
.submenu li a {
	font-size:.9em;
	font-weight:700;
	border:0;
	margin:0;
	padding:0 8px;
	border-radius:0;
}
.submenu li:first-child a {padding-left:0;}

/************************ GENERAL PADDINGS AND MARGINS ************************/

.padTop {padding-top:50px;}

.no-gutters {padding-left:0;padding-right:0;}

/************************ BOOTSTRAP ADDITIONS ************************/

.panel-primary {color:#FFF;border:1px solid #000;background-color:#000;}

.glossaryIndex .btn {margin-right:2px;margin-bottom:4px;}

.panel-heading {font-weight:800;}
.panel-body .table {margin-top:10px;margin-bottom:10px;}

.table tr td {border-bottom:1px solid #DDD;}

/************************ FORMS ************************/

.form-horizontal .control-label {text-align:left;}

label {float:left;padding:0px;margin:0px;cursor:default;}

.form-control, select, textarea, input[type="text"], input[type="password"], cfinput[type="datefield"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #fff;
	border: 1px solid #999;
	border-radius:0;
}

input[type="radio"], input[type="checkbox"] {margin:0px;}

.help-block {line-height:28px;color:#333;}

/*THANK YOU TABLE PADDING*/
table.thankyou tr td {padding:5px 20px 5px 0;border-bottom:1px dotted #666;}

/*EMS Registration*/
.ems-register {padding-top:30px;}
.ems-register input, .keyword-search input, .keyword-search select {border:0 !important;height:32px !important;}

/*Keyword Search*/
.keyword-search .input-group .form-control {width:50%;}
.ems-register input, .keyword-search input, .keyword-search select {border-right:1px solid #000 !important;;height:32px !important;}


/************************ BUTTONS ************************/

.btn {
	background:#129e34 none repeat scroll 0 0;
	border:none;
	border-radius:3px;
	color:#FFF !important;
	text-align:center;
	font-weight:800;
	cursor:pointer;
}


.btn:hover, a.btn:hover {
	background-color:#000;
	border:0;
}


/************************ FOOTER ************************/

.footer {
    width: 100%;
    color: #FFF;
    padding: 20px 0;
	font-size:.9em;
}

footer h4 {color:#FFF;margin:0;padding:0 0 8px 0;}
footer a {font-weight:600;}
footer a:hover {color:#FFF;}

/************************ Validation ************************/

.invalid{
	border:1px solid #FE0E0D !important;
	background-color:#FFE1E1 !important;
}

.valid {
	border:1px solid #A5D2A5 !important;
	background-color:#ffffff !important;
}

.invalidMsg{
	background-size:20px 20px;
	padding-left:30px;
	margin-left:10px;
	height:26px;
	float:left;
	margin-top:4px;
}

.validInline{
	background-size:16px 16px;
	margin-left:10px;
	display:inline;
	border:1px solid #A5D2A5 !important;
	 !important;
	border-radius:4px;
	padding:3px 3px 3px 30px;
	width:266px;
	float:right;
	display:none;
}

.invalidInline {
	margin-left:10px;
	color:red;
	font-weight:bold;
	padding:3px;
	display:none;
}	

.invalidmsg {
	background-size:16px 16px;
	display:inline;
	background-color:#FFE1E1 !important;
	border-radius:3px;
	border:1px solid red;
	padding:1 1 1 30;
	vertical-align:middle;
}	
	




