body {
  margin: 0px;
}

.header-container {
  padding-top: 15px;
}

.container {
  max-width: 420px;
  margin: 0 auto;
}

#BackButton {
  grid-area: back;
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  display: block;
  margin: 0 0 10px 20px;
}

/* */
/* */
/* Logo */
.logo-container {
  display: grid;
  justify-content: center;
}

.logo-container #Logo {
  /*filter: brightness(0);*/
  max-width: 315px;
}

.logo-container #Graduation {
  position: relative;
  justify-self: center;
  left: 104px;
  top: 23px;
  z-index: 1;
}

.logo-container #LogoTitle,
.logo-container #LogoTitleLarge {
  font-family: Avenir Next;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.166137px;
  margin: 12px 0 25px;
}

.logo-container #LogoTitleLarge {
  display: none;
}

/* */
/* */
/* Items */
.items-container-title {
  display: none;
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 55px;
  margin: 0px;
  justify-self: center;
  margin-bottom: 15px;
  color: #4A4A4A;
}

.item {
  display: grid;
  grid-template-columns: auto auto 0px auto auto;
  grid-template-rows: auto auto 15px auto;
  grid-template-areas:
    "checkbox number title title title"
    ". . subtitle sutbitle sutbitle"
    "placeholder . . . ."
    ". avatar avatar avatar content";
  justify-content: start;
  padding: 22px 27px;
}

.item h1,
.item h2,
.item .content p {
  transition: all ease 0.3s;
}

.item.selected h1,
.item.selected h2,
.item.selected .content p {
  color: #bcbcbc;
}

.item.selected .checkbox {
  background-image: url("https://s3.amazonaws.com/cdn.everlance.com/images/website/Lyft-Checklist/Lyft-Checklist+(Icons)/Checkmark.png");
  border: unset;
}

.item .checkbox {
  grid-area: checkbox;
  width: 24px;
  height: 24px;
  border: 1px solid #4a4a4a;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 17px;
  background-position: center;
  background-size: cover;
}

.item .item-action {
  cursor: pointer;
}

.item h1 {
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin: 0px;
  color: #4A4A4A;
}

.item .number {
  grid-area: number;
  margin-right: 3px;
}

.item .title {
  grid-area: title;
}

.item .subtitle {
  grid-area: subtitle;
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
}

.item .content {
  grid-area: content;
  display: grid;
  align-content: center;
  margin-left: 14px;
}

.item .content p,
.item .content a {
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
}

.item .content p {
  color: #525252;
}

.item .content a {
  color: #2d9cdb;
}

.item .avatar {
  grid-area: avatar;
  justify-self: start;
  align-self: center;
}

.item .avatar.large {
  display: none;
}

.item .placeholder {
  grid-area: placeholder;
}

/* */
/* */
/* Fixed */
.fixed {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* */
/* */
/* Counter */
.counter-container {
  background: rgba(49, 181, 159, 0.91);
  position: fixed;
  bottom: 0;
  width: 100vw;
  text-align: center;
  padding: 12px 0;
}

.counter-container span {
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 600;
  font-size: 31px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.08px;
  color: #ffffff;
}

.counter-container #Of {
  padding: 0 3px;
}

#CompleteChecklist {
  display: none;
}

/* */
/* */
/* Actions */
.actions-container {
  margin: 55px 35px 135px;
}

.get-container {
  background: #31b59f;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 32px 25px 49px;
  display: grid;
  justify-items: center;
}

.get-container h3 {
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1.08494px;
  color: #ffffff;
  margin: 0;
}

/* */
/* */
/* Misc */
.button {
  border-radius: 8px;
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: 1.03069px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-align: center;
}

.button.get {
  background: #f2994a;
  color: #ffffff;
  padding: 10px 40px;
  margin-top: 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.button.see-more {
  background-color: #fff;
  border: 3px solid #31b59f;
  padding: 15px 0;
  margin-top: 40px;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 385px) {
  .get-container {
    padding: 24px 30px 29px;
  }

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

@media only screen and (min-width: 768px) {
  .header-container {
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "back logo";
    padding: 30px 10px 0;
  }

  .container {
    padding: 20px 70px;
    max-width: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "items fixed";
  }

  #BackButton {
    display: block;
    margin: 0 0 0 50px;
  }

  /* */
  /* */
  /* Logo */
  .logo-container {
    grid-area: logo;
    display: grid;
    /*justify-content: end;*/
  }

  .logo-container #LogoTitle {
    display: none;
  }

  .logo-container #LogoTitleLarge {
    display: unset;
  }

  /* */
  /* */
  /* Items */
  .items-container {
    grid-area: items;
    display: grid;
    justify-content: center;
  }

  .items-container-title {
    display: unset;
  }

  .item {
    grid-template-rows: auto auto 15px auto;
    padding: 28px 27px;
  }

  .item h1 {
    font-size: 23px;
    line-height: 33px;
  }

  .item .content {
    margin-left: 20px;
  }

  .item .content p,
  .item .content a {
    font-size: 15px;
    line-height: 26px;
  }

  .item .checkbox {
    border: 1.45376px solid #4a4a4a;
    width: 35px;
    height: 35px;
    margin-right: 25px;
  }

  .item .subtitle {
    font-size: 18px;
  }

  .item .avatar {
    display: none;
  }

  .item .avatar.large {
    display: unset;
  }

  /* */
  /* */
  /* Fixed */
  .fixed-container {
    grid-area: fixed;
  }

  .fixed-container .fixed {
    position: fixed;
    max-width: 385px;
  }

  /* */
  /* */
  /* Counter */
  .counter-container {
    border-bottom: 6px solid #31b59f;
    margin: 40px 0 86px;
    width: 210px;
    text-align: center;
    position: unset;
    background: unset;
    padding: unset;
  }

  .counter-container span,
  #CompleteChecklist {
    text-align: center;
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #4A4A4A;
    padding-bottom: 7px;
  }

  .counter-container #Of {
    font-size: 20px;
    line-height: 20px;
  }

  #CompleteChecklist {
    display: unset;
  }

  /* */
  /* */
  /* Actions */
  .actions-container {
    margin-top: 0px;
  }
}
