 .site-main-menu-subpage {
  display: block;
  padding: 0;
  margin: 0;
}

.site-main-menu-subpage li {
  display: block;
  position: relative;
  padding: 0;
  text-align: center;
}

.site-main-menu-subpage li a,
.site-main-menu-subpage li a:hover {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.85em;
  color: #333333;
  letter-spacing: 0px;
  display: block;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  outline: none;
}

.site-main-menu-subpage:not(.dl-menu) li:first-child a {
    border-top: 1px solid #f5f5f5;
}

.site-main-menu-subpage li a:hover,
.site-main-menu-subpage li a.active {
  background-color: #fcfcfc;
  color: inherit;
}

.site-main-menu-subpage li a:hover:after,
.site-main-menu-subpage li a.active:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #eee;
  -webkit-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out;
}

.site-main-menu-subpage li a.active:after {
  background-color: #0099e5;
}






.awards {
	font-family: 'Roboto',Helvetica,sans-serif;
	}


/* PHOTO GALLERY RESPONSIVE GRID */

.responsive {
  max-width: 100%;
  height: auto;
}

/* END PHOTO GALLERY */ 

