/* CSS Document */
body{background:#fff;color:#000;}
header{background:#fff;}
header *{color:#000;}

.header-right .search input[type="text"]{border-bottom:1px solid #000;}

.slide-content,.slide-content *{color:#fff !important;}

.bg{display:none !important;}

.main-menu{border-bottom:1px solid #f1f1f1;}
.main-menu li:hover a{border-bottom:1px solid #f1f1f1;background:#f1f1f1;}
.main-menu li.current-menu-item > a{background:#f1f1f1;}
	.main-menu li a i{color:#000;}
	.main-menu li ul{background:#f1f1f1;}
		.main-menu li ul li:hover a{background:#f1f1f1;}

article *,aside *{color:#000 !important;}
article a:hover,aside a:hover{text-decoration:underline;}
article ul li:before{color:#000;}
article th{background:#000;color:#fff !important;}

aside .widget-container{border:1px solid #000;background:none !important;}
aside .widget-container .backstretch{display:none !important;}

article form{border:1px solid #000;background:#fff !important}
article form input[type="text"], article form input[type="password"], article form input[type="email"], article form textarea, article form select{border-bottom:1px solid #000;}

article .form-field.dropdown-container{background-image:url(../images/dropdown-bg-black.png);}

article blockquote{background-image:url(../images/blockquote-bg-black.png);}
article blockquote .blockquote-bg-small{background-image:url(../images/blockquote-bg-small-black.png);}

article .wp-caption-text{padding-left:0;padding-right:0;background:#fff;}

article .gallery-item .overlay{background:rgba(0,0,0,0.6);}

.cta-grid .item {width:588px; background-image:none !important;background-color:#fff !important;}
	.cta-grid .item .backstretch{display:none !important;}
	.cta-grid .training-cta .date-item .image,.cta-grid .training-cta .date-item .image span{color:#fff !important;}

.cta-grid .survey-cta.item .frm_forms, .cta-grid .survey-cta.item .frm_forms form{border:0;}

ul.smallctas li, .policies-cta, .training-cta, .survey-cta { background:#fff !important; border: 1px solid #000;}

.list-item .image{background:none;}
.list-item .image.no-image{width:198px;height:198px;border:1px solid #000;}

.content-lower{border-top:1px solid #000;}
.content-lower *{color:#000 !important;}

.pagination{border-top:1px solid #000;}

#content .wp-pagenavi span.pages{color:#000;}
#content .wp-pagenavi a, #content .wp-pagenavi span,#content .wp-pagenavi a:hover{background:#fff;border:1px solid #000;color:#000;}
#content .wp-pagenavi span.pages{border:0;}
#content .wp-pagenavi span.extend{background:#fff;}

.training-caledar .item{width:198px;height:198px;border:1px solid #000;background:#fff !important;}
.training-caledar .item a:hover{text-decoration:none !important;}

footer *{color:#000 !important;}
	.footer-upper{background:#f1f1f1;}
	
	.footer-lower .item input[type="text"], .footer-lower .item input[type="email"]{border-bottom:1px solid #000;}
	.footer-lower .item ::-webkit-input-placeholder{color:#000;}
	.footer-lower .item ::-moz-placeholder{color:#000;}
	.footer-lower .item :-ms-input-placeholder{color:#000;}
	.footer-lower .item :-moz-placeholder{color:#000;}

@media only screen and (max-width: 1190px) and (min-width: 850px) {
	.cta-grid .item {width:478px !important;}
}

@media only screen and (max-width: 850px) and (min-width: 768px) {
	.cta-grid .item {width:353px !important;}
}

@media only screen and (max-width: 767px) and (min-width: 421px) {
	.cta-grid .item {width:auto !important;}
}
@media only screen and (max-width: 420px) {
	.cta-grid .item {width:auto !important;}
}