html body .feature {
  padding: 32px !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.subscribeAction > a.actionLink {
  padding: 16px 24px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #004038;
  font-weight: 700;
  font-size: 15.5px;
  line-height: 16px;
  width: auto;
  min-width: 236px;
  text-align: center;
}

.subscribeAction > a.actionLink:hover,
.subscribeAction > a.actionLink:focus {
  background: #e0f9eb !important;
  border-color: #e0f9eb !important;
  color: #00756a;
}

.subscribeAction > a.actionLink:active {
  background: #7edcaf !important;
  border-color: #7edcaf !important;
  color: #00756a;
}

input.streamSearchInput {
  border-radius: 16px;
}

.category {
  color: #000000;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}

.action.subscribeAction svg {
  display: none !important;
  padding: 24px;
}

.streamNav {
  padding: 50px 10px 20px 10px !important;
}

.asleep .headerTitle {
  margin-top: -7px !important;
}

.asleep .actionlist {
  margin-top: -7px;
}

@media (max-width: 900px) {
  .headerNav svg {
    top: 15px !important;
  }
  .subscribeAction > a.actionLink {
    min-width: auto;
  }
  .action.subscribeAction svg {
    display: inline-block !important;
    padding: 0px !important;
  }
  .asleep .headerTitle {
    margin-top: -2px !important;
  }
}