/* News widget */
.news-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.news-item-description {
  padding: 4px 0px;
}
.news-item-footer {
  font-size: smaller;
  margin-top: 10px;
}
/* Publications */
.pub-section-description {
  margin-top: -10px;
}
.pub-section-ul {
  margin-left: 40px;
  margin-top: 20px;
}
/* right column - inst research page */
.instres-tabcontent .instres-vid-preview {
  background-color: #f2f2f2;
  border: 1px solid white;
}
.instres-vid-preview {
  padding: 16px;
  margin-bottom: 10px;
}
.instres-vid-preview .caption {
  margin-top: 5px;
}
.instres-right-pane {
  background-color: #f2f2f2;
  padding: 16px;
  border: 1px solid white;
}
.instres-right-pane,
.instres-tabcontent .instres-vid-preview {
  padding: 20px;
  margin-top: 30px;
}
.instres-right-pane p {
  font-size: 14px;
}
.instres-right-pane h3 {
  font-size: 16px !important;
}
.instres-right-pane h2,
.instres-vid-preview h2 {
  font-size: 24px !important;
  margin-top: 0px !important;
}
#inst-tabs {
  margin-bottom: 0px !important;
  margin-top: 20px;
}
#inst-tabs li.active a {
  color: #333333 !important;
  font-size: 16px;
}
#inst-tabs li a {
  letter-spacing: 1px;
}
.tab-content.instres-tabcontent {
  overflow: visible;
}

.instres-tabcontent .cta-subscribe {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 20px 25px;
}


.instres-tabcontent .cta-subscribe__msg {
    display: table;
    min-height: 52px;
}

    .instres-tabcontent .cta-subscribe__msg p{
        font-weight: bold;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        line-height: 1.2;
        font-size: 20px;
    }
.instres-tabcontent .cta-subscribe__btn {
    text-align: right;   
}

@media (max-width: 767px) {
    .instres-tabcontent .cta-subscribe__btn {
        text-align: center;
        margin-top: 20px;
    }

    .instres-tabcontent .cta-subscribe__msg p {
        text-align: center;
    }

}

.marketing-tile {
    margin-top: 32px;
}

.marketing-tile__single {
    background-color: #666;
}


.marketing-tile__single-wrap {
    background-image: url('/images/Matrix/bg-img-disasterImpact.jpg');
    background-size: cover;
    padding: 30px 30px 40px;

}

.marketing-tile__single h3{
    color: white;
    margin: 0 0 10px;
    font-weight: bold;
}

.marketing-tile__single p{
    color: white;
    font-size:14px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.video-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
}
.video-wrapper p {
  font-size: 95%;
}
.video-descr-container {
  max-width: 630px;
}
.video-descr-container h2 {
  color: #333333 !important;
  font-size: 100%;
}
.video-descr-container h4 {
  color: #333333 !important;
  font-size: 95%;
}
.video-descr-container em {
  color: #888888;
}
