/* newsroom-single-content */
.newsroom-single-content {
  padding-top: 70px;
  padding-bottom: 40px;
}
.newsroom-single-content .d-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsroom-single-content .sidebar {
  width: 320px;
}
.newsroom-single-content .sidebar .sidebar-fixed {
  position: sticky;
  top: 100px;
}
.newsroom-single-content .sidebar h3 {
  color: #000000;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 600;
}
.newsroom-single-content .sidebar ul li {
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsroom-single-content .sidebar ul li:last-child {
  margin-bottom: 0px;
}
.newsroom-single-content .sidebar ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  position: relative;
  padding-left: 28px;
}
.newsroom-single-content .sidebar ul li a:hover {
  text-decoration: underline;
}
.newsroom-single-content .sidebar ul li a.active {
  color: #6219FF;
}
.newsroom-single-content .sidebar ul li a.active:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -3px;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/arrow-circle-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.newsroom-single-content .content {
  width: 740px;
}
.newsroom-single-content .content span[id] {
  display: block;
  position: relative;
  visibility: hidden;
}
.newsroom-single-content .content h2 {
  color: #000000;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
}
.newsroom-single-content .content img {
  width: 100%;
  margin-bottom: 60px;
  display: block;
  height: auto;
}
.newsroom-single-content .content p {
  letter-spacing: 0.09px;
  line-height: 29px;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 25px;
}
.newsroom-single-content .content p:last-child {
  margin-bottom: 0px;
}
.newsroom-single-content .content p b {
  font-weight: 500;
}
.newsroom-single-content .content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1px;
  margin-bottom: 27px;
  line-height: 1.55;
}
.newsroom-single-content .content ul {
  margin-bottom: 30px;
}
.newsroom-single-content .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09px;
  position: relative;
  padding-left: 28px;
  line-height: 1.35;
}
.newsroom-single-content .content ul li:last-child {
  margin-bottom: 0px;
}
.newsroom-single-content .content ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -1px;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/arrow-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.newsroom-single-content .content blockquote {
  background-color: #f3edff;
  padding: 15px 15px 20px 15px;
  margin: 0px;
  margin-bottom: 35px;
}
.newsroom-single-content .content blockquote h4 {
  color: #6219ff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.newsroom-single-content .content blockquote p {
  letter-spacing: 0.07px;
  line-height: 23px;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0px;
}
.newsroom-single-content .content blockquote p a {
  color: #6219FF;
  text-decoration: underline;
  cursor: pointer;
}
.newsroom-single-content .content .author-block {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.newsroom-single-content .content .author-block .avatar {
  display: flex;
  align-items: center;
  max-width: 92px;
  max-height: 92px;
  margin-right: 17px;
}
.newsroom-single-content .content .author-block .avatar img {
  width: 100%;
  margin: 0px;
}
.newsroom-single-content .content .author-block .text {
  max-width: 420px;
}
.newsroom-single-content .content .author-block .text p {
  color: #48454e;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0px;
}
.newsroom-single-content .content .author-block .text p i {
  color: #6219ff;
  font-style: normal;
}
.newsroom-single-content .content .author-block .text a {
  color: #6219ff;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.newsroom-single-content .content .author-block .text a:after {
  content: '';
  width: 12px;
  height: 12px;
  right: -17px;
  top: 2px;
  position: absolute;
  background-image: url(../../../img/arrow-top-right-purple.svg);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .newsroom-single-content .content {
    width: 525px;
  }
  .newsroom-single-content .sidebar {
    width: 270px;
  }
}
@media only screen and (max-width: 768px) {
  .newsroom-single-content .sidebar {
    display: none;
  }
  .newsroom-single-content .content {
    width: 100%;
  }
  .newsroom-single-content .content .author-block .avatar {
    display: none;
  }
}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 375px) {

}










