/* rebrand styles */

.homepage-spotlights {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      height: 43.75rem;
      max-height: 100vh;
}

.spotlight-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    flex: 0 0 50%;
    text-decoration: none;
}

.spotlight-item:first-child {
    flex: 0 0 100%;
}

.spotlight-caption {
    background-color: rgba(0,0,0,0.75);
    padding: 1rem 1.3rem 1.25rem 1.25rem;
}

.spotlight-caption h1 {
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: .4rem;
    color: #fff;
}

.spotlight-caption h1:hover {
    text-decoration: underline;
}

.spotlight-caption p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}

.spotlight-item span.Leaving {
    display: none;
}

#homepage-audiences {
    background-color: #f4f4f4;
    padding: 8rem 0 5rem;
}

#homepage-audiences .grid-row:first-child {
    margin-bottom: 2.5rem;
}

#homepage-audiences .tablet\:grid-col-4 { /* move this into responsive tablet and up */
    width: calc(33% - 1.5rem);
}

.grid-row .featured-audience:first-child {
    margin-right: 2rem;
}

.grid-row .featured-audience:last-child {
    margin-left: 2rem;
}

.featured-audience {
    background-color: #fff;
    padding: 0 1rem 2.5rem 2rem;
}

.featured-audience h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.featured-audience h2 a,
.featured-audience h2 a:visited {
    color: #1b1b1b;
    text-decoration: none;
}

.featured-audience h2 a:hover {
    text-decoration: underline;
}


.featured-audience ul {
    list-style: none;
    padding-left: 1rem;
    margin: 1.5rem 0;
}

.featured-audience ul li {
    line-height: 1.75rem;
}

.featured-audience ul li::before {
  content: "\2022";  
  font-size: 1.75rem;
  color: #8f8f8f; 
  display: inline-block; 
  width: 1rem; 
  margin-left: -1rem;
  vertical-align: middle;
}

.featured-audience ul li a {
    color: #0062d2;
}

.audience-link {
    font-size: .875rem;
    margin-bottom: 0;
    text-decoration: none;
    position: absolute;
    right: 1rem;
    bottom: 0.75rem;
    color: #727477;
    text-transform: uppercase;
}

.audience-link:hover {
    text-decoration: underline;
}

.audience-avatar {
    margin: 0 auto;
    display: block;
    margin-top: -3rem;
    margin-bottom: 1rem;
}

.featured-audience i {
    margin-left: .25rem;
    vertical-align: text-bottom;
}

.news-feeds {
    padding: 2.5rem 0;
}

.grid-row.grid-gap-8 {
    margin-left: -2rem;
    margin-right: -2rem;
}

.grid-row.grid-gap-8>* {
    padding-left: 2rem;
    padding-right: 2rem;
}

.news-feeds h2 {
    font-size: 1.25rem;
    font-family: 'Public Sans', sans-serif;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.news-feeds h2 a {
	text-decoration: none;
	color: #1b1b1b;
}

.news-feeds h2 a:hover {
	text-decoration: underline;
}

.news-entry {
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    max-width: 100%;
    word-break: break-word;
}

.news-entry__date {
    border: 2px solid #527794;
    width: 6.875rem;
    text-align: center;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
}

.news-entry__date .month {
    background-color: #527794;
    color: #fff;
    padding: .875rem 0;
}

.news-entry__date .day {
    color: #527794;
    padding: .875rem 0;
}

.news-entry__title a {
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: bold;
    font-family: source-serif-pro,Georgia,Cambria,Times New Roman,Times,serif;
}

.news-entry__title a:hover {
    text-decoration: underline;
}

.news-entry__text {
    line-height: 1.625rem;
    margin-bottom: 0;
}

.news-feeds .more {
    margin-top: 2rem;
}

.homepage-faqs  .usa-form {
    margin: 2rem 0 2.5rem;
}

.homepage-faqs .usa-fieldset {
    padding: 1rem 0;
}

.homepage-faqs legend,
.homepage-faqs h3 {
    font-size: 1.1rem;
    font-weight: bold;
    font-family: source-serif-pro,Georgia,Cambria,Times New Roman,Times,serif;
}

.homepage-faqs .btnHomeFAQs {
    color: #fff;
    padding: .5rem 1.5rem;
    background-color: #527794;
    text-decoration: none;
    display: inline-block;
    margin-top: .5rem;
}

.homepage-faqs .btnHomeFAQs:hover {
    text-decoration: underline;
    color: #fff;
}

.homepage-faqs .btnHomeFAQs:visited {
    color: #fff;
}

.trending-topics {
    list-style: none;
    padding-left: 0;
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.15rem .75rem;
}

.trending-topics a {
    color: #171717;
    text-decoration: none;
    border: 1px solid #aaa;
    padding: .4rem 1rem;
    display: inline-block;
    font-size: .95rem;
    border-radius: 5px;
}

.trending-topics a:hover {
    color: #fff;
    border: 1px solid #527794;
    background-color: #527794;
}

@media (max-width: 1024px) {
    main .spotlight-item h1 {
        color: #fff;
    }
}

@media (max-width: 60rem) {
	.homepage-spotlights {
		flex-direction: row;
		height: 60rem;
		max-height: 60rem;
	}
	.spotlight-item {
		flex: 0 0 100%;
	}
	
	#homepage-audiences .grid-row {
		flex-direction: column;
	}
	
	#homepage-audiences .grid-row > * {
		margin: 0 auto 2rem auto;
		width: 80%;
	}
	
	#homepage-audiences .grid-row:first-child {
		margin-bottom: 0;
	}
}

