body {
  font-family: 'Nunito Sans', sans-serif;
}
.breadcrumb-item {
	font-family: 'Nunito Sans', sans-serif;
}
.breadcrumb-item .active {
	font-weight:bold;
}

.breadcrumb-item+.breadcrumb-item::before{
	content:var(--bs-breadcrumb-divider, ">")!important;
	font-family: 'Nunito Sans', sans-serif;
}
.breadcrumb-item.active{
	color:#0000ff;
	font-weight:bold;
}
.breadcrumb-item a:hover {
	color:#000000!important;
}
ol.breadcrumb{
	padding-bottom:0;
	margin-bottom:0;
}
hr.breadhr {
	margin-top: 0;
	margin-bottom: 0;
}
.highlight {
	background-color:#ffff80!important;
	font-weight:bold;
}
.display {
	padding:2em;
}
.infoBox {
	font-family: 'Nunito Sans', sans-serif;
	border:1px solid #a7a7a7;
  	background: #f3f3f3 url('../images/website/bbg.png') no-repeat center center / cover;
  	padding:1em 0 2em 1em;
  	width:95%;
  	margin:0 auto;
}
.cid-uZm5e4f4zp a {
  color: #ffffff !important; /* Change to your desired color */
  font-weight:bold;
}
.cid-uZm5e4f4zp a:hover {
  color: #000000 !important; /* Change to your desired color */
}
.cid-v13yoRKMbJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-v13yoRKMbJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v13yoRKMbJ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v13yoRKMbJ form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v13yoRKMbJ form.mbr-form {
    padding: 1rem;
  }
}
.cid-v13yoRKMbJ form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v13yoRKMbJ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
blockquote {
  padding-top:0;
  padding-bottom:0;
}

@media (max-width: 575px) {
  .picsmall {
  		width:70%!important;
  		margin:auto!important;
  }
}
@media (max-width: 799px) {
  .footer-big {
  	display:none;
  	visibility:hidden;
  }
  .footer-medium {
  	display:none;
  	visibility:hidden;
	}
}
@media (min-width: 800px) and (max-width: 992px) {
    .footer-small {
    	display:none;
  		visibility:hidden;
  	}
  	.footer-big {
  	display:none;
  	visibility:hidden;
	}
}
@media (min-width: 993px) {
    .footer-small {
    	display:none;
  		visibility:hidden;
  	}
  	.footer-medium {
  	display:none;
  	visibility:hidden;
	}
}

