@charset "utf-8";
/* CSS Document */

/*****************   SPOTLIGHT v1.3.2023   *****************/
#dnn_ContentPaneX4 a i {
font-size: 15px;
    padding-left: 5px;
}

#spotlight-resources { overflow: hidden; }

#dnn_ContentPaneX4 .sidebar-section {
	margin-left: 2rem;
}

@media only screen and (max-width: 1199px) {
	#dnn_ContentPaneX4 .sidebar-section {
	margin-left: 0rem;
}
	#dnn_ContentPaneX4 {
	margin-top: 2rem;
}
}

.titles-only-list figcaption .category > span {
	    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    color: #222;
    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;
}

.titles-only-list figcaption h3.title .fas {
    font-size: 15px;
    margin-left: 5px;
}

#spotlight-photos .featuregrid-slideshow .btn-primary-ghost,
#spotlight-photos .featuregrid-slideshow .btn-primary-ghost:visited {
    background-color: rgb(255 255 255 / 10%);
    color: #ffffff;
    border: 2px solid #ffffff;
}

/*****************   SPOTLIGHT v1.1.2021   *****************/


/***************************************************
    SKIN CHANGES
***************************************************/
/***** STRUCTURE *****/
.page-section {
	padding: 3rem 0;
}
.page-section-tall {
	padding: 5rem 0;
}

/***** SIDEBAR *****/
.sidebar-section {
	display: block;
	position: relative;
	margin: 0 0 2rem;
}
.sidebar-section-left {
    margin-right: 2rem;
}
.sidebar-section-right {
    margin-left: 2rem;
}
.sidebar-section .sidebar-section-inner {
    padding: 22px 30px 25px;
    background: #ebeff5;
    border: 1px solid #355e93;
    border-top: none;
}
.sidebar-section-full .sidebar-section-inner {
    padding: 10px 0 0;
    background: none;
    border: none;
    border-top: none;
}
@media only screen and (max-width: 1199px) {
    .sidebar-section-left {
        margin-right: 0;
    }
    .sidebar-section-right {
        margin-left: 0;
    }
}

/************************************************************************
	SECTION TITLES
************************************************************************/
/*h2.tab-title {
	display: block;
	text-align: right;
	overflow: hidden;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: none;
	color: #717171;
    border-bottom: 3px solid #254267;
}
h2.tab-title a,
h2.tab-title span {
    display: inline-block;
	position: relative;
    background-color: #254267;
    color: #fff;
    padding: 3px 5px 2px 5px;
	border-radius: 0;
	height: 33px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title span {
	padding-right: 15px;
}
h2.tab-title a:before,
h2.tab-title 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.25s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title a:hover {
	text-decoration: none;
	background: #15263b;
}
h2.tab-title.hover  {
    border-bottom: 3px solid #15263b;
}
h2.tab-title a:hover:before {
	border-bottom-color: #15263b;
}
h2.tab-title a .fas {
	position: relative;
	top: -2px;
	margin:0 10px 0 5px;
	font-size: .8em;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title a:hover .fas {
	margin:0 5px 0 10px;
}*/

/***** LIGHT SECTION TITLES *****/
h2.tab-title.light-tab-title {
	border-color: #ebebeb;
}
h2.tab-title.light-tab-title a, 
h2.tab-title.light-tab-title  span {
	background-color: #ebebeb;
	color: #355e93;
}
h2.tab-title.light-tab-title a:before,
h2.tab-title.light-tab-title span:before {
	border-bottom-color: #ebebeb;
}
h2.tab-title.light-tab-title a:hover {
	text-decoration: none;
	background: #fff;
}
h2.tab-title.light-tab-title a:hover:before {
	border-bottom-color: #fff;
}
h2.tab-title.light-tab-title.hover  {
    border-bottom: 3px solid #fff;
}

/***** INSIDE DOD SECTION TITLES *****/
h2.tab-title.insideDod-tab-title {
	border-color: #893636;
}
h2.tab-title.insideDod-tab-title a, 
h2.tab-title.insideDod-tab-title  span {
	background-color: #893636;
}
h2.tab-title.insideDod-tab-title a:before,
h2.tab-title.insideDod-tab-title span:before {
	border-bottom-color: #893636;
}
h2.tab-title.insideDod-tab-title a:hover {
	text-decoration: none;
	background: #6c2222;
}
h2.tab-title.insideDod-tab-title a:hover:before {
	border-bottom-color: #6c2222;
}
h2.tab-title.insideDod-tab-title.hover  {
    border-bottom: 3px solid #6c2222;
}

/***** MULTIMEDIA SECTION TITLES *****/
h2.tab-title.multimedia-tab-title, 
h2.tab-title.multimedia-tab-title {
	border-color: #ff9900;
}

h2.tab-title.multimedia-tab-title a, 
h2.tab-title.multimedia-tab-title span {
	background-color: #ff9900;
	color: #141414;
}
h2.tab-title.multimedia-tab-title a:before,
h2.tab-title.multimedia-tab-title span:before {



	border-bottom-color: #ff9900;
}
h2.tab-title.multimedia-tab-title a:hover {
	text-decoration: none;
	background: #ff7700;
}
h2.tab-title.multimedia-tab-title a:hover:before {
	border-bottom-color: #ff7700;
}
h2.tab-title.multimedia-tab-title.hover  {
    border-bottom: 3px solid #ff7700;
}


/***** EXPLORE *****/
.edit-link {
	display: block;
	width: 25px;
    position: absolute;
    z-index: 11;
    top: 15px;
    right: 15px;
}
.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 {
    display: inline-block;
	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 h3.title a {
	display: block;
	padding-left: 0px;
	border-left: 0px solid #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding-right: 13px;
}
.explore-list figcaption h3.title a:hover {
	color: #355e93;
	padding-left: 10px;
	padding-right: 0px;
	border-left: 3px solid #254267;
	text-decoration: none;
}
.explore-list figcaption h3.title .fas {
    font-size: 15px;
    margin-left: 5px;
}
.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;
    min-width: 90px;
}
.homePress figcaption time {
    color: #333;
}
.sidebar-section .sidebar-section-inner .explore-list figcaption time {
    color: #666;
}
#resources .more-wrap a {
    
}

/***** 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 {
	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);
	padding-right: 13px;
}
#news-list .item figcaption h3.title a:hover {
	color: #355e93;
	padding-left: 10px;
	padding-right: 0px;
	border-left: 4px solid #254267;
	text-decoration: none;
}

/***** NEWS *****/
@media only screen and (max-width: 1199px) {
    .sidebar-section {
        margin-left: 0;
    }
}
@media only screen and (max-width: 576px) {
    #news-list .item figcaption {
        margin-left: 0 !important;
    }
    #news-list .item-1 figcaption {
        margin-top: 8px;
    }
}
/***************************************************
    END SKIN CHANGES
***************************************************/


/***************************************************
    BUGS
***************************************************/
.empty-container.base-container {
    margin-bottom: 0;
}
.page-wrap, main > .slice-angle-gray {
    display: none;
}

