.subscription-modal {
  text-align: center;
  border: 1px solid #d6d6d6;
  display: block;
  overflow: hidden;
  padding: 15px 24px;
  clear: both;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.subscription-modal p{
 margin-bottom: 0 !important;
font-size: 14px;
}    

.plans, .subscription-details {
  max-width: 70%;
  margin: 0 auto
}
.subscription-header h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 12px
}
.subscription-header p {
  margin-bottom: 12px
}
.subscription-header a {
  color: #004bd1;
  font-weight: 700
}
hr.divider {
  border: none;
  height: 1px;
  background-color: #d6d6d6;
  margin: 10px 0
}
.plan-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 20px
}
.subscribe-btn {
  flex-shrink: 0;
  font-weight: 700;
  background: 0 0;
  padding: 8px 16px;
  border: 1px solid #b00;
  color: #b00;
  border-radius: 8px;
  transition: .3s;
  min-width: 118px;
  height: 38px;
    font-size:14px;
}
.subscribe-btn:hover {
  background: rgba(0, 0, 0, .05);
  color: #b00
}
.subscription-modal .billing-info {
  text-align: left;
  width: 100%;
    font-size:12px;
}
.plan-content {
  display: flex;
  justify-content: space-between;
  gap: 16px
}
.plan-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left
}
.plan-details h3 {
  font-size: 13px;
  font-weight: 600;
  color: #b00;
  margin-bottom: 4px
}
.plan-card.active {
  border-color: #b00;
  background-color: #fff6f5;
  position: relative
}
.subscription-modal .best-value {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 2px 12px;
    font-size:12px;
    line-height:16px;
}
.subscription-modal .old-price {
  text-decoration: line-through;
    font-size:12px;
}
.subscription-modal .new-price {
  font-size: 24px;
  font-weight: 900;
  line-height: 28px
}
.subscription-modal .subscription-details  p{
   font-size:16px;  
    line-height: 22px;
}

.subscription-modal .subscription-details  p.subscribe-note{
    font-size:14px;
}
.new-price span {
  font-size: 13px;
  font-weight: 400
}
.close-btn {
  border: none;
  font-weight: 700;
  background: 0 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #4a4a4a;
  width: 24px;
  box-sizing: border-box
}
@media only screen and (max-width:767px) {
  button.subscribe-btn {
    font-size: 13px;
    height: 28px;
    min-width: 98px;
    padding: 0 10px
  }
  .new-price {
    font-size: 20px;
    line-height: 24px
  }
  .new-price span {
    font-size: 12px
  }
  .promobox .thestar-logo {
    text-align: center;
    margin-bottom: 5px
  }
  .promobox .promo-text {
    text-align: center
  }
  .promobox .subscribe-msg .promo-text, .promobox .tryfree-msg .promo-text {
    margin-bottom: 15px
  }
  .promobox #promobox {
    margin: 0;
    bottom: 60px;
    padding: 10px
  }
  .promobox #promobox p {
    font-size: 14px;
    color: #4a4a4a !important;
    font-weight: 700;
    line-height: 18px
  }
  .promobox .sbpv2018 .row {
    display: block
  }
  .side-note, ul.side-note {
    position: static;
    max-width: 100%
  }
  .story-wrapper .story-pg h1 {
    font-size: 1.75em
  }
  .story-wrapper p.date {
    float: left;
    margin-right: 10px
  }
  .story-wrapper .embeded-image.inline-image-left, .story-wrapper .embeded-image.inline-image-right {
    width: 50%
  }
  .story-content {
    margin-left: 0
  }
  blockquote.type-one {
    float: none;
    display: block;
    clear: both;
    margin: 10px auto;
    text-align: center
  }
  blockquote {
    width: 95%
  }
  blockquote::before {
    left: -10px
  }
  .embeded-image.inline-image-left img {
    height: auto !important
  }
  .limit-notice-desc {
    margin: 0 auto;
    text-align: center
  }
  .plans, .subscription-details {
    max-width: 100%
  }
}
@media only screen and (max-width:339px) {
  .new-price {
    font-size: 18px;
    line-height: 22px
  }
  .subscription-modal {
    padding: 15px
  }
}
.btn-l, .btn-xl {
  font-size: 16px
}
.btn--fill {
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.btn-xl {
  height: 48px;
  padding: 0 40px
}
.btn-l {
  height: 40px;
  padding: 0 32px
}
.btn-m {
  height: 32px;
  padding: 0 24px;
  font-size: 14px
}
.btn-s {
  height: 28px;
  padding: 0 20px;
  font-size: 13px
}
.primaryRed {
  background-color: #b00;
  color: #fff !important
}
.primaryRed:hover {
  background: #da2128
}
.button-container {
  display: flex;
  gap: 20px;
  align-items: center
}
.button-group {
  display: flex;
  flex-direction: column;
  align-items: center
}
.filter-navi {
  padding: 0;
  list-style: none
}
.filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px
}
.filter-container input[type=submit], .filter-container select {
  height: 35px
}
@media (max-width:768px) {
  .filter-container {
    flex-direction: column;
    align-items: flex-start
  }
  .filter-container input[type=submit], .filter-container select {
    width: 100%
  }
}
.headline .row {
  display: flex;
  align-items: center; 
  flex-wrap: wrap;    
}
.btn--editfeed {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pullout--sidebar {
    padding:15px;
}
.pullout--sidebar .pdf-preview {
    display: flex;
    align-items: start;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
}
 .pullout--sidebar .pdf-preview img {
   width: 120px;
   border: 1px solid #dadada;
}
/*---30th Anniversary--*/

.header__branding {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 8px 4px;
    max-width: 1260px;
}

.logo-group {
    display: flex;
    align-items: center;
}

.header__buttons {
    display: flex;
    gap: 8px;
} 


@media (max-width: 374px) {
    .logo-anniversary{
        display:none;
    }
}