
/* ------------------- Borders & Margins --------------------------------- */

.main_content, .sidebar_section {
	/*border: 1px solid rgba(0,0,0,.125);*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.main_content, .sidebar {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	/*padding-top: 5px;*/
}

/* ---------------------- Main Content ------------------------------ */

.main_content {
	color: #444;
	padding: 1.75rem 2.1rem;
	position:relative;
	overflow: hidden;
	text-align: left;
	background-color: #FFF;
}

.article_entry {
/*	font-weight: 400;
	font-size: 18px;
	line-height: 1.85rem;*/
	color: #5f5f5f;
}

.article_entry h2,
.article_entry h3,
.article_entry h4,
.article_entry h5,
.article_entry h6 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	color: #333;
}

.article_entry strong {
	/*color: #333;*/
}

.main_content blockquote {
	padding-left: 2rem;
  padding-right: 2rem;
  font-style: italic;
}

.main_content img {
	max-width: 100%;
	height: auto;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.main_content img.article_thumbnail {
	display:inline;
	float:left;
	margin: 0.3rem 1rem 1rem 0;
	width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: center;
}

.main_content h1 {
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.main_content h2 {
	font-size: 1.5rem;
	font-weight: bold;
}

.main_content h3 {
	font-size: 1.25rem;
	font-weight: bold;
}

.main_content h4,
.main_content h5 {
	font-size: 1.1rem;
	font-weight: bold;
}

/* -------------------------- Sidebar ------------------------------ */

.sidebar-card {
	margin-bottom: 1rem;
	-webkit-box-shadow: 2px 2px 22px 0px rgba(230,230,230,1);
	-moz-box-shadow: 2px 2px 22px 0px rgba(230,230,230,1);
	box-shadow: 2px 2px 22px 0px rgba(230,230,230,1);
	border: 1px solid #e9e9e9;
	border-radius: 0;
}

.sidebar-card .card-header {
	font-size: 1.1rem;
	font-weight: bold;
	background-color: #76c1f5;
	font-family: 'Roboto', sans-serif;
	/*background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../images/banner-bg.jpg") 50% 0px no-repeat;*/
	color: #FFF;
	border-radius: 0;
}

.sidebar-card .card-body {
	font-family: 'Roboto', sans-serif;
	font-size: 0.95rem;
}

.sidebar-card .card-body a,
.sidebar-card .list-group a
 {
	text-decoration:none;
	color: #838383;
}

.sidebar-card .card-body a:hover
.sidebar-card .list-group a:hover {
	color: #444;
}

.sidebar-card .card-body ul {
	/*margin-left: 1.2rem;*/
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
}

.sidebar-card .card-body li {
	border-bottom: 1px solid #D5D5D5;
	list-style: none;
	padding: 0.3rem;
}

.sidebar-card .card-body li:last-child {
	/*border-bottom: none;*/
	/*padding-bottom: 8px;*/
}

/* -------------------------- Sidebar Old ------------------------------ */
.sidebar_section a {
	text-decoration:none;
	color: #7F7F7F;
}

.sidebar_section a:hover {
	color: #000;
}

.sidebar_section h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

.sidebar_section h3 a {
	color: #428bca;
}

/* -------------------------- Pagination ------------------------------ */

div.pagination_wrapper {
	width: 100%;
	clear:both;
	text-align:center;
	padding: 0.3rem;
	margin: 0 auto;
}

div.pagination {
	display: inline-block;
	padding: 0.2rem;
	margin: 0.2rem;
	font-size: 0.85rem;
}

div.pagination a,
div.pagination span {
	padding: 0.2rem 0.3rem;
	margin: 0.2rem;
	border: 1px solid #999;
	text-decoration: none;
	color: #666;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #333;
	color: #000;
}

div.pagination span.current {
	font-weight: bold;
	background-color:#666;
	color: #FFF;
}
div.pagination span.disabled {
	border: 1px solid #EEE;
	color: #DDD;
}

/* ------------------------ Article Lists -------------------------- */
.article_index,
.article_include {
	padding-bottom: 1rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #EDEDED;
}

.article_index:last-child,
.article_include:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.article_index h2,
.article_include h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.article_index h2 a,
.article_include h3 a {
	color:#333;
}

.article_info {
	font-style:italic;
	margin-top: 8px;
	margin-bottom: 10px;
	color: #999;
}

/* ----------------------- article card layouts -------------------- */
.article_include_card {
  border-radius: 0 !important;
	-webkit-box-shadow: 2px 2px 22px 0px rgba(224, 223, 223,1);
	-moz-box-shadow: 2px 2px 22px 0px rgba(224, 223, 223,1);
	box-shadow: 2px 2px 22px 0px rgba(224, 223, 223,1);
	border: 1px solid #e9e9e9;
}

.article_include_card .card-title {
  font-size: 20px;
  line-height: 1.65rem;
}

.article_include_card .card-title a {
  color: #444;
}

.article_include_card .card-text {
  font-size: 15px;
  color: #666;
}

.article_include_card .article_info_top_card {
  /*background-color: #EDEDED;*/
  margin-bottom: 10px;
}

.article_include_card .article_info_top_card,
.article_include_card .article_info_bottom_card {
/*  background-color: #EDEDED;
  padding: 0px 8px;
  border-radius: 3px;*/
}

img.article_thumbnail_card {
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* ------------------------ Sidebar -------------------------------- */

.sidebar_section {
	background-color: #FFF;
	margin: 5px auto;
	/*margin-right: 3px;*/
	margin-bottom: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}


/* -------------------------- Media Queries ----------------------------- */

@media (max-width: 575.98px) {

	.main_content, .sidebar_section {
		border: none;
	}

	.main_content, .sidebar {
		margin-top: 0;
		margin-bottom: 0;
	}

	.main_content {
		padding: 0.95rem 0.15rem;
	}

	.main_content img.article_thumbnail {
		width: 100%;
		height: auto;
	}

}
