
#section {
	padding: 48px 0;
}

#section .page-content-wrapper {
	padding-left: 48px;
}

#section .page-header {
	color: #B60D18;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 12px;
}

#section .page-header.mb-36 {
	margin-bottom: 36px;
}

#sidemenu-btn-mobile {
	display: none;
	padding: 8px 24px;
	border: 1px solid #CDCDD3;
	cursor: pointer;
	color: #050423;
}

#sidemenu-btn-mobile .fa {
	margin-right: 12px;
}

#sidemenu-btn-mobile.active {
	border: 1px solid #B60D18;
	background: #B60D18;
	color: #fff;
}

#sidemenu h5 {
	color: #B60D18;
	text-transform: uppercase;
	font-weight: 600;
}

#section-home-tiles-list {
	width: 100%;
}

ul.simple-list-1 {}

ul.simple-list-1 > li {
	padding: 24px 0;
	border-bottom: 1px dotted #CDCDD3;
}

ul.simple-list-1 > li:last-child {
	border-bottom: none;
}

ul.simple-list-2 {}

ul.simple-list-2 > li {
	padding: 6px 0;
}

.circle-icon {
	display: block;
	border-radius: 50%;
}

.circle-icon.small {
	height: 24px;
	width: 24px;
	border: 1px solid #dadade;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

.circle-icon.large {
	height: 24px;
	width: 24px;
	border: 1px solid #dadade;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

.tile-wrapper {
	margin-bottom: 24px;
}

.tile-wrapper:nth-child(1n) {
	padding-right: 16px;
}

.tile-wrapper:nth-child(2n) {
	padding: 0 8px;
}

.tile-wrapper:nth-child(3n) {
	padding-left: 16px;
}

.tile-bg-img {
	content: "";
	opacity: 0.25;
	background-size: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0;
}

.tile {
	position: relative;
	display: block;
	padding: 24px;
}

.tile-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
    position: relative;
    z-index: 100;
}

.tile .circle-icon {
	position: absolute;
	bottom: 24px;
	z-index: 1;
}

.tile-dark-blue {
	background: #050423;
	color: #fff;
}

.tile-dark-blue .circle-icon {
	border: 1px solid #fff;
}

.tile-dark-blue:hover .circle-icon {
	border: 1px solid #fff;
	background: #fff;
	color: #050423;
}

.tile-red {
	background: #B60D18;
	color: #fff;
}

.tile-red .circle-icon {
	border: 1px solid #fff;
}

.tile-red:hover .circle-icon {
	border: 1px solid #fff;
	background: #fff;
	color: #B60D18;
}

.tile-gray {
	background: #CDCDD3;
	color: #050423;
}

.tile-gray .circle-icon {
	border: 1px solid #050423;
}

.tile-gray:hover .circle-icon {
	border: 1px solid #050423;
	background: #050423;
	color: #CDCDD3;
}

@media screen and (max-width: 1023px) {

	#sidemenu-btn-mobile {
		display: inline-block;
		margin-bottom: 12px;
	}

	#sidemenu {
		display: none;
		padding: 24px;
		border: 1px dotted #CDCDD3;
		margin-bottom: 36px;
		background: #F5F5F5;
	}

	#section .page-content-wrapper {
		padding-left: 0px;
	}

}


@media screen and (max-width: 511px) {
	.tile-title {
                font-size: 14px;
        }

	.tile {
		padding: 12px;
	}
}

