main {
	min-height:1700px;

	font-family: 'Rubik', sans-serif;
}
.topImage {
	overflow: hidden;
	max-height: 800px;
}

.content h1,
.content h2,
.content h3:not(.h),
.content h4,
.content h5 {
	color: #000
}

  .sidebar .downloads .download-title:before {
    background-image: url("../img/download-black.svg");
    content: '';
    display: inline-block;
    height: 1.5rem;
    width: 3rem;
    padding: 1rem;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: 0.5rem 0.5rem;
    vertical-align: text-bottom;
  }

  .sidebar .downloads ul {
    list-style: none;
    padding-left: 0;
    list-style-position: inside;
  }

  .sidebar .downloads li {
    position: relative;
    background-color: #F7F7F7;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
  }

  .sidebar .downloads li:hover {
    background-color: #E7E7E7;
  }

  .sidebar .downloads li a {
    color: #000000;
    display: block;
    text-decoration: none;
  }

  .sidebar .downloads li a:before {
    position: absolute;
    background-image: url("../img/open-document-gray.svg");
    content: '';
    display: inline-block;
    height: 4rem;
    width: 3rem;
    padding: 1rem;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: 1rem 1.5rem;
    vertical-align: text-bottom;
  }

  .sidebar .downloads li div {
    padding: 1rem 2rem 0.5rem 4rem;
  }

  .sidebar .downloads p {
    font-weight: 400;
    font-size: 16px;
  }

  .sidebar .downloads-external .download-title:before {
    background-image: url("../img/eye-black.svg");
    content: '';
    display: inline-block;
    height: 1.5rem;
    width: 3rem;
    padding: 1rem;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: 0.5rem 0.5rem;
    vertical-align: text-bottom;
  }

  .sidebar .downloads-external ul {
    list-style: none;
    padding-left: 0;
    list-style-position: inside;
  }

  .sidebar .downloads-external li {
    position: relative;
    background-color: #F7F7F7;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
  }

  .sidebar .downloads-external li:hover {
    background-color: #E7E7E7;
  }

  .sidebar .downloads-external li a {
    color: #000000;
    display: block;
    text-decoration: none;
  }

  .sidebar .downloads-external li a:before {
    position: absolute;
    background-image: url("../img/external-link.svg");
    content: '';
    display: inline-block;
    height: 4rem;
    width: 3rem;
    padding: 1rem;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: 1rem 1.5rem;
    vertical-align: text-bottom;
  }

  .sidebar .downloads-external li div {
    padding: 1rem 2rem 0.5rem 4rem;
  }

