  /* CSS Document */
.nj-gray {
	color: #888888;
}

.fa-twitter-square:hover {
	color: #3b5998;
}

.fa-facebook-square:hover {
	color: #3b5998;
}

.fa-linkedin:hover {
	color: #3b5998;
}

.fa-bluesky:hover {
	color: #3b5998;
}

.nj-nav {
	background-color: #212084 !important;
	font-size: .9375rem;
}

.nj-nav .navbar-brand {
	color: #fff;
	max-width: 80%;
	white-space: normal
}

.nj-nav .navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}

.nj-nav .navbar-toggler-icon {
	background-image: url(/dca/hmfa/assets/css/"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nj-nav .dropdown-item:focus,
.nj-nav .dropdown-item:hover {

	color: #212084;
	text-decoration: none;
	background-color: #ececec;
}

aside #back-to-top {
	bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 0.9rem;
    border: 1px solid #000;
    outline: none;
    line-height: 1rem;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
}

aside #back-to-top svg {
    font-size: 1.2rem;
}

a.nav-link {
	float: left;
}

#site-name h1,
#site-name .department {
	color: #000;
	font-size: 2.0rem;
	font-weight: 700;
	margin-left: 2.0rem;
}

/*FOOTER*/
footer.site {
	background: #212084;
	padding: 15px 0;
	color: #fff !important;
	font-size: 1rem;
	margin-top: 30px;
	font-weight: 300;
}

.footer.site ul.statewide {
	list-style: none;
	padding: 0px;
}

.footer.site ul.statewide a {
	color: #fff;
	font-weight: 500;
}


.footer.site h3 {
	padding: 20px 0 10px 0px;
	color: #fff;
	width: 100%;
	border-bottom: 2px solid #fff;
	font-size: 1.25rem;
}

.footer.site h3 a,
.footer.site .columned a {
	color: #fff;
}


.footer.site .columned ul li,
.footer.site .columned ul {
	list-style: none;
	padding: 0px;
}

.footer.site .columned>ul>li>h5 {
	border-bottom: 1px solid #fff;
	font-size: 1rem;
	font-weight: 500;
}

i {
	margin-right: 10px;
}

/*----------------- page elements----------*/
footer-custom {
	background: rgba(0, 0, 0, 0) !important;
}

/* ------- font awesome -------- */

.awesome-only {
	color: #fff;
	font-size: 75px;

}

.logo-box {
	background-color: #0321B3;
}

.footer-oit {
	color: #fff;
	font-size: 16px;
}

.hmfa-green {
	background-color: #2c5697;
}

.hmfa-lightgreen {
	background-color: #dfe8e4;
}

.section-title {
	color: #083294;
}

.section-header {
	color: #fff;
	padding-top: 50px !important;
	padding-bottom: 30px !important;
}

.bg-nocolor {
	background-color: #ececec !important;
}

.bg-blue {
	background-color: #e2eefc;
}

h2.text-green,
#spotlight h2,
#assist h2,
#links h2,
h1.green {
	color: #798f4f !important;
	font-size: 2rem;
}

.icon {
	color: #90c2f3 !important;
}

a.btn-link {
	text-transform: uppercase;
	font-weight: 600;
}

a.btn-lnk {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #083294;
}

.sml-font {
	font-size: 10px !important;
}

.alert .alert-icon-col {
	min-width: 25px;
	max-width: 25px;
	margin-left: 0;
	padding: 0 !important;

}

.btn-sm {
	padding: 0px !important;
}

#links .card {
	border: 0 none;
	line-heigh: normal;
}

#links .card-img-top {
	border: 1px solid #ccc;
}

#links .card-title {
	font-size: 1.0rem;
	margin-top: 1rem;
}

.responsive-text {
	font-size: 3vw;
}


.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 1.5rem !important;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.include-header-hmfa {
	color: #2b6549;
	padding-top: 50px !important;
}


#emra_header a {
	font-size: 1rem;
	color: #0056b3;
}


.dropdown-menu-column {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 60rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}




