@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

body{
	font-family: 'Roboto', sans-serif;
	margin: 0px;
}

a {
  color: #093e79;
}

a:hover {
  color: #153753;
  text-decoration: none;
}

.breadcrumb-item.active {
	color: #60666c; /*set to provide sufficient contract in default usage*/
}
/*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;
}

.circle-icon {
    background: #fff;
    padding:20px;
    border-radius: 100%;
    width: 90px !important;
  	height: 90px;
    color: #0050ff;
}

/*Top of Page*/
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #888888;
	color: #707070;
	font-size: 0.9rem;
	line-height: 1rem;
	outline: none;
	padding: 10px 15px;
	z-index: 99;
}

/*Default FA5 icon color*/
.sonj-white{color:#ffffff;}
.sonj-gray{color:#888888;}
.sonj-black{color:#000000;}
.fa-twitter-square:hover, a:focus .fa-twitter-square{color:#1da1f2;}
.fa-facebook-square:hover, a:focus .fa-facebook-square{color:#3b5998;}
.fa-instagram:hover, a:focus .fa-instagram{color:#c32aa3;}
.fa-youtube-square:hover, a:focus .fa-youtube-square{color:#ff0000;}
.fa-pinterest-square:hover, a:focus .fa-pinterest-square{color:#bd081c;}
.fa-flickr:hover, a:focus .fa-flickr{color:#f40083;}
.fa-linkedin:hover, a:focus .fa-linkedin{color:#007bb5;}
.fa-tumblr-square:hover, a:focus .fa-tumblr-square{color:#35465d;}

.sticky-social a:focus{
	outline: 1px dashed blue;
}

.facebook-box > h4{
	background-color:#0077b5;
    
}
.twitter-box > h4{
	background-color:#42a9e9;
}
.social-box > h4{
	color:white;
	margin: 0 ;
	padding: .7em 1em;
	font-weight: bold;
	text-align:left;
  font-size:1.5rem;
}

/*SoNJ Alert*/
.sonj-alert{}

.sonj-alert.alert{
	border: 0px;
	color: #000;
	border-radius: 0px;
	margin:0px;
}

.sonj-alert.alert .red{
	color: #E62139;
}

.sonj-alert.alert h1{
	font-size: 1.25rem;
	margin-bottom: 0px;
}
.sonj-alert .alert-close{
	font-size: .875rem;
	color: #000;
}
hr.message-inner-separator
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

/*DEPT Alert*/
.dept-alert{}

.dept-alert.alert{
	border: 0px;
	color: #000;
	border-radius: 0px;
	margin:0px;
}

.dept-alert.alert .red{
	color: #E62139;
}

.dept-alert.alert h1{
	font-size: 1.25rem;
	margin-bottom: 0px;
}
.dept-alert .alert-close{
	font-size: .875rem;
	color: #000;
}

/*Header*/
header.sonj{
	background-color:#1d1d1d;
	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: .75rem;
	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: 500;
}
header.sonj .social  {
	font-size: .875rem;
	font-weight: 300;
}

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%;
	}
}
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%;
}
.goog-te-combo.form-control{
	max-height: 2.125rem;
}

/*Sticky Social*/
.sticky-social{
	position:fixed;
	right:0px;
	top: 25%;
	z-index:10;
	box-shadow: -1px 1px 3px rgba(0,0,0,.25);
}

.sticky-social a{
	float:right;
	clear:right;
	background-color: rgba(255,255,255,1);
	padding: 0px .75rem 0 3px ;
	margin-bottom: 1px;
}
.sticky-social a.toggle-sticky{
	padding-left:17px;
}

.sticky-social a:first-child {
	border-radius: 5px 0px 0px 0px;
}
.sticky-social.closed a:first-child {
	border-radius: 5px 0px 0px 5px;
	padding-left:3px;
}
.sticky-social a:last-child {
	border-radius: 0px 0px 0px 5px;
}


/* Site Title Department - Division - Program */

#site-name{}

#site-name.department{ color: #858794;}

#site-name.department span.department{
	font-size: 2rem;
   color: #858794;
}
.nav-link-customer{
  color: #fff;
	padding-right: 0.5rem; /*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
	padding-left: 0.5rem; 
}
.phoneNo{
  color: #fff;
}
.nav-link-customer:hover{
  	color: #fff;
	padding-right: 0.5rem; /*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
	padding-left: 0.5rem; 
}
/*Navigation*/
.sonj-nav{
	background-color: #0a3264;
	font-size: 1rem;
  line-height:normal;
}

.sonj-nav .navbar-brand{
	color: #fff;
}
.navbar-brand, h2 a{
    font-size: 1.25rem;
  color:#fff!important;
}
                                                
.sonj-nav  .navbar-nav .nav-link{
	color: #fff;
	padding-right: 0.5rem; /*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
	padding-left: 0.5rem; /*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
}

.sonj-nav .nav-link.active,.sonj-nav  .show >.nav-link, .sonj-nav .nav-link:hover{
	background: #fff;
    color: #233b95!important;
	border-radius: .25rem;
}
.sonj-nav .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.sonj-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");
}

.sonj-nav .dropdown-item:focus, .sonj-nav .dropdown-item:hover {
   color: #233b95;
    text-decoration: none;
    background-color: #fff;
}
.sonj-nav  ul li ul li ul{}
.sonj-nav  ul.navbar-nav>li>ul>li>ul{
	list-style: none;
	padding-left: 1rem;
}
	
/* SoNJ Carousel */

.carousel.sonj .carousel-control-next-icon,
.carousel.sonj .carousel-control-prev-icon{
	background-color: rgba(0,0,0,.5);
	background-size: 50% 50%;
	border-radius: 1rem;
}

.carousel.sonj .carousel-indicators{
	bottom: 0px;
}

.carousel.sonj .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 100%;
	
}
.carousel.sonj .carousel-indicators li.active {
	background-color: rgba(0,0,0,.75);
	border: 2px solid white;
}

.carousel.sonj .carousel-caption,
.carousel.sonj .carousel-caption.default, .caption {
	//background: rgba(255, 255, 255, 0.5);
  	background: #545653;
    color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	align-items: center;
	padding-bottom: 2rem;
	border-radius: 0.5rem;

  	//color: #12405f;
}

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

/*SoNJ Slick Carousel*/
.slickCarousel.sonj .slick-prev::before,
.slickCarousel.sonj  .slick-next::before {
	color: #000;
	text-shadow: 0px 0px 6px #FFffff;
}
.slickCarousel.sonj  .slick-prev {
    left: 25px;
    z-index: 200;
}
.slickCarousel.sonj  .slick-next {
    right: 25px;
    z-index: 200;
}
/*
.slickCarousel.sonj  .slick-slide .card{
	position: relative;
}
.slickCarousel.sonj  .slick-slide .card .index-tag{
	position: absolute;
	top: .5rem;
	right: 1rem;
	font-size: 1rem;
	background-color: rgba(255,255,255,.5);
	border-radius: .5rem;
	padding: .25rem 1rem;
	font-weight: 500;
}
*/

/*FOOTER*/
footer.sonj,
footer .sonj-footer{
	background: #1d1d1d;

	padding: 15px 0;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 300;
}
footer.sonj a,
footer .sonj-footer a{
    color: #ffffff;
}
                                                     
.footer.site ,.site-footer {
	/*background: #0099cc;*/
      /*background: #007fad;*/
  background: #5e6369;
	padding: 15px 0;
	color: #fff;
	font-size: 0.85rem;
	//margin-top: 30px;
	font-weight: 300;
}

.footer.site ul.statewide,
.footer.site-footer ul.statewide{
	list-style: none;
	padding: 0px;
}
.footer.site ul.statewide a,
.footer.site-footer ul.statewide a{
	color: #ffffff;
	font-weight: 500;
}
.footer.site-footer ul a {
  	display: block; 
  	min-width: 24px; 
  	min-height: 24px;
}

.footer.site h3,
.footer.site-footer 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-footer h3 a,
.footer.site .columned a,
.footer.site-footer .columned a{
	color: #ffffff;
}


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

.footer.site  .columned>ul>li>h2,
.footer.site-footer   .columned>ul>li>h2,
.footer.site  .columned>ul>li>h3,
.footer.site-footer   .columned>ul>li>h3,
.footer.site  .columned>ul>li>h4,
.footer.site-footer   .columned>ul>li>h4,
.footer.site  .columned>ul>li>h5,
.footer.site-footer   .columned>ul>li>h5{
	border-bottom: 1px solid #fff;
	font-size: 1rem;
	font-weight: 500;
}
.footer.site  .columned>ul>li>h4, {}
@media  screen and (max-width: 767px) {
	body .footer.site  .columned>ul>li>h2,
	body .footer.site-footer   .columned>ul>li>h2,
	body .footer.site  .columned>ul>li>h3,
	body .footer.site-footer   .columned>ul>li>h3,
	body .footer.site  .columned>ul>li>h4,
	body .footer.site-footer   .columned>ul>li>h4,
	body .footer.site  .columned>ul>li>h5,
	body .footer.site-footer   .columned>ul>li>h5{
		border-bottom: 0px solid #fff000;
	}
}

.footer.site  .columned>ul>li>ul,
.footer.site-footer  .columned>ul>li>ul{

}

.footer.site  .columned>ul>li>ul>li>ul,
.footer.site-footer  .columned>ul>li>ul>li>ul{
	margin: 0px 0px 0px 1rem;
}

/*column solution for footer*/

@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;
	}
  .display-4; h2 {font-size: 1.5rem}
  
}


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



.columned ul{
	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{
	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;
}

img.digital-nj{
	opacity: .25;
  max-width: 90px;
  height:auto;
}

footer.sonj img.opra,
footer .sonj-footer img.opra{
	/*opacity: .6;*/
}

footer.sonj img.mynj,
footer .sonj-footer img.mynj{
	/*opacity: .5;*/
}
.card-link{
  background-color: #0c689a;
color: #fff;
}
.card-link:hover{
  background-color: #0c689a;
color: #fff;
}

.gray, .sectiongray, #section1 {background-color: #f3f5fa!important;}

.panel-title > a:before {
	float: right !important;
	content:"\f068";
	padding-right: 5px;
}
.panel-title > a.collapsed:before {
	float: right !important;
	font-family: FontAwesome;
	content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.card-header{
	padding: 5px 5px 5px 15px;
	margin-bottom:0 ;
	background-color:#082038 ;	 
}	
.sectionHeader {
	color:#fff;
	padding: 5px 5px 5px 15px;
	background-color:#0A3264 !important;
}	
.sectionHeaderText{
	color:#363636;
}	
.listHeader{
	padding: 5px 5px 5px 0px;
	margin-bottom:0 ; 
	color:#000;
}	

.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: 1px solid rgba(0, 0, 0, 0);
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
	box-shadow: none;
	border-radius: 10px;
}






.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.collasped .fa-plus-circle {
   display: none;
}
a.collasped .fa-minus-circle {
   display: none;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.campus-section {
    padding-top: 0px!important;
    padding-bottom: 50px;
    background-color: #fff;
	 
    background-image: url(../slices/bg_riverview.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
}
.txtcolor {
		color:white;		 
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}


#servicecatalog_curr_year_filter, #servicecatalog_prev_year_filter{
	padding-top: 10px;	
}
#servicecatalog_curr_year_info, #servicecatalog_prev_year_info{
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}

.page-link {
	margin-right:10px!important;
}
.form-control{
	margin-right:10px!important;
}
#servicecatalog_curr_year_length, #servicecatalog_prev_year_length{
	padding-left:10px;
	padding-top:10px;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

body{
	font-family: 'Roboto', sans-serif;
	margin: 0px;
}


.breadcrumb-item.active {
	color: #60666c; /*set to provide sufficient contract in default usage*/
}
/*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;
}

.circle-icon {
    background: #fff;
    padding:20px;
    border-radius: 100%;
    width: 90px !important;
  	height: 90px;
    color: #0050ff;
}

/*Top of Page*/
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #888888;
	color: #707070;
	font-size: 0.9rem;
	line-height: 1rem;
	outline: none;
	padding: 10px 15px;
	z-index: 99;
}

/*Default FA5 icon color*/
.sonj-white{color:#ffffff;}
.sonj-gray{color:#888888;}
.sonj-black{color:#000000;}
.fa-twitter-square:hover, a:focus .fa-twitter-square{color:#1da1f2;}
.fa-facebook-square:hover, a:focus .fa-facebook-square{color:#3b5998;}
.fa-instagram:hover, a:focus .fa-instagram{color:#c32aa3;}
.fa-youtube-square:hover, a:focus .fa-youtube-square{color:#ff0000;}
.fa-pinterest-square:hover, a:focus .fa-pinterest-square{color:#bd081c;}
.fa-flickr:hover, a:focus .fa-flickr{color:#f40083;}
.fa-linkedin:hover, a:focus .fa-linkedin{color:#007bb5;}
.fa-tumblr-square:hover, a:focus .fa-tumblr-square{color:#35465d;}

.sticky-social a:focus{
	outline: 1px dashed blue;
}

.facebook-box > h4{
	background-color:#0077b5;
    
}
.twitter-box > h4{
	background-color:#42a9e9;
}
.social-box > h4{
	color:white;
	margin: 0 ;
	padding: .7em 1em;
	font-weight: bold;
	text-align:left;
  font-size:1.5rem;
}

/*SoNJ Alert*/
.sonj-alert{}

.sonj-alert.alert{
	border: 0px;
	color: #000;
	border-radius: 0px;
	margin:0px;
}

.sonj-alert.alert .red{
	color: #E62139;
}

.sonj-alert.alert h1{
	font-size: 1.25rem;
	margin-bottom: 0px;
}
.sonj-alert .alert-close{
	font-size: .875rem;
	color: #000;
}
hr.message-inner-separator
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

/*DEPT Alert*/
.dept-alert{}

.dept-alert.alert{
	border: 0px;
	color: #000;
	border-radius: 0px;
	margin:0px;
}

.dept-alert.alert .red{
	color: #E62139;
}

.dept-alert.alert h1{
	font-size: 1.25rem;
	margin-bottom: 0px;
}
.dept-alert .alert-close{
	font-size: .875rem;
	color: #000;
}

/*Header*/
header.sonj{
	background-color:#1d1d1d;
	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: .75rem;
	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: 500;
}
header.sonj .social  {
	font-size: .875rem;
	font-weight: 300;
}

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%;
	}
}
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%;
}
.goog-te-combo.form-control{
	max-height: 2.125rem;
}

/*Sticky Social*/
.sticky-social{
	position:fixed;
	right:0px;
	top: 25%;
	z-index:10;
	box-shadow: -1px 1px 3px rgba(0,0,0,.25);
}

.sticky-social a{
	float:right;
	clear:right;
	background-color: rgba(255,255,255,1);
	padding: 0px .75rem 0 3px ;
	margin-bottom: 1px;
}
.sticky-social a.toggle-sticky{
	padding-left:17px;
}

.sticky-social a:first-child {
	border-radius: 5px 0px 0px 0px;
}
.sticky-social.closed a:first-child {
	border-radius: 5px 0px 0px 5px;
	padding-left:3px;
}
.sticky-social a:last-child {
	border-radius: 0px 0px 0px 5px;
}


/* Site Title Department - Division - Program */

#site-name{}

#site-name.department{ color: #858794;}

#site-name.department span.department{
	font-size: 2rem;
   color: #71737b;
}
.nav-link-customer{
  color: #fff;
	padding-right: 0.5rem; /*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
	padding-left: 0.5rem; 
}
.phoneNo{
  color: #fff;
}
.nav-link-customer:hover{
  	color: #fff;
	padding-right: 0.5rem; /*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
	padding-left: 0.5rem; 
}
/*Navigation*/
.sonj-nav{
	background-color: #0a3264;
	font-size: 1rem;
  line-height:normal;
}

.sonj-nav .navbar-brand{
	color: #fff;
}
.navbar-brand, h2 a{
    font-size: 1.25rem;
  color:#fff!important;
}
                                                
.sonj-nav  .navbar-nav .nav-link{
	color: #fff;
	padding-right: 0.5rem; /*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
	padding-left: 0.5rem; /*Default BT is to go to 0 on collapsed nav this sets this back to desired padding*/
}

.sonj-nav .nav-link.active,.sonj-nav  .show >.nav-link, .sonj-nav .nav-link:hover{
	background: #fff;
    color: #233b95!important;
	border-radius: .25rem;
}
.sonj-nav .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.sonj-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");
}

.sonj-nav .dropdown-item:focus, .sonj-nav .dropdown-item:hover {
   color: #233b95;
    text-decoration: none;
    background-color: #fff;
}
.sonj-nav  ul li ul li ul{}
.sonj-nav  ul.navbar-nav>li>ul>li>ul{
	list-style: none;
	padding-left: 1rem;
}
	
/* SoNJ Carousel */

.carousel.sonj .carousel-control-next-icon,
.carousel.sonj .carousel-control-prev-icon{
	background-color: rgba(0,0,0,.5);
	background-size: 50% 50%;
	border-radius: 1rem;
}

.carousel.sonj .carousel-indicators{
	bottom: 0px;
}

.carousel.sonj .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 100%;
	
}
.carousel.sonj .carousel-indicators li.active {
	background-color: rgba(0,0,0,.75);
	border: 2px solid white;
}

.carousel.sonj .carousel-caption,
.carousel.sonj .carousel-caption.default, .caption {
	//background: rgba(255, 255, 255, 0.5);
  	background: #545653;
    color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	align-items: center;
	padding-bottom: 2rem;
	border-radius: 0.5rem;

  	//color: #12405f;
}

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

/*SoNJ Slick Carousel*/
.slickCarousel.sonj .slick-prev::before,
.slickCarousel.sonj  .slick-next::before {
	color: #000;
	text-shadow: 0px 0px 6px #FFffff;
}
.slickCarousel.sonj  .slick-prev {
    left: 25px;
    z-index: 200;
}
.slickCarousel.sonj  .slick-next {
    right: 25px;
    z-index: 200;
}
/*
.slickCarousel.sonj  .slick-slide .card{
	position: relative;
}
.slickCarousel.sonj  .slick-slide .card .index-tag{
	position: absolute;
	top: .5rem;
	right: 1rem;
	font-size: 1rem;
	background-color: rgba(255,255,255,.5);
	border-radius: .5rem;
	padding: .25rem 1rem;
	font-weight: 500;
}
*/

/*FOOTER*/
footer.sonj,
footer .sonj-footer{
	background: #1d1d1d;

	padding: 15px 0;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 300;
}
footer.sonj a,
footer .sonj-footer a{
    color: #ffffff;
}
                                                     
.footer.site ,.site-footer {
	/*background: #0099cc;*/
      /*background: #007fad;*/
  background: #53585e;
	padding: 15px 0;
	color: #fff;
	font-size: 0.85rem;
	//margin-top: 30px;
	font-weight: 300;
}

.footer.site ul.statewide,
.footer.site-footer ul.statewide{
	list-style: none;
	padding: 0px;
}
.footer.site ul.statewide a,
.footer.site-footer ul.statewide a{
	color: #ffffff;
	font-weight: 500;
}


.footer.site h3,
.footer.site-footer 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-footer h3 a,
.footer.site .columned a,
.footer.site-footer .columned a{
	color: #ffffff;
}


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

.footer.site  .columned>ul>li>h2,
.footer.site-footer   .columned>ul>li>h2,
.footer.site  .columned>ul>li>h3,
.footer.site-footer   .columned>ul>li>h3,
.footer.site  .columned>ul>li>h4,
.footer.site-footer   .columned>ul>li>h4,
.footer.site  .columned>ul>li>h5,
.footer.site-footer   .columned>ul>li>h5{
	border-bottom: 1px solid #fff;
	font-size: 1rem;
	font-weight: 500;
}
.footer.site  .columned>ul>li>h4, {}
@media  screen and (max-width: 767px) {
	body .footer.site  .columned>ul>li>h2,
	body .footer.site-footer   .columned>ul>li>h2,
	body .footer.site  .columned>ul>li>h3,
	body .footer.site-footer   .columned>ul>li>h3,
	body .footer.site  .columned>ul>li>h4,
	body .footer.site-footer   .columned>ul>li>h4,
	body .footer.site  .columned>ul>li>h5,
	body .footer.site-footer   .columned>ul>li>h5{
		border-bottom: 0px solid #fff000;
	}
}

.footer.site  .columned>ul>li>ul,
.footer.site-footer  .columned>ul>li>ul{

}

.footer.site  .columned>ul>li>ul>li>ul,
.footer.site-footer  .columned>ul>li>ul>li>ul{
	margin: 0px 0px 0px 1rem;
}

/*column solution for footer*/

@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;
	}
  .display-4; h2 {font-size: 1.5rem}
  
}


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



.columned ul{
	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{
	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;
}

img.digital-nj{
	opacity: .25;
  max-width: 90px;
  height:auto;
}

footer.sonj img.opra,
footer .sonj-footer img.opra{
	/*opacity: .6;*/
}

footer.sonj img.mynj,
footer .sonj-footer img.mynj{
	/*opacity: .5;*/
}
.card-link{
  background-color: #0c689a;
color: #fff;
}
.card-link:hover{
  background-color: #0c689a;
color: #fff;
}

.gray, .sectiongray, #section1 {background-color: #eeeeee!important;}

.panel-title > a:before {
	float: right !important;
	content:"\f068";
	padding-right: 5px;
}
.panel-title > a.collapsed:before {
	float: right !important;
	font-family: FontAwesome;
	content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.card-header{
	padding: 5px 5px 5px 15px;
	margin-bottom:0 ;
	background-color:#082038 ;	 
}	
.sectionHeader {
	color:#fff;
	padding: 5px 5px 5px 15px;
	background-color:#0A3264 !important;
}	
.sectionHeaderText{
	color:#363636;
}	
.listHeader{
	padding: 5px 5px 5px 0px;
	margin-bottom:0 ; 
	color:#000;
}	

.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: 1px solid rgba(0, 0, 0, 0);
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
	box-shadow: none;
	border-radius: 10px;
}






.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.collapsed .fa-minus-circle {
   display: none;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.campus-section {
    padding-top: 0px!important;
    padding-bottom: 50px;
    background-color: #fff;
	 
    background-image: url(../slices/bg_riverview.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
}
.txtcolor {
		color:white;		 
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}


#servicecatalog_curr_year_filter, #servicecatalog_prev_year_filter{
	padding-top: 10px;	
}
#servicecatalog_curr_year_info, #servicecatalog_prev_year_info{
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}

.page-link {
	margin-right:10px!important;
}
.form-control{
	margin-right:10px!important;
}
#servicecatalog_curr_year_length, #servicecatalog_prev_year_length{
	padding-left:10px;
	padding-top:10px;
}

@media  screen and (max-width: 767px) {
	body .footer.site  .columned>ul>li>h2,
	body .footer.site-footer   .columned>ul>li>h2,
	body .footer.site  .columned>ul>li>h3,
	body .footer.site-footer   .columned>ul>li>h3,
	body .footer.site  .columned>ul>li>h4,
	body .footer.site-footer   .columned>ul>li>h4,
	body .footer.site  .columned>ul>li>h5,
	body .footer.site-footer   .columned>ul>li>h5{
		border-bottom: 0px solid #0f4060;
	}
}

.footer.site  .columned>ul>li>ul,
.footer.site-footer  .columned>ul>li>ul{

}

.footer.site  .columned>ul>li>ul>li>ul,
.footer.site-footer  .columned>ul>li>ul>li>ul{
	margin: 0px 0px 0px 1rem;
}
@media  screen and (min-width: 768px) and (max-width: 1024px) {
	.carousel.sonj .carousel-caption.right {
		position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	align-items: center;
      
    padding-left: .5em;
    padding-right: .5em;
}
}
/*column solution for footer*/

@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;
	}
  .border-dark {border-right:none; color:#fff;}
}


@media  screen and (min-width: 576px) and (max-width: 767px) {
	.columned, .res {
		-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;
	}
  .border-dark {border-right:0; color:#fff;}
}


@media screen and (min-width: 768px) {
.columned, .res {
		-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;
	}
}

@media screen and (min-width: 768px) {
.columned, .res {
		-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;
	}
}

.columned ul{
	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{
	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;
}

img.digital-nj{
	opacity: .25;
}

footer.sonj img.opra,
footer .sonj-footer img.opra{
	/*opacity: .6;*/
}

footer.sonj img.mynj,
footer .sonj-footer img.mynj{
	/*opacity: .5;*/
}