/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

.topics-contents h1.entry-title {
	font-size: 30px;
	font-weight: bold;
	color: #00478d;
	padding: 12px 0;
	border-bottom: 3px solid #d0e8ff;
	margin-bottom: 12px;
	line-height:1.2;
}

.topics-contents .entry-content h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}

.topics-contents .entry-content h2,
.home.blog .entry-title {
	line-height: 1.25em;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0.75em;
}

.topics-contents .entry-content h3 {
	margin-bottom: 0.75em;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25em;
}

.topics-contents .entry-content h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}

.topics-contents .entry-content h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}

.topics-contents .entry-content h6 {
	font-size: 18px;
	font-weight: 800;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}

.topics-contents .entry-content p {
	font-size: 16px;
	margin: 0 0 1.5em;
	padding: 0;
	line-height: 1.7;
}

.topics-contents .entry-content em {
	font-style: italic;
}

.topics-contents p.date {
	text-align: right;
	margin: 0 auto 20px;
}
.topics-contents .entry-content img {
	height: auto;
}
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

.topics-contents ul,
.topics-contents ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
	font-size: 16px;
}

.topics-contents ul {
	list-style: disc;
}

.topics-contents ol {
	list-style: decimal;
}

.topics-contents li {
	margin-bottom: 0.25em;
}

.topics-contents li>ul,
.topics-contents li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.topics-contents dt {
	font-weight: 700;
	font-size: 16px;
}

.topics-contents dd {
	font-size: 16px;
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

.topics-contents table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 16px;
}

.topics-contents thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

.topics-contents th {
	padding: 0.4em;
	text-align: left;
}

.topics-contents tr {
	border-bottom: 1px solid #eee;
}

.topics-contents td {
	padding: 0.4em;
}


/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

.topics-contents a {
	color: #00478d;
	text-decoration: underline;
}

.topics-contents a:focus {
	outline: thin dotted;
}

.topics-contents a:hover,
.topics-contents a:active {
	color: #4c7eaf;
	outline: 0;
	text-decoration: underline;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

.topics-header {
	font-size: 2.5em;
	background: linear-gradient(135deg, #00478d, #4c7eaf);
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 60px 0;
	line-height: 1.25em;
}

.topics-contents {
	margin: 0 auto;
}

.topics-contents .topics-list {
	margin: 0 auto;
}

.topics-contents ul.topics-list li {
	display: flex;
	justify-content: space-between;
	list-style: none !important;
	margin: 0 auto 40px;
	padding: 25px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.topics-contents ul.topics-list li .thumbnail {
	width: 25%;
}

.topics-contents ul.topics-list li .thumbnail img {
	width: 100%;
	height: auto;
}

.topics-contents ul.topics-list li .article {
	width: 72%;
}

.topics-contents ul.topics-list li .article .date {
	font-size: 16px;
	margin-bottom: 8px;
}

.topics-contents ul.topics-list li .article h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 16px;
}

.topics-contents ul.topics-list li .article p {
	font-size: 14px;
	line-height: 1.7;
}

.entry-contact {
	padding: 40px;
}

.entry-contact a {
	position: relative;
	display: block;
	background-color: #003081;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 25px;
	width: 360px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.entry-contact a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}

.entry-contact a::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 18px;
	color: #fff;
}

@media screen and (max-width: 767px) {

	.topics-contents h1.entry-title {
		font-size: 24px;
	}
	.topics-contents ul.topics-list li {
		display: block;
		margin: 0 auto 40px;
		padding: 20px;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	}

	.topics-contents ul.topics-list li .thumbnail {
		width: auto;
		margin-bottom: 15px;
	}
	.topics-contents ul.topics-list li .article {
		width: auto;
	}
	.entry-contact {
		padding: 20px 0;
	}

	.entry-contact a {
		font-size: 16px;
		font-weight: bold;
		padding: 10px 15px;
		width: 300px;
	}

	.entry-contact a:hover {
		text-decoration: none;
		color: #fff;
		opacity: 0.8;
	}

	.entry-contact a::after {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 18px;
		color: #fff;
	}

}