.breadcrumb {
    margin-bottom: 5px;
}

.page-title {
    margin-top: 11px;
    margin-bottom: 11px;
}

.page-body {

}

@media (min-width: 992px) {
	.page-body {
		min-height: 50vh;
	}
}


.row-full{
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%;
}



.news-list-item-text {
    height: 6.4rem;
}

.news-list-item-title {
    font-weight: bold;
    line-height: 1.8rem;
    color: #558CC9;
    font-size: 1.5rem;
    max-height: 5.4rem;
    overflow-y: hidden;
}

.news-list-item-date {
    font-weight: normal;
    line-height: 2rem;
    color: #666666;
    font-size: 1rem;
}

.news-list-item-body {
    color: #333333;
    font-size: 1rem;
    height: 2rem;
}

.news-list .news-list-item-image > .embed-responsive-item {
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #aaaaaa;*/
}

.news-list .news-list-item {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.news-list .embed-responsive-news-item-1by1 {
  padding-bottom: 100%;
}

.news-list .embed-responsive-news-item-16by9 {
  padding-bottom: 56.25%;
}

.news-images-large {
    margin-bottom: 5px;
}

.news-thumbnails img {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
    -webkit-filter: brightness(100%);
}

.news-thumbnails img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.file-list-item-text {
    height: 10.5rem;
}

.file-list-item-title {
    font-weight: bold;
    line-height: 1.8rem;
    color: #558CC9;
    font-size: 1.5rem;
    max-height: 5.4rem;
    overflow-y: hidden;
}

.file-list-item-description {
    font-weight: normal;
    line-height: 1.2rem;
    color: #666666;
    font-size: 1rem;
    max-height: 3.6rem;
    overflow-y: hidden;
}

.file-list-item-body {
    color: #333333;
    font-size: 1rem;
    height: 2rem;
}

.file-list .file-list-item-image > .embed-responsive-item {
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #aaaaaa;*/
}

.file-list .file-list-item {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.file-list .embed-responsive-file-item-1by1 {
  padding-bottom: 100%;
}

.file-list .embed-responsive-file-item-16by9 {
  padding-bottom: 56.25%;
}

.file-images-large {
    margin-bottom: 5px;
}

.file-thumbnails img {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
    -webkit-filter: brightness(100%);
}

.file-thumbnails img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tag-link-btn {
    margin-bottom: 15px; 
}





