@charset "utf-8";
/* CSS Document */


/*****************   SPOTLIGHT v1.4.2024   *****************/
.social-inner div.social-link {
    margin-left: 15px;
    position: relative;
}
.adetail .acategory-skew span.separator, .adetail .acategory-skew a.term, .social-inner a.a2a_button_email, article .social a.a2a_button_email {
    display: block !important;
}
.spotlight-banner .social-inner div.social-link {
    font-size: 18px;
     border: 1px #717171 solid; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-inner a {
    position: relative;
}

.social-link:hover .more-share {
    display: block;
}
.more-share a.social-link {
    border: none;
}
.spotlight-banner .more-share a.social-link .social-link-inner, .spotlight-banner  b.copy-link-text {
     color: #333 !important; 
	display: flex;
}
.spotlight-banner .more-share a.social-link .social-link-inner span {
	margin-top: 5px;
}

#btn3 > div > a.a2a_button_email.social-link > span {
    top: 14px;
    left: 13px;
    position: absolute;
}



/*****************   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;
}