@charset "utf-8";
/* CSS Document */

/***************************************************
    RESOURCES
***************************************************/
.spotlight-resources {
	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);
	position: relative;
	margin-top: 2rem;
}
.spotlight-resources:before {
	border-width: 0 100vw 0 0;
	content: '';
	display: none;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	bottom: calc(100% - 1px);
	border-bottom-width: 5vw;
	border-bottom-color: rgb(235, 235, 235);
}



.spotlight-resources .content-wrap-wide {
	padding-bottom: 6rem;
	padding-top: 2rem;
}
.menu .btn {
	background: #fff;
	border-radius: 0px;
	margin-left: -2px;
	margin-right: -2px;
	transition: all 0.25s;
}
.menu .btn:hover {
	background: #a8a8a8;
}
.btn.active:hover {
	background: rgb(37,66,103);
	background: -moz-linear-gradient(top, rgba(37,66,103,1) 0%, rgba(53,94,147,1) 50%);
	background: -webkit-linear-gradient(top, rgba(37,66,103,1) 0%, rgba(53,94,147,1) 50%);
	background: linear-gradient(to bottom, rgba(37,66,103,1) 0%, rgba(53,94,147,1) 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254267', endColorstr='#355e93', GradientType=0 );
}
.menu > a:nth-child(1) {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.menu > a:nth-child(5) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.btn.active {
	background: rgb(37,66,103);
	background: -moz-linear-gradient(top, rgba(37,66,103,1) 0%, rgba(53,94,147,1) 50%);
	background: -webkit-linear-gradient(top, rgba(37,66,103,1) 0%, rgba(53,94,147,1) 50%);
	background: linear-gradient(to bottom, rgba(37,66,103,1) 0%, rgba(53,94,147,1) 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254267', endColorstr='#355e93', GradientType=0 );
	position: relative;
	color: #fff !important;
}
.btn.active:after {
	content: "";
	z-index: 9999999999;
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #355e93;
	bottom: -20px;
	left: calc(50% - 20px);
}
.item-cont {
	background: #fff;
	border-radius: 3px;
	margin-top: 40px;
	padding: 35px;
}
.sorted {
	margin-bottom: 35px;
}
.sorted p {
	color: #355e93;
	text-transform: uppercase;
	margin: 0px;
	font-size: 18px;
}
.sorted h3 {
	font-size: 1.5rem;
}

/************ SOCIAL MEDIA *************/
.updated {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    z-index: 9;
    color: #A3A3A3 !important;
    margin: 0px;
    font-style: italic;
}
.spotlight-banner-content .title {
    font-weight: 100;
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 2.5rem;
}
.social-top {
    display: inline-block;
    margin-top: 20px;
}
.social-top .btn {
    display: inline-flex;
        margin-top: -2px;
    margin-bottom: 0px;
    margin-left: 15px;
    border: 1px solid rgb(128, 128, 128);
    padding: 11px 20px;
}
.social-inner {
    display: inline-flex;
    font-size: 1.4rem;
}
.social-inner a {
    width: 35px;
    height: 35px;
    font-size: 18px;
}
.search .item .social-inner a {
    width: 35px;
    height: 35px;
    font-size: 18px;
}
@media (max-width: 768px) {
    .search .item .social-inner a {
        width: 50px;
        height: 50px;
    }
}
.social-inner a, .social-inner a:link {
    color: rgb(128, 128, 128);
    text-decoration: none
}
.social-inner a {
    border: 1px #717171 solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}
.feature-grid-5 .social-inner a {
    width: 35px;
    height: 35px;
}
.social-inner a.addthis_button_facebook {
    margin-right: 15px
}
.social-inner a.addthis_button_facebook:hover span {
    color: #fff;
}
.social-inner a.addthis_button_facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}
.social-inner a.addthis_button_facebook {
    transition: all .2s ease-in;
}
.social-inner a.addthis_button_twitter:hover span {
    color: #fff;
}
.social-inner a.addthis_button_twitter:hover {
    background-color: #00aced;
    border-color: #00aced;
}
.social-inner a.addthis_button_twitter {
    padding-top: 2px;
    transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover span {
    color: #fff;
    transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover {
    background-color: #DD4B39;
    border-color: #DD4B39;
}
.social-inner a.addthis_button_email {
    margin-left: 15px;
    font-size: .9rem;
    transition: all .2s ease-in;
}
/********* BANNER **********/
.spotlight-banner {
    background: url(/publicmedia/2019/May/17/2002133046/900/510/0/190515-Z-AL508-1131.JPG);
    background-size: cover;
    background-position: center center;
    position: relative
}
.screen {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
}
.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: 3.3rem;
    line-height: 3.3rem;
}
.spotlight-banner .title span {
	display: block;
    font-size: 0.45em;
    font-weight: bold;
    letter-spacing: 13px;
}
.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-content {
    padding-top: 6rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 3;
    text-align: center;
}
.spotlight-banner .blurb {
    max-width: 75%;
    margin: auto;
}
.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: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.spotlight-chevron-down {
    width: 80px;
    height: 80px;
    background: rgba(235, 235, 235, 1);
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: calc(50% - 40px);
    border-radius: 100%;
}
.spotlight-chevron-down img {
    padding: 20px;
}
/* GRAPHIC TOP */

.infographic .img a {
    opacity: 1;
}


.warp-logo {
	width: 75%;
	margin: auto;
	display: block;
}

.content-wrap a {
    color: #355e93;
    opacity: .8;
    transition: all .2s;
}
.content-wrap a:hover {
    opacity: 1;
}
#content-pane-wrap {
    background: linear-gradient(0deg, rgba(12, 12, 12, .9) 0%, rgba(33, 33, 33, .8) 50%, rgba(33, 33, 33, 1) 100%), url(https://media.defense.gov/2020/Apr/21/2002285330/-1/-1/1/200421-D-EX074-002.JPG);
    background-size: cover;
    background-position: center center;
box-shadow:  inset 0px 0px 70px rgba(0,0,0,0.9);
	padding: 3rem 0;
}

.line-box {
	border: 2px solid #fff;
	background: rgba(255,255,255,0.1);
	border-radius: 3px;
	color: #fff;
	padding: 20px;
}

.line-box p {
	margin: 0px;
}

.infographic {
	border: 2px solid #fff;
		background: rgba(255,255,255,0.1);

	border-radius: 3px;
	overflow:hidden;
}

.infographic .title {
	padding: 20px;
}

.infographic .center {
	text-align: center;
}

.infographic .center h2 {
	display:inline-block;
}

.infographic.second {
	margin-top: 30px;
}

.infographic .title h2 {
	color: #fff;
	    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
		background: linear-gradient(-42deg, rgba(51,122,183,0.5) 0%, rgba(51,122,183,0.5) 100%);
	margin: 0px;
	padding: 5px;


}

.infographic .title .small-text {
font-size: 14px;
    z-index: 9;
    color: #fff;
    margin: 0px;
    font-style: italic;
    font-family: "Lato";
    text-transform: none;
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.infographic .img {
	margin: 0px 20px 20px 20px;
}

.infographic .img img {
	width: 100%;
}

.social-inner {
	display: inline-flex !important;
}


.news-box {
		margin: 0px 20px 20px 20px;

}

.news-box a{
	 color: #fff;
}

/* SLIDER */

.title.center.feature h2 {
	color: #fff;
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    margin: 0px;
    padding: 5px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 100;
}

/* GRID */
.DnnModule-3574 {
	padding: 2rem 0rem;
}

#content-pane-wrap2 .card {
background: rgb(29,29,29);
    padding: 1rem;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	position: relative;
	min-height: 300px;
	overflow: hidden;
}

#content-pane-wrap2 .card * {
	
	color: #fff !important;
}

.card .right-image {
	    position: absolute;
    top: 0px;
    right: 0px;
    width: 70%;
	height: 100%;
	transform: scale(1.0);
	transition: .27s all;
	background-repeat: no-repeat;
}

.card .poster-outer {
	min-height: 250px;
	position: relative;
}

.card .poster-outer .image {
width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.card .separator {
	border-right: 2px solid #fff;
}

.card a.content-type {
	display: inline-block;
}

.card .info-text {
	margin-top: 20px;
}

.card span.content-type {
margin: 0 0 3px;	
}

.content-wrap .card a {
	opacity: 1;
}

.card .left-text {
	z-index: 9;
	position: relative;
}

#dnn_ctr3574_Dashboard_ph .dgov-col-md-4 {
	position: relative;
	
}

#dnn_ctr3574_Dashboard_ph .dgov-col-md-4 .card {
	position: relative;
    height: 100%;
}

#content-grid a:hover {
	text-decoration: none;
}

#content-grid a:hover .right-image {
	transform: scale(1.2);
}

