.site-alerts-alert {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
}

.site-alerts-success {
    background-color: #4CAF50; /* green */
}

.site-alerts-info {
    background-color: #2196F3; /* blue */
}

.site-alerts-warning {
    background-color: #ff9800; /* yellow */
}

.site-alerts-danger {
    background-color: #f44336; /* red */
}

/* The close button */
.site-alerts-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.site-alerts-closebtn:hover {
    color: black;
}

.breadcrumb {
	padding-top: 15px !important;
	font-size: 14px !important;
}
.breadcrumb .active {
	font-size: 14px !important;
}

/*.block-img-list-three {}*/
.block-img-list-three .card {
	border-radius: 0;
	border: 1px solid #ccc;
}
.block-img-list-three .card-body {
	padding: 1.75rem 2rem;
}
.block-img-list-three .card-title,
.block-img-list-three .card-title a {
	text-decoration: none;
	font-size: 1.4rem;
}
.block-img-list-three .card-title a:hover {
	color: var(--darkgray);
}
.block-img-list-three .blockquote { margin-bottom: 10px; font-size: .85rem; }
.block-img-list-three .card-extra-text {font-weight: 600; padding-bottom: 10px;}
.block-img-list-three img {border-radius: 20px 20px 0 0;}
.block-img-list-three .card {border-radius: 20px;}

.youtubeBlockResponsive16by9,.youtubeBlockResponsive4by3{height:0;position:relative}.youtubeBlockResponsive16by9 iframe,.youtubeBlockResponsive4by3 iframe{border:"none";height:100%;left:0;position:absolute;top:0;width:100%}.youtubeBlockResponsive16by9{padding-bottom:56.25%}.youtubeBlockResponsive4by3{padding-bottom:75%}.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9{padding-bottom:28.125%;padding-top:28.125%}.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3{padding-bottom:37.5%;padding-top:37.5%}


