/*header*/
.tops-news-header div.ms-formfieldlabelcontainer span.ms-formfieldlabel,
.tops-news-header .ms-formfieldlabelcontainer .ms-formfieldlabel {
  color: #fff;
}
.tops-news-header .tops-news-header-text-row {
  margin-top: 15px;
  position: relative;
}
.tops-news-header .tops-news-header-text-row .tops-news-title {
  display: inline-block;
  max-width: 780px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  white-space: normal;
}
.tops-news-header .tops-news-header-text-row .tops-news-link-back {
  display: inline-block;
  position: absolute;
  right: 0;
}
.tops-news-header .tops-news-header-text-row .tops-news-link-back .link--back {
  font-size: 14px;
  color: #cea663;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.tops-news-header .tops-news-header-text-row .tops-news-link-back .link--back i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.tops-news-header .tops-news-header-text-row .tops-news-link-back .link--back:hover,
.tops-news-header .tops-news-header-text-row .tops-news-link-back .link--back:active,
.tops-news-header .tops-news-header-text-row .tops-news-link-back .link--back:focus {
  text-decoration: none;
}
.tops-news-header .tops-news-date {
  font-size: 13px;
  color: #fff;
  padding-left: 25px;
  margin-top: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPBAMAAAAfXVIcAAAAD1BMVEWfn79HcEyXo72UpL2YpL4uZM6hAAAABHRSTlMQANIf3YybbQAAADtJREFUCNdjUGFxcHFhcXRicIEwXBhcGAVdQJjBBQoQDGcGMGBhcBAEAxEgw0XE0QWVQYwUlKECMdgJAE66Ev4HLQ8dAAAAAElFTkSuQmCC) no-repeat 0 0;
}
/*text*/
.tops-news-body-wrap {
  position: relative;
}
.tops-news-body-wrap .tops-news-body {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0 rgba(26, 26, 26, 0.08);
  padding: 50px 116px 90px;
  margin-top: -20px;
  margin-bottom: 25px;
}
.tops-news-body-wrap .tops-news-body .tops-news-content {
  font-size: 16px;
}
/*slider*/
.tops-news-images-gallery-container {
  margin-bottom: 50px;
}
.tops-news-images-gallery-container ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 15px;
}
.tops-news-images-gallery-container li {
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  cursor: pointer;
}
.tops-news-images-gallery-container li.lslide.active {
  display: inline-block;
  text-align: center;
  background-color: #f3f5f6;
}
.tops-news-images-gallery-container .lSPager {
  box-sizing: border-box;
}
.tops-news-images-gallery-container .lSPager.lSGallery {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tops-news-images-gallery-container .lSPager li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tops-news-images-gallery-container .lSPager li,
.tops-news-images-gallery-container .lSPager li a img {
  width: 115px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tops-news-images-gallery-container .lSPager li.active {
  border-radius: 0 !important;
}
.tops-news-images-gallery-container .lSPager li.active > a {
  position: relative;
  display: block;
  text-align: center;
}
.tops-news-images-gallery-container .lSPager li.active > a:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.tops-news-images-gallery-container .lSPager li.active > a:after {
  content: "\F12C";
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 16px);
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #cea663;
  z-index: 3;
  font-size: 32px;
}
.tops-news-images-gallery-container .lSPager li:hover {
  border-radius: 0 !important;
}
.tops-news-images-gallery-container .lSAction > a {
  background-image: none;
  font-size: 32px;
  opacity: 1;
  color: #0072c6;
  z-index: 1 !important;
}
.tops-news-images-gallery-container .lSAction > a:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.tops-news-images-gallery-container .lSAction > .lSPrev {
  left: 25px;
}
.tops-news-images-gallery-container .lSAction > .lSPrev:before {
  content: "\F04D";
}
.tops-news-images-gallery-container .lSAction > .lSNext {
  right: 25px;
}
.tops-news-images-gallery-container .lSAction > .lSNext:before {
  content: "\F054";
}
.tops-new-main-page-web-part-body {
  padding: 20px;
}
.tops-new-recent-news-item-row,
.tops-new-docs-item-row {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .tops-new-recent-news-item-row,
  .tops-new-docs-item-row {
    margin-top: 0px;
  }
}
.tops-new-docs-item {
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0 rgba(26, 26, 26, 0.08);
  border: solid 1px #e4e4e4;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tops-new-docs-item .tops-new-docs-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 15px;
}
.tops-new-docs-item .tops-new-docs-item-body .tops-new-docs-item-body-icon {
  background-color: #b48d4c;
  border-radius: 3px;
  padding: 9px 9px 7px 9px;
  margin-right: 10px;
}
.tops-new-docs-item .tops-new-docs-item-body .tops-new-docs-item-body-icon span {
  background: url(../../img/i/idoc-white.png) no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.tops-new-docs-item .tops-new-docs-item-body .tops-new-docs-item-body-text {
  height: 110px;
  overflow: hidden;
  width: 80%;
}
.tops-new-docs-item .tops-new-docs-item-body .tops-new-docs-item-body-text > a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  color: #2b74a1;
  text-decoration: none;
}
.tops-new-docs-item .tops-new-docs-item-body .tops-new-docs-item-body-text > a:hover {
  text-decoration: underline;
}
.tops-new-docs-item .tops-new-docs-item-footer {
  background-color: #f8f5f0;
  padding: 12px 20px 7px;
}
.tops-new-recent-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  height: 200px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  background-size: cover;
}
@media (min-width: 1024px) {
  .tops-new-recent-news-item.tops-new-recent-news-item--first {
    height: 420px;
  }
}
.tops-new-recent-news-item.tops-new-recent-news-item--expanded {
  height: 420px;
}
.tops-new-recent-news-item .tops-new-recent-news-item-title {
  margin-bottom: 8px;
  width: 100%;
}
.tops-new-recent-news-item .tops-new-recent-news-item-title > a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
}
.tops-new-recent-news-item .tops-new-recent-news-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tops-new-recent-news-item .tops-new-recent-news-item-info .tops-new-recent-news-item-info-category {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #b48d4c;
  padding: 4px 7px 3px 7px;
  border-radius: 3px;
  margin-right: 10px;
}
.tops-new-recent-news-item .tops-new-recent-news-item-info .tops-new-recent-news-item-info-date {
  font-size: 13px;
  font-weight: 300;
}
.tops-recent-news-item .tops-recent-news-item-rollup-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 230px;
}
.tops-recent-news-item .row .col-sm-5 {
  height: 250px;
}
.tops-recent-news-item .tops-recent-news-item-title {
  height: 215px;
  max-height: 215px;
  overflow: hidden;
}
.tops-recent-news-item .tops-recent-news-item-title a {
  word-break: normal;
  color: #4292df !important;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none !important;
}
.tops-recent-news-item .tops-recent-news-item-date {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 11px;
  color: #b99254 !important;
  line-height: 17px;
  text-transform: uppercase;
  height: 35px;
  max-height: 35px;
}
.tops-recent-news-item .tops-recent-news-item .row {
  height: 250px;
}
.tops-new-main-page-web-part-container {
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0 rgba(26, 26, 26, 0.08);
  border: solid 1px #e4e4e4;
  background-color: #fff;
  width: 100%;
  max-width: 1192px;
}
.tops-new-main-page-web-part-container .tops-new-main-page-web-part-heading {
  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;
  padding: 20px 25px;
  background-color: #f3f5f6;
}
.tops-new-main-page-web-part-container .tops-new-main-page-web-part-heading .tops-new-main-page-web-part-heading-title {
  font-size: 18px;
}
.tops-new-main-page-web-part-container .tops-new-main-page-web-part-heading .tops-new-main-page-web-part-heading-link {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #9ea4a9;
  text-transform: uppercase;
}
.tops-new-main-page-web-part-container .tops-new-main-page-web-part-heading .tops-new-main-page-web-part-heading-link:hover {
  text-decoration: underline;
}
.tops-new-main-page-web-part-container .tops-new-main-page-web-part-body {
  padding: 20px;
  position: relative;
}
