/* Header */
.dma-full-width-centered.scroll .skin-header {
	height: auto;
	min-height: 12vh;
}

.dma-full-width-centered .skin-logo {
	height: auto !important;
}

.dma-full-width-centered.scroll .skin-logo {
	height: 50px !important;
	padding: 0;
	margin-top: 4px;
}

header .social li span {
	color: #254267;
}

.dma-full-width-centered.scroll .skin-logo a {
	display: block;
}

.dma-full-width-centered .skin-header-background {
	background-color: #fff !important;
}

.skin-title {
	padding-top: 0;
}

.dma-full-width-centered.scroll .skin-title {
	margin-top: 2vh;
}

.dma-full-width-centered.scroll .skin-title .title-text {
	font-size: 32px;
}

#dnn_Header_socialLinks img[title="U.S. Cyber Command DVIDS Page"] {
	margin-top: -2vh;
}

.navbar-collapse.nav-main-collapse.collapse.otnav.nopad {
	background: #254267;
}

.otnav ul ul li a:hover {
	background-color: #254267;
}

@media screen
	and (max-width: 767px) {
		header .skin-title {
			padding: 0 1vw;
			margin: 1vh 0 0 0;
		}
	}


/* Module 39650 (Banner) */
#dnn_ContentPane .empty-container {
	margin-bottom: 0;
}

/* To be deleted */
@media screen
	and (max-width: 639px) {		
		#figspanid {
			bottom: 0vh;
		}
}

@media screen
	and (min-width: 640px)
	and (max-width: 767px) {
		
		#figspanid {
			bottom: 0vh;
		}
		
		#subtitle1 {
			width: 60vw;
		}
}

@media screen
	and (min-width: 768px)
	and (max-width: 891px) {
	
		#figspanid {
			bottom: 0vh;
		}
		
		#subtitle1 {
			width: 50vw;
		}
}

@media screen
	and (min-width: 892px)
	and (max-width: 1023px) {
		
		#figspanid {
			bottom: 0vh;
		}
		
		#subtitle1 {
			width: 44vw;
		}
}

@media screen
	and (min-width: 1024px)
	and (max-width: 1161px) {
		
		#figspanid {
			bottom: 0vh;
		}
		
		#subtitle1 {
			width: 38vw;
		}
}

@media screen
	and (min-width: 1162px)
	and (max-width: 1365px) {	
		
		#figspanid {
			bottom: 1vh;
		}
		
		#subtitle1 {
			width: 33vw;
		}
	}

@media screen
	and (min-width: 1366px)
	and (max-width: 1599px){
		#figspanid {
			bottom: 2vh;
		}
		
		#subtitle1 {
			width: 28vw;
		}
}

@media screen
	and (min-width: 1600px) {
		#figspanid {
			bottom: 5vh;
		}
		
		#subtitle1 {
			width: 28vw;
		}
}
/******/

/* Module 43919 (Rotator) */
#dnn_ctr43919_Dashboard_ph .image_carousel_nav {
	background-color: #091219;
}

#ds43919 .slider-item {
	display: flex;
	width: 100%;
	height: 100%;
	margin: auto;
}

#ds43919  .img-item {
	width: 35%;
	float: left;
	margin-left: 15%;
	margin-right: 1%;
	z-index: 1;
	margin-top: auto;
	margin-bottom: auto;
}

#ds43919  .info-item {
	display: inline-table;
	object-fit: scale-down;
	width: 40%;
	height: 50%;
	float: right;
	z-index: 1;
	color: white;
	background: rgb(101, 95, 95, 0.7);
	line-height: 30px;
	margin: auto;
	padding: 20px;
	margin-left: 5%;
}

#ds43919  .slider-title {
	font-size: 2em;
}

#ds43919  .slider-title a {
	color: white;
}

#ds43919  .slider-summary {
	font-size: 1.2em;
}

#ds43919  .bckimg-container {
	display: block;
	position: absolute;
	z-index: 0;
	top: 50%;
	width: 12%;
	transform: translateY(-50%);
	min-height: 100%;
}

#ds43919 .bckimg-div {
	position: relative;
}

