@charset "utf-8";
/* CSS Document */

:root {
    --green: #677A43;
	--nav-blue: #9CC7F6;
}

a {
	color: #0056b3;
	/*color:#3387d9;*/
}

a:hover {
	color: #043166;
}

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

.cardbg {
	background-color: #f8f9fac9;
}

.btn-info {
	background-color: #5C6D08;
	border: 1px solid #5C6D08;
	font-weight: 500;
}

.fa-twitter-square:hover {
	color: #1da1f2;
}

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

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

#main a {

	color: #0056b3 !important;
	text-decoration: none;
	background-color: transparent;

}

#main a:hover {

	color: #0056b3;
	text-decoration: underline;

}

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

.nj-nav .navbar-nav .nav-link {
	color: #010103;
	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: #010103 !important;
	border-radius: .25rem;
}

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

.nj-nav .navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
	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(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: #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: #90c2f3;

}

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

.subsection {
	background-color: #fff;
}

.subsection-header {
	color: var(--green);
}

.dddaccHeader {
	background-color: #fff;
}

.accordianAnc {
	color: #000;
}

.accordianDDDAnc,
a.accordianDDDAnc:link {
	color: #1e57A4;
}

a.accordianDDDAnc:visited,
a.accordianDDDAnc:active {
	color: #1e57A4;
	text-decoration: none;
}

#site-name h1,
#site-name .department {
	color: var(--green);
	font-size: 2.5rem;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}

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

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

.footer.site ul.statewide a {
	color: #010103;
	font-size: 14px;
	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;
}


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

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

/*----------------- page elements----------*/
.contentHeader {
	color: var(--green);
}
h3.contentHeader{
	color: var(--green);
    font-size: 1.45rem!important;
}
.bg-blue {background-color:#e2eefc;}
h2.text-green, #spotlight h2, #assist h2, #links h2, h1.green, .text-green;h2 {color:var(--green)!important;font-size:2.2rem;font-weight:400}
.h3, h3 {
  font-size: 1.45rem;
}
.bg-blue {
	background-color: #e2eefc;
}

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

.icon {
	color: #74b2ef !important;
}

a.btn-link {
	text-transform: uppercase;
	font-weight: 600;
	color: #0056b3;
}

a.btn-link:hover {
	color: #043166;
}

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

#links .card {
	border: 0 none;
}

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

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

/*----------------- Carousel----------*/

.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 li {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 100%;
}

.carousel.nj .carousel-indicators li {
	border: 2px solid white;
}

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

#carousel-small .btn-more {
	background-color: #0056b3;
	color: #fff
}

.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-caption .btn-primary {
	text-transform: uppercase;
	color: #fff !important;
	background-color: #0056b3 !important;
}

.carousel-caption .btn-primary:hover {
	background-color: #043166 !important;
}

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

ul.toolkit li {
	padding: .55rem 1.25rem;
}

table,
th,
td {
	border: 1px solid #fff;
	border-collapse: collapse;
}

main a,
main ul li a,
main p a,
.modal a {
	text-decoration: underline !important;
}

main a:hover,
main ul li a:hover,
main p a:hover,
.modal a:hover {
	text-shadow: rgb(0, 86, 179) 0px 0px 0.65px, rgb(0, 86, 179) 0px 0px 0.65px;
}

.breadcrumb a,
main .accordianDDDAnc {
	text-decoration: none !important;
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

#content .card .form-control {
	height: calc(1.2em + .75rem + 2px);
	padding: .365rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0056b3;
}

#content .card h3 {
	color: var(--green) !important;
}

.dataTableCustom table thead th {
	background-color: transparent !important;
}

#njsnap #site-name h2 header {
    color: var(--green) !important;
}

#njsnap #site-name h2>.department {
    position: relative;
    color: #000000;
    font-size: 2.5rem;
    font-weight: 500;
}

footer .footer.site-footer {
    background: #90c2f3;
    padding: 15px 0;
    color: #010103;
    font-size: 14px;
    margin-top: 0 !important;
    font-weight: 300;
}

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

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

.footer.site-footer a {
    color: #010103 !important;
}

#njsnap .njsnap.department-level {
    background-color: var(--nav-blue);
    color: #ffffff !important;
}

#njsnap .njsnap.department-level ul.navbar-nav>li.nav-item>a.nav-link, #dds .education.department-level .navbar-nav .nav-link, .nj-nav.department-level .nav-link {
    color: #000000 !important;
    border-radius: 0.25rem;
}

.sonj-nav .nav-link.active, .sonj-nav .show>.nav-link {
	background-color: #ffffff !important;
}

.sonj-nav .dropdown-item:focus, .sonj-nav .dropdown-item:hover {
	background-color: #e2eefc !important;
	color: #000000 !important;
}

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

.footer.site-footer ul.statewide a {
    font-size: 1rem !important;
}

.footer.site-footer .columned a, .footer.site-footer ul.statewide a {
  padding: 0.5rem 0 !important;
}

#Slider .carousel-control-prev:focus, #Slider .carousel-control-next:focus {
    background-color: rgba(103, 122, 67, .5);
    border: 3px solid var(--green);
}

#Slider .carousel-inner .carousel-item .carousel-caption .btn {
    text-decoration: none !important;
}

.sonj-nav.njsnap .navbar-toggler-icon,
.nj-nav.department-level .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 .navbar-toggler {
    padding: .25rem .75rem !important;
    font-size: 1.25rem !important;
}

.nj-nav .navbar-toggler,
.sonj-nav .navbar-toggler {
    border-color: rgba(0, 0, 0, 1) !important;
}

.njsnap.department-level .navbar h2 {
	color: #000000;
}

.njsnap.department-level .navbar .navbar-nav .nav-item a {
	font-weight: 400 !important;
}

#accordion .dddacc .collapsed .fa-circle-chevron-down,
#accordionTab .dddacc .collapsed .fa-circle-chevron-down {
  display: block;
}

#accordion .dddacc .collapsed .fa-circle-chevron-up,
#accordionTab .dddacc .collapsed .fa-circle-chevron-up {
  display: none;
}

#accordion .dddacc .fa-circle-chevron-down,
#accordionTab .dddacc .fa-circle-chevron-down {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    line-height: 1.5 !important;
}

footer a.snav,
footer .statewide a {
    font-size: 0.875rem !important;
    padding: 0.25rem 0;
}

.btn-primary {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(11 89 173) !important;
    border-color: rgb(11 89 173) !important;
}

.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 49, 102) !important;
    border-color: rgb(4, 49, 102) !important;
}

.footer.site-footer .columned ul li {
	padding: 2px 0px;
}