/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
:root {
    --header-height: 187px;
    --footer-height: 113px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
p {
    font-size: 14px;
    color: #555555;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
}
.container{
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

h1 {
    color: #00255C;
    font-family: Arial;
    font-size: 28px;
    line-height: 1em;
    margin: 5px 0 0;
    font-weight: 900;
    font-family: Arial,Helvetica,sans-serif;
}
h2 {
    font-size: 28px;
    margin: 0px;
    font-family: "Arial Black", Arial;
    font-weight: 900;
    color: #00255c;
    line-height: 1.0em;
    margin-top: 5px;
}
h2 span {
    font-weight: normal;
    font-family: Arial;
}

h3 {
    color: #00255C;
    font-family: Arial;
    font-size: 22px;
    line-height: 1em;
    font-weight: 900;
}
/* h4 { font-size: ; } */
h5, h5 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #BD5025;
    padding: 10px 0px;
}

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	/* color: ; */
	font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
a:hover, a:focus{
	/* color: ; */
    text-decoration: none;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

input {
	font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

#main-header {
    position: relative;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.41);
    background: rgb(54,87,132);
    background: -moz-linear-gradient(top, rgba(54,87,132,1) 0%, rgba(24,41,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,87,132,1)), color-stop(100%,rgba(24,41,72,1)));
    background: -webkit-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -o-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: linear-gradient(to bottom, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365784', endColorstr='#182948',GradientType=0 );
    padding: 10px 0px 0px;
    width: 100%;
}

#top-header {
    background-color: #13223c;
    padding: 4px 0px;
}
.top-menu ul {
    margin: 0;
    padding: 0;
}
.top-menu ul li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.top-menu ul li:first-child a {
    padding-left: 0px;
}
.top-menu ul li a {
    color: #fff;
    padding-right: 0px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0px;
}
.top-menu ul li a:hover {
    color: #e9d373;
    text-decoration: none;
}



.social-media-right {
    text-align: right;
}
.social-media-right a {
    text-decoration: none;
}
.social-media-right svg {
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin-left: 3px;
}
.social-media-right svg#twitter-icon .cls-1:hover,
.social-media-right svg#fb-icon .cls-1:hover,
.social-media-right svg#linkedin-icon .cls-1:hover,
.social-media-right svg#youtube-icon .cls-1:hover {
    fill: #e9d373;
}

.logo-img {
    display: inline-block;
    vertical-align: middle;
}
.logo-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: "Arial Black",Arial;
    margin-left: 15px;
}


svg#search-icon {
    width: 12px;
    height: 13px;
}
svg#search-icon .cls-1:hover {
    fill: #e9d373;
}


/*--------------------------------------------------------------
                        Modal Search
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.search-header {
    padding: 55px 0px 100px 0px;
}
.search-content {
    max-width: 100%;
    margin: 0px auto;
    float: right;
    padding-right: 132px;
    padding-top: 30px;
}
.search-header button.close {
    color: #fff;
    opacity: .5;
}
input.search-button {
    display: none;
}
form.searchbox {
    border-top: 3px solid #00255C;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    padding: 13px 15px;
    background: #fff;
}
.search-body .search-input {
    border: none !important;
    padding: 0 10px;
    background: #f4f4f4;
    width: 230px;
    height: 30px;
    font: 13.3333px Arial;
    color: #000;
}


/* Mobile Search */

.mobile-search-wrap {
    padding-top: 30px;
}
.mobile-search-wrap form#searchbox, .mobile-search-wrap form.searchbox {
    border: 0px;
    border-radius: 3px;
    padding: 4px 10px;
}
.mobile-search-wrap input#q {
    border: none !important;
    padding: 0 4px;
    width: 230px;
    height: 30px;
    font: 13.3333px Arial;
    color: #000;
    background: #fff url(../images/search.png) center right no-repeat;
    outline: none;
}
.mobile-search-wrap input.search-input {
    border: none !important;
    padding: 0 4px;
    width: 230px;
    height: 30px;
    font: 13.3333px Arial;
    color: #000;
    background: #fff url(../images/search.png) center right no-repeat;
    outline: none;
    width: 100%;
}


/* Fixed Header */

.fixed {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000 !important;
    opacity: .95;
    overflow: visible !important;
}

/* Fixed Location */

.fixed-location.fixed-location-add {
    width: 100% !important;
    position: fixed !important;
    z-index: 200;
    top: 160px;
}

.fixed-location-remove {
    position: relative !important; /* for gpe */
}

/*----------------------------------Search Bar*/

/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/


/*----------------Slideshow----------*/