#content-grid a.story-title:hover {
	text-decoration: underline;
}
.story-title {
	font-size: 20px;
}

.card .right-image.bottom {
	
    top: auto;
    bottom: 0;
    height: 70%;
    width: 100%;
}

.btn-primary, .btn-primary:visited {
	opacity: 1 !important;
}

.card .separator {
	margin: 0px 0px 0px 2px;
}

.btn-primary.btn-sm, .btn-primary.btn-sm:visited {
	color: #fff !important;
}

/* SLIDER */

.tl-slider .bolded { font-weight: 600; text-align: center; background-color: #BF942E80; } /* TIMELINE */ #section-timeline { padding: 2rem 0rem; background-image: linear-gradient(to bottom, rgba(37,66,103,0.9), rgba(37,66,103,0.9) 60%), url(https://media.defense.gov/2020/Aug/04/2002470310/-1/-1/0/200731-Z-OL711-1006A.JPG); background-position: center; background-size: cover; background-repeat: no-repeat; } #section-timeline .pull-title { margin-bottom: 0; } #section-timeline .section-title { margin-bottom: 1rem; padding: 0 15px; } #section-timeline .scroll-text { display: none; text-align: center; font-size: 17px; color: rgb(37,66,103); padding: 0 15px; margin: 0 0 2rem; } .timeline-blurb { margin: 0 auto 3rem; max-width: 680px; text-align: center; padding: 0 15px; } #section-timeline .tl-slider { position: relative; } #section-timeline .slick-list { width: 85%; margin: auto; } #section-timeline .tl-card p.bolded { font-size: 20px; } #section-timeline .tl-slider i { position: absolute; top: calc(50% - 30px); font-size: 3rem; transition: all .15s; } #section-timeline .tl-slider i.slick-disabled { display: none; } #section-timeline .tl-slider i:hover { cursor: pointer; color: #FFF; } #section-timeline .tl-slider .fa-chevron-left { left: 0px; } #section-timeline .tl-slider .fa-chevron-right { right: 0px; } #section-timeline .slick-list { position: relative; } #section-timeline .tl-item { position: relative; } #section-timeline .tl-outline { padding: 10px 20px; margin-left: -2px; margin-right: -2px; } #section-timeline .tl-card { min-height: 200px; position: relative; overflow: hidden; } #section-timeline .tl-card .inner { padding: 30px; position: absolute; top: 50%; transform: translate(0, -50%); } #section-timeline .tl-card p { color: #FFF; font-size: 20px; margin: 0 0 15px; } #section-timeline .tl-card p:last-child { margin: 0px; } #section-timeline .tl-card p a { float: right; margin-bottom: 25px; } #section-timeline i { color: #fff; opacity: .6; } #section-timeline i:hover { opacity: 1; } #section-timeline i.slick-disabled { opacity: 0.1; } #section-timeline i.slick-disabled:hover { opacity: 0.1; } .slick-dots { position: absolute; bottom: 20px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; } .slick-dots li { position: relative; display: inline-block; height: 10px; width: 10px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { border: 0; background: transparent; display: block; height: 10px; width: 10px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { background: #fff; opacity: 0.75; border-radius: 50%; position: absolute; top: 0; left: 0; content: "•"; height: 10px; width: 10px; font-family: "slick"; font-size: 6px; line-height: 5px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { color: black; opacity: 0.75; } /****RESPONSIVE****/ @media only screen and (max-width: 991px) { .objectives .constrain div p { text-align: center; max-width: 500px; margin: auto; margin-top: 10px; margin-bottom: 20px; position: relative; } #section-timeline .tl-card h3 { display: block; margin: auto; text-align: center; background-color: rgb(37,66,103); color: #fff; font-size: 1.6rem; font-family: 'Oswald'; font-weight: 300; padding: 8px 19px 10px; border-radius: 5px; border: none; width: 100%; margin-bottom: 5px; } #section-timeline .tl-outline { padding: 20px; } #section-timeline .tl-outline:before { width: 10px; } #section-timeline .tl-outline:after { left: 6px; } #section-timeline .slick-slide:nth-child(1) .tl-outline:before { width: 10px; } } @media screen and (max-width: 567px) { #section-timeline { padding: 2rem 1rem; } #section-timeline .tl-outline { padding: 20px 0; } #section-timeline .tl-card { min-height: 400px; } #section-timeline .tl-card .inner { padding: 30px 10px; } } @media screen and (max-width: 390px) { #section-timeline .tl-card { min-height: 430px; } } 


/* UPDATED */

#updates { background-image: linear-gradient(155deg, rgb(29,29,29) 30%, #177779); padding: 2rem; } #updates h2 { color: #fff; font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; text-transform: uppercase; margin: 0px; padding: 5px 5px 2rem; text-align: center; letter-spacing: 5px; font-weight: 100; } .updates-box { background-color: rgba(0,0,0,.6); text-align: center; height: 120px; position: relative; border: 1px solid #fff; border-radius: 3px; } .updates-box h3 { color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 30px; } .spotlight-block { max-width: 600px; margin: 0rem auto 0; border-radius: 3px; padding: 25px 30px; background: rgba(255, 255, 255, 1); border-bottom: 10px solid #355e93; } .spotlight-block .text-center { font-style: italic; margin-bottom: 0px; } .spotlight-card h3 { font-weight: 600; font-size: 42px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #000; } .spotlight-block .btn { color: #fff !important; } 

.spotlight-banner .blurb {
    
    margin: auto;
    font-size: 18px;
    line-height: 1.8em;
    max-width: 800px;
    padding-bottom: 20px;
}
.content li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
	   
	line-height: 1.5em;
}
.date { font-weight: 600;}
#button {
  display: inline-block;
  background-color:  #254267;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button i {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
	text-decoration: none !important;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
	
	
