/* --------------------------------------------------

	OVERRIDE LAYOUT

-------------------------------------------------- */

/* -------------------------
	WRAP
------------------------- */

.c-wrap {
	padding-left: 0;
	padding-right: 0;
}

/* -------------------------
	HEAD
------------------------- */

#head,
#foot {
	display: none;
}

/* -------------------------
	MAIN
------------------------- */

#main {
	padding-top: 0;
}
#main::after {
	display: none;
}

/* -------------------------
	CONTENT
------------------------- */

#content {
	display: block;
}

#content__side-wrap {
	display: none;
}


/* --------------------------------------------------

	OVERRIDE COMPOSANTS

-------------------------------------------------- */

/* -------------------------
	BUTTONS
------------------------- */

.button {
	color: inherit !important;
	background-color: #fff !important;
}

/* -------------------------
	FOCUS
------------------------- */

.c-focus {
	padding-left: 24px !important;
	border-width: 1px 1px 1px 4px !important;
}
.c-focus::before {
	display: none !important;
}

/* -------------------------
	DISCLOSURE
------------------------- */

.c-disclosure__title::after {
	display: none !important;
}
.c-disclosure__content {
	display: block !important;
}
.c-disclosure + .c-disclosure {
    margin-top: -1em !important;
}






/* --------------------------------------------------

	(component) PRINT HIDDEN

-------------------------------------------------- */

.c-print-hidden {
	display: none !important;
}





/* --------------------------------------------------

	(component) PRINT TITLE

-------------------------------------------------- */

.c-print-title {
	max-width: 720px;
	margin: 0 auto;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.c-print-title::before {
	content: attr(data-title);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
}
.c-print-title::after {
	content: attr(data-url);
	font-size: 12px;
	display: block;
}