/***************************************************
    STRUCTURE
***************************************************/
#content-pane-wrap-84 {
    padding: 3rem 0;
}
.page-section > .content-wrap {
    padding: 0;
}

/***************************************************
    BANNER
***************************************************/
.spotlight-banner {
    background: url();
    background-size: cover;
    background-position: center center;
    background-color: #254267;
    position: relative;
    padding-top: 75px;
}
.spotlight-banner .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#4d000000',GradientType=1 );
}
.spotlight-banner-content {
    padding: calc(3rem + 30px) 0px 3rem 0px;
    position: relative;
    z-index: 3;
}
.spotlight-banner * {
    color: #fff;
}
.spotlight-banner .text {

    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    position: relative;
    padding-left: 40px;
}
.spotlight-banner .title {
    font-size: 3rem;
    max-width: 900px;
}
.spotlight-banner .text:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #355e93;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}
.spotlight-banner .text:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #355e93;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
}
.spotlight-banner .blurb {
    max-width: 50%;
}
.spotlight-banner-seperator {
    height: 5px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#355e93+0,728fb4+100 */
    background: #355e93; /* Old browsers */
    background: -moz-linear-gradient(left, #355e93 0%, #728fb4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #355e93 0%, #728fb4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #355e93 0%, #728fb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#355e93', endColorstr='#728fb4', GradientType=1); /* IE6-9 */
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.spotlight-chevron-down {
    width: 80px;
    height: 80px;
    background: #fff;
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: calc(50% - 40px);
    border-radius: 100%;
}
.spotlight-chevron-down img {
    padding: 20px;
}
span.banner-month {
    margin: 15px 0 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #222;
    background: #fff;
    padding: 3px 15px 2px;
    font-size: 17px;
}

/***************************************************
	NEWS
***************************************************/
#news-list {
    padding-top: 7px;
}
#news-list .item figcaption {
    margin-left:20px;
}
.more-wrap {
    text-align: center;
    margin-top:30px;
}

/***************************************************
	POSTER
***************************************************/
.poster-link {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    opacity: .8;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.poster-link:hover {
    opacity: 1;
}
.poster-link span {
    display: block;
    text-align: right;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.poster-link span i {
    font-size: .9em;
    margin-left: 3px;
}

/***************************************************
	PROCLAMATION
***************************************************/
.proclamation {
    background: #ebebeb;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
}
.proc-wrap {
    display: block;
    padding: 15px;
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
}
.proc-wrap .doc {
    max-width: 200px;
    margin: 0 auto;
}
.proc-wrap .doc img {
    border: 1px solid #ebebeb;
}



/***************************************************
    PHOTOS
***************************************************/
#spotlight-photos {
    background: #333;
    position: relative
}
#spotlight-photos .gridlayout {
    padding-top: 10px;
}
#spotlight-photos .gridlayout-row {
    margin: 0 -5px;
}
#spotlight-photos .gridlayout-cell {
    padding: 5px;
}
#spotlight-photos .featuregrid-slideshow {
    margin: 0 -15px;
}

/***************************************************
    VIDEO
***************************************************/
#dnn_ctr1789_ContentPane {
    display: none;
}
#spotlight-videos {
    background: rgb(37, 66, 103);
}
.dgov-carousel-watch .carousel-wrap .pull-title {
    display: block;
    text-align: right;
    overflow: hidden;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: none;
    color: #717171;
    border-bottom: 3px solid #ebebeb;

    
}
.dgov-carousel-watch .carousel-wrap h1 .Head {
    display: inline-block;
    position: relative;
    background-color: #ebebeb;
    color: #355e93;
    padding: 3px 15px 2px 5px;
    border-radius: 0;
    margin: 0;
    height: 33px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    font-weight: 500;
}
.dgov-carousel-watch .carousel-wrap h1 .Head:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -55px;
    width: 0;
    height: 0;
    border-bottom: 33px solid #ebebeb;
    border-left: 55px solid transparent;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}
.dgov-carousel-watch .slick-arrow {
    right: auto;
    left: 0;
    top: -3.5rem;
    font-size: 2rem;
}
.dgov-carousel .slick-arrow.carousel-next {
    left: 3rem;
    right: auto;
}
.dgov-carousel-watch h1 .highlight {
	display: none;
}
.dgov-carousel-watch h1 .Head {
	font-weight: 300;
}
.dgov-carousel-watch {
    background: rgb(37,66,103);
}
.slick-slide div {
    line-height: 1 !important;
}

/***************************************************
    RESOURCES
***************************************************/
#spotlight-resources {
}
.filteredNewsroomContainer .section h1 {
    display: none;
}
#spotlight-resources .adash.newsroom.filtered-newsroom .more-row {
    background:transparent;
    position: relative;
    z-index: 3;
}
.alist.newsroom.filtered-newsroom .item .lside a.category,
.alist.newsroom.filtered-newsroom .item .lside a.category:link,
.adash.newsroom.filtered-newsroom .item.fnr-item .category {
    font-size: 15px;
    letter-spacing: 1px;
}
#spotlight-resources .adash.newsroom.filtered-newsroom .fnr-item-container {
	padding: 0;
    background: none;
}
#spotlight-resources .adash.newsroom .menu-grid.fnr-menu-grid {
    margin-top: 8px;
}
/*#spotlight-resources .adash.newsroom .fnr-menu-item.menu-item {
	background: #ebeff5;
    border: none;
}*/
#spotlight-resources .adash.newsroom .menu-item.fnr-menu-item:first-child {
    border-radius: 0;
}
#spotlight-resources .adash.newsroom .fnr-menu-item.menu-item.active {
	background: #355e93;
}
#spotlight-resources .adash.newsroom.filtered-newsroom.alist.stories .item .info {
    background: transparent;
}
#spotlight-resources .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;
}
#spotlight-resources .adash.newsroom.alist.stories .item .content-type:hover {
	border-bottom: 1px solid rgba(53, 94, 147, 1);
}
#spotlight-resources .adash.newsroom.alist.stories .item .separator {
	color: #355e93;
    opacity: .5;
    margin: 0 8px 0 6px;
}
#spotlight-resources .adash.newsroom.alist.stories .item time {
    display: inline-block;
    font-size: 15px !important;
    margin: 5px 0;
    color: #717171;
	padding: 0;
}
#spotlight-resources .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);
}
#spotlight-resources .adash.newsroom.filtered-newsroom.alist.stories .item .title:hover {
	color: #355E93;
	padding-right: 0;
	padding-left: 10px;
	border-left: 4px solid #254267;
}