/*----------------- Carousel----------*/
.carousel-item {
	bottom: 0px;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 100%;

}

carousel-inner>.carousel-item>img {
	width: 100%;
	/* to make smaller images look full */
}

.carousel.nj .carousel-control-next-icon,
.carousel.nj .carousel-control-prev-icon {
	background-color: black;
	color: white;
	background-size: 50% 50%;
	border-radius: 1rem;
	border: 2px solid white;
}

.carousel.nj .carousel-indicators {}


.carousel.nj .carousel-indicators li.active {
	background-color: rgba(0, 0, 0, .75);
	border: 2px solid white;
}


.carousel.nj .carousel-caption,
.carousel.nj .carousel-caption.default {
	background-color: rgba(0, 0, 0, .4);
	position: absolute;

	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	align-items: center;
	padding-bottom: 0rem;
}

.carousel-indicators {
	bottom: -5px;
}

.custom-button {
	position: relative;
	top: 40px;
	/*	bottom:-10px; */
}

.carousel.nj .carousel-caption.left {
	width: 25%;
	top: 50%;
	transform: translateY(-50%);
	right: auto;
	left: 15%;
	bottom: auto;
	padding-bottom: 20px;
}

.carousel.nj .carousel-caption.right {
	width: 25%;
	top: 50%;
	transform: translateY(-50%);
	right: 15%;
	left: auto;
	bottom: auto;
	padding-bottom: 20px;
}

.card-img-top,
.img-icon {
	width: 100%;
	height: auto !important;

}

.border-0 {
	border: 0 !important;
	border-radius: 3px !important;
}

*.card-img-top,
*.img-icon {
	min-height: 0.01px;

}

.card-img-top-rounded {
	width: 100%;
	height: auto !important;
	border-radius: 3px !important;
}

.card-override {
	/*display: block;*/
}

.card-header-color {
	background-color: #2c5697 !important;
	color: #fff;

}

.header-blue-msg {
	color: #2b6549;
}

.carousel-bg-image {
	background-color: #212084;

	background-position: top-left;
	background-repeat: no-repeat;
	background-size: 50%;
}

.custom-carosel-image {
	background-image: url("/intranets/oit/assets/images/carousel/");
	background-color: #212084;
	height: 300px;
	background-position: top-left;
	background-repeat: no-repeat;
	background-size: 50%;
	position: relative;
}

.custom-carosel-text {
	text-align: center;
	position: absolute;
	top: 30%;
	right: -9%;
	transform: translate(-20%, -20%);
	color: white;
}

.paddingtop {
	padding-top: 5rem !important;
}

.div-with-bg {
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: left top;
}


.object-fit_fill {
	object-fit: fill
}

.object-fit_cover {
	background-size: cover
}

.object-fit_none {
	object-fit: none
}

.object-fit_scale-down {
	object-fit: scale-down
}

.list-unstyled {
	text-indent: 1.5rem;
}

.img-icon {
	max-width: 50px;
	height: auto;
}

.carousel .btn-primary {
	text-transform: uppercase;
}

.carousel-indicators ul {
	position: absolute;
	bottom: 1rem;
}


/*----------------- pagination ----------

.pagination {
	font-size: 80%;    
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
*/

/*Mega Menu */


/*column solution for footer*/
.columned-parent {
	position: unset;
}

.columned {
	/* width: 50vw;*/
}

.columned .dropdown-item {
	white-space: normal;
}

@media screen and (max-width: 575px) {
	.columned {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective: 1;
		break-inside: avoid;
	}
}


@media screen and (min-width: 576px) and (max-width: 767px) {
	.columned {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective: 1;
		break-inside: avoid;
	}
}


@media screen and (min-width: 768px) {
	.columned {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective: 1;
		break-inside: avoid;
	}

	#dept-health .columned.columns-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective: 1;
		break-inside: avoid;
	}
}



.columned ul,
.columned li {
	display: inline-block;
	width: 100%;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-perspective: 1;
	break-inside: avoid;
}

