header {
    background-color: white;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}


.menu-item {
	padding: 15px;
	text-decoration: none;
}

.menu-item a{
  color: #1E1E1E;
	font-size: 16px;
	text-decoration: none;
}

#menu-item-42 {
	background-color: #3B92C3;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
text-align: center;	
		
}

#menu-item-42 a{
	font-weight: 600;
	color: white;
}


.header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	padding: 2px 0;
	width: 100%;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1279px) {
	.header-menu {
		display: none;
	}
}

.header-menu ul {
	align-items: center;
	display: flex;
	column-gap: 20px;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.header-menu ul li {
	display: block;
}

.header-menu ul li:last-child {
	background: var(--nv-orange);
	border-radius: 5px;
	padding: 15px 30px;
}

.header-menu ul li:last-child a {
	color: var(--nv-white);	
}

.header-menu ul li a {
	color: var(--nv-blue);
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
	text-shadow: 0 0 0.65px #0471bb, 0 0 0.65px #0471bb;
}

.main {
	 position: relative;
	 padding: 60px 30px;
	 width: 100%;
}

.main h1 {
	 color: #fff;
	 text-align: center;
}

.main .content {
	 margin: 0 auto;
	 width: 100%;
	 max-width: 768px;
}

.main .content p {
	 line-height: 1.8;
	 text-align: center;
}
 
.menuToggle {
	 display: block;
	 position: relative;
	 user-select: none;
	 z-index: 2;
	 -webkit-user-select: none;
}

.menuToggle a {
	 color: var(--nv-orange);
	 text-decoration: none;
	 transition: all 0.3s ease;
}

.menuToggle a:hover {
	 color: tomato;
}

.menuToggle input {
	cursor: pointer;
	display: block;
	height: 23px;
	position: absolute;
	opacity: 0;
	width: 33px;
	z-index: 2;
	-webkit-touch-callout: none;
}

.menuToggle span {
	background: #F26522;
	border-radius: 3px;
	display: block;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	width: 33px;
	z-index: 1;
}

.menuToggle span:last-of-type {
	margin-bottom: 0;
}

.menuToggle span:first-child {
	transform-origin: 0% 0%;
}

.menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

.menuToggle input:checked ~ span {
	background: var(--nv-orange);
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
}

.menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

.menuToggle input:checked ~ .menuItem {
	transform: none;
}

.menuItem {
	align-items: center;
	background: #ededed;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	position: absolute;
	transform-origin: 0% 0%;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	width: 375px;;
	-webkit-font-smoothing: antialiased;
}

.menu--left {
	position: relative;
	width: 50%;
}

.menu--left .menuToggle {
	left: 0;
}

.menu--left .menuToggle input {
	left: 50px;
}

.menu--left .menuToggle span {
	left: 50px;
}

.menu--left .menuItem {
	left: 50px;
	margin: -100px 0 0 -50px;
	transform: translate(-100%, 0);
}

.header-mobile .menuToggle {
	position: fixed;
	right: 0;
	top: 60px;
}

.header-mobile .menuToggle input {
	right: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.header-mobile .menuToggle input {
		right: 60px;
	}
}

.header-mobile .menuToggle span {
	right: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.header-mobile .menuToggle span {
		right: 60px;
	}
}

.header-mobile .menuItem {
	margin: -100px 0 0 0;
	right: 0;
	transform: translate(100%, 0);
}

.header-mobile .menuItem li a:hover {
	padding-left: 5px;
}

.menu--bottom--right .menuToggle {
	bottom: 0;
	position: fixed;
	right: 0;
	top: auto;
	z-index: 1;
}

.menu--bottom--right .menuToggle input {
	bottom: 50px;
	right: 50px;
	top: auto;
}

.menu--bottom--right .menuToggle input:checked ~ .menuItem {
	transform: scale(1);
}

.menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(1) {
	animation: text-slide-in 0.2s;
	-moz-animation: text-slide-in 0.2s;
	-webkit-animation: text-slide-in 0.2s;
}

.menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(2) {
	animation: text-slide-in 0.3s;
	-moz-animation: text-slide-in 0.3s;
	-webkit-animation: text-slide-in 0.3s;
}

.menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(3) {
	animation: text-slide-in 0.4s;
	-moz-animation: text-slide-in 0.4s;
	-webkit-animation: text-slide-in 0.4s;
}

.menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(4) {
	animation: text-slide-in 0.5s;
	-moz-animation: text-slide-in 0.5s;
	-webkit-animation: text-slide-in 0.5s;
}

.menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(5) {
	animation: text-slide-in 0.6s;
	-moz-animation: text-slide-in 0.6s;
	-webkit-animation: text-slide-in 0.6s;
}

.menu--bottom--right .menuToggle span {
	bottom: 50px;
	right: 50px;
	top: auto;
}

.menu--bottom--right .menuItem {
	bottom: 0;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 125px;
	right: 0;
	transform-origin: bottom right;
	transform: scale(0);
	transition: transform 0.3s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
}

.menu--bottom--right .menuItem li {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.menu--bottom--right .menuItem li a:hover {
	padding-left: 5px;
}

.menu--bottom--left .menuToggle {
	bottom: 0;
	left: 0;
	position: fixed;
	top: auto;
	z-index: 1;
}

.menu--bottom--left .menuToggle input {
	bottom: 50px;
	left: 50px;
	top: auto;
}

.menu--bottom--left .menuToggle input:checked ~ .menuItem {
	transform: scale(1);
}

.menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(1) {
	animation: text-slide-in 0.2s;
	-moz-animation: text-slide-in 0.2s;
	-webkit-animation: text-slide-in 0.2s;
}

.menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(2) {
	-webkit-animation: text-slide-in 0.3s;
	-moz-animation: text-slide-in 0.3s;
	animation: text-slide-in 0.3s;
}

.menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(3) {
	animation: text-slide-in 0.4s;
	-moz-animation: text-slide-in 0.4s;
	-webkit-animation: text-slide-in 0.4s;
}

.menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(4) {
	animation: text-slide-in 0.5s;
	-moz-animation: text-slide-in 0.5s;
	-webkit-animation: text-slide-in 0.5s;
}

.menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(5) {
	animation: text-slide-in 0.6s;
	-moz-animation: text-slide-in 0.6s;
	-webkit-animation: text-slide-in 0.6s;
}

.menu--bottom--left .menuToggle span {
	bottom: 50px;
	left: 50px;
	top: auto;
}

.menu--bottom--left .menuItem {
	bottom: 0;
	left: 0;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 125px;
	transform-origin: bottom left;
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
	transition: transform 0.3s, visibility 0s 0s;
}

.menu--bottom--left .menuItem li {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.menu--bottom--left .menuItem li a:hover {
	padding-left: 5px;
}

@keyframes text-slide-in {
	0% {
		transform: translateX(100px);
		-o-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-webkit-transform: translateX(100px);
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

.header-mobile {
	display: none;
}

@media screen and (max-width: 1279px) {
	.header-mobile {
		display: block;
	}
}

.header-mobile ul {
	align-items: center;
	column-gap: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.header-mobile ul li {
	display: block;
}

.header-mobile ul li:last-child {
	background: var(--nv-orange);
	border-radius: 5px;
	padding: 15px 30px;
}

.header-mobile ul li:last-child a {
	color: var(--nv-white);	
	border-radius: 5px;
}

.header-mobile ul li a {
	color: var(--nv-blue);
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
}

.top-bar {
	background-color: #00568C;
}

.bg-primary {
  background: #0471BB !important; }

.ftco-section {
  padding: 7em 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.breadcrumbs {
	background-color: #F5F5F5;
	padding: 10px 5px;
}

.page-homepage .breadcrumbs {
	display: none;
}


.breadcrumbs a {
	text-decoration: none;
}


.menu-item {
	padding: 15px;
	text-decoration: none;
	
}

@media screen and (max-width: 767px) {
	.menu-item {
	margin-top: 0px;
		padding: 10px;
		border-bottom: .5px solid #E5E5E5;
}
}
.menu-item a{
  color: #1E1E1E;
	font-size: 16px;
	text-decoration: none;
}

#menu-item-42 {
	background-color: #3B92C3;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
text-align: center;	
		
}

#menu-item-42 a{
	font-weight: 600;
	color: white;
}


