.tb-news-selector {
  margin: 16px 0;
  padding: 0 8px;
}

.tb-news-selector .tb-latestnews-header {
  padding: 24px  0;
}

.tb-news-selector .tb-latestnews-header .field-header {
  font-size: 36px;
}

.tb-news-selector .tb-latestnews-row {
  margin: 0 -8px;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tbc-latestnews-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-img {
  background: #FFFFFF;
  line-height: 0;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  position: relative;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-img img {
  height: 100%;
  width: 100%;
  max-width: 100% !important;
  max-height: 187px;
  min-height: 187px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section {
  height: 100%;
  padding: 20px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-label {
  font-size: 12px;
  font-weight: 500;
  width: auto;
  display: inline-block;
  background: #998242;
  padding: 8px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  margin-left: 0;
  margin-right: auto;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-label a {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-date {
  padding-top: 16px;
  font-size: 12px;
  font-weight: 400;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-head {
  font-size: 20px;
  font-weight: 700;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-body {
  font-size: 16px;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section.tb-bg-dark-gray {
  color: #fff;
}

.tb-news-selector .loadmore {
  padding-bottom: 16px;
}

.tb-news-selector .load-more input[type="button"] {
  display: none;
}

.tb-news-selector .tb-latestnews-filter {
  font-weight: 400;
}

.tb-news-selector .tb-latestnews-filter .tb-customised-select span {
  width: 100%;
  max-width: 300px;
  padding-right: 8px;
  right: 8px;
  position: relative;
}

.tb-news-selector .tb-news-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-news-selector .tb-news-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-news-selector .tb-news-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s newsspin ease-in-out infinite;
  animation: 1s newsspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  margin: auto;
  margin-top: auto;
}

@-webkit-keyframes newsspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes newsspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-news-selector .results-count {
  display: none;
}

.tb-news-selector .progress {
  display: none;
}

@media only screen and (min-width: 768px) {
  .tb-latestnews-filter {
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tb-latestnews-section .tb-latestnews-body {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 1024px) {
  .tb-news-selector {
    margin: 12px 0;
  }
  .tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section {
    padding: 20px 24px 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-news-selector {
    margin: 16px 0;
    padding: 0 16px;
  }
  .tb-news-selector .tb-latestnews-filter .tb-select-wrapper {
    margin-left: 0 !important;
  }
  .tb-news-selector .tb-latestnews-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 16px !important;
  }
  .tb-news-selector .tb-latestnews-row {
    margin: 0 !important;
    padding-bottom: 16px !important;
  }
  .tb-news-selector .tb-latestnews-row .tb-latestnews-item {
    padding: 0 !important;
  }
  .tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section {
    padding: 16px !important;
  }
  .tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-link {
    padding-bottom: 24px !important;
  }
}

/*============== Sticky Link =============================*/
.tb-latestnews-stickylink .tb-latestnews-section .tb-latestnews-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
