@charset "utf-8";
/* CSS Document */

a {
 	color:#79007c;   
}
.bodycontent a,
footer a {
    text-decoration:underline;
}

#provider-search {
    margin-top:23px;
}

#google_translate_element {
	float: right; 
	margin-bottom: 30px;
}

.footer ul {
    padding:0;
    margin:0 0 30px;
    list-style:none;
}

.footer ul li {
    padding:0 10px;
    margin:0;
    list-style:none;
    border-left:1px dotted #a454b8;
    display:inline-block;
}

.footer ul li:first-child {
    border-left:none;
}

.footer ul li a {
    color:#fff;
}

.footer-content {
    background-color: #370066;
    padding: 30px 30px;
    margin-top: 40px;
    border-radius: 5px;
    color:#7b4da3;
}


@media (min-width: 1px) and (max-width: 991px) {
  	#provider-search {
    	margin-top:0px;
	}
    
}


@media (min-width: 1px) and (max-width: 660px) {

	#google_translate_element {
		float: none; 
		margin: 0 0 14px 17px;
	}
}