@charset "utf-8";
/************************************************************************/
/************** Listing Supplemental Styling **************/
/************************************************************************/

/************************************************************************
	GENERAL
************************************************************************/
.skin-updates-hide.hide {
    display: block !important;
}
.page-wrap {
    padding:0 !important;
}
div#ContentPanePage84 {
    padding:2rem 2rem 3rem;
}


/***************************************************
    GENERAL EXPLORE
***************************************************/

.edit-link {
	display: block;
	width: 25px;
    position: absolute;
    z-index: 11;
    top: 15px;
    right: 15px;
}
#services-list .edit-link {
    z-index: 12;
}
.edit-link a,
#explore-bar .item .image-wrap .edit-link a,
#news-list .item .image-wrap .edit-link a,
#services-list .item .image-wrap .edit-link a {
    display: block;
	position: relative;
    width: 30px;
    height: 30px;
    bottom: auto;
    padding: 4px;
    line-height: 16px;
    text-align: center;
    background-color: rgba(255,255,255,.3);
    border-radius: 5px;
    border: solid rgba(0,0,0,0.4) 1px;
}
.edit-link a:hover,
#explore-bar .item .image-wrap .edit-link a:hover,
#news-list .item .image-wrap .edit-link a:hover,
#services-list .item .image-wrap .edit-link a:hover {
    background-color: rgba(255,255,255,.7);
}
.edit-link a img,
#explore-bar .item .image-wrap .edit-link a img,
#news-list .item .image-wrap .edit-link a img,
#services-list .item .image-wrap .edit-link a img{
	left: 0;
	position: relative;
}

.explore-list {
    margin-bottom: 2rem;
}
.explore-list hr {
    margin: 10px 0 15px;
}
.explore-list figcaption .category {
	
}
.explore-list figcaption .category a,
.explore-list figcaption .category > span {
	display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    color: #355e93;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(53, 94, 147, 0);
    -webkit-transition: border .25s ease;
    -moz-transition: border .25s ease;
    -ms-transition: border .25s ease;
    -o-transition: border .25s ease;
    transition: border .25s ease;
    text-decoration: none;
}
.explore-list figcaption .category > span {
    color: #222;
}
.explore-list figcaption .category a:hover {
    border-bottom: 1px solid rgba(53, 94, 147, 1);
}
.explore-list figcaption .category .separator {
	color: #355e93;
	opacity: .5;
	margin: 0 8px 0 6px;
}
.explore-list figcaption h3.title {
    font-family: "crimson text", serif;
    font-size: 21px;
    margin: 0;
    font-weight: 500;
}
.explore-list figcaption .summary {
	font-size: 18px;
	margin: 0;
}
.explore-list .video-duration {
	display: none;
}
.explore-list figcaption time,
#homePress time {
	display: inline-block;
	font-size: 15px;
	margin:5px 0;
	color: #717171;
}


.content-list-control {
	display: block;
	text-align: right;
    /*border-top: 3px solid #355e93;*/
    border-bottom: 3px solid #254267;
	overflow: hidden;
}
.content-list-control h2.pull-title {
	display: inline-block;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: none;
	color: #717171;
}
.content-list-control h2.title {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
    margin-bottom: 0;
}
.content-list-control h2 a,
.content-list-control h2 span {
    display: block;
	position: relative;
    background: #254267;
    color: #fff;
    padding: 3px 15px 2px 5px;
	height: 33px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.content-list-control h2 a:before,
.content-list-control h2 span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -55px;
	width: 0;
	height: 0;
	border-bottom: 33px solid #254267;
	border-left: 55px solid transparent;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.content-list-control h2 a:hover {
	text-decoration: none;
    padding: 3px 10px 2px 5px;
	background: #15263b;
}
.content-list-control h2 a:hover:before {
	border-bottom-color: #15263b;
}
.content-list-control h2 a .fas {
	margin-left: 2px;
	position: relative;
	top: -2px;
	font-size: .8em;
}

/***** NEWS EDIT PENCIL *****/
#alist .item figcaption h3.title a.card-edit-span {
    display: block;
    top: 0 !important;
    width: 28px;
    height: 28px;
    text-align: center;
}
#alist .item figcaption h3.title a.card-edit-span img {
    position: relative;
    top: -10px;
}
#alist .item figcaption h3.title a.card-edit-span:hover {
    background: #adadad;
}

