.section-1 {
	background-color: #EAEEF2;
	background-image: url('../images/EEI-Training-5_03.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.section-2 {
	background-image: url('../images/EEI-Training-5_05.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-2 .z-container > .z-column > .z-1of2 {
	background-color: rgba( 255, 255, 255, 0.96 );
	padding: 0;
	position: relative;
}
.section-2 .section-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40%;
	overflow: hidden;
}
.section-2 .section-image a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-2 .section-image a img {
	display: none;
}
.section-2 .section-content {
	float: right;
	width: 60%;
	padding: 10px 10px 15px;
}
.section-2 .section-content p {
	padding: 5px 0;
}
.section-2 img {
	vertical-align: bottom;
	max-width: 100%;
}

.section-2 a {
	display: inline-block;
	color: #369;
	font-weight: 600;
	text-decoration: none;
}
.section-2 h3 a {
	color: #064b85;
	font-weight: 300;
}






.catalog-category .category-image {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.catalog-category .category-image img {
	max-width: 100%;
}
.catalog-category .category-name {
	text-align: center;
}
.catalog-category .category-name a {
	color: #666;
	text-decoration: none;
}



.catalog-product .product-image {
	display: inline-block;
	width: 100%;
}
.catalog-product .product-image img {
	max-width: 100%;
}
.catalog-product .product-name {
	color: #666;
	text-decoration: none;
}
.catalog-product .product-price {
	color: #064b85;
}







.training-staff .staff-image {
	padding: 0 0 20px;
}
.training-staff .staff-image img {
	max-width: 100%;
}
.training-staff .staff-name {
	padding-bottom: 20px;
	font-weight: bold;
}
.training-staff .staff-position {
	color: #999999;
	padding-bottom: 20px;
}
.training-staff .staff-phone {
	padding-bottom: 10px;
}
.training-staff .staff-email a {
	color: #000;
}

.training-staff .staff-biography-button {
	padding-top: 20px;
}
.training-sec1, .training-sec2, .training-sec3, .certifications-sec1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.training-sec1 {
    background-image: url(../images/training-bg1.jpg);
}
.training-sec2 {
    background-image: url(../images/training-bg2.jpg);
}
.training-sec3 {
    background-image: url(../images/training-bg3.jpg);
}
.certifications-sec1 {
    background-image: url(../images/certifications-bg.jpg);
}
.certifications-sec2 {
    background-color: #ecf1f5;
}
.certifications-sec2 a.more {
    display: inline-block;
    background-color: #717274;
    color: #fff;
    font-weight: bold;
    padding: 9px 40px;
    margin: 15px 0 0 0;
}
.certifications-sec2 a.more:hover {
    background-color: #084a83;
}

.section-1 h3 {
    color: #064b85;
    font-weight: bold;
    font-size: 20px;
}
.section-1 a.more {
    display: inline-block;
    background-color: #717274;
    color: #fff;
    font-weight: bold;
    padding: 9px 30px;
    margin: 8px 0 0 0;
}
.section-1 a.more:hover {
    background-color: #084a83;
}






@media only screen and (max-width: 1382px) {
	.section-2 .section-image, .section-2 .section-image a {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		text-align: center;
	}
	.section-2 .section-image {
		width: 100%;
		float: left;
		padding-top: 20px;
	}
	.section-2 .section-image a img {
		display: inline-block;
		width: 100%;
	}
	.section-2 .section-content {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
}

@media only screen and (max-width: 992px) {
	.section-1 {
		background-image: none;
	}

	.section-2 .section-image {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 40%;
		overflow: hidden;
	}
	.section-2 .section-image a {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.section-2 .section-image a img {
		display: none;
	}
	.section-2 .section-content {
		float: right;
		width: 60%;
		padding: 10px 10px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.section-2 .section-image, .section-2 .section-image a {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		text-align: center;
	}
	.section-2 .section-image {
		width: 100%;
		float: left;
		padding-top: 20px;
	}
	.section-2 .section-image a img {
		display: inline-block;
		width: 100%;
	}
	.section-2 .section-content {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	.training-sec2 {
	    background-image: none;
	    background-color: #d8e1e8;
	}
	.training-sec1, .training-sec3, .certifications-sec1 {
	    background-image: none;
	}
}

@media only screen and (max-width: 479px) {
}