#ds43919 .bckimg-img {
	width: 100%;
	filter: blur(15px);
	-webkit-filter: blur(15px);
}

.bckimg-container:before {
	content: "";
	display: block;
	max-width: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 3;
	background: linear-gradient(to right, #15263b 10%, rgba(21, 38, 59, 0) 100%);
}

#ds43919_prev {
	z-index: 1;
	left: 0;
}

#ds43919_next {
	z-index: 1;
	right: 0;
}

@media screen
	and (max-width: 599px) {
		#ds43919 .slider-item {
			display: grid;
		}
		
		#ds43919 .img-item {
			width: 12%;
			height: 50%;
			overflow: hidden;
			position: absolute;
			top: 0;
			margin: auto;
		}
		
		#ds43919 .img-item img {
			width: 100%;
			width: -webkit-fill-available;
		}
		
		#ds43919 .info-item {
			width: 12%;
			height: 50%;
			position: absolute;
			bottom: 0;
			background: none;
			margin: auto;
		}
		
		#ds43919  .slider-title {
			font-size: 1.8em;
		}
	}
	
@media screen
	and (min-width: 600px)
	and (max-width: 767px) {
		#ds43919 .slider-item {
			width: 100%;
			height: 100%;
			margin: auto;
		}
		
		#ds43919 .img-item {
			width: 12%;
			height: 55%;
			margin: auto;
			overflow: hidden;
			position: absolute;
			top: 0;
		}
		
		#ds43919 .img-item img {
			width: 100%;
			width: -webkit-fill-available;
		}
		
		#ds43919 .info-item {
			width: 11%;
			height: 40%;
			position: absolute;
			bottom: 0;
			background: none;
			margin: auto;
		}
		
		#ds43919  .slider-title {
			font-size: 1.8em;
		}
	}

/* Module 39750 (Spotlight Stories) */
#dnn_ctr39750_Dashboard_ph .adash.adash-explore {
	display: flex;
	margin: 0 auto;
	height: fit-content;
	background-color: #091219;
}

#dnn_ctr39750_Dashboard_ph .item-div {
	display: flex;
	margin: auto;
}

#dnn_ctr39750_Dashboard_ph .item {
	padding: 0 2vw;
	min-width: 450px;
}

#dnn_ctr39750_Dashboard_ph .imgdiv {
	margin-right: 10px;
	border: 1px solid rgba(211, 211, 211, 0.2);
}

#dnn_ctr39750_Dashboard_ph .ex-image {
	width: 100%;
}

#dnn_ctr39750_Dashboard_ph .textdiv {
	/*min-width: max-content;*/
	min-width: auto;
}

#dnn_ctr39750_Dashboard_ph span.spotlight {
	text-transform: uppercase;
	color: white;
	position: relative;
	left: 30px;
}

span.spotlight:before {
	content: "";
	display: block;
	width: 27px;
	height: 2px;
	position: absolute;
	background: aliceblue;
	top: calc(50% - 1px);
	left: -30px;
}

span.spotlight:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	background: aliceblue;
	top: calc(50% - 5px);
	border-radius: 100%;
	left: -30px;
}

#dnn_ctr39750_Dashboard_ph h3.ex-title {
	font-size: 1.3em;
}

#dnn_ctr39750_Dashboard_ph h3.ex-title a.ex-link {
	color: white;
}

@media screen
	and (max-width: 767px) {	
		#dnn_ctr39750_Dashboard_ph .adash.adash-explore {
			display: grid;
		}
		
		#dnn_ctr39750_Dashboard_ph .item-div {
			display: grid;
			margin: 0;
			margin-left: 10px;
		}
		
		#dnn_ctr39750_Dashboard_ph  .item {
			padding: 0 2vw;
			display: block;
			width: 100%;
			min-width: auto;
		}
		
		#dnn_ctr39750_Dashboard_ph  .imgdiv {
			width: 25%;
			float: left;
		}
		
		#dnn_ctr39750_Dashboard_ph .ex-image {
			width: 100%;
			margin-bottom: 0;
		}		
		
		#dnn_ctr39750_Dashboard_ph .textdiv {
			width: auto;
		}
	}
		
