.california-privacy-right {
  padding-top: 35px;
}
.california-privacy-right h1 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  font-family: 'Roboto Slab', 'sans-serif';
}
.california-privacy-right .opt-out-form-wrapper label {
  font-weight: bold;
}
.option-input-group {
  margin-top: 10px;
  position: relative;
}
.option-input-group input[type='radio'], .option-input-group input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.option-input-group input[type='radio'] + label {
  padding: 10px 20px;
  color: #01baef;
  margin: 0 15px 15px 0;
  box-shadow: 0 0 7px #ddd;
  border: 1px solid #e1e3e3;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.option-input-group input[type='radio'] + label:hover {
  background: #01baef;
  color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.option-input-group input[type='radio']:checked + label {
  color: #fff;
  background: #01baef;
  box-shadow: none;
}

em {
  color: #e00e0e;
}

.hide-options {
  display: none;
}