.block h2 {
    text-align: center;
    margin-bottom: 15px;
    font-family: oswald;
    text-transform: uppercase;
    font-size: 30px;
}
.block .sep {
    height: 1px;
    width: 100%;
    background: grey;
    margin-top: 5px;
    margin-bottom: 15px;
}
.block .dgov-col-md-12:first-child .sep {
    margin-bottom: 10px;
}
.block p {
    margin: 10px;
    color: #121212;
    font-size: 17px;
}

.top-bar {
    color: #fff;
    padding: .5rem 1rem;
}
.top-bar {
   /* background: #906F23;*/
	background: #121212;
}
.fed .top-bar {
   /* background: #1b8157;*/
	background: #121212;
}
.dod .top-bar {
   /*  background: #355e93;*/
	background: #121212;
}
.virus .top-bar {
   /*  background: #be4238;*/
	background: #121212;
}
/* ---- button ---- */


.blk-btn {

    color: #121212;
	border: 2px solid #121212;
	background: #fff;
}
.blk-btn:hover, .blk-btn.is-checked {
    color: #fff;
	border: 2px solid #121212;
	background: #121212;
}
.dod-btn {

    color: #355e93;
	border: 2px solid #355e93;
	background: #fff;
}
.dod-btn:hover, .dod-btn.is-checked {
    color: #fff;
	border: 2px solid #355e93;
	background: #355e93;
}	
	