/***************************************************
    INFOGRAPHIC
***************************************************/
.spotlight-facts {
    background: rgb(240, 240, 240);
    background: -moz-linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
    background: -webkit-linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
    background: -o-linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
    background: -ms-linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
    background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
}
.spotlight-facts .content-wrap-wide {
    padding-bottom: 6rem;
    padding-top: 4rem;
}
.spotlight-facts p {
    padding: 40px;
    color: #333;
    font-size: 1.3rem;
    position: relative;
}
.spotlight-facts p.on-right {
    border-top: 2px solid #355e93;
    border-right: 2px solid #355e93;
    border-bottom: 2px solid #355e93;
}
.spotlight-facts p.on-left {
    border-top: 2px solid #355e93;
    border-left: 2px solid #355e93;
    border-bottom: 2px solid #355e93;
}
.spotlight-facts p.on-right:before {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
    left: 0px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #355e93;
    border-radius: 100%;
}
.spotlight-facts p.on-left:before {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
    right: 0px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #355e93;
    border-radius: 100%;
}
.spotlight-facts p.on-right:after {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    background: #355e93;
    border-radius: 100%;
}
.spotlight-facts p.on-left:after {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    background: #355e93;
    border-radius: 100%;
}
.spotlight-facts img {
    width: 85%;
    margin: auto;
    display: block;
    margin-bottom: 4rem;
}

/***************************************************
	RESPONSIVE
***************************************************/
/* XLG */
@media only screen and (max-width: 1400px) {}
/* LG */
@media only screen and (max-width: 1200px) {
    .explore-3 a.title h2 {
        font-size: 1.3rem;
    }
    .explore-3 .item .info .bar {
        display: block !important;
        padding-top: 5px !important;
    }
    .explore-3 .item .info .bar .social {
        margin-top: 20px;
    }
    .info .button-wrap {
        width: 70px;
        height: 40px;
        font-size: 17px
    }
    .engage-item:hover .info .button-wrap {
        width: 131px;
    }
}
@media (max-width: 1024px) {
    .dgov-carousel-engage a.title h2 {
        font-size: 2rem;
    }
    .dgov-carousel-engage .category {
        font-size: 1.2rem;
    }
    .dgov-carousel-engage .info {
        min-height: 0;
    }
    .dgov-carousel-engage .quiz-question-count {
        font-size: 1.2rem;
    }
    .info .button-wrap {
        width: 79px;
        height: 45px;
        font-size: 20px
    }
    .engage-item:hover .info .button-wrap {
        width: 148px;
    }
}
/* MD */
@media only screen and (max-width: 991px) {
    .alist.stories .item, .alist.stories .item:hover {
        padding-bottom: 0;
    }
    .menu .btn {
        width: 100%;
        border: 1px solid #fafafa;
    }
    .btn.active:after {
        display: none;
    }
    .spotlight-facts .dgov-col-md-7:nth-child(2) p:before {
        content: "";
        z-index: 9;
        display: block;
        position: absolute;
        left: 68px;
        bottom: 0px;
        width: 0;
        top: -84px;
        height: 0;
        border-top: 50px solid transparent;
        border-left: 50px solid transparent;
        border-bottom: 50px solid #355e93;
        border-right: 50px solid transparent;
    }
    .spotlight-facts .dgov-col-md-7:nth-child(3) p:before {
        content: "";
        z-index: 9999999999;
        display: block;
        position: absolute;
        right: 65px;
        bottom: -50px;
        top: auto;
        width: 0;
        height: 0;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        border-top: 50px solid #355e93;
    }
    .explore-3 .item .info .bar {
        display: flex !important;
        padding-top: 20px !important;
    }
    .explore-3 .item .info .bar .social {
        margin-top: 0px;
    }
    .explore-3 a.title h2 {
        font-size: 2rem;
        min-height: 0;
    }
    .spotlight-stories .flex-wrap {
        display: block !important;
    }
    .explore-3 .item .play-3 {
        height: auto;
        opacity: 1;
        margin-top: 15px;
    }
    .explore-3 .item .revelear-text-3 {
        padding: 20px 0px;
    }
    .arrow {
        display: none !important;
    }
    /*.spotlight-photos .gridlayout div:first-child .gridlayout-row .gridlayout-cell:first-child, #gridlayout-slideshow-1788 > div > div > div:nth-child(2) > div > div:nth-child(3) {
		width: 50% !important;
		position: absolute;
		z-index: 999;
		height: 100% !important;
	}
	.spotlight-photos .gridlayout div:first-child .gridlayout-row .gridlayout-cell:first-child .cropzoomimg-container, #gridlayout-slideshow-1788 > div > div > div:nth-child(2) > div > div:nth-child(3) > div {
		height: 100% !important;
	}
	#gridlayout-slideshow-1788 > div > div > div:nth-child(1) > div > div:nth-child(2) {
		margin-left: 50% !important;
	} */
    .alist.stories .flex-item .item .info {
        width: 90%;
        left: 5%;
    }
    .alist.stories .item .info a.play {
        position: relative !important;
        width: 100% !important;
        left: 0px !important;
        border-radius: 3px !important;
        display: block !important;
        top: 0px !important;
        margin-top: 10px !important;
    }
    .alist.stories .item .info a.play span {
        display: none !important;
    }
    .alist.stories .item .revelear-text {
        opacity: 1 !important;
        width: 100%;
        padding: 18px 0px;
    }
    .container, .page-wrap, .content-wrap, .content-wrap-wide {
        width: 90vw;
    }
    .quote {
        margin-left: 0px;
        padding-left: 20px;
        border-left: 0px solid #fff;
    }
    .quote span:nth-child(1), .quote span:nth-child(2) {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .quote span {
        position: relative;
        font-size: 2rem;
    }
    .info .button-wrap {
        width: 148px;
    }
    .info .button-wrap .button-start {
        opacity: 1;
    }
    .explore-3 a.title h3 {
        min-height: 0;
    }
}
/* SM */
@media only screen and (max-width: 768px) {
    .alist.stories .item.explore-item .poster {
        border-radius: 4px;
    }
    .spotlight-banner .blurb {
        max-width: 100%;
    }
    .dgov-carousel-engage .quiz-question-count {
        font-size: 1.2rem;
    }
    .dgov-carousel-engage .category {
        font-size: 1.2rem;
    }
}
@media (max-width: 450px) {
    .dgov-carousel-explore figcaption a.title h2 {
        font-size: 1.6rem;
    }
    .info .button-wrap {
        width: 130px;
        height: 40px;
        font-size: 17px;
    }
    .engage-item:hover .info .button-wrap {
        width: 131px;
    }
}
@media print {
    .alist.stories .item .info {
        background-image: url(https://www.defense.gov/Portals/1/SANDBOXES/JKerr/ebebeb.jpg) !important;
        background-repeat: repeat;
        -webkit-print-color-adjust: exact;
    }
}

/***************************************************
	A2A Styling
***************************************************/

.social-inner a.a2a_button_facebook {
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_facebook:hover span {
  color: #fff;
}

.social-inner a.a2a_button_facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-inner a.a2a_button_twitter:hover span {
  color: #fff;
}

.social-inner a.a2a_button_twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}

.social-inner a.addthis_button_twitter {
  padding-top: 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_email:hover span {
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_email:hover {
  background-color: #DD4B39;
  border-color: #DD4B39;
}

.social-inner a.a2a_button_email {
  margin-left: 15px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}@charset "utf-8";
/* CSS Document */

/*****************   SPOTLIGHT v1.3.2023   *****************/
#dnn_ContentPaneX4 a i {
font-size: 15px;
    padding-left: 5px;
}

#spotlight-resources { overflow: hidden; }

#dnn_ContentPaneX4 .sidebar-section {
	margin-left: 2rem;
}

@media only screen and (max-width: 1199px) {
	#dnn_ContentPaneX4 .sidebar-section {
	margin-left: 0rem;
}
	#dnn_ContentPaneX4 {
	margin-top: 2rem;
}
}

