#articles.layout-left aside,
#articles.layout-right aside,
#articles.layout-top aside {
  float: left;
  width: 60px;
  margin-right: 10px;
}
#articles.layout-left aside > div,
#articles.layout-right aside > div,
#articles.layout-top aside > div {
  display: block;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: .75em 0 0;
  text-align: center;
  width: 50px;
  margin-top: .7em;
}
#articles.layout-left aside > div span.day,
#articles.layout-right aside > div span.day,
#articles.layout-top aside > div span.day {
  font-size: 2.2em;
  line-height: 40px;
  border-bottom: 1px solid #53BD99;
  display: block;
  padding-bottom: 5px;
}
#articles.layout-left aside > div span.year,
#articles.layout-right aside > div span.year,
#articles.layout-top aside > div span.year {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: .75em;
  line-height: 2.5;
}
#articles.layout-left section,
#articles.layout-right section,
#articles.layout-top section {
  overflow: hidden;
  position: relative;
}
#articles.layout-left section > .header,
#articles.layout-right section > .header,
#articles.layout-top section > .header {
  display: block;
  margin-bottom: 1.6em;
}
#articles.layout-left section .title,
#articles.layout-right section .title,
#articles.layout-top section .title {
  display: inline-block;
  float: left;
  width: 100%;
}
#articles.layout-left section h3,
#articles.layout-right section h3,
#articles.layout-top section h3 {
  display: inline-block;
  font-size: 1.8em;
  line-height: 100%;
  margin: .85em 0 0;
  padding: 0 0 .85em;
  font-weight: 500
}
#articles.layout-left section .divided.list,
#articles.layout-right section .divided.list,
#articles.layout-top section .divided.list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  width: 100%
}
#articles.layout-left section .description,
#articles.layout-right section .description,
#articles.layout-top section .description {
  line-height: 1.6em;
}
/* == Item Rating/Voting == */
.sk.rating-read b,
.sk.rating-vote b {
  font-family: Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 1em;
  color: #445c6a;
  cursor: pointer
}
.sk.rating-read b {
  cursor: default
}
.sk.rating-read b:before,
.sk.rating-vote b:before {
  content: "\f005";
  padding-right: 4px;
  color: #445c6a
}
.sk.rating-read b.rated:before,
.sk.rating-vote b:hover:before,
.sk.rating-vote b.rated:before {
  content: "\f005";
  color: #53BD99;
  transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s
}
.sk.rating-vote b.rated:hover:before {
  color: #53BD99
}
.sk.rating-read i,
.sk.rating-vote i {
  padding-left: 5px;
  font-size: 12px!important
}
.sk.rating-vote {
  display: block;
}
.sk.rating-vote b,
.sk.rating-vote.small b {
  font-size: 1.8em;
  margin-right: 0.3em
}
.sk.rating-vote.small b {
  font-size: 1.2em;
}
.sk.voting {
  display: inline-block;
  background: #445c6a;
  border-radius: 4px;
}
.sk.voting b {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  padding-left: 5px
}
.sk.voting a {
  display: inline-block;
  padding: 7px 15px;
}
.sk.voting i {
  font-size: 1em!important;
  color: #53BD99
}
.sk.voting a.vote-up > i {
  color: #92CF5C
}
.sk.voting a.vote-up:hover {
  background: #92CF5C;
  border-radius: 3px 0 0 3px
}
.sk.voting a.vote-down:hover {
  background: #53BD99;
  border-radius: 0 3px 3px 0
}
.sk.voting a.vote-up:hover > i,
.sk.voting a.vote-down:hover > i {
  color: #fff
}
/*Articles*/
.articles-results .home-briefing-car-item {
  margin-bottom: 150px;
}
.home-briefing-car-wrap {
  border-top: 9px solid #002e5d;
}
.overflow-briefing-img {
  overflow: hidden;
}
.home-briefing-car-left {
  min-height: 335px;
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.home-briefing-car-left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,53,92,0.7);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.home-briefing-car-item a:hover .home-briefing-car-left {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-briefing-car-title {
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.2em;
  height: 2.4em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
  color: #00355C;
  margin-top: 16px;
  letter-spacing: 0.2px;
}
.home-briefing-car-wrap:hover .home-briefing-car-title {
  color: #00355C;
}
.home-briefing-car-desc {
  font-size: 16px;
  color: rgba(23,33,89,0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3em;
  height: 3.9em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-header p {
  font-size: 18px;
  text-transform: uppercase;
}
.news-header h2 {
  margin-bottom: 5px;
}
.news-header {
  margin-bottom: 160px;
}
.briefing-date {
  color: #fda40a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.briefing-learn-more {
  margin-top: 16px;
  text-align: right;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 16px;
  border-top: 1px solid #fda40a;
  position: relative;
  margin-left: 40%;
  margin-right: 15px;
  padding-right: 8px;
  padding-top: 8px;
  /* animation setup */
  transform-origin: right;
  transition: transform 0.6s ease;
}
.block.briefing-learn-more::before {
  position: absolute;
  content: "";
  border-right: 1px solid #fda40a;
  right: 0;
  top: 0px;
  bottom: 15px;
}
.home-briefing-car-item a:hover .briefing-learn-more {
  transform: scaleX(0);
}
.home-briefing-car-item a:hover .home-briefing-car-title {
  color: #fda40a;
}
.home-briefing-car-item a:hover .briefing-date {
  color: rgba(23,33,89,0.5);
}
.home-briefing-car-item a:hover .briefing-learn-more {
  border-color: rgba(23,33,89,0.5);
  color: rgba(23,33,89,0.5);
}
/*result header image */
.briefing-result-header-img {
  position: relative;
  background-color: #002e5d;
  color: white;
  padding-top: 115px;
  background-size: 190px;
}
.briefing-header-image-left {
  padding-top: 200px;
  font-size: calc(1em + 2px);
}
.briefing-result-header-title h1 {
  font-size: 60px;
  font-weight: bold;
}
.briefing-publish-header-title h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}
.briefing-header-img-container {
  position: relative;
  top: 100px;
}
.briefing-header-image-background {
  padding-top: 55%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.news-class .sk-content-full {
  padding: 0 !important;
}
.news-class .news-main-grid {
  padding: 0;
}
.news-grid {
  max-width: none;
  padding-left: calc((100vw - 1617px) / 2);
  padding-right: calc((100vw - 1617px) / 2);
}
#briefing-results {
  padding-top: 120px;
}
.publish-briefing-container {
  border-top: 9px solid #002e5d;
  padding-top: 20px;
}
.briefing-date-publish {
  color: #fda40a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.briefing-content-publish {
  font-size: 18px;
  color: rgba(23,33,89,0.5);
}
.publish-briefing {
  margin-bottom: 100px;
  padding-top: 120px;
}
.briefing-content-publish strong {
  color: #002e5d;
}
@media only screen and (max-width: 1700px) {
  .briefing-header-image-left {
    padding-top: 150px;
  }
  .briefing-result-header-title h1 {
    font-size: 50px;
  }
  .briefing-header-img-container {
    top: 50px;
  }
  .news-grid {
    padding-left: calc((100vw - 1317px) / 2);
    padding-right: calc((100vw - 1317px) / 2);
  }
  .news-header {
    margin-bottom: 100px;
  }

}
@media only screen and (max-width: 1400px) {
  .articles-results .row-80 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .articles-results .col-80 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .home-briefing-car-title {
    font-size: 27px;
  }
  .articles-results .home-briefing-car-item {
    margin-bottom: 100px;
  }
  .briefing-result-header-title h1 {
    font-size: 40px;
  }
  .briefing-publish-header-title h1 {
    font-size: 35px;
  }
  .news-grid {
    padding-left: calc((100vw - 1017px) / 2);
    padding-right: calc((100vw - 1017px) / 2);
  }
  .home-briefing-car-left {
    min-height: 265px;
  }
}
@media only screen and (max-width: 1100px) {
  .home-briefing-car-title {
    font-size: 24px;
  }
  .news-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .briefing-result-header-img {
    padding-top: 95px;
  }
  .briefing-header-image-left, .briefing-header-image-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .briefing-result-header-title h1 {
    font-size: 30px;
  }
  .briefing-publish-header-title h1 {
    font-size: 30px;
  }
  .briefing-result-header-img > .sk-grid-left > .columns {
    margin-left: -30px;
    margin-right: -30px;
  }
  .publish-briefing {
    margin-bottom: 70px;
    padding-top: 100px;
  }
  #briefing-results {
    padding-top: 100px;
  }
  .news-header {
    margin-bottom: 80px;
  }

}
@media only screen and (max-width: 769px) {
  .home-briefing-car-title {
    height: auto;
    -webkit-line-clamp: initial;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .briefing-date {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .briefing-learn-more {
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 14px;
    margin-right: 10px;
  }
  .articles-results .home-briefing-car-item {
    margin-bottom: 50px;
  }
  .home-briefing-car-wrap {
    border-top: 6px solid #002e5d;
  }
  .briefing-result-header-img {
    margin-bottom: 0;
    padding-top: 130px;
  }
  .briefing-header-image-left {
    padding-top: 20px;
    padding-right: 80px;
    font-size: 1em;
    position: relative;
  }
  .briefing-result-header-title h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .briefing-publish-header-title h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .briefing-header-image-right {
    position: relative;
    z-index: 1;
  }
  .briefing-header-image-right::before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: white;
    display: block;
  }
  .briefing-header-img-container {
    top: 0;
  }
  .briefing-header-image-background {
    padding-top: 55%;
  }
  .publish-briefing {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .briefing-content-publish {
    font-size: 16px;
  }
  #briefing-results {
    padding-top: 50px;
  }
  .news-header {
    margin-bottom: 35px;
  }
  .news-header .page-title {
    font-size: 28px;
    line-height: 1.1;
  }
  .news-header p {
    font-size: 16px;
  }
  .publish-briefing-container {
    border-top: 6px solid #002e5d;
  }
}
@media only screen and (max-width: 576px) {
  .home-briefing-car-left {
    min-height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .briefing-result-header-img {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 414px) {
  .briefing-result-header-img {
    padding-top: 170px;
  }
  .briefing-publish-header-title h1 {
    font-size: 22px;
  }
  .home-briefing-car-left {
    min-height: 230px;
  }
  .home-briefing-car-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 330px) {
  .briefing-result-header-img {
    padding-top: 180px;
  }
}