@media (max-width: 37rem) {
	.homepage-spotlights h1 {
	    font-size: 1.4rem;
	    line-height: 2rem;
	}
	
	section:not(.landing-hero) h1 {
    color: #ffffff;
    font-size: 1.5em;
    line-height: 2rem;
}

.spotlight-caption h1 {
    margin-bottom: 0;
}

.spotlight-caption p {
    font-size: 1.2rem;
}
	
	#homepage-audiences {
		padding: 3rem 0;
	}
	
	.audience-avatar {
		display: block;
		position: unset;
		width: 8rem;
		margin: -70px auto 1rem auto;
	}
	.featured-audience {
		padding: 2rem 2.5rem;
	}
	
	#homepage-audiences .grid-row > * {
		width: 90%;
		margin-top: 30px;
	}
    .featured-audience h2 {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 10px;
    }
	
	.featured-audience ul li {
        line-height: 2rem;
        font-size: 1.2rem;
    }
	
	.news-entry__date {
        width: 5rem;
    }
	
.news-entry__date .month {
    padding: 0.5rem 0;
}
.news-entry__date .day {
    padding: 0.5rem 0;
}
	
}

/****************************************************************** legacy styles */

#HomepageUpperContainer {
	text-align: left;
	background-image: url(../../img/home/Homepage_bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 0px 0px 30px;
}

#HomepageSections {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

#HomepageLowerContainer {
	background-color: #ffffff;
	/*background-image: url(../../img/home/Homepage_lower_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;*/
}

.homeAlert {
	background-color: #e1f3f8;
	margin: -24px 0 24px 0;
	padding-top: 4px;
}

.homeAlert > .AlertBanner {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
	background-size: 60px;
	background-color: #e1f3f8;
	background-image: url(../../img/home/info.svg);
	background-position: left 27px;
}

.homeAlert > .AlertBanner > h2 {
	padding: 0;
	font-size: 2.2em;
	color: #212121;
	font-weight: 700;
	margin-left: 50px;
}

.homeAlert > .AlertBanner > p {
	font-size: 16px;
	margin-left: 50px;
}
.homeAlert > .AlertBanner > p > a:visited {
	color: #006fb5;
}

#AudienceSelector {
	float: left;
	list-style-type: none;
	height: 185px;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	padding-top: 13px;
	background: url('/img/Home/audience_divider.png') no-repeat 215px 5px;
}
#AudienceSelector li {
	height: 28px;
	width: 225px;
}
#AudienceSelector li a:active,
#AudienceSelector li a:link,
#AudienceSelector li a:hover,
#AudienceSelector li a:visited {
	outline: none;
}
		
#AudienceSelector li a {
	display: block;
	padding: 7px 0px 0px 15px;
	height: 20px;
	color: #2E2E2E;
	font-size: 1.1em;
	letter-spacing: .0em;
	text-transform: uppercase;
	font-weight: bold;
}
		
#AudienceSelector li a:hover {
	background: url('/img/Home/audience_hover.png') no-repeat;
	text-decoration: none;
	color: #FFF;
}
		
#AudienceSelector li a.current {
	background: url('/img/Home/audience_selected.png') no-repeat;
	color: #FFF;
}
		