.titles-only-list figcaption .category > span {
	    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    color: #222;
    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;
}

.titles-only-list figcaption h3.title .fas {
    font-size: 15px;
    margin-left: 5px;
}

#spotlight-photos .featuregrid-slideshow .btn-primary-ghost,
#spotlight-photos .featuregrid-slideshow .btn-primary-ghost:visited {
    background-color: rgb(255 255 255 / 10%);
    color: #ffffff;
    border: 2px solid #ffffff;
}

/*****************   SPOTLIGHT v1.1.2021   *****************/


/***************************************************
    SKIN CHANGES
***************************************************/
/***** STRUCTURE *****/
.page-section {
	padding: 3rem 0;
}
.page-section-tall {
	padding: 5rem 0;
}

/***** SIDEBAR *****/
.sidebar-section {
	display: block;
	position: relative;
	margin: 0 0 2rem;
}
.sidebar-section-left {
    margin-right: 2rem;
}
.sidebar-section-right {
    margin-left: 2rem;
}
.sidebar-section .sidebar-section-inner {
    padding: 22px 30px 25px;
    background: #ebeff5;
    border: 1px solid #355e93;
    border-top: none;
}
.sidebar-section-full .sidebar-section-inner {
    padding: 10px 0 0;
    background: none;
    border: none;
    border-top: none;
}
@media only screen and (max-width: 1199px) {
    .sidebar-section-left {
        margin-right: 0;
    }
    .sidebar-section-right {
        margin-left: 0;
    }
}

/************************************************************************
	SECTION TITLES
************************************************************************/
/*h2.tab-title {
	display: block;
	text-align: right;
	overflow: hidden;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: none;
	color: #717171;
    border-bottom: 3px solid #254267;
}
h2.tab-title a,
h2.tab-title span {
    display: inline-block;
	position: relative;
    background-color: #254267;
    color: #fff;
    padding: 3px 5px 2px 5px;
	border-radius: 0;
	height: 33px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title span {
	padding-right: 15px;
}
h2.tab-title a:before,
h2.tab-title 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.25s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title a:hover {
	text-decoration: none;
	background: #15263b;
}
h2.tab-title.hover  {
    border-bottom: 3px solid #15263b;
}
h2.tab-title a:hover:before {
	border-bottom-color: #15263b;
}
h2.tab-title a .fas {
	position: relative;
	top: -2px;
	margin:0 10px 0 5px;
	font-size: .8em;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}
h2.tab-title a:hover .fas {
	margin:0 5px 0 10px;
}*/

/***** LIGHT SECTION TITLES *****/
h2.tab-title.light-tab-title {
	border-color: #ebebeb;
}
h2.tab-title.light-tab-title a, 
h2.tab-title.light-tab-title  span {
	background-color: #ebebeb;
	color: #355e93;
}
h2.tab-title.light-tab-title a:before,
h2.tab-title.light-tab-title span:before {
	border-bottom-color: #ebebeb;
}
h2.tab-title.light-tab-title a:hover {
	text-decoration: none;
	background: #fff;
}
h2.tab-title.light-tab-title a:hover:before {
	border-bottom-color: #fff;
}
h2.tab-title.light-tab-title.hover  {
    border-bottom: 3px solid #fff;
}

/***** INSIDE DOD SECTION TITLES *****/
h2.tab-title.insideDod-tab-title {
	border-color: #893636;
}
h2.tab-title.insideDod-tab-title a, 
h2.tab-title.insideDod-tab-title  span {
	background-color: #893636;
}
h2.tab-title.insideDod-tab-title a:before,
h2.tab-title.insideDod-tab-title span:before {
	border-bottom-color: #893636;
}
h2.tab-title.insideDod-tab-title a:hover {
	text-decoration: none;
	background: #6c2222;
}
h2.tab-title.insideDod-tab-title a:hover:before {
	border-bottom-color: #6c2222;
}
h2.tab-title.insideDod-tab-title.hover  {
    border-bottom: 3px solid #6c2222;
}

/***** MULTIMEDIA SECTION TITLES *****/
h2.tab-title.multimedia-tab-title, 
h2.tab-title.multimedia-tab-title {
	border-color: #ff9900;
}

h2.tab-title.multimedia-tab-title a, 
h2.tab-title.multimedia-tab-title span {
	background-color: #ff9900;
	color: #141414;
}
h2.tab-title.multimedia-tab-title a:before,
h2.tab-title.multimedia-tab-title span:before {



	border-bottom-color: #ff9900;
}
h2.tab-title.multimedia-tab-title a:hover {
	text-decoration: none;
	background: #ff7700;
}
h2.tab-title.multimedia-tab-title a:hover:before {
	border-bottom-color: #ff7700;
}
h2.tab-title.multimedia-tab-title.hover  {
    border-bottom: 3px solid #ff7700;
}


/***** EXPLORE *****/
.edit-link {
	display: block;
	width: 25px;
    position: absolute;
    z-index: 11;
    top: 15px;
    right: 15px;
}
.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 {
    display: inline-block;
	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 h3.title a {
	display: block;
	padding-left: 0px;
	border-left: 0px solid #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding-right: 13px;
}
.explore-list figcaption h3.title a:hover {
	color: #355e93;
	padding-left: 10px;
	padding-right: 0px;
	border-left: 3px solid #254267;
	text-decoration: none;
}
.explore-list figcaption h3.title .fas {
    font-size: 15px;
    margin-left: 5px;
}
.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;
    min-width: 90px;
}
.homePress figcaption time {
    color: #333;
}
.sidebar-section .sidebar-section-inner .explore-list figcaption time {
    color: #666;
}
#resources .more-wrap a {
    
}

/***** 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 {
	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);
	padding-right: 13px;
}
#news-list .item figcaption h3.title a:hover {
	color: #355e93;
	padding-left: 10px;
	padding-right: 0px;
	border-left: 4px solid #254267;
	text-decoration: none;
}

/***** NEWS *****/
@media only screen and (max-width: 1199px) {
    .sidebar-section {
        margin-left: 0;
    }
}
@media only screen and (max-width: 576px) {
    #news-list .item figcaption {
        margin-left: 0 !important;
    }
    #news-list .item-1 figcaption {
        margin-top: 8px;
    }
}
/***************************************************
    END SKIN CHANGES
***************************************************/


/***************************************************
    BUGS
***************************************************/
.empty-container.base-container {
    margin-bottom: 0;
}
.page-wrap, main > .slice-angle-gray {
    display: none;
}

/***************************************************
    STRUCTURE
***************************************************/
#content-pane-wrap-84 {
    padding: 3rem 0;
}
.page-section > .content-wrap {
    padding: 0;
}

