@font-face {
  font-family: "Futura";
  src: url("/assets/fonts/futura.eot");
  src: url("/assets/fonts/futura.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/futura.woff2") format("woff2"), url("/assets/fonts/futura.woff") format("woff"), url("/assets/fonts/futura.ttf") format("truetype"), url("/assets/fonts/futura.svg#Futura") format("svg");
}
.product-photo {
  float: right;
  max-width: 25rem;
  margin: 4rem 4rem 4rem 4rem;
}
.colophon .above-the-fold {
  width: 100%;
}
.colophon .above-the-fold .logo {
  padding-top: 10rem;
  padding-top: 7vh;
  width: 100%;
}
.colophon .above-the-fold .logo img {
  display: block;
  margin: 0 auto;
}
.colophon .above-the-fold .vector {
  height: 400px;
}
.colophon .above-the-fold .menu {
  padding: 1rem;
}
.colophon .above-the-fold .menu .menu-section {
  width: 25%;
  margin: 0;
  padding: 0;
}
.colophon .above-the-fold .menu .menu-section img {
  height: 200px;
}
.colophon .above-the-fold .menu .menu-section h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.colophon .above-the-fold .menu .menu-section ul {
  list-style: none;
}
.above-the-fold {
  min-height: 100%;
  background-color: #fff;
}
body {
  background-color: #323f48;
}
strong {
  font-weight: 700;
}
.footer {
  width: 400px;
  margin: 0 auto;
  background-color: #323f48;
  color: #dadada;
  font-weight: 700;
  font-size: 0.8em;
}
.footer a,
.footer a:visited {
  color: #dadada;
}
.footer a:hover,
.footer a:active {
  color: #fdfdfd;
}
.footer .container {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer .container .copyright {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: 1rem;
}
.main {
  padding: 4rem 0 0 0;
  background-color: #fff;
}
.main pre,
.main pre code {
  white-space: normal;
  white-space: pre-wrap;
  border-color: #720000;
}
.main * h1,
.main * h2,
.main * h3,
.main * h4,
.main * h5 {
  font-family: "abril-titling-condensed", serif;
  font-family: "Futura", sans-serif;
  font-style: oblique;
}
.main .container {
  min-height: 80%;
  width: 100%;
}
.main .container * .menu {
  width: 25%;
  font-size: 1.1em;
}
.main .container * .menu ul {
  padding-left: 0;
  margin-left: 0;
}
.main .container * .menu ul li {
  list-style: none;
  text-transform: uppercase;
}
.main .container * .menu ul li span {
  display: block;
  font-weight: 700;
  padding-top: 1rem;
  padding-left: 2rem;
}
.main .container * .menu ul li ul {
  margin-left: 0;
  padding-left: 0;
}
.main .container * .menu ul li ul li {
  list-style: none;
  text-transform: capitalize;
  color: #000;
  padding-left: 3rem;
  border-left: 3px solid #fff;
}
.main .container * .menu ul li ul li a {
  display: block;
  width: 100%;
  color: #000;
}
.main .container * .menu ul li ul li a:hover {
  color: #720000;
}
.main .container * .menu ul li ul li.active {
  border-left: 3px solid #720000;
}
.main .container * .content {
  width: 75%;
  color: #000;
}
a,
a:active,
a:visited,
a:hover {
  color: #720000;
}
.header {
  padding-bottom: 1rem;
  background-color: #fff;
}
.header .logo {
  padding-top: 3rem;
  width: 100%;
}
.header .logo img {
  display: block;
  margin: 0 auto;
}
.open-source-resources ul li {
  list-style-type: none;
}
.open-source-resources ul li ul {
  margin-left: 2rem;
li
}
.transparency-report ul {
  list-style: none;
}
.transparency-report ul li {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
body.page .main .row {
  flex-direction: row-reverse !important;
}
body.page .freewrite-heading {
  float: left;
}
.mobile-text {
  display: none;
}
.desktop-text {
  display: none;
}
@media all and (max-width: 700px) {
  body.page .freewrite-photo {
    float: none;
    display: block;
    margin: 3rem auto;
  }
}
@media all and (max-width: 525px) {
  body.page .main .container .row {
    display: block;
    width: 100%;
  }
  .main .container .content {
    width: 100%;
  }
  .main .container .menu {
    padding-bottom: 3rem;
    width: 100%;
  }
  body.page .main .container .menu {
    margin-top: 50px;
    border-top: 2px solid #323f48;
    padding-top: 30px;
  }
}
@media all and (max-width: 767px) {
  body.index .colophon .menu .menu-section {
    width: 100%;
  }
  body.index .mobile-text {
    display: block;
  }
  body.index .colophon .vector {
    height: 50px;
  }
  body.index .row.menu {
    padding-left: 4rem;
    display: block;
  }
}
@media all and (min-width: 768px) {
  body.index .desktop-text {
    display: block;
  }
}
