



/* IMAGE STYLES */
.heroImage {
width:100%;
padding:3px;
border:solid 1px #eaeaea;
margin:0 0 20px 0;
}

/* IMAGE STYLES */
.heroImageSidebar {
width:100%;
padding:3px;
border:solid 1px #eaeaea;
margin:0;
}

/* NAVIGATION STYLES */


.navStyle {
background-color:#ffffff;
}


.top-bar {
background-color:#ffffff;
font-family: sans-serif;
font-size:1rem;
padding: 0 1rem;
font-weight: 15px;
transition: padding .25s ease;
}

.is-stuck .top-bar {
padding: .2rem;
transition: padding .25s ease;
}

.top-bar .menu a {
color:#000000;
}

.top-bar .menu a:hover {
color:#46b5ec;
}

.top-bar .menu .isactive {
color:#46b5ec;
}

.top-bar-right ul{
  background-color: white;
  float: right;
}

.top-bar-left {
	float:left;
}

/* NAV BAR FOR HOMEPAGE*/

.navStyle-home {
background-color:rgb(255,255,255, 0.8);
}

.top-bar-home {
	position:absolute; 
	width: 100%;
    top: 0;  
	z-index:999;
	background-color:rgb(255,255,255, 0.8);
	font-family: sans-serif;
	font-size:1rem;
	font-weight: bold;
	padding: 1.25rem;
	transition: padding .25s ease;
}

.top-bar-home-right ul{
  background-color:transparent;
  float:right;
}


/*.top-bar-home-right a{
	color: white;
}*/

.top-bar-home-left {
	float:left;
}



/* BREADCRUMBS */

.breadcrumbs {
margin: 1.5rem 0 1rem 0;
list-style: none; 
}

.breadcrumbs::before, .breadcrumbs::after {
display: table;
content: ' ';
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; 
}

.breadcrumbs::after {
clear: both; }
.breadcrumbs li {
float: left;
font-size: 0.6875rem;
color: #0a0a0a;
cursor: default;
text-transform: uppercase; 
}

.breadcrumbs li:not(:last-child)::after {
position: relative;
margin: 0 0.75rem;
opacity: 1;
content: "/";
color: #cacaca; 
}

.breadcrumbs a {
color: #1779ba; 
}

.breadcrumbs a:hover {
text-decoration: underline;
color:#9BC440; 
}

.breadcrumbs .disabled {
color: #cacaca;
cursor: auto;
}





