<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!

publicity
--------------------------------------*/
.default-page-header {
  background: url("/wp-content/themes/greins/course50/img/sitemap/sitemap_bg.jpg") center bottom no-repeat;
	background-size: cover;
}



.MW1000{
	max-width: 1080px;
	padding: 0 40px;
	margin: 0 auto;
}
#sitemap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3em;
}
#sitemap h3{
	position: relative;
	padding-left: 23px;
	margin-bottom: 0.5em;
	font-size: 20px;
	font-weight: bold;
}
#sitemap h3:before{
	content: "";
	width: 15px;
	height: 2px;
	background: #508ce2;
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#sitemap h3 a{
	color: #2c2c2c;
}

.sitemapBoxIn{
	width: 30%;
	margin: 3em 5% 0 0;
}
.sitemapBoxIn:nth-of-type(1){
	margin-top: 0;
}
@media screen and (min-width:768px){
	.sitemapBoxIn:nth-of-type(2),
	.sitemapBoxIn:nth-of-type(3){
		margin-top: 0;
	}
}
.sitemapBoxIn:nth-of-type(3n){
	margin-right: 0;
}

.sitemapBoxIn ul li{
	margin-top: 0.3em;
	position: relative;
	padding-left: 18px;
}
.sitemapBoxIn ul li:before{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	width: 12px;
	height: 17px;
	display: inline-block;
	color:#3D436A;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}
.sitemapBoxIn ul li a{
	color: #2c2c2c;
	font-weight: bold;
}

#sitemap h3 a:hover,
.sitemapBoxIn ul li a:hover{
	text-decoration: underline;
}

@media screen and (max-width:767.98px) {
	#sitemap{
		padding: 0 20px;
		display: block;
	}
	#sitemap h3{
		font-size: 1.2rem;
	}
	
	.sitemapBoxIn{
		width: 100%;
		margin-top: 2em;
		margin-right: 0;
	}


	
}

</pre></body></html>