#pfServicesListing ul > li {
	float:none;
}
.narrowByFilterContainer {
	display:none;
	border:0;
    width:90%;
    padding:30px;
    background-color:#f1f8fa;
	right:0;
	z-index:20;
	border:1px solid #DDEEF3;
}
.narrowByFilterContainer:hover, .narrowByFilterContainer:focus, .narrowByFilterContainer:active {
	box-shadow: 0 0.425rem 0.425rem rgb(0 0 0 / 25%);
}
.filterTitle {
	display:block;
	border-bottom:3px solid #f4de71;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	color:#09588e;
	font-weight:bold;
	font-size:1.2rem;
}
.narrowByFilterContainer .filterOptions {
	margin:5px 10px 0 0;
	margin-left:25px !important;
	line-height:130%;
	font-size:1.05rem;
}
.narrowByFilterContainer .filterOptions input {
	margin-left:-25px;
	margin-right:10px;
	margin-top:-2px;
}
.narrowByFilterContainer .filterOptions hr {
	border-top: 1px solid #f6fbfc;
	margin:4px 0 !important;
}


#MSO_ContentTable .rtt, #MSO_ContentTable .rtt:hover, #MSO_ContentTable .rtt:active, #MSO_ContentTable .rtt:focus {
	display:block;
	border-bottom:1px solid #e6e6e6 !important;
	color:#03405b !important;
	background:#fff !important;
	text-decoration:none !important;
	padding:0 0 5px 0;
	margin:20px 0 40px 0;
}
#MSO_ContentTable .rtt:hover, #MSO_ContentTable .rtt:active, #MSO_ContentTable .rtt:focus {
	color:#000 !important;
}
#MSO_ContentTable .rtt:after {
	content:'';
	position:absolute;
	display:inline-block;
	width:16px;
	height:16px;
	border-radius:8px;
	margin:4px 0 0 10px;
	padding:0;
	background:#0072c6 url('/PrincessMargaret/Custom%20Code/Images/chevron-down.png') no-repeat;
}
#MSO_ContentTable .rtt:hover:after, #MSO_ContentTable .rtt:active:after, #MSO_ContentTable .rtt:focus:after {
	background:#0a5588 url('/PrincessMargaret/Custom%20Code/Images/chevron-down2.png') no-repeat;
}
.pmcp-content > .rw1 {
	display:none;
}

@media (max-width:500px) {
	.narrowByFilterContainer {
		float:none;
		position:static;
		box-shadow:0 0 0;
		width:95%;
	}
	.narrowByFilterContainer {
		width:100%;
		padding:40px;
	}
}