
.logo {max-width: 300px}


/*-------------- NAVIGATION --------------*/


.topNav .white {display: inline-block}
.topNav .color {display: none}

.topNav.scrolled .white {display: none}
.topNav.scrolled .color {display: inline-block}

.fillme .white {display: none}
.fillme .color {display: inline-block}


.topNav {
	z-index: 999 !important;
}

.fill,
.fillme {
  transition:0.5s ease;
  background:transparent;
  padding-top:10px;
  padding-bottom: 10px
}


.topNav.scrolled .fill {
	background: rgba(0, 0, 0, 0.8) !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.fillme {
	background: transparent;
}

.hamburger {
	padding-top:20px !important;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before, 
.hamburger .hamburger-inner::after {
	background-color: #ffffff;
}

.fillme .hamburger .hamburger-inner,
.scrolled .hamburger .hamburger-inner { 
	background-color: #d8b539;
}

.fillme .hamburger .hamburger-inner::after,
.scrolled .hamburger .hamburger-inner::after { 
	background-color: #d8b539;
}
 
.fillme .hamburger.is-active .hamburger-inner,
.scrolled .hamburger.is-active .hamburger-inner  { 
	background-color: #d8b539 !important;
}

.fillme .hamburger .hamburger-inner::before,
.scrolled .hamburger .hamburger-inner::before { 
	background-color: #d8b539 !important;
}


.quicklinks ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.quicklinks ul li {
	display: inline;
}
.quicklinks ul li a {
	display: inline-block;
	padding: 5px;
	margin: 15px 10px 0;
	color: #FFFFFF;
	font-size: 1.3rem;
	font-weight: 600;
}

.quicklinks ul li a:hover {
	opacity: 0.5;
}

.fillme .quicklinks ul li a.group_primary,
.scrolled .quicklinks ul li a.group_primary {
	color: #333333;
}
.fillme .quicklinks ul li a.commercial_primary,
.scrolled .quicklinks ul li a.commercial_primary {
	color: #004466;
}
.fillme .quicklinks ul li a.land_primary, 
.scrolled .quicklinks ul li a.land_primary {
	color: #668800;
}



#navExpand {
	background-color: rgba(35, 35, 35, 0.90);
}


nav h4 {
	font-size: 1.2rem;
	line-height: 1.7rem;
	padding-bottom: 8px;
	/*border-bottom: solid 3px #000000;*/
	color: #000000;
}

nav h4 {
	margin-bottom: 1.25rem;
}

nav a {
	color: #3d3a39;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}

nav a:hover {
	color: #3d3a39;
	text-decoration: underline;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul li,
nav p {
	font-weight: 300;
	font-size: 1rem;
}

/*-------------- UNDER BANNER MENU --------------*/


.showBreadcrumb #underBannerMenu {
	display: inline-block
}

#underBannerMenu {
	display: none
}

underBannerMenu ul {
	list-style-type: none;
	padding: 0;
}

#underBannerMenu ul li {
	display: inline-block;
	margin-top:20px
}

#underBannerMenu ul li a {
	color: color: #777766;
	border-bottom: none
	padding-bottom: 3px
}

#underBannerMenu ul li a:hover {
	color: #333333;
	border-bottom: solid 2px #333333;
}

#underBannerMenu ul li.selected a {
	border-bottom: solid 2px #333333;
	color: #333333;
}


#underBannerMenu ul li::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f178";
  margin-left:15px;
  margin-right: 15px
}

#underBannerMenu ul li:last-child::after {
	  content: "";
	  margin-left: 0;
	  margin-right: 0
}

.navNextPrev {
	display: none;
}

.showNextPrev .navNextPrev {
	display: block;
	margin-top: 50px;
	margin-bottom:50px;
	border-top: solid 1px #777766;
	padding-top:20px;
}

.navNextPrev ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navNextPrev ul li {
	display: block
}

.navNextPrev ul li a {
	color: #333333;
}
.navNextPrev ul li a:hover {
	color: #777766;
}

.navNextPrev .navNext ul  {
	text-align: right;
}

.navNextPrev .navNext ul li::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f178";
	margin-left:15px;
}

.navNextPrev .navPrev ul li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f177";
	margin-right:15px;
}



