body {
	font-family: ct3, 'Helvetica Neue', 'Corbel', 'Roboto', 'Segoe', 'Arial', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 95%;
	line-height: 1.6em;
}

.header{
	 background-color: #A50808;
	 border-radius: 0;
	 margin-bottom: 0;
	 color: #FFF;
	 padding-top: 50px;
}
.header h1{
	
	font-size: 2em;
	font-family: cc3;
	
}

.header h1 a{
	color: #FFF;
	text-decoration: none;
}

.header h1 a:hover, .header h1 a:active{
	color: #FFF;
}

.header h1 img{
	width: 80px;
	margin-right: 5px;
	vertical-align: bottom;
}

#headerText{
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
}

footer {
    color: #FFF;
    background-color: #0f3981;
	padding-top: 10px;
}

a{
	color: #0f3981;
}

a:hover, a:active{
	color: #F00;
}

#mainNav{
	background-color: #0f3981;
	padding: 0rem 2rem;
}

#mainNav .active a{
	color: #FFF;
}

#mainNav a{
	color: #A2A2A2;
}

#mainNav a:hover, #mainNav a:active{
	color: #FFF;
}

.menuSelected {
	position: relative;
	left: -50%;
	top: 20px;
	font-size: 20px !important;
	color: #FFF;
}

.form-control{
	padding: .1rem;
}

.searchButton{
	padding: .1rem .3rem;
	background-color: #A50808;
	color: #FFF;
}

.searchButton:hover, .searchButton:active{
	background-color: #F00;
	color: #FFF;
}

.cite{
	font-family: ct3;
	font-size: 0.8rem;
}

.navbar-toggler{
	background-color: #A50808;
	color: #FFF;	
	margin: 5px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navbar-toggler:hover, .navbar-toggler:active{
	background-color: #F00;
	color: #FFF;	
}

#mainInner{
	padding: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.large, h2 {
	font-family: cc3;
	font-weight: normal;
	font-size: 178%;
	line-height: 1.6em;
	color: #A50808;
	padding-bottom: 5px;
	border-bottom: 1px solid #dee5e5;
	margin-bottom: 10px;
}

.big, h4 {
	font-family: cc3;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.6em;
}

.bitbigger {
	font-weight: normal;
	font-size: 125%;
}

p{
	text-align: justify;
}

.citeP{
	padding-bottom: 10px;
	border-bottom: 1px dashed #7190c5;
}

.welcomeBox ul {
	list-style-type: none;
	color: #FFF;
	font-weight: bold;
	padding-left: 0;
}

#toTopButton{
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #A50808;
	color: #FFF;
	padding: 5px;
	cursor: pointer;
	opacity: 0.8;
	z-index: 1000;	
}

#toTopButton:hover, #toTopButton:active{
	background-color: #F00;
}

footer a{
	color: #FFF;
	text-decoration: none;
}

footer a:active, footer a:hover{
	color: #FFF;
	text-decoration: none;
}

.catEven {

    background-color: #ecf3ff;
    margin-bottom: 0;
    padding: 5px;

}

.catOdd {

    margin-bottom: 0;
    padding: 5px;

}

#welcomeQlinks{
	background-color: #0f3981;
	color: #FFF;
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
	border-radius: .25rem;
}

#welcomeQlinks a{
	color: #FFF;
}

#welcomeSample{
	background-color: #7190c5;
	color: #FFF;
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
	border-radius: .25rem;	
}

#welcomeSample a{
	color: #FFF;
}

#searchForm label{
	font-weight: bold;
	cursor: pointer;
}

.multiSelect{
	height: 300px;
	padding: 5px;
	overflow: auto;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
}

.checkIndent{
	margin-left: 20px;
}

/**************
* Tree Styles *
**************/

#tree{
	border: 1px solid #ccc;
	order:1;
}

#words{
	order: 2;
}


.treeCatnum{
	color: #606060;
	font-size: 0.7em;
}

.fancytree-expander{
	padding-top: 4px;
}

.fancytree-node{
	padding: 3px 0px 3px 3px;
}

.tree:focus, .ui-fancytree:focus, .fancytree-container:focus {
    outline: none;
}

.fancytree-node:hover, .fancytree-active{
	background-color: #7190c5;
	color: #FFF;
}

.treeSub{
	font-style: italic;
	font-size: 0.9em;
}


#jumpToTree{
	display: none;
}


#treeCatTitle{
	background-color: #7190c5;
	color: #FFF;
	padding: 10px;
	margin-bottom: 0px;
	border: 0;
}

#posTabs{
	margin-bottom: 3px;
	margin-top: 10px;
}

.posTab{
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #CCC;
	border-bottom: 0;
	margin-bottom: 2px;
	text-decoration: none;
	color: #FFF;
	background-color: #234145;
}

#subcatHeader{
	font-size: 1.5em;
	padding-left: 5px;
	color: #FFF;
	background-color: #7190c5;
	text-shadow: 2px 2px 3px #8a7562;
}

#treeSubCatBrowseDiv{
	padding: 5px;
}

.posTab:active, .posTab:hover, .posTabSelected{
	background-color: #adcdc7;
}