.columned ul {
	margin-bottom: .75rem;
}

.columned ul,
.columned li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
}



/* table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: auto !important;
	table-layout: fixed;
}

table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

table th,
table td {
	padding: .625em;
	text-align: center;
}

table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
} */

.padd {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}


@media screen and (min-width: 600px) {

	#interestrate td,
	#interestrate th {
		text-align: left !important;
	}
}

@media screen and (max-width: 600px) {


	/* table {
		border: 0;
	}

	table caption {
		font-size: 1.3em;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		 border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table td {
		border-bottom: 1px solid #ddd;

		display: block;
		font-size: .8em;
		text-align: right;
		padding: 5px !important;
	}

	table td::before {

		content: attr(data-label);
		float: left;
		font-weight: bold;

	}

	table td:last-child {
		border-bottom: 5px;
	}

	table td:first-child {
		border-top: 0;
	}

	table.table-bordered.dataTable tbody th,
	table.table-bordered.dataTable tbody td {
		border-bottom-width: 0;
		border-right: 0;

	} */

	#procuremement td:nth-of-type(1):before {
		content: "Bid Opening Date";
	}

	#procuremement td:nth-of-type(2):before {
		content: "Time";
	}

	#procuremement td:nth-of-type(3):before {
		content: "RFP Title";
	}

	#procuremement td:nth-of-type(4):before {
		content: "Location";
	}

	#interestrate td:nth-of-type(1):before {
		content: "Type of Financing";
	}

	#interestrate td:nth-of-type(2):before {
		content: "Interest Rate";
	}


}



/* -- End Data Table */

.news-include {
	list-style: none;
	border-bottom: 1px solid #9c9c9c;
	padding-bottom: 1em;
	/*padding-top:5px;*/
}

.news-date {
	color: #000;
	margin-top: 1rem;
	margin-bottom: 0rem;

}


.accordion .card {
	display: block;
	text-decoration: none;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	/*border-left: none!important;
	border-right: none!important;
	border-top: none!important;*/
	box-shadow: none;
	border-radius: 0px !important;
}

.accordion .card-header {
	font-size: 0.9rem;
	padding: .75em !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 0 !important;
}

.accordion .card-header h5 {
	letter-spacing: normal;
	font-weight: 500 !important;
	font-size: 1.1rem;
}

.accordion .card-header>a:hover {
	text-decoration: none !important;
}

.accordion .card-header i {
	margin-right: 0, 75rem;
}

a[aria-expanded=true] .fa-plus-circle {
	display: none;
}

a[aria-expanded=false] .fa-minus-circle {
	display: none;
}




.sectionHeader {
	color: #000;
	padding: 5px 5px 5px 15px;
	cursor: pointer;
}

.sectionHeaderText {
	color: #363636;
}

.accordion-padding {
	background-color: #fff;
	margin: 0px 0px 0px 10px;
}