.fed-btn {
    color: #1b8157;
	border: 2px solid #1b8157;
	background: #fff;
}
.fed-btn:hover, .fed-btn.is-checked {
    color: #fff;
	border: 2px solid #1b8157;
	background: #1b8157;
}		
	
.virus-btn {
    color: #be4238;
	border: 2px solid #be4238;
	background: #fff;
}
.virus-btn:hover, .virus-btn.is-checked {
    color: #fff;
	border: 2px solid #be4238;
	background: #be4238;
}		
	
.ows-btn {
    color: #906F23;
	border: 2px solid #906F23;
	background: #fff;
}
.ows-btn:hover, .ows-btn.is-checked {
    color: #fff;
	border: 2px solid #906F23;
	background: #906F23;
}	
	
	.norm {
    color:#254267;
	border: 2px solid #254267;
	background: #fff;
}
	.norm:hover, .norm.is-checked {
    color: #fff;
	border: 2px solid #254267;
	background: #254267;
}	
	
.btn {
    margin: 5px;
    font-size: 18px;
    padding: .7em 2em;
}
.block .btn {
    margin: 0px;
    width: 100%;
    font-size: 15px;
}
.block .dgov-grid {
    margin: 0px;
}
.block .dgov-col-lg-6 {
    padding: 5px;
}
.block .dgov-col-md-12 {
    padding: 5px;
}
/* ---- button-group ---- */
	
