
/*** T3SB identifier: t3sbs_footerSticky */

html {
	position:relative;
	min-height:100%
}
#page-footer {
	position:absolute;
	bottom:0;
	width:100%
}



/*** T3SB identifier: t3sbsCSSassets_949 */

/* t3sbs_assets_949 */
.card-text .badge {
    border-radius: 3rem;
    background-color: #ddd;
    font-weight: normal;
    background-color: #fffc00;
    color: #000;
}

.row-cols-md-4>* {
      font-size: 0.8rem;
    min-width: 250px;
}
@media (min-width: 1048px) {
    .row-cols-md-4>* {
        font-size: initial;
    }
}
@media (max-width: 768px) {
    .row-cols-md-4>* {
        font-size: initial;
    }
}
.card-text .text-big .badge {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #6c757d !important;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    /*--bs-btn-bg: transparent;*/
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s 
    ease-in-out, background-color .15s 
    ease-in-out, border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;
    margin: 3px 0;
}
.card-text .text-big .badge:hover {
    background-color: #16465c;
}

	


/*** T3SB identifier: t3sbsCSSassets_586 */

/* t3sbs_assets_586 */
.plyr--video {
    border-radius: 0.25rem;
}
	


/*** T3SB identifier: t3sbsCSSassets_769 */

/* t3sbs_assets_769 */
#page-content {
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}
footer a {
  color: #fff;
  text-decoration: auto;
}

footer a:hover {
    text-decoration: underline;
}
a.dpnglossary.link,
.main-content .bodytext a,
.news-text-wrap a {
  color: rgba(var(--bs-secondary-rgb), 1) !important;
  text-decoration: underline;
}
	

