.sitemap-main {
	padding: 60px 0 70px;
	background: #fff;
}

.sitemap-main .sitemap-intro {
	font-family: cora_rgregular;
	font-size: 19px;
	color: rgb( 35, 40, 42 );
	line-height: 1.6;
	margin-bottom: 35px;
}

/* Equal height cards. Bootstrap 3 rows carry clearfix pseudo elements that
   would otherwise be treated as extra flex items, so they are switched off. */
.sitemap-main .sitemap-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sitemap-main .sitemap-grid:before,
.sitemap-main .sitemap-grid:after {
	display: none;
}

.sitemap-main .sitemap-block {
	border: 1px solid rgb( 241, 241, 241 );
	border-top: 3px solid rgb( 142, 198, 64 );
	padding: 22px 25px 18px;
	margin-bottom: 30px;
	height: 100%;
	background: #fff;
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
}

.sitemap-main .sitemap-block:hover {
	box-shadow: 0 6px 18px rgba( 0, 0, 0, .08 );
}

.sitemap-main .sitemap-block-wide {
	height: auto;
}

.sitemap-main .sitemap-title {
	font-family: cora_bold, cora_rgregular;
	font-size: 20px;
	color: rgb( 35, 40, 42 );
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb( 241, 241, 241 );
}

.sitemap-main .sitemap-title a {
	color: rgb( 35, 40, 42 );
}

.sitemap-main .sitemap-title a:hover {
	color: rgb( 142, 198, 64 );
}

.sitemap-main .sitemap-subtitle {
	font-family: cora_rgregular;
	font-size: 17px;
	color: rgb( 113, 164, 43 );
	margin: 18px 0 8px;
}

.sitemap-main .sitemap-subtitle a {
	color: rgb( 113, 164, 43 );
}

.sitemap-main .sitemap-subtitle a:hover {
	color: rgb( 35, 40, 42 );
}

.sitemap-main .sitemap-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap-main .sitemap-list li {
	position: relative;
	padding: 6px 0 6px 18px;
	font-family: "cora_rgregular";
	font-size: 15px;
	line-height: 1.6;
}

.sitemap-main .sitemap-list li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 6px;
	color: rgb( 142, 198, 64 );
}

.sitemap-main .sitemap-list li a {
	color: rgb( 89, 89, 89 );
	text-decoration: none;
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}

.sitemap-main .sitemap-list li a:hover,
.sitemap-main .sitemap-list li a:focus {
	color: rgb( 142, 198, 64 );
	text-decoration: none;
}

/* Admin managed menu labels are stored lowercase */
.sitemap-main .sitemap-list li.sitemap-cap a {
	text-transform: capitalize;
}

/* Inline lists used for the long, wide blocks (agents, suburbs, publications) */
.sitemap-main .sitemap-list-inline {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.sitemap-main .sitemap-list-inline li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

@media (max-width: 991px) {
	.sitemap-main .sitemap-list-inline {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media (max-width: 767px) {
	.sitemap-main {
		padding: 40px 0 45px;
	}

	.sitemap-main .sitemap-intro {
		font-size: 17px;
	}

	.sitemap-main .sitemap-list-inline {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.sitemap-main .sitemap-list-inline {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
