.checkbox-group {
  overflow: hidden; }

.download-form {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #191919;
  background-color: rgba(0, 0, 0, 0.66);
  animation: fadeIn 200ms ease-in-out 1;
  transition: min-height 250ms ease-in-out;
  justify-content: center;
  align-items: center; }
  .download-form .step {
    max-width: 480px; }
    @media screen and (min-width: 1024px) {
      .download-form .step {
        max-width: 640px; } }
    .download-form .step > *:last-child {
      margin-bottom: 0; }
  .download-form .input-newsletter-consent {
    font-weight: 400; }
    .download-form .input-newsletter-consent p {
      font-weight: 300;
      margin-top: 1.5em;
      margin-bottom: 0.25em; }
    .download-form .input-newsletter-consent input[type="radio"] {
      display: inline;
      margin-right: 0.5em;
      margin-left: 1.5em; }
    .download-form .input-newsletter-consent input[type="radio"]:first-of-type {
      margin-left: 0; }

@keyframes fadeIn {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.66); } }

.download-form-closed {
  display: none; }

.download-form-dialogue {
  position: relative;
  background: #fff;
  max-height: 90%;
  overflow: auto;
  padding: 1.5rem; }

.download-form-closer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.3em;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 0, 0, 0.25);
  z-index: 16;
  font-size: 1.1em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .download-form-closer {
      font-size: 1.14em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .download-form-closer {
      font-size: 1.18em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .download-form-closer {
      font-size: 1.22em; } }

.download-form-content {
  text-align: center; }
  .download-form-content > p:last-of-type {
    margin-bottom: 0; }

.tabs {
  margin: 0 auto;
  overflow: hidden; }

.tabs-nav {
  display: block;
  border-bottom: 3px solid #285bbf;
  margin: 0 auto;
  overflow: hidden; }

.tabs-nav li {
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
  list-style-type: none; }

.tabs-nav li a {
  display: block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-align: center; }

.tabs-nav li.selected a {
  background: #285bbf;
  color: #fff; }

.tabs-content {
  display: block;
  padding-top: 1em; }

.share-options {
  margin: 0;
  padding: 0;
  max-width: 14em;
  margin: 0 auto;
  list-style-type: none; }

.share-options li {
  display: block;
  padding: 0;
  margin: 0 0 0.75em 0; }

.share-options li a {
  display: block; }

.share-options li a img {
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
  height: 1em;
  width: 1em; }