/***************************************************
    BANNER
***************************************************/
.spotlight-banner {
    background: url();
    background-size: cover;
    background-position: center center;
    background-color: #254267;
    position: relative;
    padding-top: 75px;
}
.spotlight-banner .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#4d000000',GradientType=1 );
}
.spotlight-banner-content {
    padding: calc(3rem + 30px) 0px 3rem 0px;
    position: relative;
    z-index: 3;
}
.spotlight-banner * {
    color: #fff;
}
.spotlight-banner .text {

    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    position: relative;
    padding-left: 40px;
}
.spotlight-banner .title {
    font-size: 3rem;
    max-width: 900px;
}
.spotlight-banner .text:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #355e93;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}
.spotlight-banner .text:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #355e93;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
}
.spotlight-banner .blurb {
    max-width: 50%;
}
.spotlight-banner-seperator {
    height: 5px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#355e93+0,728fb4+100 */
    background: #355e93; /* Old browsers */
    background: -moz-linear-gradient(left, #355e93 0%, #728fb4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #355e93 0%, #728fb4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #355e93 0%, #728fb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#355e93', endColorstr='#728fb4', GradientType=1); /* IE6-9 */
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.spotlight-chevron-down {
    width: 80px;
    height: 80px;
    background: #fff;
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: calc(50% - 40px);
    border-radius: 100%;
}
.spotlight-chevron-down img {
    padding: 20px;
}
span.banner-month {
    margin: 15px 0 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #222;
    background: #fff;
    padding: 3px 15px 2px;
    font-size: 17px;
}

/***************************************************
	NEWS
***************************************************/
#news-list {
    padding-top: 7px;
}
#news-list .item figcaption {
    margin-left:20px;
}
.more-wrap {
    text-align: center;
    margin-top:30px;
}

/***************************************************
	POSTER
***************************************************/
.poster-link {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    opacity: .8;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.poster-link:hover {
    opacity: 1;
}
.poster-link span {
    display: block;
    text-align: right;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.poster-link span i {
    font-size: .9em;
    margin-left: 3px;
}

/***************************************************
	PROCLAMATION
***************************************************/
.proclamation {
    background: #ebebeb;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
}
.proc-wrap {
    display: block;
    padding: 15px;
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
}
.proc-wrap .doc {
    max-width: 200px;
    margin: 0 auto;
}
.proc-wrap .doc img {
    border: 1px solid #ebebeb;
}



/***************************************************
    PHOTOS
***************************************************/
#spotlight-photos {
    background: #333;
    position: relative
}
#spotlight-photos .gridlayout {
    padding-top: 10px;
}
#spotlight-photos .gridlayout-row {
    margin: 0 -5px;
}
#spotlight-photos .gridlayout-cell {
    padding: 5px;
}
#spotlight-photos .featuregrid-slideshow {
    margin: 0 -15px;
}

/***************************************************
    VIDEO
***************************************************/
#dnn_ctr1789_ContentPane {
    display: none;
}
#spotlight-videos {
    background: rgb(37, 66, 103);
}
.dgov-carousel-watch .carousel-wrap .pull-title {
    display: block;
    text-align: right;
    overflow: hidden;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: none;
    color: #717171;
    border-bottom: 3px solid #ebebeb;

    
}
.dgov-carousel-watch .carousel-wrap h1 .Head {
    display: inline-block;
    position: relative;
    background-color: #ebebeb;
    color: #355e93;
    padding: 3px 15px 2px 5px;
    border-radius: 0;
    margin: 0;
    height: 33px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    font-weight: 500;
}
.dgov-carousel-watch .carousel-wrap h1 .Head:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -55px;
    width: 0;
    height: 0;
    border-bottom: 33px solid #ebebeb;
    border-left: 55px solid transparent;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}
.dgov-carousel-watch .slick-arrow {
    right: auto;
    left: 0;
    top: -3.5rem;
    font-size: 2rem;
}
.dgov-carousel .slick-arrow.carousel-next {
    left: 3rem;
    right: auto;
}
.dgov-carousel-watch h1 .highlight {
	display: none;
}
.dgov-carousel-watch h1 .Head {
	font-weight: 300;
}
.dgov-carousel-watch {
    background: rgb(37,66,103);
}
.slick-slide div {
    line-height: 1 !important;
}

/***************************************************
    RESOURCES
***************************************************/
#spotlight-resources {
}
.filteredNewsroomContainer .section h1 {
    display: none;
}
#spotlight-resources .adash.newsroom.filtered-newsroom .more-row {
    background:transparent;
    position: relative;
    z-index: 3;
}
.alist.newsroom.filtered-newsroom .item .lside a.category,
.alist.newsroom.filtered-newsroom .item .lside a.category:link,
.adash.newsroom.filtered-newsroom .item.fnr-item .category {
    font-size: 15px;
    letter-spacing: 1px;
}
#spotlight-resources .adash.newsroom.filtered-newsroom .fnr-item-container {
	padding: 0;
    background: none;
}
#spotlight-resources .adash.newsroom .menu-grid.fnr-menu-grid {
    margin-top: 8px;
}
/*#spotlight-resources .adash.newsroom .fnr-menu-item.menu-item {
	background: #ebeff5;
    border: none;
}*/
#spotlight-resources .adash.newsroom .menu-item.fnr-menu-item:first-child {
    border-radius: 0;
}
#spotlight-resources .adash.newsroom .fnr-menu-item.menu-item.active {
	background: #355e93;
}
#spotlight-resources .adash.newsroom.filtered-newsroom.alist.stories .item .info {
    background: transparent;
}
#spotlight-resources .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;
}
#spotlight-resources .adash.newsroom.alist.stories .item .content-type:hover {
	border-bottom: 1px solid rgba(53, 94, 147, 1);
}
#spotlight-resources .adash.newsroom.alist.stories .item .separator {
	color: #355e93;
    opacity: .5;
    margin: 0 8px 0 6px;
}
#spotlight-resources .adash.newsroom.alist.stories .item time {
    display: inline-block;
    font-size: 15px !important;
    margin: 5px 0;
    color: #717171;
	padding: 0;
}
#spotlight-resources .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);
}
#spotlight-resources .adash.newsroom.filtered-newsroom.alist.stories .item .title:hover {
	color: #355E93;
	padding-right: 0;
	padding-left: 10px;
	border-left: 4px solid #254267;
}

