@import 'corev-nono.css';
@import 'header.css';
@import 'homepage.css';
@import 'footer.css';
@import 'buttons.css';

:root{
	--primary:#AB9D2A;
	--secondary:#042852;
	--sub-features:#EDEDED;
	--navbar-color:#F2F0EC;
	--black:#000;
	--white:#fff;
	--btn-tint: inset 10000px 0 0 rgba(255, 255, 255, 0.2);
	--btn-shadow: inset 10000px 0 0 rgba(0, 0, 0, 0.085);
	--footer-top:#0e2161;
	--footer-bottom:#1C1C1C;
	--footer-link-hover:#CFBE3A;
	--footer-headline:#CFBE3A;
	--wi-gov:#192947;
}
.icon::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

html, body{
	height: 100%;
}
body{
	display: flex;
	flex-direction: column;
	color: #000;
	font-family: Helvetica;
}

@supports selector(:focus-visible) {
	:is(a, button, input, .dropdown-toggle):focus-visible{
		outline: 2px solid darkorange;
		outline-offset: 2px;
	}
}

main h1, main h2, main h3, main h4, main h5, main h6,
main .ms-h1, main .ms-h2, main .ms-h3, main .ms-h4, main .ms-h5, main .ms-h6,
main .ms-rtestate-field h1, main h1.ms-rteElement-H1,
main .ms-rtestate-field h2, main h2.ms-rteElement-H2,
main .ms-rtestate-field h3, main h4.ms-rteElement-H3,
main .ms-rtestate-field h4, main h4.ms-rteElement-H4,
main .ms-rtestate-field h5, main h4.ms-rteElement-H5,
main .ms-rtestate-field h6, main h4.ms-rteElement-H6{
	color: var(--black);
	margin-bottom: .5rem;
	margin-top: 0;
}
.h6, h6 {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #0e2161 !important;
}
p.lead{
	font-weight: 400;
}
hr {
	clear: both;
	border-top: 1px solid #e6e6e6;
	display: block;
	margin: 20px 0;
}
.flex-wrapper{
	flex: 1 0 auto;
}
a, .btn-link, #agencyAlert a {
    color: #0000FF;
    text-decoration: none !important;
}
main img {
	width: 100%;
}
.intro-container{
	background-color: #F8F8F8
}
img.ms-asset-icon{
	width:auto;
}
.navbar-light .navbar-nav .nav-link,
#agencyAlert p {
	color: #000;
}
.press-highlight-container{
	background-color: var(--secondary);
}
.last-row{
	padding-bottom: 5rem;
}
.divide{
	width:100px;
	height: 4px;
	display: block;
	margin:20px 0;
	background-color: var(--primary);
}

/* bootstrap 3 accordion style fixes */
.panel-group {
	overflow-anchor: none;
}
.panel-group > .panel:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.panel-group > .panel {
	overflow: hidden;
}
.panel-group > .panel > .panel-heading {
	border-radius: 0;
	margin-bottom: -1px;
}
.panel-group > .panel > .panel-heading a,
#accordion .btn-link {
	color:#000;
}
.panel-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}
.panel {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
}

.panel>hr {
	margin-right: 0;
	margin-left: 0
}

.panel>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.panel>.panel-heading+.list-group,
.panel>.list-group+.panel-footer {
	border-top: 0
}

.panel-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

.panel-group > .panel > .panel-heading > .panel-title::before,
#accordion .card-header button::before,
#accordion .card-header .btn::before{
	font: var(--fa-font-regular);
	content: "\f068";
	font-size: 18px;
	position: absolute;
	right: 20px;
}
#accordion .card-header button.collapsed::before,
#accordion .card-header .btn.collapsed::before{
	content: "\2b";
}
.panel-title {
	margin-bottom: .0;
}
.panel-title,
#accordion .card-header button{
	display:flex;
	align-items: center;
}

.panel-heading {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.panel-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.panel-group .panel {
	margin-bottom: 15px
}

@media (min-width:576px) {

	.panel-group .panel {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.panel-group>.panel {
	margin-bottom: 15px
}

@media (min-width:576px) {

	.panel-group>.panel {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
}
/* personnel page layout */
.division {
	padding: 20px 0 40px;
}
.division:nth-of-type(even){
	background-color: #F8F8F8;
}

/* Launchpad page layout */
#launchpad-features{
	margin-top: 30px;
}
#launchpad-features .row {
	align-items: stretch;
}
#launchpad-features .sub {
	display: flex;
	flex-direction: column;
	padding: 30px 15px;
}
#launchpad-features .sub p{
	margin: 0;
}
#launchpad-features .sub .hp-btn {
	margin-top: auto;
}
#launchpad-features .sub .btn {
	width: 100%;
	margin-top: 10px;
	padding: 12px 0px;
}
#launchpad-features .sub img{
	margin-top: -15px;
	margin-bottom: 15px;
	width: 100%;
	/* display: none; */
}
#launchpad-sub-area {
	margin-top: 4rem;
	padding-top: 2rem;
	background-color: var(--sub-features);
}

/* press release layout */
#pressReleases .accordion {
	margin-bottom: 2rem;
}
#pressReleases ul {
	list-style: none;
	padding-left: 1rem;
}
#pressReleases ul li.pr {
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 0.5rem;
}
#pressReleases ul li.pr:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#pressReleases ul li.pr span {
	display: block;
	margin-left: 15px;
	color: #666;
	line-height: 1.2;
}
/* LISTS */
.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #042852;
    border-color: #042852;
    font-weight: 500;
}
/* Back to top */
div#btn-back-to-top i {
  font-size: 2.5rem;
}
#btn-back-to-top {
  position: fixed;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: var(--primary);
	color: var(--white);
  bottom: 50px;
  right: 50px;
  display: none;
	z-index: 5;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .25);
	cursor: pointer;
}