/* Page Configuration Start */
body,html{
	height:100%;
	width:100%;
}
body{
	background:#e9ebee;
	margin-top:60px;
	word-break:break-word;
	overflow-x:hidden;
} 
.aos-animate{
	overflow-x: hidden;
}
.map_interaction:hover{
	cursor:pointer;
	fill:#0071BC;
}
.color-box{
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid;
}
.color-box-container a{
	color:black;
}
.world-icon{
	color:#0071bc;
}
.plant-icon{
	color:#009245;
}
.animal-icon{
	color:#8c6239;
}
.climate-icon{
	color:#00a99d;
}
.glossary-icon{
	color: #b63338;
}
.tundra-color{
	color:#d2a95e;
}
.taiga-color{
	color:#993434;
}
.tundra-bg{
	background-color:#d2a95e;
}
.taiga-bg{
	background-color:#993434;
}
.steppe-color{
	color:#999900;
}
.grasslands-color{
	color:#39b54a;
}
.grasslands-bg,.steppe-bg,.prairie-bg,.pampas-bg{
	background-color:#39b54a;
}
.deciduous-color{
	color:#006837;
}
.deciduous_forest-bg,.north_asian_deciduous-bg,.european_deciduous-bg{
	background:#006837;
}
.chaparral-color{
	color:#7d9b3d;
}
.chaparral-bg,.mediterranean_chaparral-bg,.california_chaparral-bg{
	background:#7d9b3d;
}
.desert-color{
	color:#f7931e;
}
.desert-bg,.mojave_desert-bg,.sonoran_desert-bg{
	background:#f7931e;
}
.savanna-color{
	color:#ddb237;
}
.savanna-bg,.australian_savanna-bg,.african_savanna-bg{
	background:#ddb237;
}
.rain-color{
	color:#009245;
}
.rainforest-bg,.south_asian_rainforest-bg{
	background:#009245;
}
.alpine-color{
	color:#00cc99;
}
.alpine-bg,.himalayan_mountains-bg,.andes_mountains-bg,.rocky_mountains-bg{
	background:#00cc99;
}
.btn-white{
	background: white;
border-color: white;
color: black;
padding-right: 25px;
padding-left: 25px;
border-radius: 20px;
font-weight: bold;
}
.btn-primary{
	background: #0071BC;
border-color: #0071bc;
color:white;
padding-right: 25px;
padding-left: 25px;
border-radius: 20px;
}
.zoom-in{
	transition: transform .2s; 
}
.zoom-in:hover{
	transform: scale(1.1); 
}
/* Page Configuration End */
/* Loader Area Start */
.loader{
 	position:fixed;
 	top:0;
 	left:0;
 	width:100%;
 	height:100%;
 	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
 	background:white;
 	z-index:7;
}
/* CREDITS: https://loading.io/css/ */
.lds-ring {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #54a3da;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #54a3da transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader Area End */
/* Navigation Area Start */
.website-navigation{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	max-width:100vw;
	z-index:3;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	min-height:60px;
	border-bottom:1px solid #e3e3e3;
}
#navbarSupportedContent{
	margin-left:90px;
}
.website-navigation .navbar-brand{
	margin-left: 50px;
}
.website-navigation .dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0 !important;
    left:100%;
    margin-top:-6px;
}
.website-navigation .navbar-nav .nav-link{
		color:black;
}
.website-navigation .search-form{
	color: #999;	
}

.website-navigation .dropdown-menu{
	border:none;
	top:150%;
}

.website-navigation .navbar-toggler{
	border:none;
}
.website-navigation .dropdown-item a{
	display:block;
}
/* Navigation Area End */
/* Footer Area Start */
footer{
	background:#1a1a1a;
	color:white;
}
footer a{
	color:white;
}
footer a:hover{
	color:white;
	text-decoration:underline;
}
/* Footer Area End */
/* Layout Area Start */
.page-cover{
	min-height:calc(100% - 60px);

	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
		
	/* background options start */
	background-size: cover;
	background-position: center center;             
	background-repeat: no-repeat;
	background-attachment:fixed;
	/* background options end */
}
.page-cover .title{
	font-size:6rem;
	color:white;
	margin:auto;
}
.home-cover .title{
		font-size:4rem;
}
.home-cover .sub-title{
font-size:1.5rem;	
}
.page-cover .bottom-arrow,.page-cover .bottom-text{
	position: absolute;
	bottom: 0;
	font-size: 6em;
	left: 0;
	right: 0;
	color: white;
    transition:bottom 0.1s linear;
    cursor:pointer;
}
.page-cover .bottom-text .bottom-text-title{
	font-size:2.5rem;
	margin-bottom:-40px;
}

