:root {
	--brand-primary: #004071;
	--brand-secondary: #d85e13;
}

body,
html {
	background-color: #aaa;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	min-height: 100%;
	overflow-x: hidden;
	padding: 0px;
}

a:hover,
a:focus {
	transition: 0.2s;
	text-decoration: none;
}

.button {
	background-color: var(--brand-primary);
	border-radius: 14px;
	border: 0;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.05em;
	margin-top: 12px;
	padding: 4px 16px;
	transition: background-color 0.2s;
}

.button:hover {
	background-color: var(--brand-secondary);
	color: #fff;
}

.button:focus {
	color: #fff;
}

h2 {
	display: block;
	color: #214889;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 4px dotted #42a07e;
}

@media screen and (min-width: 992px) {
	h2 {
		font-size: 2.1875rem;
	}
}

h3 {
	font-size: 1.35rem;
	color: #214889;
	font-weight: 600;
	margin-bottom: 15px;
}

h4 {
	font-size: 1.25rem;
	font-weight: 600;
}

hr {
	border-top: 4px dotted #42a07e;
	opacity: 1;
}

.nevi-works-heading {
	color: #214889;
	font-size: 2rem;
	font-weight: 700;
}

.nevi-works-heading .pre {
	display: block;
	margin-bottom: 5px;
	color: #484d60;
	font-size: 1rem;
	font-weight: 700;
}

.nevi-works-heading .post {
	display: block;
	color: #42a07e;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	margin-top: 5px;
}

@media screen and (min-width: 992px) {
	.nevi-works-heading {
		color: #214889;
		font-size: 2.25rem;
		font-weight: 700;
	}

	.nevi-works-heading .pre {
		font-size: 1.125rem;
	}

	.nevi-works-heading .post {
		font-size: 1.35rem;
	}
}

p {
	font-size: 1rem;
	margin-bottom: 20px;
}

li {
	font-size: 1rem;
	margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
	p,
	li {
		font-size: 1.15rem;
	}
}

a {
	color: #214889;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;
	color: #173260;
}

/* MAIN SCREEN */
#screen {
	height: 100%;
	left: 0%;
	position: absolute;
	transition: left 0.6s;
	width: 100%;
	background-image: url("../assets/images/background-global.jpg");
}

.logo {
	display: block;
	width: 100%;
	padding: 10px;
}

/* LEFT MENU */
#skipcontent {
	background-color: #fff;
	border: 1px inset #aaa;
	border-radius: 8px;
	box-shadow: 2px 2px 8px 0 #333;
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	left: -9999px;
	padding: 6px 14px;
	position: absolute;
	top: -9999px;
}

#skipcontent:focus {
	left: 8px;
	top: 8px;
}

#menu {
	background-color: #42a07e;
	float: left;
	height: 100%;
	overflow: auto;
	padding-bottom: 18px;
	width: 15%;
}

#menu .top-menu {
	background-color: #fff;
	height: auto;
	padding: 15px;
}

#menu .top-menu h1 {
	margin-bottom: 0;
	color: var(--indigo);
}

#menu div {
	background-color: #214889;
	border: 1px solid #aaa;
	border-width: 1px 0;
	height: 54%;
	overflow-y: auto;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	width: 100%;
}

#menu ul li a {
	color: #333;
	display: block;
	padding: 2px 8px 10px;
	position: relative;
	width: 100%;
}

#menu ul li a i {
	background-color: #94e8b4;
	color: #214889;
	display: inline-block;
	font-size: 1.1em;
	margin: 4px 0;
	opacity: 1;
	padding: 4px;
	position: absolute;
	text-align: center;
	transition: filer 150ms ease-in-out;
}

#menu ul li a.showing > i {
	background-color: #94e8b4;
	opacity: 1;
}

#menu ul li a i:before {
	content: "\f101";
}

#menu ul li a span {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3em;
	padding: 4px 0 0 30px;
	vertical-align: middle;
	color: #fff;
}

#menu ul li a:hover {
	filter: brightness(80%);
}

#menu ul li a:hover i {
	filter: brightness(80%);
}

#menu ul li a.showing {
	background-color: #026cb6;
}

/* TRANSLATOR */
#google_translate_element2 {
	display: none;
}

#langaugeselectcont select {
	margin-left: 5%;
	width: 90%;
}

#langaugeselectcont label {
	margin-left: 5%;
	width: 90%;
	color: #fff;
	margin-top: 5px;
}

/* SLIDE AREA */

#slides {
	bottom: 0;
	height: 100%;
	position: relative;
	width: 100%;
}

