/* This file is for updates to UltraWay CSS that can not be removed in COO_Responsive */

/* Headers AREA */


/* EMS updates */

.d-inline {
    display: inline-block !important;
}



/* EMS Updates END */



h2, .h2, div.PanelTitle {
    border-bottom: none !important;
}

/* Footer AREA */

.footer-content {
	background-color: #2E2E2E !important;
}

.social-logo-icons li > a:hover {
	color: #4E92CA !important;
}

.footer-column h6 {
	color: #fff !important;
	font-size: 13px !important;
	margin-bottom: 2px;
	margin-top: 2px;
}



/* End of updates */

#masterContentArea {
    border-radius: 1rem;
    background: #FFF !important;
    padding: 1rem 2.5vw;
}




#idMenu.RadMenu a.rmLink:hover, #idMenu.RadMenu a.rmLink.rmSelected {
    color: #0F6CB7 !important;
    padding: 5px 8px;
    text-decoration: none;
}

.SignInBox .panel-heading {
    text-align: center;
}

@media (min-width: 768px) {
.SignInBox {
    max-width: 40%;
    margin: 0 auto;
}
}