/* =========================================
		Colors
   ========================================= */
body,
html {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 22px;
  background: #e6e7e8;
  color: #231f20;
  font-weight: normal;
  box-sizing: border-box;
  overflow-x: hidden;
}

h1, h2 {
  font-weight: 700;
}

.site {
  width: 100%;
}

.site__header {
  background: white;
  color: #201c6f;
}
.site__header h1 {
  font-size: 30px;
  margin: 25px 0;
  line-height: 35px;
}

.header__container, .content__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 50px;
}

.site__content h2 {
  font-size: 20px;
  margin: 20px 0;
  line-height: 25px;
}

.content__contact {
  display: block;
  padding: 20px 0;
}

.contact__title {
  text-transform: uppercase;
  font-weight: 700;
}

.contact__details span {
  color: #201c6f;
  font-weight: 700;
}
.contact__details a {
  color: #201c6f;
  text-decoration: underline;
}

.content__balance-sheets {
  display: block;
  padding: 20px 0;
}

.balance-sheets__button {
  display: block;
  max-width: 270px;
  box-sizing: border-box;
  text-align: center;
  background: #201c6f;
  color: white;
  padding: 15px 25px;
  margin: 10px 0;
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.balance-sheets__button a {
  color: white;
  text-decoration: none;
}
