* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.maxWidth960 {
  max-width: 960px;
}

.maxWidth830 {
  max-width: 830px;
}

.newsletter_detail_inset_wrap {
  margin: 0 -15px;
  clear: both;
}

.ff_newsletterWrap * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.ff_newsletterWrap {
  height: 139px;
  transition: height 0.45s, padding-bottom 0.7s, opacity 1.12s;
  opacity: 1;
  padding-bottom: 15px;
  clear: both;
}

.ff_newsletterClose {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
}

.ff_newsletterContainer {
  padding: 0 26px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff6ef;
  clear: both;
}

.ff_newsletterLeft {
  margin: 24px 12px 24px 0;
  width: 72px;
  flex: 0 0 72px;
  align-self: flex-start;
}

.ff_newsletterLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff_newsletterRight {
  padding: 16px 0 12px;
  /* white-space: nowrap; */
  position: relative;
  flex: 1;
}

.ff_top_title {
  /* font-weight: bold; */
  color: #ff5300;
  line-height: 22px;
  font-size: 18px;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  text-align: left;
  max-width: 320px;
  margin: auto;
  font-family: "robotocondensed-bold-webfont", "RobotoCondensed-Bold",
    "RobotoCondensed";
  white-space: nowrap;
  padding-left: 8px;
}

.ff_searchBox {
  position: relative;
}

.ff_search_input {
  width: 100%;
  height: 36px;
  background: #ffffff;
  box-shadow: inset 1px 1px 3px 0px rgba(255, 83, 0, 0.3);
  border-radius: 18px;
  padding: 9px 73px 9px 8px;
  border: none;
  margin: 8px 0;
  outline: 0;
  caret-color: rgba(255, 83, 0, 1);
  font-size: 14px;
  font-family: "lato-regular", "lato";
}

.ff_search_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 400;
  color: #999999;
}

.ff_search_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
  font-weight: 400;
  color: #999999;
}

.ff_search_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  font-weight: 400;
  color: #999999;
}

.ff_search_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400;
  color: #999999;
}

.ff_search_button {
  width: 64px;
  height: 28px;
  background: #ff5300;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  /* font-weight: bold; */
  color: #ffffff;
  position: absolute;
  right: 4px;
  top: 12px;
  font-family: "robotocondensed-bold-webfont", "RobotoCondensed-Bold",
    "RobotoCondensed";
  letter-spacing: -0.006em;
}

.ff_protocol {
  font-size: 12px !important;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  text-align: left;
  max-width: initial;
  margin: auto;
  max-width: 320px;
  padding-left: 8px;
  font-family: "lato-regular", "lato";
}

.ff_newsletterWrap .ff_protocol .ff_aHref {
  font-size: 12px !important;
  color: rgba(51, 51, 51, 1);
  letter-spacing: initial;
  text-decoration: underline;
}

.ff_close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -21px;
  top: 5px;
  z-index: 2;
  background: url("https://www.sixthtone.com/www/V1/images/newsletter_ox_18_default.png")
    no-repeat center center / cover;
  cursor: pointer;
}

.ff_close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff_error_email {
  font-size: 12px;
  font-weight: 400;
  color: #ff0000;
  height: 0;
  margin: auto;
  opacity: 0;
  max-width: 250px;
  text-align: left;
  position: relative;
  height: 0;
  padding-left: 8px;
  transition: height 0.3s, opacity 0.4s, top 0.4s;
}
.ff_error_email_show {
  opacity: 1;
  top: -2px;
  height: 10px;
}
.fc_toast {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: unset;
  width: 100%;
  height: 100%;
}
.fc_toast_hide {
  display: none;
}
.fc_mask {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url("https://www.sixthtone.com/www/V1/images/newsletter_subscribed_toast.png")
    no-repeat center center / cover;
}

@media (min-width: 760px) {
  .ff_newsletterWrap {
    margin: auto;
  }

  .ff_top_title {
    max-width: 320px;
    text-align: left;
  }
  .ff_error_email {
    text-align: left;
    max-width: 240px;
  }

  .ff_newsletterContainer {
    padding: 0 32px;
  }

  .ff_newsletterLeft {
    margin-right: 32px;
  }

  .ff_search_input {
    padding-left: 25px;
    padding-right: 222px;
  }

  .ff_search_button {
    width: 198px;
    cursor: pointer;
  }

  .ff_search_button:focus,
  .ff_search_button:hover {
    background: linear-gradient(134deg, #ffcbb8 0%, #ff5300 100%);
    box-shadow: 0px 1px 2px 0px rgba(255, 223, 210, 0.5);
  }

  .ff_close {
    right: 4px;
  }

  .ff_close:hover {
    background: url("https://www.sixthtone.com/www/V1/images/newsletter_ox_18_hoverclick.png")
      no-repeat center center / cover;
  }
}

@media (max-width: 440px) {
  .ff_top_title {
    font-size: 17px;
  }
  .ff_error_email {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .ff_top_title {
    font-size: 16px;
  }
}

@media (max-width: 383px) {
  .ff_top_title {
    font-size: 15px;
  }
}

@media (max-width: 365px) {
  .ff_top_title {
    font-size: 12px;
  }
}
