@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.top-bar-nav {
	background: #871146;
	border-bottom: 3px solid #c389bc;
	box-shadow: 0 0 0 3px #fecb09;
	overflow: hidden;
	min-height: 6em;
    vertical-align: middle; 
}
.top-bar-nav .banner ul .mainNav {
	margin-right: 50px;
	vertical-align: middle;
}
.top-bar-nav .banner ul li {
	display: inline;
}
.top-bar-nav .banner ul li:last-child {
	margin-right: 0;
}
.top-bar-nav .banner ul .mainNav a {
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	vertical-align: middle;
	font-family: Open+Sans;
	font-size: 1.1em;						
	font-weight: 400;
	line-height: 2.143;
}
.top-bar-nav .banner ul .mainNav a:hover {
	background: #C398BC;
}
.banner .name {
	height: 90px;
	max-width: calc(100% - 60px);
}
.top-bar-nav .banner ul .name a {
	display: inline-block;
	vertical-align: middle; !important
	float: left;
	clear: both;
	height: 50px;
	width: 25%;
	text-indent: -5000px;
	background: url('../images/arp_logo.png') center center no-repeat no-repeat;
	background-size: contain;
	text-decoration: none;
	margin-right: 50px;
	margin-left: 150px;
}
#footer {
	margin-top: 8rem;
	background: #871146;
	border-top: 3px solid #fecb09;
	box-shadow: 0 -3px 0 0 #c389bc;
	text-align: center;
	padding: 1.25rem 0;
    height:60px;
}
	#footer ul {
		color: #fff;
	}
		#footer ul li {
			display: inline-block;
			font-size: 0.875rem;
			font-family: Open+Sans;
			font-size: 1.1em;						
			font-weight: 400;
			line-height: 2.143;
		}
		#footer ul li:first-child {
			padding-right: 50px;
		}
		#footer ul li:not(:first-child) {
			padding-right: 20px;
		}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
		#footer a:hover {
			background: #C398BC;
		}


.display-details__form_jim {display: none}