.newsItem p {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main #news ul li .newsItem p {
	width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content img.alignright { float: right; margin: 0 0 1em 1em; }
.content img.alignleft { float: left; margin: 0 1em 1em 0; }
.content img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.content .alignright { float: right; }
.content .alignleft { float: left; }
.content .aligncenter { display: block; margin-left: auto; margin-right: auto; }

#main #search#search {
	min-height: 300px;
}

#main #news ul li .newsItem.newsItem {
	overflow: hidden;
}

.mc4wp-form .buttonstyle {
	background: #fff;
	color: #000;
	padding: 5px 10px;
	float: right;
	margin-top: 5px;
}

.newsletter-content .read-more {
	color: #2c446a;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 18px;
	position: relative;
	bottom: 1px;
	margin-right: 20px;
	display: block;
	margin-top: 20px;
}

.newsletter-content .read-more i {
	margin-right: 10px;
}

.newsletter-content {
	padding-right: 60px;
}

.newsletter-content h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

.subscribe-wrapper {
	background: #2c446a;
	padding: 10px 20px 30px 20px;
	margin-top: 18px;
	color: #fff;
}

.mc4wp-form label {
	margin-bottom: 15px;
}

.subscribe-wrapper input[type="email"] {
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 8px 8px;
}

#slidesContainer #solutions#solutions ul li a {
	padding-top: 10px;
	background: #97cef5;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

#slidesContainer #solutions#solutions ul li a:hover {
	background: #2c446a;
}

#slidesContainer #solutions#solutions ul li a:hover span {
	color: #fff;
}

#slidesContainer #solutions#solutions ul li a span {
	color: #fff;
}

#slidesContainer #solutions#solutions ul li a i {
	background-position-x: -100px;
}

.modal {
	display: none;
}

.contact-form-container {
	margin: 40px 0;
}

.contact-form-container .wpcf7-form-control {
	width: 100% !important;
	-webkit-appearance: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 10px !important;
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px;
}

.contact-form-container .wpcf7-form-control.wpcf7-file {
	padding: 0 !important;
	line-height: 0 !important;
}

.contact-form-container .wpcf7-form-control.wpcf7-textarea {
	height: 140px !important;
}

.contact-form-container .wpcf7-form-control.wpcf7-submit {
	width: auto !important;
	padding: 10px 20px !important;
	margin-top: 0 !important;
	float: right !important;
	border: none !important;
	color: #fff !important;
	background: #2c446a !important;
	text-transform: uppercase !important;
}

@media (max-width: 480px) {
	.sidebar .submenu li.current_page_item > .children {
	    display: block !important;
	}
}