.container {
	bottom: 74px;
	height: auto;
	left: 15%;
	margin: 0;
	position: fixed;
	top: 94px;
	transition: left 0.6s, margin 0.6s;
	width: 85%;
	padding: 0;
	max-width: none;
}

.slide {
	color: #484d60;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	margin-left: -1200%;
	margin-top: -22px;
	opacity: 0;
	position: absolute;
	top: -200%;
	transition: 0s;
	background-color: #fff;
	padding: 40px;
	background-image: url("../assets/images/slide-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide.showing {
	width: 90%;
	margin-left: 0%;
	margin-top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	top: 0;
	transition: margin-left 0s, margin-top 0.7s, opacity 0.8s, top 0s;
	max-height: 100%;
	overflow: auto;
}

.img-full {
	width: 100%;
	height: auto;
}

.img-fill {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

a img {
	transition: filter 300ms ease-in-out;
}
a:hover img {
	filter: brightness(80%);
}

.font-color-black {
	color: #292929 !important;
}

.font-color-darker-gray {
	color: #484d60 !important;
}

.font-color-white {
	color: #fff !important;
}

.font-color-green {
	color: #45ad87 !important;
}

.font-color-light-green {
	color: #94e8b4 !important;
}

.font-color-dark-blue {
	color: #214889 !important;
}

.font-color-yellow {
	color: #f6d218 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-lighter-gray {
	background-color: #f0f3f2 !important;
}

.bg-light-gray {
	background-color: #e4e5e4 !important;
}

.bg-blue {
	background-color: #305a9f !important;
}

.bg-dark-blue {
	background-color: #214889 !important;
}

.bg-light-blue {
	background-color: #4392f1 !important;
}

.bg-lighter-blue {
	background-color: #e1efff !important;
}

.bg-green {
	background-color: #45ad87 !important;
}

.fancy-bg {
	background-image: url("../assets/images/backgrounds/pattern-background.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.border-bottom-light-blue {
	border-bottom: 12px solid #4392f1 !important;
}

.border-bottom-green {
	border-bottom: 12px solid #45ad87 !important;
}

.document-link {
	position: relative;
	display: block;
	font-size: 1rem;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 30px;
	margin-bottom: 20px;
	transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
	font-weight: 600;
	text-decoration: none;
	color: #292929;
	border-bottom: 2px dashed #214889;
}
.document-link:hover {
	text-decoration: none;
	color: #f4911d;
	border-color: #f4911d;
}
.document-link:hover::before,
.document-link:hover::after {
	color: #f4911d;
}
.document-link::before {
	font-family: "Font Awesome 6 Pro";
	content: "\f15b";
	position: absolute;
	top: 50%;
	left: 0;
	font-weight: 300;
	transform: translateY(-50%);
	font-size: 2.125rem;
	color: #45ad87;
	transition: color 150ms ease-in-out;
}
.document-link::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f063";
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: 400;
	transform: translateY(-50%);
	font-size: 1.6875rem;
	color: #45ad87;
	transition: color 150ms ease-in-out;
}
@media (min-width: 992px) {
	.document-link {
		font-size: 1.25rem;
	}
}

.btn-link {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 4px;
	color: #292929;
	text-decoration: none;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	margin: 5px 0;
}
.btn-link:hover {
	cursor: pointer;
	color: #292929;
}
@media (min-width: 992px) {
	.btn-link {
		font-size: 1.15rem;
	}
}

.contact-open .container {
	margin-left: -390px;
}

#nav-progress {
	bottom: 0;
	height: 50px;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	right: 0;
	width: 85%;
}

#nav-progress a {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	float: left;
	height: 100%;
	line-height: 62px;
	text-align: center;
	width: 10%;
}

#nav-progress > a:hover {
	background-color: #000;
}

#nav-progress a span {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

#nav-progress a i {
	font-size: 1.9em;
}

#nav-progress ul {
	display: table;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 80%;
}

#nav-progress ul li {
	display: table-cell;
	height: 100%;
	padding: 0;
}

#nav-progress ul li a {
	background-color: #94e8b4;
	border: 1px solid #222;
	border-width: 19px 2px;
	height: 100%;
	width: 100%;
}

#nav-progress ul li a.active {
	background-color: #026cb6;
}

#nav-progress ul li a span {
	color: #000;
	left: -9999px;
	position: absolute;
	top: -9999px;
}

#nav-progress ul li a:hover {
	border-color: #333;
}

/* MENU & COMMENT BUTTONS */
.meeting-button {
	background-color: #fff;
	box-shadow: inset 0 0 0 2px var(--brand-primary);
	color: var(--brand-primary);
	font-size: 0.9em;
	font-weight: 700;
	height: 60px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 60px;
}