@media screen
	and (min-width: 768px)
	and (max-width: 1200px) {
		#dnn_ctr39750_Dashboard_ph .item-div {
			margin: 0;
			width: 100%;
		}
	
		#dnn_ctr39750_Dashboard_ph .item {
			display: block;
			min-width: auto;
			margin: auto;
		}
		
		#dnn_ctr39750_Dashboard_ph .imgdiv {
			width: 75%;
		}
		
		#dnn_ctr39750_Dashboard_ph .ex-image {
			width: 100%;
		}
	}
	
@media screen
	and (min-width: 1201px)
	and (max-width: 1400px) {
		#dnn_ctr39750_Dashboard_ph .item {
			min-width: 400px;
		}
	}

#dnn_Breadcrumb_Breadcrumb_lblBreadCrumb {
	display: none;
}


/* FeaturePane (Leftmost Central Containers) */
#dnn_FeaturePane .containers-v2.labeled.has-margin {
	margin-left: auto;
}

/* CenterPane_Right (Rightmost Central Containers) */
ul#afAccordionMenu44861 {
	border: none;
}

#afAccordionMenu44861 p {
	white-space: normal;
}

#afAccordionMenu44861 .htmlSection {
	background: transparent;
	padding-top: 0;
	padding-bottom: 10px;
}

#afAccordionMenu44861 .afAccordionMenuListItem {
	border: none;
}

.afAccordionRootNode {
	background: transparent;
}

.afAccordionMenuCollapsed.afAccordionMenuExpanded {
	display: none;
}

.afAccordionMenu div.afAccordionRootNode {
	padding-bottom: 0;
}

.afAccordionMenu div.afAccordionRootNode a {
	color: #444;
	text-transform: capitalize;
}

#dnn_CenterPane_Right .containers-v2.labeled.has-margin {
	margin-right: auto;
	margin-bottom: 0;
	width: auto;
	margin-bottom: -3vh;
}

span#dnn_ctr44861_dnnTitle_titleLabel {
	font-size: 19px;
	text-transform: uppercase;
}

#dnn_CenterPane_Right .spacecom-label {
	top: -40px;
	width: max-content;
}

#dnn_ctr44055_HtmlModule_lblContent .testimony-type {
	margin: 1vh 1vw 0 1vw;
	font-size: medium;
	font-weight: bold;
}

#dnn_ctr44055_HtmlModule_lblContent .testimony-title {
	margin: 0vh 1vw 1vh 1vw;
	font-size: medium;
	padding-bottom: 1vh;
	white-space: normal;
	border-bottom: solid thin darkgrey;
}

#dnn_ctr44055_HtmlModule_lblContent .testimony-div {
	margin: 3vh 0;
}

#dnn_ctr44055_HtmlModule_lblContent .testimony-title-last {
	border-bottom: none;
}

i.fa.fa-caret-right {
	display: none;
}

.afAccordionMenu div.afAccordionRootNode {
	padding-bottom: 0;
}

span#dnn_ctr44716_dnnTitle_titleLabel {
	font-size: 18px;
	text-transform: uppercase;
}

#dnn_CenterPane_Right .base-container.blue-background {
	background-color: transparent;
}

div#dnn_ctr44995_HtmlModule_lblContent {
	text-align: right;
}

.base-container {
	margin-bottom: 0;
	margin-left: 1.5vw;
}

.container-body {
	border: none;
}

#dnn_ctr44718_Dashboard_ph span.caption-label {
	background: #355e93 !important;
}

#dnn_ctr44719_Dashboard_ph span.caption-label {
	background: #88743A !important;
}

#dnn_ctr44720_Dashboard_ph span.caption-label {
	background: #144A75 !important;
}

#dnn_ctr44721_Dashboard_ph span.caption-label {
	background: #990F00 !important;
}

#dnn_ctr44722_Dashboard_ph span.caption-label {
	background: darkgoldenrod !important;
}

#dnn_ctr44723_Dashboard_ph span.caption-label {
	background: #000000 !important;
}

#adash .poster {
	width: 25%;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-right: 7px !important;
	white-space: nowrap;
}

#adash a {
	margin: auto;
	font-weight: normal !important;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

