@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	/*background: #edf7ef;*/
}
body{
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
* {
	position: relative;
	box-sizing: border-box;
	/*border: 1px solid red;*/
}

a {
	text-decoration: none;
}
.clearfix {
	clear: both;
}
img {
	max-width: 100%;
}
.default-button {
	padding: 0 30px;
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	background: #6ac17b;
	display: inline-block;
	transition: all 0.2s ease;
	cursor: pointer;
}
.default-button:hover {
	opacity: 0.9;
}
.container {
	width: 100%;
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
}
.container-md {
	width: 100%;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}
/*Header*/
.header {
	background: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}
.header-inner {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}
.header .logo {
	float: left;
}
.header .logo img{
	margin-top: 15px;
}
.header .nav {
	float: left;
	padding-left: 52px;
}
.header .nav a, .header .nav .parent-menu {
	float: left;
	line-height: 90px;
	margin: 0 18px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
@media screen and (min-width: 1280px){
	.header .nav a, .header .nav .parent-menu{
		font-size: 15px;
	}
}
.header .nav a {
	transition: all 0.2s ease;
}
.header .nav a:hover {
	opacity: 0.7;
}
.header .nav .parent-menu {
	height: 90px;
}
.header .nav .parent-menu a {
	margin: 0;
	cursor: pointer;
}
.header .nav a i {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
}
.header .nav .parent-menu .sub-menu {
	position: absolute;
	top: 90px;
	left: -50px;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	padding-top: 5px;
}
.header .nav .parent-menu:last-child .sub-menu {
	right: 50px;
	left: auto;
}
.header .nav .parent-menu:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.header .nav .parent-menu:hover:last-child .sub-menu {
	right: 0;
	left: auto;
}
.header .nav .parent-menu .sub-menu a {
	padding: 15px 20px;
	line-height: 20px;
	float: none;
	display: block;
}
.header .nav .parent-menu .sub-menu:before {
	display: block;
	content: ' ';
	position: absolute;
	background: rgba(0,0,0,0.7);
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	
}
.header .toggle-nav {
	display: none;
	font-size: 32px;
	float: right;
	line-height: 90px;
	margin: 0 18px;
	color: #fff;
}
@media (max-width: 1150px) {
	.header .nav > a, .header .parent-menu > a {
		margin: 0 9px;
	}
	.header .nav {
		padding-left: 10px;
	}
}
@media (max-width: 1040px) {
	.header .nav {
		display: none;
	}
	.header .toggle-nav {
		display: block;
	}
}

/*PreHeader*/
.preHeader{display: block; width: 100%; position: relative; background-color: black;}
.preHeader .contentWrapper{display: block; width: 100%; max-width: 1280px; position: relative; margin: 0 auto; text-align: right;}
.preHeader .preHeader__link{ display: inline-block; vertical-align: middle;
line-height: 36px;
    text-transform: uppercase;
	font-size: 16px;
    font-weight: 800;
    color: #231f20;
    padding: 0 1.75rem;
	transition: all linear 0.2s;
	background-color: #6ac17b;
}
.preHeader .preHeader__link:hover{background-color: #b5e9bf;}
.preHeader .preHeader__link-blue{background-color: #6fc0f0;}
/*Header-end*/

/* Mobile menu */
.mm-container {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
}
.mm-container .mp-back {
    position: relative;
    display: block;
    padding: 1em;
    outline: none;
    background: rgba(131,131,131,0.1);
    box-shadow: inset 0 1px rgb(0 0 0 / 10%);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.8em;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.mp-menu .mp-level {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mp-menu > .mp-level > h2 {
	box-shadow: inset 0 -1px rgb(0 0 0 / 20%);
}
.mm-container h2 {
	margin: 0;
    padding: 1em;
    color: #fff;
    text-shadow: 0 0 1px rgb(0 0 0 / 10%);
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
	text-align: center;
}
.mm-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: static;
}
.mm-container ul a {
	display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px rgb(0 0 0 / 20%);
	color: #fff;
}
.mm-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mm-container.open {
	visibility: visible;
	opacity: 1;
}
.mp-menu {
	width: 300px;
	height: 100%;
}
.mm-container .mp-level {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -350px;
	width: 100%;
	transition: left 0.2s ease;
	background: #2c2c2c;
	overflow: auto;
}
.mm-container .open-level i {
	position: absolute;
	right: 20px;
	top: 15px;
}
.mm-container .mp-level.open {
	left: 0;
}
.mm-container .mp-level li {
	position: static;
}
.mm-container .mp-level .mp-level {
	z-index: 2;
}
.mm-container .mp-level .mp-level .mp-level {
	z-index: 3;
}
.mm-container .mp-level .mp-level .mp-level .mp-level {
	z-index: 4;
}
@media (min-width: 1041px) {
	.mm-container {
		display: none;
	}
}
/*Mobile menu end*/

/*Slider*/
.slide {
	height: 580px;
	background-size: cover;
	background-position: center center;
}
.slide-content {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.slide-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 50px;
}
.slide img {
	display: block;
}
.slide-content .slide-title {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 36px;
	color: #fff;
	font-weight: 400;
}
.slide-content .slide-alt-title {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 36px;
	color: #fff;
	font-weight: 400;
}
.slide-content .slide-green {
	font-size: 64px;
	line-height: 64px;
	color: #6ac17b;
	margin-bottom: 12px;
}
.slide-content .slide-text {
	font-size: 48px;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
}
.slide-content .slide-button {
	margin-top: 20px;
}
.slick-dotted.slick-slider {
	margin: 0;
	padding: 0;
}
.slick-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: auto;
	transform: translate(-50%);
}
.slick-dots li {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 7px;
	background: #cdcfc7;
	overflow: hidden;
	top: -2px;
}
.slick-dots li.slick-active {
	top: 0;
	width: 9px;
	height: 9px;
	background: #6ac17b;
}
@media (max-width: 1350px) {
	.slide .slide-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 991px) {

	.slide {
		height: 420px;
	}
	.slide-content .slide-title {
		font-size: 24px;
		line-height: 24px;
	}
	.slide-content .slide-alt-title {
		font-size: 18px;
	}
	.slide-content .slide-green {
		font-size: 32px;
		line-height: 32px;
	}
	.slide-content .slide-text {
		font-size: 24px;
		line-height: 25px;
	}
}
/*Slider end*/
/* Home-section 2 */
.home-buttons {
	background-image: url(../images/minority-pattern.jpg);
	background-size: cover;
}
.home-buttons .home-buttons-inner {
	width: 100%;
	max-width: 964px;
	margin: 0 auto;
	padding: 50px 10px;
}
.home-buttons .button-100, .home-buttons .button-50 {
	background: #6fc0f0;
	float: left;
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	display: block;
	line-height: 90px;
	transition: all 0.2s ease;
}
.home-buttons .button-100:hover, .home-buttons .button-50:hover {
	opacity: 0.7;
}
.home-buttons .button-100 {
	width: 100%;
}
.home-buttons .button-row {
	margin-left: -10px;
	margin-right: -10px;
}
.home-buttons .button-50 {
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
@media (max-width: 991px) {
	.home-buttons .button-50 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.home-buttons .button-row {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 500px) {
	.home-buttons .button-100, .home-buttons .button-50 {
		font-size: 15px;
		line-height: 18px;
		padding: 20px 15px;
	}
}
/* Home-section 2 end */
/* Home-section 3 */
.home-content {
	background-image: url(../images/minority-bg2.jpg);
	background-size: cover;
}
.home-content .home-content-inner {
	width: 90%;
	max-width: 964px;
	margin: 0 auto;
	padding: 50px 0;
}
.home-content .content-title {
	padding: 0 30px;
	line-height: 65px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: rgba(0,0,0,0.5);
}
.home-content .content-video {
	background: #fff;
}
.home-content .content-video iframe {
	width: 100%;
	height: 540px;
}
.home-content .content-description {
	background: #fff;
	padding: 30px 40px;
	text-align: justify;
	color: #1c1c1c;
	font-size: 16px;
	line-height: 22px;
}
.home-content .content-link {
	background: #fff;
	padding: 15px 20px;
	text-align: center;
	color: #1c1c1c;
	font-size: 16px;
	line-height: 25px;
}
.home-content .content-link a {
	text-decoration: underline;
	color: #6ac17b;
}
.home-content .content-button {
	background: #fff;
	padding-top: 12px;
	text-align: center;
	padding-bottom: 40px;
}
@media (max-width: 991px) {
	.home-content .content-video iframe {
		height: 360px;
	}
}
@media (max-width: 760px) {
	.home-content .content-video iframe {
		height: 280px;
	}
	.home-content .content-description {
		padding: 20px 20px 10px 20px;
	}
}
@media (max-width: 500px) {
	.home-content .content-video iframe {
		height: 200px;
	}
}
/* Home-section 3 end */

/* Static page */
.database{
	margin-bottom: -5px;
}
.content{
	flex: 1;
}
.content-head {
	padding: 144px 0 20px 0;
	background-image: url(../images/minority-pattern.jpg);
    background-size: cover;
}
.content-head > .container h1 {
	background: rgba(255, 255, 255, 0.3);
	line-height: 30px;
	text-transform: uppercase;
	color: #17361d;
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	padding: 25px;
}
.static-text {
	margin-top: 33px;
	padding: 15px 50px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.static-text blockquote{display: block; width: 100%; margin: 20px auto; padding: 20px; background-color: #d9f2d0;}
.static-text blockquote h6{font-size: 19px; margin: 16px auto;}
.static-text blockquote p{font-size: 21px; margin: 16px auto;}
.static-text-h3{display: block; width: 100%; font-size: 24px; font-weight: 600; text-transform: uppercase; text-align: center; color: #4ea84d;}
.static-text blockquote p a{color: #45aeeb;}
.static-title {
	line-height: 45px;
	padding: 0 15px;
	background: #3b6944;
	font-size: 15px;
	color: #fff;
}

.nav-prev-next{display: block; padding: 20px 0;}

.nav-prev-next .pager-link{
	display: block;
	width: 49%;
	padding: 16px 26px;
    color: #000;
    font-size: 14px;
    background: transparent;
    display: inline-block;
    transition: all 0.2s ease;
    cursor: pointer;text-decoration: none;
	border: 1px solid #ddd;
}

.nav-prev-next .pager-link:hover{border-color: #6ac17b}

.nav-prev-next .pager-link.prev{text-align: left;}
.nav-prev-next .pager-link.next{text-align: right;}

.nav-prev-next .pager-link span{display: block;}
.nav-prev-next .pager-link span.desc{font-size: 13px; font-weight: 600;}
.nav-prev-next .pager-link span.title{font-size: 15px; font-weight: 500;}
.static-downloads, .static-gallery {
	margin-top: 35px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.static-downloads .download-files {
	padding: 22px 34px;
}
.static-downloads .download-files a {
	width: 50%;
	display: flex;
	float: left;
	height: 55px;
	line-height: 25px;
	align-items: center;
	padding: 0 20px 0 40px;
	background-image: url(./../images/filetypes/file-pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	color: #1c1c1c;
	font-weight: bold;
	transition: all 0.2s ease;
}
.static-downloads .download-files a:hover {
	opacity: 0.8;
}
.static-downloads .download-files a.file-doc {
	background-image: url(./../images/filetypes/file-doc.png);
}
.static-downloads .download-files a.file-docx {
	background-image: url(./../images/filetypes/file-docx.png);
}
.static-downloads .download-files a.file-xls {
	background-image: url(./../images/filetypes/file-xls.png);
}
.static-downloads .download-files a.file-xlsx {
	background-image: url(./../images/filetypes/file-xlsx.png);
}
.static-downloads .download-files a.file-jpg {
	background-image: url(./../images/filetypes/file-jpg.png);
}
.static-downloads .download-files a.file-zip {
	background-image: url(./../images/filetypes/file-zip.png);
}
.static-slide {
	padding: 20px;
}
.static-gallery .slick-prev, .static-gallery .slick-next {
    top: 0;
    bottom: 0;
    left: 0;
    transform: none;
    z-index: 2;
    background-color: transparent;
	border: none!important;
	background-repeat: no-repeat;
	background-image: url(./../images/arrow-left.png);
	background-position: left center;
}
.static-gallery .slick-next {
	left: auto;
	right: 0;
	background-image: url(./../images/arrow-right.png);
	background-position: right center;
	opacity: 0.6;
}
.static-footer {
	padding: 30px;
	text-align: center;
}
.static-footer .default-button {
	background: #3b6944;
	padding: 0 42px;
	font-size: 17px;
	line-height: 45px;
}
.static-footer .default-button i {
	position: absolute;
	left: 10px;
	top: 15px;
}
@media (max-width: 700px) {
	.static-downloads .download-files a {
		float: none;
		width: 100%;
	}
}
/* Static page end */

/* News */
.news .static-text {
	font-size: 15px;
}
.news-list {
	margin-top: 33px;
	margin-left: -20px;
	margin-right: -20px;
}
.news-list .news-elem {
	width: 50%;
	float: left;
	padding: 14px 20px;
	padding-right: 244px;
}
.news-list .news-elem .news-img {
	position: absolute;
	top: 14px;
	right: 20px;
}
.news-list .news-elem .news-img img {
	height: 212px;
    width: 212px;
}
.news-list .news-elem .news-details {
	padding: 15px 15px 10px 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	height: 212px;
}
.news-list .news-elem .news-title {
	color: #1c1c1c;
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 72px;
	overflow: hidden;
}
.news-list .news-elem .news-date {
	color: #818181;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}
.news-list .news-elem .news-desc {
	color: #626262;
	font-size: 13px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 6px;
}
.news-list .news-elem .news-action {
	text-align: right;
}
.news-list .news-elem .news-action a {
	color: #6ac17b;
	font-size: 13px;
}
.news .static-footer .default-button {
	background: #4c7755;
	line-height: 65px;
}
.news .static-footer .default-button i {
	left: 50%;
	top: auto;
	bottom: 10px;
	transform: translate(-50%);
	font-size: 10px;
}
@media (max-width: 1297px) {
	.news-list .news-elem {
		float: none;
		width: 100%;
	}
}
@media (max-width: 665px) {
	.news-list .news-elem {
		padding-right: 20px;
	}
	.news-list .news-elem .news-img {
		display: none;
	}
	.news-list .news-elem .news-title, .news-list .news-elem .news-details, .news-list .news-elem .news-desc {
		height: unset;
	}
	.static-text {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* News end */

/* Cookie bar */
.cookie-bar {
	display: none;
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(29, 29, 29, 0.9);
    width: 100%;
    color: white;
    z-index: 10000000;
    height: auto;
    padding: 10px 10px;
}
.cookie-bar .container {
	padding-right: 150px;
}
.cookie-bar .container p a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.cookie-bar .accept-cookie {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
    line-height: 35px;
}
/* Cookie bar end */

/* Footer */
.footer {
	background: #1c1c1c;
}
.footer .footer-top {
	padding: 30px 0;
}
.footer-top-left, .footer-top-center, .footer-top-right {
	width: 33.33%;
	height: 80px;
	float: left;
	display: flex;
	align-items: center;
}
.footer-top-center {
	justify-content: center;
}
.footer-top-right {
	justify-content: flex-end;
}
.footer-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.footer .footer-bottom {
	background: #2c2c2c;
}
.footer .footer-bottom-left {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 50px;
	color: #fff;
}
.footer .footer-bottom-left a, .footer .footer-bottom-right a {
	color: #fff;
}
.footer .footer-bottom-right {
	width: 50%;
	float: left;
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 50px;
	color: #fff;
}
@media (max-width: 1350px) {
	.footer-inner {
		padding: 0 20px;
	}
}
@media (max-width: 760px) {
	.footer-top-left, .footer-top-center, .footer-top-right {
		width: 100%;
		float: none;
		justify-content: center;
		padding: 20px;
		height: auto;
	}
	.footer .footer-bottom-left, .footer .footer-bottom-right {
		width: 100%;
		float: none;
		text-align: center;
	}
}
/* Footer end */

/*MAP*/
.ratification-map{display: block; width: 100%; margin: 2rem auto 0; border: 1px solid #ddd;background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.ratification-map .controls{padding: 8px 12px; text-align: right;}
.ratification-map .controls button{padding: 4px 8px; border: none; background-color: #3b6944; color: white; font-size: 16px; font-weight: 500; cursor: pointer;}
.ratification-map .ss-main{display: block; width: 90%; margin: 1rem auto;}
.map-wrapper{
max-width:1000px;
margin:auto;
}

#mapContainer{
overflow:hidden;
touch-action:none;
border-radius:12px;
cursor:grab;
transition: all 0.3s ease;
}

@media (min-width: 720px){
	#mapContainer{}
}

#mapImage{
	transition: all 0.3s ease;
width:100%;
display:block;
user-select:none;
}

/*
MODAL
*/

.term{
color: #45aeeb;
cursor:pointer;
border-bottom:1px dashed #45aeeb;
font-weight:600;
}

.term:hover{color: #016097;}

.modal{
display:none;
position:fixed;
inset:0;
z-index:9999;
}

.modal.active{
display:block;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.35);
}

.modal-box{
position:relative;
background:#fff;
width:min(90vw,700px);
max-height:80vh;
overflow:auto;
margin:7vh auto;
padding:40px;
border-radius:3px;
box-shadow:0 10px 40px rgba(0,0,0,.25);
animation:fade .25s ease;
z-index:2;
}

.close{
position:absolute;
top:10px;
right:18px;
border:0;
background:none;
font-size:32px;
cursor:pointer;
}

@keyframes fade{
from{
opacity:0;
transform:translateY(20px);
}
to{
opacity:1;
transform:none;
}
}

.hidden-content{
display:none;
}

@media(max-width:768px){
.modal-box{
width:94vw;
padding:28px;
}
}

.modal-body a{
color: #45aeeb;
cursor:pointer;
border-bottom:1px solid #45aeeb;
font-weight:500;
}

.modal-body a:hover{color: #016097;}