.page-cover .bottom-arrow:hover{
	bottom:10px;
}
.page-cover .bottom-text .text-hover{
	position:relative;
	bottom:0px;
	    transition:bottom 0.1s linear;
}
.page-cover .bottom-text .text-hover:hover{
	bottom:10px;
}
.post-image{
	float:left;
	margin-right:20px;
}
.post-image-right{
	float:right;
	margin-left:20px;
}
img.post-image,img.post-image-right,.post-image img,.post-image-right img{
	border: 10px solid white;
	border-radius: 5px;
}
img.post-image.flipped, img.post-image-right.flipped, .post-image.flipped img, .post-image-right.flipped img{
	border: 10px solid #e6e6e6;
	
}
.main-container h1 a,.main-container .h1 a{
	color:black;
	text-decoration: underline;
}

#mapCanvas{
	cursor:pointer;
}
.counter-section .icon{
	font-size:50px;
}
.counter-section .count{
	font-size: 40px;
	margin-bottom: 0;
}
.counter-section .title{
	font-size:20px;
	margin-bottom: 0;
}
/* Layout Area End */

/* Sidebar Area Start */
.sidebar{
	max-width:300px;
	padding-right: 0;
	padding-left: 0;
}
.sidebar .sidebar-list{
	color:white;
	list-style:none;
	text-align:center;
	padding-left:0;
	font-size: 1.3rem;
	/* Fallback for old browsers */
	position: relative;
	position: sticky;
	top: 100px;
	z-index:2;
	max-height: 87vh !important;
	overflow-y: auto;
}
.sidebar .sidebar-list li{
	margin-top:40px;
	cursor:pointer;
	position:relative;
}

.sidebar .sidebar-list li a{
	color:white;
}
.sidebar .sidebar-list li a.active{
	text-decoration:underline;
}
.sidebar .sidebar-list li .dropdown .dropdown-arrow-right{
	display:inline;
}
.sidebar .sidebar-list li .dropdown .dropdown-arrow-down{
	display:none;
}

.sidebar .sidebar-list li .dropdown.dropdown-active .dropdown-arrow-right{
	display:none;
}
.sidebar .sidebar-list li .dropdown.dropdown-active .dropdown-arrow-down{
	display:inline;
}
	.sidebar .drop-menu a{
		display:block;
	}
/* Sidebar Area End */

/* Responsive Section */
@media screen and (max-width:1199.98px){
		#navbarSupportedContent{
		margin-left:0 !important;
	}
	.website-navigation .navbar-brand{
		margin-left: 0px !important;
	}
	.dropdown-menu{
		text-align:center;
	}
}
@media screen and (max-width:767px){
   /* Sidebar Area */	
	.sidebar{
		max-width:100%;
		width:100%;
		height:65px;
		z-index: 2;
		position: sticky;
		top: 60px;
	}
	#navbarSupportedContent{
		margin-left:0;
	}
	.search-form .search-list{
		/*top:unset !important;
		bottom: 75%;*/
		border: 1px solid #e3e3e3;
	}
	.website-navigation .navbar-brand{
		margin-left: 0px;
	}
	.sidebar .sidebar-list{
		margin-bottom: 0;
		top: 5px;
        position: relative;
        overflow-y:unset !important; 
        max-height:unset !important;
	}
	.sidebar .sidebar-list span{
		font-size:16px;
	}
	.sidebar .sidebar-list li{
		margin-top:0px;
		margin-right:20px;
		display:inline-block;
	}
	.sidebar .sidebar-list li:last-child{
		margin-right:0px;
	}
	.sidebar .drop-menu{
		position: absolute;
		left: 0;
		right: 0;
		width: 300px;
		max-width:100%;
		border-radius: 5px;
		top: 50px;
		padding-top:10px;
		padding-bottom:10px;
		background: white;
		margin-right:auto;
		margin-left:auto;
		max-height: 300px;
		overflow-y: auto;
	}

	.sidebar .sidebar-list li{
		position:unset;
	}
	.sidebar .drop-menu a{
		color:black !important;
	}
  /* Sidebar Area End */
 
	/* Layout Area */

	.page-cover .title{
		font-size:4rem;
	}
	.page-cover .bottom-text .bottom-text-title{
		font-size:2rem;
	}
	/* Layout Area End */
	
	/* Contact Area Start */
	.contact-form .input-group,.contact-form textarea,.contact-form .contact-button{
		width:100% !important;	
	}
	/* Contact Area End */
	
	/* 404 Page Start */
	.page-not-found .page-not-found-title{
		float:none !important;
		width:100%;
		text-align: center;
	}
	/* 404 Page End */
	
	/* Home Page Start */
		.home-cover .title{
		font-size:2rem;
	}
	.home-cover .sub-title{
		font-size:1.1rem;	
	}
	.counter-section .section{
border-right: none;
display: block !important;
max-width: 100%;
margin-right:auto;
margin-left:auto;
	}	
	/* Home Page End */
}

