section {
	padding-top: 20px;	
	padding-bottom: 40px;
}
section.widget_slider_widget {
	padding: 0;
	width: 100%;
}
.slider-show {
	padding-top: 325px;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/slider.jpg');
}
.black-box {
	background: rgba(0,0,0,0.8);
  padding: 10px 30px;
  color: #fff;	
  display: inline-block;
}
.black-box h3 {
	color: #FAC800;
}
.bxslider, .bx-wrapper {
	direction: ltr;
	text-align: left;
}
.management-consulting-box {
	background-color: #EBEBEB
}
.management-consulting-box .content {
	padding: 10px 15px;
}
#coming-programs .title {
	color: #379E3A;
	margin-bottom: 20px;
}
#events .title {
	color: #379E3A;
	margin-bottom: 20px;
}
a.green-link,
a.green-link:hover,
a.green-link:link,
a.green-link:focus,
a.green-link:active,
a.green-link:visited {
	color: #379E3A;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
#mail-chimp-form label {
	margin-right: 20px;
	color: #337E2E;
}
#mail-chimp-form input[type="email"] {
	background-color: #E1E1E1;
}
#mail-chimp-form .input-group-addon {
	background-color: #337E2E;
	color: #fff;
}
section#specialized-programs {
	background-color: #EFEFEF;
	background-image: url('../img/pattern.jpg');
	color: #505050;
}
section#specialized-programs hr ,
section#partners hr {
	border-top: 4px solid #aaa;
}
section#specialized-programs .arrows,
section#partners .arrows {
	display: inline-block;
	float: right;
}
section#specialized-programs .arrows button,
section#partners .arrows button {
	background-color: #333;
	color: #fff;
}
ul.events-list {
	list-style: none;
	padding-left: 0; 
	padding-right: 0; 
}
ul.events-list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #333;
}
ul.events-list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
section#partners {
	background-color: #D7D7D7;
	color: #505050;
}
section#partners .slick-slider {
	margin-bottom: 0;
}
.partners-slick {
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #aaa;
	padding: 10px;
}
table.coming-programs > thead > tr > td,
table.coming-programs > tbody > tr > td {
	padding-left: 10px;
	padding-right: 10px;
}
table.coming-programs > tbody > tr > td:first-child p {
	font-size: 16px;
}
table p {
	font-size: 15px;
}
.col-lg-70,
.col-lg-30,
.col-md-70,
.col-md-30,
.col-sm-70,
.col-sm-30 {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
}
@media (min-width: 768px) {
	.col-sm-70,
	.col-sm-30 {
		float: left;
	}
	.col-sm-70 {
		width: 70%;
	}
	.col-sm-30 {
		width: 30%;
	}
}
@media (min-width: 992px) {
	.col-md-70,
	.col-md-30 {
		float: left;
	}
	.col-md-70 {
		width: 70%;
	}
	.col-md-30 {
		width: 30%;
	}
}
@media (min-width: 1200px) {
	.col-lg-70,
	.col-lg-30 {
		float: left;
	}
	.col-lg-70 {
		width: 70%;
	}
	.col-lg-30 {
		width: 30%;
	}
}
@media(max-width: 530px) {
  section#specialized-programs .arrows, 
  section#partners .arrows{
    text-align: center;
    margin-top: 10px;
    float: none;
    display: block;
  }
}