
.panel-layout:not(.fullwidth) {
	width: 94vw;
	max-width: 1200px;
	margin: 0px 8px 0px 0px;
}


h2.eap_section_title {
	font-family: 'Cardo';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
}

.sp-easy-accordion {
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.sp-easy-accordion h3 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#53c0c0+0,53c0c0+98 */
	background: #53c0c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #53c0c0 0%, #53c0c0 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #53c0c0 0%,#53c0c0 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #53c0c0 0%,#53c0c0 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c0c0', endColorstr='#53c0c0',GradientType=0 ); /* IE6-9 */
}

.sp-easy-accordion h3 i, .sp-easy-accordion h3 a {
	color: white !important;
	font-size: 33px !important;
	line-height: 1.3 !important
}

.sp-easy-accordion h3 a {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 400;
}

.FamilyGraphic {
	width: 50vw !important;
	height: auto !important;
	max-width: 600px !important;
	display: block
	margin: 0px 8px 0px -8px;
	float: right;
}

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

	.FamilyGraphic {
		width: auto !important;
		max-width: 86vw !important;
		height: auto !important;
		float: none;
		margin: 0px 0px 0px 0px;
	}
}

@media screen and (max-width: 500px) {
	
	.sp-easy-accordion {
		margin-left: -10px;
	}

	.sp-easy-accordion h3 i, .sp-easy-accordion h3 a {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 360px) {
	
	.sp-easy-accordion h3 i, .sp-easy-accordion h3 a {
		font-size: 18px !important;
	}
}
