/* CSS Document */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

table.custom {
	border-collapse: separate;
	background: #fff;
	@include border-radius(5px);
	margin: 10px;
	@include box-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

thead {
	@include border-radius(5px);
}

thead th {

	font-size: 1.1em;
	font-weight: 400;
	color: #333;
	@include text-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
	text-align: left;
	padding: 20px;
	background-color: #dfe0e7;
	border-bottom: 1px solid #858d99;

	&:first-child {
		@include border-top-left-radius(5px);
	}

	&:last-child {
		@include border-top-right-radius(5px);
	}
}

tbody tr td {

	font-weight: 400;
	color: #5f6062;
	font-size: 13px;
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #e0e0e0;

}

tbody tr:nth-child(2n) {
	background: #fff;
}

tbody tr:last-child td {
	border-bottom: none;

	&:first-child {
		@include border-bottom-left-radius(5px);
	}

	&:last-child {
		@include border-bottom-right-radius(5px);
	}
}

tbody:hover>tr td {
	@include opacity(0.5);

	/* uncomment for blur effect */
	/* color:transparent;
  @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}

tbody:hover>tr:hover td {
	@include text-shadow(none);
	color: #2d2d2d;
	@include opacity(1.0);
}

.title-blue {
	color: #28528a !important;
	font-size: 2.2rem;
}

.alert-gray {
	background-color: #f3f5fa;
	border: 2px dashed #f58836;
	padding: 1.5rem 0;
}

.alert-gray .icon-blue {
	color: #3367ac;
	margin: 0 2.2rem 0 0
}

.alert-gray .btn-orange {
	font-size: 1.4rem;
	background-color: #f58836;
	border-color: #f58836;
	font-weight: 600;
	margin-top: 1.3rem;
	padding-left: 2.5rem;
	padding-right: 1.5rem;
}

.alert-gray .btn-orange:hover {
	background-color: #f58836;
	border-color: #f58836;
	font-weight: 600;
	margin-top: 1.3rem;
	padding-left: 2.5rem;
	padding-right: 1.5rem;
}

.alert-gray h4 {
	color: #376cb2;
	!important;
	font-weight: 500
}

.nj-gray {

	color: #888888;
}

.fa-square-x-twitter:hover {
	color: #000;
}

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

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

strong {
	font-weight: 500;
}

.nj-nav .navbar-brand {
	color: #010103;
	//max-width: 75%;
	margin-right: 0px;
	white-space: normal;
}

.nj-nav .navbar-nav .nav-link {
	color: #000 !important;
	padding-right: .5rem;
	/*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
	padding-left: .5rem;
	/*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
	font-weight: 400;

}

.nav-link.active,
.nj-nav .show>.nav-link,
a.nav-link:hover {
	background-color: #e2eefc !important;
	color: #000;
	border-radius: .25rem;
}

a.nav-link:active {
	color: #ecf4fc;
}

.nj-nav .navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(1, 1, 3, 1.000) !important;
	margin-left: auto;
}

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


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

	color: #010103;
	text-decoration: none;
	background-color: #e2eefc;

}

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

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

.acc {
	background-color: #677A43;

}

.ddhhacc {
	background-color: #fff;
}

.dddacc {
	background-color: #677A43;
}

.dddaccSub {
	background-color: #1e57A4;
}

.iconClassBlue {
	color: #1e57A4;
}

.dddaccHeader {
	background-color: #fff;
}

.accordianAnc {
	color: #000;
}

.accordianDDDAnc {
	color: #677A43;
}



/*
.acc {
	background-color: #90c2f3;

}

.ddhhacc {
	background-color: #fff;
}



.dddaccSub {
	background-color: #1e57A4;
}

.iconClassBlue {
	color: #1e57A4;
}

.dddaccHeader {
	background-color: #fff;
}

.accordianAnc {
	color: #000;
}

.accordianDDDAnc {
	color: #677A43;
}
*/
#site-name h1,
#site-name .department {
	color: #677A43;
	font-size: 2.5rem;
	font-weight: 500;
}

/*FOOTER*/
footer.site {
	/*background: #90c2f3;*/
	background: #6faef0;
	padding: 15px 0;
	color: #010103;
	font-size: 14px;
	margin-top: 30px;
	font-weight: 300;
}

#spotlight h3.card-title {
	font-size: 1.2em;
	font-weight: 500;
}

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

.footer.site ul.statewide a {
	color: #010103;
	font-size: 17.5px;
	font-weight: 300;
}


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

.footer.site h3 a,
.footer.site .columned a {
	color: #010103;
    padding: 5px 0;
}


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

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

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

.footer-style {
	background: #90c2f3;
	padding: 15px 0;
	color: #010103;
	font-size: 17.5px;
	margin-top: 30px;
	font-weight: 300;
}

/*----------------- page elements----------*/
#contentHeader {
	color: #677A43;
}
.borderBlue {	border-top:3px solid #002e9b; border-left:0,border-right:0;bordder-bottom:0}
.contentHeader {
	color: #677A43;
}

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

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

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

.icon {
	color: #1878dc !important;
}

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

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

}

.btn-sm {}

#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;
}

/*----------------- Carousel----------*/
.carousel.nj iframe {
	ax-height: 598px
}

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

}

.carousel-item-card {
	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: rgba(0, 0, 0, .5);
	background-size: 50% 50%;
	border-radius: 1rem;
}