/***************************************************
    INFOGRAPHIC
***************************************************/
.spotlight-facts {
    background: rgb(240, 240, 240);
    background: -moz-linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
    background: -webkit-linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
    background: -o-linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
    background: -ms-linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
    background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 750px, rgba(255, 255, 255, 0) 1000px);
}
.spotlight-facts .content-wrap-wide {
    padding-bottom: 6rem;
    padding-top: 4rem;
}
.spotlight-facts p {
    padding: 40px;
    color: #333;
    font-size: 1.3rem;
    position: relative;
}
.spotlight-facts p.on-right {
    border-top: 2px solid #355e93;
    border-right: 2px solid #355e93;
    border-bottom: 2px solid #355e93;
}
.spotlight-facts p.on-left {
    border-top: 2px solid #355e93;
    border-left: 2px solid #355e93;
    border-bottom: 2px solid #355e93;
}
.spotlight-facts p.on-right:before {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
    left: 0px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #355e93;
    border-radius: 100%;
}
.spotlight-facts p.on-left:before {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
    right: 0px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #355e93;
    border-radius: 100%;
}
.spotlight-facts p.on-right:after {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    background: #355e93;
    border-radius: 100%;
}
.spotlight-facts p.on-left:after {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    background: #355e93;
    border-radius: 100%;
}
.spotlight-facts img {
    width: 85%;
    margin: auto;
    display: block;
    margin-bottom: 4rem;
}

