#page {
	display: none;
	min-height: 300px;
	padding-bottom: 40px;
}

#page img,
#page iframe,
#page object,
#page embed {
	max-width: 100%;
}





/*
 * LISTS WITH TICKS ON THEM!
 * BASED ON OUR ICOMOON FONT
 */

#page ul {
	display: inline-block;
	list-style: none;
	text-align: left;
}

.layout-sm #page ul { padding-left: 34px; }
.layout-xs #page ul { padding-left: 28px; }

#page ul li {
	position: relative;
	margin: 0px 0px 15px;
}

#page ul li:before {
	/* STUFF FROM ICOMOON */
	font-family: 'iconsok';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* OUR STUFF NOW */
	position: absolute;
	content: "\e60d";
	right: 100%;
	top: 6px;
	font-size: 0.75em;
	padding-right: 9px;
	color: #bebebe;
}

#page ul ul {
	/* LISTS INSIDE LISTS! */
	display: block;
}





/*
 * TABLES INSIDE THE CONTENT,
 * WITH CUSTOM COLORED HEADERS!
 */

#page .table {
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
}





/*
 * BREADCRUMBS
 * AND WIDGETS
 */

#page .breadcrumbs {
	display: block;
	font-size: 0.8em;
}

#page .breadcrumbs a {
	display: inline;
}

#page .content_widgets {
	position: relative;
}

#page .parent_link {
	float: left;
	padding: 10px 20px;
	font-size: 0.95em;
}

#page .parent_link a {
	display: inline-block;
	padding: 10px 0px;
	color: #a3a3a3;
}

#page .widgets {
	float: right;
	padding: 0px 20px;
	font-size: 1.4em;
}

#page .widgets a {
	display: inline-block;
	padding: 10px 7px;
	color: #4677b9;
	font-size: 1.3em;
}

#page .widgets a:hover {
	color: #2d4c7d;
}

.layout-lg #page .content_widgets .clearfix {
	display: none;
}

.layout-lg #page .parent_link {
	position: absolute;
	left: 0px;
	top: 0px;
}

.layout-lg #page .widgets {
	position: absolute;
	right: 0px;
	top: 0px;
}





/*
 * TITLE
 * AND HEADERS
 */

#page .title {
	padding: 0px 20px;
	margin: 5px 0px 0px;
}





/*
 * PAGE CONTENT
 */

#page .error {
	text-align: center;
	padding: 20px;
}

#page .error .entry {
	font-size: 120px;
	line-height: 120px;
	color: rgba(0, 0, 0, 0.1);
}

#page .error .title {
	padding: 0px;
	margin: 5px 0px 12px;
}

#page > .content {
	margin-top: 40px;
}

.layout-sm #page > .content { margin-top: 30px; }
.layout-xs #page > .content { margin-top: 20px; }

#page .content h1,
#page .content .h1 {
	margin-top: 0px;
}

#page .content h1 img,
#page .content .h1 img {
	 margin-top: -35px;
}

#page .content h1 .circled-icon,
#page .content .h1 .circled-icon {
	 margin-bottom: 30px;
}

#page .content_body {
	padding: 0px 20px;
	margin-bottom: 30px;
	text-align: center;
}

.layout-sm #page .content_body { padding-left: 15px; padding-right: 15px; }
.layout-xs #page .content_body { padding-left: 10px; padding-right: 10px; }

#page .content_body a {
	text-decoration: underline;
}

#page .content_body a.btn,
#page .content_body a .btn {
	text-decoration: none;
}

#page .content_body .page-layout-column {
	padding-left: 50px;
	padding-right: 50px;
	border-left: 1px solid #d4d9ec;
}

#page .content_body .page-layout-column:first-child {
	border-left: none;
}

#page .content_body.page-layout-bottom {
	padding-top: 30px;
}

.layout-sm #page .content_body .page-layout-column,
.layout-xs #page .content_body .page-layout-column {
	border-left: none;
	padding-left: 0px;
	padding-right: 0px;
}

.layout-sm #page .content_body .page-layout-column:first-child,
.layout-xs #page .content_body .page-layout-column:first-child {
	padding-bottom: 30px;
}

.layout-sm #page .content_body.page-layout-bottom,
.layout-xs #page .content_body.page-layout-bottom {
	padding-top: 0px;
}

#page .content_body .page-layout-column-left { padding-left: 0px; }
#page .content_body .page-layout-column-right { padding-right: 0px; }

.layout-xs #page .content_body .page-layout-column-left { padding-right: 0px; }
.layout-xs #page .content_body .page-layout-column-right { padding-left: 0px; }

#page .content_children {
	margin-bottom: 10px;
	font-size: 16px;
}

#page .content_children_title {
	background-color: #404040; /* cor base! */
	color: #fff;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 8px 16px;
	position: relative;
}

#page .content_children_item h3 {
	font-size: 1em;
	font-weight: bold;
}

#page .related {
	display: none;
	font-size: 0.875em;
	margin-bottom: 30px;
}

#page .related ul {
	padding-top: 5px;
	font-size: 0.875em;
}