html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', 'Arial', sans-serif;
}
table{
	margin: 0px !important;
	border-bottom: none !important;
}
.active{
}
.sectionStyle{
	border: 1px solid #E5E5E5;
/*	padding: 1rem; */
	padding: 0;
	font-family: 'Cambay','Roboto','Arial',sans-serif;
}
.sectionStyle .title{
	margin: 0;
	padding: 30px 55px 20px 22px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #000000;
	font-weight: bold;
	cursor: -webkit-grab; cursor: grab;
	cursor: -webkit-grabbing; cursor: grabbing;
}
.sectionStyle .title:after{
	content: "";
	position: absolute;
	right: 30px;
	top: 22px;
	background-image: url("../images/down_arrow.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.sectionStyle .title p{
	font-size: 20px;
	margin: 0;
	text-align: left;
}
.active:after{
	transform: rotate(180deg);
}
.snap-details {
	font-family: 'Roboto','Arial',sans-serif;
	color: #424952;
	font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
}
.snap-details p{
	padding: 0 20px;
	text-align: justify;
}
q {
	float: right;
    font-weight: bold;
    font-style: italic;
    padding: 0 20px;
    quotes: unset;
}
q::before{
	content: open-quote;
}
 q::after{
 	content: close-quote;
 }
.snap-details .imageStyle{
	display: inline;
	float: left;
}
.snap-details .imageStyle img{
	display: unset !important;
}
.author {
	font-weight: bold;
	float: right;
	padding-bottom: 10px;
}
.imageStyle {
	text-align: center
}
#country-details {
	padding-left: 20px;
    padding-right: 20px
}
.noBorderBottom {
	border-bottom: none !important;
}
#tooltip-array h1{
	visibility: visible !important;
	letter-spacing: 0rem !important;
	padding: 2.4rem 0 2.4rem;
	text-transform: none;
	font-size: 29px !important;
	margin: 0 !important;
}
#tooltip-array h1::after {
  display: none;
}
#tooltip-array .tooltip-figure{
	font-weight: bold; 
	padding-top: 10px;
	font-size: 26px; 
	line-height: 1; 
	margin: 0; 
	align-self: center; 
	font-family: 'Cambay','Roboto','Arial',sans-serif;
}
#tooltip-array .tooltip-figure-title{
	 margin-top: 0; 
	 font-size: 13px;
	 font-weight: 400;
}
@media only screen and (min-device-width: 315px) and (max-device-width: 667px) and (orientation: portrait) {
	.mapSection {
		display: none;
	}
	.snap-details .imageStyle{
		display: block;
	}
	.snap-details .imageStyle img{
		width: 90% !important;
	}
}
@media only screen and (min-device-width: 315px) and (max-device-width: 786px) and (orientation: landscape) {
	.mapSection {
		display: none;
	}
	.snap-details .imageStyle{
		display: block;
	}
	.snap-details .imageStyle img{
		width: 90% !important;
	}
}