.bg-secondary { background-color: #153397 !important;}
.navbar .nav-link { color: white;}
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat'; font-weight: 600; color: #4a4949; }
.rounded-2 { border-radius: 7px !important;}
.float-right {
	float: right;
}
.news--tile-p { font-size: 90%; }
.w-75 { width: 75%;}
.menu-sn { font-size: 150%; margin: 0 7px}


.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1440px !important;
}

.main-slider__item { max-width: 200px;}

#main--widgets {
	background-color: rgb(228, 228, 228);
}

.hidden { display: none !important;}

.banner-fp { background-color: #868686; padding: 1rem; width: 100%; color: white;}
.banner-fp a { color: white; }

footer, .footer { background-color: #153397; }

.related-posts-list {
	padding-left: 0;
}
.related-posts-list li {
	display: block;
	width:100%;
	
	padding: 10px;
	float: left;
	min-height: 100px;
	/* border-right: solid 1px Silver; */
}

.dateHolder {
	font-size: 80%;
	color: #39342b;
}

.calendar {

	width: 100%;
	padding: 10px;
	background-color: #fcfcfc;
}

#wp-calendar td {
	padding: 5px !important;
	text-align: center;
}

#today {
	background-color: #c2deff;
	border-radius: 9px;
}

#wp-calendar {
	width: 100%;
}

.breadcrumbs {
	margin-top: 5px;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #c2deff;
}

.breadcrumbs li {
	display: inline-block;     
	list-style: none;
	margin-left: 0px !important;
}

.page-numbers {
	border-radius: 17px;
	padding: 0.5rem 1rem;
	border: solid 1px rgb(216, 216, 216);
	margin: 0.2rem;
}

.current { background-color: #c2deff;}
.page-numbers:hover { background-color: #c2deff;}

.dropdown-toggle {
	white-space: nowrap;
  }
  .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
  }
  .dropdown-toggle:empty::after {
	margin-left: 0;
  }

  .h1--site, .h1--site:hover { text-decoration: none !important;}