/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');
@import url('https://cdn.nj-moves.com/css/proxima-nova.css');


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

a {
	color: var(--link_color);
}

.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);
	min-width: 102px;
}

.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,
.nj-blockquote {
	background-color: var(--gray_lighter);
	border: 1px solid var(--gray);
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	padding: 25px;
}

blockquote p,
.nj-blockquote p {
	color: var(--text_color);
	margin-bottom: 0;
}

blockquote p,
blockquote a,
.nj-blockquote p,
.nj-blockquote a {
	font-family: 'Source Serif Pro', sans-serif;
}

.content-button {
	color: #fefefe;
	display: inline-block;
	font-family: 'Figtree', sans-serif!important;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 auto;
	padding: .85em 1em;
	text-align: center;
	text-transform: uppercase;
}

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

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

.button { color: var(--white); background-color: var(--button_info); }
.button:hover { color: var(--white); background-color: var(--button_info_dark); }
.button.alert { background-color: var(--button_alert)!important; }
.button.alert:hover { background-color: var(--button_alert_dark)!important; }
.button.warning { background-color: var(--button_warning)!important; }
.button.warning:hover { background-color: var(--button_warning_dark)!important; }
.button.success { background-color: var(--button_success)!important; }
.button.success:hover { background-color: var(--button_success_dark)!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 {
	display: block;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 10px;
}

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

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

.fs-15 {
	font-size: 15px;
}

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

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

.event-detail-image {
	border-radius: 5px;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

.event-detail-image > img {
	height: auto;
	object-fit: cover;
	width: 100%;
}

.event-icon {
	font-size: 16px;
	color: var(--gray_darker);
}

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

.event-info-icon {
	border-right: 1px solid #dedede;
	text-align: center;
	width: 40px;
}

.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-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 {
	font-size: 13px;
	/*width: 500px;*/
	margin: 0;
}

.footer-container {
	align-items: center;
	background-color: var(--njib_color);
	background-size: 7px 7px;
	bottom: 40px;
	color: #FFF;
	display: flex;
	height: 140px;
	justify-content: space-between;
	padding: 0 30px;
	position: absolute;
	width: 100%;
}

.footer-left {
	display: flex;
	align-items: center;
	gap: 40px;
}

.footer-right {
	display: flex;
	align-items: center;
	gap: 40px;
}

.footer-line {
	background-color: rgb(255 255 255 / 0.15);
	height: 85px;
	width: 4px;
}

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

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

.footer-links {
	display: flex;
	align-items: center;
	gap: 30px;
}

.footer-phone,
.footer-phone:hover,
.footer-phone:active,
.footer-phone:focus,
.footer-phone:visited {
	color: #FFF;
	text-decoration: underline;
}

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

.flex-column {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

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

.hover-link,
.hover-link:active,
.hover-link:visited,
.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-big-logo {
	display: flex;
}

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

.index-big-splash-content {
	align-items: center;
	display: flex;
	gap: 40px;
	height: 100%;
	justify-content: center;
	padding: 0 20px;
}

.index-big-splash-subheading {
	color: #98daff;
	font-size: 29px;
	margin: 0;
}

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

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

.index-big-splash-headers {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.interest-notice-block {
	align-items: center;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid;
	box-shadow: 0 8px 6px -8px #000;
	display: flex;
	flex-basis: 0;
	flex-direction: column;
	flex-grow: 1;
	height: 240px;
	justify-content: center;
	padding: 20px;
	text-align: center;
	max-width: 550px;
}

.interest-notice-block-center {
	height: 300px;
}

.interest-notice-callout {
	display: flex;
	height: 100%;
	justify-content: space-evenly;
	text-align: center;
	align-items: center;
	gap: 20px;
}

.title-block {
	padding: 40px 0;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px -6px #000;
	text-align: center;
}

.title-block > .program-logo {
	align-items: center;
	background: #FFF;
	border-radius: 100%;
	border: 1px solid #000;
	display: flex;
	height: 150px;
	justify-content: center;
	width: 150px;
}

.title-block > .program-logo > img {
	width: 80%;
}

.section-title {
	/*color: #FFF;*/
	font-size: 44px;
	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  h2 {
	font-weight: 800;
	font-size: 20px;
}

.interest-notice-rate {
	font-size: 54px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

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

.italic { font-style: italic; }

.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:focus,
.leadership-advisor-url:visited,
.leadership-advisor-url:active {
	color: #FFF;
}

.leadership-box {
	background-color: #FFF;
	min-height: 423px;
	margin: 0 0 20px;
	position: relative;
	border: 1px dotted var(--gray_light);
}

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

.leadership-email.flex-row {
	align-items: center;
	flex-wrap: nowrap;
	font-size: 12px;
	gap: 6px;
	justify-content: center;
	padding-top: 3px;
	word-wrap: break-word;
}

.leadership-email.leadership-email-large {
	font-size: 14px;
}

.leadership-executive {
	display: flex;
	gap: 10px;
}

.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;
	text-transform: uppercase;
}

.leadership-name.leadership-name-large {
	font-size: 24px;
}

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

.leadership-portrait-large {
	min-width: 300px;
	max-width: 300px;
	height: 400px;
	margin: 20px;
}

.leadership-info-large {
	flex-grow: 1;
	align-items: flex-start!important;
	flex-wrap: nowrap;
	justify-content: center;
}

.leadership-role {
	color: var(--gray_darker);
	font-family: "Source Serif Pro", sans-serif;
	font-style: italic;
}

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

.leadership-bio {
	max-height: 265px;
	overflow-y: auto;
	margin: 20px 10px 20px 0;
	padding-right: 10px;
	text-align: left;
	white-space: pre-wrap;
}

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

.main-color-background {
	background-color: var(--main_color);
	color: var(--neutral_color)!important;
}

.navigation {
	background-color: var(--gray_lighter);
	border-right: 1px dotted var(--gray_light);
	height: 100%;
	left: -300px;
	overflow-y: auto;
	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: contain;
	display: block;
	height: 30px;
	width: 40px;
	margin-right: 10px;
}

.navigation-section-group {
	cursor: pointer;
}

.big-row-link:hover,
.news-post-row:hover {
	box-shadow: 0 2px 4px -4px #000;
}

.big-row-link,
.news-post-row {
	align-items: stretch;
	border-radius: 3px;
	display: flex;
	gap: 15px;
	min-height: 122px;
	margin-bottom: 15px;
	transition: box-shadow ease-in-out 100ms;
	width: 100%;
	height: auto;
	border: 1px solid var(--gray_light);
}

.big-row-thumb,
.news-post-row-image {
	align-items: center;
	border-radius: 3px 0 0 3px;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: width ease-in-out 100ms;
	width: 150px;
}

.news-post-row-image > .type-label {
	align-items: center;
	display: flex;
	left: 10px;
	position: absolute;
	top: 10px;
}

.big-row-link:hover .big-row-thumb,
.news-post-row:hover .news-post-row-image {
	width: 160px;
}

.big-row-thumb > img,
.news-post-row-image > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*.news-post-text {*/
/*	position: relative;*/
/*	width: 100%;*/
/*	flex-grow: 1;*/
/*}*/

.news-post-description {
	font-size: 14px;
	width: 100%;
	color: var(--njtib_color_dark);
}

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

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

.our-mission-container {
	display: flex;
}

.big-row-text,
.news-post-text {
	padding: 10px 15px 10px 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	min-width: 0;
	gap: 5px;
}

.big-row-text,
.news-post-title {
	font-size: 20px;
	font-weight: 600;
}

/******/

.news-tagline {
	background-color: #f3f3f3;
	border: 1px solid #052f57;
	font-family: 'Source Serif Pro', sans-serif;
	color: #052f57;
	padding: 15px;
	margin: 15px 0;
	border-radius: 3px;
}

.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: 630px;*/
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: 1px dashed;
	padding: 40px 0;
}

/*.njeit-big-banner-njeit { background-color: var(--njeit_color); }*/
.njeit-big-banner-njeit,
.njeit-big-banner-njeit .interest-notice-block
{ border-color: var(--njeit_color); }

.njeit-big-banner-njtib,
.njeit-big-banner-njtib .interest-notice-block
{ border-color: var(--njtib_color); }

.njeit-big-banner-njrib,
.njeit-big-banner-njrib .interest-notice-block
{ border-color: var(--njrib_color); }


.njeit-big-banner-njtib > div { border-color: green; }
.njeit-big-banner-njtib {
	/*background-color: var(--njtib_color);*/
}
/*.njeit-big-banner-njrib { background-color: var(--njrib_color); }*/

.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(--neutral_color_dark);
}

.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 {
	-ms-user-select: none;
	-webkit-user-select: none;
	align-items: center;
	background-color: #0b7bb7;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: space-evenly;
	user-select: none;
	width: 88px;
}

.open-navigation i {
	color: #FFF;
	font-size: 22px;
}

.open-navigation span {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
}

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

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

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

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

.page-subtitle span,
.page-subtitle sub { font-weight: 600; }
.page-subtitle {
	font-size: 24px;
	font-weight: 600;
	opacity: 0;
}

.pg-pagination-box span {
	color: var(--neutral_color_dark);
}

.pg-pagination-box .current {
	font-weight: 600;
}

.subtitle-text > span { opacity: 1; }

.subtitle-text {
	align-items: center;
	background-color: #FFF;
	border-radius: 8px;
	display: flex;
	gap: 18px;
	margin: 0;
	opacity: 1;
	padding: 4px 20px;
	position: relative;
	text-align: center;
}

.subtitle-container {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.subtitle-line {
	background: var(--main_color);
	height: 4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.subtitle-gray-bg { background-color: #f6f6f6; }

.subtitle-height-fix {
	opacity: 0!important;
	position: static;
}

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

.search-controls {
	justify-content: center;
}

.search-form {
	position: relative;
}

.search-page-form {
	position: relative;
	padding-top: 17px;
	padding-bottom: 17px;
	flex-grow: 1;
}

.search-page-reset {
	color: #8f8f8f;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 52px;
	top: 37px;
}

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

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

.search-button {
	width: 40px;
}

.search-button-mobile {
	display: none;
	height: 100%;
	margin: 0;
}

.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 {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-evenly;
	width: 90px;
}

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

.side-navigation-close span {
	color: #094a6f;
	font-size: 14px;
	font-weight: 800;
}

.side-navigation-content {
	padding: 7px 5px;
}

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

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

.side-navigation-link {
	align-items: center;
	background-color: #FFF;
	border-radius: 3px;
	border: 1px solid var(--gray_dark);
	color: #0a7bb7!important;
	display: flex;
	font-weight: 600;
	gap: 12px;
	margin-bottom: 3px;
	padding: 14px 16px;
	width: 100%;
}

.side-navigation-link:hover {
	border-color: #000;
}

.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_dark)!important; }

.side-navigation-header-njib,
.side-navigation-link-container-njib > .side-navigation-header {
	background-color: var(--njib_background_color);
	color: contrast-color(var(--njib_background_color));
	border-color: var(--njib_color_dark);
}

.side-navigation-header-njeit,
.side-navigation-link-container-njeit > .side-navigation-header {
	background-color: var(--njeit_background_color);
	color: contrast-color(var(--njeit_background_color));
	border-color: var(--njib_color_light);
}

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

.side-navigation-header-njtib,
.side-navigation-link-container-njtib > .side-navigation-header {
	background-color: var(--njtib_background_color);
	color: contrast-color(var(--njtib_background_color));
	border-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_background_color);
	color: contrast-color(var(--njrib_background_color));
	border-color: var(--njrib_color);
}

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

.side-navigation-top {
	align-items: center;
	box-shadow: 0 0 2px 0px #000;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 40px;
	background: #FFF;
	position: sticky;
	top: 0;
	z-index: 9;
}

.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", sans-serif;
}

.standard-width {
	margin: 0 auto;
	width: 1320px;
	position: relative;
}

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

.sitemap-header {
	padding: 0 0 10px!important;
	display: block;
	font-size: 20px;
}

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

.sitemap-list li, .sitemap-header {
	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: #ffffff;
	opacity: 1;
	background-image: radial-gradient(#d3d3d3 0.7000000000000001px, #ffffff 0.7000000000000001px);
	background-size: 7px 7px;
	width: 100%;
}

.sub-bg-padding {
	padding: 15px 20px;
}

.navigable-content {
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 30px;
}

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

.sub-nav {
	min-height: 200px;
	width: 100%;
}

.sub-nav > .page-title {
	font-size: 28px;
}

.sub-nav-sticky {
	position: sticky;
	top: 60px;
}

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

.sub-nav-link-selected {
	background-color: var(--njib_background_color);
	border-radius: 3px;
	border: 1px solid var(--njib_color_dark);
	color: var(--njib_color_dark);
}

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

.sub-left {
	flex: 1;
	min-height: 400px;
	min-width: 1px;
}

.sub-right {
	flex-shrink: 0;
	min-height: 300px;
	width: 320px;
}

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

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

.top-nav-dropdown-content {
	background-color: #375980;
	border-radius: 0 0 3px 3px;
	display: none;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: right;
	top: 40px;
	width: 230px;
}

.top-nav-dropdown-content > a,
.top-nav-dropdown-content > a:active,
.top-nav-dropdown-content > a:focus,
.top-nav-dropdown-content > a:visited {
	background-color: var(--njib_color);
	border-left: 1px dotted var(--main_color_dark);
	border-right: 1px dotted var(--main_color_dark);
	border-bottom: 1px dotted var(--main_color_dark);
	color: #FFF!important;
	padding: 10px;
}

.top-nav-dropdown-container {
	color: var(--njib_color);
	position: relative;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.top-nav-dropdown-title {
	font-weight: 600;
}

.top-navigation {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: flex-end;
}

.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%;
	z-index: 999;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.top-navigation-left {
	align-items: center;
	display: flex;
	gap: 7px;
	height: 100%;
}

.top-navigation-links, .top-navigation-mobile-links {
	height: 100%;
	margin: 0;
	display: flex;
	/*position: absolute;*/
	/*right: 210px;*/
	/*top: 0;*/
}

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

.top-navigation-program-links {
	display: flex;
}

.top-nav-dropdown-header.main-color-background a {
	color: var(--neutral_color);
}

.top-nav-dropdown-container {
	height: 100%;
}

.top-nav-dropdown-container:hover {
	background-color: var(--main_color);
	color: contrast-color(var(--main_color));
}

.top-nav-dropdown-container:hover a {
	color: var(--white);
}

.top-nav-dropdown-header,
.top-nav-home {
	align-items: center;
	display: flex;
	gap: 5px;
	height: 100%;
	padding: 0 7px;
}

.top-nav-home {
	cursor: pointer;
	padding: 0 10px;
}

.top-navigation-title, .top-navigation-title-mobile {
	font-weight: 600;
}

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

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

/* Tags */

.news-story-list-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-story-list-header-container[data-position="main"] {
	display: none;
}

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

.news-story-tag-title {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.news-story-tag-label {
	align-items: center;
	border-radius: 3px;
	border: 1px solid var(--gray_dark);
	color: #000;
	display: flex;
	font-weight: 600;
	gap: 7px;
	padding-right: 7px;
}

.news-story-tag-reset-container {
	height: 22px;
}

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

.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_darker);
	color: var(--gray_darker);
}

.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: contrast-color(var(--njtib_color));
	color: contrast-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-text {
	font-weight: 600;
	padding-right: 7px;
}

.search-title {
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

.search-tags-container {
	width: 100%;
	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(--njib_background_color);
	color: contrast-color(var(--njib_background_color));
	border: 1px solid var(--njib_color);
}

.active-label {
	background-color: #daffda!important;
	color: contrast-color(#daffda)!important;
	border-color: #57ad57!important;
}

.inactive-label {
	background-color: var(--gray_lighter)!important;
	color: contrast-color(var(--gray_lighter))!important;

}

.section-label {
	border-radius: 4px;
	color: white;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	padding: 3px 5px;
	border: 1px solid;
	text-shadow: none!important;
}

.section-label-njib, .button.section-label-njib {
	background-color: var(--njib_background_color);
	color: contrast-color(var(--njib_background_color));
	border-color: var(--njib_color_dark);
}

.section-label-njwb, .button.section-label-njwb {
	background-color: var(--njeit_background_color);
	color: contrast-color(var(--njeit_background_color));
	border-color: var(--njeit_color_dark);
}

.section-label-njtib, .button.section-label-njtib {
	background-color: var(--njtib_background_color);
	color: contrast-color(var(--njtib_background_color));
	border-color: var(--njtib_color_dark);
}

.section-label-njrib, .button.section-label-njrib {
	background-color: var(--njrib_background_color);
	color: contrast-color(var(--njrib_background_color));
	border-color: var(--njrib_color_dark);
}

.section-label-all {
	background-color: var(--gray_lighter);
	color: contrast-color(var(--gray_lighter));
	border-color: var(--gray_darker);
}

.tab-content-headers {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.type-label {
	border-radius: 4px;
	border: solid 1px;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	height: 23px;
	padding: 3px 5px;
}

.type-label.type-label-filter {
	margin: 0;
	height: 20px;
}

.type-label-pages {
	background-color: var(--page_tag_bg_color);
	color: contrast-color(var(--page_tag_bg_color));
	border-color: var(--page_tag_color);
}

.type-label-news {
	background-color: var(--news_tag_bg_color);
	color: contrast-color(var(--news_tag_bg_color));
	border-color: var(--news_tag_color);
}

.type-label-bulletins {
	background-color: var(--bulletin_tag_bg_color);
	color: contrast-color(var(--bulletin_tag_bg_color));
	border-color: var(--bulletin_tag_color);
}

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

.flex-row-center {
	align-items: center;
}

.faq-question {
	font-size: 20px;
}
