/* Do not ammend these */


html { height:100%; }



.subnav_color {
	background-color: #e9ecef;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	background:#FFFFFF; 
	margin:0; 
	height:100%;
	-webkit-font-smoothing: auto;
}



.Normal, .NormalDisabled, .NormalDeleted {font-size:16px;font-weight:400; line-height:20px}

a, a:visited  {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	text-decoration:none;
	color:#000000;
	font-weight: 400;
}

a:focus {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	color:#f8f9fa;
	text-decoration:none;
	font-weight: 400;
}

a:active {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-weight: 400;
}

a:hover {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	color:#000000;
	text-decoration:none;
	font-weight: 400;
}



p {
	margin:0px 0px 10px 0px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size:16px;
	line-height:24px;
	margin:0px 0px 10px;
	color:#555555;
}

/* commented the below tags

h1, h1 span, h1 a {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size:40px;
	line-height:normal;
	margin:0px 0px 10px;
	color:#00923E;
	font-weight:normal;
}


h2, h2 span, h2 a {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size:30px;
	line-height:normal;
	margin:5px 0px;
	font-weight:normal;
	color:#00923E;
}
h3, h3 span, h3 a {
	font-size:19px;
	line-height:21px;
	color:#00923E;
}

*/

#header {
	margin:0px 0px 0px;
	background:#fff;
	padding:0px;
	//position: absolute;
	//top:0px;
	//width:100%;
}

#footer {
	min-height:200px;
    	margin-top: 20px;
	padding:30px 0px;
   	background: #b6dbca;
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/* Display menu on hover 

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin: 0
}
 
a.menu:after, .dropdown-toggle:after {
  content: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {


}


.dnnSortable {min-height:10px !important}

*/