#mobile-dropdown-row .rds-fr:before {
    display: none;
}
#mobile-dropdown-row .rds-fr .rds-fl {
    position: relative;
}
#mobile-dropdown-row .rds-fr .rds-fl:before {
    content: " ";
    position: absolute;
    height: 23px;
    width: 2px;
    background-color: #516DC1;
    border: 0;
    border-left: 1px solid #364571;
    left: -2px;
}

small.sup { position: relative; top: -0.4em; font-size: 0.8em; }
.divider-dash { margin: 16px 0; }
.off-screen {left: -2000px; position: absolute;}

.related-section {
	border:solid 1px #e6e1db;
	padding-left:0px;
	padding-right:0px;
	
}

.related-header-text {
	background-color:#e6e1db;
	height:20%;
	width:100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.related-header-text {
		padding-bottom:5px;
	}
}

.min-height-needed {
	min-height: 715px;
}