@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
html, body {
  position: relative;
}
body, h1, h2, h3, h4, h5, h6 {
 font-family: 'Roboto'; 
}
.page-title {
  padding: 20px 0;
}
.sidebar-page-container {
  padding: 40px 0px;
}

/* downloads */
.download-file {
  position: relative;
  display: block;
  background: #f0f5f9;
}
.download-file li:first-child {
  border-top: 1px solid #c8d7e3;
}
.download-file li {
  position: relative;
  display: block;
  padding: 20px 25px;
  border-bottom: 1px solid #c8d7e3;
}
.download-file li a {
  font-size: 16px;
  color: #222;
}
.download-file li a i {
  position: relative;
  top: 4px;
  margin-right: 10px;
  font-size: 24px;
}
.download-file li a i {
  color: #da2c46;
}

/* search */

.search-results {
	border-bottom: 0 !important;
}
.search-result {
	margin-bottom: 30px;
}
.search-result h3 {
	padding: 0;
	margin: 0;
}
.search-result p {
	margin: 0;
}
.search-result-link {
	color: #267F18;
}
.search-result-img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.registration-form {
  position: relative;
  width: 100%;
  padding: 93px 0px 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.registration-form:before{
  position: absolute;
  content: '';
  background: #204669;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.icon-file {
  display:block;
  background-size: 24px 24px;
  padding-left: 60px;
  background-repeat: no-repeat;
}