.timebtn-group {
    border: 1px solid #fff;
    padding-left: 20px;
    padding-top: 20px;
    background: #fff;
    padding: 11px;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-top: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.iso-grid {
    border-left: 3px solid #fff;
}
.timebtn-group:after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -41px;
    width: 249px;
    height: 3px;
    background: #fff;
    z-index: 9;
}
.timebtn-group:before {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    width: 3px;
    height: 40px;
    background-color: #fff;
    bottom: -40px;
    z-index: 9;
}
/* ---- isotope ---- */
.grid {
    border: 1px solid #fff;
} /* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}
/********************* TIMELINE **********************/
	

.cat {
    float: right;
	display: none;
}
.item {
    padding-top: 1.5rem;
    width: 100%;
    position: relative;
    left: -12px !important;
    padding-bottom: 0px;
}

.item:last-child {
	padding-bottom: 1.5rem;
}
.coronavirus-timeline {
    background: url(/Portals/1/Spotlight/2022/ukraine/Ukraine_map_lg2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.coronavirus-timeline .cont-screen {
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 3px solid #fff;
    background-attachment: fixed;
    position: relative;
}

.card {
    background: rgb(24 24 24 / 63%);
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    width: 100%;
    color: #fff;
}
.left {
    margin-right: 20px;
}
.right {
    margin-left: 20px;
}
.content {
    padding: 1rem;
}
.item .card:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 102px;
    z-index: 9;
    border-radius: 50%;
}
.item .card:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 1rem;
    height: 3px;
    background-color: #fff;
    top: 110px;
    z-index: 9;
}
.spotlight-block {
    border: 5px solid #fff;
    max-width: 600px;
    margin: auto;
    margin-top: -15px;
    border-radius: 3px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
}
.spotlight-block > p {
    font-style: italic;
    margin-bottom: 0px;
}
.spotlight-card h2 {
    font-weight: 600;
    font-size: 42px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.source {
    color: #333;
    text-align: right;
    margin: 0px;
    font-size: 15px;
	display: none;
}
.source a {
    color: #355e93;
}
.line {
    background: #ccc;
    height: 1px;
}
.content a {
    color: #355e93;
}
.content p {
    margin-bottom: 5px;
	
}
.item {
    padding-left: 2rem;
}
.spotlight-footer {
    height: 5px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}
.spotlight-banner-seperator {
    height: 3px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
/* GROUP LOGIC */
.group .item {
    padding-top: 0px;
    padding-bottom: 0px;
}
.group .item .card {
    border-radius: 0px;
}
.group .item:last-child .card {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.group .item:first-child .card {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.group .item:last-child {
    padding-bottom: 5px;
}
.group .item:first-child {
    padding-top: 2rem;
}
.group .item .card:before {
    display: none;
}
.group .item .card:after {
    display: none;
}
.group .item:first-child .card:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 102px;
    z-index: 9;
    border-radius: 50%;
    display: block;
}
.group .item:first-child .card:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 1rem;
    height: 3px;
    background-color: #fff;
    top: 110px;
    z-index: 9;
    display: block;
}
	
	
#content-pane-wrap {
background: none !important;
box-shadow: none !important;
padding: 0px !important;
}

.content-wrap a {
opacity: 1 !important;
}

/* MOBILE NAV */
	
		#cd-nav {
			position: relative;
			z-index: 99999999;
			display: none;
		}
		
#cd-nav ul {
    position: fixed;
    width: 100%;
    /* max-width: 400px; */
    right: 0px;
    bottom: 0px;
    border-radius: 0.25em;
    /* box-shadow: 0 0 10px rgb(232 74 100 / 40%); */
    visibility: hidden;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
}
#cd-nav ul li {
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	padding: 10px;
	padding-top: 0px;
}
#cd-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
    padding: 10px 15px;
    margin-bottom: 43px;

}
#cd-nav ul.is-visible li:nth-child(1) {
  /* list items animation */
  -webkit-animation: cd-slide-in 0.2s;
  -moz-animation: cd-slide-in 0.2s;
  animation: cd-slide-in 0.2s;
	padding-top: 10px;
}
#cd-nav ul.is-visible li:nth-child(2) {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
#cd-nav ul.is-visible li:nth-child(3) {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}
#cd-nav ul.is-visible li:nth-child(4) {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}
#cd-nav ul.is-visible li:nth-child(5) {
  -webkit-animation: cd-slide-in 0.6s;
  -moz-animation: cd-slide-in 0.6s;
  animation: cd-slide-in 0.6s;
}

