
.datalist-filter-search, .datalist-filter-year {
	border: solid 1px #bebfc1 !important;
	border-radius: 4px !important;
	padding: 6px 16px !important;
	padding-right: 16px !important;
	margin-bottom: 2rem !important;
	width: 100% !important;
	min-height: 56px !important;
	margin-bottom: 0 !important;
}

.datalist-filter-search {
	padding-right: 50px !important;
}
.datalist-filter-search+.o-icon {
	position: absolute;
	right: 20px;
	top: 13px;
	font-size: 28px;
}

.datalist-filter-year {
	font-size: 1.8rem !important;
}
.datalist-filter-year + label {
	transform: translateY(-2.4rem) translateX(.15rem) !important;
}


.fo-listpage h1 {
	margin: 2rem 0 2.5rem;
}

.fo-listpage h2 {
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: 500;
	margin: 2rem 0 2.5rem;
}

@media (min-width: 992px) {
  .fo-listpage h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    max-width: 75%;
  }
}

.fo-listpage h3 {
  // color: #014c87;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 992px) {
  .fo-listpage h3 {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}

.fo-listpage ul {
	padding-left: 0;
	list-style: none;
}

.fo-listpage ul > li p {
	margin: 0;
}
.fo-listpage ul > li p + p {
	margin: .3em 0 0;
	margin-right: 4em;
}

.fo-listpage > ul > li, .fo-listpage *:not(li) > ul > li {
  border-bottom: solid 1px #f4f4f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
	.fo-listpage > ul > li, .fo-listpage *:not(li) > ul > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.fo-listpage ul ul > li {
  margin: 2.6rem 0;
  position: relative;
  padding-left: 2.6rem;
}
@media (min-width: 992px) {
	.fo-listpage ul ul > li {
	  padding-left: 34px;
	}
}
.fo-listpage ul ul > li::before {
	color: #014c87;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: .1em;
  font-family: fobig-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
@media (min-width: 992px) {
  .fo-listpage ul ul > li::before {
    font-size: 24px;
    top: .05em;
  }
}