.audienceSlides {
	overflow: auto;
	width: 725px;
	height: 165px;
	padding-top: 25px;
	display: none;
}
.audienceSlide {
	float: left;
	width: 215px;
	margin: 0px 40px 0px 0px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.45em;
}
.audienceSlide h3 {
	padding: 62px 0px 5px 0px;   
	line-height: 1.2em;
	height: 25px;
}
.audienceSlide3 {
	margin: 0px;
}
#JobSeekers .audienceSlide1 {
	background: url('/img/Home/audiences/jobseekers_usajobs.png') no-repeat center top;
}
#JobSeekers .audienceSlide2 {
	background: url('/img/Home/audiences/jobseekers_students.png') no-repeat center top;
}
#JobSeekers .audienceSlide3 {
	background: url('/img/Home/audiences/jobseekers_faqs.png') no-repeat center top;
}
#HomepageSections > div.current {
	display: block;   
}
#FederalEmployees .audienceSlide1 {
	background: url('/img/Home/audiences/fed_telework.png') no-repeat center top;
}
#FederalEmployees .audienceSlide2 {
	background: url('/img/Home/audiences/fed_careerdevelopment.png') no-repeat center top;
}
#FederalEmployees .audienceSlide3 {
	background: url('/img/Home/audiences/fed_insurance.png') no-repeat center top;
}
#RetireesFamilies .audienceSlide1 {
	background: url('/img/Home/audiences/retirees_benefits.png') no-repeat center top;
}
#RetireesFamilies .audienceSlide2 {
	background: url('/img/Home/audiences/retirees_online.png') no-repeat center top;
}
#RetireesFamilies .audienceSlide3 {
	background: url('/img/Home/audiences/retirees_faqs.png') no-repeat center top;
}
#HRPractitioners .audienceSlide1 {
	background: url('/img/Home/audiences/hr_management.png') no-repeat center top;
}
#HRPractitioners .audienceSlide2 {
	background: url('/img/Home/audiences/all_hiringauthority.png') no-repeat center top;
}
#HRPractitioners .audienceSlide3 {
	background: url('/img/Home/audiences/hr_classifications.png') no-repeat center top;
}
#Veterans .audienceSlide1 {
	background: url('/img/Home/audiences/veterans_fhv.png') no-repeat center top;
}
#Veterans .audienceSlide2 {
	background: url('/img/Home/audiences/all_hiringauthority.png') no-repeat center top;
}
#Veterans .audienceSlide3 {
	background: url('/img/Home/audiences/veterans_faqs.png') no-repeat center top;
}
#Disabilities .audienceSlide1 {
	background: url('/img/Home/audiences/all_hiringauthority.png') no-repeat center top;
}
#Disabilities .audienceSlide2 {
	background: url('/img/Home/audiences/jobseekers_usajobs.png') no-repeat center top;
}
#Disabilities .audienceSlide3 {
	background: url('/img/Home/audiences/disabilities_programcoordinators.png') no-repeat center top;
}
/* Main content */

#MidBody_Container {
	width: 980px;
	margin: 0px auto 30px auto;
	padding-top: 30px;
	overflow: hidden;
}

#MidBody_Blog {
	width: 460px;
	text-align: left;
	float: left;
}

#MidBody_Links {
	width: 460px;
	text-align: left;
	float: right;
}

#MidBody_Container h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #b7b6b6;
	margin-bottom: 20px;
	padding-top: 5px;
}

#MidBody_Blog .rss_icon {
	margin-left: 5px;	
}

#MidBody_Blog .Blog_Entry {
	
}

#MidBody_Blog .Blog_Date {
	width: 70px;
	height: 70px;
	background: url(../../img/global/circle_70_gray.png) no-repeat;
	font-size: 1.4em;
	letter-spacing: .15em;
	color: #707070;
	text-align: center;
	float: left;
	margin-right: 20px;
	padding-top: 15px;
	text-transform: uppercase;
}

#MidBody_Blog .Blog_Date span {
	font-size: 1.8em;
	letter-spacing: 0em;
	display: block;
	margin-top: -2px;
}

#MidBody_Blog .Blog_Title {
	padding-top: .2em;
}

#MidBody_Blog .Blog_Title a {
	width: 370px;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;	
	color: #000;
}

#MidBody_Blog .Blog_Title a:hover {
	color: #006fb5;
}