#cd-nav li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 1170px) {
  #cd-nav ul {
    /* the navigation moves to the top */
    position: absolute;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    background: transparent;
    visibility: visible;
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  #cd-nav li {
    display: inline-block;
  }
  #cd-nav li button {
    opacity: 1;
    padding: .4em;
    margin-left: 1.6em;
    border-bottom: none;
  }
  #cd-nav li button:hover {
    color: #00bd9b;
  }
  #cd-nav.is-fixed ul {
    /* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
    position: fixed;
    width: 90%;
    max-width: 400px;
    bottom: 20px;
    top: auto;
    background: white;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  #cd-nav.is-fixed ul li {
    display: block;
  }
  #cd-nav.is-fixed ul li button {
    padding: 1.6em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6;
  }
  #cd-nav ul.has-transitions {
    /* this class is used to bring back transitions when the navigation moves at the bottom right */
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  #cd-nav ul.is-visible {
    /* this class is used to bring back the navigation animation - as on touch devices */
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;

  }
  #cd-nav ul.is-hidden {
    /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
}
		
	
		

.cd-nav-trigger {
position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 65px;
    background: rgba(0,0,0,0.8);
    border-radius: 0.25em;
    box-shadow: 0 0 10px rgb(232 74 100 / 40%);
    overflow: hidden;
    z-index: 2;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
}
		
		.cd-nav-trigger span {
	color: #fff;
    font-family: 'Oswald';
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
			position: relative;
			top: 10px;
			opacity: 1;
			 transition: all 0.25s ease-in;
		}
		
		.cd-nav-trigger .fa-times {
		position: absolute;
  
    right: 30px;
    top: 10px;
    opacity: 0;
    transition: all 0.25s ease-in;
    color: #fff;
    font-size: 2rem;
		}
		
.cd-nav-trigger .fa-filter {
opacity: 1;
    transition: all 0.25s ease-in;
    top: 7px;
    left: 5px;
    position: relative;
    font-size: 17px;
		}
		
		.cd-nav-trigger.menu-is-open .fa-filter {
			opacity: 0;
		}
		
		.cd-nav-trigger.menu-is-open span {
			opacity: 0;
		}
		
		.cd-nav-trigger.menu-is-open .fa-times {
			opacity: 1;
		}
		
.cd-nav-trigger.menu-is-open {
  box-shadow: none;
}
.cd-nav-trigger.menu-is-open span {
	
}

@media only screen and (min-width: 1170px) {
	
	
  .cd-nav-trigger {
    /* the the menu triger is hidden by default on desktop devices */
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  .is-fixed .cd-nav-trigger {
    visibility: visible;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cd-bounce-in 0.3s linear;
    -moz-animation: cd-bounce-in 0.3s linear;
    animation: cd-bounce-in 0.3s linear;
  }
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0);
  }

  60% {
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
		@media (max-width: 1429px) {
		.timebtn-group:after, .timebtn-group:before {
			display: none;
		}
			
		}
	
		@media (max-width: 991px) {
			
			.block .btn {
  
    padding: 11px 20px;
    font-size: 18px;
			}
			
			#button {
				bottom: 80px;
			}
			
				.mobile-pad {
		padding-top: 0px !important;
					padding-bottom: 0px !important;
	}
		#cd-nav {
			display: block;
		}
			
			.filters-button-group.timebtn-group {
				display: none;
			}
			
			
	}

/* Phones - XS */
@media only screen and (max-width: 768px) {
	
	.spotlight-banner .title span {
		    line-height: normal;
    letter-spacing: 3px;
	}
	
	.spotlight-banner-content {
		padding-top: 7rem;
		padding-bottom: 2rem;
	}

	.card .right-image {

	transform: none;
		width: 100%;
}
	
	#content-pane-wrap2 .card {
		min-height: 200px;
	}

.social-top a.btn {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
}
	#updates {
		padding: 0px;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.mobile-logo  img{
width: 25% !important;
}
	
	.social-top {
		margin-top: 0px;
	}
	
	
}

@media only screen and (max-width: 500px) { 
	
	.spotlight-banner .title {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	
	.mobile-logo  img{
width: 40% !important;
}
}

.dgov-hidden-sm-up {
		background-color: #fff !important;
    border-radius: 5px;
    margin-top: 20px;
    bottom: -5px;
}

@media (min-width: 992px) {
.dgov-hidden-sm-up {
    display: none;

}
}

	