#slideshow-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}
#slideshow-wrap img {
    width: 100%;
}
#slideshow-wrap .carousel-inner {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.41);
}
.carousel-control {
    display: none;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
	background-image: none;
	/* font-size: ;
	font-weight: ; */
	z-index: 101;
}
/* .carousel-control{
	top: ;
	width: ;
} */
.carousel-caption { 
	position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .6);
    padding: 15px 110px;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
}
/* @media (min-width: 990px) and (max-width: 1199px) {
	.carousel-caption{
		
	}
}
@media (max-width: 990px){
	.carousel-caption{
		
	}
	#slide-row .col-md-12{
		
	}
} */
.caption-text {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0px;
    display: block;
    color: #fff;
}
.alt-text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}
.carousel-caption a {
    font-weight: normal;
    background-color: #D7161F;
    max-width: 215px;
    border-radius: 6px;
    padding: 13px 28px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    font-size: 18px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background: #BD5025;
    border: 0px;
    margin-left: 8px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 0px;
    margin-left: 8px;
}
.carousel-indicators {
    display: none;
    bottom: 5px;
    z-index: 102;
}



.carousel-control-outside-wrap .carousel-control-inside-wrap {
    display: none;
}
.carousel-control-outside-wrap:hover .carousel-control-inside-wrap {
    display: block;
}
.dummy-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
}

#slideshow-wrap .carousel-control img {
    width: 15px !important;
    height: 20px;
}
#slideshow-wrap .carousel-control.left {
    height: 40px;
    width: 40px;
    color: #fff;
    top: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    background: rgba(0,0,0,0.6);
    border-radius: 80px;
    margin-left: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2px;
}
#slideshow-wrap .carousel-control.right {
    height: 40px;
    width: 40px;
    color: #fff;
    top: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    background: rgba(0,0,0,0.6);
    border-radius: 80px;
    margin-right: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
}
#slideshow-wrap .carousel-control.left:hover,
#slideshow-wrap .carousel-control.right:hover {
    background: rgba(0,0,0,1);
}

/*----------------End Slideshow------*/

/*---------- news_feed_pages function ----*/
div#news-button-container {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
div#news-button-verbiage {
	margin-right: 10px;
	display: inline-block;
	color: #5DB2D7;
}
div#news-button-container:active{	
	margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #5DB2D7;
	color: black;
	border: 1px solid black;
	border-radius:5px;
	margin: 0px;
}
div.nb-number:hover {
	opacity:0.7; /*buttons move toward backgound color when hovered over*/
	cursor: pointer;
}
div.nb-number:active {
	/* make buttons look like they are being pressed when clicked*/
	opacity:0.6;
	border-width:2px 0px 0px 2px; 
}
div.nb-selected {	
	/* style the selected button */
	opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
	background-color: transparent;
	color: #5DB2D7;
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
/*---------- END: news_feed_pages ----*/

/*--------------------------------------------------------------
				CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------------*/

.main-content {
    padding: 15px 0px;
}

.feature-location-wrap {
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%)!important;
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%)!important;
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%)!important;
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 )!important;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.31);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.31);
    margin-bottom: 0px !important;
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#location-wrap a {
    text-decoration: none;
    display: block;
}
#location-wrap a:hover {
    text-decoration: none;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
    color: #292929;
}
#location-wrap span {
    display: inline-block;
    vertical-align: middle;
}
#location-wrap h3 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
    color: #3f3f3f;
    text-decoration: none;
}
.north-jersey-wrap,
.central-jersey-wrap,
.south-jersey-wrap {
    margin: auto;
    text-align: center;
}
.north-jersey-wrap,
.south-jersey-wrap {
    border-left: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc!important;
    padding-right: 1px;
}
#col-north {
    padding-right: 0px;
}
#col-central {
    padding-left: 0px;
    padding-right: 0px;
}
#col-south {
    padding-left: 0px;
}



/* News */

#news-section .nav-tabs>li>a {
    background: rgb(54,87,132);
    background: -moz-linear-gradient(top, rgba(54,87,132,1) 0%, rgba(24,41,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,87,132,1)), color-stop(100%,rgba(24,41,72,1)));
    background: -webkit-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -o-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: linear-gradient(to bottom, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365784', endColorstr='#182948',GradientType=0 );
    border: 0px !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0px 1px 0px 0px;
}
#news-section .nav-tabs>li.active>a,
#news-section.nav-tabs>li.active>a:focus,
#news-section.nav-tabs>li.active>a:hover {
    color: #000000 !important;
    background: #fff !important;
    border: solid 1px #e4e4e4 !important;
    border-bottom: 0px !important;
    margin-right: 0px;
}
#state, #north, #central, #south {
    background: #fff;
    padding: 0px 20px;
    border-left: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-right-radius: 9px;
}