/***************************************************
	RESPONSIVE
***************************************************/
/* XLG */
@media only screen and (max-width: 1400px) {}
/* LG */
@media only screen and (max-width: 1200px) {
    .explore-3 a.title h2 {
        font-size: 1.3rem;
    }
    .explore-3 .item .info .bar {
        display: block !important;
        padding-top: 5px !important;
    }
    .explore-3 .item .info .bar .social {
        margin-top: 20px;
    }
    .info .button-wrap {
        width: 70px;
        height: 40px;
        font-size: 17px
    }
    .engage-item:hover .info .button-wrap {
        width: 131px;
    }
}
@media (max-width: 1024px) {
    .dgov-carousel-engage a.title h2 {
        font-size: 2rem;
    }
    .dgov-carousel-engage .category {
        font-size: 1.2rem;
    }
    .dgov-carousel-engage .info {
        min-height: 0;
    }
    .dgov-carousel-engage .quiz-question-count {
        font-size: 1.2rem;
    }
    .info .button-wrap {
        width: 79px;
        height: 45px;
        font-size: 20px
    }
    .engage-item:hover .info .button-wrap {
        width: 148px;
    }
}
/* MD */
@media only screen and (max-width: 991px) {
    .alist.stories .item, .alist.stories .item:hover {
        padding-bottom: 0;
    }
    .menu .btn {
        width: 100%;
        border: 1px solid #fafafa;
    }
    .btn.active:after {
        display: none;
    }
    .spotlight-facts .dgov-col-md-7:nth-child(2) p:before {
        content: "";
        z-index: 9;
        display: block;
        position: absolute;
        left: 68px;
        bottom: 0px;
        width: 0;
        top: -84px;
        height: 0;
        border-top: 50px solid transparent;
        border-left: 50px solid transparent;
        border-bottom: 50px solid #355e93;
        border-right: 50px solid transparent;
    }
    .spotlight-facts .dgov-col-md-7:nth-child(3) p:before {
        content: "";
        z-index: 9999999999;
        display: block;
        position: absolute;
        right: 65px;
        bottom: -50px;
        top: auto;
        width: 0;
        height: 0;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        border-top: 50px solid #355e93;
    }
    .explore-3 .item .info .bar {
        display: flex !important;
        padding-top: 20px !important;
    }
    .explore-3 .item .info .bar .social {
        margin-top: 0px;
    }
    .explore-3 a.title h2 {
        font-size: 2rem;
        min-height: 0;
    }
    .spotlight-stories .flex-wrap {
        display: block !important;
    }
    .explore-3 .item .play-3 {
        height: auto;
        opacity: 1;
        margin-top: 15px;
    }
    .explore-3 .item .revelear-text-3 {
        padding: 20px 0px;
    }
    .arrow {
        display: none !important;
    }
    /*.spotlight-photos .gridlayout div:first-child .gridlayout-row .gridlayout-cell:first-child, #gridlayout-slideshow-1788 > div > div > div:nth-child(2) > div > div:nth-child(3) {
		width: 50% !important;
		position: absolute;
		z-index: 999;
		height: 100% !important;
	}
	.spotlight-photos .gridlayout div:first-child .gridlayout-row .gridlayout-cell:first-child .cropzoomimg-container, #gridlayout-slideshow-1788 > div > div > div:nth-child(2) > div > div:nth-child(3) > div {
		height: 100% !important;
	}
	#gridlayout-slideshow-1788 > div > div > div:nth-child(1) > div > div:nth-child(2) {
		margin-left: 50% !important;
	} */
    .alist.stories .flex-item .item .info {
        width: 90%;
        left: 5%;
    }
    .alist.stories .item .info a.play {
        position: relative !important;
        width: 100% !important;
        left: 0px !important;
        border-radius: 3px !important;
        display: block !important;
        top: 0px !important;
        margin-top: 10px !important;
    }
    .alist.stories .item .info a.play span {
        display: none !important;
    }
    .alist.stories .item .revelear-text {
        opacity: 1 !important;
        width: 100%;
        padding: 18px 0px;
    }
    .container, .page-wrap, .content-wrap, .content-wrap-wide {
        width: 90vw;
    }
    .quote {
        margin-left: 0px;
        padding-left: 20px;
        border-left: 0px solid #fff;
    }
    .quote span:nth-child(1), .quote span:nth-child(2) {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .quote span {
        position: relative;
        font-size: 2rem;
    }
    .info .button-wrap {
        width: 148px;
    }
    .info .button-wrap .button-start {
        opacity: 1;
    }
    .explore-3 a.title h3 {
        min-height: 0;
    }
}
/* SM */
@media only screen and (max-width: 768px) {
    .alist.stories .item.explore-item .poster {
        border-radius: 4px;
    }
    .spotlight-banner .blurb {
        max-width: 100%;
    }
    .dgov-carousel-engage .quiz-question-count {
        font-size: 1.2rem;
    }
    .dgov-carousel-engage .category {
        font-size: 1.2rem;
    }
}
@media (max-width: 450px) {
    .dgov-carousel-explore figcaption a.title h2 {
        font-size: 1.6rem;
    }
    .info .button-wrap {
        width: 130px;
        height: 40px;
        font-size: 17px;
    }
    .engage-item:hover .info .button-wrap {
        width: 131px;
    }
}
@media print {
    .alist.stories .item .info {
        background-image: url(https://www.defense.gov/Portals/1/SANDBOXES/JKerr/ebebeb.jpg) !important;
        background-repeat: repeat;
        -webkit-print-color-adjust: exact;
    }
}

/***************************************************
	A2A Styling
***************************************************/

.social-inner a.a2a_button_facebook {
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_facebook:hover span {
  color: #fff;
}

.social-inner a.a2a_button_facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-inner a.a2a_button_twitter:hover span {
  color: #fff;
}

.social-inner a.a2a_button_twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}

.social-inner a.addthis_button_twitter {
  padding-top: 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_email:hover span {
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_email:hover {
  background-color: #DD4B39;
  border-color: #DD4B39;
}

.social-inner a.a2a_button_email {
  margin-left: 15px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


 
 /* CSS Document */
 /*
FONTS:
font-family: 'Poppins', sans-serif;

COLORS:
///LIGHTS///
#fff;
///DARKS///
#000;
///PRIMARY COLOR///

///SECONDARY COLOR///
#adadad
*/
 /***************************************************
	GENERAL
***************************************************/

/* VIDEO */

#dnn_ContentPaneBanner {
	overflow: hidden;
}
#transportvideo {
	    position: absolute;
    top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    width:100%;
}
 /* style */
 /* buttons */
 /* cards */
 /* animation */
 /* ALL SECTIONS */ section .dgov-grid h2.section-title {
   font-size: 2.5rem;
   font-family: "Lato", sans-serif;
   font-weight: 700;
   line-height: 1.2;
   margin: auto;
   margin-bottom: 0rem;
   margin-top: 0rem;
   color: #2b2e3f;
   position: relative;
 } /* SECTION 1 - DIGNITY, HONOR, CARE */ #honor {
   max-width: 1600px;
   padding-top: 4rem;
   padding-bottom: 6rem;
   margin: auto;
 }
 #honor > .dgov-grid {
   margin-left: -15px;
   margin-right: -15px;
 } /* ALL BLOCKS FUNCTION */ section .block {
   background: url('https://media.defense.gov/2023/Nov/13/2003339350/-1/-1/0/221222-F-UK538-1021N.JPG/221222-F-UK538-1021N.JPG') bottom;
   background-size: cover;
   transition: all 0.4s ease-in;
 }
 section .block .drawer {
   position: absolute;
   bottom: 0;
   background: rgb(0, 0, 0);
   background: linear-gradient(0deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
   left: 0;
   right: 0;
   height: 150px;
   transition: all 0.4s ease-in;
   padding: 25px;
   display: flex;
   flex-flow: column;
   place-content: flex-end;
   overflow: hidden;
 }
 section .block .drawer .hidden-section {
   opacity: 0;
   height: 1px;
   transition: all 0.4s 0.1s ease-in;
 }
 section .block:hover .drawer {
   background: linear-gradient(0deg, rgba(0, 0, 0, .8) 10%, rgba(0, 0, 0, .8) 100%);
   height: 100%;
   width: 100%;
 }
 section .block .drawer h2 {
   margin-bottom: 0px;
   transition: all 0.4s ease-in;
 }
 section .block:hover .drawer h2 {
   margin-bottom: 20px;
 }
 section .block:hover .drawer .hidden-section {
   opacity: 1;
   height: 60%;
   transition: all 0.4s 0.1s ease-in;
 }
 section .inner {
   min-height: 400px;
   position: relative;
 }
 section .dgov-grid h2 {
   color: #fff;
   font-size: 29px;
 }
 section .hidden-section p {
   color: #d1d1d1;
   padding-top: 15px;
   border-top: 1px solid #ffffff36;
 }
 section .hidden-section a.btn-sm {
   margin-right: 5px;
 }
 .videos a {
   position: relative;
 }
 .videos a i {
   position: absolute;
   left: calc(50% - 17px);
   top: calc(50% - 22px);
   font-size: 50px;
   color: #fff;
   opacity: 0.5;
 }
 .videos a:hover i {
   opacity: 1;
 } /* LINE STYLE */ 
.lined {
   border-left: 5px solid #708D81;
   border-bottom: 5px solid #708D81;
 }
 .lined-2 {
   border-bottom: 5px solid #708D81;
 }
 .lined-3 {
   border-left: 5px solid #708D81;
 }
 section .dgov-grid h2.section-title {
   padding-left: 50px;
   margin-bottom: 1rem;
 }
 section .dgov-grid h2.section-title:after {
   content: " ";
   position: absolute;
   left: -15px;
   top: 50%;
   width: 5px;
   height: 65px;
   background: #708D81;
 }
 section .dgov-grid h2.section-title:before {
   content: " ";
   position: absolute;
   left: -15px;
   top: 50%;
   height: 5px;
   width: 60px;
   background: #708D81;
 } /* section .dgov-grid p.section-description:after { content: " "; position: absolute; left: 0px; top: 40%; width: 5px; height: 146px; background: #708D81; } */ /* PROCESS BLOCK */ #honor .process-block {
   background: url('https://media.defense.gov/2023/Nov/13/2003339350/-1/-1/0/221222-F-UK538-1021N.JPG/221222-F-UK538-1021N.JPG') bottom;
   background-size: cover;
   transition: all 0.4s ease-in;
 } /* HOW BLOCK */ #honor .how-block {
   background: url('https://media.defense.gov/2023/Nov/01/2003332156/-1/-1/0/171024-A-OY832-002.JPG/171024-A-OY832-002.JPG') bottom;
   background-size: cover;
   transition: all 0.4s ease-in;
 } /* MEET BLOCK */ #honor .meet-block {
   background: url('https://media.defense.gov/2023/Nov/14/2003340049/-1/-1/0/160504-F-BF612-047Y.JPG/160504-F-BF612-047Y.JPG') center;
   background-size: cover;
   transition: all 0.4s ease-in;
 }
 #honor .meet-block, #honor .meet-block .inner {
   height: 100%;
 }
 #honor .meet-block:hover .drawer .hidden-section {
   height: 75%;
 }
 #honor .meet-block .videos {
   margin-top: 25px;
 }
 #honor .dgov-grid h3 {
   color: #fff;
   font-size: 21px;
   margin: 0px;
 } /* MODALS */ .modal-dialog {
   width: 700px;
 }
 .modal-header {
   background: #708D81;
 }
 .modal-header h5 {
   color: #fff;
 }
 .embed-responsive-item {
   width: 100%;
 }
 .dig-image {
   background: url(/Portals/1/Spotlight/2024/bringing-home/dig.jpg);
   background-size: 100%;
   background-position: center center;
   width: 100%;
   height: 100%;
 }
 #honor .section-description {
   width: 75%;
   font-size: 23px;
 }
 /* second section */
 .full-wrap {
   background: #333;
   background-size: cover;
   background-attachment: fixed;
   padding-bottom: 6rem;
   padding-top: 4rem;
 }
 #deaths .section-title {
   color: #fff;
 }
 section .lab-block {
   background: url('https://media.defense.gov/2023/Dec/08/2003354945/-1/-1/0/191031-F-BH656-1008C.JPG/191031-F-BH656-1008C.JPG') center;
   background-size: cover;
   transition: all 0.4s ease-in;
 }
 #deaths .lined-3 p {
   color: #fff;
   width: 75%;
   font-size: 23px;
 }

 /* GLACIAR */
 #id .big-photo {
   width: 100%;
   height: 100vh;
   min-height: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 #id .big-photo-1 {
   background-image: url(https://media.defense.gov/2023/Jul/05/2003254006/1280/1280/0/230616-F-EZ530-1455W.JPG);
   background-size: cover;
   background-attachment: fixed;
 }
 #id .big-photo-1 .screen h2 {
   top: 30px;
   left: 30px;
   font-size: 146px;
   color: #2b2e3f;
   text-transform: uppercase;
   text-align: left;
   z-index: 1;
   letter-spacing: 24px;
   line-height: 1em;
 }
 #id .big-photo-1 .screen h2 span {
   font-weight: 100;
   color: #fff;
   background: #607b74c2;
   line-height: 175px;
 }
 #id .big-photo-2 {
   background-image: url(https://media.defense.gov/2023/Jul/05/2003254011/1280/1280/0/230616-F-EZ530-1123W.JPG);
   background-size: cover;
   background-attachment: fixed;
   position: relative;
   z-index: 2;
 }
 #id .big-photo-3 {
   background-image: url(https://media.defense.gov/2023/Jul/05/2003254010/1280/1280/0/230616-F-EZ530-1209W.JPG);
   background-size: cover;
   background-attachment: fixed;
 }
 #id .big-photo-4 {
   background-image: url(https://media.defense.gov/2023/Jul/05/2003254002/1280/1280/0/230616-F-EZ530-1646W.JPG);
   background-size: cover;
   background-attachment: fixed;
 }
 #id .big-photo-5 {
   background-image: url(https://media.defense.gov/2023/Jul/05/2003254002/1280/1280/0/230616-F-EZ530-1646W.JPG);
   background-size: cover;
   background-attachment: fixed;
 }
 #id .screen {
   width: 1200px;
   height: auto;
   text-align: center;
 }
 #id .screen p {
   font-size: 26px;
   text-align: center;
   z-index: 1;
   color: #fff;
   background: #607b74c2;
   padding: 25px;
   line-height: 65px;
 }
 #id .screen.darkening-screen {
   width: 100%;
   height: 100%;
   background: linear-gradient(rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.9) 100%);
   display: flex;
   flex-direction: column;
   place-items: flex-start;
 }
 .darkening-screen p {
   margin: auto;
 }
