body {
  color: #666;
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

p {
	font-size: 15px;
	font-weight: 300;
	color: #666 !important;
	line-height: 1.6;
	margin-bottom: 0.75rem;
}

a {
	color: #7bab41;
}

.right {
	text-align: right;	
}

.center {
	text-align: center;	
}

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-slab",serif;
  font-weight: 500;
  color: #f37821;
  margin-top: 0;
}

@media only screen and (min-width: 40.063em) {
	h3 {
		font-size: 1.8rem;
	}
}

.sub-heading {
	margin-bottom: 20px
}

.sub-header {
	font-family: "museo-sans", serif !important;
	font-weight: 300;
	color: #363636;
}

.grey {
	padding: 40px 0;
	background: #f7f7f7;
}

.wh {
	padding: 40px 0;
}

@media all and (max-width: 480px) {
	.grey, .wh {
		padding: 20px 0;
	}
}

.wh p {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0 0 0;
}

a:hover {
	color: #a0c970;	
}

/* ---------- Buttons ---------- */
.default {
	font-family: "museo-sans", serif !important;
	font-weight: 500;
	color: #fff !important;	
	border: solid 1px #e99d0a !important;
	background: #f5a918 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 8px 16px;
}

.default:hover {
	font-family: "museo-sans", serif !important;
	font-weight: 500;
	color: #fff !important;	
	border: solid 1px #e99d0a !important;
	background: #e98a0a !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 8px 16px;
}

.secondly {
	font-family: "museo-sans", serif !important;
	font-weight: 500;
	color: #666 !important;	
	border: solid 1px #ccc !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 8px 16px;
}

.secondly:hover {
	font-family: "museo-sans", serif !important;
	font-weight: 500;
	color: #666 !important;	
	border: solid 1px #ccc !important;
	background: #eee !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 8px 16px;
}

button.tiny, .button.tiny {
	padding: 7px 10px;
}


/* ---------- Navigation ---------- */
.header-bg { 
	border-bottom: solid 1px #ddd;
	padding: 15px 0 10px 0;	
}

.header-bg .button { 
	top: 0; 
}

.header-bg .name h1 a {
	padding: 5px 0 0 10px;	
}

.header-bg .lower ul li a {
	font-family: "museo-sans", serif;
	font-weight: 500;
	color: #333 !important;
	font-size: 16px;
	padding-bottom: 1px;
}

.header-bg .lower ul li a:hover {
	border-bottom: solid 4px #7bab41;
}

.header-bg .lower {
	margin-top: 0;
	clear: right;
	position: absolute;
	top: 45px;
	right: 10px;
}

.header-bg ul.nav-sm {
	margin-bottom: 0;	
}

.header-bg ul.nav-sm li a {
	font-family: "museo-sans", serif;
	font-weight: 500;
	border-bottom: solid 3px transparent;
	color: #333 !important;
	font-size: 0.9rem;
	padding-bottom: 1px;
}

.header-bg ul.nav-sm li a:hover {
	border-bottom: solid 3px #7bab41;
}

/* ---------- Footer ---------- */
.emailSignup {
	padding: 15px 0;
	background: #7bab41;
}

.emailSignup label {
	font-family: "museo-slab",serif;
	font-size: 15px;
	color: #fff;	
}

.emailSignup form, .emailSignup form label, .emailSignup .postfix, .emailSignup input {
	margin-bottom: 0px;
}

.emailSignup input {
	font-family: "museo-sans", serif;
	font-weight: 300;
	font-size: 13px;
	border: none;
}

.emailSignup .postfix.button {
	font-family: "museo-sans", serif;
	font-weight: 500;
	font-size: 11px;
	background: #5c8926;
	color: #fff;
	line-height: 38px;
}

.social {
	background: #f7f7f7;
	margin-top: 30px;
	padding: 15px 0;	
}

@media all and (max-width: 480px) {
	.social {
		margin-top: 20px;	
	}

	.emailSignup label {
		margin-bottom: 5px !important;
	}

}

.social h5 { 
	display: inline-block; 
	padding-right: 25px;
	font-size: 20px;
	color: #000;
}

footer {
	margin-top: 0 !important;
	background-color: #2f363b;
	padding: 20px 0; 
	margin-top: 40px;
	color: #9d9d9d;
}

footer p{
	font-size: 13px;
	color: #9d9d9d !important;
}

footer ul li a {
	color: #9d9d9d !important;
}

