.accordion{
	width: 70%;margin: 0 15%;
}
.accordion>ul{
	list-style: none;
    padding: 0;
}

.accordion>ul>li{
	margin-bottom: 27px;
}
.accordion>ul>li>h3.title{
    margin: 0;
	cursor:pointer;
	color:#6c9da9;
	font-size:27px;
}
.accordion>ul>li>h3.title>img.icon{
    height: 20px;
    float: right;
}
.accordion>ul>li.active>h3.title>img.icon{
transform:rotate(180deg);
}
.accordion>ul>li>div.text{
    display: none;
    padding: 5px 30px;
    line-height: 40px;
    font-size: 20px;
}

.accordion .text a:link, .accordion .text a:visited, .accordion .text a:active {
	color:#868585;
}


.image_pinpoint{
    position: relative;
    height: auto;
    width: calc(100% + 60px);
    background-size: contain;
    background-repeat: no-repeat;
	margin:0 -30px;
	margin-bottom:30px;
}
.pin_data h3{
	margin:0 0 5px 0;
	color:#707196;
	font-family:Arial;
	font-size:18px;
}
.pin_data ul{
	margin:0;
	list-style:none;
	padding:0;
}
.pin_data ul li a:active, .pin_data ul li a:link, .pin_data ul li a:visited {
	display:block;
	color:black;
	text-decoration:none;
}
.pin_data ul li a:hover{
	text-decoration:underline;
}

.pin_data{
	position:absolute;
	width:250px;
	background-color:white;
	border-radius:5px;
	border:lightgray solid 1px;
	padding:10px;
}
@media screen and (max-width:600px){		
	.pin_data ul{
		
	list-style:none;
    height: 55vw;
    background: #efefef;
    overflow: auto;
    padding: 5px 10px;
    border-radius: 5px;

	}
	.pin_data{
		top: 0 !important;
		left: 0  !important;
		width: 100%  !important;
		height: 100%  !important;
		box-sizing: border-box;
		padding: 23% 15%  !important;
	}
	.pin{
		width: 7.5%;
		height: 7.5%;
	}
	.pin_data .close{
		display:block;
		position : absolute;
		top:8%;
		left:45%;
		width:7.5%;
		transform: rotate(45deg);
		filter:grayscale(1);
		cursor:pointer;
	}
}
@media screen and (min-width:601px){		
	.pin_data .close{
		display:none;
	}
	.pin{
		width: 3.5%;
		height: 3.5%;
	}
}

.pin.active{
    transform: rotate(45deg);
}
.pin{
    display: block;
    border-radius: 20px;
    position: absolute;
	cursor:pointer;
	background-image:url(/wp-content/uploads/2019/04/plus.png);
	background-size: contain;
    background-repeat: no-repeat;
}