@media (min-width: 767px) {
	.theme-purple #mainmenu ul {
		border-bottom: 0;
		margin-bottom: -15px;
	}
}
h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #3e1865;
	padding: 10px 15px;
}
.title {
	margin: 0;
  padding: 7px 15px;
  border-top: 7px solid #3e1865;
  border-bottom: 7px solid #3e1865;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;  
  text-transform: uppercase;
}
.title a {
  color: #3e1865;
}
@media (max-width: 767px) {
	h1 {font-size: 16px;}
	.title {font-size: 16px;}
}
hr {
	margin: 15px 0;
  border-top: 10px solid #3e1865;
}
.programs-item>div{
	border-top: 10px solid #3e1865;
	padding: 10px 0;
}
.teen .programs-item:first-child>div {
	border-top: 0;
}
.programs-item:last-child>div {
	border-bottom: 10px solid #3e1865;
}
.programs-item h2 {
	font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 767px) {
	h2 {font-size: 18px;}
}
.programs-item h2 a {
  color: #3e1865;
}
.programs-item h3 {
	font-size: 14px;
  font-weight: bold;
	margin-top: 20px;
}
.programs-item h3 span {
  background: #3e1865;
  color: #fff;
  padding: 7px 10px;
}

.places a {
	color: #3e1865;
	font-size: 16px;	
}

.programs-item .more {
	margin-top: 10px;
	margin-bottom: 10px;
}
.programs-item .more a {
	font-size: 16px;
  color: #000;
}

.mychooseLink {
	background: #3e1865;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  cursor:pointer;
}
@media (max-width: 767px) {
	.spec .programs-item:first-child>div {
		border-top: 0;
		margin-top: -10px;
	}
	.mychooseLink {
		width: 150px;
		background: #fff;
  	color: #3e1865;
		border: 6px solid #3e1865;
		width: 130px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 2px 15px;
	}
}