#primary {
  padding: 200px 0;
}
#primary .visible_sm {
  display: none;
}
#primary .visible_xs {
  display: none;
}
#primary * {
  box-sizing: border-box;
}
#primary .row {
  margin-left: -13px;
  margin-right: -13px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#primary .intro_content_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#primary .intro_content_holder .intro_content h1 {
  font-size: 38px;
  line-height: 58px;
  margin-bottom: 25px;
}
#primary .intro_content_holder .intro_content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}
#primary .intro_content_holder .author {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}
#primary .intro_content_holder .author .author_info {
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 40px;
  font-weight: 600;
}
#primary .intro_content_holder .author .author_info strong {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-top: 6px;
}
#primary .input_wrapper {
  padding-top: 20px;
}
#primary .input_wrapper .error_msg {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  color: #D41125;
  font-style: italic;
}
#primary .input_wrapper .success_msg {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  color: #07b535;
  font-style: italic;
}
#primary .input_wrapper .tw_button {
  padding: 17px 34px;
  cursor: pointer;
  width: 195px;
}
#primary .input_wrapper .tw_button:hover {
  opacity: 0.8;
}
#primary .input_wrapper .tw_button span {
  font-size: 18px;
  line-height: 26px;
}
#primary .input_wrapper input {
  width: 520px;
  height: 60px;
  outline: none;
  background-color: rgba(0, 0, 0, 0.031372549);
  padding: 0 20px;
  margin-right: 20px;
  display: inline-block;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.031372549);
  border-radius: 6px;
  font-weight: 600;
}
#primary .input_wrapper input:focus {
  border-color: #EAEAEA;
}
#primary .input_wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 18px;
  line-height: 26px;
}
#primary #newsletters {
  margin-top: 180px;
}
#primary #newsletters h2 {
  font-size: 34px;
  line-height: 54px;
  margin-bottom: 41px;
}
#primary #newsletters .newsletter_col {
  padding: 0 13px;
  max-width: 33%;
  margin-bottom: 27px;
}
#primary #newsletters .newsletter_col .newsletter {
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  background-color: #FFF;
  overflow: hidden;
}
#primary #newsletters .newsletter_col .newsletter .img_wrapper {
  height: 208px;
  background-size: cover;
  background-position: center;
}
#primary #newsletters .newsletter_col .newsletter .img_wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}
#primary #newsletters .newsletter_col .newsletter .newsletter_content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#primary #newsletters .newsletter_col .newsletter .newsletter_content h4 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
#primary #newsletters .newsletter_col .newsletter .newsletter_content h4 a {
  text-decoration: none;
  color: #000000 !important;
}
#primary #newsletters .newsletter_col .newsletter .newsletter_content p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
#primary #newsletters .newsletter_col .newsletter .newsletter_content p:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 20px;
  bottom: 0;
  right: -10px;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
#primary #newsletters .newsletter_col .newsletter .newsletter_content .post_info .date {
  font-size: 12px;
  line-height: 18px;
  color: #292929;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  font-weight: 300;
}
#primary #newsletters .newsletter_col .newsletter .newsletter_content .post_info a {
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: 700;
  color: #000000 !important;
}
#primary #newsletters .newsletter_col .newsletter .newsletter_content .post_info a:hover {
  text-decoration: none;
}
#primary .single_newsletter_content {
  max-width: 720px;
  margin: 0 auto;
}

body.single-tenweb_newsletter {
  background-color: #FFF !important;
}
body.single-tenweb_newsletter .hse-body-background ul {
  list-style-type: inherit;
  padding-inline-start: 26px;
}
body.single-tenweb_newsletter .hse-body-background ul li {
  line-height: 26px !important;
}
body.single-tenweb_newsletter #primary {
  padding-top: 100px;
}
