.center {
	text-align: center;
}
header {
	width: 100%;
	height: 70px;background: #fff;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.nav-wrapper {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 0px;
	width: 90%;
	padding: 0 10px;
	z-index: 2;height: 50px;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	height: 60px; max-width: 100%;
}

.nav-tabs {
	display: flex;
	font-weight: 600;
	font-size: 1em;
	list-style: none;
}

.nav-tab:not(:last-child) {
	padding: 10px 15px;
	margin: 0;
}

.nav-tab:last-child {
	padding: 10px 0 0 25px;
}

.nav-tab,
.menu-btn {
	cursor: pointer;
}

.hidden {
	display: none;
}

@media screen and (max-width: 800px) {
	.nav-container {
		position: fixed;
		display: none;
		overflow-y: auto;
		z-index: -1;
		top: 0;
		right: 0;
		width: 280px;
		height: 100%;
		background: #fff;
	}

	.nav-tabs {
		flex-direction: column;
		align-items: flex-end;
		margin-top: 80px;
		width: 100%;
	}

	.nav-tab:not(:last-child) {
		padding: 20px 25px;
		margin: 0;
		border-right: unset;
	}

	.nav-tab:last-child {
		padding: 15px 25px;
	}

	.menu-btn {
		position: relative;
		display: block;
		margin: 0;
		width: 30px;
		height: 25px;
		cursor: pointer;
		z-index: 2;
		padding: 10px;
		border-radius: 5px;
	}

	.menu-btn .menu {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: #111;
	}

	.menu-btn .menu:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.menu-btn .menu:nth-child(3) {
		margin-top: 4px;
	}

	#menuToggle:checked + .menu-btn .menu {
		transition: transform 0.2s ease;
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(1) {
		transform: translate3d(0, 6px, 0) rotate(45deg);
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(2) {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(3) {
		transform: translate3d(0, -6px, 0) rotate(-45deg);
	}

	#menuToggle:checked ~ .nav-container {
		z-index: 1;
		display: flex;
		-webkit-animation: menu-slide-left 0.3s ease;
		        animation: menu-slide-left 0.3s ease;
	}
	@-webkit-keyframes menu-slide-left {
		0% {
			transform: translateX(200px);
		}
		to {
			transform: translateX(0);
		}
	}
	@keyframes menu-slide-left {
		0% {
			transform: translateX(200px);
		}
		to {
			transform: translateX(0);
		}
	}
}

.right-icon-area a {
    font-size: min(max(1.04167vw, 1rem), 1.375rem)
}
.right-icon-area {
    display: flex
}

.right-icon-area a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    color: #4078c0;
    line-height: 30px;
    font-size: min(max(0.9375vw, 0.875rem), 1.125rem)
}

.right-icon-area a svg {
    margin-right: 5px
}

.right-icon-area a svg path {
    fill: #4078c0
}

.right-icon-area a:hover {
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    color: #000
}

.right-icon-area a:hover svg path {
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    fill: #000
}

@font-face {font-family: 'icomoon';src:  url('fonts/icomoon');src:  url('fonts/icomoon') format('embedded-opentype'),url('fonts/icomoon.ttf?oal2r6') format('truetype'),url('fonts/icomoon.woff?oal2r6') format('woff'),url('fonts/icomoon.svg?oal2r6#icomoon') format('svg');font-weight: normal;font-style: normal;font-display: block;}[class^="newicon-"], [class*=" icon-"] {font-family: 'icomoon' !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}i[class^="newicon-"] {height: 24px!important;width: 22px!important;line-height:30px;padding-right: 1px;display: inline-block;text-align: center;}.newicon-news:before {content: "\e900";}.newicon-mail-envelope-closed:before {content: "\e901";}.newicon-book-open:before {content: "\e902";}.newicon-calendar:before {content: "\e903";}.newicon-cast:before {content: "\e904";}.newicon-chevron-down:before {content: "\e905";}.newicon-chevron-left:before {content: "\e906";}.newicon-chevron-right:before {content: "\e907";}.newicon-chevron-up:before {content: "\e908";}.newicon-flag:before {content: "\e909";}.newicon-globe:before {content: "\e90a";}.newicon-help-circle:before {content: "\e90b";}.newicon-home:before {content: "\e90c";}.newicon-link:before {content: "\e90d";}.newicon-mail:before {content: "\e90e";}.newicon-rss:before {content: "\e90f";}.newicon-search:before {content: "\e910";}.newicon-share-2:before {content: "\e911";}.newicon-user:before {content: "\e912";}.newicon-tree:before {content: "\e9bc";}

.img-logo {max-width: 100%;}
@media screen and (max-width: 768px) { .img-logo {max-width: 260px;}.nav-wrapper {
	display: block;
	width: 100%;
}}
a.sr-only {
    padding: 0.5rem;
    background: #797676;
    color: #FFF!important;
    position: absolute;
    top: -2.5rem;
    left: 0;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

a.sr-only:focus, .sr-only-focusable:active,.sr-only-focusable:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    border: ##5bbf42 solid 0.2rem;
    background: #797676;
    color: #FFF !important;
    font-weight: 600;
}
:focus {
    outline: 1px dashed ##4c4c4c!important
}

.nstc-style .footer .bottom-area p {
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
}


