

#contact_form .success{
	font-weight: bold;
	color: #2E6800;
}
#contact_form .error {
	font-weight: bold;
	color: #FF0000;
}
header ul.dropdown-menu.menu-top li a{
	    font-weight: 700;
}
header ul.dropdown-menu.menu-top > li {
    display: inline-block;
    line-height: 43px!important;
}
header.head-1 > .container{
	    z-index: 1001 !important;
}
header ul.dropdown-menu.menu-top > li {
    width: 100%;
		height: 36px;
    line-height: 43px;
    border-top: none;
}
header ul.dropdown-menu.menu-top > li:hover {
    border-bottom: 1px solid #007da5;
}
header.head-1 .fa-wrench:before {
    content: "\f0ad" !important;
}
.mspanywhere{
	background: url('../images/mspanywhere.svg');
	background-position: center;
	background-size: cover;
	width: 20px;
	height: 20px;
}
.msp-text{
	margin-top: -19px;
  margin-left: 28px;
	font-size: 14px;
}
.islonline-ico{
	background: url('../images/islonline-ico.svg');
	background-position: center;
	background-size: cover;
	width: 20px;
	height: 20px;
}
.islonline{
	background: url('../images/islonline.png');
	background-position: center;
	background-size: cover;
	width: 90px;
  height: 19px;
}
.contact-button-link.mspanywhere-icon{
	background-position: center;
	background-size: cover;
	width: 34px;
	height: 34px;
	padding: 0;
	background: #FD9B3D;
	opacity: 1.0;
}
.mspanywhere-icon span {
		background: url(../images/mspanywhere.svg);
		height: 30px;
		width: 30px;
		text-align: center;
		background-position: center center;
		background-size: contain;
		margin-top: 3px;
	  margin-left: 1px;
}
.contact-button-link.islonline-icon{
	background-position: center;
	background-size: cover;
	width: 34px;
	height: 34px;
	padding: 0;
	background: #B8D554;
	opacity: 1.0;
}
.islonline-icon span {
	background: url(../images/islonline-icon.svg);
	height: 20px;
	width: 20px;
	text-align: center;
	background-position: center center;
	background-size: contain;
	margin-top: 7px;
  margin-left: 1px;
}
@media (max-width:991px){
.mspanywhere{
    margin-top: 15px;
}
.msp-text {
  margin-top: -35px;
  margin-left: 28px;
}
.islonline {
    background: url(../images/islonline.png);
		background-position: center;
		background-size: cover;
		width: 90px;
	  height: 19px;
    margin-top: 14px;
}
}
