@charset "utf-8";
/* CSS Document */

/***************************************************
	Inside DOD
***************************************************/
/*main > div.slice-angle.slice-angle-gray {
	background: rgb(36, 36, 36);
}
main > div.slice-angle.slice-angle-gray.slice-angle-down-top {
	background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(36, 36, 36) 1000px);
}
main > div.slice-angle.slice-angle-gray.slice-angle-down-top:before {
	border-bottom-color: rgb(17, 17, 17);
}*/

/***************************************************
    STRUCTURE
***************************************************/
/*#Form > main > div.slice-angle.slice-angle-gray.slice-angle-down-top {
	background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(36, 36, 36) 1000px);
}
#Form > main > div.slice-angle.slice-angle-gray.slice-angle-down-top:before {
	border-bottom-color: rgb(17, 17, 17);
}

.btn-grey {
	background-color: #893636;
	color: #fff;
	border: 2px solid #333;
	transition: all .25s ease-out;

}
.btn-grey-ghost, .btn-grey-ghost:visited {
	background-color: rgba(33,33,33,0.1);
	color: #333;
	border: 2px solid #333 !important;
}

.btn-grey-ghost:hover {
	background-color: rgba(33,33,33,0.3);	
}}*/

/***************************************************
    TOP BANNER
***************************************************/
.page-banner {
	background-position: center center;
}
#blog-latest > div.dgov-grid > div > h2 {
	margin-bottom: 1rem;
}


/***************************************************
    SORT BAR
***************************************************/
.btn-default-ghost,
.btn-default-ghost:visited {
	border: 2px solid #fff !important;
}
#blog-sort-bar {
	background: rgb(137,54,54);
	background: linear-gradient(-90deg, rgba(137,54,54,1) 0%, rgba(106,45,45,1) 100%);
	padding: 2rem 3rem;
	margin: 3rem -3rem;
}
#blog-sort-bar p {
	margin: 0;
    padding: 0;font-size: 1.8rem;
    font-family: Lato, serif;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-rendering: optimizelegibility;
	display: inline-block;
	margin-right: 20px;
	vertical-align: sub;
}
#blog-sort-bar a {
	display: block;
	margin-left: 20px;
}
.buttons {
	display:inline-block;
}
.buttons li {
	display: block;
}
li.active .btn-default-ghost {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.nav-tabs {
	border: none;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: inherit;
	border-radius: 3px;
	transition: all .2s ease-in;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.3);
	color: #fff;
}

/***************************************************
    ARMED WITH SCIENCE & CHAIRMANS CORNER
***************************************************/
#dnn_ContentPaneFullBleed2 {
	/*background: rgb(36, 36, 36);*/
}
#blog-chairman,
#blog-armed {
    margin: 0 auto;
	padding: 0 0 4rem;
	background: #fff;
}
.blog-list-each h2.pull-title {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3.6rem;
    margin-bottom: 3rem;
    color: #333;
}

/***************************************************
   AD SLICE
***************************************************/
.ad-slice {
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%), url(/portals/1/Page-Assets/leaders/chair/blue-dunford.jpg) no-repeat center 60% #000; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:left center;
	color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
	box-shadow: 0px 70px 100px -50px rgba(0,0,0,0.3) inset, 0px -70px 100px -50px rgba(0,0,0,0.3) inset;
	max-width: 1400px;
}

.ad-slice-2 {
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%), url(https://media.defense.gov/2019/Aug/15/2002171824/-1/-1/0/190813-F-JB127-0020Y.JPG) no-repeat center 60% #000; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:left center;
	color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
	box-shadow: 0px 70px 100px -50px rgba(0,0,0,0.3) inset, 0px -70px 100px -50px rgba(0,0,0,0.3) inset;
	max-width: 1400px;
}

.ad-slice .content-wrap-wide, .ad-slice-2 .content-wrap-wide {
	min-height: 0;
}
.ad-slice .content, .ad-slice-2 .content {
	display: block;

    float: right;
	width: 60%;
    max-width: 600px;
	padding: 0 15px;
}
.ad-slice h2 {
    font-family: "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	text-transform: none;
	color: #fff;
	font-size:3.2rem;
	text-shadow:0 0 10px rgba(0,0,0,0.3);
}

.ad-slice-2 h2 {
    font-family: "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	text-transform: none;
	color: #fff;
	font-size: 3rem;
	text-shadow:0 0 10px rgba(0,0,0,0.3);	
}
.ad-slice p, .ad-slice-2 p {
	color: #fff;
	text-shadow:0 0 10px rgba(0,0,0,0.3);
}

/***************************************************
    BLOGROLL
***************************************************/
#blog-roll {
	background: #333;
	color: #fff;
	padding-top: 4rem;
	padding-bottom: 3rem;
}
#blog-roll li {
	text-transform: uppercase;
	margin-top: 5px;
    margin-bottom: 5px;
}
#blog-roll ul li:before {
	content: "\2022";
    color: #893636;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 2rem;
    line-height: 1.5rem;
    /* margin-bottom: -4px; */
    top: 4px;
    position: relative;
}
#blog-roll li a {
	color: #fff;
}
#blog-roll li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/***************************************************
    RESPONSIVE
***************************************************/

/* XLG */
@media only screen and (max-width: 1400px) {

}

/* LG */
@media only screen and (max-width: 1200px) {
	#blog-sort-bar {
		margin:3rem -2.25rem;
		padding: 1.5rem 2.25rem;
	}
}

/* MD */
@media only screen and (max-width: 991px) {
	#blog-sort-bar {
		margin:3rem -45px;
		padding: 30px 30px 20px;
		text-align: center;
	}
	.nav-tabs>li {
		margin-bottom: 15px;
	}
}

/* SM */
@media only screen and (max-width: 768px) {
	#blog-sort-bar {
		width: 100vw;
	}
	#blog-sort-bar {
	    padding: 0.5rem 2rem;
	}
}

/* XS */
@media only screen and (max-width: 400px) {

}

/***************************************************
    IE SPECIFIC
***************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

/***************************************************
    end.
***************************************************/