.news-item {
    border-bottom: 1px dotted #cccccc !important;
    padding-bottom: 50px;
}
.news-item:last-child {
    border-bottom: 0px !important;
}
.news-item h4 {
    padding-bottom: 10px;
}
a.news-title-link {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
}
a.news-title-link:hover {
    color: #00255e;
}
.description {
    font-size: 12px;
    line-height: 20px;
    color: #555555;
}

.new-button {
    margin-top: 20px;
}
.new-button a {
    float: right;
    font-size: 12px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: rgb(54,87,132);
    background: -moz-linear-gradient(top, rgba(54,87,132,1) 0%, rgba(24,41,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,87,132,1)), color-stop(100%,rgba(24,41,72,1)));
    background: -webkit-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -o-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: linear-gradient(to bottom, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365784', endColorstr='#182948',GradientType=0 );
    color: #fff;
    padding: 5px 12px;
}
.new-button a:hover {
    color: #E9D373 !important;
    background: #182948 !important;
}




/* Events */

#sidebar-events, #sidebar-environmental, #sidebar-scholarships {
    padding-bottom: 20px;
}

#cal h3 {
    background: rgb(54,87,132);
    background: -moz-linear-gradient(top, rgba(54,87,132,1) 0%, rgba(24,41,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,87,132,1)), color-stop(100%,rgba(24,41,72,1)));
    background: -webkit-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -o-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: linear-gradient(to bottom, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365784', endColorstr='#182948',GradientType=0 );
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    margin: 0px;
    line-height: 27px;
    font-weight: normal;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    border-top-right-radius: 9px;
    padding: 0px 0px 0px 6px;
}
#tcal {
    border: 1px solid #dcdcdc;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    background-image: url(../images/cal.jpg);
    background-repeat: no-repeat;
    background-position: 3px 7px;
}
#tcal p {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    padding-left: 70px;
    padding-right: 3px;
    padding-bottom: 7px;
    min-height: 57px;
}
.sbbut {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    margin-bottom: 4px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    border-top-right-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-left-radius: 9px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #1E2A50;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 97%;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}
.sbbut:active {
    position: relative;
    top: 1px;
}
.sbbut:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
    color: #1E2A50;
}


#pay h3 {
    background: rgb(54,87,132);
    background: -moz-linear-gradient(top, rgba(54,87,132,1) 0%, rgba(24,41,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,87,132,1)), color-stop(100%,rgba(24,41,72,1)));
    background: -webkit-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -o-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: linear-gradient(to bottom, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365784', endColorstr='#182948',GradientType=0 );
    color: #ffffff;
    font-size: 15px;
    font-variant: small-caps;
    text-align: center;
    margin: 0px;
    line-height: 27px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    border-top-right-radius: 9px;
    padding: 3px;
}
#tpay {
    border: 1px solid #dcdcdc;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    background-image: url(../images/njdep.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
#tpay p {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    padding-left: 70px;
    padding-right: 3px;
    padding-bottom: 7px;
    min-height: 62px;
}


#tschol {
    border: 1px solid #dcdcdc;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    background-image: url(../images/scholarship.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
#schol h3 {
    background: rgb(54,87,132);
    background: -moz-linear-gradient(top, rgba(54,87,132,1) 0%, rgba(24,41,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,87,132,1)), color-stop(100%,rgba(24,41,72,1)));
    background: -webkit-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -o-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    background: linear-gradient(to bottom, rgba(54,87,132,1) 0%,rgba(24,41,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365784', endColorstr='#182948',GradientType=0 );
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    margin: 0px;
    line-height: 27px;
    padding: 0px 0px 0px 6px;
    font-weight: normal;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    border-top-right-radius: 9px;
}
#tschol p {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    padding-left: 70px;
    padding-right: 3px;
    padding-bottom: 7px;
    min-height: 57px;
}



/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    position: relative;
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
}
.addmargin {
    margin-top: 161px;
}

/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 250px;
    margin: 50px auto;
}
.modal-content {
    background: #EEEEEE;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
#login input{
    width: 200px;
    height: 30px;
    border-radius: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #999;
    padding: 3px;
}
#login input[type="submit"] {
    background: #BD5025;
    color: #fff;
    border: 1px solid #BD5025 !important;
    border-radius: 3px !important;
    padding: 0px;
}
#login input[type="submit"]:hover {
    background: #1F5466;
    border: 1px solid #1F5466 !important;
    color: #fff;
}
#login a {
    margin-bottom: 10px;
    display: block;
    color: #333333;
    text-decoration: underline;
}
#login a:hover {
    color: #1F5466;
    text-decoration: none;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #1F5466;
    font-size: 24px;
    font-weight: bold;
}
#login input {
    width: 200px !important;
    height: 30px;
    border-radius: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #C4C4C4;
    padding: 5px;
}

