@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'USArmyWeb-Regular';
	src: url('../fonts/USArmyWeb-Regular.eot');
	src: url('../fonts/USArmyWeb-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/USArmyWeb-Regular.woff2') format('woff2'),
		 url('../fonts/USArmyWeb-Regular.woff') format('woff'),
		 url('../fonts/USArmyWeb-Regular.ttf') format('truetype'),
		 url('../fonts/USArmyWeb-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'USArmyWeb-Light';
	src: url('../fonts/USArmyWeb-Light.eot');
	src: url('../fonts/USArmyWeb-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/USArmyWeb-Light.woff2') format('woff2'),
		 url('../fonts/USArmyWeb-Light.woff') format('woff'),
		 url('../fonts/USArmyWeb-Light.ttf') format('truetype'),
		 url('../fonts/USArmyWeb-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'USArmyWeb-Bold';
	src: url('../fonts/USArmyWeb-Bold.eot');
	src: url('../fonts/USArmyWeb-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/USArmyWeb-Bold.woff2') format('woff2'),
		 url('../fonts/USArmyWeb-Bold.woff') format('woff'),
		 url('../fonts/USArmyWeb-Bold.ttf') format('truetype'),
		 url('../fonts/USArmyWeb-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.recruiting h1 {
	font-family: "USArmyWeb-Bold", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.recruiting article h1, .recruiting article h2, .recruiting article h3, .recruiting article h4 {
	background: #B12335;
	box-shadow: none;
	clear: both;
	display: block;
	font-family: "USArmyWeb-Bold", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 100%;
	margin: 0px -10px;
	padding: 5px 10px;
}
.recruiting strong {
	font-family: "USArmyWeb-Bold", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 110%;
	font-weight: normal;
}
.recruiting .openings {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.recruiting div.social-share {
	padding: 15px 0px 0px 15px;
}