#adash .poster img {
	box-shadow: none !important;
	max-width: 100% !important;
	width: 100%;
}

#adash .caption {
	white-space: nowrap;
}

#adash span.caption-label {
	font-size: 17px;
	color: white;
	background: #133C6A;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 7px;
	display: inline-block;
	/*width: 75%;*/
	width: 67%;
	vertical-align: top;
	white-space: normal;	
}

#adash .title {
	display: flex !important;
	vertical-align: top;
	white-space: normal;
}

#adash a.da_news_link {
	margin: 0;
}

@media screen
	and (max-width: 675px) {
		#adash .poster {
			margin: 0 3vw;
		}
	}

@media screen
	and (min-width: 676px)
	and (max-width: 767px) {
		#adash .item {
			display: flex;
			width: 100%;
		}
		
		#adash .poster {
			width: 20%;
			margin: 0;
		}
		
		#adash a {
			margin-right: 0 auto;
		}
		
		#adash .caption {
			width: 79%;
		}

		#adash span.caption-label {
			display: inline-block;
			width: 100%;
		}
	}
	
@media screen
	and (min-width: 769px)
	and (max-width: 991px) {
		span#dnn_ctr44716_dnnTitle_titleLabel {
			font-size: 24px;
		}
		
		div#dnn_ctr44995_HtmlModule_lblContent {
			margin-top: 2vh;
		}
	}
	
@media screen
	and (min-width: 768px)
	and (max-width: 991px) {
		#dnn_ctr44055_HtmlModule_lblContent {
			margin-top: 1.5vh;
		}
		
		#dnn_CenterPane_Right {
			margin: 0;
		}
		
		#dnn_CenterPane_Right .spacecom-label {
			/*width: min-content;*/
			width: auto;
		}
		
		#adash span.caption-label {
			width: 71%;
		}
		
		span#dnn_ctr44716_dnnTitle_titleLabel {
			font-size: 18px !important;
		}
	}
	
@media screen
	and (min-width: 768px)
	and (max-width: 1199px) {
		#dnn_CenterPane_Right .DnnModule-44861 .spacecom-label {
			width: min-content;
		}
	}
	
@media screen
	and (min-width: 768px)
	and (max-width: 1199px) {
		#dnn_CenterPane_Right .DnnModule.DnnModule-DNN_HTML.DnnModule-44055 .spacecom-label {
			width: min-content;
		}
	}

/* Module 39656 (Components) */
#comp-table {
	text-align: center;
	width: 1200px;
}

#comp-table hr {
	text-align: center;
}

#r1e1imgdiv {
	height: 140px;
}

#r1e1imgdiv img {
	height: 120px;
}

#r1e1p span {
	color: #084476;
}

#r1e2imgdiv {
	height: 160px;
}

#r1e2imgdiv img {
	height: 160px;
}

#r1e3imgdiv {
	height: 155px;
}

#r1e3imgdiv img {
	height: 150px;
}

#r2e1imgdiv {
	height: 160px;
}

#r2e1imgdiv img {
	height: 130px;
	margin-right: 3px;
	margin-left: 4px;
}

#r2e2imgdiv {
	height: 160px;
}

#r2e2imgdiv img {
	height: 130px;
	margin-right: 3px;
	margin-left: 4px;
}

#r2e3imgdiv {
	height: 160px;
}

#r2e3imgdiv img {
	height: 130px;
	margin-right: 3px;
	margin-left: 4px;
}

i.fa.fa-caret-right {
	display: none;
}

.comprows {
	float: left;
	width: 50%;
	display: table;
}

.rowprimdivs {
	display: table-cell;
	text-align: center;
}

.rowp {
	text-align: center;
	color: #084476;
}
	