/* DNA */
#dna { overflow: hidden; display: block; position: relative; padding: 50px; margin-top: 4rem; margin-bottom: 2rem; margin-right: 40px; margin-left: 40px; border-radius: 3px; background: url(/Portals/1/Spotlight/2024/bringing-home/dnacover.png); background-size: cover; background-position: center center; } #dna #background-video { position: absolute; width: auto; height: auto; z-index: 1; top: 0; left: 0px; } #dna #content-video { position: relative; } #dna .content { position: relative; z-index: 3; width: 80%; margin: auto; text-align: center; } #dna .screen { background: linear-gradient(90deg, rgba(32,75,108,0.6) 20%, rgba(32,75,108,0.8842130602240896) 49%, rgba(32,75,108,0.6041010154061625) 80%); position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 2; transition: all 0.25s ease-out; } #dna .content { position: relative; z-index: 3; } #dna .content h2 { font-family: Oswald; color: #204b6c; text-transform: uppercase; width: fit-content; border-bottom: 1px solid #ffffff4d; padding-bottom: 5px; letter-spacing: 2px; background: #fff; padding: 10px 36px; transition: all 0.25s ease-out; font-size: 2rem; margin: auto; text-align: center; margin-bottom: 20px; } #dna .content p { color: #fff; margin: 0px; } #dna .updates-link { position: relative; } #dna .updated { font-size: 18px; font-style: italic; margin-top: 15px; margin-bottom: 0px; color: #121212; position: absolute; background: #ffeb3bd9; left: 0px; padding: 11px 40px 11px 40px; bottom: 0px; z-index: 9; width: 100%; text-align: center; background-size: cover; } a #dna:hover .screen { background: linear-gradient(90deg, #0000005c, #000000e8, #0000005c); } a #dna:hover h2 { text-decoration: none; color: #000; } #dna .updates-link:hover { text-decoration: none; } #dna .content video { position: relative; top: 0; } #dna p { padding-bottom: 30px; font-size: 24px; } 

 /***************************************************
	RESPONSIVE
***************************************************/
 /* Laptops - MD */
 @media only screen and (max-width: 1200px) {
 #id .big-photo-1 .screen h2 {
		 font-size: 80px;
		     letter-spacing: 10px;
    line-height: 1.5em;
	 }
	 
	 #id .big-photo-1 .screen h2 span {
	     display: block;
    width: fit-content;
		 line-height: 1.5em;
	 }
	 #id .screen {
		 width: 90%;
	 }
 }

 /* Tablets - SM */
 @media only screen and (max-width: 991px) {
	.lined {
   border-left: 5px solid #708D81;
   border-bottom: 0px solid #708D81;
 }
 .lined-2 {
	 border-left: 5px solid #708D81;
   border-bottom: 5px solid #708D81;
 }
 .lined-3 {
   border-left: 5px solid #708D81;
 }
	 
	 .lined-mobile {
		border-left: 5px solid #708D81; 
	 }
	 
	 section .inner {
		 min-height: 0px;
	 }
	 
	 section .block .drawer {
		 position: relative;
		 overflow: visible;
		 height: 100%;
		 place-content: baseline;
		 background: linear-gradient(rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.8) 100%);
	 }
	 
	  section .block .drawer .hidden-section {
   opacity: 1;
   height: 60%;
 }
	 
	 section .block .drawer h2 {
		 margin-bottom: 20px;
	 }
	 
	 #id .screen {
		 width: 80%;
	 }
	 
	 #id .big-photo-1 .screen h2 {
		 font-size: 50px;
		     letter-spacing: 10px;
    line-height: 1.5em;
	 }
	 
	 #id .big-photo-1 .screen h2 span {
	     display: block;
    width: fit-content;
		 line-height: 1.5em;
	 }
     
     #transportvideo {
         width: auto;
         height: 100%;
     }
     
     #dna #transportvideo {
         height: 100%;
         width: auto;
     }
	 
	 
 }
 /* Phones - XS */
 @media only screen and (max-width: 768px) {
.modal-dialog {
   width: 100%;
 }
	 
	 #deaths .lined-3 p, #honor .section-description {
		 width: 100%;
	 }
	 
	 section .dgov-grid h2.section-title {
		 padding-left: 10px;
		 margin-bottom: 0px;
	 }
	 
	 section .dgov-grid h2.section-title:before {
		 width: 15px;
	 }
	 
	 #deaths .lined-3 p, #honor .section-description {
		 margin-bottom: 0px;
		 font-size: 20px;
		 
	 }
	 
	 .dig-image {
		 min-height: 200px;
	 }
	 
	 #honor > div > div.dgov-col-md-6.wow.slideInRight > div > div:nth-child(2) > div > div > div > div > a:nth-child(2) {
		 margin-bottom: 10px;
	 }
	 
	 section .hidden-section p {
		 padding-top: 5px;
		 margin-bottom: 5px;
	 }
	 
	 #dna {
		 margin: 0px;
		 padding: 20px;
	 }
	 
	 #dna .content {
		 width: 100%;
	 }
	 
	 #dna p {
		 font-size: 20px;
	 }
	 
	 #id .big-photo-1 .screen h2 {
		 font-size: 30px;
	 }
	 
	 #id .big-photo {
		 min-height: 700px;
	 }
	 
	 #id .screen p {
		 font-size: 20px;
		 line-height: 40px;
	 }
	 
	 #id .big-photo-5 {
		 min-height: 0px;
	 }
 }