/* newsroom-single */
.newsroom-single {
  border-top: 1px solid #E3E3E3;
}
.newsroom-single .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.newsroom-single .list .features {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #e3e3e3;
  grid-row: 1 / span 3; 
  border-bottom: 1px solid #e3e3e3;
}
.newsroom-single .list .features .permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newsroom-single .list .features:hover .overlay{
  opacity: 1;
}
.newsroom-single .list .features .overlay {
  z-index: -1;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: -o-linear-gradient(
181deg, #ffffff 0%, #f4efff 100%);
  background-image: linear-gradient(
269deg, #ffffff 0%, #f4efff 100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.newsroom-single .list .features .cat {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07px;
  margin-bottom: 10px;
}
.newsroom-single .list .features .title {
  line-height: 24px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  max-width: 510px;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.newsroom-single .list .features .avtor {
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
} 
.newsroom-single .list .features .title svg {
  width: 15px;
  height: 15px;
  fill: #6219FF;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.newsroom-single .list .features .avtor span {
  color: #6219ff;
}
.newsroom-single .list .features .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  height: 375px;
  overflow: hidden;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsroom-single .list .features .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
.newsroom-single .list .features:hover .title {
  color: #6219FF;
}
.newsroom-single .list .features:hover .title svg {
  opacity: 1;
}
.newsroom-single .list .itm {
  padding: 18px 20px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.newsroom-single .list .itm:nth-child(2) .thumbnail,
.newsroom-single .list .itm:nth-child(3) .thumbnail,
.newsroom-single .list .itm:nth-child(4) .thumbnail{
 display: none;
}
.newsroom-single .list .itm .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  width: 315px;
}
.newsroom-single .list .itm .thumbnail img {
  width: 100%;
  height: auto;
}
.newsroom-single .list .itm .permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newsroom-single .list .itm .cat {
  letter-spacing: 0.07px;
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.newsroom-single .list .itm .title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.newsroom-single .list .itm .title svg {
  width: 15px;
  height: 15px;
  fill: #6219FF;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.newsroom-single .list .itm .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsroom-single .list .itm .left>p {
  margin-bottom: 10px;
  line-height: 21px;
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
}
.newsroom-single .list .itm .overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: -o-linear-gradient(181deg, #ffffff 0%, #f4efff 100%);
  background-image: linear-gradient(269deg, #ffffff 0%, #f4efff 100%);
  z-index: -1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.newsroom-single .list .itm .row-avtor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsroom-single .list .itm .row-avtor .avtor {
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
}
.newsroom-single .list .itm .row-avtor .avtor span {
  color: #6219ff;
}
.newsroom-single .list .itm .row-avtor .share .btn {
  color: #48454e;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);;
}
.newsroom-single .list .itm .row-avtor .share .btn>svg {
  width: 17px;
  height: 14px;
  fill: #48454e;
  position: relative;
  left: 4px;
  top: -3px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.newsroom-single .list .itm .row-avtor .share .btn:hover {
  color: #6219FF;
}
.newsroom-single .list .itm .row-avtor .share .btn:hover>svg {
  fill: #6219FF;
} 
.newsroom-single .list .itm:hover .title {
  color: #6219FF;
}
.newsroom-single .list .itm:hover .title svg {
  opacity: 1;
}
.newsroom-single .list .itm:hover .overlay {
  opacity: 1;
}
.newsroom-single .list .after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding-top: 63px;
  padding-bottom: 83px;
}
.newsroom-single .list .after h4 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  text-align: right;
}
.newsroom-single .list .after h4 a {
  color: #6219ff;
  text-decoration: underline;
  font-size: 32px;
  font-weight: 300;
}
.newsroom-single .list .after h4 a svg {
  margin-left: 13px;
  width: 26px;
  height: 26px;
  fill: #6219FF;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 1200px) {
  .newsroom-single .list .itm:nth-child(n+4) {
    padding: 20px 0px;
    max-width: 1060px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 0 auto;
  }
  .newsroom-single .list .itm:nth-child(n+4) .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsroom-single .list .itm:nth-child(n+4) .left,
  .newsroom-single .list .itm:nth-child(n+4) .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsroom-single .list .features .thumbnail {
    height: 255px;
  }
}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
  .newsroom-single .list .itm {
    padding: 20px 0px;
    max-width: 1060px;
    margin: 0 auto;
  }
  .newsroom-single .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsroom-single .list .itm {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .newsroom-single .list .itm .thumbnail,
  .newsroom-single .list .itm:nth-child(n+4) .thumbnail {
    display: none;
  }
  .newsroom-single .list .features {
    border-right: 0px;
    padding-right: 0px;
  }
  .newsroom-single .list .features .thumbnail {
    height: 302px;
  }
}
@media only screen and (max-width: 576px) {
  .newsroom-single .list .features .thumbnail {
    height: 190px;
  }
}
@media only screen and (max-width: 375px) {
  .newsroom-single .list .features .thumbnail {
    height: 160px;
  }
}