.accordion-row {
	background-color: #408741;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.nestedaccordion-row {
	background-color: #dfe8e4;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
	margin: 10px 20px 10px 20px;
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.card-columns {
		column-count: 2;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.card-columns {
		column-count: 2;
	}
}

.header-margin {
	margin-top: 0.5rem !important;
	margin-right: 0 !important;
	white-space: break-spaces;
}

.tex-size {
	font-size: 10vw;
}

.colorgreen {
	color: #408741;
}

p a {
	color: #083294;
}

ul li a {
	color: #083294;
}

ol li a {
	color: #083294;
}

h3 a {
	color: #083294;
}

h1 a {
	color: #083294;
}

a:not([href]) {}

.includeLinks {
	color: #083294;
}

/*Skip Links*/
/* -------------------- Skip nav for assistive technology --------------------*/

#skip a,
.skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:focus,
.skip a:focus {
	position: static;
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	color: #00f;
	background-color: #fff;
}

.btn-primary {
	color: #fff !important;
	background-color: #0056b3 !important;
	border-color: #0056b3 !important;
}

.breadcrumb-item.active {
	color: #212529 !important;
}

.carousel-indicators li {
	border-top: 3px solid transparent !important;
	border-bottom: 3px solid transparent !important;
	width: 12px !important;
	height: 12px !important;
	border: .5px solid white !important;
	margin: 5px !important;
	border-radius: 100%;
}

.carousel-indicators li {
	border-top: 3px solid transparent !important;
	border-bottom: 3px solid transparent !important;
	width: 12px !important;
	height: 12px !important;
	border: .5px solid white !important;
	margin: 5px 5px 15px 5px !important;
}

main a,
section a {
	text-decoration: underline !important;
}

.footer a {
	text-decoration: none !important;
}

.footer a:hover {
	text-decoration: underline !important;
}

main a:hover,
section a:hover {
	text-shadow: rgb(0, 86, 179) 0px 0px 0.65px, rgb(0, 86, 179) 0px 0px 0.65px;
}

.accordion .card a {
	text-decoration: none !important;
}

.accordion .card-body a {
	text-decoration: underline !important;
}

.accordion .card-body a:hover {
	text-shadow: rgb(0, 86, 179) 0px 0px 0.65px, rgb(0, 86, 179) 0px 0px 0.65px;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
	border: 2px #4ba74f solid;
	background: rgba(180, 216, 182, 0.6);
}

.social.statewide li a,
.social.statewide li a>span,
.sonj .gov-bar a {
	padding: 0.25rem 0;
}

a {
	color: #0056b3;
}

a:not([href]):not([class]) {
    text-decoration: none !important;
}

a:not([href]):not([class]):hover {
    text-shadow: none !important;
}

/* Cards with Anchors Template */
.cards-with-anchors-template .blue-cards-section svg {
	height: 4rem;
    width: 4em;
	color: #ffffff;
}

.cards-with-anchors-template .blue-cards-section .card .card-body,
.cards-with-anchors-template .blue-cards-section .card .card-body a,
.cards-with-anchors-template .blue-cards-section .card .card-body h3>a {
	color: #ffffff !important;
}

.cards-with-anchors-template .blue-cards-section .card {
	background-color: #2c5697 !important;
}

.cards-with-anchors-template .image-cards .card-body p:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.cards-with-anchors-template .background-pale-green {
	background-color: #EAF2EB;
}

.cards-with-anchors-template .two-columns-component .text-green {
	color: #337137;
}

.cards-with-anchors-template .two-columns-component .text-blue {
	color: #245699;
}

.cards-with-anchors-template .two-columns-component ul li::marker {
	color: #245699;
	font-size: 1.25rem;
}

.cards-with-anchors-template .two-columns-component a.btn {
	background-color: #245699 !important;
	text-decoration: none !important;
	padding-bottom: .75rem !important;
	padding-top: .75rem !important;
}

.cards-with-anchors-template .two-columns-component a.btn:hover {
	border-color: #245699 !important;
	background-color: #fff !important;
	color:#245699 !important;
}

.cards-with-anchors-template .links-row .card {
	background-color: #245699;
}

.cards-with-anchors-template .links-row .card:hover {
	background-color: #ffffff;
	border-color: #245699;
}

.cards-with-anchors-template .links-row a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.cards-with-anchors-template .links-row a:hover {
	color: #245699 !important;
	border-color: #245699;
}

@media (min-width: 992px) {
	.col-lg-7 {
		flex: 0 0 14.285% !important;
        max-width: 14.285% !important;
	}
}

h3.border-bottom-green::after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 16rem;
    width: 25%;
    border-bottom: 0.25rem solid #337137;
    margin: 0 auto;
    padding: 0.375rem 0;
    margin-bottom: 1.5rem !important;
}

html { scroll-behavior: smooth; }
svg.svg-inline--fa.fa-bluesky.fa-w-18.fa-2x.nj-gray {
    width: 1.76rem !important;
}

/* Archive */
.news-functionality .news-wrapper:nth-child(even) {
	background-color: #e2eefc;
}