body {
    background: url(/img/body-bg.gif);
    background-attachment: fixed;
  }
#nye-home-cards a{
    text-decoration: none;
    color: currentColor;
}
#nye-home-cards a:hover{
    text-decoration: none;
    color: currentColor;
}
.nye-blue{
    background-color: #357CCE;
    color: #FFF;
    border: 1px solid #2460a5;
}

.nye-yellow{
background-color: #FFAF21;

border: 1px solid #b37203;
}
.nye-grey{
background-color: #C5D9E3;

border: 1px solid #97a8b1;
}
.nye-green{
background-color: #B8CF35;

border: 1px solid #7d8d25;
}

.nye-home-card{
min-height:120px;
cursor: pointer;
}
/*
.hover-zoom:hover h5{
transition: transform .4s;
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1); 
}
*/
.nye-home-card a{
text-decoration: none;
color: currentColor;
}

.required::after{
content: '*';
color: red;
}
.breadcrumb
{
	padding: .1em;
	
}

.breadcrumb li
{
	padding: .05em .25em;
	float: left;
	
	font-size: 1em;
    list-style-type: none;
}

.breadcrumb li:after
{
	content: '›';
	display: inline;
	font-size: 1.2em;
	color: #AAA;
	padding: 0 .0725em 0 .15em;
}

.breadcrumb li:last-child:after
{
	content: '';
}

.breadcrumb ul /* use as midair border */
{
  
  padding: 0;
  margin: .25em 0;
}

.breadcrumbclear:after,
.breadcrumbclear:before
{
	content: '';
	display: table;
}

.breadcrumbclear:after
{
	clear: both;
}

.breadcrumbclear
{
	display: inline-block;
	display: block;
}
.pointer{
	cursor: pointer;
}
.w-200px
{
	width: 200px;
}