
/*footer p.copy{
	
	float: left;
	position: relative;
	width: 60%;
}

footer p.copy2{
	
	text-align: center;
	float: right;
	position: relative;
	width: 40%;
}

p.copy2 a{
	
	font-size: 16px;
}*/

.green{
	
	color: #feeb02 !important;
}

div.collapse a:active{
	
	color: #888;
}

#blend{
	
	position: fixed;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 1050;
	background-color: rgba(0, 0, 0, 0.7);
}

.blend{
	
	visibility: hidden;
	
}

#blend > button{
	
	height: 40px;
	width: 40px;
	position: absolute;
	right: 13.75%;
	top: 1.5%;
	z-index: 5;
	background: transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
	background-image: url("../images/close_button.png");
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

#blend > button:hover{
	
	background-image: url("../images/close_button_hover.png");
}

#textfield{
	
	position: fixed;
	margin-left: 15%;
	margin-right: 15%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2.5%;
	width: 70%;
	height: 92.5%;
	top: 4%;
	bottom: 3.5%;
	background-color: white;
	overflow: hidden;
}

#textfield div{
	
	width: 100%;
	height: 80%;
	padding-left: 15px;
	padding-right: 15px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*
.copy2 button{
	
	background: transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
	text-decoration: underline;
	font-size: 170%;
	color: #90C695;
}*/


ul.icons-widget{
	
	display: none;
}

.nav > li > a:focus{
	
	background-color: transparent;
	outline: none;

}

.linkFocusColorFix > li > a:focus, a:active{
	
	background-color: transparent;
	outline: none;
	color: #FFF;
}

#c_message{
	
	resize: none;
}

abbr[data-original-title], abbr[title]{
	
	cursor: auto;
	border-bottom: 0px;

}

article p{
	
	color: #005828;
}

#map iframe{
	
	border-style: solid;
	border-top-width: 1px;
	border-color: black;
}


#intro{
	min-height: 691px;
	height: 100vh;
}

.backstretch{
	
	height: 100vh;
}

.navbar-custom .navbar-nav > li > a{
	
	font-size: 23px;
}

.container{
	
	width: 90%;
}

.navbar-brand > img {
	
    height: 85px;
}

.navbar-color-fix{
	
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	padding: 10px 0;
	height: auto;
	
}

.navbar-color-fix a{
	
	color: #888 !important;
}

.navbar-color-fix a:hover{
	
	color: #90C695 !important;
}

.navbar-color-fix li.active a {
	
	color: #90C695 !important;
}

.navbar-color-fix .container{
	
	min-height: 80px;
}

#brand-small{
	
	height: 60px;
}

.navbar-toggle{
	
	margin-right: 0px;
}

ul.listoption1 li, ul.listoption2 li{
	
	color: #005828;
}

#navbar{
	
	min-height: 100px;
}

.col-md-3{
	
	margin-left: 5.75%;
}