#menu-toggle {
	display: none;
	left: 20px;
	padding-top: 8px;
	top: 14px;
	width: 60px;
	z-index: 1;
}

#menu-toggle:hover {
	color: var(--brand-secondary);
}

#menu-toggle span {
	background-color: var(--brand-primary);
	display: block;
	height: 4px;
	margin: 4px auto;
	transition: margin 0.2s, transform 0.2s;
	width: 40%;
}

#menu-toggle:hover span {
	background-color: var(--brand-secondary);
}

#contact {
	background-color: white;
	height: 100%;
	left: 100%;
	margin: 0;
	overflow-y: auto;
	padding: 12px;
	position: fixed;
	top: 0;
	transition: margin 0.6s;
	width: 390px;
}

#menuOffScreen {
	background-color: rgba(35, 35, 35, 0.3);
	cursor: pointer;
	height: 100%;
	left: -200%;
	margin-left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: left 0s ease-in-out 0.3s, margin 0s, opacity 0.3s;
	width: 100%;
	z-index: 2;
}

#closecomment {
	color: #333;
	font-size: 1.2em;
	font-weight: 700;
}

#contact-button {
	right: 5%;
	top: 14px;
	width: 84px;
}

#contact-button i {
	font-size: 1.8em;
	padding-top: 8px;
}

.contact-open #screen {
	left: -390px;
}

.menu-open #menuOffScreen,
.contact-open #menuOffScreen {
	left: 0px;
	margin-left: -390px;
	opacity: 1;
	transition: left 0s, margin 0.6s, opacity 0.6s;
}

.menu-open #menuOffScreen {
	margin-left: 240px;
}

.contact-open #contact {
	margin-left: -390px;
}

.meeting-button:before,
.meeting-button:after {
	border: 2px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}

.meeting-button:before {
	left: 0;
	top: 0;
}

.meeting-button:after {
	bottom: 0;
	right: 0;
}

.meeting-button:hover {
	color: var(--brand-secondary);
	transition: color 0.8s;
}

.meeting-button:hover:before,
.meeting-button:hover:after {
	height: 100%;
	width: 100%;
}

.meeting-button:hover:before {
	border-right-color: var(--brand-secondary);
	border-top-color: var(--brand-secondary);
	transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.meeting-button:hover:after {
	border-bottom-color: var(--brand-secondary);
	border-left-color: var(--brand-secondary);
	transition: height 0.2s ease-out 0.6s, width 0.2s ease-out 0.4s;
}

/* LIGHTBOX */
#lightbox {
	height: 0%;
	position: fixed;
	top: -100%;
	transition: top 0.85s, height 0.85s;
	width: 100%;
	z-index: 3;
}

#lightbox > span {
	background-color: rgba(35, 35, 35, 0.8);
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

#lightbox > span span {
	color: #fff;
	font-size: 3.6em;
	line-height: 0.4em;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

#lightbox div {
	box-shadow: 0 8px 15px 0 #000;
	margin: -120px auto 0;
	max-height: 80%;
	overflow: auto;
	position: relative;
	transform: rotateX(90deg) translateY(-160px);
	transition: 0.24s;
	width: 88%;
}

#lightbox img {
	display: block;
	width: 100%;
	background-color: #fff;
}

#lightbox.on {
	top: 0;
	height: 100%;
}

#lightbox.on div {
	margin-top: 50px;
	transition: 0.8s ease-out 0.32s;
	transform: rotateX(0deg) translateY(0px);
}

img.lightbox {
	transition: filter 150ms ease-in-out;
}

img.lightbox:hover {
	cursor: pointer;
	filter: brightness(80%);
}

.slide-content {
	padding: 30px;
}

.global-cta-container {
	position: absolute;
	top: 20px;
	right: 40px;
	display: flex;
	align-items: center;
}

.global-cta-container a img {
	transition: filter 150ms ease-in-out;
}

.global-cta-container a:hover img {
	filter: brightness(80%);
}

.global-cta-container .comment-button {
	background-color: #42a07e;
	display: inline-block;
	width: 128px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 8px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-top: -10px;
}

.global-cta-container .comment-button:hover {
	background-color: #2d755a;
}

.global-cta-container .comment-button i {
	font-size: 1.5rem;
}

.lightbox-text {
	font-size: 0.75rem !important;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.lightbox-text {
		font-size: 0.9rem !important;
	}
}

.video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon-list {
	padding: 0;
}

.icon-list li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.icon-list li a {
	font-weight: bold;
	text-decoration: underline;
}

.icon-list .icon {
	width: 65px;
	height: auto;
	margin-right: 25px;
}

.icon-list .text {
	flex: 1;
	font-weight: 500;
}

