@charset "UTF-8";
.main-wrapper-news {
  padding: 0;
  width: 100%;
  max-width: 1060px;
}
@media screen and (min-width: 992px) {
  .main-wrapper-news {
    width: 767px;
    padding: 0 135px;
  }
}
@media screen and (min-width: 1200px) {
  .main-wrapper-news {
    width: 948px;
    padding: 0 135px;
  }
}

.main-wrapper-news {
  padding: 0;
  width: 100%;
  max-width: 1060px;
}
@media screen and (min-width: 992px) {
  .main-wrapper-news {
    width: 767px;
    padding: 0 135px;
  }
}
@media screen and (min-width: 1200px) {
  .main-wrapper-news {
    width: 948px;
    padding: 0 135px;
  }
}

.main-title {
  font-size: 18px;
  color: #777777;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.72px;
}

.press-release-list-item a.title, .news-title {
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  letter-spacing: 0.09px;
}
@media screen and (min-width: 768px) {
  .press-release-list-item a.title, .news-title {
    font-size: 22px;
  }
}

.news-articles a {
  font-size: 13px;
  color: #636363;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.3px;
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.dropdown-toggle-year:after {
  font-family: "FontAwesome";
  content: "";
  border: 0;
  padding-left: 13px;
}

.main-title {
  margin-top: 2px;
}
@media screen and (min-width: 992px) {
  .main-title {
    margin-top: 8px;
  }
}

.article-filter {
  margin: 25px 0 20px;
  display: flex;
}

.article-filter {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .article-filter {
    margin: 25px 0 20px;
  }
}
.article-filter button {
  margin-right: 4px;
}

.news-list-item {
  margin-bottom: 39px;
}

.news-articles-title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 1.06px;
}

.news-articles {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .news-articles {
    padding-right: 75px;
  }
}
.news-articles .news-article {
  margin-bottom: 2px;
  line-height: 15px;
}
@media screen and (min-width: 768px) {
  .news-articles .news-article {
    line-height: 18px;
  }
}
.news-articles a {
  text-decoration: none;
}
.news-articles a:hover {
  text-decoration: underline;
  color: #4285f4;
}

#dropdownYear {
  margin: 2px 0;
  border: 1px solid #4285f4;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  padding: 3px 20px 2px 10px;
  color: #4285f4;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
#dropdownYear:focus {
  outline: none;
}
#dropdownYear.down {
  background: url("../images/website/chevron-down-blue.svg") no-repeat;
  background-size: 11px;
  background-position: calc(100% - 5px);
}
#dropdownYear.up {
  background: url("../images/website/chevron-up-blue.svg") no-repeat;
  background-size: 11px;
  background-position: calc(100% - 5px);
}

.proj-title {
  font-size: 11px;
  color: #000000;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .proj-title {
    font-size: 14px;
    font-weight: 600;
  }
}

.news-title {
  letter-spacing: 0.2px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .news-title {
    line-height: 26px;
  }
}

.news-short-desc {
  margin-bottom: 16px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .news-short-desc {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
}

.main-wrapper-news {
  margin-top: 40px;
}

.right-column {
  position: relative;
  z-index: 20;
  width: 200px;
}

.ghost-link, .ghost-link:hover {
  text-decoration: none;
}
.ghost-link:hover .right-column-desc {
  text-decoration: underline;
}
.right-column-title {
  font-size: 17px;
  color: #000000;
  line-height: 22px;
}

.right-column-desc {
  font-size: 22px;
  color: #4285f4;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.2px;
}

.right-column-date {
  font-size: 13px;
  color: #636363;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.press-release-list-item {
  margin-bottom: 25px;
}
.press-release-list-item a.title {
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .press-release-list-item a.title {
    line-height: 25px;
  }
}
.press-release-list-item a.title:hover {
  color: #4285f4;
  text-decoration: underline;
}
.press-release-list-item .short-desc {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .press-release-list-item .short-desc {
    font-size: 17px;
    line-height: 22px;
  }
}
.press-release-list-item .date-published {
  font-size: 13px;
  color: #636363;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}

#news-ticker {
  position: relative;
  z-index: 10;
  margin: 0 0 15px 20px;
}
#news-ticker .news-headline, #news-ticker .news-header {
  border-left: solid 4px #e6e6e6;
}
@media screen and (min-width: 992px) {
  #news-ticker {
    width: 440px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
  }
}
#news-ticker.bottom {
  bottom: 41px;
}
#news-ticker .news-image {
  position: relative;
  z-index: 1;
}
#news-ticker .news-ticker-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
#news-ticker .time {
  position: relative;
  display: inline-block;
  background: #e6e6e6;
  padding: 3px 8px;
  font-size: 12px;
  color: #8e9295;
  font-weight: bold;
  letter-spacing: 0.6px;
  z-index: 3;
}
#news-ticker .news-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  background-color: #4285f4;
  height: 36px;
}
#news-ticker .news-header img {
  height: 36px;
  width: auto;
}
#news-ticker .news-header div {
  display: inline-block;
  padding: 0 13px;
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.13px;
}
@media screen and (min-width: 768px) {
  #news-ticker .news-header div {
    font-size: 22px;
  }
}
#news-ticker .news-headline {
  overflow: hidden;
}
#news-ticker .news-headline:after {
  content: "";
  background-color: #ea4335;
  display: block;
  height: 4px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#news-ticker .headline-title {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  padding: 2px 8px;
  background-color: #ea4335;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.6px;
}
#news-ticker .ticker-wrapper {
  position: absolute;
  bottom: 4px;
  z-index: 1;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  padding-left: 100%;
  box-sizing: content-box;
}
#news-ticker .ticker {
  display: inline-block;
  white-space: nowrap;
  box-sizing: content-box;
  padding-right: 100%;
  font-size: 12px;
  color: #ea4335;
  font-weight: bold;
  letter-spacing: 0.6px;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#news-ticker .ticker-inner {
  display: inline-block;
  letter-spacing: 0.5px;
}
#news-ticker .ticker-inner:before {
  font-family: "FontAwesome";
  padding: 0 8px;
  content: "";
}

/*# sourceMappingURL=news.css.map */