/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

#footer-row {
    padding: 20px 0px 10px;
    background: #13223C;
    margin-top: 50px;
}
#footer-row p {
    color: #fff;
    font-size: 14px;
}
#footer-row a {
    color: #192b4a;
    font-size: 14px;;
}
#footer-row a:hover {
    color: #192b4a;
    text-decoration: none;
}
.footer-con-left img {
    display: inline-block;
}
#footer-wrap-left img{
    display: inline-block;
    vertical-align: unset;
}
#footer-wrap-left span {
    display: inline-block;
    padding-left: 3px;
}

.bottom-menu {
    text-align: right;
}
.bottom-menu ul {
    margin: 0;
    padding: 0;
}
.bottom-menu ul li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.bottom-menu ul li a {
    color: #fff !important;
    padding-right: 0px;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif;
    padding-left: 15px;
}
.bottom-menu ul li a:hover {
    color: #e9d373 !important;
    text-decoration: none;
}

/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/


/*----------- MEDIA QUERY --------------------*/

@media (min-width: 1000px) {
    .container {}

    #main-header {
        height: 161px;
    }
}


@media (min-width: 990px) and (max-width: 1199px) {
    .container {}

    #logo-wrap {
        padding: 0px 0px 30px;
    }
    .top-menu {
        padding: 3px 0px;
    }
    .sm-mobile-menu-wrap {
        text-align: right;
        padding-top: 2px;
    }
    .social-media-right {
        padding-top: 5px;
        display: inline-block;
    }
    #footer-wrap-left span {
        display: inline;
    }
    .bottom-menu ul li a {
        padding-left: 8px;
    }

}

@media (max-width: 991px) {
    .container {}

}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}

    .sm-mobile-menu-wrap {
        text-align: right;
    }
    .social-media-right {
        padding-top: 5px;
        display: inline-block;
    }
    #logo-wrap {
        padding: 0px 0px 30px;
    }
    .logo-text {
        font-size: 28px;
    }
    .top-menu {
        padding: 3px 0px;
    }
    .feature-location-wrap {
        display: none;
    }
    #tcal p {
        padding-bottom: 25px;
    }
    #tpay p, #tschol p {
        min-height: 80px;
    }
    #footer-row {
        padding: 20px 0px 20px;
    }
    .bottom-menu {
        text-align: left;
    }
    .bottom-menu ul li:first-child a {
        padding-left: 0px;
    }


}


@media (max-width: 767px) {
    .container {}

    .top-menu {
        display: none;
    }
    .sm-mobile-menu-wrap {
        text-align: right;
    }
    .social-media-right {
        padding-top: 5px;
        display: inline-block;
    }
    #logo-wrap {
        text-align: center;
        padding: 0px 0px 30px;
    }
    .logo-img {
        display: none;
    }
    .logo-text {
        font-size: 20px;
        padding-top: 0px;
    }

    .feature-location-wrap {
        display: none;
    }
    #news-section .nav li {
        width: 100%;
        margin-bottom: 1px;
    }
    #footer-row {
        padding: 40px 0px 40px;
        text-align: center;
    }
    #footer-wrap-left span {
        display: inline;
    }
    .bottom-menu {
        text-align: center;
    }
    .bottom-menu ul li {
        display: block;
        padding: 6px 0px;
    }

}


@media (max-width: 480px) {
    .container {}

    .top-menu {
        display: none;
    }
    .sm-mobile-menu-wrap {
        text-align: right;
    }
    .social-media-right {
        padding-top: 5px;
        display: inline-block;
    }
    #logo-wrap {
        text-align: center;
        padding: 0px 0px 30px;
    }
    .logo-img {
        display: none;
    }
    .logo-text {
        font-size: 20px;
        padding-top: 0px;
    }

    .feature-location-wrap {
        display: none;
    }
    #news-section .nav li {
        width: 100%;
        margin-bottom: 1px;
    }
    #footer-row {
        padding: 40px 0px 40px;
        text-align: center;
    }
    #footer-wrap-left span {
        display: inline;
    }
    .bottom-menu {
        text-align: center;
    }
    .bottom-menu ul li {
        display: block;
        padding: 6px 0px;
    }

}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .carousel-caption a {
        padding: 13px 27px;
    }
}
