/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "basic-sans", sans-serif;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.15rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 0.95rem;
}

h6 {
  font-size: 0.7rem;
}

blockquote h2 {
  color: black;
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}

blockquote h3 {
  text-indent: -0.5rem;
  padding-left: 0.5rem;
  color: black;
}

.no-hang blockquote h3 {
  text-indent: unset;
  padding-left: unset;
}



.strip blockquote * {
  color: white;
}

.quotes .small-print {
  color: black;
}

p {
  font-size: 1rem;
  line-height: normal;
  margin-top: 20px;
}

.bs-thin {
  font-family: "basic-sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.bs-regular {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bs-semibold {
  font-family: "basic-sans", sans-serif;
  font-weight: 612;
  font-style: normal;
}

.bs-bold {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-flow {
  padding: 25px;
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  columns: 2 auto;
  gap: 50px;
}

.text-flow.no-pad {
  padding: 0;
}

.text-flow > p:first-child {
  margin-top: 0;
}

.title {
  margin-top: 25px;
}