/*index.css*/
/*

* styles are here * 

<link href="/_global/css/styles.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900" rel="stylesheet"/>

 */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background: rgb(4, 77, 152);
	height: auto;
	padding-bottom: 100px;
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	/*background: #e8e8e8;*/
	padding: 0px;
}

html, p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #46474a;
	font-weight: 400;
}

header {
	padding: 15px;
	margin: 0 auto;
	background: #002d74;
	transition: padding 0.2s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

header a {
	color: white;
}

header li {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	transition: background 0.3s;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: -0.3;
	font-size: 0.55em;
	font-weight: bold;
	text-align: center;
}


header li:hover {
	display: inline-block;
	background: rgb(4, 77, 152);
}

header.hover div li.active {
	background: rgb(253, 184, 39);
	color: white;
}

header.hover div li.inactive {
	color: gray;
}

header div {
	position: relative;
	margin: 0 auto;
	height: 0px;
	transition: height 0.2s;
	overflow: hidden;
	top: 5px;
	display: block;
width: 100%;
text-align: center;
}

header.hover div {
	height: 20px;
}

header.hover {
	padding: 10px;
	margin: 0 auto;
	background: #002d74;
}

header.hover img {
	width: 180px; 
}

/*
div {
	position: relative;
}
*/

.sel {
	border-bottom: 3px solid black;
	border-color: black;
}

h2:not( :nth-child(1) ) {
	margin-top: 100px;
}

h2:nth-child(1) {
	margin-top: -10px;
}

div.section {
	margin-top: 55px;
	margin-bottom: 75px;
	font-size: 1.2em;
	/*height: 100%;*/
}

div.section div {
}

div.section li {
	list-style: none;
	list-style-type: none;
	position: relative;
	text-indent: none;
	left: 0px;
}

div.info {
	margin-bottom: 10px;
}

div.main {
	position: relative;
	padding: 135px 2.5% 35px 2.5%;
	background-color: white;
	width: 100%;
	margin: 0 auto;
	max-width: 999px;
}

div.left {
	display: inline-block;
	width: 20%;
}

div.right {
	display: block;
	width: 100%;
}

input ,
select {
	width: 100%;
	min-width: 200px;
	font-family: 'Montserrat';
}

input {
	width: 80%;
}

input, select {
	font-size: 0.8em;
}

.right select {
	display: block;
	z-index: 0;
}

.breadcrumbs li {
	height: 20px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 0.9em;
	padding-bottom: 5px;
}

.breadcrumbs li a {
	text-decoration: none;
}

.none {
	display: none;
}

.nav {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-gecko-border-radius: 25px;
	background-color: blue;
	color: white;
	position: relative;
	margin: 5%;
}

.nav span {
	position: relative;
	font-size: 30px; 
	font-weight: bold;
	text-align: center;
	top: 10px;
	left: 10px;
}

.nav span.mi-rotate {
	transform: rotate( 180deg );
}

.nav:hover {
	background-color: cyan;
	color: black;
}

.navset {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

div.big-divider {
	font-size: 2em;
	height: 100%;
	font-weight: bold;
	padding-top: 20%;
	flex-grow: 1;
}

div.section#class .add {
	display: flex;
	justify-content: flex-end;
}

div.section#class ul {
	padding: 0px;
	position: relative;
	left: 0px;
}

div.section#class li {
	display: flex;
	width: 100%;
}

div.section#class div.headers {
	display: flex;
	width: 100%;
	text-align: left;
}

div.section#class div.headers div.header {
	flex-grow: 5;
}

div.section#class div.headers div.header:nth-child(1) {
	flex-grow: 3;
}

div.section#class select {
	flex-grow: 3;
	margin-right: 10px;
} 

div.section#class input {
	flex-grow: 5;
	margin-left: 10px;
}

/*Animation to handle loading XHR*/
@keyframes loading {
	from { transform: rotate( 0deg ); }
	to { transform: rotate( 360deg ); }
}

div.loading-frame {
	width: 100%;
	height: 0px;
	z-index: 9999;
	background: red;
	display: inline-block;
	position: relative;
	top: 10px;
	margin: 0 auto;
}

div.loading {
	animation-name: loading;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	width: 60px;
	height: 60px;
	background: rgba( 255, 255, 255, 0.5 );	
	border-radius: 30px;
	-moz-border-radius: 30px;
	-gecko-border-radius: 30px;
	margin: 0 auto;
}

div.loading-speck {
	height: 30px;
	width: 5px;
	background-color: black;
	margin: 0 auto;
}

/* no display */
.no-display {
	display: none !important;
}

.filter-selections {
	width: 100%;
	height: auto;
	min-height: 10px;
	background-color: #e8e8e8;
	padding: 10px;
}

.filter-selections li {
	width: auto;
	height: 35px;
	display: inline-block;
	margin: 5px;
	color: white;
	background-color: #002d74; 
	box-shadow: 5px 5px 5px #46474a;
	padding: 5px;
	font-size: 0.9em;
	padding-bottom: 20px;
	vertical-align: top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-gecko-border-radius: 5px;
	border-radius: 5px;
}

.filter-selections li span {
	vertical-align: top;
}

.filter-selections li span.d {
	position: relative;
	letter-spacing: -0.05em;
	top: 5px;
}

li.clearAll span.remove-all,
.filter-selections li span.remove {
	font-weight: bold;
	height: 20px;
	font-size: 1.4em;
	text-align: center;
	width: 20px;
	transform: rotate( 45deg );
	display: inline-block;
	color: white;
	top: 0px;
	position: relative;
}

li.clearAll:hover,
.filter-selections li:hover {
	transition: background-color 0.1s;
	background-color: rgb(233,233,233);
	color: black;
}

li.clearAll {
	background-color: rgb(253,184,39); 
}

.bighide {
	transition: height 0.2s;
	height: 0px;
	overflow: hidden;
	border-bottom: 2px solid black;
}

@media screen and (min-width: 360px) {
	header li {
		font-size: 0.70em;
	}
}

@media screen and (min-width: 555px) {
	div.main {
		padding: 135px 11% 35px 11%;
	}

	header div {
		display: inline-block;
		width: auto;
		float: right;
		text-align: right;
	}
	header li {
		font-size: 0.8em;
		padding-left: 10px;
		padding-right: 10px;
	}
	input, select {
		font-size: 1.0em;
	}
}
