/* ===== Contact Tool Styles ===== */

#contactMainContainer {
    width: 75%;
    float: right;
	clear: both;
}

.wide #contactMainContainer {
    width: 100%;
    float: none;
}

#contactMainContainer_AutoComplete {
    width: 100px;
    margin-right:10px;
}

.contactContainer {
    overflow: hidden;
    padding: 20px 35px 25px 35px;
    position: relative;
    z-index: 1;
    background: #e6eff6;
}

.contactHeader{
	padding: 10px 0;
}

.contactHeader h2{
	font-size: 1.294em;
	font-weight: 600;
	margin: 0 !important;

}

.no-backgroundsize .contactHeader {
}

.contactContainer .autoCompleteContainer {
	text-align: left;
	padding: 10px 0;
}


.contactContainer p {
	margin: 0 0 5px 0 !important;
	color: #000;
	text-indent:0;
}

.contactContainer a, .contactContainer a:link {
    color: #004a81;
	font-weight: normal;
}

.contactBody .ic-col-sm-4{
	overflow: hidden;
}


@media only screen and (max-width : 991px) {

    #contactMainContainer {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width : 767px) {
    .contactBody .ic-row{
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.contactContainer a[href*="tel"], .contactContainer a[href*="tel"]:link {
        text-decoration: underline;
    }
   
}