@media screen
	and (max-width: 500px) {
		#comp-table {
			width: auto;
		}
		
		#r1e1imgdiv {
			width: 50%;
			height: auto;
			margin: auto;
		}
		
		#r1e1imgdiv img {
			height: 100%;
		}
		
		#p#r1e1p {
			margin-top: 1vh;
		}
		
		#r1e2imgdiv {
			width: 50%;
			height: auto;
			margin: auto;
		}
		
		#r1e2imgdiv img {
			height: 100%;
		}
		
		p#r1e2p {
			margin-top: -3vh;
		}
		
		#r1e3imgdiv {
			width: 50%;
			height: auto;
			margin: auto;
		}
		
		#r1e3imgdiv img {
			height: 100%;
		}

		#r2e1imgdiv {
			width: 50%;
			height: auto;
			margin: auto;
		}
		
		#r2e1imgdiv img {
			height: 100%;
		}
		
		p#r2e1p {
			margin-top: 1vh;
		}
		
		#r2e2imgdiv {
			width: 50%;
			height: auto;
		}
		
		#r2e2imgdiv img {
			height: 100%;
		}
		
		p#r2e2p {
			margin-top: 1vh;
		}
		
		#r2e3imgdiv {
			width: 50%;
			height: auto;
			margin: auto;
		}
		
		#r2e3imgdiv img {
			height: 100%;
		}
		
		p#r2e3p {
			margin-top: 1vh;
		}
		
		.comprows {
			width: 100%;
		}
		
		.rowprimdivs-min {
			display: block;
			width: 100%;
			text-align: -webkit-center;
		}
	}
	
@media screen
	and (min-width: 501px)
	and (max-width: 767px) {
		#comp-table {
			width: auto;
			margin: auto;
		}
		
		#r1e1imgdiv {
			width: 50%;
			height: auto;
			margin: auto;
		}
		
		#r1e1imgdiv img {
			height: 100%;
		}
		
		p#r1e1p {
			margin-bottom: 0;
			margin-top: 1vh;
		}
		
		#r1e2imgdiv {
			width: 50%;
			height: auto;
			margin: auto;
		}
		
		#r1e2imgdiv img {
			height: 100%;
		}
		
		p#r1e2p {
			margin-top: -3vh;
		}
		
		#r1e3imgdiv {
			width: 50%;
			height: auto;
			margin: auto;
		}
		
		#r1e3imgdiv img {
			height: 100%;
		}

		#r2e1imgdiv {
			width: 40%;
			height: auto;
			margin: auto;
		}
		
		#r2e1imgdiv img {
			height: 100%;
		}
		
		p#r2e1p {
			margin-top: 1vh;
		}
		
		#r2e2imgdiv {
			width: 40%;
			height: auto;
			margin: auto;
		}
		
		#r2e2imgdiv img {
			height: 100%;
		}
		
		p#r2e2p {
			margin-top: 1vh;
			margin-bottom: -20px;
		}
		
		#r2e3imgdiv {
			width: 40%;
			height: auto;
			margin: auto;
		}
		
		#r2e3imgdiv img {
			height: 100%;
		}
		
		p#r2e3p {
			margin-top: 1vh;
		}
		
		.comprows {
			display: contents;
		}
		
		.rowprimdivs-min {
			display: block;
			width: 100%;
			text-align: -webkit-center;
		}
	}
	
@media screen
	and (min-width: 768px)
	and (max-width: 1250px) {
		#comp-table {
			width: 100%;
		}
		
		p#r2e1p {
			margin-top: -2vh;
		}
		
		#r2e2p {
			margin-top: -2vh;
		}
		
		#r2e3p {
			margin-top: -2vh;
		}
		
		.comprows {
			width: 100%;
		}
		
		.rowprimdivs {
			width: 33.33%;
		}
	}


/* Footer */
footer .container {
	padding: 2vh 0;
	text-align:  center;
}

#dnn_FooterPane .base-container.blue-background {
	background-color: transparent;
	margin: auto;
}

.footer-links {
	columns: 3;
}

.footer-text {
	font-size: 12px;
	color: #335d8b;
}

div.AirForceLinkCollection > div {
	width: 250px;
	height: 102px;
	margin: auto;
}

div.AirForceLinkCollection > div a {
	width: 100%;
	height: 100%;
}

@media screen
	and (max-width: 767px) {			
		.footer-links {
			width: 75%;
			margin: 0 auto;
			display: contents;
			font-size: 2em;
		}
		
		.footer-text {
			font-size: 0.6em;
		}
	}