/***** NEWS *****/
#news-list {
	margin-right: 0;
}
#news-list-control {
	margin-bottom: 22px;
}
#news-list-control .view-control {
	display: block;
	text-align: right;
}
#news-list-control .view-control li {
	display: inline-block;
	padding: 15px 20px;
	border-right: 1px solid #aebfd4;
}
#news-list-control .view-control li {
	border-left: 1px solid #aebfd4;
}
#news-list-control .view-control li .fas {
	font-size: .9em;
	margin-right: 5px;
}
#news-list .item {
	margin: 7px 0 23px;
	padding: 20px 0 0;
	border-top: 1px solid #ebebeb;
}
#news-list .item-1 {
	border-top: none;
	padding: 0;
	margin-top: 0;
}
#news-list .item-1 .image-wrap {
    margin-top: 0;
}
#news-list .item .image-wrap {
    margin-right: 0;
	margin-top:8px;
}
#news-list .item .image-wrap a,
#news-list .item .image-wrap-wrap {
	display: block;
	position: relative;
	padding-top: 66%;
	overflow: hidden;
	border: 1px solid #adadad;
}
#news-list .item .image-replacement {
	background-color: rgba(255,255,255,.05);
    background-repeat: no-repeat;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}
#news-list .item .image-wrap img {
	position: absolute;
	left: -9999px;
}
#news-list .item-1 figcaption {
	margin-left: 20px;
}
#news-list .item figcaption h3.title {
	font-size: 1.6rem;
    font-family: 'Crimson Text', serif;
    font-weight: 500;
    line-height: 1.1em;
	margin-bottom: 8px;
}
#news-list .item figcaption h3.title a {
	display: block;
	padding-left: 0px;
	border-left: 0px solid #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.15s linear;
	padding-right: 14px;
}
#news-list .item figcaption h3.title a:hover {
	color: #355e93;
	padding-left: 10px;
	padding-right: 0px;
	border-left: 4px solid #254267;
	text-decoration: none;
}

/***** FROM THE SERVICES *****/
#services-list {
	margin-left: 45px;
	margin-bottom: 15px;
}
/*.fts-col-odd {
	flex-grow:2;
}*/
#services-list .item {
    position: relative;
}
#services-list .item .link-overlay {
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    visibility: visible;
    background: transparent;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
#services-list .item:hover .video-wrap-container img.defaultVideoOverlay {
    display: none;
}
#services-list .item:hover .video-wrap-container img.hoverVideoOverlay {
    display: block;
}
#services-list .source {
	display: block;
	position: relative;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
	background: #355e93;
	color: #fff;
	padding: 2px 7px;
	margin: 0 0 6px 15px;
}
#services-list .source.Army {
	background: #376251;
}
#services-list .source.Marine {
	background: #990F00;
}
#services-list .source.Navy {
	background: #88743A;
}
#services-list .source.Air {
	background: #144A75;
}
#services-list .source.Space {
background: #D2D5D2;
    color: #2C588F;
}
#services-list .source.Coast {
	background: #327AB7;
}
#services-list .source.National {
	background: #000000;
}
#services-list .item {
	padding-top: 15px;
	padding-bottom: 5px;
}
#services-list figcaption .category {
	padding-right: 30px;
}
#services-list figcaption h3 {
    font-family: "crimson text", serif;
	font-size: 21px;
	margin: 0;
	font-weight: 500;
	padding-left: 15px;
}
#services-list figcaption h3 span {
	display: block;
	padding-left: 0px;
	border-left: 0px solid #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.15s linear;
	padding-right: 13px;
}
#services-list .item:hover figcaption h3 span  {
	color: #355e93;
	padding-left: 10px;
	padding-right: 0px;
	border-left: 3px solid #254267;
	text-decoration: none;
}

#services-list .item .image-wrap {
}
#services-list .item .image-wrap a,
#services-list .item .image-wrap-wrap  {
	display: block;
	position: relative;
	padding-top: 66%;
	overflow: hidden;
	border: 1px solid #adadad;
}
#services-list .item .image-replacement {
	background-color: rgba(255,255,255,.05);
    background-repeat: no-repeat;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}
#services-list .item .image-wrap img {
	position: absolute;
	left: -9999px;
}


