/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://cdn.nj-moves.com/css/proxima-nova.css');


/* CSS */
* {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

.alert-banner {
	padding: 24px;
	width: 100%;
}

.alert-banner a {
	color: #FFF!important;
	margin: 0;
}

.alert-banner.alert { background-color: #c11a00; color: #FFF; }
.alert-banner.primary { background-color: #00496f; color: #FFF; }
.alert-banner.success { background-color: #228342; color: #FFF; }
.alert-banner.warning { background-color: #e18309; color: #FFF; }

.alert-content,
.alert-message {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin: 0;
	text-align: center;
}

.alert-message {
	max-width: 1200px;
}

.alert-message p {
	margin: 0;
	text-align: center;
	text-shadow: 0 2px 3px #000;
}

.alert-button {
	background-color: #0000000D !important;
	border-radius: 16px;
	border: 1px solid var(--gray);
}

.alert-button:hover {
	background-color: #00000059 !important;
}

.alert-button-close {
	cursor: pointer;
	padding-left: 20px;
}

body, html {
	height: 100%;
	min-height: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
}

blockquote {
	background-color: #f1f1f1;
	border-left: 5px solid #094a6f;
	padding: 15px;
}

blockquote p {
	color: #0f0f0f;
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 3px solid #052f57;
	margin: 20px 0 13px;
}

.breadcrumb a {
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

.button { color: #FFF; background-color: #0a7bb7; }
.button.alert { background-color: #cc4b37!important; }
.button.warning { background-color: #ffae00!important; }
.button.success { background-color: #3adb76!important; }

.ck-editor__editable {
	min-height: 200px;
	max-height: 500px;
	overflow-y: auto;
}

.clear {
	clear: both;
}

.container {
	min-height: 100%;
	left: 0;
	padding-top: 40px;
	padding-bottom: 230px;
	position: absolute;
	top: 0;
	width: 100%;
}

.content-date {
	font-size: 14px;
	margin: 0;
	font-style: italic;
}

.copyright-mobile {
	display: none;
}

.event-box {
	border: 1px solid #ccc;
	position: relative;
	height: 370px;
	margin-bottom: 30px
}

.event-background {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
}

.event-content {
	padding: 20px 10px;
	max-height: 430px;
	background-color: white;
	width: 280px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.event-content-date {
	padding: 20px 20px;
	background-color: white;
	height: 65px;
	bottom: 0;
	position: absolute;
	margin: 20px;
	right: 0;
	color: #094a6e;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.event-button {
	width: 200px;
	margin: 20px auto 0;
	display: block;
	border-radius: 4px;
}

.event-title {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}

.event-description {
	margin: 15px 0;
}

.first-event-content {
	margin-bottom: 30px;
}

.event-day:hover {
	color: #FFF;
}

.event-day {
	color: white;
	display: block;
	font-size: 30px;
	margin: auto;
	padding: 50px;
	text-align: center;
}

.event-detail-image {
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	width: 100%;
	height: 320px;
	margin-bottom: 15px;
}

.event-icon {
	font-size: 20px;
	margin-left: 8px;
}

.event-info {
	border-radius: 5px;
	font-size: 18px;
}

.event-info-item {
	margin-bottom: 20px;
	padding: 0 10px 0;
}

.event-list .news-post-description {
	width: 1125px;
}

.event-list-title {
	display: flex;
	padding-top: 28px;
}

.event-list-title label,
.event-list-title span {
	padding-right: 30px;
	font-weight: 600;
}

.event-location {
	background-color: #ededed;
	margin-bottom: 20px;
	padding: 10px 0;
}

.event-location a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

.event-registration {
	margin-bottom: 8px;
}

.event-registration a {
	margin: 10px 0 0;
	width: 100%;
}

.event-sidebar {
	padding-top: 38px!important;
}

.event-sidebar .news-related-post-box:not(:last-child) {
	margin-bottom: 20px;
}

.event-see-more {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.event-thumbnail {
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	position: relative;
}

.event-container {
	padding: 10px 10px 0;
}

footer {
	bottom: 0;
	box-sizing: border-box;
	height: 40px;
	padding: 10px 18px 0;
	position: absolute;
	width: 100%;
}

footer p {
	color: #094a6f;
	font-size: 12px;
	font-weight: 600;
	margin: 2px 0 0;
}

.footer-address {
	left: 200px;
	font-size: 13px;
	position: absolute;
	top: 54px;
	width: 500px;
}

.footer-container {
	color: #FFF;
	background-color: #094a6f;
	bottom: 40px;
	height: 140px;
	position: absolute;
	width: 100%;
}

.footer-line {
	background-color: #3f8cb7;
	height: 85px;
	position: absolute;
	top: 30px;
	width: 4px;
}

.footer-link {
	color: #FFF;
	font-style: italic;
}

.footer-link:hover, footer-link:active {
	color: #FFF!important;
}

.footer-links {
	list-style: none;
	position: absolute;
	right: 75px;
	top: 60px;
}

.footer-links li {
	float: left;
	padding-left: 30px;
}

.footer-logo {
	left: 28px;
	position: absolute;
	top: 34px;
}

.footer-phone {
	color: #98daff;
}

.footer-social-media a {
	padding: 3px 5px 0;
	margin-right: 10px;
}

.frontpage-middle-bar p {
	font-size: 18px;
	margin: 0;
	text-align: center;
}

.frontpage-middle-bar > div:first-child {
	border-right: 1px solid #9e9e9e;
}

.frontpage-section {
	padding-bottom: 40px;
	padding-top: 40px;
}

h1, h2, h3, h4, h5, h6, li, td, th, p, a, span, div {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Montserrat', sans-serif;
}

.hover-link:hover {
	text-decoration: underline;
}

.image-container {
	left: 400px;
	position: absolute;
	top: 0;
	transition: left ease-in-out .3s;
}

.image-gallery-container {
	height: 440px;
	margin: 0 auto 40px;
	overflow: hidden;
	position: relative;
	width: 1200px;
}

.image-gallery-control {
	border-bottom: 3px solid #0b7bb7;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	opacity: .7;
	padding-left: 5px;
	position: absolute;
	bottom: 0;
	width: 120px;
	transition: opacity ease-in-out .2s;
}

.image-gallery-control:hover {
	opacity: 1;
}

.image-gallery-control-left {
	left: 0;
	border-left: 3px solid #0b7bb7;
}
.image-gallery-control-right {
	border-right: 3px solid #0b7bb7;
	padding-right: 5px;
	right: 0;
	text-align: right;
}

.image-gallery-curtain {
	height: 400px;
	position: absolute;
	top: 0;
	width: 80px;
}

.image-gallery-curtain-left {
	background-image: url("/img/curtain-left.png");
	left: 0;
}

.image-gallery-curtain-right {
	background-image: url("/img/curtain-right.png");
	right: 0;
}

.image-gallery-single-pic {
	height: 300px;
	margin: 20px 0 30px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.image-gallery-single-pic img {
	max-width: 100%;
}

.image-thumb {
	bottom: 0;
	left: 0;
	max-height: 400px;
	max-width: 380px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.image-thumb-container {
	padding: 0 10px 0;
	position: relative;
	float: left;
	width: 400px;
	height: 400px;
}

.image-gallery-container-mobile {
	display: none;
}

.image-gallery-overlay {
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
}

.image-gallery-overlay-black {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
}

.image-gallery-preview {
	max-height: 90%;
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
}

.image-thumb-mobile {
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	height: 120px;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.image-thumb-mobile > p {
	color: #FFF;
	bottom: 2px;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	position: absolute;
	text-shadow: 0 2px 1px #000;
	right: 5px;
}

.index-apply-button {
	background-color: #FFF!important;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.index-apply-button-container {
	height: 142px;
	margin: 10px 0 20px;
	padding: 20px;
	text-align: center;
}

.index-apply-button-container > h5 {
	font-weight: bold;
	color: #FFF;
}

.index-apply-button-container-njeit, .index-block-bottom-njeit {
	background-color: var(--njeit_color);
	background-image: url("/img/njib/1.jpg");
	background-size: cover;
	background-position: center center;
}

.index-apply-button-container-njtib, .index-block-bottom-njtib {
	background-color: var(--njtib_color);
	background-image: url("https://cdn.njib.gov/banners/NJTIB/TB_bg_1_og.jpg");
	background-size: cover;
	background-position: center;
}

.index-apply-button-container-njtib > .index-apply-button {
	color: #000!important;
}

.index-apply-button-container-njrib, .index-block-bottom-njrib {
	background-color: var(--njrib_color);
	background-image: url("https://cdn.njib.gov/banners/NJRIB/bg-2_njrib_rd.jpg");
	background-size: cover;
	background-position: center;
}

.index-apply-button-container-blink, .index-block-bottom-blink {
	background-image: url('https://cdn.njib.gov/banners/bondlink_bg.jpg');
	background-size: cover;
	background-position: center;
}

.index-apply-button-container-blink {
	background-color: #d09b5d;
}

.index-big-logo {
	padding-top: 30px;
}

.index-big-splash {
	background-color: #094a6f;
	min-height: 250px;
	position: relative;
	width: 100%;
}

.index-big-splash-subheading {
	color: #98daff;
	font-size: 29px;
	padding-top: 80px;
}

.index-big-splash-heading {
	color: #FFF;
	font-size: 38px;
	font-weight: 800;
}

.index-big-splash-line {
	background-color: #98daff;
	height: 3px;
	position: absolute;
	top: 185px;
	width: 40px;
}

.index-block {
	color: #094a6f;
	cursor: pointer;
	height: 518px;
	margin-bottom: 50px;
	padding-top: 1px;
	position: relative;
	text-align: center;
	width: 100%;
}

.index-block h2 {
	font-weight: 800;
}

.index-block > .line {
	height: 3px;
	margin: 0 auto 16px;
	width: 16px;
}

.index-block > p {
	font-weight: 600;
}

.index-block-bottom {
	bottom: 0;
	height: 140px;
	position: absolute;
	width: 100%;
}

.index-block-bottom p {
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	margin-top: 20px;
}

.index-block-bottom-njeit {
	background-color: var(--njeit_color);
}

.index-block-bottom-njtib {
	background-color: var(--njtib_color);
}

.index-block-bottom-blink {
	background-color: var(--ir_color);
}

.index-block-button, .index-block-button:hover, .index-block-button:active, .index-block-button:visited {
	background-color: #FFF!important;
	color: #094a6f;
	font-family: "Montserrat";
	font-weight: 600;
}

.index-block-logo {
	background-color: #FFF;
	border-radius: 80px;
	height: 160px;
	margin: 26px auto 18px;
	width: 160px;
}

.index-block-logo-njeit, .index-block-logo-njtib {
	background-position: center center;
	background-repeat: no-repeat;
}

.index-block-logo-njeit {
	background-image: url('/img/njib/njeit-thumb.png');
	background-size: 120px;
}

.index-block-logo-njtib {
	background-image: url('https://cdn.njib.gov/banners/NJTIB/njtib-thumb-bl.png');
}

.index-block-njeit, .index-block-njtib {
	cursor: pointer;
}

.index-block-njeit {
	background-color: #e2f2fa;
}

.index-block-njtib {
	background-color: #f1f1f1;
}

.index-block-blink {
	background-color: #ebffe6;
}

.index-block-njrib {
	background-color: #f8ede9;
}

.index-portals {
	padding-top: 40px;
}

.interest-notice-callout {
	color: #FFF;
	display: flex;
	height: 100%;
	justify-content: space-evenly;
	text-align: center;
	text-shadow: 0 2px #000;
	align-items: center;
}

.interest-notice-callout > div {
	text-align: center;
	flex-grow: 1;
	flex-basis: 0;
}

.interest-notice-title-block {
	padding: 25px 0;
	text-align: center;
	text-shadow: 0 2px #000;
}

.interest-notice-title-block > h1 {
	color: #FFF;
	font-size: 32px;
	font-weight: 800;
	margin: 0;
}

.interest-notice-title-logo {
	align-content: center;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px;
	border-radius: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 75px;
	justify-content: center;
	width: 75px;
}

.interest-notice-callout  h5 {
	font-weight: 800;
}

.interest-notice-rate {
	font-size: 54px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 4px #00000066;
	height: 75px;
}

.interest-notice-rate > span {
	font-weight: 600;
}

.leadership-advisor-role {
	color: #094a6f;
	font-weight: 800;
	margin: 0;
}

.leadership-advisor-row {
	border: 1px solid #efefef;
	width: 100%;
}

.leadership-advisor-text {
	padding: 7px 11px;
}

.leadership-advisor-url {
	background-color: #094a6f;
	color: #FFF;
	display: block;
	font-weight: 600;
	float: left;
	height: 100%;
	padding-bottom: 21px;
	padding-top: 21px;
	text-align: center;
	width: 100%;
}

.leadership-advisor-url:hover, .leadership-advisor-url:visited, .leadership-advisor-url:active {
	color: #FFF;
}

.leadership-box {
	background-color: #FFF;
	min-height: 423px;
	margin: 20px 0;
	position: relative;
}

.leadership-box:hover .leadership-hover {
	display: block;
}

.leadership-hover {
	background-color: #094a6f;
	color: #FFF;
	display: none;
	font-size: 14px;
	font-weight: 800;
	height: 40px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.leadership-name {
	color: #094a6f;
	font-weight: 800;
	margin: 0;
}

.leadership-portrait {
	background-color: #ccd4d7;
	background-position: top center;
	background-size: cover;
	height: 330px;
	margin: 0 auto;
	width: 100%;
}

.leadership-role {
	color: #0a7bb7!important;
	font-family: "Source Serif Pro";
	font-style: italic;
}

.leadership-text {
	padding: 10px;
	text-align: center;
}

#map {
	height: 500px;
	width: 100%;
}

.navigation {
	background-color: #FFF;
	border-right: 1px solid #f6f6f6;
	height: 100%;
	left: -300px;
	overflow-y: auto;
	padding-top: 50px;
	position: fixed;
	top: 0;
	width: 300px;
}

.navigation-logo {
	background-image: url("https://cdn.njib.gov/ag/img/njib-main-logo-big.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: block;
	height: 50px;
	position: absolute;
	right: 10px;
	width: 52px;
	top: 0;
}

.news-post-row {
	box-shadow: 0 1px 4px -3px #000;
	display: flex;
	gap: 15px;
	height: 122px;
	margin-bottom: 15px;
	width: 100%;
}

.news-post-row-image {
	background-position: center center;
	background-size: cover;
	display: block;
	height: 100%;
	width: 160px;
}

.news-post-text {
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.news-post-description {
	font-size: 14px;
	width: 770px;
	margin-top: 5px;
}

.news-post-description > p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news-post-date {
	color: #4f4f4f !important;
	font-size: 12px;
	font-style: italic;
	margin: 0;
}

.news-post-title > h5 {
	font-weight: 600;
	margin: 3px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 770px;
}

.news-post-read-more {
	bottom: 7px;
	font-size: 14px;
	position: absolute;
	right: 10px;
}

/******/

.news-tagline {
	background-color: #f3f3f3;
	border-left: 5px solid #052f57;
	color: #052f57;
	padding: 15px;
	margin: 15px 0;
}

.njeit-big-banner-alert {
	background-color: #efefef;
	min-height: 78px;
	padding: 12px 0;
	width: 100%;
}

.njtib-big-banner-alert {
	background-color: #efefef;
	min-height: 78px;
	padding: 12px 0;
	width: 100%;
}

.njeit-big-banner-window {
	background-position: center;
	background-size: cover;
	height: 280px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.njib-quotes-window {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.njib-quotes-block {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-style: italic;
	height: 100%;
	justify-content: center;
	left: 100%;
	opacity: 0;
	padding: 0 30px 40px;
	position: absolute;
	text-shadow: 0 2px 1px #ebebeb;
	top: 0;
	transition: left 200ms ease-in-out, opacity 200ms ease-in-out;
	width: 100%;
}

.njib-quotes-block-active {
	left: 0;
	opacity: 1;
}

.njib-quotes-block > div {
	font-weight: 800;
	line-height: 1.6em;
}

.njib-quotes-title {
	color: var(--main_color);
	margin-bottom: 20px;
}

.njib-quotes-subtitle {
	color: var(--main_color_light);
}

.njib-quotes-bullet-container {
	bottom: 0;
	height: 24px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.njib-quotes-bullet {
	background-color: #00000052;
	background-size: cover;
	border-radius: 5px;
	border: 1px solid #00000036;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.njib-quotes-bullet-selected {
	background-color: #FFF;
	border-color: #00000036;
	box-shadow: 0 0 2px #000;
}

.njib-main-logo {
	height: 80px;
	left: 50%;
	margin-left: -70px;
	position: absolute;
	top: 0;
	width: 140px;
}

.njib-main-logo-img {
	background-image: url("https://cdn.njib.gov/ag/img/njib-main-logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 68px;
	position: absolute;
	top: 0;
	width: 100%;
}

.njib-main-logo-bg {
	-moz-box-shadow: 0 0 12px #333536;
	-webkit-box-shadow: 0 0 12px #333536;
	box-shadow: 0 0 12px #333536;
	bottom: 4px;
	background-color: #FFF;
	border-radius: 40px;
	height: 80px;
	position: absolute;
	width: 100%;
}

.njib-main-logo-mask {
	top: 40px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.njib-middle-banner {
	background-color: #ECECEC;
	padding: 20px 0;
	width: 100%;
}

.no-margin {
	margin: 0;
}

.open-navigation {
	background-color: #0b7bb7;
	cursor: pointer;
	height: 100%;
	left: 0;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 88px;
}

.open-navigation i {
	color: #FFF;
	font-size: 22px;
	left: 8px;
	position: absolute;
	top: 10px;
}

.open-navigation span {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: 8px;
	top: 10px;
}

.opened-side-navigation {
	left: 0;
}

.opened-side-navigation-container {
	left: 300px!important;
}

.page-title {
	font-size: 36px;
	font-weight: 600;
	margin: 10px 0 20px;
}

.page-title span {
	font-weight: 800;
	color: #0a7bb7;
}

.page-subtitle {
	font-size: 30px;
	border-bottom: 5px solid #094a6f;
	font-weight: 600;
}

.root-page-box {
	border: 1px solid #094a6f;
	margin: 20px 0;
	padding: 18px 30px;
}

.scroll-up-button {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	background-color: #094a6f;
	bottom: 20px;
	color: #FFF;
	cursor: pointer;
	height: 50px;
	position: fixed;
	right: 25px;
	opacity: 1;
	width: 50px;
}

.scroll-up-button i {
	font-size: 28px;
	padding: 11px 0 0 11px;
}

.scroll-up-button-hide {
	opacity: 0;
}

.scroll-up-button-padded-bottom {
	bottom: 210px;
}

.search-box {
	box-shadow: none;
	font-size: 14px !important;
	padding-left: 15px;
	width: 160px;
}

.search-box:focus {
	box-shadow: none;
	border: none;
	border-left: 1px solid var(--gray);
}

.search-box,
.search-box:focus {
	border-bottom: none;
	border-left: 1px solid var(--gray) !important;
	border-right: none;
	border-top: none;
}

.search-box-container {
	height: 100%;
	position: absolute;
	right: 0;
}

.search-box-container .input-group {
	height: 100%;
	margin-bottom: 0;
}

.search-button {
	width: 40px;
}

.search-result-description {
	color: #737373;
}

.search-result-box {
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.search-result-box h3 {
	border-bottom: 2px solid #737373;
}

.search-result-box a {
	font-weight: 800;
}

.search-result-news-story {
	background-color: #db0e0e!important;
}

.search-result-publication {
	background-color: #9001b6 !important;
}

.search-result-njwb {
	background-color: var(--njeit_color)!important;
}

.search-result-njtib {
	background-color: var(--njtib_color)!important;
}

.search-result-njrib {
	background-color: var(--njrib_color)!important;
}

.search-result-section-icon {
	background-color: #094a6f;
	border-radius: 3px;
	color: #FFF;
	font-weight: 800;
	font-size: 12px;
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	padding: 3px 5px;
}

.side-navigation-arrow {
	font-size: 20px;
	position: absolute;
	right: 18px;
	top: 17px;
}

.side-navigation-close {
	cursor: pointer;
	left: 0;
	padding: 12px 0 0 12px;
	position: absolute;
	top: 0;
	height: 50px;
	width: 120px;
}

.side-navigation-close i {
	color: #094a6f;
	font-size: 28px;
}

.side-navigation-close p {
	color: #094a6f;
	font-size: 18px;
	font-weight: 800;
	left: 42px;
	position: absolute;
	top: 12px;
}

.side-navigation-header {
	background-color: #094a6f;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
	padding: 14px 20px;
	position: relative;
	width: 100%;
}

.side-navigation-header:hover, .side-navigation-header:active, .side-navigation-header:visited {
	color: #FFF!important;
}

.side-navigation-header-subtitle {
	font-size: 12px;
	width: 180px;
}

.side-navigation-link {
	background-color: #f8f8f8;
	color: #0a7bb7!important;
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
	padding: 14px 20px;
	width: 100%;
}

.side-navigation-link:hover, .side-navigation-link:active, .side-navigation-link:visited {
	color: #0a7bb7!important;
}

.side-navigation-link-container-njib > .side-navigation-header {
	background-color: var(--njib_color);
}
.side-navigation-link-container-njib > .side-navigation-link { color: var(--njib_color)!important; }

.side-navigation-header-njeit,
.side-navigation-link-container-njeit > .side-navigation-header {
	background-color: var(--njeit_color);
}

.side-navigation-link-container-njeit > .side-navigation-link { color: var(--njeit_color)!important; }

.side-navigation-header-njtib,
.side-navigation-link-container-njtib > .side-navigation-header {
	background-color: var(--njtib_color);
}

.side-navigation-link-container-njtib > .side-navigation-link { color: var(--njtib_color_dark)!important; }

.side-navigation-header-njrib,
.side-navigation-link-container-njrib > .side-navigation-header {
	background-color: var(--njrib_color);
}

.side-navigation-link-container-njrib > .side-navigation-link { color: var(--njrib_color)!important; }

.smooth-navigation {
	-webkit-transition: left 300ms ease-out;
	-moz-transition: left 300ms ease-out;
	-o-transition: left 300ms ease-out;
	transition: left 300ms ease-out;
}

.source {
	font-family: "Source Serif Pro";
}

.standard-width {
	margin: 0 auto;
	width: 1110px;
}

.extended-width {
	margin: 0 auto;
	width: 1460px;
}

.sitemap-list h5 {
	padding: 0 0 10px!important;
}

.sitemap-list li:last-child {
	border: none;
	padding-bottom: 0;
}

.sitemap-list li, .sitemap-list h5 {
	border-bottom: 1px solid #efefef;
	padding: 15px;
}
.sitemap-list, .sitemap-list li {
	list-style: none;
}

strong {
	font-weight: 600!important;
}

strong.noto {
	font-family: "Noto Sans";
}

.sub-bg {
	background-color: #f6f6f6;
	padding: 15px 20px;
	width: 100%;
}

.navigable-content {
	width: 1320px;
	margin: 0 auto;
}

.sub-content {
	width: 100%;
	margin: 0 auto;
}

.sub-nav {
	min-height: 200px;
	/*margin: 10px 0 20px;*/
	width: 100%;
}

.sub-nav a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 15px 12px 12px;
	width: 100%;
}

.sub-nav-link-selected {
	color: #FFF;
	background-color: var(--njib_color);
}

.sub-full {
	width: 100%;
	min-height: 400px;
}

.sub-left {
	float: left;
	min-height: 400px;
	width: 1000px;
	padding-right: 40px;
}

.sub-right {
	float: left;
	min-height: 300px;
	padding-top: 20px;
	width: 320px;
}

.sub-right .sub-line {
	background-color: #094a6f;
	font-size: 30px;
	height: 4px;
	margin: 20px 0;
	width: 100%;
}

.sub-text {
	color: #0a7bb7!important;
	font-family: "Source Serif Pro";
	font-style: italic;
	margin: 0;
}

.tools-dropdown {
	background-color: #375980;
	display: none;
	position: absolute;
	text-align: right;
	top: 40px;
	right: 0px;
	width: 230px;
}

.tools-dropdown > a, .tools-dropdown > a:active, .tools-dropdown > a:visited {
	background-color: var(--njib_color);
	color: #FFF!important;
	padding: 10px;
}

.tools-dropdown > a:hover {
	background-color: #0a5a85;
}

.tools-dropdown-hover {
	color: var(--njib_color);
	cursor: pointer;
	position: relative;
}

.tools-dropdown-title {
	font-weight: 600;
}

.top-navigation {
	height: 100%;
	position: absolute;
	right: 0;
	width: 88%;
}

.top-navigation li {
	float: left;
	padding: 9px 7px 0;
}

.top-navigation ul {
	list-style-type: none;
}

.top-navigation-container {
	background-color: #FFF;
	-moz-box-shadow: 0 0 12px #333536;
	-webkit-box-shadow: 0 0 12px #333536;
	box-shadow: 0 0 12px #333536;
	height: 40px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.top-navigation-links {
	height: 100%;
	margin: 0;
	position: absolute;
	right: 210px;
	top: 0;
}

.top-navigation-links a, .tools-dropdown-hover {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.top-navigation-links a:hover {
	color: #0a7bb7;
}

.top-navigation-links li {
	height: 100%;
}

.top-navigation-links li:hover {
	background-color: #f9f9f9;
}

.top-navigation-title, .top-navigation-title-mobile {
	font-weight: 600;
	left: 98px;
	position: absolute;
	top: 7px;
}

.top-navigation-title a, .top-navigation-title-mobile a {
	color: #094a6f;
	font-size: 14px;
}

.top-navigation-title-short,
.top-navigation-title-mobile {
	display: none;
}

.top-navigation-title-mobile a {
	font-style: italic;
	font-weight: 600;
}

.underline {
	text-decoration: underline;
}

.view-all {
	float: right;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
}

/* Tags */

.news-story-pagination {
	text-align: right;
}

.news-story-tag-title {
	padding-top: 28px;
	line-height: 36px;
}

.news-story-tag-label {
/*	background-color: var(--main_color);
	color: #FFF;
	position: relative;*/
	border: 1px solid var(--gray_dark);
	font-weight: 600;
	color: #000;
	border-radius: 3px;
	padding: 5px 10px 5px 0;
}

.news-story-tag-section {
	font-weight: 600;
	padding: 5px 10px;
	color: #FFF;
	margin-right: 5px;
}

.news-story-tag-label-all,
.news-story-tag-label-all:active,
.news-story-tag-label-all:hover,
.news-story-tag-label-all:visited {
	border-color: var(--gray_dark);
	color: var(--gray_dark);
}

.news-story-tag-label-njib,
.news-story-tag-label-njib:active,
.news-story-tag-label-njib:hover,
.news-story-tag-label-njib:visited {
	border-color: var(--njib_color);
	color: var(--njib_color);
}

.news-story-tag-label-njwb,
.news-story-tag-label-njwb:active,
.news-story-tag-label-njwb:hover,
.news-story-tag-label-njwb:visited {
	border-color: var(--njeit_color);
	color: var(--njeit_color);
}

.news-story-tag-label-njtib,
.news-story-tag-label-njtib:active,
.news-story-tag-label-njtib:hover,
.news-story-tag-label-njtib:visited {
	border-color: var(--njtib_color);
	color: var(--njtib_color);
}

.news-story-tag-label-njrib,
.news-story-tag-label-njrib:active,
.news-story-tag-label-njrib:hover,
.news-story-tag-label-njrib:visited {
	border-color: var(--njrib_color);
	color: var(--njrib_color);
}

.news-story-tag-label > a {
	margin-left: 4px;
	position: relative;
	top: 1px;
}

/*
.news-story-tag-title-label i {
	position: relative;
	top: 1px;
}

.news-story-tag-title-label > a,
.news-story-tag-title-label > a:active,
.news-story-tag-title-label > a:visited {
	color: #FFF;
}*/

.search-tags-container {
	width: 100%;
	height: 200px;
	position: relative;
	height: 50px;
}

.search-tags-icon {
	position: absolute;
	top: 17px;
	left: 13px;
}

.search-tags-reset {
	color: #8f8f8f;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 18px;
	top: 24px;
}

.search-tags-input {
	border: none;
	padding: 8px 42px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	height: 50px;
	font-size: 14px;
	box-shadow: none;
	border-bottom: 2px solid var(--njib_color_dark);
}

.search-tags-input:focus {
	border: none;
	box-shadow: none;
	border-bottom: 2px solid var(--njib_color_dark);
}

.search-tag-link-selected {
	background-color: var(--main_color);
	color: #FFF;
}

.section-label {
	border-radius: 4px;
	color: white;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	padding: 3px 5px;
}

.section-label-njib, .button.section-label-njib {
	background-color: var(--njib_color);
}

.section-label-njwb, .button.section-label-njwb {
	background-color: var(--njeit_color);
}

.section-label-njtib, .button.section-label-njtib {
	background-color: var(--njtib_color);
}

.section-label-njrib, .button.section-label-njrib {
	background-color: var(--njrib_color);
}

.section-label-all, .button.section-label-all {
	background-color: gray;
}

.version-text {
	margin-left: 10px;
	color: #cad2d7;
}