footer ul li {
	font-size: 12px;
	line-height: 24px;	
}

/* ---------- Slideshow ---------- */
.SliderContainer {
	margin: 20px 0;
}

.SliderContainer .slick-prev {
	left: 20px;
}

.SliderContainer .slick-next {
	right: 20px;
}

.SliderContainer .slick-prev:hover, .SliderContainer .slick-next:hover, .SliderContainer .slick-prev:focus, .SliderContainer .slick-next:focus {
	background: transparent;	
} 

.SliderContainer .SlideText {
	position: absolute;
	top: 15%;
	left: 55px;	
	padding: 15px 20px 0px 20px;
}

.SliderContainer .SlideText h3 {
	line-height: 1.16;
	color: #7bab41;
}

.SliderContainer .SlideText p {
	color: #000 !important;	
}

.slick-slider {
	margin-bottom: 20px;
}

.thumb {
	margin-bottom: 10px;
	display: block;
}

.list-header {
	margin-bottom: 0;
}

#main-content {
	padding: 40px 0;
}

@media all and (max-width: 480px) {
	#main-content {
		padding: 20px 0;
	}
}

/* ---------- Pagination ---------- */
/*
ul.pagination li {
	float: none;
	display: inline-block;
	text-align: center;
}
*/

ul.pagination li.current a, ul.pagination li.current button, ul.pagination li.current a:hover, ul.pagination li.current a:focus {
	background: none;
	color: #000;
}

ul.pagination li a, ul.pagination li button {
	font-family: "museo-sans", serif;
	font-size: 17px;
	font-weight: 300;
	padding: 0.0625rem 0.3rem;
}

/* ---------- Header ---------- */
header.vth {
	padding: 45px 0;
	background: url("/images/programs/ge/bg/vth.jpg") no-repeat;
	background-size: cover;
} 

header.vth-main {
	padding: 30px 0;
	background: url("/images/programs/ge/bg/vth-main.jpg") no-repeat;
	background-size: cover;
} 

header.vth-main h3 {	
	font-weight: 500;
	font-size: 36px;
	text-shadow: 1px 1px 2px #999;
	color: #fff;
	margin-bottom: 0;
}

.header-content {
	padding: 25px 35px 10px 35px;
}

.header-content h3 {
	color: #000;
	line-height: 1.26;
	margin-bottom: 15px;
}

header.about {
	padding: 45px 0;
	background: url("/images/programs/ge/bg/about.jpg") no-repeat;
	background-size: cover;
}

header.about h2 {
	color: #fff;	
	font-weight: 300;
	font-size: 2.4rem;
}

header.about p {
	color: #fff !important;
	font-size: 1.36rem;
	line-height: 30px;
}

header.teg {
	padding: 45px 0;
	background: url("/images/programs/ge/bg/teg.jpg") no-repeat;
	background-size: cover;
} 

header.teg h2 {
	color: #000;	
	font-weight: 500;
	font-size: 2rem;
}

header.teg p {
	color: #000 !important;
	font-size: 1.36rem;
	line-height: 30px;
}

@media all and (max-width: 480px) {
	header.vth, header.about {
		padding: 30px 0;
	}

	header.vth-main h3 {	
		font-size: 28px;
	}

}

/* ---------- Events  ---------- */
.events .tabs.vertical {
	width: 100%;
	max-width: 100%;
	border: solid 1px #ddd;
}

.events .tabs dd>a, .events .tabs .tab-title {
	border-bottom: solid 1px #ddd;
}

.events .tabs dd>a, .events .tabs .tab-title:last-child {
	border-bottom: none;
}

.events .tabs dd>a, .events .tabs .tab-title>a {
	font-family: "museo-sans", serif;
	font-weight: 300;
	font-size: 14px;
	color: #666;	
	padding: 10px 20px;
	background: #fff;
}

.events .tabs dd.active a, .events .tabs .tab-title.active a {
	background: #7bab41 url("/images/programs/ge/pointer.png") no-repeat;
	background-position: right;
	color: #fff;
}
	
.tabs-content>.content.active {
	padding: 0;
}

@media all and (max-width: 480px) {
	.tabs-content {
		margin-top: 20px;
	}
}

.tabs-content h3 {
	font-size: 1.9rem;
	font-weight: 300;
	margin: 0 0 30px 0;
}

