.service-card{
	min-height: 450px;
	background-blend-mode: overlay;
	display: flex;
	justify-content: center;
	align-items: end;
	transition: all 0.5s ease-in-out;
}
.service-card:hover{
	transform: scale(1.05);
}
.service-card h4{
	margin-bottom: 0px;
}
#bottom .inside .left{
	margin-bottom: 0px;
}
.ce_hyperlink a, a.btn{
	color: rgb(59,60,66);
}
p a {
    color: rgba(112,130,155,1);
}
.newsteaser_v7 .h5, .newsteaser_v7 h5, .newsteaser_v7 .date{
	color: #ffffff;
}
.newsteaser_v7 .date{
	border-color: #ffffff;
}
.ce_featurelist li{
	width: 100%;
	border-bottom: 0px;
	padding:0px;
	padding-bottom: 10px;
	hyphens: manual;
}
.ce_featurelist .image_container img{
	width:100%;
}
input.submit, button.submit{
	color: rgb(59,60,66);
}
form.style6 {
    background: #f5f5f5;
    padding: 25px;
    color: #434343;
}
form.style6 input, form.style6 select, form.style6 textarea {
    background-color: #fff;
    color: #434343;
    border-color: #b8bfbe;
}
form.style6 input::-webkit-input-placeholder,
 form.style6 textarea::-webkit-input-placeholder {
	 color: #434343 !important;
 }
 
 form.style6 input:-moz-placeholder,
 form.style6 textarea:-moz-placeholder {
	 color: #434343 !important;
 }
 
 form.style6 input::-moz-placeholder,
 form.style6 textarea::-moz-placeholder {
	 color: #434343 !important;
 }
 
 form.style6 input:-ms-input-placeholder,
 form.style6 textarea:-ms-input-placeholder {
	 color: #434343 !important;
 }
 .mainmenu_link.highlight-rounded-color-accent span{
 	border-radius: 4px !important;
 	color: #434343;
 	padding: 7px 23px 7px 40px !important;
 	font-weight: 100;
 }
 .mainmenu ul li a.nav-icon span {
    transform: none;
    -webkit-transform: none;
    display: inherit;
    line-height: normal;
}
.mainmenu ul li a i{
	top: 100%;
    width: auto;
    left: 20px;
    color: #434343;
    left: 15px;
}
.mainmenu ul ul{
    padding:0;
}
.line-height-1{
    line-height: 1;
}
.mainmenu .level_2 li.trail, .mainmenu .level_2 li.mm-selected{
    background: #203256;
}
.mainmenu .level_2 li a:hover{
    background: #203256;
    color: #f0e620;
    opacity: 1;
}