.tailpiece-area-bg {
  background-color: #257a3e;
  padding: 36px 0px 27px;
}

.tailpiece-area {
  display: flex;
  flex-direction: row-reverse;
  gap: 36px;
  justify-content: space-between;
}

.tailpiece-area-form {
  width: 40%;
}

.tailpiece-area-form h4 {
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  margin-bottom: 26px;
}

.tpa-form-body {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.tpa-form-body input {
  width: 100%;
  background-color: transparent;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 17px;
  outline: 0;
  padding: 14px 0;
  border-color: #fff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.tpa-form-body input::placeholder {
  color: #fff !important;
}

.tpa-form-btn {
  position: absolute;
  right: 0;
  bottom: 31px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  cursor: pointer;
  background-color: inherit;
}

.tpa-form-btn .text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.tpa-form-btn .arrow path {
  fill: rgb(255, 255, 255);
}

.tpa-form-btn:hover .arrow {
  animation: slide-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-8px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.tpa-form-btn:active {
  transform: scale(0.97);
}

.tailpiece-area-col {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tpa-logo {
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.tpa-politic {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #fff;
}

.tpa-politic button {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: none;
  text-align: left;
  padding: 0;
  font-family: "Eczar", sans-serif !important;
  transition: all 0.25s;
}

.tpa-politic button:hover {
  font-weight: 700;
  cursor: pointer;
}

.tpa-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tpa-contact h5 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.tpa-contact {
  font-size: 12px;
  color: #fff;
}
.tpa-contact a {
  word-break: break-all;
}

@media (max-width: 992px) {
  .tailpiece-area {
    flex-wrap: wrap;
    gap: 21px;
  }

  .tailpiece-area-form {
    width: 100%;
  }

  .tailpiece-area-col {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .forefront-decor {
    display: none;
  }

  .core-article-img {
    float: none;
    margin: 0 0 21px;
    width: 100%;
    height: 350px;
  }

  .profile-portal-txt {
    width: 85%;
    padding: 31px;
  }

  .profile-portal {
    padding-top: 120px;
  }

  .profile-portal-title {
    width: 40%;
    padding: 31px;
  }
}

@media (max-width: 576px) {
  .core-article-order {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tailpiece-area-col {
    width: 100%;
  }

  .tpa-contact,
  .tpa-politic button {
    text-align: center;
  }

  .tpa-form-btn {
    position: static;
  }

  .profile-portal-txt {
    width: 100%;
  }

  .profile-portal-title {
    width: 50%;
  }

  .block-comment,
  .discussion-card,
  .edge-panel-col {
    width: 100%;
  }

  .core-article-info {
    flex-direction: column;
  }

  .core-article-title h1,
  .author-spotlight-name,
  .forefront-header-title h2,
  .tailpiece-area-form h4,
  .forefront-logo h2,
  .more-to-read-title,
  .tpa-logo h2,
  .edge-panel-title,
  .profile-portal-title h2,
  .profile-portal-title h2,
  .discussion-hub-title {
    font-size: 18px;
  }

  .caf-body label {
    font-size: 12px;
  }

  .stat-summary-list {
    flex-direction: column;
    justify-content: center;
    gap: 17px;
  }

  .stat-summary-item {
    width: 100%;
    flex-direction: row;
  }

  .forefront-nav {
    width: 100%;
  }

  .forefront-navlist a {
    font-size: 12px;
  }

  .fn-decor-clip {
    position: static;
    width: 100%;
    border-radius: 0;
    margin-top: 17px;
  }
}