.event-list img.event-thumb, .event-list a img.event-thumb {
	border-radius: 50%;
	border: solid 6px #e7e7e7;
	width: 130px;
	height: 130px;
	margin: 0 20px 25px 0;
	float: left;
}

@media all and (max-width: 480px) {
	.event-list img.event-thumb, .event-list a img.event-thumb {
		width: 100px;
		height: 100px;
	}
}

.event-list a img.event-thumb:hover  {
	border: solid 6px #a0c970;
}

.event-list img.event-thumb-sm, .event-list a img.event-thumb-sm {
	border-radius: 50%;
	border: solid 3px #e7e7e7;
	width: 65px;
	height: 65px;
	float: left;
	margin: 0 10px 20px 0;
}

.event-list h4 {
	margin-top: 0;
	margin-bottom: 5px;	
}

.event-list h4, .event-list h5 {
	margin: 0;
}


.event-list h4, .event-list h4 a {
	font-size: 1.28rem;
	color: #7bab41;
	line-height: 1.26;
	display: block;
	margin-bottom: 5px;
}

.event-list h4 a:hover, .event-list h5 a:hover {
	color: #a0c970;
}

.event-list h5, .event-list h5 a {
	font-size: 1rem;
	color: #7bab41;
	line-height: 1.26;
	display: block;
}

.event-list h6.small-list {
	font-size: 0.8rem;	
	color: #666;
}

.event-list h6 {
	margin-bottom: 10px;
	color: #666;
}

.event-list a {
	font-family: "museo-slab",serif;
}

.event-list p {
	margin-bottom: 8px;
}

.event-content  .addthis_toolbox {
	margin-top: 20px;
}

@media all and (min-width: 1025px) {
	.event-list .event-info {
		margin-left: 150px;	
	}
}

.event-content {
	padding: 30px;
	border: solid 1px #ddd;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-bottom: 10px;
}

/* ---------- About ---------- */
.testimonial {
	text-align: left;
	margin-top: 20px;
}

.testimonial p {
	padding-left: 115px;	
}

.testimonial .name {
	font-size: 14px;
	font-style: italic;
	color: #7bab41;
	display: block;
	padding-top: 10px;
}

.testimonial img.profile-pic {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	float: left;
}

.partners-list {
	margin-bottom: 20px;
	overflow: auto;
}

.partners-list h5 {
	font-family: "museo-sans", serif;
	color: #7bab41;
	margin-bottom: 15px;
}

ul.partner li {
	text-align: center;
	padding: 0 10px 30px 10px;
}

.program-detail {
	margin: 30px 0 15px 0;
	text-align: center;
}

.program-detail .sub-header {
	font-weight: 700;
}

.program-detail a {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	display: block;
}

.program-detail a span {
	font-family: "museo-sans", serif;
	font-weight: 500;
	font-size: 12px;
	color: #666;
	display: block;
	padding-bottom: 5px;
}

.program-detail img {
	border: solid 1px #ddd;	
	float: left;
	margin-right: 10px;
}

.scroll {
	display: block;
	text-align: center;
	text-decoration: underline;
}

@media all and (max-width: 480px) {
	a .partner {
		border: solid 1px transparent;
	}
	
	.partners-list {
		margin-bottom: 10px;
	}

	.testimonial img.profile-pic {
		width: 90px;
		height: 90px;
	}

	.testimonial p {
		padding-left: 100px;	
	}

}
	
/* ---------- Login ---------- */
.login-box {
	text-align: center;
}

.login-box h2 {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 15px;
}

.login-box input {
	height: 3rem;
	font-weight: 300;
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	margin: 0 0 0.75rem 0;
}

.login-box input.field-top {
	margin-bottom: 0;
	border-bottom: none;
}

.reveal-modal { 
	padding: 0
}

.login-content {
	padding: 30px 20px;
}

.login-content .button {
	font-size: 18px;	
}

.login-content a {
	text-decoration: underline;
}

.not-yet {
	background: #f7f7f7;
	border-top: solid 1px #ccc;
	padding: 10px 0;
	text-align: center;
}

.not-yet a {
	color: #666;
}

/* ---------- News ---------- */
@media all and (max-width: 480px) {
	.news-list ul li {
		margin-bottom: 0;	
	}
}

.news-heading h3 {
	color: #000;
	margin-bottom: 15px;	
}

.news-list ul li a {
	margin: 5px 0 3px 0;
	font-size: 13px;
	line-height: 1.26;
	display: block;
}

