/* some overrides to the primary stylesheet for the test 'New Design' home- and landing pages */
body {
  background-image: none;
}
#header {
  height: 240px;
  position: relative;
}
#header .socials {
  position: absolute;
  right: 0;
  bottom: 55px;
  font-size: 200%;
  color: #4d4d4d;
}
#header .socials a {
  color: #4d4d4d;
}
#header .socials .fa:hover {
  color: #3d1151;
}
#top-nav {
  background-image: url(../images/rd1/header_bg.png);
}
.top-nav {
  width: auto;
}
.top-nav > li {
  display: table;
  height: 38px;
  width: 137px;
  margin: 0 9px;
  padding: 0;
  background-color: #3c1550;
  text-align: center;
}
.top-nav > li:hover {
  height: 48px;
  transition: 250ms;
}
.top-nav > li.highlight,
.top-nav li.highlight a:visited,
.top-nav li.highlight > ul > li {
  background-color: #ac9766;
}
.top-nav li.highlight li:hover,
.top-nav li.highlight li a:hover {
  background-color: #3c1550;
}
/* new for dropdown */
.top-nav > li > ul {
  top: 48px;
  display: none;
}
.top-nav > li:hover > ul {
  display:block;
  transition: 500ms;
}
.top-nav li ul li {
  width: 137px;
  overflow: hidden;
}
.top-nav li ul li a {
	background-color: #ac9766;
	/* border: 1px solid #3c1550; */
    border: none;
	width:137px;
	height: 48px;
	/* top: 10px; */
    font-size: 90%;
    padding: 3px 0.5px;
}
.top-nav li ul li.highlight a:hover {
	background-color: #ac9766;
	color: #F4E9D2;
	border: 1px solid #3c1550;
	width: 137px;
	height: 48px;
	top: 10px;
}
/* end dropdown */
.top-nav a {
  display: table-cell;
  vertical-align: middle;
  float: none;
  border: none;
  padding: 2px;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
}
.top-nav a:hover,
.top-nav li:hover > a {
  background-color: #3c1550;
  color: #F4E9D2;
  padding: 2px;
}
.top-nav > li:hover > a,
.top-nav > li > a:hover,
.top-nav li li a:hover {
  padding: 3px 0.5px;
}
.top-nav li.highlight a:hover,
.top-nav li.highlight:hover > a {
  background-color: #ac9766; 
  color: white; /* was #F4E9D2; for dropdown */
}
.top-nav a,
.top-nav a:visited {
  background-color: #3d1550;
  color: white;
}
#logo-cont {
  top: 41px;
}
#logo {
  height: 143px;
}
#search-block {
  margin-top: 23px;
  width: 272px;
}
#search-block input[type=text] {
  width: 220px;
}
#main-nav {
  top: 12px;
  height: auto;
  margin: 0;
  padding: 0;
}
.primary-navbar {
  background-color: #624476;
  height: 45px;
  padding: 0;
  margin: 0;
}
.primary-navbar li {
  display: table;
  box-sizing: border-box;
  width: 14.0857%;
  height: 45px;
  margin-right: 0.2333%;
  padding: 2px;
  background-color: #3d1151;
}
.primary-navbar li:last-child {
  margin-right: 0;
}
.primary-navbar li:hover {
  display: table;
  height: 55px;
  transition: 250ms;
  background-color: #3d1151;
  color: #F4E9D2;
}
.primary-navbar li.highlight {
  background-color: #ac9766;
}
.primary-navbar li a {
  display: table-cell;
  vertical-align: middle;
  float: none;
  border: none;
  padding: 2px;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
}
.primary-navbar li a:hover {
  background-color: transparent;
  display: table-cell;
  color: #F4E9D2;
}
.nivo-controlNav a {
	top: 340px;
	left:8px;
}
#content #index-image {
  border: none;
}
#content #page-image {
  border: none;
}
#content.has-text #page-image {
  box-sizing: border-box;
  width: 66.66667%;
  height: 251px;
  /* border-left: none; */
  float: left;
}
#content.has-text #page-banner-text {
  box-sizing: border-box;
  width: 33.33333%;
  height: 235px;
  float: left;
  background-color: #4d4d4f;
  position: relative;
  /* border-bottom: 13px solid #BFBFBF;
  border-left: 8px solid #BFBFBF; */
  border: none;
}
#content .page-banner-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 70px 20px;
  overflow: hidden;
}
#content #page-banner-text .head {
  font-weight: bold;
  font-size: 150%;
  text-align: left;
  color: #ae9862;
}
#content #page-banner-text .body {
  text-align: left;
  color: white;
}
#home .content .row .item {
  /* width: 33.333333%; */
  border-right: 1px solid #333;
  float: left;
  padding: 0;
}
#home .content .row .item:last-child {
  border-right: none;
  padding-right: 0;
}
#home .content .row .item-inner {
  margin: 0 14px;
}
#home .content .row .item:first-child .item-inner {
  margin-left: 0;
}
#home .content .row .item:last-child .item-inner {
  margin-right: 0;
}
#home .content .row h2 {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 3em;
  margin: 20px 0 0;
  padding: 0 20px;
  background-color: #6e6f71;
  color: white;
  text-align: center;
}
#home .content .row.first h2 {
  background-color: #3d1151;
}
#bottom-nav {
  max-width: 960px;
  margin: 0 auto;
  background-color: #404042;
}
#bottom-nav span.bottom-nav {
  color: white;
}
.bottom-nav a {
	color:#fff;
	padding:0px 7px 0px 6px;
	border-right:none;
}
.bottom-nav a:hover {
	color:#aa9565;
}
.last a {
	display:inline;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	border-right:none;
	line-height:13px;
	padding:0px 7px 0px 6px;
}
.last a:hover {
	color:#aa9565;
}
#page-sidebar {
  background-color: #ededed;
}
#happenings-nav .happenings-nav li {
  margin-left: 30px;
  width: 221px;
}
.happenings-nav li a {
  margin-left: -15px;
}
.above_the_fold {
  background-color: #dfdfdf;
  margin: 0 -10px 25px -15px;
  padding: 0 15px 20px;
}
.above_the_fold img {
  float: left;
  box-sizing: border-box;
  max-width: 66.67%;
  margin-right: 15px;
  height: auto;
}
.above_the_fold p {
  overflow: hidden;
}