html {
  font-size: 16px;
}

body {
  font-family: 'Roboto', sans-serif;
}

body.redbg {
  color: #fff;
  background: #cc0000;
}

h2 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
}

p {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

.footer {
  width: 100%;
  padding-top: 20px;
  margin-top: auto;
  margin-bottom: 5%;
}

.footer p {
  white-space: nowrap;
  letter-spacing: 0.2em;
}

.text-medium {
  font-size: 1rem;
}

.bold {
  font-weight: 700;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0 30px;
}

.logo {
  width: 60%;
  margin: auto;
  margin-top: 10%;
  display: block;
}

.spacing {
  padding: 10px 0;
  width: 100%;
}

.btn {
  border: 2px solid #ffffff;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  padding: 15px 0;
  font-size: 1.15rem;
  background-color: #DF0100;
  color: #ffffff;
  font-weight: 100;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
}

.input {
  color: #676767;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1rem;
  border: 2px solid #D3D3D3;
  margin: 0 auto;
  font-weight: 700;
  width: 100%;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid white;
  border-radius: 3px;
  cursor: pointer;
}

.checkbox-inner {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: transparent;
  border: 2px solid #D3D3D3;

}

.checkbox.selected .checkbox-inner {
  background: #df0100;
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin-left: 5px;
  color: #a4a5a7;
}

.dropdown {
  position: relative;
  height: 45px;
  cursor: pointer;
  width: 100%;
  border: 3px solid #D2D3D5;
  border-radius: 10px;
}

.options {
  position: relative;
  display: none;
  width: calc(100% - 50px);
  border-radius: 5px;
  overflow: hidden;
  transform: translateY(-50%);
  top: 100%;
  background-color: #D2D3D5;
  z-index: 0;
}

.options.visible {
  display: block;
  z-index: 9;
}

.option {
  color: #676767;
  height: 45px;
  display: block;
  width: 100%;
  font-size: 1rem;
  background: #fff;
  position: relative;
}

.top-option {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.top-option-text {
  display: inline-block;
}

.option-text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.option-right {
  background: #e5e5e5;
  position: relative;
  width: 50px;
  height: 100%;
  display: inline-block;
  float: right;
}

.option-caret {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instructions {
  text-align: center;
  font-size: 2.71em;
  padding: 2px 80px;
}

/* Speakers */
body.google .speaker-google,
body.alexa .speaker-alexa {
  display: block;
}

.speaker-google, .speaker-alexa {
  position: relative;
  text-align: center;
  display: none;
}

.speaker-google p, .speaker-alexa p {
  text-transform: uppercase;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.85rem;
  color: #1f1f1f;
}

.speaker-alexa p {
  top: 45%;
}

.speaker-google img, .speaker-alexa img {
  width: auto;
  height: 135px;
}

/* splash */
.splash-headline {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.splash-description {
  margin-top: 20px;
  font-size: 1.1rem;
  text-align: center;
}

.splash-buttons {
  margin: 0 auto;
  text-align: center;
  padding-left: 10%;
}

.splash-buttons a {
  text-decoration: none;
}

.splash-btn {
  filter: drop-shadow(1mm 2mm 3mm rgb(0, 0, 0, 0.2));
  height: 60px;
  padding: 8px;
  background-color: #ffffff;
  border: 2px solid #cfd3d6;
  border-radius: 7px;
}

.splash-btn:first-child {
  margin-right: 10%;
}

img.splash-footer {
  margin: 50px auto;
  display: block;
  width: 115px;
}

.headline {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0;
  text-align: center;
}

/* sign in */
.line {
  display: block;
}

.new-line {
  padding: 20px 0 0;
}

.login-btn {
  width: 100%;
  margin-bottom: 16px;
}

.login-btns {
  width: 85%;
  display: block;
  padding-top: 25px;
  margin: 0 auto;
}

/* calendars */
.calendar-text {
  font-size: 2.72rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.calendar-list {
  border-top: 2px solid #a29e9e;
}

.calendar-list-item {
  border-bottom: 2px solid #a29e9e;
  cursor: pointer;
}

.calendar-list-item-left {
  width: 90%;
  display: inline-block;
}

.calendar-list-item-right {
  width: 8%;
  text-align: right;
  display: inline-block;
}

.calendar-icon {
  width: 30px;
  vertical-align: middle;
  padding: 15px;
}

.calendar-name,
.calendar-caret {
  vertical-align: middle;
  display: inline-block;
}

.calendar-name {
  margin-left: 20px;
  font-size: 0.85rem;
  color: #a7a9ac;
}

.calendar-caret {
  width: 10px;
  margin-right: 15px;
}

/* zipcode */
.zipcode-btn {
}

.zipcode-text {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 100px;
}

.zipcode-input {
}

/* phone */
.phone-text-line {
  display: block;
}

.phone-text {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 53px;
}

.phone-input {
}

.phone-checkbox-wrapper {
  text-align: center;
  padding: 15px 10px;
}

.phone-checkbox-wrapper .label {
  font-size: 0.85rem;
  color: #a9aaac;
}

.phone-checkbox-inner {
}

.phone-btn {
}

/* time */
.time-dropdown {
  margin-bottom: 20px;
}

.option.selected {
  background: #e5e5e5;
}

.time-text {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 48px;
}

/* frequency */
.frequency-dropdown {
  margin-bottom: 20px;
}

.frequency-text {
  font-size: 2.6rem;
  font-weight: bold;
}

/* week */
.week-text {
  font-size: 2.7rem;
  font-weight: bold;
}

.label-col {
  width: calc(100% - 285px);
  display: inline-block;
  font-size: 0.85rem;
  font-weight: bold;
  padding-top: 20px;
  color: #a4a5a7;
}

.data-col {
  width: 275px;
  display: inline-block;
  text-align: right;
}

.week-label {
  text-align: center;
  display: inline-block;
  width: 24px;
  margin: 4px;
  color: #A4A5A7;
}

.chart .checkbox {
  margin: 5px;
}

.week-checkbox-wrapper {
  margin: 20px;
  text-align: center;
}

.week-checkbox {
  margin-left: 10px;
}

/* complete */
.check-icon {
  width: 50px;
  display: block;
  margin: 0 auto;
}

.complete-info {
  margin-bottom: 90px;
}

@media screen and (max-width: 320px) {
  .chart .week-checkbox,
  .week-checkbox-wrapper .week-checkbox {
    margin: 4px;
  }

  .week-checkbox-wrapper .week-checkbox .checkbox-inner,
  .chart .week-checkbox .checkbox-inner {
    width: 12px;
    height: 12px;
  }

  .chart .week-label {
    width: 20px;
    margin: 4px;
  }
}

@media screen and (min-width: 750px) {
  .header {
  }

  .logo {
    width: 261px;
    padding: 48px 0 0;
    margin: 0 auto 48px;
    display: block;
  }

  .splash-description {
    margin-top: 32px;
    font-size: 1.15rem;
  }

  .splash-buttons {
    margin-top: 30px;
  }

  .splash-btn {
    height: 60px;
  }

  img.splash-footer {
    margin: 55px auto auto;
    width: 150px;
  }

  .instructions {
    font-size: 1.8em;
  }

  .login-btn {
    width: 62%;
    margin: 0 auto 16px;
    display: block;
  }

  .calendar-text {
    font-size: 2.0rem;
    margin-bottom: 32px;
  }

  .calendar-icon {
    width: 30px;
    vertical-align: middle;
    padding: 20px 0;
    margin-left: 15px;
  }

  .calendar-name {
    margin-left: 20px;
    font-size: 0.85rem;
  }

  .speaker-google, .speaker-alexa {
    margin: 56px auto auto;
  }

  .speaker-alexa img {
    width: 92px;
  }

  .speaker-google img {
    width: 105px;
  }

  .zipcode-text {
    font-size: 1.9rem;
    margin-bottom: 75px;
  }

  .phone-text {
    font-size: 1.7rem;
  }

  .input, .btn {
    width: 80%;
  }

  .phone-btn {
    margin-bottom: -24px;
  }

  .time-text {
    font-size: 1.8rem;
    margin-bottom: 42px;
  }

  .frequency-text {
    font-size: 1.8rem;
    margin-bottom: 42px;
  }

  .dropdown {
    width: 80%;
  }

  .top-option {
    height: 100%;
  }

  .week-text {
    font-size: 1.89rem;
    margin-top: 56px;
    margin-bottom: 24px;
  }

  .chart {
    width: 80%;
    margin: 0 auto;
  }
}

