#wrapper {
  width: 100%;
}
/* Header Image Block */
.news__paralax {
  width: 100%;
  height: 400px;
  display: block;
  position: absolute;
  overflow: hidden;
}
.news__paralax__gradient{
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 1;
}
.news__paralax__gradient-top::after{
  position: absolute;
  background: linear-gradient(to top, rgba(15, 43, 104, 0), rgba(15, 43, 104, 0.6));
  content: '';
  z-index: 4;
  height: 40%;
  width: 100%;
}
.news__paralax__gradient-bottom::after{
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  content: '';
  z-index: 4;
  bottom: 0;
  height: 30%;
  width: 100%;
}
.news__paralax__text{
  position: absolute;
  color: #ffffff;
  bottom: 5%;
  width: 100%;
  z-index: 2;
}
.news__paralax__text-title{
  font-family: "Adelle Cyrillic";
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.news__paralax__text-descripton{
  font-size: 25px;
}
.news__paralax__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.news__paralax___img{
  position: absolute;
  width: 100%;
  bottom: -20%;
}
.news__paralax__bg__img {
  z-index: -3;
  position: relative;
  height: 100%;
}
.news__paralax__bg__img__img{
  position: absolute;
  width: 100%;
  height: auto;
  top: -40%;
  z-index: -3;
  left: 0;
}
.news__paralax__bg__img-img {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.news__paralax__bg::after{
  position: absolute;
  background: linear-gradient(to top, rgba(8, 18, 38, 0), rgba(8, 18, 38, 0.6));
  content: " ";
  z-index: 4;
  height: 100%;
  width: 100%;
}
.news__content__table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  display: flex;
}
.news__content__td {
  border: 1px solid #dbdbe2;
  padding: 0;
  vertical-align: top;
}
.news__content__td tbody tr:first-child td{
  border-top: none;
}
.news__content__td tbody tr td:first-child {
  border-left: none;
}
.news__content__div{
  padding: 10px;
  height: 100%;
}
/* Breadcrumb Style */
.breadcrumb {
  padding: 0.15rem 0px;
  margin-bottom: 0rem;
  background-color: transparent;
  border-radius: 0rem;
  font-size: 13px;
  color: #262a30;
}
.breadcrumb .active {
  color: #33cccc;
}
.breadcrumb a {
  color: #262a30;
}
/* Date Style */
.date small {
  font-size: 13px;
  color: #262a30 !important;
}
/* Badge Style */
.badge {
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0;
}
.badge-warning {
  color: #262a30;
  background-color: #FFC600;
}
.badge-warning:hover {
  color: #ffffff !important;
  background-color: #696969 !important;
  box-shadow: none !important;
}
/* Content Block Style */
.content {
  padding: 20px 0;
}
.contentImage {
  margin-top: 2rem;
}
.youtubePreview {
  width: 100%;
  height: auto;
  background-color: #5087c2;
  background-image: url(/assets/img/news/youtubeBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 4rem;
  padding-top: 56.25%
}
/* Scroll News Horizontal Style */
.scrollcards {
  background-color: transparent;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin: 0 15px;
  padding: 0 0 1rem;
}
.scrollcards .date small {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0rem;
}
.scrollcards h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  /*margin-bottom: 6rem;*/
  text-transform: uppercase;
  font-weight: 700;
}
.scrollcards::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.scrollcards::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}
.scrollcards::-webkit-scrollbar-track {
  background: transparent;
}
div.scrollcards .card {
  display: flex;
  text-decoration: none;
  border: none !important;
  margin-right: 20px;
}
div.scrollcards .card:last-of-type {
  margin-right: 0;
}
/* News Scroll Card Style */
.relatedNewsTitle a {
  color: #006699;
}
.relatedNewsTitle h2 {
  margin-bottom: 0rem !important;
}
.blockWithoutPhoto {
  min-height: 216px;
}
.AllNewsBtn {
  font-family: 'Open Sans';
  font-weight: 600;
  border-radius: 5rem;
  border: 1px solid #006699;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
.AllNewsBtnMobile {
  font-family: 'Open Sans';
  font-weight: 600;
  border-radius: 0rem;
  border: none;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
.card .blockWithoutPhotoTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #262a30;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.card .blockWithoutPhotoDate small {
  color: #262a30 !important;
}
.card-img,
.card-img-bottom,
.card-img-top {
  border-radius: 0;
}
/* Overlay Style */
.overlay-blockWithoutPhoto {
  background-color: #FFC600;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.infinite-status-prompt {
  display: none;
}
.article_tag {
  padding: 10px 10px 10px 0;
}
.article_description {
  font-size: 27px;
}
.social-list .list-inline-item:first-of-type {
  margin: 0;
}
.social-list .list-inline-item {
  margin-left: 20px;
  margin-right: 0;
}
@media (max-width: 992px) {
  .news__paralax {
    height: 200px;
  }
  .article_description {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .article_description {
    font-size: 18px;
  }
}