.accordion .panel-heading {
	padding: 0;
}

.accordion .panel-heading a {
	display: block;
	background-color: var(--brand-primary);
	padding: 20px;
	font-weight: bold;
	font-size: 1.5rem;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	position: relative;
}

.accordion .panel-heading a:hover {
	color: #fff;
	background-color: #1f8bb6;
}

.accordion .panel-heading a::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #000;
}

.accordion .panel-heading a[aria-expanded="true"]::after {
	content: "-";
	margin-right: 4px;
}

.owl-carousel iframe {
	min-height: 600px !important;
}

.divider {
	display: block;
	width: 80%;
	height: 5px;
	background-color: var(--brand-primary);
	margin: 25px auto 50px;
}

.logos-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.logos-row .logo {
	width: 50%;
	height: auto;
}

.carousel-row {
	display: flex;
	flex-wrap: wrap;
}

.carousel-row > div {
	width: 50%;
}

.aw-carousel h4 {
	background-color: var(--brand-secondary);
	color: #fff;
	display: block;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 25px;
}

.aw-carousel .item {
	z-index: 2;
}

.aw-carousel .owl-nav button {
	height: 100%;
	background-color: var(--brand-primary) !important;
	width: 35px;
	opacity: 50%;
	transition: opacity 300ms ease-in-out;
	position: absolute;
	top: 0;
}

.aw-carousel .owl-nav button.disabled {
	display: none;
}

.aw-carousel .owl-nav button.owl-prev {
	left: -35px;
}

.aw-carousel .owl-nav button.owl-next {
	right: -35px;
}

.aw-carousel .owl-nav button:hover {
	opacity: 100%;
}

.aw-carousel .owl-nav button span {
	font-size: 3rem;
	color: #000;
	font-weight: 700;
}

.modal .logo {
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 992px) {
	.modal .logo {
		max-width: 330px;
	}
}

.modal .logo-container {
	width: 100%;
	height: 100%;
	background-image: url("../assets/images/background-global.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 8px;
}

.modal .logo-container .content {
	max-width: 600px;
}

.modal .logo-container .content .tagline {
	color: #fff;
	text-shadow: 4px 4px 4px #143162;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 124%; /* 32.24px */
	text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .modal .logo-container .content .tagline {
        font-size: 1.625rem;
    }
}

.modal .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal .modal-content {
	padding: 0px;
}

.modal h3 {
	color:  #42a07e;
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media screen and (min-width: 992px) {
	.modal .modal-content {
		padding: 10px 40px;
	}
}

.modal .modal-dialog {
	width: 95%;
	max-width: 1400px;
}

.modal .modal-header,
.modal .modal-footer {
	border: 0;
}

.modal .modal-blurb {
	background-color: rgba(206, 220, 252, 0.46);
	border-radius: 12px;
	color: #000;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.modal .modal-blurb h2 {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0;
	background-color: transparent;
	color: #000;
}

.modal .modal-blurb p {
	font-size: 1rem;
	margin-bottom: 10px;
}

.modal .modal-blurb li {
	font-size: 1rem;
	margin-bottom: 10px;
}
.modal .btn {
	background-color: #012f84;
	color: #fff;
	transition: background-color 150ms ease-in-out;
	padding: 12px 16px;
	font-size: 1.15rem;
}

.modal .btn:hover {
	background-color: #00205b;
}

/* MEDIA QUERIES */

@media screen and (max-width: 992px) {
	#menu {
		margin-left: -240px;
		position: relative;
		width: 240px;
		z-index: 2;
	}

	#menu div {
		height: 64%;
	}

	img.logo {
		display: block;
		width: 50%;
		margin: 0 auto;
		padding-top: 15px;
	}

	h1 {
		display: inline-block;
		font-size: 0.9em;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -8px;
		width: 100%;
		max-width: 170px;
		height: auto;
	}

	#menu-toggle {
		display: block;
	}

    .global-cta-container {
        right: 20px;
    }

	#contact-button {
		right: 20px;
	}

	.menu-open #screen {
		left: 240px;
	}

	#nav-progress {
		width: 100%;
	}

	#nav-progress a {
		width: 15%;
	}

	#nav-progress ul {
		width: 70%;
	}

	#nav-progress ul li a {
		border-width: 20px 1px;
	}

	#slides {
		height: 84%;
		top: 0;
	}

	.container {
		left: 0;
		width: 100%;
	}

	.slide {
		height: 100%;
		width: 100%;
		padding: 20px;
	}

	.slide.showing {
		margin-left: 0;
	}

	.menu-open .container {
		margin-left: 240px;
	}

	#lightbox img {
		max-width: 8000%;
		width: 160%;
	}
}