/* Extra CSS (External Plugins Edit) */
.ekko-lightbox .modal-footer{
	justify-content:center !important;
}
.gsc-control-cse{
	padding:0 !important;
}
.gallery img{
	border-radius: 5px;
	border: 8px solid white;
}

#cvi_tooltip {
	display:none;
	position:absolute;
	padding:4px 8px;
	color: #666666;
	text-shadow: white 0px 1px 0px;
	background: #ffdd00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(255,224,0)));
	background-image: -moz-linear-gradient(top, rgb(255,255,255), rgb(255,224,0));
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid orange;
	max-width: 240px;
	min-width: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;	
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-moz-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-webkit-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
#cvi_tooltip  b {color: #333333; }
#cvi_tooltip  i {font-family: Times, serif; }
#cvi_tooltip  big {text-transform: uppercase; }
#cvi_tooltip  hr {
	color: orange; 
	border-color: orange; 
	background-color: orange; 
}


/* Credit goes to: https://startbootstrap.com/snippets/animated-navbar-dropdown/ */
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Extra CSS End */

/* Contact Page Start */

.contact-form {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-form input[type=text],.contact-form textarea,.contact-form input[type=email]{
	border:none;
	border-radius:10px;
padding-top: 8px;
padding-bottom: 8px;
height: 42px;}

.contact-form textarea{
	min-height:100px;
}
.contact-form .contact-button{
	background:#0071BC;
	border-color:#0071bc;
	width: 150px;
border-radius: 15px;
}
.contact-form .input-group-prepend,.contact-form .input-group-prepend .input-group-text{
	height: 42px;
	background: white;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border:none;
	
}
.contact-form .input-group,.contact-form textarea,.contact-form .contact-button{
	width:80%;
}
.contact-form .contact-title{
	text-transform:uppercase;
}
/* Contact Page End */

/* Glossary Page Start */
.glossary-text{
	float:left !important;
	margin-left:1rem !important;
	max-width:97%;
	margin-bottom:20px;
}
.glossary-letter{
	margin-bottom: .5rem !important;
	float: left !important;
	font-size:1.5rem;
	width: 17px;
	text-align: center;
}
/* Glossary Page End */

/* 404 Page Start */
.full-height{
	min-height: 100%;
}
.page-not-found{
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.page-not-found .page-not-found-title{
	float:left;
	font-size: 8rem;
}
 

/* 404 Page End */

/* Search Form Start */


.search-form .search-input{
	background: #e6e6e6;
	border: none;
	font-weight: 600;
	height:34px;
}
.search-form .search-button{
	border:none;
	background:inherit;
	color:inherit;
}
.search-form .input-group{
	background: #e6e6e6;
	padding-right: 10px;
	padding-left: 10px;	
	border-radius: 12px;
}

.search-form.inverted .search-input,.search-form.inverted .input-group{
	background:white;
}
.search-form .search-list{
position: absolute;
    top: 137%;
    background: white;
    width: 100%;
    border-radius: 5px;
    list-style: none;
    padding-left: 0px;
    left: 0;

}
.search-form .search-list li a{
	color: black;
	padding: 8px;
	border-radius: 5px;
	display:block;
}
.search-form .search-list 
.search-form .search-list li a:hover{
	background:#0071bc;
	color:white;
}
/* Search Form End */

/* Blog Posts Start */
.blog-post{
	border-radius: 5px;
	background: white;
	border: 1px solid rgba(0,0,0,.075);
	position: relative;
	height:100%;
}
.blog-post:hover{
	cursor:pointer;
}
.blog-post .blog-image{
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	object-fit: cover;
	height: 250px;
}
.blog-post .blog-image::after{
	content:'';
	background:rgba(0,0,0,0.5) !important;
}
.blog-post .blog-link{
	top: 10px;
	position: absolute;
	right: 10px;
	font-size: 20px;
	color: white;
}

.blog-post .blog-post-text{
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* Blog Posts End */
/* Search Results Start */
.search-result-container .post-image{
	max-height: 200px;
	object-fit: cover;
}
.search-result-container:hover{
	cursor:pointer;
}
/* Search Results End */

.simplebar-scrollbar::before{
	background:rgba(0,0,0,0.7) !important;
}
