button.accordion {
    color: #000;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    padding: 25px 12%;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
	font-family: "Arial", Arial, sans-serif;
}

button.accordion span .h4 {
	font-size: 20px;
	font-weight: bold;
	color: #ec2024;
}

button.accordion span .h5 {
	font-size: 15px;
	letter-spacing: 0px;
	color: #808080;
}


button.accordion:hover {
	color: #aaa;
}

button.accordion.active {
    color: #000;
    margin-bottom: 20px;
}

div.panel, div.panelspirit {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom:solid 1px #eee;
	color: #808080;
	font-size: 15px;
	font-family: "Arial", Arial, sans-serif;
}

div.panel {
	padding: 0 25% 0 12%;
}

div.panelspirit {
	padding: 0 12% 0 12%;
}


div.panel h4, div.panelspirit h4 {
	margin-bottom: 15px;
}

div.panel h5 {
	margin: 8px 0 5px 0;
}

div.panel:last-child {
	margin-bottom: 125px;
	
}

div.panel p:last-child {
	margin-bottom: 60px;
}

div.panel .row:last-child {
	margin-bottom: 60px;
}

button.accordion {
	padding-right: 15px;
}

button.accordion:after {
    content: "\f067"; /* Unicode character for "plus" sign (+) */
	font-family: FontAwesome;
    font-size: 13px;
    color: #ec2024;
    float: right;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 12%;
}

button.accordion.active:after {
    content: "\f068"; /* Unicode character for "minus" sign (-) */
    
}

.spiritmarginleft {
	margin-left: 150px;
}


	@media screen and (max-width: 1280px) {

div.panel:last-child {
	margin-bottom: 50px;
}

button.accordion {
    padding: 25px 15% 25px 12%;
	position: relative;
}

div.panel {
padding: 0 15% 0 12%;
font-size: 15px;
line-height: 22px;
}

button.accordion:after {
    padding-right: 0;
	position: absolute;
	right: 12%;
	top: 28px;}


}

	@media screen and (max-width: 980px) {
	
	button.accordion:after{	
		position: absolute;
		right: 28px;
		top: 28px;
	}
		
	
	.spiritmarginleft {
		margin-left: 75px;
	}
	
	
}


	@media screen and (max-width: 840px) {


button.accordion {
    padding: 25px 8%;
}

		div.panel {
		padding: 0 8%;
		font-size: 10px;
		line-height: 22px;
		}
		
		div.panelspirit {
		padding: 0 8%;
		}


}

	@media screen and (max-width: 736px) {

	.spiritmarginleft {
		margin-left: 50px;
	}

}
