.subscription-notes{
  background-color: #f5f5f5;
  width: 100%;
  position: relative;
}
.subscription-notes:has(.row.responsive-header){
  margin: 12px 0 24px 0;
}
.subscription-notes .mod_content{
  padding: 12px;
}
#top-content{
  padding: 0 12px;
  /* margin-bottom: 12px; */
}
#top-content:has(#wj-std-mp-hero-CONTAINER-00 .row.mp-hero){
  margin-bottom: 12px;
}
#search-widget{
  width: 100%;
  background-color: #333;
  /* margin: 12px 0; */
  margin-bottom: 12px;
}
#package-main-content{
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  margin-bottom: 24px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
#package-main-content h2, #package-content-area h2{
  color: #003e74;
}
#package-main-content a{
  padding: unset;
}
#package-content-area #mod_content-CONTAINER-02{
  padding: 0 12px;
}
#offer-heading{
  margin: 8vh auto !important;
}

.search-widget-image{
  margin-top: -12px;
  margin-right: -12px;
}

#mod_content-CONTAINER-00 .mod_content{
  padding: 0;
}
.header-top{
  height: 260px;
}
.header-top .header-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .3);
  height: 100%;
}
.header-top .title-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.header-top .title-overlay h1{
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}
.header-copy-title{
  display: none;
}
.header-copy p{
  font-size: 13px;
  padding: 0;
}
@media only screen and (min-width: 768px){
  #package-main-content .mod_content{
    padding: 0 6px;
  }
  #package-main-content .compact{
    display: flex;
    justify-content: center;
    padding: 0 6px;
  }
  #package-content-area #mod_content-CONTAINER-02{
    padding: 0 16px;
  }
  .header-top .title-overlay h1{
    font-size: 40px;
  }
  .header-top {
    height: 220px;
  }
  .details .header-copy {
    padding: 12px;
  }
}
@media only screen and (max-width: 425px){
  #mod_content-CONTAINER-01 a img{
    width: 100% !important;
    min-width: unset !important;
  }
}
@media only screen and (max-width: 768px){
  #mod_content-CONTAINER-01 a img{
    width: 100% !important;
  }
  .header-top .title-overlay h1{
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-container #content{
      min-height: unset !important;
  }
}
@media only screen and (min-width: 320px), screen and (max-width: 319px) {
  .details .header-copy {
      padding: 12px;
  }
}