.service_menu {
  background: #F1F5F8;
  padding: 2em;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}

.parent__title a {
	color: #333333;
	text-decoration: none;
}

.parent__title a:hover {
	color: #00357d;
}

.service_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service_menu ul > li {
  margin: 1em 0 0 0;
  position: relative;
  overflow: hidden;
}

.child__title {
  margin: 0;
  font-weight: 700;
}

.service_menu ul>li.current-menu-item > .child__title {
  color: #6895CE;
}

.service_menu ul>li:hover > .child__title {
  color: #00357d;
}

.parent__excerpt,
.child__excerpt {
  margin: 0.5em 0 0 0;
}

.child__arrow, .parent__arrow {
	margin: 0.5em 0 0 0;
}

.service_menu ul>li:hover > .parent__arrow > *,
.service_menu ul>li:hover > .child__arrow > * {
  fill: #6895CE !important;
}

.parent__link,
.child__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
}