ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote,
	fieldset, input {
	margin: 0;
	padding: 0;
}

ol { 
	counter-reset: item;
}

ol li.list-group-item {
    display: block;
    margin-bottom: 6px;
}

ol li.list-group-item:before { 
	content: counters(item, ".") ". "; 
	counter-increment: item; 
    font-weight: bold;
}

li.list-item-decimal:before { 
	content: counters(item, ".") " "; 
	counter-increment: item; 
}

.list-l2 {
	margin-top: 6px;
	margin-left: 12px;
}

.list-l3 {
	margin-top: 6px;
	margin-left: 24px;
}

.list-item-decimal {
    display: block;
    margin-bottom: 6px;
}

.list-item-alpha {
    list-style: lower-alpha inside;
    display: list-item;
    margin-bottom: 3px;
}

a img {
	border: 0;
}

a {
	color: #627ED2;
	text-decoration: none;
}

a:hover {
	color: #2d71a4;
}

body {
	background: #142147;
	background-image: url("../../../images/splash_map.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0;
	padding: 0 0 50px;
}

#container {
	width: 80em;
	max-width: 95%;
	margin: 0 auto;
}

.login {
	float: left;
	padding-left: 12px;
	margin-top: -30px;
	min-width: 80px;
}

.login-button {
	padding: 6px; 
	border-radius: 6px;
	position: relative;
	color: #C6AD5D; 
	background: #142147;
	text-align: center;
}

.login-button span {
	display: inline-block;
	width: 48px;
}

.header-logo {
	font-family: Tangerine, sans-serif;
	font-size: 7em;
	font-weight: bold;
	padding-bottom: 7px; 
}
	
.header {
	background: #142147;
	color: #C6AD5D;
}


#main {
	padding: 0;
}

.content {
	min-height: 700px;
	padding: 25px 32px;
	background: #fff;
}

.bread {
	padding: 3px 6px;
	background: #D6DDF3;
	color: #142147;
}

.bread a {
	color: #142147;
	font-size: 0.9em;
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0;
	padding: .4em 0;
	line-height: 1.2;
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.9em;
	color: #627ED2;
	-webkit-text-stroke-width: 0.3px;
}

h3 {
	color: #627ED2;
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.2;
}

h4 {
	color: #627ED2;
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.2;
}

h5 {
	color: #142147;
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5;
}

h6 {
	color: #142147;
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3;
}


div.paragraph {
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: .3em 0;
}

p {
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: .3em 0;
}

#logo {
	padding: 12px 0;
}

.no-header-page #banner {
	display: none;
}

.no-header-page #content {
	
}

#body-content {
	color: #142147;
}

.banner {
	background: #142147;
	padding: 6px;
	margin: -25px -32px 23px -32px;
}

.quotebox {
	float: right;
	width: 504px;
	position: relative;
	padding-right: 30px;
	color: #C6AD5D;
}

.welcome {
	float: left;
	width: 460px;
	height: 160px;
	padding-left: 24px;
	padding-top: 8px;
}

.welcome h2 {
	color: #d5d5d5;
	font-size: 2em;
	padding: 0px;
	line-height: 100%;
}

.welcome p {
	color: #d5d5d5;
	font-size: 1.2em;
	padding: 0px;
	line-height: 140%;
}

.quote {
	font-family: Playball, Arial Narrow, Helvetica, sans-serif;
	font-size: 2.25em;
}

.quote-small {
	font-family: Playball, Arial Narrow, Helvetica, sans-serif;
	font-size: 2em;
}

.quote-author {
	float: right;
	padding-top: 10px;
}

#topnav {
	clear: both;
	font-family: Nobile, Arial Narrow, Helvetica, sans-serif;
	line-height: 1;
	padding: 7px 0px;
	background: #627ED2;
	margin-bottom: 0px;
	width: 100%;
	height: 42px;
}

#topnav ul {
	list-style: none;
	float: right;
}

#topnav ul li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}

#topnav a {
	text-transform: uppercase;
	float: left;
	display: block;
	color: #d5d5d5;
	font-size: 1.1em;
	text-decoration: none;
	padding: 8px 12px;
	border: 0;
	outline: 0;
}

#topnav li.itemSelected, #topnav a:hover {
	color: #ffffff;
	background: #142147;
	border-radius: 6px;
	border: 0;
}

li.item-selected {
	background: #d2dbf2;
}

.button-large {
	text-decoration: none; 
	font-style: normal; 
	font-weight: 700;
	font-size: 1.4em; 
	color: #142147; 
	background: #d5d5d5; 
	padding: 8px; 
	border-radius: 12px;
}

.button-medium {
	text-decoration: none; 
	font-style: normal; 
	font-weight: 700;
	font-size: 1.2em; 
	color: #142147; 
	background: #d5d5d5; 
	padding: 6px; 
	border-radius: 12px;
}

.footer {
	padding: 20px 35px 23px;
	background: #0a0a0a;
	text-align: right;
}

.footer-text {
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.footer a {
	color: #627ED2;
}

.footer a:hover {
	color: #475863;
}

.unit-icon {
	padding-left: 6px;	
	padding-right: 6px;	
}

.army {
	background-color: #f6f6f6 !important;
}

.corps {
	background-color: #f1f1f1 !important;
}

.division {
	background-color: #f6f6f6 !important;
}

.brigade {
	background-color: #f1f1f1 !important;
}

.orbat-header {
	margin-left: 12px;	
	margin-right: 12px;	
}

.units {
	margin-left: 32px;	
}

.cc {
	font-style: italic;
	padding-left: 6px; 
}

.dc {
	font-style: italic;
	padding-left: 6px; 
}

.bc {
	font-style: italic;
	padding-left: 6px; 
}


.modal {
 overflow-y: auto;
}

.modal-noscrollbar {
    margin-right: 0 !important;
}

.menu-1 {
	padding-left: 30px;
}

.menu-1 {
	padding-left: 30px;
}

.menu-2 {
	padding-left: 38px;
}

.menu-3 {
	padding-left: 46px;
}

.menu-4 {
	padding-left: 54px;
}

.menu-5 {
	padding-left: 62px;
}
