@media (min-width: 768px) and (max-width: 1199px) {
	.theme-green #mainmenu li a {
		height: 50px;
		line-height: 14px;
	}
}
.theme-green #mainmenu ul {
	padding-bottom: 5px;
  border-bottom: 10px solid #016a14;	
}
h1 {
  color: #016a14;
  border-color: #016a14;  
}
.title {
	margin: 0;
  padding: 7px 15px;
  border-top: 7px solid #016a14;
  border-bottom: 7px solid #016a14;
  text-align: center;
  color: #016a14;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;  
  text-transform: uppercase;
}

.archive a {	
	display: block;
  margin: 5px 0;
  padding: 7px;
  background: #016a14;
  text-align: center;
  color: #fff;
  font-weight: bold;
 }
 hr {
  margin: 0 0 10px;
  border-top: 7px solid #016a14; 	
}
.programHead {
  margin: 0;
  padding: 10px;
  background: #016a14;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
	.archive>div {padding: 0 5px;}
}
@media (max-width: 767px) {
	.title {font-size: 16px;}	
	.programHead {font-size: 18px;}
}
.programs-item h2 {
	color: #016a14;
}
.places a {
	color: #016a14;
}
.programs-item>div{
	border-bottom-color: #016a14;
}
.mychooseLink {
	background: #016a14;
}
.programs-item .more a {
	color: #333;
	font-weight: bold;
}
