/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
	background-color: #339933;
	background-size: 100% 100%;
	background-attachment: fixed;
	margin-top: -40px;
	hyphens: none;
}

/* set language of site to English */
:lang(en) {
}

/* hide author metadata */
.entry-author-link,
.entry-permalink,
.entry-meta {
	display: none;
}

/* hide pagination */
body.post-type #nav-below {
	display: none;
}

/* remove hyphens from displaying in all browsers */
p {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	-ms-word-break: keep-all;
	word-break: keep-all;
}

#site-generator .hentry {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* remove search field from header */
#masthead .search-field {
	display: none;
}

/*home assessment button style */
.assmtbutton {
	background: #64af54;
	background-image: -webkit-linear-gradient(top,#64af54,#2980b9);
	background-image: -moz-linear-gradient(top,#64af54,#2980b9);
	background-image: -ms-linear-gradient(top,#64af54,#2980b9);
	background-image: -o-linear-gradient(top,#64af54,#2980b9);
	background-image: linear-gradient(to bottom,#64af54,#2980b9);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #000000;
	font-size: 18px;
	padding: 10px 20px;
	text-decoration: none;
}

.assmtbutton:hover {
	background: #2980b9;
	background-image: -webkit-linear-gradient(top,#2980b9,#2980b9);
	background-image: -moz-linear-gradient(top,#2980b9,#2980b9);
	background-image: -ms-linear-gradient(top,#2980b9,#2980b9);
	background-image: -o-linear-gradient(top,#2980b9,#2980b9);
	background-image: linear-gradient(to bottom,#2980b9,#2980b9);
	text-decoration: none;
}

/*newsletter button style */
.newsbutton {
	background: #f3e314;
	background-image: -webkit-linear-gradient(top,#f3e314,#ef8225);
	background-image: -moz-linear-gradient(top,#f3e314,#ef8225);
	background-image: -ms-linear-gradient(top,#f3e314,#ef8225);
	background-image: -o-linear-gradient(top,#f3e314,#ef8225);
	background-image: linear-gradient(to bottom,#f3e314,#ef8225);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #000000;
	font-size: 18px;
	padding: 10px 20px;
	text-decoration: none;
}

.newsbutton:hover {
	background: #ef8225;
	background-image: -webkit-linear-gradient(top,#ef8225,#ef8225);
	background-image: -moz-linear-gradient(top,#ef8225,#ef8225);
	background-image: -ms-linear-gradient(top,#ef8225,#ef8225);
	background-image: -o-linear-gradient(top,#ef8225,#ef8225);
	background-image: linear-gradient(to bottom,#ef8225,#ef8225);
	text-decoration: none;
}.site-content article { 
-webkit-hyphens: none; 
-moz-hyphens: none; 
-ms-hyphens: none;
hyphens: none; 
}