body {
  font-family: "Helvetica", "Arial", sans;
  color: #000000;
  margin: 0px;
}

body, div, p, h1, h2, h3, h4, h5, h6, a, span, button {
  word-wrap: break-word;
  word-break: break-word;
}

.Color--purple {
  color: #cc3868;
}

.Color--yellow {
  color: #ebb525;
}

.Color--turquoise {
  color: #00928f;
}

.Color--coldGrey {
  color: #f5f8f9;
}

.Color--warmGrey {
  color: #f6f3ef;
}

.Color--medGrey {
  color: #ccc9c6;
}

.BackgroundColor--darkGrey {
  background-color: #7f7e7c;
}

.BackgroundColor--purple {
  background-color: #cc3868;
}

.BackgroundColor--yellow {
  background-color: #ebb525;
}

.BackgroundColor--turquoise {
  background-color: #00928f;
}

.BackgroundColor--coldGrey {
  background-color: #f5f8f9;
}

.BackgroundColor--warmGrey {
  background-color: #f6f3ef;
}

.BackgroundColor--medGrey {
  background-color: #ccc9c6;
}

.BackgroundColor--darkGrey {
  background-color: #7f7e7c;
}

p {
  line-height: 18px;
  letter-spacing: 0.005em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Din", "Helvetica", "Arial", sans;
}

h1, .Text--headline1 {
  color: #000000;
  font-size: 52px;
  line-height: 63px;
}

h2, .Text--headline2 {
  color: #000000;
  /* Do we really need so much uppercase? */
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

h3, .Text--headline3 {
  color: #cc3868;
  font-size: 18px;
  line-height: 22px;
}

h4, .Text--headline4 {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

div, p, .Text--body {
  font-size: 14px;
  line-height: 17px;
}

p, .Text-body {
  color: #585858;
  letter-spacing: 0.2px;
}

a, .Text--link {
  color: #00928f;
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
}

.Text--filterItems {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 22px;
}

li, .Text--listItems {
  color: #585858;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px
}

strong, .Text--bold {
  font-weight: bold;
  color: #000000;
}

.Footer strong, .Text--bold {
  font-weight: bold;
  color: #ffffff;
}

.Icon {
  width: 32px;
  height: 32px;
  fill: black;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  position: fixed;
  background: white;
  width: 100%;
  height: 30px;
}
main, .Main {
  flex: 1 0 auto;
  background: white;
  padding-top: 40px;
  margin: 0 40px;
  margin-bottom: 80px;
}

.Main--default {
  width: 60%;
  max-width: 1179px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  main, .Main {
    margin: 0 40px;
  }

  .Main--default {
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  main, .Main {
    margin: 0 20px;
  }

  .Main--default {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 0 auto;
  }
}

footer {
  flex: initial;
  max-height: 100%;
}

button,
.Button,
input[type="submit" i] {
  border: 0;
  color: #fff;
  background: #00928f;
  padding: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-width: 188px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Din", "Helvetica", "Arial", sans;
}

button:hover,
input[type="submit" i]:hover {
  background: #cc3868;
}

button:focus,
input[type="submit" i]:focus {
  background: #cc3868;
  outline: none;
}

img {
  max-width: 100%;
}

pre {
  padding: 8px;
  background-color: #eee;
  white-space: pre-wrap;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  max-width: 100%;
}

table, td {
  border: 1px solid #adadad;
  padding: 2px;
  font-size: 13px;
}

th, td {
  min-width: 100px;
}

.LargeTable th,
.LargeTable td {
  min-width: initial;
}

th {
  background-color:#00928f;
  text-align:left; color:white;
  border: 1px solid #00928f;
  padding: 3px;
  font-size: 13px;
}

pre,
code {
  font-family: 'Source Code Pro', monospace;
}

em {
  text-transform: none;
}

@media (max-width: 768px) {
  th, td {
    min-width: initial;
  }
}

hr {
  border: 0;
  height: 0;
  border-bottom: 1px dashed #7f7e7c;
  margin: 40px 0 40px 0;
}
