.breadcrumb {
    margin-bottom: 5px;
}

.breadcrumb {
    display: none !important; /* force hide */
}

.page-title {
    margin-top: 11px;
    margin-bottom: 11px;
}

.page-body {

}

@media (min-width: 992px) {
	.page-body {
		min-height: 50vh;
	}
}

body {
  --scrollbar: 20px; /* default if Javascript is disabled */
}

/*
.row-full {
    position: relative;
    width: calc(100vw);
    margin-left: calc(-50vw);
    left: 50%;
}
*/
.row-full {
/*
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;	
	*/
		width: calc(100vw - var(--scrollbar));
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;	
	
}

@media (min-width: 768px) {
	.row-full {
		width: calc(100vw - var(--scrollbar));
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;	
	}
	.row-full > .page-container {
		padding-left: calc(var(--scrollbar) + 15px);
	}
	
}


.row-full-xxxxxx{
      width: 100vw !important;
      position: relative;
      margin-left: -50vw;
      left: 50%;
}


@media (min-width: 768px) {
    .page-container {
        width: 750px;
    }
}

@media (min-width: 1200px) {
    .page-container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .page-container {
        width: 1360px;
    }
	.page-body-html {
		max-width: 100%;
		width: 1030px;
		margin-right: auto;
		margin-left: auto;
	}
}

.page-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}



.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; 
}








.subpage-item-text {
    height: 6.4rem;
}

.subpage-item-title {
    font-weight: bold;
    line-height: 1.8rem;
    color: #558CC9;
    font-size: 1.5rem;
    max-height: 5.4rem;
    overflow-y: hidden;
}


.subpage-item .subpage-item-image > .embed-responsive-item {
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #aaaaaa;*/
}

.subpage-item {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.subpage-item .embed-responsive-news-item-1by1 {
  padding-bottom: 100%;
}

.subpage-item .embed-responsive-news-item-16by9 {
  padding-bottom: 56.25%;
}

.btn-subpage-item {
	margin-bottom: 5px;
}



.loader_spinner {
  width: 40px;
  height: 40px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  border-bottom: 8px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#page-widgets-bottom2 > .cms-html > div {
	margin-bottom: 0;
}


.cms-html .table-bordered > thead > tr > th
, .cms-html .table-bordered > tbody > tr > th
, .cms-html .table-bordered > tfoot > tr > th
, .cms-html .table-bordered > thead > tr > td
, .cms-html .table-bordered > tbody > tr > td
, .cms-html .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}



summary {
  display: flex;
  align-items: center;
}

summary::after {
  content: '';
  width: 18px;
  height: 10px;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 18 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(-0.0247114,-3.02628e-18,2.90782e-18,-0.0237442,23.7506,13.5573)"><path d="M254.6,477.479C259.711,473.272 561.717,170.223 561.717,170.223C561.717,170.223 576.205,153.951 597.839,153.983C621.181,154.019 636.425,170.096 636.425,170.096C636.425,170.096 939.167,475.94 940.854,477.463C967.2,501.255 956.012,536.939 942.827,551.356C928.606,566.906 896.33,575.498 868.319,549.101C865.351,546.304 604.846,285.516 604.846,285.516C604.846,285.516 601.137,280.823 597.481,280.661C594.25,280.517 589.683,285.449 589.683,285.449C589.683,285.449 332.794,543.858 326.478,549.801C312.614,562.847 276.463,576.895 252.279,552.019C218.24,517.006 250.72,480.673 254.6,477.479Z" style="fill:rgb(48,53,59);"/></g></svg>');
  background-size: cover;
  margin-left: .75em;
  transition: 0.2s;
}

details[open] > summary::after {
  transform: rotate(180deg);
}