.carousel.nj .carousel-indicators {}

/*
.carousel.nj .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 100%;
	 
}
*/

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




.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: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	align-items: center;
	padding-bottom: 0rem;
}


.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;

}

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

.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: 60px;
	max-height: 80px;
	height: auto;
}

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

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

/*********CSS for social boxes***********/
.social-box>h4 {
	color: white;
	margin: 0;
	padding: .7em 1em;
	font-weight: bold;
	text-align: left;
	font-size: 1.2rem;
}

.news-box>h4 {
	background-color: #253341;
}

.facebook-box>h4 {
	background-color: #3b5998;
}

.facebook-box .wrapperfb {
	text-align: center;
}

.twitter-box>h4 {
	background-color: #42a9e9;
}

.social-box>.wrapper {
	border: 1px solid #eef0f1;
	max-height: 500px;
	height: 500px;
	overflow: hidden;
	background-color: #e2eefc;

}

.social-box>.wrapperfb {
	border: 0px solid #eef0f1;
	max-height: 500px;
	height: 500px;
	overflow: hidden;
	background-color: #e2eefc;

}

.biobtn {
	color: #000;
	background-color: #90c2f3;
}

/***********CSS for new archives page********/
.press-item {
	display: block;
	padding: 14px;
	overflow: auto;
}

.press-item.odd {
	background-color: #e2eefc;
}

.press-item.even {
	background-color: #fff;
}

.press-item .date {
	display: inline-block;
	background-color: #677A43;
	color: white;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	width: 62px;
	float: left;
	margin-right: 14px;

}

.press-item .date .day {
	display: block;
	background-color: white;
	color: #677A43;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}

.press-item .content {
	float: none;
	/* not needed, just for clarification */
	/* the next props are meant to keep this block independent from the other floated one */
	width: auto;
	overflow: hidden;
}

.press-title {
	font-size: 20px;
}

.right-image {
	border-radius: 0.25rem;
}

/***********CSS for new archives page********/
.press-item {
	display: block;
	padding: 14px;
	overflow: auto;
}

.press-item.odd {
	background-color: #e2eefc;
}

.press-item.even {
	background-color: #fff;
}

.press-item .date {
	display: inline-block;
	background-color: #677A43;
	color: white;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	width: 62px;
	float: left;
	margin-right: 14px;

}

.press-item .date .day {
	display: block;
	background-color: white;
	color: #677A43;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}

.press-item .content {
	float: none;
	/* not needed, just for clarification */
	/* the next props are meant to keep this block independent from the other floated one */
	width: auto;
	overflow: hidden;
}

.press-title {
	font-size: 20px;
}

.right-image {
	border-radius: 0.25rem;
}


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

.btn-primary:hover {
	color: #fff;
	background-color: #043166 !important;
	border-color: #043166 !important;
}

.btn-link,
.title-link {
	color: #0056b3;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:hover,
.title-link:hover {
	color: #043166;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

section a {
	color: #0056b3;
}

/* CSS Document */
header.sonj {
	background-color: #363636;
	color: #fff;
	padding: 4px 0;
	z-index: 1;
	margin-bottom: 0px;
}

header.sonj #logo img {
	padding: 0;
	margin: 0 5px 0 0px;
	max-height: 41px;
	display: inline-block;
}

header.sonj #logo h1 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1;
	width: auto;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

header.sonj a {
	color: #fff;

}


header.sonj .gov-bar {
	font-size: .9375rem;
	font-weight: bold;
}

header.sonj .social {
	font-size: .875rem;
}

header.sonj ul.statewide {
	margin: 0px;
}

header.sonj ul.statewide li {
	border-right: 1px solid #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 0 6px;
}

header.sonj ul.statewide li:last-of-type {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

header.sonj .statewide {
	position: relative;
}

header.sonj .statewide .drop {
	position: absolute;
	right: 0px;
	/*top: 35px;*/
	background: #363636;
	width: 500px;
	display: none;
	z-index: 10;
}

/*XS only*/
@media screen and (max-width: 575px) {
	body header.sonj .statewide .drop {
		max-width: 100%;
	}

	.dropdown-item {
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.dropdown-item {
		white-space: normal !important;
	}
}


header.sonj .statewide .drop button.drop-close {
	color: #999999;
}

header.sonj .statewide .drop p.disclaimer {
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
}

header.sonj .statewide .drop #google_translate_element {
	float: left;
	clear: left;
	width: 100%;
}

.breadcrumb a {
	color: #0056b3 !important;

}

/* RESOURCES Template */
.resources .card-columns {
	-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;
}

.card .links-set {
	width: auto !important;
}

.card .links-set:hover {
	position: relative;
	top: 1px;
}

.bg-bluesh {
	background-color: #90c2f3;
}

.resources .card a:hover {
	text-decoration: underline;
}

.bottom-0 {
	bottom: 0;
}

@media (min-width: 576px) {
	.resources .card-columns {
		-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;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
		margin-bottom: 0.75rem;
	}
}

@media(min-width:992px) {
	.resources .card-columns {
		-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;
	}
}


section a,
main section .btn-link {
	text-decoration: underline;
}

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

main section .accordianDDDAnc {
	text-decoration: none !important;
}

main section .accordianDDDAnc:hover {
	text-decoration: underline !important;
	text-shadow: rgb(0, 86, 179) 0px 0px 0.65px, rgb(0, 86, 179) 0px 0px 0.65px;
}