@charset "utf-8";
/* Helper Classes*/
.p-r-1 {
	padding-right: 1rem;
}
.p-r-2 {
	padding-right: 2rem;
}
.p-r-3 {
	padding-right: 3rem;
}
.m-t-1 {
	margin-top: 1rem;
}
.m-t-2 {
	margin-top: 2rem;
}
.m-t-3 {
	margin-top: 3rem;
}
.m-l-1 {
	margin-left: 1rem;
}
.m-l-2 {
	margin-left: 2rem;
}
.m-l-3 {
	margin-left: 3rem;
}
.m-r-1 {
	margin-right: 1rem;
}
.m-r-2 {
	margin-right: 2rem;
}
.m-r-3 {
	margin-right: 3rem;
}
.center {
	margin: auto;
	display: block;
}
/*HTML Elements*/
.skin-search-input {
	width: 88%;
}

@media screen and (max-width: 767px) {
.skin-logo img {
	height: 39px;
	width: auto;
}
}
hr {
	border: 1px #6d6e70 double;
}
/*Hide added army press text in logo*/
div.skin-title {
	display: none;
}
/*Make images fill width*/
.img-responsive {
	width: 100%;
}
/*Make images responsive to different screen sizes on 2nd Tier pages*/
#second .img-responsive {
	vertical-align: middle;
	width: 100%;
	margin: 0 1.5em 1em 0;
}
/*Containing Wrapper that allows us to set the position to relative and use absolute positioning for the iframe. The height is set to 0 because padding-bottom gives the element the height it needs. */
.intrinsic-container {
	position: relative;
	padding-bottom: 70%;
	padding-top: 35px;  /*Use padding-top value allows for space for chrome, specifically YouTube Videos*/
	height: 0;
	overflow: hidden;
}
/*This is the containing wrapper for the logos on the right*/
#logo .intrinsic-container {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
/*These styles target the Social Media Feeds Module*/
div.ARMYPanelPane {
	margin-top: 20px;
}
div.ARMYPanelFacebook {
	margin: 0 3rem 0 0;
}
span.ARMYPanelSocialText {
	font-size: 18px;
}
div.ARMYPanelFacebook div.ARMYPanelSocialStats a.ARMYPanelFacebookLike img, div.ARMYPanelTwitter div.ARMYPanelSocialStats a.ARMYPanelTwitterFollower img {
	width: auto;
}
div.ARMYPanelFacebook a img, div.ARMYPanelTwitter a img {
	width: 48px;
	height: 48px;
}
div.ARMYFeedOuterPane {
	height: auto;
}
/*This targets the container inside the iframe so it is correctly positioned.*/
.intrinsic-container iframe, #logo .intrinsic-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Style for main page title that follows main navigation*/
.ap-page-header {
	color: rgba(213, 133, 18, 1);
	font-weight: bold;
	border-top: 3rem rgba(213, 133, 18, 1) solid;
	margin: 0;
}
.modal-backdrop {
	z-index: 0;
}
.second-tier-title {
	font-size: 4em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: black;
}
/*style used for headline the covers the large image on the left corner*/
.teaser-title-bottom-right {
	position: absolute;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	bottom: .5em;
	left: 25px;
	padding: 0 1em 0 0;
	font-size: 2.5em;
	color: white;
	z-index: 1;
	line-height: 120%;
	font-weight: bold;
	margin: 0 0 5px;
	text-shadow: 3px 3px black;
	-webkit-text-stroke: 2px black;
}
/*style used for headline the covers the image on the top right corner*/
.teaser-title-right-top {
	position: absolute;
	width: 93%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	top: 2.5em;
	left: 25px;
	font-size: 2.5em;
	color: white;
	z-index: 1;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	text-shadow: 3px 3px black;
	-webkit-text-stroke: 2px black;
}
/*style needed to be applied to extra div so that the headline positions correctly in responsive devices.*/
.bottom-right {
	position: relative;
}
/*style used for headline the covers the image on the bottom right corner*/
.teaser-title-right-bottom {
	position: absolute;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	bottom: 0em;
	left: 10px;
	font-size: 2.5em;
	color: white;
	z-index: 1;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	color: rgba (0, 0, 0, .3);
	-webkit-text-stroke: 2px black;
	text-shadow: 3px 3px black;
}
/*Makes headlines on 2nd tier pages under boxes smaller and bold*/
.sec-tier-headlines {
	font-size: 1.8em;
	font-weight: bold;
}

/*These media queries adjust font sizes according to display width for the headline text on 2nd tier pages*/
@media screen and (max-width: 1220px) {
.teaser-title-bottom-right, .teaser-title-right-top, .teaser-title-right-bottom {
	font-size: 2em;
}
}

@media screen and (max-width: 990px) {
.teaser-title-bottom-right, .teaser-title-right-top, .teaser-title-right-bottom {
	font-size: 1.8em;
}
.teaser-title-right-top {
	width: 90%;
	top: 1.5em;
}
}

@media screen and (max-width: 400px) {
.teaser-title-right-top {
	top: 2em;
}
.teaser-title-bottom-right, .teaser-title-right-top, .teaser-title-right-bottom {
	font-size: 1.6em;
}
}

@media screen and (max-width: 375px) {
.teaser-title-right-top {
	top: 1.5em;
}
.teaser-title-bottom-right, .teaser-title-right-top, .teaser-title-right-bottom {
	font-size: 1.5em;
}
}

@media screen and (max-width: 300px) {
.teaser-title-right-top {
	top: .9em;
}
.teaser-title-bottom-right, .teaser-title-right-top, .teaser-title-right-bottom {
	font-size: 1.2em;
}
}
/*remove bullets from list items in quick links*/
.col-md-3 ul {
	margin: 0;
}
/*position and size quick link items*/
.col-md-3 ul li {
	padding: 1em;
	font-size: 1em;
}
/*the next four styles define the quick links header and line that passes through*/
h1.quick {
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.5em;
	font-weight: bold;
}
h1.quick:before, h1.quick:after {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
}
h1.quick:before {
	right: 0.3em;
	width: 50px;
}
h1.quick:after {
	left: 0.3em;
	width: 100%;
}
/*CSI Press Publications*/
#csi-press .nav > li > a:hover, #csi-press .nav > li > a:focus, #r-and-p .nav > li > a:hover, #r-and-p .nav > li > a:focus {
	text-decoration: none;
	background-color: rgba(108, 164, 213, 1);
	color: white;
}
#csi-press .nav-justified li, #r-and-p .nav-justified li, #legacy-site-menu .nav-justified li {
	padding: 0 1rem;
}
#csi-press ul, #r-and-p ul, #legacy-site-menu ul {
	margin: 0;
}
.books-header {
	color: #ffffff;
	background-color: #2196f3;
	font-weight: bold;
}
.about-components {
	font-weight: bold;
	margin: 4rem 0 0 0;
	padding: 1.5rem;
	color: #ffffff;
	background-color: #2196f3;
}
#components h3, .csi-header {
	font-weight: bold;
	margin-bottom: 0;
	color: rgba(213, 133, 18, 1);
}
#mr .jumbotron {
	background-color: #dff0d8;
}
