/*
 * Styles added by rjw
 *
 */


/*** 8/2019 - home page carousel adjustments ***/

/* keep bullets in view */
.home .advancedscroller {
  max-height:425px;
  overflow: hidden;
}
.home .advancedscroller.skin-regen .bulletsCon {
  bottom: 15px;
}
.home .advancedscroller.skin-regen .bulletsCon span.bullet,
.home .advancedscroller.skin-regen .bulletsCon span.bullet.active {
  width: 12px;
  height: 12px;
}

.home .features .copy {
  padding: 4% 0 28px 4%;
}
.home .features .copy h3 {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  background-color: transparent;
  line-height:34px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.home .features .copy h3 a {
  color: #ffffff;
  text-decoration:none;
  text-transform:uppercase;
}
.home .features .copy .data-source {
  left: 0;
}
.home .features .copy .excerpt {
  margin: 18px 0 0 0;
  left: 0;
}


@media screen and (max-width: 1060px) {

  .home .advancedscroller {
    max-height: none;
  }
  .home .advancedscroller.skin-regen .bulletsCon {
    bottom: 6px;
  }
  .home .features {
    max-height: none;
  }
  .home .features .copy {
    padding: 4% 3% 36px 6%;
  }
  .home .features .copy h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .home .features .copy .excerpt {
    margin-top: 14px;
  }
}



/*** 8/2019 - home page news and upcoming events ***/

/* columns */

.home .news {
  float: left;
  width: 56%;
  margin: 0;
}
.upcoming {
  float: right;
  width: 43%;
  margin: 0;
}
@media screen and (max-width: 1060px) {
  .home .news,
  .upcoming {
    float:left;
    width:100%;
  }
}

/* news items */

.home .news .group {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: transparent;
  min-height: 0;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #1a6199;
}
.home .news .top + .group {
  margin-top: -12px;
}
.home .news .group .news-imager {
  float: none;
  display: block;
  /* flex: 0 0 25%; */
  /* width: 25%;    */
  flex: 0 0 182px;   /* set to fixed width */
  width: 182px;
  height: auto;
  max-width: 182px;
  max-height: none;
  line-height: 0;
}
.home .news .group .news-imager .img { /* image is background on this element */
  width: 100%;
  height: auto;
  padding-bottom: 66.66667%;
  max-height: none;
  max-width: 182px;
  background-position: 50% 50%;
  background-size: cover;
}
.home .news .group .copy {
  float: none;
  display: block;
  flex: 1 1 auto;
  display: block;
  width: auto;
  padding: 0 12px;
}
.home .news .group .copy.image {
  float: none;
  display: block;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  padding: 0 12px 0 18px;
}
.home .news .group .hold {
  display: block;
  height: auto;
}
@media screen and (max-width: 600px) {
  .home .news .group .news-imager {
    display: none;
  }
  .home .news .top + .group {
    margin-top: 0;
  }
  .home .news .group .copy,
  .home .news .group .copy.image {
    padding: 0 5%; /* match events */
  }
}
.home .news .group .copy,
.home .news .group .copy.image,
.home .news .group .copy .meta {
  color: #000000;
}

/* events */

.upcoming .group {
  background: transparent;
  padding-bottom: 12px;
  border-bottom: 1px solid #1a6199;
  margin: 12px 0 12px 0;
  min-height: 0px;
  overflow: hidden;  /* clearself */
}
.upcoming .top + .group {
  margin-top: 20px;
}
.upcoming .group .copy {
  display: block;
  float: left;
  width: 90%;
  padding: 0 5%;
  height: auto;
  min-height: 0;
  line-height: inherit;
}
.upcoming .group .copy.image {
  display: block;
  float:left;
  width: 65%;
  height: auto;
  padding: 0 5% 0 3%;
}
.upcoming .group .hold {
  display: block;
  height: auto;
}

.upcoming .group .copy .date {
  color: #000000;
}




/*** 8/2019 - news archive page ***/



.news-archive .group {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: transparent;
  min-height: 0;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #1a6199;
}
.news-archive .group .news-imager {
  float: none;
  display: block;
  flex: 0 0 35%;
  width: 35%;
  height: auto;
  max-width: 351px;
  max-height: none;
  line-height: 0;
}
.news-archive .group .news-imager .img { /* image is background on this element */
  width: 100%;
  height: auto;
  padding-bottom: 66.66667%;
  max-height: none;
  max-width: 351px;
  background-position: 50% 50%;
  background-size: cover;
}
.news-archive .group .copy {
  float: none;
  display: block;
  flex: 1 1 auto;
  display: block;
  width: auto;
  padding: 0 24px;
}
.news-archive .group .copy.image {
  float: none;
  display: block;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  padding: 0 24px 0 30px;
}
.news-archive .group .hold {
  display: block;
  height: auto;
}
@media screen and (max-width: 600px) {
  .news-archive .group .news-imager {
    display: none;
  }
  .news-archive .group .copy,
  .news-archive .group .copy.image {
    padding: 0 5%; /* match events */
  }
}

.news-archive .group .copy,
.news-archive .group .copy.image,
.news-archive .group .copy .meta {
  color: #000000;
}

/*** more news on home page 1/2023 ***/

.idss-news-more a {
	color: inherit;
	text-decoration: none;
}

/*** MIT Logo updates 9/2023 ***/

.mit-link {
  background: none;
  text-indent: initial;
}
@media screen and (max-width: 1060px) {
  .tagline {
    display: none;
  }
}
