.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #000;
  border: 4px solid #fff;
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 20vw;
  min-width: 280px;
}

.modal h2 {
  font-family: Micro Sans;
  font-size: 20px;
  text-align: center;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.modal h3 {
  font-size: 16px;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.25;
}

.logos {
  margin-top: 18px;
  display: flex;
  align-items: center;
}

.geobutton {
  width: 88px;
  height: 31px;
  margin: 0;
  margin-right: 6px;
}

.fineprint {
  line-height: 50%;
  margin-bottom: 18px;
  margin-top: 18px;
}

.fineprint span {
  font-family: 'CALICOMP2';
  font-size: 8px;
  line-height: 80%;
  opacity: 0.6;
}

ul {
  padding-left: 20px;
  padding-top: 0;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: 1.25;
}

.modal h2,
.close {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 400;
}

.close {
  font-family: 'CALICOMP2';
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}