/************************************************************************
	MULTIMEDIA
************************************************************************/

/***** EXPERIENCE *****/


/************************************************************************
	NEWSROOM
************************************************************************/
.adash.newsroom.alist.stories h1 {
	display: none;
}
.adash.newsroom.filtered-newsroom .fnr-item-container {
	padding: 0;
}
.adash.newsroom .fnr-menu-item.menu-item {
	background: #ebeff5;
}
.adash.newsroom.alist.stories .item .content-type:not(span) {
	text-transform: uppercase;
	color: #355e93;
	font-size: 15px;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(53, 94, 147, 0);
    -webkit-transition: border .25s ease;
    -moz-transition: border .25s ease;
    -ms-transition: border .25s ease;
    -o-transition: border .25s ease;
    transition: border .25s ease;
    text-decoration: none;
}
.adash.newsroom.alist.stories .item .content-type:hover {
	border-bottom: 1px solid rgba(53, 94, 147, 1);
}
.adash.newsroom.alist.stories .item .separator {
	color: #355e93;
    opacity: .5;
    margin: 0 8px 0 6px;
}
.adash.newsroom.alist.stories .item time {
    display: inline-block;
    font-size: 15px !important;
    margin: 5px 0;
    color: #717171;
	padding: 0;
}
.adash.newsroom.filtered-newsroom.alist.stories .item .title {
	font-family: 'Crimson Text', serif;
	font-weight: 400 !important;
	font-size: 1.6rem !important;
	padding-right: 14px;
	border-left: 0px solid #fff;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.15s linear;
}
.adash.newsroom.filtered-newsroom.alist.stories .item .title:hover {
	color: #355E93;
	padding-right: 0;
	padding-left: 10px;
	border-left: 4px solid #254267;
}
#newsroom-photos {
	background: #242424;
	padding: 3rem 0;
}

/************************************************************************
	More Press 
************************************************************************/

.sidebar-news-list .alist-inner {
	padding: 12px 30px 15px;
    background: #ebeff5;
    border: 1px solid #355e93;
    border-top: none;
}
.sidebar-news-list .item {
	margin: 10px 0;
}
.sidebar-news-list .content-type-text {
	display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #355e93;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar-news-list h3 {
    font-family: "crimson text", serif;
	font-size: 21px;
	margin: 0;
	font-weight: 500;
}
.sidebar-news-list h3.title a {
	display: block;
	padding-left: 0px;
	border-left: 0px solid #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.15s linear;
	padding-right: 14px;
}
.sidebar-news-list h3.title a:hover {
	color: #355e93;
	padding-left: 10px;
	padding-right: 0px;
	border-left: 3px solid #254267;
	text-decoration: none;
}
.sidebar-news-list hr {
	margin: 10px 0 15px;
}
.sidebar-news-list .separator {
	color: #355e93;
    opacity: .5;
    margin: 0 8px 0 6px;
}
.sidebar-news-list time {
	display: inline-block;
	font-size: 15px;
	margin:5px 0;
	color: #666;
}

/************************************************************************
	TOP NAV
************************************************************************/
.top-bar-nav {
    padding: 0;
    box-shadow: 0 15px 15px -15px rgba(0,0,0,0.3);
}
.top-bar-nav ul {
    margin: 0;
    padding: 0 2rem;
    list-style: none;
    overflow: auto;
    white-space: nowrap;
}
.top-bar-nav ul li {
    display: inline-block;
}
.top-bar-nav ul li a {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #355e93;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    margin: 0 15px;
}
.top-bar-nav ul li:first-child a {
    margin-left: 0;
}
.top-bar-nav ul li.active a {
    color: #717171;
    cursor: default;
}
.top-bar-nav ul li a:hover {
    text-decoration: none;
}
.top-bar-nav ul li.active a:hover {
    text-decoration: none;
}
.top-bar-nav ul li.active a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #355e93;
}
.top-bar-nav ul li a:hover::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #717171;
}
.top-bar-nav ul::-webkit-scrollbar {
  height: 1px;
}
.top-bar-nav ul::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}
.top-bar-nav ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0 solid transparent;
  background-clip: content-box;
  background-color: #fff;
}

