/* ===== Section Top */
#section-top {
	background: #551f75;
	color: #fff;
}

#section-top .section-content {
	align-content: stretch;
	background: url('../../img/top-bg.jpg') center center no-repeat;
	display: grid;
	grid: 1fr auto / auto-flow 1fr;
	grid-row-gap: 1rem;
	justify-content: stretch;
	margin: 0 auto;
	max-width: 1280px;
	min-height: 300px;
}

@media only screen and (max-width: 640px) {
	#section-top .section-content {
		justify-content: center;
	}
}


/* Logo */
#section-top .logo-container {
	align-self: center;
	grid-area: 1 / 1 / 2 / 2;
	justify-self: start;
	margin: 0 1.2rem;
}

#section-top .logo-container .logo {
	background: url('../../img/logo.jpg');
	display: block;
	height: 96px;
	margin: 1.2rem;
	width: 80px;
}
/* ===== */



/* ===== Section Left */
/* Menu */
#section-left .menu-container {
	font-size: 1.1rem;
}

#section-left .menu-container nav ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}
#section-left .menu-container nav li.active ul {
	font-size: 1rem;
}

#section-left .menu-container nav li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}
#section-left .menu-container nav > ul > li {
	margin-left: 5px;
	padding-left: 25px;
}
#section-left .menu-container nav > ul > li.active {
	margin-left: 0;
}
#section-left .section-content.desktop .menu-container nav > ul > li.active {
	background: #f3f6f9;
	border-left: 5px solid #551f75;
}

#section-left .menu-container nav a {
	display: block;
	line-height: 200%;
	margin-bottom: 5px;
	text-decoration: none;
}
#section-left .section-content.desktop .menu-container nav a {
	color: #888;
}
#section-left .section-content.desktop .menu-container nav a:hover {
	background-color: #f3f6f9;
}
#section-left .menu-container nav > ul > li > a {
	padding: 5px 5px 5px 30px;
}
#section-left .section-content.desktop .menu-container nav li.active a {
	color: #551f75;
}
#section-left .section-content.desktop .menu-container nav li.active a:hover {
	color: #fb3204;
}
#section-left .section-content.desktop .menu-container nav li.active > a {
	color: #fb3204;
}
#section-left .section-content.desktop .menu-container nav li.active > a:hover {

}


/* Menu (mobile) */
/* ===== */



/* ===== Section Content */
/* Breadcrumbs */
#section-content .breadcrumbs-container a {
	color: #737885;
	text-decoration: none;
}
#section-content .breadcrumbs-container ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#section-content .breadcrumbs-container ul li {
	color: #551f75;
	display: inline-block;
	margin: 0;
}
/* ===== */



/* ===== Content */

/* ===== */



/* ===== Section Bottom */
#section-bottom {
	background: #551f75;
	color: #fff;
}

#section-bottom .section-content {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0.6rem;
	max-width: 1280px;
}

#section-bottom a {
	color: #fff;
}

#section-bottom ul {
	flex-grow: 1;
	list-style: none;
	margin: 1.2rem;
	padding: 0;
}
#section-bottom ul li {
	margin: 0.6rem 0;
	padding: 0;
}
/* ===== */



/* ===== App top message */
#app-message-top-container {
	background: #fff;
	border-bottom: 1px solid #cecdcc;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2px 5px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#app-message-top-container p:last-of-type {
	margin-bottom: 0;
}
/* ===== */
