/***********
Frontend
**********/

.coverage-container{
	/*width:500px;*/
	padding:20px;
	border-radius: 6px;
}

.coverage-image {
	width: 20%;
}

.coverage-image img{
/*	width: 75px;
	height:75px;*/
	height: auto;
	width: 100%;
}

.coverage-heading{
	/*width:370px;	*/
	width: 75%;
}

.coverage-heading h3{
	margin:0;
	font-size:18px;
    	font-family: 'Muli';
    	line-height: 1.8;
    	font-weight: 900;
    	color: #58595b;
}

.coverage-heading p{
	font-size:15px;
	line-height:1.2;
	font-weight: 600;
}

.coverage-image{
	margin-right:5px;
}

.coverage-image, .coverage-heading{
	display:inline-block;
	vertical-align:middle;
}

.coverage-bottom{
	transition:all .25s ease-in-out;
	overflow:hidden;
	padding:10px 0;
}

.hidden-row{
	height:0px;
	overflow:hidden;
	padding:0;
}

.option-desc.hidden-row{
	padding:0 10px;
	margin-bottom: 0px;
}

.option-heading{
	position:relative;
  	background-color: #ffffff;
  	border-left: solid 1px lightgrey;
	border-top: solid 1px lightgrey;
	border-right: solid 1px lightgrey;
	padding:5px 5px 5px 20px;
}

.option-heading.oh-open {
	border-bottom: 0px;
	
}

.option-heading h4{
	font-size:15px;
	margin:0;
	width:64%;
}

.oh-closed::before{
	content: '+';
  position: absolute;
  left: 5px;
	font-weight:900;
}

.oh-open::before{
	content: '-';
	position:absolute;
	left:6px;
	top:2px;
	font-weight:900;
}

.option-heading:hover, .arrow-area:hover{
	cursor:pointer;
}

.option-heading div{
	position:absolute;
	right:10%;
	width:25%;
	top:5px;
	font-weight:600;
	font-size:15px;
}

.option-desc{
	transition:all .25s ease-in-out;
	font-size:15px;
	padding:10px;
	background-color: #fff;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
}

.option-desc p {
	margin-bottom: 0px;
	padding-left: 10px;
}

.arrow-area{
	padding-bottom: 20px;
}

.arrow-area.arrow-border{
	/* border-bottom: solid 2px #e1291c; */
}

.arrow-area div{
	margin:20px auto 5px auto;
}


.arrow-up {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #939599;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #939599;
}



.coverage-wrapper{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 50px 0;

}

.coverage-wrapper > div{
	width: 50%;
}


@media (max-width:1023px){
	/*plugin*/
	.coverage-container{
		margin: auto;
		padding: 15px;
	}
}

@media (max-width:767px){
	/*plugin*/
	.coverage-wrapper > div{
		width: 100%;
	}

	.coverage-container{
		width: 480px;
	}

	.coverage-image img {
		width: 75px;
		height: 75px;
	}

	.coverage-heading {
		width: 350px;
	}
}


@media (max-width:480px){
	/*plugin*/
	.coverage-container{
		width: 320px;
	}
	.coverage-image img{
		width: 60px;
		height: 60px;
	}
	.coverage-heading{
		width: 220px;
		text-align: left;
	}

	.coverage-heading h3{
		font-size: 15px;
	}

	.coverage-heading p{
		font-size: 12px;
	}

	.option-heading h4{
		width: 60%;
	}
	.option-heading div{
		width: 30%;
	}
}