.news-list ul li a.resources-text {
	font-size: 15px;	
}

/* ---------- Taking Education Global ---------- */
.stakeholder {
	padding: 40px 0;
	background: #edf4e3;	
}

.stakeholder-types {
	margin-top: 15px;
}

.stakeholder .tabs .tab-title {
	text-align: center;
	width: 25%;	
}

.stakeholder .tabs .tab-title a .student, .stakeholder .tabs .tab-title a .parent, .stakeholder .tabs .tab-title a .teacher, .stakeholder .tabs .tab-title a .leader {
	width: 100%;
	height: 135px;
	display: block;	
}

.stakeholder .tabs .tab-title a {
	font-family: "museo-slab",serif;
	font-size: 18px;
	font-weight: 500;
	background-color: transparent;
	color: #999;
	display: block;
	padding-bottom: 30px;
}

.stakeholder .tabs .tab-title.active a, .stakeholder .tabs .tab-title a:hover{
	color: #7bab41;
	background-color: transparent;
}

.stakeholder .tabs .tab-title a span {
	margin-bottom: 10px;	
}

.stakeholder .tabs .tab-title a span.student {
	background: url("/images/programs/ge/stakeholder/students-bw.png") center top no-repeat;	
} 

.stakeholder .tabs .tab-title.active a span.student, .stakeholder .tabs .tab-title a span.student:hover {
	background: url("/images/programs/ge/stakeholder/students.png") center top no-repeat;	
}

.stakeholder .tabs .tab-title a span.parent {
	background: url("/images/programs/ge/stakeholder/parents-bw.png") center top no-repeat;	
} 

.stakeholder .tabs .tab-title.active a span.parent, .stakeholder .tabs .tab-title a span.parent:hover {
	background: url("/images/programs/ge/stakeholder/parents.png") center top no-repeat;	
}

.stakeholder .tabs .tab-title a span.teacher {;
	background: url("/images/programs/ge/stakeholder/teachers-bw.png") center top no-repeat;	
} 

.stakeholder .tabs .tab-title.active a span.teacher, .stakeholder .tabs .tab-title a span.teacher:hover {
	background: url("/images/programs/ge/stakeholder/teachers.png") center top no-repeat;	
}

.stakeholder .tabs .tab-title a span.leader {
	background: url("/images/programs/ge/stakeholder/leaders-bw.png") center top no-repeat;	
} 

.stakeholder .tabs .tab-title.active a span.leader, .stakeholder .tabs .tab-title a span.leader:hover {
	background: url("/images/programs/ge/stakeholder/leaders.png") center top no-repeat;	
}

.tabs-content .panel {
	background: #fff;
	padding: 40px;
	border: none;
}

.tabs-content .panel:before {
	content: "";
	position: absolute;
	top: -19px;
	border-style: solid;
	border-width: 0 20px 20px;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.tabs-content .student-content:before {
	left: 12%;
}

.tabs-content .parent-content:before {
	left: 36%;
}

.tabs-content .teacher-content:before {
	left: 60%;
}

.tabs-content .leader-content:before {
	left: 84%;
}

@media all and (max-width: 480px) {
	.stakeholder {
	padding: 40px 0 0 0;
	background: #edf4e3;	
	}

	.stakeholder-types {
		margin-top: 0px;
	}

	.stakeholder .tabs .tab-title a {
		padding-bottom: 10px;
	}
	.stakeholder .tabs .tab-title a span {
		background-size: 80px 80px !important;	
	}

	.stakeholder .tabs .tab-title a .student, .stakeholder .tabs .tab-title a .parent, .stakeholder .tabs .tab-title a .teacher, .stakeholder .tabs .tab-title a .leader {
		height: 80px;	
	}

	.stakeholder .tabs dd>a, .tabs .tab-title>a {
		padding: 0;
	}
	
	.stakeholder .tabs .tab-title a span {
	  margin-bottom: 5px;
	}
}

/* ---------- VTH ---------- */
.sub-header-vth {
	font-family: "museo-sans", serif !important;
	font-weight: 300;
	color: #363636;	
	padding-top: 15%;
}

@media all and (max-width: 480px) {
	.sub-header-vth {
		padding-top: 0;
	}
}

.alert-box.info {
	background-color: #c9e6f2;
	border-color: #9dd2e7;
	margin-bottom: 60px;
}

.alert-box.info h5 {
	margin-bottom: 0;
}