.jvectormap-zoomin,
.jvectormap-zoomout {
display: none!important;
}
#map svg path{
	transition:0.5s;
}
.regions-list-side a:hover {
  background-color: #270089;
  color: #fff;
}
.regions-list-side a {
	transition: 0.5s;
  display: block;
  text-decoration: none !important;
  background-color: #e0e1e2;
  color: #020000;
  line-height: normal;
  /*font-size: 14px;*/
	font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.regions-list-side.hor-list .col-12 {
  margin-bottom: 26px;
}
.regions-list-side.hor-list a {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  /*padding: 15px;*/
}
.chapter-list h5{font-size:15px;}
.chapter-list{min-height:400px;}
.chapter-list h4{color:#000!important;}
.chapter-list .col-lg-3{line-height:20px;}
.minfo,
.chapter-list .col-lg-3 p{
	font-size:12px;
}
.minfo:hover{color:#e0e1e2;}
.minfo{
	color:#270089;
	font-weight:700;
	text-transform:uppercase;
}
body .region-deets .viewmap:hover{
	background-color:#e0e1e2;
	color:#fff;
}
body .region-deets .viewmap{
	background-color:#270089;
	color:#fff;
	font-size:26px;
	padding:15px;
	font-weight:400
}
.jvectormap-tip.region-hover{
	background-color:#fff;
	color:#000;
}

@media only screen and (max-width: 1200px) {
	
	#top-nav .top-menu .topnav-sidebar{
		margin-top: -30px;
	}
	
	#main-nav{clear: both;}
	#main-nav .navbar .main-menu{clear: both;}
	#main-nav .navbar .main-menu .flex-row{width: 100%;}
	#main-nav .navbar  .main-menu .nav{
		position: relative;
		white-space: nowrap;
	}
	#main-nav .navbar  .main-menu .nav li{}
	#main-nav .navbar  .main-menu .nav > li a{font-size: 14px;}
	
	
	
	
	
}

@media only screen and (max-width: 1024px) {
	.mm{
		background: #4f008a;
		color: #fff;
		padding: 10px 15px;
		text-align: right;
	}
	header .mm .mobile-menu-toggle.visible-xs {
		color: #fff !important;
		font-size: 32px;
		padding: 0px;
		height: 40px;
		width: 40px;
		margin: 0px;
		line-height: 1;
		display: inline-block !important;
	}
	header .mm .mobile-menu-toggle.visible-xs:hover{
		background-color: #4f008a;
	}
	
	#main-nav {
		display: none;
	}
	
	.top-menu a.graybar{display:none;}
	
	#top-nav .top-menu a.navbar-right.search-toggle {
		top: -30px;
		position: relative;
	}
	.mobile-menu-wrap{top:0px !important;}
	.visible-xs {    display: block !important;}
}

@media only screen and (max-width: 768px) {
	
	
	.top-menu a.graybarmobile{display:inline-block !important;}
	
	.top-menu{
		width: 100%;
		display: block !important;
		text-align: center;
		padding: 0px 0px !important;
		margin-top: 35px;
	}
	.top-menu{}
	#top-nav .navbar.navbar-inverse{height: initial !important;}
	#top-nav .top-menu a.navbar-right.search-toggle {
		top: -15px;
		position: relative;
		float: none !important;
		display: inline-block;
	}
	#top-nav .top-menu .topnav-sidebar {
		margin-top: -30px;
		display: inline-block;
		float: none !important;
		width: initial;
	}
	#top-nav .top-menu .topnav-sidebar a{padding: 0px 5px;margin: 0px 10px;}
	
	
}