body {
	font-family: 'Open Sans', sans-serif;
	color:#4D4E53;
	font-size:100%;
	background-color:#fff;
}

a {
	color:#0095DD;
	text-decoration:none;
}

a.permalink {
	display:none;
}

header#masthead {
	background-color:#EAEFF2;
	width:100%;
	height:6rem;
	position:relative;
	padding-bottom:2em;
	vertical-align: bottom;
	clear:both;
}

header#masthead:after {
	content: "";
	display: table;
	clear: both;
}

header#masthead > h1.mainTitle {
	font-weight:800;
	width:50%;
	font-size:225%;
	left:2rem;
	top:0.1rem;
	position:absolute;
	letter-spacing:-2px;
}

header#masthead div.search-wrap {
	position:absolute;
	right:1%;
	bottom:1rem;
}

header#masthead div.search-wrap > label.offscreen {
	display:none;
}

header#masthead div.search-wrap > button, header#masthead div.search-wrap > a {
	border-radius: 4px;
	cursor: pointer;
	font-weight: 700;
	padding-bottom: 11px;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 11px;
	border:none;
}
header#masthead div.search-wrap > button.search {
	background-color:#0095DD;
	color:#fff;
}
header#masthead div.search-wrap > a.options {
	background-color: #E0E1E2;
	color:#4D4E53;
}

.clicked {
	background-color: #0095DD !important;
	color:#fff !important;
}

header#masthead div.search-wrap > input {
	border:none;
	background-color:#fff;
	border-radius: 4px;
	padding-bottom: 11px;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 11px;
}

section#breadcrumbs {
	width:100%;
	background-color:#fff;
	padding:1rem;
	font-size:80%;
}
section#breadcrumbs ul {
	list-style-type:none;
}
section#breadcrumbs ul li:after {
	content: " >>";
}

div.facets {
	position:absolute;
	top:7.5rem;
	right:1rem;
	background-color:#EAEFF2;
	padding:1rem;
	transition-property: width;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

/* ul.submenu {
    display: none;
    transition-property: height;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
} */

section#content {
	background-color:#fff;
	width:70%;
	float:right;
}

section#content ul.search-results {
	list-style-type:none;
	margin-left: 0;
    padding-right: 0;
	margin-bottom:6rem;
}
section#content ul.search-results li {
	display:table-row;
}
section#content ul.search-results li p, section#content ul.search-results li h3 {
	margin-bottom:0;
	margin-top:0;
}
section#content ul.search-results li p:last-child {
	margin-bottom:1rem;
	font-size:0.8rem;
}
section#content ul.search-results li:before {
	font-family: FontAwesome;
	content: "\f15b";
	display:table-cell;
	padding-right:0.5rem;
}

section#topicChildren {
	background-color:#fff;
	float:right;
	width:70%;
	display:block;
}
section#topicChildren div.redundantLinks {
	width:100%;
	counter-reset: item; 
	border-top: 1px solid rgba(34, 36, 38, 0.15);
	margin-left:4em;
	max-width:700px;
}

section#topicChildren ol {
	padding-left:0;
	margin-left:0;
	padding-bottom:3rem;
}

section#topicChildren ol li {
	display: block;
}
section#topicChildren ol li a {
	font-weight: 700;
}
section#topicChildren ol li p {
	font-size:85%;
	margin-top:0;
}	

section#toc {
	background-color:#fff;
	width:28%;
	float:left;
    height: 100%;
	padding: 4rem 1rem 6rem 0;
}

section#toc ul {
	font-size: 12px;
	line-height: 19px;
	font-weight: 700;
	list-style-type: none;
	padding-left:1rem;
	margin:0;
}
section#toc > ul {
	margin-left:2rem;
	margin-bottom:1rem;
}


/* 
 * .hidden functionality moved to nav.js
 * in order to support slideToggle functionality
 */
/* .hidden {
	display: none !important;
} */

section#toc ul li span.listMarker {
	font-size:100%;
}

section#toc ul li span.listMarker.open:before {
	font-family: FontAwesome;
	content: "\f0d7";
	width: 0.25rem;
	padding-right:0.5rem;
	display:inline-block;
	cursor: pointer;
}

section#toc ul li span.listMarker.closed:before {
	font-family: FontAwesome;
	content: "\f0da";
	width: 0.25rem;
	padding-right:0.5rem;
	display:inline-block;
	cursor: pointer;
}

section#toc ul li span.listMarker.blank {
	width: 0.25rem;
	padding-right:0.5rem;
	display:inline-block; 
	
}

section#prolog {
	background-color:#fff;
	width:70%;
	margin-bottom:6rem;
	float:right;
}

footer#siteFooter {
	width:100%;
	background-color:#fff;
	height:3rem;
	clear:both;
	padding-top:2rem;
	padding-left:3rem;
	padding-right:3rem;
	font-size:80%;
	position:relative;
}

footer#siteFooter img {
	position:absolute;
	right:130px;
	bottom:-10px;
}

footer#siteFooter:after {
	content: "";
	display: table;
	clear: both;
}

section#toc ul .label-primary {
	background-color:#0095DD;
	color:#fff;
	padding: 0.2em 0.6em 0.3em;
	vertical-align: baseline;
	border-radius: 0.25em;
}

a.external:after {
	font-family: FontAwesome;
	content: "\f08e";
	display:inline-block;
	margin-left:0.5em;
}

.alert, .login-fail {
    color: red;
    font-weight: bold;
}