body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.menu-wrap ul.menu li a{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
}
.site-slogan {
    font-size: 14px;
    max-width: 95%;
}
.block-title{
	font-size:14px;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #333;
 font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #333 !important;
}
.region-content-top{
	border-bottom:1px solid #ddd;
	margin-bottom:2rem;
}
.region-content-top .menu{
margin-bottom: 2rem;
}

.figure {
    position: relative;
    max-width: 100%;
display:inline-block; 
}
.figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.figure:hover img.image-hover {
  opacity: 1;
}

.overlay-fade {
	position: relative;
    overflow: hidden;
    display:inline-block; 
}
.overlay-fade:hover div {
	opacity: 1;
    transition: all 0.2s ease-in;
}
.overlay-fade div {
	position: absolute;
    box-sizing: border-box;
    top: 0;
	bottom: 0;
    background-color: rgba(230,230,230,0.3);
    width: 300px;
    height:388px;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.overlay-fade a {
	box-sizing: border-box;
	text-decoration: none;
    display: block;
    color: #eeeeee;
    background-color: #1c5bb1;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    font-size: 1em;
    font-weight: bold;
}
img { vertical-align: revert !important; }

