/*
 ----------------------------- 
 medlegalnetwork.com Custom Styles
 © Cynthia Pinsonnault
 March 2023
 -----------------------------
*/


.mlnh1 {
	font-family: 'Times New Roman', Times, 'serif';
	font-weight:normal !important;
	font-size:195% !important;
	line-height:100%;
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
.mlnh2 {
	font-family: 'Times New Roman', Times, 'serif';
	font-weight:bold !important;
	font-size:330% !important;
	line-height:100%;
	margin-bottom:13px !important;
	letter-spacing:0.02em;
	padding-top:0px !important;
	margin-top:0px !important;
}
.listing {
	padding-left:18px !important;
	padding-right:18px !important;
}
.nomargintop {
	margin-top:0px !important;
}
.nomarginbot {
	margin-bottom:0px !important;
}
.mlnh1 a {
	color:#fff !important;
	text-decoration: none !important;
}
.mlnh1 a:hover {
	color:#fff !important;
	text-decoration: none !important;
	border-bottom:1px dotted #fff !important;
}
.footer a {
	color: rgba(250,250,250,1);
	text-decoration:none;
}
.footer a:hover {
	color: rgba(250,250,250,1);
	border-bottom:1px dotted;
}
.text-link-dark {
	font-weight:bold;
	color:#2849A0;
	text-decoration:none;
}
.text-link-dark:hover {
	text-decoration:none;
	border-bottom: 1px dotted;
}
.text-link-noshow {
	color:#FFF;
	text-decoration:none;
}
.text-link-noshow:hover {
	text-decoration:none;
}
.links li{
	font-size:100%;
	margin-bottom:12px;
}
.test {
	color:rgba(40,73,160,1.00)
}
.blueborder {
	border-bottom: 9px solid #2849A0 !important;
}



@media only screen and (min-width: 701px) and (max-width: 1200px) {


}

@media only screen and (min-width: 481px) and (max-width: 700px) {


}

@media only screen and (min-width: 0px) and (max-width: 480px) {


}