.badge.content-card-badge.active,
.badge.content-card-badge.active-checked {
  right: 12px;
  display: inline-flex;
  top: 12px;
  bottom: auto;
  background: #0879a9;
  border-radius: 0;
  font-weight: 600;
}
.badge.content-card-badge.active-checked .badge-item {
  display: none;
}
.badge.content-card-badge.active-checked svg.badge-item {
  display: block;
}
.hotwired .content-watched-overlay {
  background: transparent !important;
}

#mc-embedded-subscribe {
  margin-left: 0 !important;
}

label[for="mce-INTEREST"] {
  color: #2c769a;
}
.mc-field-group.mc-field-group--checkbox {
  margin-left: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: none !important;
}

.mailchimp-block--image {
  max-width: 380px;
}
#mce-PHONE,
#mce-GIVEN_NAME {
  background-color: #fff;
}
.mailchimp-block--form {
  width: calc(100% - 300px);
  padding: 12px;
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 40px;
}
.theme\:section.mailchimp-block {
  padding-bottom: 0;
  position: relative;
}
.theme\:section.mailchimp-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.mailchimp-block .theme\:container {
  position: relative;
  z-index: 2;
}

#mc_embed_signup_scroll {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  position: relative;
}
#mce-success-response,
#mce-error-response {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
#mce-error-response {
  color: red;
}
#mce-FNAME {
  background-color: #fff;
}
#mc-embedded-subscribe {
  background-color: #fff450;
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid #000;
  margin-left: 10px;
}
.mc-field-group {
  position: relative;
}
div.mce_inline_error {
  position: absolute;
  color: red;
}
.mc-field-group + .mc-field-group {
  margin-left: 10px;
}

@media only screen and (min-width:991px) and (max-width: 1199px) {}
@media only screen and (min-width:768px) and (max-width: 992px) {}
@media only screen and (max-width:1023px) {
  .mailchimp-block--form {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 80px;
    text-align: center;
  }
  .mailchimp-block--image {
    display: none;
  }
  .theme\:section.mailchimp-block::before {
    display: none;
  }
  #mc_embed_signup_scroll {
    justify-content: center;
  }
  #mc-embedded-subscribe {
    margin-left: 0;
    margin-top: 10px;
    min-width: 50vw;
  }
  .mc-field-group {
    max-width: 40vw;
  }
  .mc-field-group input {
    max-width: 100%;
  }
  .mc-field-group {
    width: 100%;
    max-width: none;
    margin: 10px;
  }
  .mc-field-group input:not(#mce-INTEREST) {
    width: 100%;
  }
  .mc-field-group.mc-field-group--checkbox {
    text-align: left;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #mc-embedded-subscribe {
    margin-top: 10px;
    min-width: calc(100vw - 60px);
  }
}