.treeSubcatSection{
	margin-bottom: 10px;
}

.treeSubcatHeading{
	font-weight: normal;
	color: #FFF;
	background-color: #76323f;
	padding: 5px;
}

.treeSubcatHeadingInner{
	width: 80%;
	display: inline-block;
}

.treeSubcatHeading .treeCatnum{
	color: #FFF;
	margin-left: 5px;
}

.posTip, .posTimelineTip{
	font-family: ct3;
	cursor: pointer;
}

.loadActive{
	background-color: #7190c5;
	color: #FFF;
}

#searchWord, #hw{
	display: none;
}

.highlighted{
	border: 3px solid yellow;
}

#categoryMain{
	margin-top: 10px;
}

#categoryMain h4, .catList{
	border-top: 1px solid #7190c5;
	margin-top: 20px;
}

.sourceLinks{
	text-align: right;
	padding-right: 0;
}

.wordSource{
	font-size: 0.7rem;
	text-align: right;
	margin-bottom: 5px;
	background-color: #7190c5;
}

.categoryWord{
	font-size: 1.2rem;
}

.categoryResult{
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: underline;
}

.hierarchy{
	margin-bottom: 0;
}

.wordContainer{
	padding-left:0;
}

#mySearch{
	color: #FFF;
	background-color: #7190c5;
	padding: 10px;
	margin-bottom: 10px;
}

.right{
	text-align:right;
}

div.navigation {
	text-align: center;
	background-color: #0f3981;
	color: #FFF;
	font-weight: normal;
	margin: 10px 0;
	padding: 5px;
}

div.navigation a{
	color: #FFF;
}

.selectedPageNum{
	color: #A2A2A2;
}

/********
* Fonts *
********/

/* Concourse C2 (small caps) */
@font-face {
    font-family: 'cc2';
    src: url('fonts/woff2/cc2.woff2') format('woff2'), 
    	 url('fonts/woff/cc2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cc2';
    src: url('fonts/woff2/cc6.woff2') format('woff2'), 
    	 url('fonts/woff/cc6.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Concourse C3 (small caps) */
@font-face {
    font-family: 'cc3';
    src: url('fonts/woff2/cc3.woff2') format('woff2'), 
    	 url('fonts/woff/cc3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cc3';
    src: url('fonts/woff2/cc6.woff2') format('woff2'), 
    	 url('fonts/woff/cc6.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Concourse C2SC (onlysmall caps) */
@font-face {
    font-family: 'cc2sc';
    src: url('fonts/woff2/cc2sc.woff2') format('woff2'), 
    	 url('fonts/woff/cc2sc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cc2sc';
    src: url('fonts/woff2/cc6sc.woff2') format('woff2'), 
    	 url('fonts/woff/cc6sc.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Concourse C3SC (only small caps) */
@font-face {
    font-family: 'cc3sc';
    src: url('fonts/woff2/cc3sc.woff2') format('woff2'), 
    	 url('fonts/woff/cc3sc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cc3sc';
    src: url('fonts/woff2/cc6sc.woff2') format('woff2'), 
    	 url('fonts/woff/cc6sc.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Concourse T2 (text) */
@font-face {
    font-family: 'ct2';
    src: url('fonts/woff2/ct2.woff2') format('woff2'), 
    	 url('fonts/woff/ct2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ct2';
    src: url('fonts/woff2/ct6.woff2') format('woff2'), 
    	 url('fonts/woff/ct6.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ct2';
    src: url('fonts/woff2/ct2i.woff2') format('woff2'), 
    	 url('fonts/woff/ct2i.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ct2';
    src: url('fonts/woff2/ct6i.woff2') format('woff2'), 
    	 url('fonts/woff/ct6i.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* Concourse T3 (text) */
@font-face {
    font-family: 'ct3';
    src: url('fonts/woff2/ct3.woff2') format('woff2'), 
    	 url('fonts/woff/ct3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ct3';
    src: url('fonts/woff2/ct6.woff2') format('woff2'), 
    	 url('fonts/woff/ct6.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ct3';
    src: url('fonts/woff2/ct3i.woff2') format('woff2'), 
    	 url('fonts/woff/ct3i.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ct3';
    src: url('fonts/woff2/ct6i.woff2') format('woff2'), 
    	 url('fonts/woff/ct6i.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* Concourse T4 (text) */
@font-face {
    font-family: 'ct4';
    src: url('fonts/woff2/ct4.woff2') format('woff2'), 
    	 url('fonts/woff/ct4.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ct4';
    src: url('fonts/woff2/ct7.woff2') format('woff2'), 
    	 url('fonts/woff/ct7.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ct4';
    src: url('fonts/woff2/ct4i.woff2') format('woff2'), 
    	 url('fonts/woff/ct4i.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ct4';
    src: url('fonts/woff2/ct7i.woff2') format('woff2'), 
    	 url('fonts/woff/ct7i.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/*********************************
* Smaller than the MD breakpoint *
*********************************/

@media (max-width: 768px) {
	#words{
		order: 1;
		padding-right: 0;
		padding-left: 0;
	}
	#tree{
		order: 2;
	}
	
	#jumpToTree{
		display: block;
	}
}
