html,
body {
  font-weight: 300;
  font-size: 13px;
}
/* Typography
-----------------------------------------------------------------------------*/
h1 {
  margin: 10px 0;
  font-size: 39px;
  line-height: 1.4em;
  word-break: break-word;
}
h1 small {
  font-size: 26px;
}
.article-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  line-height: 1.4em;
  margin-bottom: 10px;
}
h2 {
  margin: 10px 0;
  font-size: 39px;
  line-height: 1.4em;
  word-break: break-word;
  clear: both;
}
h2 small {
  font-size: 19.5px;
}
h3 {
  margin: 10px 0;
  font-size: 20.8px;
  line-height: 1.96em;
  word-break: break-word;
}
h3 small {
  font-size: 15px;
}
h3 i {
  margin-right: 10px;
}
h4 {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.4em;
  word-break: break-word;
}
h4 small {
  font-size: 13px;
}
h5 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4em;
}
h5 small {
  font-size: 11px;
}
h6 {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #010c14;
}

.featured-article-badge{display: none}
.wine-regions .newsflash-image img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border: 1px solid #bbb;
  padding: 2px;
}
.wine-regions div {
  margin-bottom: 30px;
}

.top-banner {
  padding-top: 20px;
}
#sp-footer .container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#sp-header .container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sigFreeImg {
  background: #eee;
}
.video-wrapper {
  margin-bottom: 40px;
}
strong {
  font-weight: 700;
}
.wine-intro {
  font-size: 125%;
  line-height: 2em;
}
@media (max-width: 992px) {
  #sp-header .container {
    border-top: none;

    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 980px !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 980px !important;
  }
}
#offcanvas-toggler{
    background:transparent!important;
}

.mod-articlesnews__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 

}

.wine-intro-text {
  flex-grow: 1; 
}

.mod-articlesnews__item .readmore {
  margin-top: auto; 
}

