
body {
	font-family: sans-serif;
    margin: 0;
}

#preload {
    background: #F6F9F9;

    height: 100%;
    width: 100%;
    position: absolute;

    flex-direction: column;
    display: flex;

    justify-content: center;
}

#preheader {
	margin: 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d9dddd;
}

#loadPanel {
/*	height: 134px;*/
/*	padding: 33vh 0 calc(67vh - 134px);*/
	text-align:center;
	background: #F6F9F9;

    flex: 0 0 auto;
}


#loadPanel img {
	animation: fadein .5s linear;
}

#troubleText {
    text-align: center;
    font-size: .75rem;
    position: absolute;
    width: 100%;
    bottom: 10%;
}

#troubleText a {
    font-weight: bold;
    color: #e86a54;
    text-decoration: none;
}

@keyframes fadein {
	0% { opacity: 0 }
  100% { opacity: 1 }
}

#loadPanel span {
	display: block;
	font-size: 24pt;
	color: #007681;
	font-weight: bold;
	letter-spacing: 2px;
}

#precontent {
	max-width: 800px;
	margin: 0 auto;
	color: rgba(0,0,0,.87);
	font-size: .9em;
}

#precontent p {
	line-height: 1.4em;
}

#precontent img {
	max-width: 100%;
}

#prenav-topics {
	display:none;
	flex-flow: wrap;

	border-top: 1px solid #d9dddd;
	border-bottom: 1px solid #d9dddd;
	padding: 20px 0;
	margin: 40px;
}

#prenav-topics .prenav-topic {
	flex-grow: 1;
	min-width: 300px;
}

#prenav-topics .prenav-topic h1 {
	color: #007681;
	font-size: 0.7rem;
}

#prenav-topics .prenav-topic ul {
	list-style: none;
	margin: none;
	padding: none;
}

#prenav-topics .prenav-topic ul li {
	padding: 5px 0;
}

#prenav-topics .prenav-topic ul a {
	color: #666;
	text-decoration: none;
	font-size: 0.7rem;
}
#prenav-topics .prenav-topic ul a:hover {
	color: #e86a54;
}
#structured-search {
	display: none;
}
