@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------*/
/* ----------->>> COMPONENT RELATED <<<------------*/
/* ------------------------------------------------*/
.mdc-custom__featured,
.mdc-custom__related {
  background-color: #eee;
  padding: 3.5em;
}

h2.mdc-custom__featured__title,
h2.mdc-custom__related__title {
  margin-top: 0;
}

.mdc-custom__featured__description,
.mdc-custom__related__description {
  margin-bottom: 1.5rem;
}

.mdc-custom__related__list > ul {
  list-style: none;
}

.mdc-custom__related__list > ul > li {
  margin-bottom: 0.5em;
}

.mdc-custom__related__list > ul > li:before {
  content: '';
  background: url(/resources-clerk/images/icons/chevron-circle-right--green.svg) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -30px;
  margin-right: 15px;
}

/* ------------------------------------------------*/
/* ----------->>> COMPONENT FEATURED <<<-----------*/
/* ------------------------------------------------*/

.mdc-custom__featured {
  text-align: center;
}

a.mdc-custom__featured__button {
padding: 1.5rem;
  text-decoration: none;
 /* margin-top:30px;*/
  border-radius: 8px;
}

.mdc-custom__spacing {
	margin:60px 0px;
}