#MidBody_Blog .Blog_Text {
	width: 370px;
	margin: 12px 0px 25px 90px;
}

.SecondarySpotlight_Wrapper {
	background: url(../../img/global/hr_short.jpg) no-repeat bottom right;
	margin: 10px 0px 20px 0px;
}

#MidBody_Links .SecondarySpotlight_Container_Outer {
	width: 464px;
	height: 167px;
}

#MidBody_Links .SecondarySpotlight_Container {
	
}

#MidBody_Links .SecondarySpotlight_Image {
	width: 146px;
	height: 145px;
	margin: 12px 0px 0px 0px;
	float: left;
}

#MidBody_Links .TextBlock {
	width: 275px;
	margin: 8px 18px 0px 0px;
	*margin: 17px 18px 0px 0px;
	float: right;	
}

#MidBody_Links .TextBlock h4 {
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	color: #000;
	padding: 20px 0px 10px 0px;
}

#MidBody_Links h4 {
	font-size: 1.5em;
	margin: 0px 0px 5px;
}


#MidBody_Links h4 a {
	color: #000;
}

#MidBody_Links h4 a:hover {
	color: #006fb5;
}

#MidBody_Links .Mini_Paging {
	width: 35px;
	float: right;
	text-align: right;
	margin: -10px 0px 0px 0px;
}

#MidBody_Links .Mini_Paging_Divider {
	width: 1px;
	height: 8px;
	margin: 0px 10px 0px 10px;
	background-color: #acacac;
	float: left;
}

.Mini_Paging_LeftArrow {
	width: 7px;
	float: left;
}

.Mini_Paging_RightArrow {
	width: 7px;
	float: left;
}

#MidBody_Links .MediaCenter_Container {
	width: 464px;
	/*background: url(../../img/home/MediaCenter_temp.jpg) no-repeat;*/
	margin-top: 30px;
}

.MediaCenter_Container iframe {
	margin-top: 27px;	
}

.MediaCenter_Container .Paging_MediaCenter {
	width: 35px;
	float: left;
	margin: 195px 0px 0px 123px;

}

.MediaCenter_Container .MediaCenter_btn {
	margin-top: 10px;
}

#MidBody_Links .Feedback_Container {
	width: 464px;
	height: 261px;
	background: url(../../img/home/Feedback_temp.jpg) no-repeat;
	margin-top: 30px;
}

.MediaCenter_Container .Feedback_btn {
	margin-top: 10px;
}


#TopFAQsList {
	
}

#TopFAQsList h4 {
	font-size:1.25em;
}

#TopFAQsList h4.FAQsList {
	margin-top: 2.0em;
}

#TopFAQsList h4.FAQsList a {
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(/img/global/TopLinkDivider.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	color: #006FB5;
}

#TopFAQsList h4.FAQsList a:visited {
	color: #618599;
}

#TopFAQsList ol.FAQsList {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.0em;
	color: #000000;
	margin-left: 0px;
	padding-left: 0px;
	border-top: solid 1px #eaeaea;
	list-style-position: inside;
}

#TopFAQsList ol.FAQsList li {
	border-bottom: solid 1px #eaeaea;
	padding: 9px 0px 10px 0px;
	margin: 0px;
	overflow: auto;
}

#TopFAQsList ol.FAQsList h4 {
	font-size: .6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #959595;
	display: inline;
	
	float: right;
	width: 428px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#TopFAQsList ol.FAQsList h4 a {
	color: #959595;
}

#TopFAQsList ol.FAQsList p {
	font-size: .7em;
	line-height: 1.5em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	
	float: right;
	width: 428px;
}

#TopFAQsList ol.FAQsList p a {
	color: #363636;
}

#TopFAQsList .FAQsSearch {
	margin-top: 4px;
}

#TopFAQsList .txtHomeFAQs {
	border: 1px solid #c8c8c8;
	margin: 0px 7px 0px 0px;
	padding: 2px 5px 3px 5px;
	width: 203px;	
}

#TopFAQsList .btnHomeFAQs {
	background-color:#737373;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
}
#TopFAQsList .btnHomeFAQs:hover {
	background-color:#737373;
}
#TopFAQsList .btnHomeFAQs:active {
	position:relative;
	top:1px;
}

/* Homepage Ends */


/* Accessibility Overrides */

#MidBody_Container h3 {
	color: #777676;
}
#TopFAQsList ol.FAQsList h4 a {
	color: #767676;
}