/*
Additions, changes or modifications to CSS provided
*/

/**/
div.clickable {
    max-width: 1000px;
	width: 100%;
}

/**/
section#header .links {
    margin-bottom: 5px;
}

/**/
div#topLeft {
    width: 445px;
}

/**/
#tagline {
    font-size: 1em;
	font-size: .9em\9;
}

/**/
.clickable #topLeft div#logo, .clickable #topLeft DIV#logo {
    background: rgba(0, 0, 0, 0) url("../template-images/njdoh_svg.png") no-repeat scroll 0 0 / 430px auto;
	background: url(../template-images/njdoh_svg.png) no-repeat;
    height: 105px;
    margin-left: 4px;
    width: 507px;
}

/**/
div.x11 {
    width: 94px;
}
div.x12 {
    width: 214px;
}

/**/
section#content .tilecontent  h3 {
    font-size: 1.17em;
    font-weight: bold;
   line-height: 27px;
    font-size: 1.17em!important;
    font-weight: bold !important;
}

/**/
div#footer {
    margin-top: 35px;
    padding-bottom: 50px;
}

/**/
section#content {
    padding-bottom: 0px;
}

/**/
#lastReviewed {
    color: #b8d2e3;
    font-size: smaller;
    line-height: 0;
    margin: 0 auto auto;
    max-width: 1000px;
    position: relative;
    top: -1em;
}
#lastReviewed span {
    padding: 5px;
}

/**/
div#slider.large {
    border: 0px;
}

/**/
h2 {
    border-bottom: 0px;
}

/**/
.displaySlide h2 {
    font-size: 40px!important;
}

/**/
#RightOfCurrent, #Current, #LeftOfCurrent {
    height: 316px;
}
#displayArea {
    height: 308px;
}
#sliderOIT {
    height: 324px;
}
div#sliderInside {
    height: 349px;
}

/**/
div#spotlight nav#spotnav span#prev {
    background-image: url("/health/assets/images/arrow-left.png");
    background-repeat: no-repeat;
}
div#spotlight nav#spotnav span#next {
    background-image: url("/health/assets/images/arrow-right.png");
    background-repeat: no-repeat;
}

/**/
div#spotlight #spotslides h3 {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    font-size: 40px !important;
    font-weight: 100 !important;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
}

/**/
div#spotslides {
    height: 280px;
    width: 438px;
}
div#spotlight div.spotslide {
    width: 438px;
}

/**/
section#content .md-content h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

/**/
.md-modal #lastReviewedModal {
    bottom: 24px;
    float: left;
    left: 10px;
    position: absolute;
}

/**/
#contentContainer .overlay-columnheader {
    font-weight: bold !important;
}
#contentContainer h2 {
    font-family: "Open Sans",sans-serif !important;
    font-size: 1em !important;
    line-height: 1em !important;
}

/**/
section#content h3.panel-title {
    font-size: 16px !important;
}

/**/
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

/**/
.col-md-8 {
    width: 66.66%;
}

/**/
#submit_search.green{
	background-image:url(/health/assets/images/round12px.png); BORDER-BOTTOM: 0px;
}

/* Top Nav changes*/

#masthead .navbar {
  width: 100%;
}
#masthead .navbar-nav {
  width: 100%;
}
#masthead .navbar-nav > li {
  max-width: 20%;
}

/*Spotlight Landing Page*/



	#spotlight.landing-page{
		height: auto;
		width: 100%;
		margin: 0px;
	}
	
	
	#spotlight.landing-page div#spotslides{
		height: auto;
		width: 100%;
	}
	div#spotlight.landing-page div.spotslide{
		height: auto;
		width: 100%;
		display:none;
	}
	
	div#spotlight.landing-page div.spotslide.first{
		display:block;
	}
	
	#spotlight.landing-page .spotcontent{
		margin: .75em 0 0 0;
	}
	
	#spotlight.landing-page a.da-link{
		width: auto;
		float: left;
		top: 0px;
	}

/*3/19/2016 landing page spotlight row corrections*/

body.landing-page-a div#content  .row {
    margin-bottom: 0px;
}

body.landing-page-a div#content span.no-margin .panel{
	margin-bottom: 0px;
}


/*$th level additions*/
p.back-to > a, p.back-to > a:hover{
	font-weight: bold;
	color: rgb(17, 82, 143);
}
p.back-to > a::before {
    content: "<< ";
}

h3.panel-title > a:hover{
	color: inherit;
}


/*4/4/2016*/
div.bodycopy a[href^="http://"] {
  background: none;
  padding-right: 0;
  /*
  background: url(http://na3hl.com/elftmann/img/offsite-link.png) center right no-repeat;
  padding-right: 15px;
  */

}


/*6/21/2016*/
#JobOpenings {
    margin: 1em 1%;
    width: 98%;
	display: inline-block;
}

#JobOpenings > div{
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}

#JobOpenings .headings{
    border-bottom: 1px solid #ccc;
    width: 100%;
	overflow:auto;
	background-color: #dce8f3;
	font-weight: bold;
	color: #000;
}
#JobOpenings .headings > div, #JobOpenings .item > div {
    float: left;
    font-size: 1em;
}
#JobOpenings .headings > div.job-title, #JobOpenings .item > div.job-title { width: 75%;}
#JobOpenings .headings > div.deadline, #JobOpenings .item > div.deadline { width: 25%;}

#JobOpenings .item{
    display: inline-block;
    margin: 0.25em 0;
    width: 100%;
}


/* 5/9/2016 hide all tertiary navigation drop downs*/
#masthead ul.leftNavTertiary.master {
    display: none;
}

/* 5/19/2016 */
#masthead.container h1 a.link-back, #masthead.container h1 a.link-back:hover {
	color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;	
}


/* 5/31/2016 navigation reduction*/
#content ul.nav.navbar-nav.leftNav{
	padding-left: 0px;
}
#content ul.nav.navbar-nav.leftNav>li{

}
#content ul.nav.navbar-nav.leftNav>li>a{
	padding: 5px 10px;
}

#Sidebar-Wrapper img{
	width: 100%;
	max-width: 100%;
	border: 1px solid #11528f;
	padding: 0px;
	margin: 0px;
}

/*Fix leftnav float clear issue with multiple items in same row*/
ul.leftNav li{
	clear: left;
	width: 100%;
}