.mobile-search-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: -48px;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #333;
    background: #ebeff5;
}
.mobile-search-toggle:hover {
    cursor: pointer;
}
.mobile-search-toggle .fa-search {
    position: relative;
    top: 12px;
}

/************************************************************************
	TOPICS
************************************************************************/
#trending-topics .sidebar-section-inner {
    padding: 15px 0 0;
    background: none;
    border: none;
}
.topicsList {
}
.topicsList li {
    display: inline-block;
    position: relative;
}
.topicsList li a {
    margin: 7px 4px 0px 0;
}

/************************************************************************
	LIVE EVENTS
************************************************************************/
.live-events-wrapper {
    padding:2rem 2rem 3rem;
}
.live-events-wrapper .dvids-template-dgov .live-events-list > h2 {
    margin-top: 0;
}
.live-events-wrapper .dvids-template-dgov .events-list h2 {
    display: block;
    float: right;
    position: relative;
    background-color: #254267;
    color: #fff;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 3px 15px 2px 5px;
    margin: 0;
    border-radius: 0 4px 0 0;
    height: 33px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.live-events-wrapper .dvids-template-dgov .events-list h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -55px;
    width: 0;
    height: 0;
    border-bottom: 33px solid #254267;
    border-left: 55px solid transparent;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}
.live-events-wrapper .events-list ul {
    display: block;
    clear: both;
    padding-top: 10px;
    border-top: 3px solid #254267;
}

/************************************************************************
	LISTING OVERRIDES
************************************************************************/
#alist .listing-with-preview figcaption h3.title span,
#alist .item figcaption h3.title a {
    transition: all 0.15s linear !important;
}


/************************************************************************
	RESPONSIVE
************************************************************************/
@media only screen and (max-width: 1200px) {
	#ContentPanePage84 {
        display: flex;
        flex-direction: column-reverse;
    }
	#dnn_ContentPagePageX4 .DnnModule {
        display: none;
    }
	#dnn_ContentPagePageX4 .DnnModule:first-child {
        display: block;
    }
    .page-banner-inner {
        padding: 75px 0 180px;
    }
    
 }
@media only screen and (max-width: 1199px) {
    .sidebar-search-section h2.tab-title,
    .sidebar-search h2.tab-title {
        display: none;
    }
    .sidebar-search-section .sidebar-section-inner,
    .sidebar-search .sidebar-section-inner {
        border: none;
        padding: 0 5px;
        background: none;
    }
    
    .top-bar-nav {
        position: relative;
        box-shadow: none;
        margin-right: 48px;
    }
    .top-bar-nav::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 20px;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }
    .top-bar-nav ul {
        padding: 0 10px;
    }
    .top-bar-nav ul li a {

        background: transparent;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0;
        color: #717171;
        margin: 0;
        padding: 13px 10px 16px;
    }
    .top-bar-nav ul li.active a::before,
    .top-bar-nav ul li a:hover::before {
        display: none;
    }
    .top-bar-nav ul li.active a {
        background: transparent;
        color: #355e93;
    }
    .top-bar-nav ul li.active a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        width: calc(100% - 20px);
        background: #355e93
    }
    .mobile-search-toggle {
        display: block;
    }
    .sidebar-search {
        display: none;
        background: #ebeff5;
        padding: 15px 15px 15px;
        margin: -2rem -2rem 2rem;
    }
    .sidebar-search.active {
        display: block;
    }
    .afilter .startend-date-picker {
        display: flex;
    }
    .afilter .startend-date-picker div:first-child {
        margin-right: 15px;
        padding-bottom: 0;
    }
    
}
@media only screen and (max-width: 991px) {
	
	
}
@media only screen and (max-width: 768px) {
    .page-banner-inner {
        padding: 80px 15px 1px;
    }
	
	.page-wrap {
		padding: 30px 15px 60px;
	}
	.page-section > .content-wrap {
		padding: 0 15px;
	}
    div#ContentPanePage84  {
        padding: 15px 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar-search-section .afilter .search input {
        margin-top: 0;
    }
    .sidebar-search {
        margin: -16px -15px 15px;
    }
    .afilter .startend-date-picker {
        display: block;
    }
    .afilter .startend-date-picker div:first-child {
        margin-right: 0;
        padding-bottom: 15px;
    }
	
}

/************************************************************************/
/************** END **************/
/************************************************************************/